/* Photography only. The authored Stories hero and archive own their layouts. */
.stories-photo-heading{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:28px}.stories-photo-heading p{font-size:16px;line-height:1.6;margin:8px 0}.stories-photo-heading a{font-size:14px;font-weight:700;padding:12px 0;border-bottom:1px solid currentColor}
.stories-photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.stories-photo{display:block;min-width:0;padding:0;border:0;background:none;color:#073c2b;cursor:pointer;text-align:left}
.stories-photo img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;background:#d3cbb6}
.stories-photo>span{display:flex;justify-content:space-between;gap:12px;padding:12px 0;font:500 12px/1.5 Archivo,Arial,sans-serif}
.stories-photo:hover img{filter:brightness(1.06)}.stories-photo-credit{font-size:11px;line-height:1.5;letter-spacing:.05em;margin:20px 0 0}
.stories-photo-dialog{width:min(1100px,calc(100vw - 40px));max-width:none;max-height:calc(100dvh - 40px);margin:auto;padding:20px;border:1px solid #f4eedc44;background:#073c2b;color:#f4eedc;overflow:auto}
.stories-photo-dialog::backdrop{background:#02170ded}.stories-photo-dialog figure{margin:16px 0}.stories-photo-dialog figure img{display:block;width:100%;height:min(65dvh,750px);object-fit:contain}.stories-photo-dialog figcaption{font-size:13px;text-align:center;padding-top:12px}
.stories-photo-toolbar,.stories-photo-controls{display:flex;align-items:center;justify-content:space-between;gap:14px}.stories-photo-toolbar p{margin:0;font-size:14px}.stories-photo-dialog :is(button,a){min-height:44px;padding:10px 14px;border:1px solid #f4eedc66;background:transparent;color:inherit;font:600 14px/1.5 Archivo,Arial,sans-serif;text-decoration:none;cursor:pointer}.stories-photo-dialog :focus-visible{outline:3px solid #efbd4f;outline-offset:3px}

#photography.stories-photography{padding:48px max(20px,4vw);background:#f4eedc;color:#073c2b}
#photography .news-container{max-width:1320px;margin:auto}
#photography h2{font:400 clamp(34px,4vw,56px)/1.1 Anton,Impact,sans-serif;margin:10px 0}
@media(max-width:820px){.stories-photo-grid{grid-template-columns:1fr 1fr;gap:12px}.stories-photo-heading{display:block}.stories-photo-heading a{display:inline-flex}.stories-photo-dialog{width:calc(100vw - 16px);padding:12px}.stories-photo-controls{gap:6px}.stories-photo-dialog :is(button,a){font-size:12px;padding:10px}.stories-photo>span>span{display:none}}
