@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Manrope:wght@500;600&display=swap');

:root{
  --ink:#171717;
  --muted:#5f5a52;
  --accent:#a99a75;
  --border:#e7e1d8;
  --max:1440px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  font-family:Inter,Arial,sans-serif;
  background:#fff;
  line-height:1.65;
}
a{color:inherit}

.site-header{
  height:88px;
  background:#fff;
  border-bottom:1px solid #f1eee9;
  position:sticky;
  top:0;
  z-index:10;
}
.header-inner{
  height:100%;
  max-width:1320px;
  margin:auto;
  padding:0 44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.brand{
  text-decoration:none;
  font-family:Manrope,Arial,sans-serif;
  font-size:27px;
  font-weight:600;
  letter-spacing:.075em;
}
nav{display:flex;gap:46px}
nav a{
  text-decoration:none;
  font-size:13px;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.hero{
  min-height:620px;
  max-width:1320px;
  margin:auto;
  position:relative;
  display:grid;
  place-items:center;
  background:
    url("https://images.unsplash.com/photo-1556912172-45b7abe8b7e1?auto=format&fit=crop&w=2200&q=86")
    center/cover no-repeat;
}
.hero-overlay{
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(255,255,255,.77),rgba(255,255,255,.62) 42%,rgba(255,255,255,.34) 72%,rgba(255,255,255,.18)),
    linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.18));
}
.hero-content{
  position:relative;
  text-align:center;
  max-width:760px;
  padding:54px 34px;
}
.hero-label{margin-bottom:12px}
.hero h1{
  margin:0;
  font-family:Manrope,Arial,sans-serif;
  font-size:54px;
  line-height:1.08;
  font-weight:600;
  letter-spacing:-.02em;
}
.hero-copy{
  max-width:650px;
  margin:24px auto 30px;
  font-size:17px;
  color:#2f2b27;
}
.rule{
  width:48px;height:2px;
  background:var(--accent);
  margin:22px auto;
}
.rule.small{margin:18px 0 26px;width:34px}
.button{
  display:inline-block;
  padding:14px 30px;
  background:#1b1b1b;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.09em;
  border-radius:2px;
}

.section{max-width:1320px;margin:auto}
.split{
  max-width:1320px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:440px;
}
.copy-panel{
  padding:72px 12%;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.section-label{
  color:#958663;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
  font-weight:600;
  margin:0 0 8px;
}
h2{
  font-family:Manrope,Arial,sans-serif;
  font-size:34px;
  line-height:1.25;
  margin:0;
  font-weight:500;
}
.copy-panel p:not(.section-label):not(.contact-line){
  max-width:560px;
  color:#3f3b35;
}
.photo{
  min-height:420px;
  background-size:cover;
  background-position:center;
}
.photo-living{
  background-image:url("https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=1500&q=86");
}
.focus{
  padding:80px 7% 88px;
  background:#fcfaf7;
}
.section-heading{text-align:center;margin-bottom:44px}
.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  max-width:1050px;
  margin:auto;
}
.card{
  text-align:center;
  padding:0 46px;
  border-right:1px solid var(--border);
}
.card:last-child{border-right:0}
.icon{
  width:66px;height:66px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#f0e9de;
  margin:0 auto 18px;
  font-size:28px;
}
.card h3{
  font-size:15px;
  text-transform:uppercase;
  letter-spacing:.04em;
  margin:0 0 12px;
}
.card p{font-size:14px;color:var(--muted);margin:0}
.belief{background:#fbfaf8}
.photo-detail{
  background-image:url("https://images.unsplash.com/photo-1494438639946-1ebd1d20bf85?auto=format&fit=crop&w=1500&q=86");
}
.belief-copy{background:#fff}
.contact{min-height:360px}
.contact .copy-panel{padding-top:55px;padding-bottom:55px}
.contact-line{
  display:flex;
  align-items:center;
  gap:14px;
  margin:8px 0;
  font-size:15px;
}
.contact-line a{text-decoration:none}
.photo-work{
  background-image:url("https://images.unsplash.com/photo-1497215728101-856f4ea42174?auto=format&fit=crop&w=1500&q=86");
}
footer{
  max-width:1320px;
  margin:auto;
  padding:26px 44px;
  background:#1c1c1b;
  color:#eee;
  display:flex;
  justify-content:space-between;
  font-size:12px;
}
.footer-links{display:flex;gap:16px}
.footer-links a{text-decoration:none}

.legal{
  max-width:900px;
  margin:0 auto;
  padding:70px 28px 100px;
}
.legal h1{font:500 42px/1.2 Manrope,Arial,sans-serif}
.legal h2{font-size:22px;margin-top:34px}
.legal p,.legal li{color:#45413c}
.legal .back{display:inline-block;margin-bottom:28px;text-decoration:none}

@media (max-width:800px){
  .site-header{height:74px}
  .header-inner{padding:0 20px}
  .brand{font-size:19px}
  nav{gap:17px}
  nav a{font-size:10px;letter-spacing:.08em}
  .hero{min-height:540px}
  .hero h1{font-size:38px}
  .hero-copy{font-size:15px}
  .split{grid-template-columns:1fr}
  .photo{min-height:320px}
  .copy-panel{padding:56px 28px}
  .cards{grid-template-columns:1fr;gap:38px}
  .card{border-right:0;padding:0 10px}
  .focus{padding:60px 28px}
  .belief .photo{order:2}
  footer{padding:24px 22px;gap:18px;flex-direction:column}
}
