/* Gallery-specific assets are loaded only by gallery pages. */
.gpw-gallery-page{--gallery-line:rgba(23,46,50,.2);color:var(--ink,#172e32);min-width:0;padding-bottom:2rem}
.gpw-gallery-path,.gpw-gallery-meta,.gpw-gallery-hint,.gpw-gallery-details{font:500 .8rem/1.6 Arial,Helvetica,sans-serif}
.gpw-gallery-path{display:flex;flex-wrap:wrap;gap:.4rem .65rem;margin:0 0 1.8rem}
.gpw-gallery-path a,.gpw-gallery-details{color:var(--teal,#236568);text-decoration:underline;text-underline-offset:3px}
.gpw-gallery-heading{margin-bottom:2rem;border-bottom:3px solid var(--ink,#172e32);padding-bottom:1.35rem}
.gpw-gallery-heading .gpw-kicker{color:var(--red,#ae3d2c);font:800 .75rem/1.4 Arial,sans-serif;letter-spacing:.15em;text-transform:uppercase}
.gpw-gallery-heading h1{font:700 clamp(2.15rem,5vw,4.3rem)/1.08 Georgia,serif;letter-spacing:-.045em;margin:.3rem 0 1rem;overflow-wrap:anywhere}
.gpw-gallery-description{font:400 1rem/1.8 Arial,Helvetica,sans-serif;max-width:74ch;overflow-wrap:anywhere}
.gpw-gallery-meta{margin:.55rem 0;color:#455b5b}
.gpw-gallery-collections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1.5rem 0 2rem}
.gpw-gallery-collection{min-width:0;background:rgba(255,255,255,.45);border:1px solid var(--gallery-line)}
.gpw-gallery-cover{position:relative;display:block;aspect-ratio:3/2;overflow:hidden;background:#d9ddcf}
.gpw-gallery-cover img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.gpw-gallery-cover:hover img{transform:scale(1.025)}
.gpw-gallery-placeholder{display:grid;place-content:center;height:100%;background:repeating-linear-gradient(135deg,transparent,transparent 12px,rgba(23,46,50,.06) 12px,rgba(23,46,50,.06) 13px);font:800 clamp(1rem,3vw,2rem)/1.15 Arial,sans-serif;letter-spacing:.1em;text-align:center;color:var(--teal,#236568)}
.gpw-gallery-cardbody{padding:.85rem}
.gpw-gallery-cardbody h2,.gpw-gallery-cardbody h3{font:700 clamp(1rem,2vw,1.4rem)/1.25 Georgia,serif;overflow-wrap:anywhere;margin:.3rem 0 .7rem}
.gpw-gallery-cardbody h2 a,.gpw-gallery-cardbody h3 a{color:inherit;text-decoration:none}
.gpw-gallery-cardbody a:hover{text-decoration:underline;text-underline-offset:3px}
.gpw-gallery-excerpt{font:.83rem/1.65 Arial,sans-serif;overflow-wrap:anywhere}
.gpw-gallery-excerpt img{max-width:100%;height:auto}
.gpw-gallery-badge{position:absolute;left:.65rem;top:.65rem;background:var(--gold,#dfac44);color:var(--ink,#172e32);padding:.22rem .5rem;font:800 .7rem/1.4 Arial,sans-serif;box-shadow:2px 2px 0 var(--ink,#172e32)}
.gpw-gallery-subsection>h2,.gpw-gallery-empty h2,.gpw-gallery-feedback h2{font:700 1.4rem/1.2 Georgia,serif}
.gpw-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 1rem;margin:1.5rem 0 2rem}
.gpw-gallery-photo{margin:0;min-width:0}
.gpw-gallery-image{position:relative;display:block;background:#172e32;aspect-ratio:3/2;overflow:hidden}
.gpw-gallery-image img{display:block;width:100%;height:100%;object-fit:contain;transition:transform .2s ease}
.gpw-gallery-image:hover img{transform:scale(1.03)}
.gpw-gallery-expand{position:absolute;right:.45rem;bottom:.45rem;display:grid;place-content:center;background:var(--paper,#f5f0e5);color:var(--ink,#172e32);width:1.8rem;height:1.8rem;border:1px solid var(--ink,#172e32);font:700 1.1rem/1 Arial,sans-serif}
.gpw-gallery-caption{font:700 .9rem/1.5 Arial,sans-serif;margin:.65rem 0 .3rem;overflow-wrap:anywhere}
.gpw-gallery-photo figcaption>.gpw-gallery-meta{display:block;font-size:.75rem}
.gpw-gallery-details{display:inline-block;min-height:2.25rem;padding:.2rem 0}
.gpw-gallery-hint{color:#455b5b;margin:1.5rem 0 0}
.gpw-gallery-tools{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}
.gpw-gallery-choose label{display:block;font:700 .8rem/1.5 Arial,sans-serif;margin-bottom:.4rem}
.gpw-gallery-choose>div{display:flex;gap:.5rem;flex-wrap:wrap}
.gpw-gallery-choose select{min-width:0;max-width:100%;flex:1 1 15rem;width:15rem;padding:.7rem;border:1px solid var(--ink,#172e32);background:var(--paper,#f5f0e5);color:var(--ink,#172e32);font:1rem Arial,sans-serif}
.gpw-gallery-choose button,.gpw-gallery-picture-nav a{padding:.7rem 1rem;border:1px solid var(--ink,#172e32);font:700 .85rem/1.4 Arial,sans-serif;text-decoration:none}
.gpw-gallery-choose button{color:var(--paper,#f5f0e5);background:var(--ink,#172e32);cursor:pointer}
.gpw-gallery-empty{padding:2rem;border:1px dashed var(--gallery-line);margin:1.5rem 0;font:1rem/1.7 Arial,sans-serif}
.gpw-gallery-picture-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem;margin:1.25rem 0}
.gpw-gallery-picture-nav a{color:var(--ink,#172e32);background:rgba(255,255,255,.45);min-height:44px}
.gpw-gallery-picture-nav a:hover{background:var(--gold,#dfac44)}
.gpw-gallery-detail-figure{margin:1.5rem 0}
.gpw-gallery-detail-figure>[data-gallery-image][hidden]{display:none!important}
.gpw-gallery-detail-image{position:relative;display:block;background:#172e32;text-align:center;min-height:200px}
.gpw-gallery-detail-image img{max-width:100%;max-height:75vh;max-height:75dvh;width:auto;height:auto;object-fit:contain;display:block;margin:auto}
.gpw-gallery-detail-figure figcaption{padding:1rem 0;border-bottom:1px solid var(--gallery-line)}
.gpw-gallery-feedback{margin-top:2rem;padding-top:1rem;border-top:2px solid var(--ink,#172e32)}
.gpw-gallery-page :focus-visible,.gpw-lightbox :focus-visible{outline:3px solid var(--red,#ae3d2c);outline-offset:4px}
.gpw-gallery-open{overflow:hidden}
.gpw-lightbox{box-sizing:border-box;width:calc(100% - 2rem);max-width:1440px;height:calc(100% - 2rem);height:calc(100dvh - 2rem);max-height:none;border:1px solid #526969;padding:0;background:#10262a;color:#f5f0e5;overflow:hidden;box-shadow:0 10px 100px #0008}
.gpw-lightbox::backdrop{background:rgba(4,15,18,.92)}
.gpw-lightbox:not([open]){display:none}
.gpw-lightbox-shell{height:100%;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto}
.gpw-lightbox-header{display:flex;align-items:center;gap:1rem;padding:.65rem 1rem;border-bottom:1px solid #526969}
.gpw-lightbox-header h2{font:700 1rem/1.3 Arial,sans-serif;margin:0;color:inherit}
.gpw-lightbox-counter{font:.8rem/1.3 Arial,sans-serif;color:#cbd8d1}
.gpw-lightbox button{box-sizing:border-box;min-height:44px;min-width:44px;padding:.6rem .85rem;cursor:pointer;border:1px solid #829692;background:transparent;color:#f5f0e5;font:700 .85rem/1.2 Arial,sans-serif;border-radius:0}
.gpw-lightbox button:hover{background:#236568}
.gpw-lightbox button:disabled{opacity:.35;cursor:default;background:transparent}
.gpw-lightbox button:focus-visible,.gpw-lightbox a:focus-visible{outline-color:#dfac44}
.gpw-lightbox-close{margin-left:auto}
.gpw-lightbox-close span{font-size:1.25rem;margin-left:.5rem;vertical-align:-.1rem}
.gpw-lightbox-stage{position:relative;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;touch-action:pan-y pinch-zoom;overflow:hidden}
.gpw-lightbox-media{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:0}
.gpw-lightbox-media img{display:block;width:100%;height:100%;object-fit:contain}
.gpw-lightbox [hidden]{display:none!important}
.gpw-lightbox-status{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);margin:0;max-width:34rem;width:75%;text-align:center;font:.95rem/1.6 Arial,sans-serif;pointer-events:none;color:#f5f0e5}
.gpw-lightbox-status:empty{display:none}
.gpw-lightbox-retry{position:absolute;bottom:1rem;background:#10262a!important}
.gpw-lightbox-stage[data-state=error]{overflow:auto;justify-content:flex-start;padding:1rem}
.gpw-lightbox-stage[data-state=error] .gpw-lightbox-media{display:none}
.gpw-lightbox-stage[data-state=error] .gpw-lightbox-status{position:static;transform:none;width:100%;margin:auto 0 0}
.gpw-lightbox-stage[data-state=error] .gpw-lightbox-retry{position:static;flex-shrink:0;margin:1rem 0 auto}
.gpw-lightbox-footer{display:grid;grid-template-columns:1fr auto;gap:.55rem 1rem;padding:1rem;border-top:1px solid #526969;max-height:35vh;overflow:auto;align-items:center}
.gpw-lightbox-navigation{display:flex;gap:.5rem;grid-column:2;grid-row:1/3}
.gpw-lightbox-caption{font:.95rem/1.5 Arial,sans-serif;margin:0;overflow-wrap:anywhere;min-width:0;color:inherit}
.gpw-lightbox-detail{color:#dfac44!important;font:700 .8rem/1.4 Arial,sans-serif;min-height:28px;grid-column:1;text-underline-offset:4px}
#gpw-lightbox-help{font:.7rem/1.4 Arial,sans-serif;color:#b9ccc6;margin:0;grid-column:1/-1}
@media(min-width:768px){.gpw-gallery-collections{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.gpw-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gpw-gallery-cardbody{padding:1rem}.gpw-gallery-tools{gap:1.5rem}}
@media(min-width:1200px){.gpw-gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:479px){.gpw-gallery-collections{grid-template-columns:minmax(0,1fr)}.gpw-gallery-grid{gap:1rem .65rem}.gpw-gallery-caption{font-size:.8rem}.gpw-gallery-details{font-size:.75rem}.gpw-lightbox{width:100%;height:100%;height:100dvh;border:0}.gpw-lightbox-header{padding:.5rem;gap:.5rem}.gpw-lightbox-header h2{font-size:.9rem}.gpw-lightbox-footer{padding:.75rem;gap:.5rem;max-height:40vh}.gpw-lightbox-navigation{grid-column:1/-1;grid-row:1;justify-content:space-between}.gpw-lightbox-caption{grid-column:1/-1}.gpw-lightbox-detail{grid-column:1/-1}.gpw-lightbox-status{font-size:.8rem;width:85%}}
@media(prefers-reduced-motion:reduce){.gpw-gallery-cover img,.gpw-gallery-image img{transition:none;transform:none!important}}
