/* An album of complete photographs; source frames are never cropped to fit. */
.gallery-page [hidden]{display:none!important}
.gallery-wrap{padding:65px 5vw 90px;max-width:1760px;margin:auto}.gallery-opening{padding-bottom:62px;border-bottom:1px solid var(--rule)}.gallery-opening h1{font-size:clamp(56px,8vw,126px);line-height:1;letter-spacing:-.045em;margin:26px 0 34px}.gallery-intro{max-width:760px;font:24px/1.6 var(--serif)}.gallery-invitation{display:flex;align-items:center;gap:28px;margin-top:35px}.gallery-invitation p{font-size:15px;line-height:1.65;max-width:520px;color:var(--muted)}.gallery-primary,.gallery-secondary{display:inline-flex;align-items:center;justify-content:center;gap:28px;background:var(--red);color:var(--paper);padding:13px 23px;min-height:48px;font-size:17px;line-height:1.45}.gallery-primary{flex-shrink:0}.gallery-secondary{background:transparent;border:1px solid var(--red);color:var(--red)}.gallery-primary:hover{background:#70251f}.gallery-secondary:hover{background:#8b302910}.gallery-primary:disabled,.gallery-secondary:disabled{opacity:.6;cursor:wait}.gallery-text-button{min-height:44px;background:none;text-decoration:underline;text-underline-offset:5px;font-size:15px;padding:8px 0}.gallery-collection{padding-top:48px}.gallery-section-head{display:flex;justify-content:space-between;align-items:baseline;gap:20px}.gallery-section-head h2{font-size:clamp(34px,4vw,52px);line-height:1.3}.gallery-filters{display:flex;flex-wrap:wrap;gap:8px 22px;margin:27px 0 14px}.gallery-filters button{min-height:44px;background:transparent;font-size:16px;padding:6px 0;border-bottom:2px solid transparent}.gallery-filters button[aria-pressed=true]{border-bottom-color:var(--red);color:var(--red)}.gallery-filter-count{font-size:12px;vertical-align:super;margin-left:5px}.gallery-count,.gallery-notice,.gallery-empty{font-size:15px;color:var(--muted);line-height:1.65}.gallery-notice:empty{display:none}.gallery-notice{margin:12px 0}.gallery-empty{padding:45px 0}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:44px 26px;margin-top:28px}.gallery-card{min-width:0}.gallery-photo-link{display:block;background:#e5dfd2;text-decoration:none;position:relative}.gallery-photo-link img{width:100%;height:auto;max-height:470px;object-fit:contain;transition:filter .2s}.gallery-photo-link:hover img{filter:brightness(1.035)}.gallery-photo-link:after{content:'↗';position:absolute;right:9px;bottom:9px;background:var(--paper);width:29px;height:29px;text-align:center;line-height:29px;color:var(--ink);font-size:18px}.gallery-card figcaption{font-size:15px;overflow-wrap:anywhere;line-height:1.6;margin-top:12px}.gallery-photo-meta{font-size:12px;color:var(--red);letter-spacing:.035em;margin-bottom:5px}.gallery-caption{white-space:pre-wrap}.gallery-credit{font-size:13px;color:var(--muted);margin-top:7px}.gallery-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:18px;margin-top:45px}.gallery-footnote{margin-top:38px;font-size:14px;color:var(--muted);max-width:780px;line-height:1.7}.gallery-footer{padding:38px 5vw 70px;border-top:1px solid var(--rule);display:flex;gap:24px;justify-content:space-between;font-size:15px}.gallery-footer a{display:flex;gap:22px;min-height:44px;align-items:center}.gallery-viewer{padding:0;border:1px solid var(--rule);background:var(--paper);color:var(--ink);width:min(1300px,94vw);max-width:94vw;max-height:94dvh;overflow:hidden}.gallery-viewer::backdrop{background:#171a17df}.gallery-viewer[open]{display:flex;flex-direction:column}.gallery-viewer-tools{display:flex;gap:12px;align-items:center;padding:10px 18px;border-bottom:1px solid var(--rule);flex-shrink:0;font-size:14px}.gallery-viewer-tools button{background:none;min-height:44px;min-width:44px;padding:8px;font-size:15px}.gallery-viewer-tools button:disabled{opacity:.35;cursor:default}.gallery-viewer-tools a{margin-left:auto}.gallery-viewer-tools #gallery-viewer-close{font-size:30px;line-height:1}.gallery-viewer-tools #gallery-viewer-zoom[aria-pressed=true]{background:var(--red);color:var(--paper)}.gallery-viewer-scroll{overflow:auto;min-height:0;flex:1;background:#e5dfd2}.gallery-viewer-scroll img{width:100%;height:min(64dvh,850px);object-fit:contain;margin:auto}.gallery-viewer.is-zoomed .gallery-viewer-scroll img{height:auto;width:auto;max-width:none;min-width:100%;max-height:none}.gallery-viewer-bottom{display:flex;justify-content:space-between;align-items:center;gap:22px;padding:15px 22px;max-height:25dvh;overflow:auto;flex-shrink:0;font-size:16px;line-height:1.6}.gallery-viewer-bottom>div{min-width:0;overflow-wrap:anywhere}.gallery-viewer-bottom .gallery-secondary{flex-shrink:0;font-size:14px}.gallery-viewer-bottom #gallery-viewer-caption{white-space:pre-wrap}.gallery-viewer-bottom #gallery-viewer-credit{font-size:13px;color:var(--muted);margin-top:6px}
@media(min-width:1500px){.gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1000px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 20px}.gallery-wrap{padding-top:46px}.gallery-opening{padding-bottom:42px}.gallery-invitation{align-items:flex-start;gap:20px}.gallery-intro{font-size:22px}}
@media(max-width:700px){.gallery-wrap{padding:38px 22px 62px}.gallery-opening h1{font-size:clamp(51px,12.5vw,84px)}.gallery-intro{font-size:21px}.gallery-invitation{flex-direction:column}.gallery-section-head{display:block}.gallery-section-head h2{font-size:36px}.gallery-filters{gap:5px 17px;margin-top:16px}.gallery-grid{gap:28px 15px}.gallery-card figcaption{font-size:14px}.gallery-photo-meta,.gallery-credit{font-size:12px}.gallery-viewer{width:96vw;max-width:96vw;max-height:96dvh}.gallery-viewer-tools{gap:3px;padding:5px 6px;font-size:12px}.gallery-viewer-tools button{padding:5px;font-size:13px;min-width:36px}.gallery-viewer-bottom{padding:12px;gap:10px;font-size:14px;display:block;max-height:30dvh}.gallery-viewer-bottom .gallery-secondary{margin-top:10px;min-height:44px}.gallery-viewer-scroll img{height:57dvh}.gallery-footer{padding:28px 22px 105px;display:block}.gallery-footer a{margin-top:15px}html[lang=zh-Hant] .gallery-opening h1{font-size:clamp(47px,12vw,74px)}}
@media(max-width:440px){.gallery-grid{grid-template-columns:1fr}.gallery-photo-link img{max-height:none}.gallery-filters{gap:3px 15px}.gallery-filters button{font-size:15px}}
@media print{.gallery-invitation,.gallery-filters,.gallery-pagination,.gallery-viewer,.gallery-text-button{display:none}.gallery-wrap{padding:0}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.gallery-card{break-inside:avoid}.gallery-photo-link:after{display:none}}
