:root{
  --green:#063f2b;
  --green2:#0d5b3d;
  --gold:#d6a84f;
  --cream:#f7f3eb;
  --paper:#fffdf8;
  --dark:#0d1410;
  --text:#17201b;
  --muted:#6c746e;
  --line:#e5dccd;
  --shadow:0 24px 70px rgba(6,63,43,.14);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Outfit,system-ui,sans-serif;
  color:var(--text);
  background:var(--cream);
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

.topbar{
  height:36px;
  background:var(--green);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;
  font-size:14px;
}
.header{
  height:104px;
  background:rgba(255,253,248,.94);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 6%;
  position:sticky;
  top:0;
  z-index:50;
}
.brand{
  display:flex;
  align-items:center;
  gap:16px;
}
.brand img{
  width:70px;
  height:70px;
  object-fit:contain;
}
.brand strong{
  display:block;
  font-family:"Playfair Display",serif;
  color:var(--green);
  font-size:34px;
  line-height:.9;
  letter-spacing:.02em;
}
.brand small{
  display:block;
  margin-top:10px;
  font-size:13px;
  color:var(--muted);
}
nav{
  display:flex;
  gap:34px;
  align-items:center;
  font-weight:700;
  font-size:14px;
}
nav a{
  position:relative;
}
nav a:after{
  content:"";
  position:absolute;
  left:0;
  bottom:-9px;
  width:0;
  height:3px;
  background:var(--green);
  transition:.2s ease;
}
nav a:hover:after{width:100%}
.callBtn{
  background:var(--green);
  color:#fff;
  padding:15px 24px;
  border-radius:12px;
  font-weight:800;
  box-shadow:0 12px 30px rgba(6,63,43,.2);
}

.hero{
  min-height:580px;
  position:relative;
  background:
    linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.38),rgba(0,0,0,.15)),
    url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=2200&q=85") center/cover;
  display:flex;
  align-items:center;
  padding:80px 6%;
}
.heroInner{
  width:min(900px,100%);
  color:#fff;
  position:relative;
  z-index:1;
  padding-left:28px;
  border-left:2px solid rgba(214,168,79,.65);
}
.heroLogo img{
  width:140px;
  height:auto;
  margin-bottom:24px;
  background:#fff;
}
.heroLocation{
  color:var(--gold);
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.14em;
  margin:0 0 16px;
}
h1{
  margin:0;
  max-width:800px;
  font-family:"Playfair Display",serif;
  font-size:clamp(44px,6vw,82px);
  line-height:.98;
  letter-spacing:-.03em;
}
.heroSub{
  max-width:680px;
  margin:22px 0 0;
  font-size:23px;
  line-height:1.5;
}
.heroActions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-top:34px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  padding:15px 26px;
  font-weight:800;
}
.primary{
  background:var(--green2);
  color:#fff;
}
.outline{
  color:#fff;
  border:1.5px solid rgba(255,255,255,.75);
}

.quickCards{
  width:88%;
  margin:-58px auto 0;
  position:relative;
  z-index:3;
  background:rgba(255,253,248,.96);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  border-radius:22px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
}
.quickCards a{
  padding:28px;
  display:grid;
  grid-template-columns:56px 1fr;
  column-gap:18px;
  row-gap:5px;
  align-items:center;
  border-right:1px solid var(--line);
}
.quickCards a:last-child{border-right:0}
.quickCards span{
  grid-row:1/3;
  width:56px;height:56px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#eef4ef;
  font-size:25px;
}
.quickCards strong{
  color:var(--green);
  font-size:19px;
}
.quickCards small{
  color:var(--muted);
  font-size:14px;
}

.section{
  padding:90px 6%;
}
.intro{
  text-align:center;
  max-width:960px;
  margin:0 auto;
}
.eyebrow{
  margin:0 0 12px;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:800;
  font-size:13px;
}
h2{
  margin:0;
  font-family:"Playfair Display",serif;
  font-size:clamp(34px,4vw,54px);
  line-height:1.05;
  color:var(--green);
}
.intro > p{
  max-width:760px;
  margin:22px auto 0;
  color:var(--muted);
  font-size:19px;
  line-height:1.7;
}
.stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:38px;
}
.stats div{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:24px;
  box-shadow:0 10px 40px rgba(6,63,43,.06);
}
.stats strong{
  display:block;
  color:var(--green);
  font-size:32px;
}
.stats span{
  color:var(--muted);
}

.propertySection{
  background:#fff;
}
.sectionHead{
  text-align:center;
  margin-bottom:30px;
}
.filters{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:34px;
}
.filter{
  border:1px solid var(--line);
  background:#fff;
  border-radius:999px;
  padding:11px 17px;
  font:inherit;
  font-weight:800;
  cursor:pointer;
}
.filter.active,.filter:hover{
  background:var(--green);
  color:#fff;
}
.propertyGrid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.propertyCard{
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 12px 44px rgba(6,63,43,.09);
  position:relative;
}
.propertyCard img{
  height:250px;
  width:100%;
  object-fit:cover;
}
.badge{
  position:absolute;
  top:16px;
  left:16px;
  background:var(--green);
  color:#fff;
  border-radius:8px;
  padding:8px 12px;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
}
.propertyBody{
  padding:22px;
}
.propertyBody h3{
  margin:0 0 8px;
  font-size:24px;
}
.propertyBody p{
  color:var(--muted);
  line-height:1.6;
  margin:0 0 16px;
}
.meta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:18px;
}
.meta span{
  background:#f2f4f1;
  color:var(--green);
  border-radius:999px;
  padding:7px 10px;
  font-size:13px;
  font-weight:700;
}
.propertyBody a{
  color:var(--green);
  font-weight:800;
}

.services{
  background:var(--cream);
}
.serviceGrid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.serviceGrid article{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:28px;
  min-height:230px;
  box-shadow:0 12px 44px rgba(6,63,43,.06);
}
.serviceGrid span{
  color:var(--gold);
  font-weight:800;
}
.serviceGrid h3{
  margin:52px 0 10px;
  font-size:24px;
}
.serviceGrid p{
  color:var(--muted);
  line-height:1.6;
  margin:0;
}

.areas{
  padding:90px 6%;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:60px;
  align-items:center;
  background:#fff;
}
.areaList{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.areaList span{
  background:var(--cream);
  color:var(--green);
  border:1px solid var(--line);
  border-radius:999px;
  padding:12px 18px;
  font-weight:800;
}

.contact{
  padding:90px 6%;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:60px;
  background:var(--green);
  color:#fff;
}
.contact h2{color:#fff}
.contactText p:not(.eyebrow){
  color:#dbe8df;
  font-size:18px;
  line-height:1.6;
}
.contactLinks{
  display:grid;
  gap:12px;
  margin-top:28px;
}
.contactLinks a{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  border-radius:16px;
  padding:16px;
}
.contactLinks small{
  display:block;
  color:#bcd9c8;
  margin-bottom:4px;
}
.contactLinks strong{
  display:block;
  color:#fff;
}
.form{
  display:grid;
  gap:14px;
  background:#fff;
  color:var(--text);
  border-radius:24px;
  padding:28px;
  box-shadow:0 30px 80px rgba(0,0,0,.18);
}
.form label{
  font-weight:800;
  font-size:13px;
}
input,select,textarea{
  width:100%;
  margin-top:8px;
  border:1px solid var(--line);
  border-radius:14px;
  padding:15px;
  font:inherit;
  outline:none;
  background:#fffdf8;
}
input:focus,select:focus,textarea:focus{border-color:var(--green)}
button{
  border:0;
  border-radius:12px;
  background:var(--green);
  color:#fff;
  padding:16px;
  font:inherit;
  font-weight:800;
  cursor:pointer;
}
footer{
  background:#fff;
  padding:24px 6%;
  display:flex;
  justify-content:space-between;
  color:var(--muted);
}
footer strong{color:var(--green)}

.successPage{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:24px;
  background:var(--cream);
}
.successBox{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:var(--shadow);
  max-width:560px;
  padding:40px;
  text-align:center;
}
.successBox h1{
  font-size:46px;
  color:var(--green);
}
.successBox p{
  color:var(--muted);
  font-size:18px;
  line-height:1.6;
}

@media(max-width:1000px){
  nav{display:none}
  .propertyGrid{grid-template-columns:1fr 1fr}
  .serviceGrid{grid-template-columns:1fr 1fr}
  .areas,.contact{grid-template-columns:1fr}
  .quickCards{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  .topbar{display:none}
  .header{height:82px;padding:0 16px}
  .brand img{width:54px;height:54px}
  .brand strong{font-size:23px}
  .brand small{font-size:11px}
  .callBtn{display:none}
  .hero{padding:60px 18px;min-height:620px}
  .heroInner{padding-left:18px}
  .heroLogo img{width:105px}
  h1{font-size:46px}
  .heroSub{font-size:18px}
  .quickCards{
    width:92%;
    grid-template-columns:1fr;
    margin-top:-36px;
  }
  .quickCards a{border-right:0;border-bottom:1px solid var(--line)}
  .stats,.propertyGrid,.serviceGrid{grid-template-columns:1fr}
  .section,.areas,.contact{padding:64px 18px}
  footer{flex-direction:column}
}
