@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{color-scheme:dark;--bg:#101010;--fg:#f2f0ec;--muted:#999995;--line:#ffffff24;--glass:#25252592;--accent:#ff763e;--soft:#1a1a1a}html[data-theme=light]{color-scheme:light;--bg:#f4f3ef;--fg:#1b1b19;--muted:#63635e;--line:#16161625;--glass:#ffffffa6;--accent:#bf410f;--soft:#e8e6e0}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:120px}body{margin:0;background:var(--bg);color:var(--fg);font-family:'DM Sans',sans-serif;transition:background .3s,color .3s}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:6px}.glass{background:var(--glass);backdrop-filter:blur(24px) saturate(150%);border:1px solid #ffffff29;box-shadow:inset 0 1px 0 #ffffff17,0 8px 30px #00000012}.nav{position:relative;z-index:5;max-width:1328px;margin:26px auto 0;padding:17px 27px;display:flex;align-items:center;justify-content:space-between;border-radius:60px;width:calc(100% - 80px)}.logo{font-family:'Manrope',sans-serif;font-size:27px;font-weight:800;letter-spacing:-1.8px;line-height:1}.logo span{color:var(--accent);font-size:14px;vertical-align:top;margin-left:3px;letter-spacing:0}.nav nav{display:flex;gap:34px;font-size:14px}.nav nav a:hover{color:var(--accent)}.theme{display:flex;align-items:center;gap:10px;background:none;border:0;padding:4px}.theme svg{width:18px;height:18px}.toggle{height:21px;width:37px;background:var(--accent);border-radius:20px;padding:3px}.toggle i{display:block;width:15px;height:15px;border-radius:50%;background:#151515;transform:translateX(16px);transition:transform .25s}html[data-theme=light] .toggle i{transform:translateX(0);background:#fff}.intro,.works,.about,footer{max-width:1280px;width:calc(100% - 112px);margin:auto}.intro{padding:74px 0 48px}.eyebrow{font-size:12px;font-weight:500;letter-spacing:2.1px;display:flex;align-items:center;gap:13px}.dash{height:2px;width:28px;background:var(--accent)}.intro-row{display:flex;justify-content:space-between;align-items:flex-end;margin-top:24px}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:'Manrope',sans-serif}h1{font-size:clamp(58px,7.1vw,104px);line-height:1.06;letter-spacing:-6px;font-weight:500}em{font-style:normal;color:var(--accent)}.intro-side{padding-bottom:8px;width:280px}.intro-side p{font-size:15px;line-height:1.8;color:var(--muted)}.work-link{font-size:14px;display:flex;align-items:center;gap:30px;margin-top:25px}.work-link span{color:var(--accent);font-size:24px}.hero{position:relative;margin:0 auto;width:calc(100% - 48px);max-width:1392px;height:560px;border-radius:13px;overflow:hidden;background:#252525;color:#fff}.hero>img{width:100%;height:100%;object-fit:cover;object-position:center 55%}.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,#0002 20%,#0000 45%,#000b)}.image-tag{position:absolute;top:28px;left:30px;border-radius:30px;padding:11px 16px;display:flex;align-items:center;gap:9px;font-size:12px;letter-spacing:1.4px;background:#25252566}.tag-dot{height:6px;width:6px;background:#ff763e;border-radius:50%}.hero-caption{position:absolute;bottom:45px;left:42px;right:42px;display:flex;align-items:flex-end;justify-content:space-between}.small-label{font-size:12px;letter-spacing:2px}.hero-caption h2{font-size:46px;letter-spacing:-2px;font-weight:500;margin-top:12px}.round-link{width:57px;height:57px;display:grid;place-items:center;border-radius:50%;font-size:30px;background:#ffffff16}.sample{font-size:10px;letter-spacing:1.4px}.hero-sample{position:absolute;top:36px;right:30px;color:#ffffffab}.works{padding-top:106px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:44px}.section-head h2{font-size:44px;font-weight:500;letter-spacing:-1.8px;margin-top:18px}.section-head h2 span{color:var(--accent)}.section-head>p{font-size:14px;line-height:1.7;color:var(--muted)}.gallery{display:grid;grid-template-columns:1.15fr 1fr;column-gap:50px;row-gap:55px;align-items:start}.photo{border:0;background:none;padding:0;text-align:left;width:100%}.photo-img{position:relative;overflow:hidden;border-radius:6px;background:var(--soft)}.photo-img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s}.photo:hover img{transform:scale(1.035)}.landscape .photo-img{aspect-ratio:1.42}.portrait .photo-img{aspect-ratio:.92}.gallery>.portrait:nth-child(2){margin-top:90px}.offset{max-width:85%;margin-top:-100px}.last{margin-top:10px}.photo-caption{display:flex;justify-content:space-between;gap:10px;align-items:center;padding-top:17px}.photo-caption h3{font-size:16px;font-weight:500}.photo-caption>span{font-size:10px;letter-spacing:1px;color:var(--muted)}.zoom{position:absolute;right:17px;bottom:17px;width:35px;height:35px;border:1px solid #ffffff60;border-radius:50%;display:grid;place-items:center;color:#fff;background:#0004;backdrop-filter:blur(10px)}.demo-note{margin-top:48px;border-top:1px solid var(--line);padding-top:18px;color:var(--accent);font-size:11px;letter-spacing:1px;display:flex;gap:20px}.demo-note span{font-size:12px;letter-spacing:0;color:var(--muted)}.about{margin-top:112px;border-top:1px solid var(--line);padding:58px 0 95px}.about-content{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;margin-top:32px}.about h2{font-size:49px;font-weight:500;line-height:1.18;letter-spacing:-2px}.about-copy{padding-top:4px}.about-copy p{font-size:16px;line-height:1.85;color:var(--muted);margin-bottom:18px}.specialties{display:flex;gap:8px;flex-wrap:wrap;margin-top:26px}.specialties span{font-size:12px;border:1px solid var(--line);padding:8px 13px;border-radius:30px}footer{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:30px 0 36px}footer>span{color:var(--muted);font-size:10px;letter-spacing:1.5px}footer>a:last-child{font-size:12px}dialog{padding:60px 70px 35px;border:1px solid #ffffff2a;background:#141414ed;color:#fff;border-radius:16px;max-width:96vw;width:1200px;max-height:95dvh}dialog::backdrop{background:#000c;backdrop-filter:blur(12px)}dialog figure{margin:0;text-align:center}dialog figure img{max-width:100%;height:72dvh;object-fit:contain}dialog figcaption{padding-top:16px;font-size:14px;color:#ccc}.lightbox-top{position:absolute;left:25px;right:20px;top:16px;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#bbb}dialog button{border:0;background:#ffffff15;color:#fff;width:40px;height:40px;border-radius:50%;font-size:22px}dialog .prev,dialog .next{position:absolute;top:47%}.prev{left:15px}.next{right:15px}body.modal-open{overflow:hidden}@media(min-width:1500px){.intro{padding-top:85px}.hero{height:640px}}@media(max-width:900px){.intro,.works,.about,footer{width:calc(100% - 64px)}.nav{width:calc(100% - 48px)}h1{letter-spacing:-4px}.intro-side{width:230px}.gallery{column-gap:28px}.photo-caption{align-items:flex-start;flex-direction:column}.about-content{gap:35px}.about h2{font-size:39px}.hero{height:480px}}@media(max-width:600px){.nav{width:calc(100% - 32px);margin-top:16px;padding:16px 19px}.logo{font-size:23px}.nav nav{gap:18px;font-size:12px}.theme{gap:5px}.theme svg{width:15px}.theme .sun{display:none}.intro,.works,.about,footer{width:calc(100% - 40px)}.intro{padding:49px 0 30px}.eyebrow{font-size:10px;letter-spacing:1.6px}.intro-row{display:block;margin-top:21px}h1{font-size:63px;letter-spacing:-3.9px}.intro-side{width:auto;margin-top:23px;display:flex;justify-content:space-between;gap:15px;align-items:flex-end}.intro-side p{font-size:12px}.work-link{font-size:12px;gap:12px;margin:0;max-width:135px}.hero{width:calc(100% - 24px);height:420px;border-radius:9px}.image-tag{top:18px;left:18px;font-size:10px;padding:9px 12px}.hero-sample{top:31px;right:17px;font-size:8px}.hero-caption{left:23px;right:23px;bottom:29px}.hero-caption h2{font-size:32px;letter-spacing:-1px}.small-label{font-size:9px}.round-link{width:44px;height:44px;font-size:23px}.works{padding-top:65px}.section-head{display:block;margin-bottom:30px}.section-head h2{font-size:33px;margin-top:15px;letter-spacing:-1.3px}.section-head>p{display:none}.gallery{grid-template-columns:1fr;gap:30px}.gallery>.portrait:nth-child(2),.offset,.last{margin:0;max-width:none}.portrait .photo-img{aspect-ratio:1.08}.photo-caption{flex-direction:row;align-items:center}.photo-caption h3{font-size:15px}.photo-caption>span{font-size:9px}.demo-note{display:block;line-height:1.7;margin-top:33px}.demo-note span{display:block;margin-top:8px}.about{margin-top:65px;padding:38px 0 55px}.about-content{grid-template-columns:1fr;gap:25px;margin-top:24px}.about h2{font-size:39px}.about-copy p{font-size:15px}footer{flex-wrap:wrap;gap:24px}footer>span{display:none}dialog{padding:60px 38px 28px}dialog figure img{height:62dvh}dialog button{width:32px;height:32px}.prev{left:3px}.next{right:3px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}

/* Preserve the photographer's original compositions. */
.hero{height:auto;aspect-ratio:3 / 2;max-height:none}.hero>img{display:block;width:100%;height:100%;object-fit:contain}.hero-shade{background:linear-gradient(180deg,#0001 0%,transparent 65%,#0009 100%)}
.gallery{display:block;columns:2;column-gap:42px}.gallery>.photo{display:inline-block;break-inside:avoid;margin:0 0 38px;max-width:100%;vertical-align:top}.gallery .photo-img{aspect-ratio:auto}.gallery .photo-img img{height:auto;object-fit:contain}.gallery .photo:hover img{transform:none}.photo-caption{flex-wrap:wrap}.photo-caption>span{font-size:12px}
@media(max-width:600px){.gallery{columns:1}.hero{aspect-ratio:3 / 2}.hero-caption{left:18px;right:18px;bottom:17px}.hero-caption h2{font-size:23px;margin-top:5px}.hero-caption .small-label{font-size:9px}.image-tag{top:12px;left:12px;padding:7px 10px}.round-link{width:35px;height:35px}.gallery>.photo{margin-bottom:30px}}
