
:root{
  --bg:#f5f4f0;
  --paper:#fbfaf7;
  --ink:#171717;
  --muted:#555754;
  --line:#d8d7d2;
  --dark:#1d2424;
  --max:1440px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:var(--bg);
  font-family:Arial,Helvetica,sans-serif;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.site-header{
  height:106px;
  max-width:var(--max);
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 7%;
  background:var(--paper);
}
.brand img,.footer-brand img{
  width:150px;
  height:auto;
}
.main-nav{display:flex;gap:48px;align-items:center}
.main-nav a{
  font-size:12px;
  letter-spacing:.18em;
  font-weight:500;
}
.hero{
  max-width:var(--max);
  margin:auto;
  min-height:555px;
  display:grid;
  grid-template-columns:44% 56%;
  background:var(--paper);
}
.hero-copy{
  padding:68px 10% 55px 13%;
  align-self:center;
}
.eyebrow{
  font-size:11px;
  letter-spacing:.27em;
  margin:0 0 28px;
  font-weight:500;
}
.hero h1,.services-intro h2,.contact-copy h2{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  letter-spacing:-.02em;
}
.hero h1{
  font-size:58px;
  line-height:1.06;
  margin:0 0 34px;
}
.lead{
  max-width:435px;
  font-size:17px;
  line-height:1.55;
  color:#353735;
}
.hero-image{
  background:url("hero.jpg") center center/cover no-repeat;
}
.services-section{
  max-width:var(--max);
  margin:auto;
  padding:62px 6% 64px;
  background:var(--paper);
}
.services-intro{
  display:grid;
  grid-template-columns:55% 45%;
  gap:44px;
  align-items:start;
  margin-bottom:38px;
}
.services-intro h2{
  font-size:45px;
  line-height:1.14;
  margin:0;
}
.services-intro>p{
  font-size:16px;
  line-height:1.55;
  margin:32px 0 0;
  max-width:475px;
  color:#404240;
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
}
.service-card img{
  width:100%;
  aspect-ratio:1.42/1;
  object-fit:cover;
  margin-bottom:18px;
}
.service-card h3{
  margin:0 0 8px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:21px;
  font-weight:400;
}
.service-card p{
  margin:0;
  color:#555;
  line-height:1.55;
  font-size:14px;
  min-height:66px;
}
.arrow{
  display:block;
  margin-top:14px;
  font-size:25px;
  font-weight:300;
}
.values{
  max-width:var(--max);
  margin:auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  padding:48px 5%;
  background:#efeee9;
}
.value{
  text-align:center;
  padding:0 28px;
  border-right:1px solid #d1d0ca;
}
.value:last-child{border-right:0}
.value svg{
  width:38px;
  height:38px;
  margin:0 auto 18px;
  fill:none;
  stroke:#202020;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.value h4{
  font-size:11px;
  letter-spacing:.2em;
  margin:0 0 12px;
  font-weight:500;
}
.value p{
  font-size:14px;
  line-height:1.45;
  margin:0;
  color:#555;
}
.contact-section{
  max-width:var(--max);
  margin:auto;
  min-height:485px;
  display:grid;
  grid-template-columns:49% 51%;
}
.contact-copy{
  background:linear-gradient(145deg,#26302e,#171d1d);
  color:#fff;
  padding:54px 13%;
}
.eyebrow.light{color:#fff;margin-bottom:18px}
.contact-copy h2{
  font-size:44px;
  margin:0 0 20px;
}
.contact-copy>p{
  line-height:1.6;
  max-width:470px;
  color:#eceeea;
  margin-bottom:26px;
}
.contact-button{
  display:inline-flex;
  gap:28px;
  align-items:center;
  border:1px solid #fff;
  padding:12px 18px;
  font-size:11px;
  letter-spacing:.18em;
  background:#fff;
  color:#111;
  margin-bottom:26px;
}
.contact-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:14px;
}
.contact-list li{
  display:flex;
  align-items:center;
  gap:14px;
  font-size:15px;
}
.contact-list svg{
  width:21px;
  height:21px;
  fill:none;
  stroke:#fff;
  stroke-width:1.5;
}
.contact-image{
  background:url("contact.jpg") center center/cover no-repeat;
}
.site-footer{
  max-width:var(--max);
  height:96px;
  margin:auto;
  padding:0 7%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:var(--paper);
}
.footer-brand img{width:130px}
.footer-links{
  display:flex;
  align-items:center;
  gap:14px;
  font-size:11px;
  color:#555;
}
.copyright{margin-left:28px}

@media (max-width: 980px){
  .site-header{height:88px;padding:0 5%}
  .brand img{width:125px}
  .main-nav{gap:28px}
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-copy{padding:55px 8% 50px}
  .hero h1{font-size:50px}
  .hero-image{height:420px}
  .services-section{padding:55px 5%}
  .services-intro{grid-template-columns:1fr;gap:10px}
  .services-intro>p{margin-top:0}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .values{grid-template-columns:repeat(2,1fr);gap:38px 0}
  .value:nth-child(2){border-right:0}
  .contact-section{grid-template-columns:1fr}
  .contact-image{height:430px}
}
@media (max-width: 620px){
  .site-header{height:78px}
  .brand img{width:110px}
  .main-nav{gap:18px}
  .main-nav a{font-size:10px}
  .hero-copy{padding:44px 6% 42px}
  .hero h1{font-size:40px}
  .lead{font-size:15px}
  .hero-image{height:300px}
  .services-section{padding:45px 6%}
  .services-intro h2{font-size:36px}
  .service-grid{grid-template-columns:1fr;gap:34px}
  .service-card p{min-height:auto}
  .values{grid-template-columns:1fr;padding:42px 8%;gap:0}
  .value{
    border-right:0;
    border-bottom:1px solid #d1d0ca;
    padding:26px 0;
  }
  .value:last-child{border-bottom:0}
  .contact-copy{padding:48px 8%}
  .contact-copy h2{font-size:38px}
  .contact-image{height:300px}
  .site-footer{
    height:auto;
    min-height:120px;
    padding:26px 6%;
    flex-direction:column;
    align-items:flex-start;
    gap:20px;
  }
  .footer-links{flex-wrap:wrap}
  .copyright{margin-left:0;width:100%}
}
