:root{
  --brown:#805a3b;
  --dark:#4f3828;
  --cream:#f8f4ef;
  --cream2:#eee4da;
  --text:#25211e;
  --muted:#716963;
  --border:#ded5cd;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:#fff;
}
.container{
  width:min(1100px,calc(100% - 40px));
  margin:auto;
}
a{text-decoration:none;color:inherit}
.topbar{
  border-bottom:1px solid var(--border);
  background:#fff;
}
.header{
  min-height:84px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:34px;
}
.brand-main{
  display:block;
  color:var(--brown);
  font-size:28px;
  font-weight:800;
  line-height:1;
}
.brand-sub{
  display:block;
  font-size:9px;
  letter-spacing:3px;
  font-weight:700;
  margin-top:4px;
}
.service-link{
  justify-self:start;
  padding-left:30px;
  border-left:1px solid var(--border);
  color:var(--dark);
  font-size:14px;
  font-weight:700;
}
.phone{text-align:right}
.phone span{
  display:block;
  color:var(--muted);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:4px;
}
.phone a{
  font-family:Georgia,serif;
  font-size:23px;
  font-weight:700;
  color:var(--dark);
}
.hero-grid{
  min-height:610px;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:stretch;
}
.hero-copy{
  padding:75px 55px 75px 0;
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.eyebrow{
  margin:0 0 16px;
  color:var(--brown);
  font-size:12px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif}
h1{
  font-size:clamp(47px,6vw,72px);
  line-height:1.02;
  letter-spacing:-2px;
  margin:0 0 24px;
}
h2{
  font-size:clamp(34px,4vw,49px);
  line-height:1.1;
  letter-spacing:-1px;
  margin:0 0 20px;
}
h3{
  font-size:21px;
  margin:0 0 10px;
}
p{
  color:var(--muted);
  line-height:1.7;
}
.hero-copy>p:last-of-type{
  font-size:19px;
  margin-bottom:30px;
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:14px 24px;
  background:var(--brown);
  color:#fff;
  font-size:14px;
  font-weight:800;
  border-radius:3px;
}
.hero-visual{
  height:100%;
  min-height:610px;
  position:relative;
  overflow:hidden;
  background:#efe7de;
}

.hero-shape{display:none}
.section{padding:95px 0}
.cream{background:var(--cream)}
.center{
  text-align:center;
  max-width:760px;
  margin:0 auto 45px;
}
.cards{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}
.card{
  background:#fff;
  border:1px solid var(--border);
  padding:30px;
  display:grid;
  grid-template-columns:54px 1fr;
  gap:18px;
}
.icon{
  width:50px;
  height:50px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--cream2);
  color:var(--brown);
  font-weight:800;
}
.two-col{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:70px;
  align-items:start;
}
.benefits{
  display:grid;
  gap:25px;
  margin-top:35px;
}
.benefit{
  display:grid;
  grid-template-columns:48px 1fr;
  gap:18px;
}
.num{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  background:var(--brown);
  color:#fff;
  font-size:12px;
  font-weight:800;
}
.photo-stack{
  display:grid;
  gap:15px;
}

.content-photo{
  width:100%;
  height:100%;
  min-height:100%;
  display:block;
  object-fit:cover;
}

.photo-placeholder{
  background:#d8cabd;
  min-height:470px;
  display:grid;
  place-items:center;
  color:#75695f;
  font-weight:700;
}
.small-photos{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
}
.small-photos div{min-height:175px}
.lead{
  background:var(--dark);
  padding:72px 0;
  color:#fff;
}
.lead-inner{
  max-width:900px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:0;
  text-align:center;
}
.lead-copy{
  max-width:820px;
}
.lead h2,
.lead p{
  color:#fff;
}
.lead h2{
  margin:18px auto 20px;
  max-width:820px;
  font-size:clamp(38px,5vw,66px);
  line-height:1.02;
}
.lead .lead-description{
  margin:0 auto 28px;
  font-size:18px;
}
.lead .white-button{
  background:#fff;
  color:var(--dark);
  padding:10px 25px;
  min-height:auto;
  border-radius:4px;
  box-shadow:none;
}
.lead .white-button:hover{
  background:#f2ece7;
  transform:translateY(-1px);
}
.testimonials{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.testimonial{
  background:#fff;
  border:1px solid var(--border);
  padding:28px;
}
.stars{
  color:var(--brown);
  letter-spacing:3px;
}
.faq{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:75px;
}
.faq-list{border-top:1px solid var(--border)}
details{
  padding:21px 0;
  border-bottom:1px solid var(--border);
}
summary{
  font-family:Georgia,serif;
  font-weight:700;
  font-size:19px;
  cursor:pointer;
}
.quote{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:70px;
}
.tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:25px;
}
.tags span{
  padding:9px 12px;
  background:#fff;
  border:1px solid var(--border);
  font-size:12px;
  font-weight:700;
}
.form{
  background:#fff;
  border:1px solid var(--border);
  padding:32px;
}
.form label{
  display:block;
  font-size:13px;
  font-weight:700;
  margin-bottom:18px;
}
.form input,.form textarea{
  width:100%;
  padding:13px;
  margin-top:7px;
  border:1px solid var(--border);
  font:inherit;
}
.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.submit{
  width:100%;
  border:0;
}
.footer{
  background:var(--dark);
  color:#fff;
  padding:60px 0;
}
.footer-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr .8fr;
  gap:45px;
}
.footer-links{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.footer a{color:#eadfd5}
.copyright{
  background:#2e2119;
  color:#c9bbb0;
  text-align:center;
  padding:18px;
  font-size:12px;
}
@media(max-width:850px){
  .hero-grid,.two-col,.faq,.quote{grid-template-columns:1fr}
  .hero-copy{padding-right:0}
  .hero-visual{min-height:430px}
  .cards,.testimonials{grid-template-columns:1fr}
  .lead-inner{flex-direction:column;align-items:flex-start}
  .footer-grid{grid-template-columns:1fr}
  .service-link{display:none}
}
@media(max-width:600px){
  .container{width:min(100% - 28px,1100px)}
  .header{grid-template-columns:auto 1fr}
  .phone span{display:none}
  .phone a{font-size:17px}
  h1{font-size:43px}
  .hero-copy{padding:55px 0 35px}
  .hero-visual{min-height:360px}
  .form-row,.small-photos{grid-template-columns:1fr}
  .section{padding:70px 0}
}

/* CTA strip layout */
.cta-strip .container,
.cta-strip .wrapper,
.cta-strip .cta-content{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    gap:18px !important;
}

/* Thinner button */
.cta-strip .btn,
.cta-strip a.button,
.cta-strip .cta-button{
    padding:10px 26px !important;
    line-height:1.2 !important;
    display:inline-block !important;
}

.hero-photo-img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center top;
}

.cta-strip .btn,
.cta-strip a.button,
.cta-strip .cta-button{
    background:#ffffff !important;
    color:#2f2a26 !important;
    border:0 !important;
    border-radius:8px !important;
    padding:14px 30px !important;
    font-weight:700 !important;
    box-shadow:0 8px 22px rgba(0,0,0,.10);
    transition:all .2s ease;
}
.cta-strip .btn:hover,
.cta-strip a.button:hover,
.cta-strip .cta-button:hover{
    background:#f4f4f4 !important;
    transform:translateY(-1px);
}


.footer-redesign{
  background:#201a17;
  color:#fff;
  padding:72px 0 0;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.25fr 1fr 1fr 1.1fr;
  gap:52px;
  align-items:start;
}
.footer-brand,
.footer-column{
  min-width:0;
}
.footer-column{
  padding-left:34px;
  border-left:1px solid rgba(255,255,255,.14);
}
.footer-logo{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  margin-bottom:26px;
}
.footer-logo-main{
  font-family:Georgia,serif;
  font-size:66px;
  line-height:.9;
  font-weight:700;
  color:#9b724f;
}
.footer-logo-sub{
  margin-top:13px;
  font-size:18px;
  letter-spacing:8px;
  font-weight:700;
}
.footer-brand p{
  color:rgba(255,255,255,.72);
  font-size:17px;
  line-height:1.7;
  margin:0;
}
.footer-column h3{
  color:#9b724f;
  font-size:15px;
  letter-spacing:2px;
  text-transform:uppercase;
  margin:0 0 28px;
  padding-bottom:18px;
  position:relative;
}
.footer-column h3::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:40px;
  height:1px;
  background:#9b724f;
}
.footer-column a,
.footer-column p{
  display:block;
  color:rgba(255,255,255,.9);
  text-decoration:none;
  margin:0 0 18px;
  font-size:16px;
  line-height:1.45;
}
.footer-column a:hover{
  color:#c69a73;
}
.footer-contact .footer-cta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:30px;
  padding:15px 20px;
  border:1px solid #9b724f;
  border-radius:8px;
  text-transform:uppercase;
  letter-spacing:1.5px;
  font-weight:700;
}
.footer-contact .footer-cta span{
  font-size:24px;
  line-height:1;
}
.footer-bottom{
  margin-top:58px;
  border-top:1px solid rgba(255,255,255,.12);
  padding:22px 0;
  text-align:center;
  color:rgba(255,255,255,.64);
  font-size:14px;
}
@media (max-width:900px){
  .footer-grid{
    grid-template-columns:1fr 1fr;
    gap:38px 26px;
  }
  .footer-column{
    padding-left:0;
    border-left:0;
  }
}
@media (max-width:600px){
  .footer-redesign{
    padding-top:52px;
  }
  .footer-grid{
    grid-template-columns:1fr;
  }
  .footer-logo-main{
    font-size:56px;
  }
  .footer-logo-sub{
    letter-spacing:6px;
  }
}


.site-credit{
 display:inline-block;
 margin-top:8px;
 font-size:13px;
 color:rgba(255,255,255,.6);
}
.site-credit a{
 color:#c69a73;
 text-decoration:none;
 font-weight:600;
}
.site-credit a:hover{
 color:#fff;
}

.footer-verse{
  margin-top:52px;
  padding:28px 20px;
  text-align:center;
  border-top:1px solid rgba(255,255,255,.12);
}
.footer-verse p{
  margin:0;
  color:rgba(255,255,255,.88);
  font-family:Georgia,serif;
  font-size:20px;
  line-height:1.5;
}
.footer-verse span{
  display:block;
  margin-top:10px;
  color:#c69a73;
  font-size:13px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
}
.footer-bottom{
  margin-top:0;
}


.testimonial{
  display:flex;
  flex-direction:column;
}
.testimonial strong{
  margin-top:auto;
  padding-top:18px;
}
