:root{--ink:#272a28;--paper:#f5f4f0;--line:#d4d5ce;--accent:#5b6457}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:17px/1.65 Arial,sans-serif}a{color:inherit;text-decoration:none}img{display:block;width:100%;object-fit:cover}button,input,textarea{font:inherit}a:focus-visible,button:focus-visible{outline:3px solid #ad623d;outline-offset:6px}.wrap{width:calc(100% - 112px);max-width:1560px;margin:auto}header{padding:27px 0;border-bottom:1px solid var(--line)}.header-row{display:flex;align-items:center;justify-content:space-between;gap:35px}.brand{font:32px/1 Georgia,serif;letter-spacing:6px}.brand small{display:block;font:10px/1.8 Arial,sans-serif;letter-spacing:4px;margin-top:8px}nav{display:flex;gap:28px;font-size:14px}.text-link{border-bottom:1px solid;padding-bottom:5px;font-size:14px}.eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:12px;line-height:1.5}.hero-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;padding:60px 0 38px}h1,h2,h3,p{margin:0}h1,h2{font-family:Georgia,serif;font-weight:400}h1{font-size:clamp(40px,5.8vw,86px);line-height:1.07;letter-spacing:-2px;margin-top:18px}h2{font-size:clamp(36px,4.3vw,64px);line-height:1.15;letter-spacing:-1px}h3{font-size:23px;line-height:1.35;font-weight:400}.hero-note{max-width:300px;padding-bottom:5px;color:#596056}.hero-note p{font-size:15px;margin-bottom:25px}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;padding:16px 24px;background:var(--ink);color:white;border:1px solid var(--ink);cursor:pointer;font-size:15px}.button:hover{background:var(--accent)}.hero-photo{height:clamp(360px,49vw,690px);object-position:50% 56%}.photo-caption{display:flex;justify-content:space-between;gap:15px;margin-top:13px;font-size:13px;color:#636960}.section{padding:105px 0;border-bottom:1px solid var(--line)}.section-title{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:45px}.section-title .eyebrow{margin-bottom:18px}.projects{display:grid;grid-template-columns:1fr 1fr;gap:54px 30px}.project:first-child{grid-column:1/-1}.project img{height:440px;transition:filter .3s}.project:first-child img{height:600px}.project:hover img{filter:brightness(.93)}.project-info{display:flex;justify-content:space-between;align-items:start;gap:15px;margin-top:18px}.project-info p{font-size:14px;color:#62695f;margin-top:5px}.number{font-size:13px;color:#646b61}.split{display:grid;grid-template-columns:1fr 1fr;gap:8%}.copy p+p{margin-top:20px}.copy h2{margin:16px 0 30px}.portrait{height:650px;object-position:50% 25%}.facts{display:flex;gap:45px;border-top:1px solid var(--line);margin-top:35px;padding-top:26px}.facts strong{font:45px Georgia,serif}.facts span{display:block;font-size:14px}.service{display:grid;grid-template-columns:60px 1fr 1fr;gap:30px;padding:28px 0;border-top:1px solid var(--line)}.service p{color:#5c6359}.price{background:#30382f;color:#f6f5f0;margin-top:0}.price .section{border:0}.price .eyebrow{color:#c4cabf}.price-value{font:clamp(42px,5vw,72px) Georgia,serif;margin:24px 0 12px}.price .button{background:var(--paper);color:var(--ink);border-color:var(--paper);margin-top:30px}.price ul{padding-left:20px;margin:20px 0}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.step{border-top:1px solid var(--line);padding-top:20px}.step h3{margin:20px 0 15px}.step p{font-size:15px;color:#5c6359}.reviews{display:grid;grid-template-columns:1fr 1fr;gap:50px}blockquote{margin:0;font:25px/1.5 Georgia,serif}cite{display:block;margin-top:25px;font:14px/1.6 Arial,sans-serif;font-style:normal}.contact{padding:100px 0}.contact h2{max-width:780px}.contact p{max-width:620px;margin:26px 0}.contact .button{margin-top:12px}footer{padding:30px 0;border-top:1px solid var(--line);font-size:13px}.footer-row{display:flex;justify-content:space-between;gap:20px}.project-top{padding:55px 0 45px}.project-top h1{margin:30px 0}.project-meta{display:flex;gap:40px;flex-wrap:wrap;font-size:14px}.project-story{max-width:800px;margin:60px auto;font-size:20px}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:25px}.gallery img{height:590px}.gallery a:first-child{grid-column:1/-1}.gallery a:first-child img{height:auto;max-height:900px}.back{font-size:14px;border-bottom:1px solid}.skip{position:absolute;left:-9999px}.skip:focus{left:20px;top:10px;background:white;z-index:4}.menu{display:none}dialog{border:0;padding:0;background:transparent;max-width:94vw;max-height:94vh}dialog::backdrop{background:#111d}dialog img{width:auto;max-width:90vw;max-height:85vh;object-fit:contain}dialog button{position:fixed;right:22px;top:18px;color:white;background:#222;border:1px solid #aaa;padding:8px 18px;cursor:pointer}@media(max-width:800px){.wrap{width:calc(100% - 36px)}header{padding:20px 0}.brand{font-size:25px}.header-row{gap:15px;flex-wrap:wrap}nav{width:100%;justify-content:space-between;gap:8px;font-size:13px;order:3}.hero-heading{display:block;padding:35px 0 25px}h1{letter-spacing:-1px}.hero-note{max-width:none;margin-top:25px}.hero-note p{max-width:450px}.hero-photo{height:420px}.section{padding:65px 0}.section-title{align-items:start;flex-direction:column;gap:20px;margin-bottom:30px}.projects,.split,.reviews{grid-template-columns:1fr;gap:35px}.project:first-child{grid-column:auto}.project img,.project:first-child img{height:350px}.project-info h3{font-size:21px}.portrait{height:480px}.service{grid-template-columns:35px 1fr;gap:15px}.service p{grid-column:2}.steps{grid-template-columns:1fr 1fr;gap:30px 20px}.price-value{font-size:52px}.gallery{gap:15px;grid-template-columns:1fr}.gallery img{height:auto}.project-meta{gap:15px 25px}.project-story{margin:35px 0;font-size:18px}.footer-row{flex-direction:column;gap:12px}.contact{padding:65px 0}.photo-caption{font-size:12px}.facts{gap:30px}blockquote{font-size:22px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}


/* Galleries preserve the composition of the supplied originals. */
.gallery{align-items:start;gap:32px}.gallery a{display:block}.gallery img,.gallery a:first-child img{height:auto;max-height:none;width:100%}.gallery a:first-child{grid-column:auto}.project-top~.hero-photo{height:auto;max-height:850px;object-fit:contain;background:#e9e8e3}.project img{object-position:center}.project:nth-child(2) img{object-position:50% 48%}@media(max-width:800px){.gallery{gap:20px}.project-top~.hero-photo{max-height:none}}

.contact-actions{display:flex;flex-wrap:wrap;gap:12px}.contact-actions .button{margin-top:0}@media(max-width:600px){.contact-actions{flex-direction:column;align-items:stretch}.contact-actions .button{justify-content:center;padding:16px}}
