.gallery-page{min-height:70dvh;padding-block:clamp(38px,7vw,92px) 24px}.gallery-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,320px);gap:clamp(20px,5vw,72px);align-items:end}.gallery-hero__copy{display:grid;gap:22px}.gallery-hero__stamp{display:grid;min-height:220px;place-items:center;border:3px solid var(--black);border-radius:var(--radius);background:var(--ui-accent);color:var(--ui-ink);box-shadow:10px 10px 0 var(--black);transform:rotate(2deg)}.gallery-hero__stamp img{width:min(118px,36vw);filter:var(--curtain-logo-filter)}.gallery-hero__stamp span{font-size:.82rem;font-weight:900;letter-spacing:.12em}.gallery-controls{display:flex;align-items:center;gap:10px;margin-top:clamp(28px,5vw,56px);padding-block:12px;border-block:2px solid var(--black)}.gallery-date-strip{display:flex;min-width:0;gap:8px;overflow-x:auto;padding-block:4px;scrollbar-width:none}.gallery-date-strip::-webkit-scrollbar{display:none}.gallery-date{display:inline-flex;min-height:46px;flex:0 0 auto;align-items:center;gap:8px;padding:0 20px;border:2px solid var(--black);border-radius:999px;background:#f7f6f2e0;color:var(--black);font-size:.82rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;cursor:pointer}.gallery-date[aria-pressed=true]{background:var(--black);color:#fff}.gallery-status{display:grid;min-height:74px;align-items:center;padding-block:14px}.gallery-loader{display:inline-flex;align-items:center;gap:12px;color:var(--blue);font-style:italic;text-transform:uppercase}.gallery-loader__mark{width:22px;height:22px;border:3px solid var(--black);border-top-color:var(--ui-accent);border-radius:50%;animation:gallery-spin .9s linear infinite}.gallery-empty{display:grid;gap:14px;max-width:680px;padding:clamp(20px,4vw,34px);border:3px solid var(--black);border-radius:var(--radius);background:#f7f6f2eb;box-shadow:8px 8px 0 var(--black)}.gallery-loader[hidden],.gallery-empty[hidden],.gallery-selected[hidden],.gallery-more[hidden]{display:none!important}.gallery-empty h2,.gallery-empty p{margin:0}.gallery-empty h2{font-size:clamp(2rem,5vw,4rem);font-style:italic;font-weight:900;line-height:.92;text-transform:uppercase}.gallery-empty p{color:var(--ink-soft);font-weight:650;line-height:1.4}.gallery-selected{margin:0;color:var(--blue);font-size:.82rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(10px,1.7vw,18px)}.gallery-card{position:relative;display:block;min-width:0;padding:0;border:2px solid var(--black);border-radius:18px;overflow:hidden;background:var(--off-white);box-shadow:0 0 0 var(--black);cursor:pointer;transition:transform .18s var(--ease-out),box-shadow .18s var(--ease-out)}.gallery-card:hover{transform:translate(-4px,-4px);box-shadow:8px 8px 0 var(--black)}.gallery-card__frame{display:block;aspect-ratio:3 / 4;overflow:hidden;background:var(--ui-soft)}.gallery-card img{width:100%;height:100%;display:block;object-fit:cover}.gallery-more{display:flex;justify-content:center;padding-block:36px 10px}.gallery-lightbox{width:min(100vw,100%);max-width:none;height:100dvh;max-height:none;margin:0;padding:0;border:0;background:#000000f0;color:#fff}.gallery-lightbox::backdrop{background:#000000c2}.gallery-lightbox__bar{position:fixed;top:0;left:0;right:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:max(14px,env(safe-area-inset-top)) 14px 14px;pointer-events:none}.gallery-lightbox__count{padding:9px 12px;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:#0000007a;font-size:.74rem;font-weight:900;letter-spacing:.1em;pointer-events:auto}.gallery-lightbox__actions{display:flex;gap:8px;pointer-events:auto}.gallery-lightbox__button,.gallery-lightbox__nav{display:grid;place-items:center;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:#0000007a;color:#fff;cursor:pointer}.gallery-lightbox__button{width:46px;height:46px}.gallery-lightbox svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.35}.gallery-lightbox__figure{display:grid;width:100%;height:100%;margin:0;place-items:center;padding:72px 74px 48px}.gallery-lightbox__figure img{max-width:100%;max-height:100%;object-fit:contain}.gallery-lightbox__figure figcaption{position:fixed;left:50%;bottom:max(14px,env(safe-area-inset-bottom));max-width:min(720px,calc(100vw - 28px));padding:9px 12px;border:1px solid rgba(255,255,255,.26);border-radius:999px;background:#0000006b;color:#ffffffdb;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-align:center;text-transform:uppercase;transform:translate(-50%)}.gallery-lightbox__nav{position:fixed;top:50%;z-index:2;width:52px;height:52px;transform:translateY(-50%)}.gallery-lightbox__nav--prev{left:14px}.gallery-lightbox__nav--next{right:14px}@keyframes gallery-spin{to{transform:rotate(360deg)}}@media(max-width:900px){.gallery-hero{grid-template-columns:1fr}.gallery-hero__stamp{min-height:132px;grid-template-columns:auto 1fr;justify-content:start;padding:18px}.gallery-hero__stamp img{width:68px}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.gallery-controls{width:calc(100vw - 24px);max-width:calc(100vw - 24px);margin-inline:12px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));width:calc(100vw - 24px);max-width:calc(100vw - 24px);margin-inline:12px}.gallery-lightbox__figure{padding:76px 10px 56px}.gallery-lightbox__nav{top:auto;bottom:max(12px,env(safe-area-inset-bottom));width:46px;height:46px;transform:none}.gallery-lightbox__nav--prev{left:12px}.gallery-lightbox__nav--next{right:12px}.gallery-lightbox__figure figcaption{display:none}}
