:root{--paper:#f7f7f5;--ink:#222820;--muted:#656860;--line:#d7d9d1}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.5 Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}a:focus-visible,button:focus-visible{outline:2px solid #7c8767;outline-offset:6px}header{height:112px;padding:24px 4.5%;display:flex;align-items:center;justify-content:space-between}.brand{font-size:29px;line-height:.83;letter-spacing:-1.7px;font-weight:500;display:block}.brand span{display:block;margin-left:26px}.header-note{font-size:14px;color:var(--muted)}.contact{font-size:14px;border-bottom:1px solid var(--ink);padding-bottom:7px}.contact span{margin-left:24px}.hero{display:grid;grid-template-columns:1fr 1fr;margin:0 4.5%;min-height:690px;height:calc(100svh - 145px);max-height:960px;border-bottom:1px solid var(--line)}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:50px 30px 20px 0}.eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:2px;margin:0 0 42px}h1{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(48px,5.6vw,92px);line-height:1.06;letter-spacing:-3px;margin:0 0 35px}h1 em{font-weight:400}.intro{color:var(--muted);font-size:16px;line-height:1.8;margin:0 0 38px}.discover{display:flex;justify-content:space-between;max-width:260px;font-size:14px;border-bottom:1px solid var(--line);padding:12px 0}.hero-meta{display:flex;gap:30px;font-size:12px;color:var(--muted);margin-top:auto;padding-top:60px}.hero-image{position:relative;border:0;padding:0;overflow:hidden;background:#ddd;height:100%;width:100%}.hero-image img{width:100%;height:100%;object-fit:cover;display:block}.hero-caption{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;padding:40px 25px 20px;background:linear-gradient(transparent,#0006);color:white;font-size:12px}.selection{padding:105px 4.5% 110px}.section-heading{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:25px;margin-bottom:55px;border-bottom:1px solid var(--line)}h2{font-family:Georgia,serif;font-weight:400;font-size:38px;letter-spacing:-1px;margin:0}h2 span{font:12px Arial;vertical-align:top;margin-left:14px;letter-spacing:0}.section-heading p{font-size:14px;color:var(--muted)}.gallery{display:grid;grid-template-columns:1fr 1fr;column-gap:6%;row-gap:85px;align-items:start}figure{margin:0}figure:nth-child(2){padding-top:110px}figure.wide{grid-column:1/-1;width:100%}figure:not(.wide) img{max-height:820px;object-fit:contain}.photo{display:block;position:relative;background:none;width:100%;padding:0;border:0}.photo img{width:100%;height:auto;display:block}.expand{position:absolute;right:14px;bottom:14px;background:var(--paper);height:36px;width:36px;border-radius:50%;display:grid;place-items:center;opacity:0;transition:opacity .2s}.photo:hover .expand,.photo:focus-visible .expand{opacity:1}figcaption{display:flex;justify-content:space-between;padding-top:16px;font-size:14px}figcaption small{display:block;color:var(--muted);font-size:12px;margin-top:3px}.number{color:var(--muted);font-size:12px}footer{padding:75px 4.5% 30px;background:#222820;color:#f7f7f5}footer .eyebrow{margin-bottom:20px}.footer-cta{font:clamp(40px,6.2vw,90px)/1.2 Georgia,serif;letter-spacing:-2px;display:flex;justify-content:space-between;border-bottom:1px solid #ffffff40;padding-bottom:65px}.footer-cta span{font-family:Arial;font-weight:300}.footer-bottom{padding-top:35px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:12px}.footer-bottom>a:not(.brand){font-size:14px}dialog{max-width:none;max-height:none;width:100vw;height:100dvh;border:0;padding:24px 30px;background:#151715;color:#fff}dialog::backdrop{background:#151715}.viewer-bar{display:flex;justify-content:space-between;align-items:center;gap:20px;height:50px}.viewer-bar p{font-size:14px}.viewer-bar button{border:0;background:transparent;color:#fff;padding:12px}.viewer-stage{height:calc(100% - 105px);display:grid;grid-template-columns:48px 1fr 48px;gap:20px;align-items:center}.viewer-stage img{height:100%;width:100%;min-height:0;object-fit:contain}.viewer-stage button{border:1px solid #ffffff50;background:none;color:white;width:44px;height:44px;border-radius:50%;font-size:24px}#viewer-count{text-align:center;font-size:12px;color:#ccc}body:has(dialog[open]){overflow:hidden}@media(min-width:1600px){header,.hero,.selection,footer{padding-left:max(4.5%,calc((100vw - 1600px)/2));padding-right:max(4.5%,calc((100vw - 1600px)/2))}.hero{margin:0;padding-top:0}}@media(max-width:750px){header{height:88px;padding:20px 6%}.brand{font-size:26px}.header-note{display:none}.contact{font-size:12px}.contact span{margin-left:10px}.hero{display:flex;flex-direction:column;height:auto;max-height:none;min-height:0;margin:0 6%;border:0}.hero-copy{padding:40px 0}.eyebrow{margin-bottom:24px}h1{font-size:56px;letter-spacing:-2px;margin-bottom:24px}.intro{margin-bottom:18px}.hero-meta{display:none}.hero-image{height:auto;aspect-ratio:3/4}.hero-image img{object-fit:contain}.section-heading{display:block;margin-bottom:32px}.section-heading p{margin-bottom:0}h2{font-size:32px}.selection{padding:65px 6%}.gallery{gap:40px;grid-template-columns:1fr}figure:nth-child(2){padding:0}figure.wide{grid-column:auto}figure:not(.wide) img{max-height:none}footer{padding:50px 6% 25px}.footer-cta{padding-bottom:35px;letter-spacing:-1px}.footer-bottom{display:grid;grid-template-columns:1fr 1fr;gap:30px 10px}.footer-bottom>a:nth-child(2){font-size:12px}dialog{padding:12px}.viewer-stage{grid-template-columns:34px 1fr 34px;gap:5px}.viewer-stage button{width:32px;height:40px}.viewer-bar p{font-size:12px}.expand{opacity:1;width:30px;height:30px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Regular portfolio grid, original images preserved */
.hero{margin-top:48px;height:auto;min-height:0;max-height:none;align-items:center;border:0}.hero-copy{padding:40px 30px 40px 0}.hero-image{height:auto;aspect-ratio:3/4}.hero-image img{object-fit:contain}.selection{padding-top:70px}.gallery{column-gap:32px;row-gap:42px;align-items:start}.gallery figure:nth-child(n){padding:0;width:100%;grid-column:auto}.gallery .photo{height:auto;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;background:#fff}.gallery figure .photo img{width:100%;height:100%;max-height:none;object-fit:contain}.gallery figcaption{min-height:55px}.section-heading{margin-bottom:32px}@media(max-width:750px){.hero{margin-top:10px}.hero-copy{padding:30px 0}.gallery{gap:30px}.gallery .photo{aspect-ratio:auto;background:transparent}.gallery figure .photo img{height:auto}.selection{padding-top:50px}}

:root{--paper:#fff}

.hero-image{aspect-ratio:auto;height:auto;background:transparent;border:0;padding:0;line-height:0}.hero-image img{display:block;width:100%;height:auto;object-fit:initial;border:0}.hero-caption{line-height:1.5}
