
:root{
  --forest:#17372f;
  --forest2:#0f2621;
  --gold:#d1ad61;
  --gold2:#b58b41;
  --rust:#8b3f1f;
  --sand:#f4ecdd;
  --ink:#221d18;
  --muted:#6e6154;
  --white:#fffdf8;
  --line:rgba(23,55,47,.12);
  --shadow:0 18px 45px rgba(0,0,0,.12);
  --radius:22px;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Arial, Helvetica, sans-serif;
  color:var(--ink);
  background:linear-gradient(180deg,#fbf7ef 0%, #f3ebdc 100%);
  line-height:1.55;
}
a{color:inherit}
.topbar{
  background:linear-gradient(90deg,var(--forest2),var(--forest));
  color:#f4e8c9;
  padding:10px 16px;
  text-align:center;
  font-weight:700;
  font-size:14px;
  letter-spacing:.2px;
}
.nav{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(255,250,241,.93);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.nav-inner{
  max-width:var(--max);
  margin:auto;
  padding:14px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.brand img{
  width:150px;
  height:86px;
  object-fit:contain;
  border-radius:8px;
  background:#060604;
}
.brand h1{
  margin:0;
  font-size:20px;
  color:var(--forest);
  line-height:1.05;
}
.brand p{
  margin:4px 0 0;
  font-size:13px;
  color:var(--muted);
  font-weight:700;
}
.nav-links{
  display:flex;
  gap:18px;
  align-items:center;
  flex-wrap:wrap;
  justify-content:flex-end;
  font-size:15px;
  font-weight:700;
  color:var(--forest);
}
.btn{
  display:inline-block;
  padding:14px 22px;
  border-radius:999px;
  text-decoration:none;
  font-weight:800;
  box-shadow:var(--shadow);
  transition:.18s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  background:linear-gradient(135deg,var(--rust),#b55129);
  color:white;
}
.btn-secondary{
  background:white;
  color:var(--forest);
  border:1px solid var(--line);
}
.hero{
  max-width:var(--max);
  margin:auto;
  padding:34px 20px 30px;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  align-items:center;
}
.eyebrow{
  display:inline-block;
  background:#f7e8c9;
  border:1px solid rgba(139,63,31,.1);
  color:var(--rust);
  font-weight:800;
  font-size:13px;
  padding:8px 14px;
  border-radius:999px;
  margin-bottom:16px;
}
h2{
  margin:0 0 14px;
  font-size:clamp(38px,6vw,64px);
  line-height:1.02;
  letter-spacing:-1.4px;
  color:var(--forest2);
}
.hero p{
  margin:0 0 22px;
  color:#55493f;
  font-size:19px;
  max-width:720px;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:20px;
}
.stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}
.stat{
  background:white;
  border:1px solid var(--line);
  border-radius:18px;
  padding:15px 16px;
  box-shadow:var(--shadow);
  font-weight:800;
  color:var(--forest);
  text-align:center;
}
.hero-card{
  background:linear-gradient(180deg,var(--forest),var(--forest2));
  color:white;
  border-radius:28px;
  overflow:hidden;
  box-shadow:var(--shadow);
  position:relative;
}
.hero-card img.banner{
  width:100%;
  display:block;
  height:auto;
  aspect-ratio:1942 / 809;
  object-fit:cover;
  object-position:center;
}
.hero-card-content{ padding:22px; }
.hero-card h3{ margin:0 0 10px; font-size:28px; line-height:1.05; color:#fff5df; }
.hero-card ul{ margin:0 0 16px; padding-left:18px; color:#e9debf; }
.section{ max-width:var(--max); margin:0 auto; padding:28px 20px 10px; }
.section-title{ margin:0 0 8px; color:var(--forest); font-size:34px; letter-spacing:-.7px; }
.section-sub{ margin:0 0 22px; color:#68584a; font-size:18px; max-width:760px; }
.grid-3{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.card{
  background:#fff;
  border-radius:var(--radius);
  padding:24px;
  box-shadow:var(--shadow);
  border:1px solid var(--line);
}
.card h3,.card h4{ margin:0 0 10px; color:#173f36; }
.card p{ margin:0;color:#5b5249 }
.card ul{ margin:12px 0 0;padding-left:18px;color:#564a3f }
.split{ display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.checklist{ display:grid; gap:12px; }
.check{
  background:#fff;
  padding:16px 18px;
  border-radius:18px;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  font-weight:700;
}
.service-areas{
  background:linear-gradient(180deg,rgba(23,55,47,.96),rgba(10,25,22,.96));
  color:#fff;
  border-radius:28px;
  padding:28px;
  box-shadow:var(--shadow);
}
.areas-list{ display:flex; flex-wrap:wrap; gap:12px; margin-top:16px; }
.areas-list span{
  background:rgba(255,255,255,.12);
  padding:10px 14px;
  border-radius:999px;
  font-weight:700;
  color:#f3e8c6;
  border:1px solid rgba(255,255,255,.1);
}
.reviews{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.review{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:22px;
  box-shadow:var(--shadow);
}
.review .stars{ color:var(--gold2); font-size:18px; letter-spacing:2px; margin-bottom:8px; }
.cta{
  margin-top:26px;
  background:linear-gradient(180deg,var(--forest),var(--forest2));
  color:#fff;
  border-radius:28px;
  padding:28px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  box-shadow:var(--shadow);
}
.footer{
  max-width:var(--max);
  margin:24px auto 40px;
  padding:0 20px;
  color:#7a6c5d;
  font-size:14px;
}
@media (max-width: 900px){
  .nav-inner{ align-items:flex-start; }
  .brand img{ width:118px; height:68px; }
  .hero{ grid-template-columns:1fr; }
  .grid-3{ grid-template-columns:1fr; }
  .split{ grid-template-columns:1fr; }
  .reviews{ grid-template-columns:1fr; }
  .stats{ grid-template-columns:1fr 1fr; }
}
@media (max-width: 640px){
  .nav-inner{ flex-direction:column; }
  .brand{ align-items:flex-start; }
  .brand img{ width:132px; height:76px; }
  .nav-links{ justify-content:flex-start; gap:12px; }
}
