.gallery-exhibit{padding-top:84px;padding-bottom:100px}
.exhibit-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:55px}
.exhibit-heading h1{font-family:Pirata,serif;font-weight:400;font-size:clamp(48px,5.8vw,92px);line-height:1.02;margin:14px 0 0;max-width:900px}
.exhibit-heading>p{color:#a4a4a4;font-size:16px;line-height:1.6;margin:0 0 5px;flex-shrink:0}
.exhibit-contact-sheet{display:grid;gap:40px}
.exhibit-opening{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:26px;align-items:center}
.exhibit-rail{display:grid;gap:25px}
.exhibit-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.exhibit-pair{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.exhibit-tile{margin:0;min-width:0}
.exhibit-open{display:block;position:relative;width:100%;padding:0;background:#191919;border:1px solid #353535;border-radius:6px;overflow:hidden;cursor:zoom-in;text-align:left;isolation:isolate;aspect-ratio:4/3}
.exhibit-open>.finished-photo{width:100%;height:100%;object-fit:contain;transition:filter .25s}
.exhibit-open:hover>.finished-photo{filter:brightness(.91)}
.exhibit-open:focus-visible{outline:2px solid #ff7824;outline-offset:5px}
.exhibit-expand{position:absolute;right:14px;bottom:14px;display:flex;align-items:center;gap:8px;color:#fff;background:#141414e8;border:1px solid #6666;border-radius:4px;padding:9px 12px;font-size:13px;opacity:0;translate:0 5px;transition:opacity .2s,translate .2s}
.exhibit-expand svg{width:14px;height:14px}
.exhibit-open:hover .exhibit-expand,.exhibit-open:focus-visible .exhibit-expand{opacity:1;translate:0}
.exhibit-tile figcaption{display:flex;align-items:flex-start;gap:13px;padding:15px 1px 0}
.exhibit-number{font-family:TripMono,monospace;font-size:12px;color:#888;padding-top:4px;min-width:20px}
.exhibit-tile h2{font:500 18px/1.25 Trip,sans-serif;margin:0;color:#eee}
.exhibit-tile p{font-size:13px;line-height:1.5;color:#989898;margin:5px 0 0}
.exhibit-plus{font-size:23px;line-height:1;color:#ff7824;margin-left:auto;padding-left:6px}
.exhibit-tile-1 h2{font-size:24px}.exhibit-tile-1 figcaption{padding-top:20px}
.exhibit-end{margin-top:50px;padding-top:22px;border-top:1px solid #303030;display:flex;justify-content:space-between;gap:20px;color:#909090;font-size:12px}
.exhibit-end a{font-size:13px;text-decoration:underline;text-underline-offset:4px}
.gallery-viewer{padding:0;border:1px solid #414141;border-radius:9px;background:#161616;color:#f5f5f5;width:min(1680px,calc(100vw - 64px));max-width:none;max-height:calc(100dvh - 64px);overflow:auto;box-shadow:0 30px 130px #000a}
.gallery-viewer::backdrop{background:#080808e8;backdrop-filter:blur(9px)}
.viewer-toolbar{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:12px 16px 12px 24px;border-bottom:1px solid #333}
.viewer-count{font:13px TripMono,monospace;letter-spacing:.06em;color:#bbb}
.viewer-navigation{display:flex;gap:8px}.viewer-navigation button{width:42px;height:40px;background:#222;border:1px solid #3d3d3d;border-radius:4px;font-size:22px;color:#ddd}
.viewer-navigation button:hover{background:#343434;color:#fff}.viewer-navigation [data-viewer-close]{margin-left:12px;font-size:28px}
.viewer-body{display:grid;grid-template-columns:minmax(0,1fr) 280px;min-height:0}
.viewer-stage{background:#090909;display:grid;align-items:center;min-width:0;position:relative}
.viewer-stage>.finished-photo{max-height:calc(100dvh - 135px);width:100%;height:100%;object-fit:contain;aspect-ratio:4/3}
.viewer-stage .finished-comparison{max-height:calc(100dvh - 135px);border:0;border-radius:0}
.viewer-sidebar{padding:30px 24px;border-left:1px solid #333;display:flex;flex-direction:column;gap:25px;min-width:0}
.viewer-project .eyebrow{font-size:11px;color:#aaa;margin:0 0 12px}.viewer-project h2{font:500 25px/1.15 Trip,sans-serif;margin:0;overflow-wrap:break-word}
.viewer-legend{border-top:1px solid #333;padding-top:24px}.viewer-legend .gallery-legend-heading{font-size:14px;gap:10px}.viewer-legend .gallery-legend-heading h3{font-size:14px;margin:0}.viewer-legend .gallery-legend-heading svg{width:16px;height:16px}
.viewer-legend ul{padding:0;margin:20px 0 0;list-style:none;display:grid;gap:17px}.viewer-legend li{display:flex;gap:10px;align-items:center;font-size:14px;line-height:1.4;color:#c7c7c7}.viewer-legend li i{width:24px;flex:none;border-top:2px var(--legend-style,solid) var(--legend-color,#fff)}
.viewer-actions{display:grid;gap:20px;margin-top:auto;padding-top:12px}.viewer-actions .button{justify-content:center;font-size:14px;min-height:44px;padding:10px}.viewer-actions .button[aria-pressed=true]{background:#37271e;border-color:#a9663b}.viewer-actions a{font-size:13px;display:flex;gap:9px;align-items:center;color:#b3b3b3}.viewer-actions a svg{width:16px;height:16px}
.gallery-viewer button:focus-visible,.gallery-viewer a:focus-visible{outline:2px solid #ff7824;outline-offset:3px}
@media(min-width:1800px){.exhibit-contact-sheet{gap:54px}.exhibit-opening,.exhibit-row,.exhibit-pair{gap:34px}.exhibit-rail{gap:32px}.exhibit-tile h2{font-size:21px}.exhibit-tile p{font-size:14px}.exhibit-tile-1 h2{font-size:29px}}
@media(max-width:1000px){.gallery-exhibit{padding-top:60px}.exhibit-heading{margin-bottom:36px}.exhibit-heading h1{max-width:550px}.exhibit-heading>p{font-size:14px}.exhibit-opening{grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:20px}.exhibit-rail{gap:20px}.exhibit-row,.exhibit-pair{gap:20px}.exhibit-tile h2{font-size:16px}.exhibit-tile p{font-size:12px}.exhibit-tile-1 h2{font-size:22px}.exhibit-number{display:none}.viewer-body{grid-template-columns:minmax(0,1fr) 235px}.viewer-sidebar{padding:22px 18px}.viewer-project h2{font-size:22px}.gallery-viewer{width:calc(100vw - 32px);max-height:calc(100dvh - 32px)}}
@media(max-width:650px){.gallery-exhibit{padding-top:42px;padding-bottom:65px}.exhibit-heading{display:block;margin-bottom:32px}.exhibit-heading h1{font-size:54px}.exhibit-heading>p{margin:18px 0 0;font-size:14px}.exhibit-heading>p br{display:none}.exhibit-opening{grid-template-columns:1fr;gap:25px}.exhibit-rail{grid-template-columns:1fr 1fr;gap:14px}.exhibit-row{grid-template-columns:1fr 1fr;gap:26px 14px}.exhibit-row>.exhibit-tile:last-child{grid-column:1/-1}.exhibit-pair{gap:14px}.exhibit-contact-sheet{gap:28px}.exhibit-tile figcaption{gap:6px;padding-top:10px}.exhibit-tile h2{font-size:14px;line-height:1.3}.exhibit-tile p{font-size:12px;line-height:1.4}.exhibit-plus{font-size:18px;padding-left:0}.exhibit-tile-1 h2,.exhibit-tile-6 h2{font-size:20px}.exhibit-expand{display:none}.exhibit-end{margin-top:32px;align-items:center}.exhibit-end .mono{font-size:10px}.exhibit-end a{font-size:12px}.gallery-viewer{width:calc(100vw - 16px);max-height:calc(100dvh - 16px);border-radius:6px}.viewer-toolbar{padding:8px 10px 8px 16px;position:sticky;top:0;z-index:5;background:#191919}.viewer-body{grid-template-columns:1fr}.viewer-stage>.finished-photo,.viewer-stage .finished-comparison{max-height:none;aspect-ratio:4/3;height:auto}.viewer-sidebar{border-left:0;border-top:1px solid #333;padding:22px;gap:20px}.viewer-project{display:flex;align-items:baseline;justify-content:space-between;gap:15px}.viewer-project .eyebrow{display:none}.viewer-project h2{font-size:23px}.viewer-legend{padding-top:18px}.viewer-legend ul{grid-template-columns:1fr 1fr;gap:15px}.viewer-legend li{font-size:13px}.viewer-actions{grid-template-columns:1fr 1fr;align-items:center;margin-top:0;padding-top:0}.viewer-actions .button{font-size:13px}.viewer-actions a{font-size:12px;justify-content:center}}
@media(prefers-reduced-motion:reduce){.exhibit-open>.finished-photo,.exhibit-expand{transition:none}}

.exhibit-heading>p{max-width:220px}
/* Quiet cartographic texture behind the photographs. */
.gallery-backdrop{position:relative;isolation:isolate;width:100%;overflow:clip}
.gallery-backdrop::before,.gallery-backdrop::after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none}
.gallery-backdrop::before{background-image:linear-gradient(#ffffff07 1px,transparent 1px),linear-gradient(90deg,#ffffff07 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(transparent 0%,#000 15%,#000 85%,transparent)}
.gallery-backdrop::after{background:url('/assets/gallery-contours.svg') right 420px/100% auto repeat-y;mask-image:linear-gradient(transparent,#000 18%,#000 87%,transparent)}
.exhibit-opening{align-items:stretch}
.exhibit-rail{align-content:space-between}
.exhibit-open{border-color:#ffffff26}
.exhibit-wide .exhibit-open{aspect-ratio:4/3}
.exhibit-contact-sheet{gap:32px}
.exhibit-tile-1 .exhibit-open{height:100%}
@media(max-width:650px){.exhibit-contact-sheet{gap:20px}.exhibit-opening{gap:16px}.gallery-backdrop::before{background-size:32px 32px}.exhibit-tile-1 .exhibit-open{height:auto}.exhibit-wide{margin:4px 0}}

.exhibit-opening{align-items:center}.exhibit-tile-1 .exhibit-open{height:auto}
