:root{--black:#0b0b0b;--paper:#f2f0eb;--line:#302f2d;--muted:#aaa7a1;--gold:#c89a4b;--pad:clamp(1.25rem,5vw,5rem)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--paper);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5}img{display:block;width:100%;height:100%;object-fit:cover}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{height:82px;padding:0 var(--pad);display:flex;align-items:center;justify-content:space-between;position:absolute;z-index:20;width:100%;border-bottom:1px solid rgba(255,255,255,.22)}.brand{display:flex;align-items:center;gap:.75rem;font-size:1.05rem;letter-spacing:.02em}.brand img{width:43px;height:39px;object-fit:contain}.site-header nav{display:flex;align-items:center;gap:clamp(1rem,2.5vw,2.7rem);font-size:.79rem;text-transform:uppercase;letter-spacing:.14em}.site-header nav a,.language{transition:opacity .25s}.site-header nav a:hover,.language:hover{opacity:.55}.language,.menu-toggle{color:inherit;background:none;border:0;cursor:pointer;text-transform:uppercase;letter-spacing:.14em;font-size:.79rem}.language{border-left:1px solid rgba(255,255,255,.35);padding-left:1.5rem}.menu-toggle{display:none}.hero{height:100svh;min-height:660px;position:relative;overflow:hidden}.hero>img{position:absolute;inset:0;object-position:center 45%}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.44) 43%,rgba(0,0,0,.05) 75%),linear-gradient(0deg,rgba(0,0,0,.35),transparent 50%)}.hero-copy{position:absolute;left:var(--pad);bottom:clamp(4rem,10vh,7.5rem);max-width:760px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:bold;margin:0 0 1.2rem;color:var(--muted)}h1,h2{font-weight:400;letter-spacing:-.04em;line-height:.93;margin:0}.hero h1{font-size:clamp(3.2rem,7vw,7.8rem);max-width:1100px}.hero h1 em{font-family:Georgia,serif;font-weight:400;color:#d9ad61}.hero-copy>p:not(.eyebrow){max-width:530px;font-size:1.05rem;margin:1.7rem 0 0;color:#dad8d2}.hero-actions{display:flex;align-items:center;gap:2rem;margin-top:2rem}.button{display:inline-flex;padding:.9rem 1.2rem;border:1px solid currentColor;text-transform:uppercase;font-size:.75rem;letter-spacing:.12em}.button.light{background:var(--paper);color:var(--black);border-color:var(--paper)}.text-link{font-size:.86rem;border-bottom:1px solid rgba(255,255,255,.5);padding:.3rem 0}.hero-index{position:absolute;right:var(--pad);bottom:2.2rem;font-size:.75rem;letter-spacing:.15em}.section-pad{padding:clamp(5rem,10vw,10rem) var(--pad)}.intro{background:var(--paper);color:var(--black);display:grid;grid-template-columns:80px 1fr 1fr;gap:3rem;align-items:start}.section-number{font-size:.74rem;color:#777;margin:0}.intro h2,.section-head h2,.about h2{font-family:Georgia,serif;font-size:clamp(2.7rem,5vw,5.7rem)}.lead{font-family:Georgia,serif;font-size:clamp(1.3rem,2vw,2rem);line-height:1.35;margin:2.5rem 0 0}.section-head{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:end;margin-bottom:4rem}.section-head>p{max-width:520px;color:#777;margin:0}.portfolio{background:#d9d7d2;color:var(--black)}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1.2rem,3vw,3rem)}figure{margin:0}figure img{aspect-ratio:4/5}.gallery .wide{grid-column:span 2}.gallery .wide img{aspect-ratio:2/1}.gallery figcaption{display:flex;justify-content:space-between;gap:1rem;margin-top:.8rem;font-size:.83rem}.gallery small{color:#666}.editing{background:var(--black)}.section-head.inverse>p{color:var(--muted)}.comparison{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1rem,3vw,3rem)}.comparison img{aspect-ratio:4/5;object-fit:cover}.comparison span{display:block;text-transform:uppercase;letter-spacing:.14em;color:var(--muted);font-size:.72rem;margin-top:.8rem}.services{background:var(--paper);color:var(--black)}.service-list{border-top:1px solid #b9b6b0}.service-list article{display:grid;grid-template-columns:60px 1fr 1fr;gap:2rem;padding:2rem 0;border-bottom:1px solid #b9b6b0;align-items:start}.service-list article>span{font-size:.72rem;color:#777}.service-list h3{font-size:clamp(1.35rem,2.2vw,2.3rem);font-weight:400;margin:0;letter-spacing:-.025em}.service-list p{margin:.25rem 0 0;color:#615f5b;max-width:500px}.about{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,7vw,8rem);align-items:center}.about-image{height:min(72vw,760px);overflow:hidden}.about-copy p:not(.eyebrow){color:#c1bfba;max-width:600px;font-size:1.08rem}.about-copy h2{margin-bottom:2.3rem}.contact{background:var(--gold);color:#15130f;min-height:76vh;display:flex;flex-direction:column;justify-content:center}.contact .eyebrow{color:#58431f}.contact h2{font-family:Georgia,serif;font-size:clamp(3rem,7vw,7.5rem);max-width:1200px}.email{font-size:clamp(1.2rem,2.2vw,2.2rem);display:inline-block;margin-top:3rem;border-bottom:1px solid #15130f;align-self:flex-start}.contact-meta{display:flex;gap:2rem;margin-top:4rem;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem}footer{padding:1.5rem var(--pad);display:flex;justify-content:space-between;color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em}
@media(max-width:800px){.site-header{height:68px}.brand span{font-size:.9rem}.menu-toggle{display:block}.site-header nav{display:none;position:absolute;top:68px;left:0;right:0;background:rgba(11,11,11,.98);padding:1.5rem var(--pad);flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.site-header nav.open{display:flex}.language{border-left:0;padding-left:0}.hero{min-height:640px}.hero-shade{background:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,.1) 80%)}.hero h1{font-size:clamp(2.8rem,13vw,4.8rem)}.hero-copy{bottom:3.5rem}.hero-copy>p:not(.eyebrow){font-size:.95rem}.hero-index{display:none}.intro,.section-head,.service-list article,.about{grid-template-columns:1fr}.intro{gap:1.5rem}.intro .section-number{display:none}.lead{margin-top:.5rem}.section-head{gap:1.5rem;margin-bottom:2.5rem}.gallery{grid-template-columns:1fr}.gallery .wide{grid-column:auto}.gallery .wide img,figure img{aspect-ratio:4/5}.comparison{gap:.7rem}.comparison span{font-size:.62rem}.service-list article{gap:.7rem}.about-image{height:110vw;max-height:650px}.contact-meta{flex-direction:column;gap:.8rem}footer{gap:1rem;flex-direction:column}.hero-actions{align-items:flex-start;flex-direction:column;gap:1rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

.portfolio-entry{display:inline-block;margin-top:3rem;padding-bottom:.35rem;border-bottom:1px solid #777;font-size:.82rem;text-transform:uppercase;letter-spacing:.12em}.inner-header{position:fixed;background:rgba(11,11,11,.88);backdrop-filter:blur(14px)}.portfolio-page{background:#0b0b0b}.portfolio-intro{padding-top:clamp(9rem,16vw,14rem);min-height:100svh;display:flex;flex-direction:column;justify-content:center}.portfolio-intro h1{font-family:Georgia,serif;font-size:clamp(4rem,10vw,10rem);max-width:1100px}.portfolio-intro>p:not(.eyebrow){max-width:560px;color:#b7b4ae;font-size:1.08rem;margin:2rem 0 4rem}.series-index{border-top:1px solid var(--line);max-width:1050px}.series-index a{display:grid;grid-template-columns:54px 1fr 40px;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--line);font-size:.82rem;text-transform:uppercase;letter-spacing:.11em;transition:color .2s}.series-index a:hover{color:var(--gold)}.series-index a span:first-child,.series-index b{color:#777;font-size:.7rem}.series-index b{text-align:right;font-weight:400}.series{scroll-margin-top:80px;padding-bottom:clamp(6rem,10vw,10rem)}.series.pale{background:#d9d7d2;color:#111}.series.pale .eyebrow,.series.pale .series-head>span{color:#666}.series-head{display:grid;grid-template-columns:70px 1fr .7fr;gap:2rem;align-items:end;padding-bottom:3.5rem}.series-head>span{color:#777;font-size:.72rem}.series-head h2{font-family:Georgia,serif;font-size:clamp(2.8rem,6vw,6.8rem)}.series-head>p{color:#8d8a84;max-width:500px;margin:0}.series.pale .series-head>p{color:#5c5a57}.series-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(.5rem,1.2vw,1rem);padding:0 var(--pad)}.photo{border:0;padding:0;background:#161616;cursor:zoom-in;overflow:hidden;min-height:0}.photo img{transition:transform .6s ease,opacity .35s}.photo:hover img{transform:scale(1.018);opacity:.9}.photo.portrait img{aspect-ratio:3/4}.photo.landscape img{aspect-ratio:3/2}.photo.square img{aspect-ratio:1}.photo.panorama img{aspect-ratio:3/1}.photo.span-2{grid-column:span 2}.series-grid.cinematic{grid-template-columns:repeat(2,1fr)}.portfolio-contact{min-height:72vh;display:flex;flex-direction:column;justify-content:center;background:var(--gold);color:#15130f}.portfolio-contact .eyebrow{color:#58431f}.portfolio-contact h2{font-family:Georgia,serif;font-size:clamp(3.4rem,8vw,8.5rem);max-width:1200px}.portfolio-contact a{align-self:flex-start;margin-top:3rem;font-size:clamp(1.2rem,2.2vw,2.2rem);border-bottom:1px solid}.lightbox{border:0;padding:0;background:rgba(5,5,5,.96);max-width:none;max-height:none;width:100vw;height:100vh;color:white}.lightbox::backdrop{background:#050505}.lightbox[open]{display:grid;place-items:center}.lightbox img{width:auto;height:auto;max-width:92vw;max-height:88vh;object-fit:contain}.lightbox button{position:fixed;border:0;background:none;color:white;cursor:pointer;z-index:2}.lightbox-close{right:1.5rem;top:1rem;font-size:2.5rem}.lightbox-prev,.lightbox-next{top:50%;font-size:2rem;padding:1rem}.lightbox-prev{left:1rem}.lightbox-next{right:1rem}
@media(max-width:800px){.portfolio-intro{min-height:auto}.portfolio-intro h1{font-size:clamp(3.7rem,18vw,6rem)}.series-index a{grid-template-columns:38px 1fr 28px}.series-head{grid-template-columns:1fr;gap:1rem}.series-head>span{display:none}.series-grid,.series-grid.cinematic{grid-template-columns:1fr;padding:0}.photo.span-2{grid-column:auto}.photo.portrait{aspect-ratio:3/4}.photo.landscape{aspect-ratio:3/2}.photo.square{aspect-ratio:1}.photo.panorama{aspect-ratio:3/1}.photo.portrait img,.photo.landscape img,.photo.square img,.photo.panorama img{aspect-ratio:auto;max-height:none}.lightbox-prev{left:0}.lightbox-next{right:0}}
@media(min-width:801px){#architecture .series-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:clamp(3rem,7vw,8rem);row-gap:clamp(4rem,8vw,9rem);max-width:1440px;margin:0 auto;padding-inline:clamp(3rem,9vw,10rem)}#architecture .photo:nth-child(3),#architecture .photo:nth-child(11){width:78%;justify-self:end}#architecture .photo:nth-child(6),#architecture .photo:nth-child(8){width:86%;justify-self:start}}
@media(min-width:801px){#rural .series-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:clamp(2.5rem,6vw,7rem);row-gap:clamp(4rem,8vw,9rem);max-width:1500px;margin:0 auto;padding-inline:clamp(3rem,8vw,9rem)}#rural .photo:nth-child(1){width:78%;justify-self:end}#rural .photo:nth-child(4),#rural .photo:nth-child(5){width:84%}#rural .photo:nth-child(4){justify-self:start}#rural .photo:nth-child(5){justify-self:end}}
