.photo-intro{padding-top:40px;padding-bottom:55px;border-bottom:1px solid #ccc}.photo-kicker{display:flex;justify-content:space-between;font-size:10px;letter-spacing:.13em;color:#777;gap:20px}.photo-intro h1{font-size:clamp(62px,8vw,112px);line-height:1.03;margin:50px 0 35px}.photo-intro h1 em{font-family:Georgia,serif;font-weight:400;color:#7c7c75}.photo-intro-bottom{display:flex;align-items:end;justify-content:space-between;gap:45px}.photo-intro-bottom>span{font-size:10px;letter-spacing:.1em}.photo-intro-bottom p{max-width:385px;line-height:1.8;font-size:15px}.photo-index{padding-block:45px 90px}.photo-index-bar{display:flex;justify-content:space-between;gap:30px;align-items:center;margin-bottom:40px}.photo-index-bar h2{font-size:32px}.photo-index-bar h2>span{font-size:11px;vertical-align:top;letter-spacing:0;margin-left:12px;color:#777}.photo-index-bar form{display:flex;align-items:center;gap:15px;font-size:12px}.photo-index-bar select{background:transparent;border:0;border-bottom:1px solid #ccc;padding:13px 4px;max-width:190px}.photo-index-bar button{background:#171717;color:#fff;padding:13px 16px;min-height:44px}.album-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:65px 40px}.album-card{grid-column:span 6}.album-card:nth-child(4n+1){grid-column:span 7}.album-card:nth-child(4n+2){grid-column:span 5;padding-top:70px}.album-cover{position:relative;overflow:hidden;background:#deded7;aspect-ratio:4/3}.album-card:nth-child(4n+2) .album-cover{aspect-ratio:1/1}.album-cover img{height:100%;width:100%;object-fit:cover;transition:transform 700ms cubic-bezier(.22,1,.36,1)}.album-open{position:absolute;bottom:18px;right:18px;display:flex;align-items:center;gap:25px;background:#f8f8f6;padding:12px 17px;font-size:12px;transform:translateY(75px);opacity:0;transition:transform 250ms cubic-bezier(.22,1,.36,1),opacity 200ms}.album-open b{font-size:21px;font-weight:400}.album-photo-count{position:absolute;top:16px;left:16px;background:#171717b3;color:#fff;font-size:9px;letter-spacing:.07em;padding:7px 11px}.album-identity{display:flex;justify-content:space-between;gap:20px;align-items:end;padding-top:22px}.album-identity .eyebrow{font-size:9px;color:#777;margin-bottom:9px}.album-identity h3{font-size:32px;line-height:1.15;overflow-wrap:anywhere}.album-identity>span{font-size:28px}.album-card p{font-size:14px;line-height:1.8;margin-top:14px;border-bottom:1px solid #ccc;padding-bottom:22px}.album-card a:focus-visible .album-open{transform:none;opacity:1}.gallery-empty{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:60px 0}.gallery-empty-mark{font-family:Georgia,serif;font-size:150px;letter-spacing:-.1em;color:#b9b9b0;background:#eeeeea;text-align:center;padding:35px}.gallery-empty h2{font-size:38px;line-height:1.15;margin-bottom:22px}.gallery-empty p{font-size:15px;line-height:1.8}.gallery-empty .eyebrow{font-size:9px}.album-heading{padding-top:45px}.album-heading>.eyebrow{margin-top:50px}.album-heading h1{max-width:1050px;overflow-wrap:anywhere}.album-heading>p{max-width:660px;font-size:20px;line-height:1.7;margin-top:27px}.album-caption-bar{display:flex;justify-content:space-between;gap:20px;font-size:9px;letter-spacing:.1em;border-block:1px solid #ccc;padding-block:20px;margin-top:40px}.album-story{padding-block:25px 35px}.album-story>div{max-width:740px}.album-story p{font-size:15px;line-height:1.8;margin-bottom:12px}.photo-wall{columns:3;column-gap:24px;padding-bottom:35px}.photo-tile{break-inside:avoid;margin:0 0 30px}.photo-tile a{display:block;position:relative;overflow:hidden;background:#eaeae5}.photo-tile img{width:100%;height:auto;transition:transform 650ms cubic-bezier(.22,1,.36,1)}.photo-enlarge{position:absolute;bottom:12px;right:12px;background:#fff;color:#171717;width:38px;height:38px;display:grid;place-items:center;font-size:22px;opacity:0;transform:translateY(8px);transition:transform 200ms,opacity 200ms}.photo-tile figcaption{display:flex;gap:15px;font-size:11px;color:#666;line-height:1.7;padding-top:12px}.photo-tile figcaption>span{font-size:9px;color:#999}.photo-tile a:focus-visible .photo-enlarge{opacity:1;transform:none}.album-outro{padding-block:20px 70px}.photo-viewer{inset:0;width:100%;height:100dvh;max-width:none;max-height:none;margin:0;border:0;background:#111;color:#fff;padding:0}.photo-viewer[open]{display:grid;grid-template-rows:auto minmax(0,1fr) auto}.photo-viewer::backdrop{background:#111}.photo-viewer-top{display:flex;justify-content:space-between;align-items:center;padding:17px 30px;gap:30px}.photo-viewer-top>span{font-size:11px;letter-spacing:.12em}.photo-viewer button{background:transparent;color:inherit;min-height:44px;min-width:44px;font-size:14px}.photo-stage{min-height:0;padding:10px 60px;display:grid;place-items:center;touch-action:pan-y pinch-zoom}.photo-stage img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.photo-viewer-bottom{display:flex;align-items:center;justify-content:space-between;padding:18px 30px;gap:25px}.photo-viewer-bottom p{color:#ccc;font-size:13px;line-height:1.6;text-align:center;max-width:800px}.photo-viewer-bottom button{font-size:27px}.photo-viewer button:disabled{opacity:.3;cursor:default}.photo-viewer button:active{transform:scale(.96)}body:has(.photo-viewer[open]){overflow:hidden}.photo-viewer :focus-visible{outline-color:#fff}
@media(hover:hover) and (pointer:fine){.album-card a:hover .album-cover img,.photo-tile a:hover img{transform:scale(1.035)}.album-card a:hover .album-open,.photo-tile a:hover .photo-enlarge{opacity:1;transform:none}}
@media(max-width:850px){.photo-wall{columns:2}.album-grid{gap:40px 28px}.album-identity h3{font-size:27px}.gallery-empty{gap:30px}.gallery-empty-mark{font-size:110px}}
@media(max-width:640px){.photo-intro{padding-top:28px;padding-bottom:35px}.photo-kicker{font-size:8px}.photo-kicker>span:last-child{display:none}.photo-intro h1{font-size:clamp(48px,12vw,70px);margin:35px 0 28px}.photo-intro-bottom{align-items:start;flex-direction:column;gap:23px}.photo-intro-bottom>span{font-size:8px}.photo-index{padding-block:35px 60px}.photo-index-bar{align-items:start;flex-direction:column;gap:22px}.photo-index-bar h2{font-size:29px}.album-grid{display:block}.album-card,.album-card:nth-child(4n+2){padding:0;margin-bottom:38px}.album-cover,.album-card:nth-child(4n+2) .album-cover{aspect-ratio:4/3}.album-open{transform:none;opacity:1;bottom:12px;right:12px;font-size:10px;padding:8px 12px;gap:16px}.gallery-empty{display:flex;flex-direction:column;align-items:stretch;padding:15px 0}.gallery-empty-mark{font-size:100px;padding:15px}.gallery-empty h2{font-size:33px}.album-heading{padding-top:30px}.album-heading>.eyebrow{margin-top:35px}.album-heading h1{font-size:44px}.album-heading>p{font-size:17px}.album-caption-bar{font-size:7px}.photo-wall{columns:2;column-gap:12px}.photo-tile{margin-bottom:20px}.photo-tile figcaption{font-size:10px;gap:7px}.photo-enlarge{opacity:1;transform:none;width:28px;height:28px;font-size:17px;bottom:7px;right:7px}.photo-stage{padding:5px 12px}.photo-viewer-top,.photo-viewer-bottom{padding:12px 17px}.photo-viewer-bottom p{font-size:12px}}
@media(prefers-reduced-motion:reduce){.photo-wall *,.album-grid *,.photo-viewer *{animation:none!important;transition:none!important}}
