.page-layout--gallery-archive{max-width:1180px}.gallery-archive-header{display:flex;align-items:end;justify-content:space-between;gap:24px}.gallery-archive-header p:last-child{max-width:420px;margin:0;color:var(--color-muted);font-size:.95rem;font-weight:750;line-height:1.75}.gallery-filter{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:14px;margin:10px 0 0;padding:16px;border:1px solid rgba(58,124,165,.16);border-radius:18px;background:linear-gradient(135deg,rgba(58,124,165,.08),rgba(255,255,255,0) 54%) , var(--color-white);box-shadow:0 14px 32px rgba(16,35,51,.06)}.gallery-filter__group{display:grid;gap:8px}.gallery-filter__heading{margin:0;color:var(--color-muted);font-size:.78rem;font-weight:900;letter-spacing:.04em}.gallery-filter__tags{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:10px 12px}.gallery-filter__tag-groups{display:flex;flex-wrap:wrap;gap:10px 12px;align-items:start}.gallery-filter__tags a{display:inline-flex;align-items:center;min-height:34px;padding:7px 12px;border:1px solid rgba(58,124,165,.18);border-radius:999px;background:rgba(255,255,255,.9);color:var(--color-ink);text-decoration:none;font-size:.88rem;font-weight:850;transition:transform .2s ease , background .2s ease , border-color .2s ease}.gallery-filter__tag-group{display:grid;grid-template-columns:4.8em minmax(0,1fr);align-items:center;gap:6px;padding-left:10px;border-left:1px solid rgba(58,124,165,.14)}.gallery-filter__tag-group-label{color:var(--color-muted);font-size:.72rem;font-weight:900;white-space:nowrap}.gallery-filter__tag-group-items{display:inline-flex;flex-wrap:wrap;gap:8px}.gallery-filter__tags a:hover,.gallery-filter__tags a:focus-visible,.gallery-filter__tags a.is-active{border-color:color-mix(in srgb,var(--gallery-term-color,var(--color-ink)) 70%,white);background:rgba(255,255,255,.9);background:color-mix(in srgb,var(--gallery-term-color,var(--color-ink)) 24%,white);color:var(--color-ink);transform:translateY(-1px)}.gallery-filter__tags a:not(.is-active) {border-color:color-mix(in srgb,var(--gallery-term-color,var(--color-ink)) 24%,white);background:rgba(255,255,255,.9);background:color-mix(in srgb,var(--gallery-term-color,var(--color-ink)) 13%,white)}.gallery-filter__select-form{display:none}.gallery-filter__select-form select{appearance:none;width:100%;min-height:44px;padding:8px 42px 8px 14px;border:1px solid rgba(58,124,165,.22);border-radius:12px;background:
		linear-gradient(45deg, transparent 50%, var(--color-ink) 50%) right 18px center / 7px 7px no-repeat,
		linear-gradient(135deg, rgba(58, 124, 165, 0.06), rgba(255, 255, 255, 0) 62%),
		var(--color-white);color:var(--color-ink);font:inherit;font-weight:800}.gallery-filter__select-form optgroup{color:var(--color-muted);font-weight:900}.gallery-filter__select-form option{color:var(--color-ink);font-weight:800;background:var(--color-white)}.gallery-filter__select-form select:hover,.gallery-filter__select-form select:focus-visible{border-color:rgba(58,124,165,.42);box-shadow:0 0 0 3px rgba(58,124,165,.12)}.gallery-filter__sort{display:flex;align-items:center;gap:12px;justify-self:end}.gallery-filter__sort label{margin:0;color:var(--color-muted);font-size:.78rem;font-weight:900;white-space:nowrap}.gallery-filter__sort select{appearance:none;min-width:150px;min-height:42px;padding:8px 36px 8px 12px;border:1px solid rgba(58,124,165,.22);border-radius:12px;background:
		linear-gradient(45deg, transparent 50%, var(--color-ink) 50%) right 16px center / 7px 7px no-repeat,
		linear-gradient(135deg, rgba(58, 124, 165, 0.06), rgba(255, 255, 255, 0) 62%),
		var(--color-white);color:var(--color-ink);font:inherit;font-weight:850}.gallery-filter__sort select:hover,.gallery-filter__sort select:focus-visible{border-color:rgba(58,124,165,.42);box-shadow:0 0 0 3px rgba(58,124,165,.12)}.gallery-filter-note{display:flex;align-items:center;justify-content:center;gap:7px;margin:6px 0 12px;color:var(--color-muted);font-size:.8rem;font-weight:900;text-align:center}.gallery-filter-note img{width:14px;height:14px;opacity:.68}.gallery-filter-note__mobile{display:none}.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.gallery-card{position:relative;overflow:hidden;aspect-ratio: 3 / 4.25;border:1px solid rgba(58,124,165,.18);border-radius:18px;background:rgba(234,241,245,.9);box-shadow:0 16px 34px rgba(16,35,51,.08);transition:transform .28s ease , box-shadow .28s ease , border-color .28s ease}.gallery-card:hover,.gallery-card:focus-within{border-color:rgba(58,124,165,.34);box-shadow:0 20px 42px rgba(16,35,51,.12);transform:translateY(-3px)}.gallery-card__image{position:relative;display:block;overflow:hidden;width:100%;height:100%;aspect-ratio: 3 / 4.25;padding:0;border:0;background:linear-gradient(135deg,rgba(58,124,165,.08),rgba(255,255,255,0) 58%) , rgba(234,241,245,.94);cursor:zoom-in}.gallery-card__image-bg{position:absolute;inset:-12px;z-index:0;background-position:center;background-size:cover;filter:blur(3px) saturate(1);opacity:.08;transform:scale(1.08)}.gallery-card__image::after{position:absolute;inset:0;z-index:1;background:rgba(234,241,245,.015);content:"";pointer-events:none}.gallery-card__image img{position:relative;z-index:2;width:100%;height:100%;aspect-ratio: 3 / 4.25;object-fit:cover;display:block;transition:transform .35s ease , filter .35s ease}.gallery-card--landscape .gallery-card__image img{object-fit:contain}.gallery-card:hover .gallery-card__image img,.gallery-card:focus-within .gallery-card__image img{filter:brightness(1.04);transform:scale(1.025)}.gallery-card--landscape:hover .gallery-card__image img,.gallery-card--landscape:focus-within .gallery-card__image img{transform:none}.gallery-card__image--empty{display:grid;place-items:center;color:var(--color-muted);font-weight:800}.gallery-card__terms{position:absolute;right:10px;bottom:10px;left:10px;z-index:4;display:flex;flex-wrap:wrap;gap:6px;pointer-events:none}.gallery-card__term{padding:5px 9px;border:1px solid rgba(255,255,255,.32);border-radius:999px;color:var(--color-white);font-size:.76rem;font-weight:850;backdrop-filter:blur(6px);background:rgba(16,35,51,.72);background:color-mix(in srgb,var(--gallery-term-color,var(--color-ink)) 78%,transparent)}@media (max-width:900px){.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:560px){.gallery-archive-header{display:grid;gap:10px}.gallery-archive-header p:last-child{max-width:none;font-size:.86rem}.gallery-filter{grid-template-columns:minmax(0,1fr)}.gallery-filter__heading{display:block}.gallery-filter__tags{display:none}.gallery-filter__select-form{display:block}.gallery-filter__sort{display:grid;gap:6px;justify-self:stretch}.gallery-filter__sort select{width:100%}.gallery-filter-note{margin:6px 0 10px;font-size:.76rem}.gallery-filter-note__pc{display:none}.gallery-filter-note__mobile{display:inline}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.gallery-card{border-radius:14px}}