.photography-main{padding-top:52px;padding-bottom:68px;min-height:65vh}
.photography-heading{display:flex;justify-content:space-between;align-items:end;gap:28px;margin-bottom:38px}
.photography-heading .eyebrow{color:var(--blue)}
.photography-heading h1{font-size:clamp(2rem,4.5vw,3.4rem);line-height:1.15;letter-spacing:-.045em;margin:15px 0 14px}
.photography-heading p{color:var(--muted)}
.photography-heading>.text-link{flex-shrink:0}
.photography-page nav a[aria-current=page]{color:var(--blue);border-bottom:2px solid var(--blue)}
.photography-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 24px}
.photography-grid figure{margin:0;min-width:0}
.photography-grid a{display:block}
.photography-grid img{width:100%;height:210px;object-fit:contain;object-position:center;aspect-ratio:auto;transition:opacity .2s}
.photography-grid img[hidden]{display:none}
.photography-grid a:hover img{opacity:.88}
.photography-grid figcaption{display:flex;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-top:12px;padding-top:10px;border-top:1px solid var(--line);font-size:.875rem;line-height:1.5;color:var(--muted)}
.photography-grid figcaption>span:last-child{color:var(--blue)}
.photography-grid .photo-unavailable{min-height:210px;padding:15px}
.photography-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px 0;border-top:1px solid var(--line);font-size:.875rem;color:var(--muted)}
.photography-footer a:hover{color:var(--blue)}
.hero-photo.home-photo-preview{padding:22px;background:#edf0f4;color:var(--ink);gap:14px;min-height:315px;overflow:visible}
.home-photo-preview .photo-surface{position:static;background:transparent;display:grid;place-items:center;min-height:150px;flex:1}
.home-photo-preview .photo-surface::after{display:none}
.home-photo-preview .photo-surface img{width:100%;height:185px;object-fit:contain;aspect-ratio:auto;transform:none;transition:none}
.home-photo-preview .photo-surface img[hidden]{display:none}
.home-photo-preview .tile-label{color:var(--muted)}
.hero-photo.home-photo-preview .tile-bottom{margin:0;align-items:center;gap:15px}
.home-photo-preview .tile-bottom strong{font-size:1.15rem}
.home-photo-preview .tile-arrow{color:var(--blue)}
@media(max-width:1100px){.photography-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:800px){.photography-main{padding-top:35px}.photography-heading{display:block;margin-bottom:30px}.photography-heading>.text-link{margin-top:18px}.photography-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 18px}.photography-grid img{height:190px}.photography-footer{flex-wrap:wrap}.hero-photo.home-photo-preview{padding:18px;min-height:290px}.home-photo-preview .photo-surface img{height:175px}}
@media(max-width:460px){.photography-grid{gap:24px 14px}.photography-grid img{height:155px}.photography-grid figcaption{font-size:.875rem}.photography-footer>span{order:3;flex-basis:100%}.hero-photo.home-photo-preview{padding:15px;min-height:280px}.home-photo-preview .photo-surface img{height:180px}}
@media(prefers-reduced-motion:reduce){.photography-grid img{transition:none}}
