.photo-site{--photo-green:#e5ecdf}
.photo-site .journal-header nav{gap:26px}
.photo-site .journal-header nav a{gap:4px;white-space:nowrap}
.photo-site .journal-header nav a:last-child{max-width:none}
.photo-detail{padding-bottom:44px}
.photo-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,1fr);align-items:start;gap:70px;margin:15px 0 42px}
.photo-figure{margin:0;background:#eee3da;border:1px solid var(--line);overflow:hidden}
.photo-figure img{width:100%;height:auto;max-height:860px;object-fit:contain}
.photo-figure figcaption{padding:14px 18px;font-size:10px;color:var(--muted);background:var(--paper);text-align:center}
.photo-copy{padding-top:35px;position:sticky;top:30px}
.photo-copy h1{font-size:clamp(48px,5vw,76px);letter-spacing:-2px;line-height:1}
.photo-number{font-family:var(--serif);font-style:italic;font-size:26px;color:var(--accent);margin:17px 0 25px}
.photo-number span{color:#bcaaa0;margin:0 7px}
.photo-description{font-size:15px;line-height:1.9;max-width:380px;margin:0 0 16px}
.photo-note{font-size:12px;color:var(--muted);line-height:1.9;max-width:385px;margin:0 0 30px}
.photo-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.photo-text-link{display:inline-flex;align-items:center;gap:13px;min-height:44px;font-size:11px;text-decoration:underline!important;text-decoration-color:#bda397!important}
.photo-set-button{min-width:155px;gap:10px}
.photo-set-button[aria-pressed=true]{background:#dce6d5;border-color:#a4b499;color:#47513f!important}
.photo-small{font-size:10px;color:var(--muted);line-height:1.85;margin:17px 0 25px}
.photo-small a{text-decoration:underline}
.photo-consent{display:flex;gap:17px;background:var(--photo-green);border:1px solid #d4dfcb;margin:32px 0 18px;padding:25px}
.photo-consent>span{font-size:30px;line-height:1.1;color:#7c8c71}
.photo-consent h2{font-size:28px;margin:0 0 12px;line-height:1.1}
.photo-consent p{font-size:11px;line-height:1.9;margin:0 0 15px;color:#637159}
.photo-consent a{font-size:10px;text-decoration:underline;text-underline-offset:4px}
.photo-consent a span{margin-left:12px}
.photo-back{color:var(--muted)!important}
.photo-neighbors{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding:25px 0 12px;font-size:11px}
.photo-neighbors a{display:flex;align-items:center;min-height:44px;text-decoration:underline}
.photo-neighbors>span{color:var(--muted);display:flex;align-items:center;min-height:44px}
.photo-index-intro{padding:55px 0 32px;max-width:730px}
.photo-index-intro h1{font-size:clamp(56px,7vw,93px);letter-spacing:-3px;line-height:.99;margin:17px 0 29px}
.photo-index-intro h1 em{color:var(--accent);font-weight:400}
.photo-index-intro>p:not(.journal-eyebrow):not(.photo-small){font-size:13px;color:var(--muted)}
.photo-index-intro .photo-small{max-width:590px;font-size:11px;margin-top:18px;margin-bottom:0}
.photo-collection-nav{display:flex;flex-wrap:wrap;gap:10px 11px;border-block:1px solid var(--line);padding:23px 0;margin-bottom:55px}
.photo-collection-nav a{display:inline-flex;gap:10px;align-items:center;font-size:10px;background:#f2eae2;border:1px solid #e5d9d0;border-radius:3px;padding:10px 12px;min-height:42px}
.photo-collection-nav a:hover{background:#eadbd0}
.photo-collection-nav a span{font-size:9px;color:var(--muted)}
.photo-index-group{scroll-margin-top:25px;margin-bottom:64px}
.photo-group-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:26px}
.photo-group-heading h2{font-size:43px;letter-spacing:-.8px}
.photo-group-heading .journal-eyebrow{font-size:9px;margin-bottom:10px}
.photo-group-heading>p{font-size:11px;line-height:1.8;color:var(--muted);max-width:310px;text-align:right;margin:0 0 3px}
.photo-index-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 22px}
.photo-index-card{min-width:0}
.photo-index-image{display:block;background:#efe2d8;overflow:hidden;border:1px solid var(--line)}
.photo-index-image img{width:100%;height:auto;aspect-ratio:3/4;object-fit:contain;transition:transform .25s}
.photo-index-image:hover img{transform:scale(1.015)}
.photo-card-copy{padding:13px 0 0}
.photo-card-copy h3{font-size:23px;margin-bottom:10px;line-height:1.2}
.photo-card-copy h3 a:hover{text-decoration:underline}
.photo-card-copy .photo-set-button{font-size:9px;padding:10px 13px;min-height:40px;min-width:130px;background:transparent;color:var(--ink)!important;border-color:#b9a99e}
.photo-card-copy .photo-set-button:hover{background:#f0e4da}
.photo-card-copy .photo-set-button[aria-pressed=true]{background:#dce6d5;border-color:#a4b499}
.photo-index-ending{border-top:1px solid var(--line);padding:38px 0 58px;text-align:center}
.photo-index-ending h2{font-size:40px}
.photo-index-ending p{font-size:12px;color:var(--muted);margin:18px auto 22px;max-width:500px}
.photo-index-ending>div{display:flex;justify-content:center;align-items:center;gap:25px;flex-wrap:wrap}
.photo-index-ending .journal-button{gap:4px}
@media(max-width:1100px){.photo-layout{gap:42px}.photo-copy{padding-top:22px}.photo-copy h1{font-size:60px}.photo-index-grid{gap:25px 18px}.photo-group-heading h2{font-size:38px}}
@media(max-width:850px){.photo-layout{gap:28px}.photo-copy{padding-top:12px;position:static}.photo-copy h1{font-size:48px;letter-spacing:-1.4px}.photo-number{font-size:23px;margin:13px 0 19px}.photo-description{font-size:12px}.photo-note{font-size:11px;margin-bottom:20px}.photo-actions{gap:10px}.photo-actions .journal-button{padding:13px 18px;font-size:10px}.photo-consent{padding:20px;gap:12px;margin-top:23px}.photo-consent h2{font-size:25px}.photo-consent p{font-size:10px}.photo-index-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.photo-group-heading h2{font-size:35px}.photo-group-heading>p{font-size:10px;max-width:240px}}
@media(max-width:600px){.photo-site .journal-header nav{gap:12px;font-size:8px}.photo-site .journal-header nav a{gap:2px}.photo-site .journal-header nav a>span{display:inline}.photo-layout{grid-template-columns:1fr;gap:22px;margin-top:0;margin-bottom:25px}.photo-copy{padding-top:0}.photo-copy h1{font-size:54px;letter-spacing:-1.7px}.photo-copy .journal-eyebrow{font-size:8px;margin-bottom:13px}.photo-figure img{max-height:none}.photo-figure figcaption{font-size:9px;padding:12px}.photo-description{font-size:13px}.photo-note{font-size:11px;max-width:none}.photo-actions{gap:18px}.photo-small{font-size:9px;max-width:none}.photo-consent{padding:22px;gap:14px}.photo-consent h2{font-size:28px}.photo-consent p{font-size:11px}.photo-neighbors{gap:18px;font-size:9px;padding-top:16px}.photo-detail{padding-bottom:26px}.photo-index-intro{padding-top:35px;padding-bottom:27px}.photo-index-intro h1{font-size:56px;letter-spacing:-2px;margin-top:17px;margin-bottom:22px}.photo-index-intro>p:not(.journal-eyebrow):not(.photo-small){font-size:11px}.photo-index-intro .photo-small{font-size:10px}.photo-collection-nav{padding:20px 0;gap:8px;margin-bottom:38px}.photo-collection-nav a{font-size:9px;padding:9px 10px;min-height:39px;gap:7px}.photo-index-group{margin-bottom:43px}.photo-group-heading{display:block;margin-bottom:20px}.photo-group-heading h2{font-size:35px}.photo-group-heading .journal-eyebrow{font-size:8px}.photo-group-heading>p{font-size:10px;text-align:left;max-width:none;margin-top:11px}.photo-index-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 13px}.photo-card-copy h3{font-size:21px}.photo-card-copy .photo-set-button{min-width:0;width:100%;font-size:8px;padding:10px 6px;min-height:40px}.photo-index-ending{padding:30px 0 40px}.photo-index-ending h2{font-size:34px}.photo-index-ending p{font-size:11px}.photo-index-ending>div{gap:16px}.photo-index-ending .journal-button{font-size:10px;padding:13px 18px}}
