
:root{
  --paper:#f3f0e9;--ink:#181817;--muted:#6c6b66;--line:#d8d3c9;
  --warm:#d8a86a;--cream:#ebe5d9;--white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif}
a{color:inherit;text-decoration:none}
.site-header{position:absolute;z-index:20;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:26px 4vw;color:white;border-bottom:1px solid rgba(255,255,255,.25)}
.brand{font-size:12px;letter-spacing:.19em;font-weight:600}
nav{display:flex;align-items:center;gap:31px;font-size:13px}
.nav-button{padding:12px 18px;border:1px solid rgba(255,255,255,.6);border-radius:999px}
.menu-button{display:none;border:0;background:none;color:inherit;font:inherit}
.hero{height:100vh;min-height:760px;position:relative;color:white;overflow:hidden}
.hero-image{position:absolute;inset:0;background:url("https://images.unsplash.com/photo-1600607688969-a5bfcd646154?auto=format&fit=crop&w=2200&q=90") center/cover;transform:scale(1.02)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,15,13,.72),rgba(16,15,13,.22) 60%,rgba(16,15,13,.08)),linear-gradient(0deg,rgba(16,15,13,.38),transparent 55%)}
.hero-content{position:relative;z-index:2;padding:180px 5vw 55px;height:100%;display:flex;flex-direction:column}
.overline{text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:600}
.hero h1{font-family:"Libre Caslon Display",serif;font-weight:400;font-size:clamp(55px,7.3vw,112px);line-height:.95;letter-spacing:-.04em;margin:auto 0 30px;max-width:1180px}
.hero h1 span{font-style:italic;color:#f1d8bb}
.hero-text{max-width:520px;line-height:1.75;color:rgba(255,255,255,.83);font-size:16px}
.circle-link{position:absolute;right:5vw;bottom:48px;width:128px;height:128px;border:1px solid rgba(255,255,255,.55);border-radius:50%;display:flex;align-items:center;justify-content:center;gap:12px;font-size:12px;line-height:1.4;transition:.25s}
.circle-link:hover{background:white;color:var(--ink)}
.circle-link b{font-size:20px}
.intro{display:grid;grid-template-columns:.55fr 1.45fr;gap:8vw;padding:140px 6vw 110px;border-bottom:1px solid var(--line)}
.intro-label{font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:var(--muted)}
.intro-copy{max-width:900px}
.intro h2,.projects h2,.about h2,.contact h2{font-family:"Libre Caslon Display",serif;font-weight:400;font-size:clamp(46px,5.8vw,84px);line-height:1;letter-spacing:-.035em;margin:0 0 34px}
.intro-copy p{max-width:650px;font-size:17px;line-height:1.8;color:var(--muted)}
.services{padding:0 6vw 140px;display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:1px;background:var(--line)}
.service{background:var(--paper)}
.feature{grid-row:span 2}
.service-photo{height:520px}
.house{background:url("https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=1300&q=88") center/cover}
.service-info,.text-service{padding:34px}
.number{font-size:11px;color:var(--muted);letter-spacing:.1em}
.service h3{font-family:"Libre Caslon Display",serif;font-size:34px;font-weight:400;line-height:1.05;margin:58px 0 18px}
.service p:not(.number){color:var(--muted);line-height:1.75;font-size:14px;max-width:460px}
.service a{display:flex;justify-content:space-between;margin-top:70px;padding-top:18px;border-top:1px solid var(--line);font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.text-service{min-height:355px;display:flex;flex-direction:column}
.text-service h3{margin-top:50px}
.text-service a{margin-top:auto}
.soft{background:var(--cream)}
.quote-section{padding:145px 7vw;background:#c79a62}
.overline.dark{color:#5f5d57}
blockquote{font-family:"Libre Caslon Display",serif;font-size:clamp(48px,6.6vw,94px);line-height:1.02;letter-spacing:-.04em;margin:65px 0 95px;max-width:1220px}
.quote-footer{display:grid;grid-template-columns:1fr 1fr;gap:10vw;border-top:1px solid rgba(24,24,23,.25);padding-top:28px}
.quote-footer p{max-width:540px;line-height:1.8}
.quote-footer a{justify-self:end;align-self:end;border-bottom:1px solid;padding-bottom:6px;font-size:13px}
.projects{padding:140px 5vw}
.projects-head{display:grid;grid-template-columns:.45fr 1.55fr;gap:5vw;margin-bottom:75px}
.projects-head h2{margin:0}
.project-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}
.project.large{grid-row:span 2}
.project-image{height:330px}
.project.large .project-image{height:722px}
.project-one{background:url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1500&q=88") center/cover}
.project-two{background:url("https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1100&q=88") center/cover}
.project-three{background:url("https://images.unsplash.com/photo-1558002038-1055907df827?auto=format&fit=crop&w=1100&q=88") center/cover}
.project-caption{display:flex;justify-content:space-between;gap:25px;padding:18px 0 30px;border-bottom:1px solid var(--line)}
.project-caption span{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}
.project-caption strong{font-size:13px;font-weight:500;text-align:right}
.about{display:grid;grid-template-columns:1fr 1fr;background:var(--cream)}
.about-image{min-height:820px;background:url("https://images.unsplash.com/photo-1581092160607-ee22621dd758?auto=format&fit=crop&w=1400&q=88") center/cover}
.about-content{padding:125px 7vw}
.about-content>p:not(.overline){color:var(--muted);line-height:1.8;max-width:520px}
.about h2{margin-top:28px}
.facts{margin-top:60px;border-top:1px solid var(--line)}
.facts div{display:grid;grid-template-columns:50px 1fr;padding:20px 0;border-bottom:1px solid var(--line);font-size:13px}
.facts strong{font-size:11px;color:var(--muted)}
.contact{background:#1b1a18;color:white;display:grid;grid-template-columns:1fr 1fr;gap:10vw;padding:135px 6vw}
.contact h2{margin:30px 0}.contact h2 span{font-style:italic;color:#d8b991}
.contact-copy>p:last-child{color:rgba(255,255,255,.62);line-height:1.7;max-width:460px}
.contact-form{display:grid;gap:20px}
.contact-form label{display:grid;gap:8px;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.67)}
input,textarea{width:100%;border:0;border-bottom:1px solid rgba(255,255,255,.28);background:transparent;color:white;padding:13px 0;font:inherit;outline:none}
.contact-form button{margin-top:12px;border:0;background:#d8b991;color:#171615;padding:18px 22px;display:flex;justify-content:space-between;font:inherit;font-size:12px;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}
footer{display:flex;justify-content:space-between;align-items:center;padding:30px 4vw;background:#11110f;color:rgba(255,255,255,.7);font-size:11px}
footer .brand{color:white}
@media(max-width:900px){
 nav{display:none}.menu-button{display:block}.hero h1{font-size:65px}
 .intro,.quote-footer,.projects-head,.about,.contact{grid-template-columns:1fr}
 .services{grid-template-columns:1fr 1fr}.feature{grid-column:span 2;grid-row:auto}
 .project-grid{grid-template-columns:1fr}.project.large{grid-row:auto}.project.large .project-image{height:560px}
 .about-image{min-height:600px}.contact{gap:70px}
}
@media(max-width:600px){
 .site-header{padding:22px 20px}.hero{min-height:700px}.hero-content{padding:135px 22px 35px}
 .hero h1{font-size:46px}.circle-link{display:none}.hero-text{font-size:14px}
 .intro{padding:95px 22px 75px;gap:30px}.intro h2,.projects h2,.about h2,.contact h2{font-size:45px}
 .services{display:block;padding:0 22px 90px;background:var(--paper)}.service{border-bottom:1px solid var(--line)}
 .service-photo{height:380px}.text-service{min-height:310px}.quote-section{padding:95px 22px}
 blockquote{font-size:48px;margin:45px 0 70px}.quote-footer a{justify-self:start}
 .projects{padding:95px 22px}.projects-head{gap:28px;margin-bottom:48px}.project.large .project-image,.project-image{height:360px}
 .about-image{min-height:450px}.about-content{padding:90px 22px}.contact{padding:95px 22px}
 footer{align-items:flex-start;gap:20px;flex-direction:column}
}
