
:root{
  --maroon:#7a2029;
  --maroon-dark:#4b171c;
  --gold:#bd9148;
  --cream:#fbf5eb;
  --beige:#f2e7d8;
  --ink:#241f1c;
  --muted:#665d55;
  --line:#dccbb5;
  --white:#fffdf9;
  --content:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.55}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(var(--content),92%);margin:auto}

/* final approved header */
.site-header{position:sticky;top:0;z-index:100;background:var(--cream);border-bottom:1px solid rgba(189,145,72,.34);box-shadow:0 3px 16px rgba(54,28,20,.05)}
.header-inner{min-height:104px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:11px;margin-right:auto}
.brand-logo{width:91px;height:86px;object-fit:contain}
.wordmark{width:275px;line-height:1}
.wordmark strong{display:block;color:var(--maroon);font:400 28px Georgia,"Times New Roman",serif;letter-spacing:.045em;white-space:nowrap}
.limited-row{display:flex;align-items:center;gap:10px;margin-top:10px}
.limited-row i{height:1px;flex:1;background:var(--gold)}
.limited-row b{padding-left:.54em;color:var(--gold);font:700 10px Arial;letter-spacing:.54em}
.nav{display:flex;align-items:center;gap:26px}
.nav a{position:relative;padding:43px 0 40px;text-transform:uppercase;font-size:12px;font-weight:700;letter-spacing:.045em}
.nav a::after{content:"";position:absolute;left:0;right:0;bottom:28px;height:2px;background:var(--maroon);transform:scaleX(0);transition:.2s}
.nav a:hover,.nav a.active{color:var(--maroon)}
.nav a:hover::after,.nav a.active::after{transform:scaleX(1)}
.phone-btn{min-width:184px;height:49px;display:flex;align-items:center;justify-content:center;gap:9px;background:var(--maroon);color:var(--white);font-size:14px;font-weight:700}
.phone-btn span{color:#e7c88f;font-size:18px}
.menu-btn{display:none;border:0;background:transparent;color:var(--maroon);font-size:28px}

/* hero: compact split composition using real property photography */
.hero{height:min(61vh,570px);min-height:500px;position:relative;overflow:hidden;background:var(--cream)}
.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 54%}.hero-wash{position:absolute;inset:0;background:linear-gradient(90deg,var(--cream) 0%,rgba(251,245,235,.97) 25%,rgba(251,245,235,.70) 39%,rgba(251,245,235,.08) 60%)}
.hero-inner{height:100%;display:flex;align-items:center;position:relative}
.hero-copy{width:47%;max-width:590px}
.eyebrow{color:var(--maroon);font-size:13px;font-weight:700;letter-spacing:.22em;text-transform:uppercase}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;font-weight:400}
.hero h1{font-size:clamp(52px,5.6vw,76px);line-height:1.02;margin:14px 0 10px}
.hero h1 span{display:block;color:var(--maroon);font-size:.64em;margin-top:12px}
.gold-rule{width:48px;height:2px;background:var(--gold);margin:22px 0}
.hero p{max-width:445px;font-size:17px;margin:0 0 27px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border:1px solid var(--maroon);background:var(--maroon);color:white;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.btn:hover{background:var(--maroon-dark);border-color:var(--maroon-dark)}
.btn.outline{background:transparent;color:var(--maroon)}
.btn.outline:hover{background:var(--maroon);color:white}

/* journey band */
.journey-band{background:var(--maroon);color:white}
.journey-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.journey-item{min-height:114px;display:flex;align-items:center;gap:19px;padding:22px 44px;border-right:1px solid rgba(231,200,143,.35)}
.journey-item:last-child{border-right:0}
.journey-icon{width:58px;height:58px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold);font:27px Georgia}
.journey-item h3{color:#f0d5a2;font-size:22px;margin:0 0 2px}
.journey-item p{margin:0;font-size:14px}

/* about/value strip */
.about-section{padding:64px 0 56px}
.about-grid{display:grid;grid-template-columns:1.08fr 1.92fr;gap:46px;align-items:start}
.about-copy h2{font-size:41px;line-height:1.08;margin:10px 0 17px}
.about-copy p{color:var(--muted);margin:0 0 20px}
.values{display:grid;grid-template-columns:repeat(3,1fr)}
.value{text-align:center;padding:18px 28px;border-left:1px solid var(--line)}
.value-icon{width:62px;height:62px;border:1px solid var(--gold);border-radius:50%;margin:0 auto 17px;display:grid;place-items:center;color:var(--gold);font-size:26px}
.value h3{color:var(--maroon);font-size:20px;margin:0 0 10px}
.value p{font-size:14px;margin:0;color:var(--muted)}

/* real properties */
.properties-section{padding:54px 0 68px;background:#f8f0e5}
.section-heading{text-align:center;margin-bottom:30px}
.section-heading h2{font-size:40px;color:var(--maroon);margin:8px 0 9px}
.section-heading p{margin:0;color:var(--muted)}
.property-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}
.property-card{background:var(--white);border:1px solid var(--line);transition:transform .2s,box-shadow .2s}
.property-card:hover{transform:translateY(-4px);box-shadow:0 15px 30px rgba(64,35,23,.12)}
.property-card img{width:100%;height:145px;object-fit:cover}
.property-card .content{padding:17px}
.property-card .code{color:var(--maroon);font-size:11px;font-weight:700;letter-spacing:.07em}
.property-card h3{font-size:19px;color:var(--maroon-dark);line-height:1.18;margin:8px 0}
.property-card p{min-height:38px;margin:0;color:var(--muted);font-size:13px}
.property-card .view{display:inline-block;margin-top:14px;color:var(--maroon);font-size:10px;font-weight:700;letter-spacing:.05em}

/* builder */
.builder-section{padding:66px 0}
.builder-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:52px;align-items:center}
.builder-grid img{width:100%;height:365px;object-fit:cover}
.builder-copy h2{font-size:42px;color:var(--maroon-dark);margin:10px 0 17px}
.builder-copy p{color:var(--muted);font-size:16px;margin:0 0 24px}

/* CTA */
.cta{background:var(--maroon);color:white}
.cta-inner{min-height:116px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.cta h2{font-size:28px;margin:0 0 2px}
.cta p{margin:0;color:#f0dfd6}
.cta .btn{border-color:#e7c88f}
.cta .btn.outline{color:white}

/* approved footer without logo */
.footer{background:var(--maroon-dark);color:var(--cream);padding:38px 0 18px}
.footer-main{border-top:1px solid var(--gold);display:grid;grid-template-columns:1fr 1fr;gap:80px;padding:28px 24px 25px}
.footer h3{font-size:21px;margin:0 0 16px}
.footer-links{display:grid;gap:7px}
.footer a:hover{color:#e7c88f}
.footer p{margin:0 0 6px}
.footer-bottom{border-top:1px solid var(--gold);padding:15px 24px 0;display:flex;justify-content:space-between;font-size:13px}

@media(max-width:1060px){
  .wordmark{width:220px}.wordmark strong{font-size:23px}.nav{gap:17px}.phone-btn{min-width:160px;font-size:12px}
  .property-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:850px){
  .header-inner{min-height:88px}.brand-logo{width:72px;height:68px}.wordmark{width:205px}.wordmark strong{font-size:21px}
  .menu-btn{display:block}.phone-btn{display:none}.nav{position:absolute;left:0;right:0;top:100%;display:none;flex-direction:column;align-items:stretch;background:var(--cream);padding:10px 5% 16px;border-top:1px solid var(--line)}
  .nav.open{display:flex}.nav a{padding:12px 0}.nav a::after{bottom:6px}
  .hero-copy{width:64%}.about-grid,.builder-grid{grid-template-columns:1fr}.values{margin-top:10px}.journey-item{padding:20px}
}
@media(max-width:620px){
  .brand-logo{width:62px;height:58px}.wordmark{width:168px}.wordmark strong{font-size:18px}.limited-row b{font-size:8px;letter-spacing:.4em}
  .hero{height:545px}.hero-wash{background:linear-gradient(90deg,rgba(251,245,235,.96),rgba(251,245,235,.70))}
  .hero-copy{width:100%}.hero h1{font-size:48px}.journey-grid,.values,.property-grid{grid-template-columns:1fr}.journey-item{border-right:0;border-bottom:1px solid rgba(231,200,143,.35)}
  .property-card img{height:190px}.footer-main{grid-template-columns:1fr;gap:25px;padding-inline:8px}.footer-bottom{display:block;padding-inline:8px}.footer-bottom span{display:block;margin-top:6px}
}


/* ==========================================================
   FINAL APPROVED HOMEPAGE REFINEMENTS — NETLIFY REVIEW ROUND
   ========================================================== */

/* Smaller, more balanced hero with seamless cream-to-photo fade */
.refined-hero{
  height:min(56vh,520px);
  min-height:455px;
}
.refined-hero::before{
  background:
    linear-gradient(90deg,
      var(--cream) 0%,
      rgba(251,245,235,.99) 23%,
      rgba(251,245,235,.90) 35%,
      rgba(122,32,41,.12) 48%,
      rgba(122,32,41,.04) 58%,
      transparent 69%),
    url("../images/msp51/image10.jpeg") center 55%/cover no-repeat;
}
.refined-hero .hero-copy{
  width:43%;
  max-width:510px;
  margin-left:24px;
}
.refined-hero h1{
  font-size:clamp(43px,4.4vw,62px);
  line-height:1.01;
  margin:12px 0 8px;
}
.refined-hero h1 span{
  font-size:.52em;
  margin-top:10px;
  font-weight:400;
}
.hero-support{
  color:var(--maroon);
  font:400 16px Georgia,"Times New Roman",serif!important;
  margin:14px 0 10px!important;
}
.hero-button{
  min-height:53px;
  padding-inline:27px;
  font-size:12px;
}

/* Perfectly level three-step strip */
.journey-grid{
  align-items:stretch;
}
.journey-item{
  height:100%;
  margin:0;
  transform:none;
  border-top:0;
}

/* Featured properties first, all five retained */
.featured-heading-row{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:30px;
  text-align:left;
}
.featured-heading-row h2,
.featured-heading-row p{
  text-align:left;
}
.section-link{
  flex:0 0 auto;
  color:var(--maroon);
  font-size:11px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}

/* Trusted partner section is intentionally quieter */
.trusted-section{
  background:var(--cream);
}
.trusted-section .about-copy h2{
  font-size:35px;
  line-height:1.12;
}

/* Single approved home image, no side thumbnails */
.single-home-section{
  background:var(--beige);
}
.single-home-section .builder-grid{
  grid-template-columns:.86fr 1.14fr;
}
.single-home-image{
  width:100%;
  height:430px;
  object-fit:cover;
  object-position:center;
}

/* Contact details moved into final CTA */
.contact-cta{
  padding:0;
}
.contact-cta-inner{
  min-height:188px;
  display:grid;
  grid-template-columns:1.12fr .88fr;
  align-items:center;
  gap:70px;
  padding:34px 0;
}
.contact-cta-copy h2{
  font-size:31px;
}
.contact-cta-details{
  display:grid;
  justify-items:start;
  gap:3px;
  padding-left:38px;
  border-left:1px solid rgba(231,200,143,.55);
}
.contact-cta-details strong{
  color:#f0d5a2;
  font:400 19px Georgia,"Times New Roman",serif;
  margin-bottom:4px;
}
.contact-cta-details span,
.contact-phone{
  color:#fff7ef;
  font-size:14px;
}
.contact-phone{
  margin:4px 0 13px;
  font-weight:700;
}
.contact-cta-details .btn{
  min-height:43px;
}

/* Minimal centered closing bar only */
.minimal-footer{
  background:var(--maroon-dark);
  color:var(--cream);
  padding:22px 0;
  border-top:1px solid var(--gold);
  text-align:center;
}
.minimal-footer p{
  margin:3px 0;
  font-size:13px;
}

/* Keep alternating cream/beige backgrounds intentional */
.properties-section{background:#f8f0e5}
.trusted-section{background:var(--cream)}
.single-home-section{background:var(--beige)}

@media(max-width:900px){
  .refined-hero .hero-copy{
    width:58%;
    margin-left:0;
  }
  .single-home-section .builder-grid,
  .contact-cta-inner{
    grid-template-columns:1fr;
  }
  .single-home-image{
    order:-1;
    height:360px;
  }
  .contact-cta-details{
    padding-left:0;
    border-left:0;
  }
}
@media(max-width:650px){
  .refined-hero{
    height:520px;
  }
  .refined-hero::before{
    background:
      linear-gradient(90deg,rgba(251,245,235,.97),rgba(251,245,235,.76)),
      url("../images/msp51/image10.jpeg") center/cover no-repeat;
  }
  .refined-hero .hero-copy{
    width:100%;
  }
  .refined-hero h1{
    font-size:44px;
  }
  .featured-heading-row{
    display:block;
  }
  .section-link{
    display:inline-block;
    margin-top:14px;
  }
  .single-home-image{
    height:280px;
  }
}


/* ==========================================================
   ROBUST WATERFRONT HERO IMAGE FIX
   Uses a real HTML image so deployment paths cannot hide it.
   ========================================================== */
.refined-hero{
  isolation:isolate;
  background:var(--cream);
}
.refined-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:linear-gradient(
    90deg,
    var(--cream) 0%,
    rgba(251,245,235,.99) 23%,
    rgba(251,245,235,.90) 35%,
    rgba(122,32,41,.12) 48%,
    rgba(122,32,41,.04) 58%,
    transparent 69%
  )!important;
}
.hero-waterfront-image{
  position:absolute;
  inset:0;
  z-index:1;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 55%;
}
.refined-hero .hero-inner{
  position:relative;
  z-index:3;
}
@media(max-width:650px){
  .refined-hero::before{
    background:linear-gradient(
      90deg,
      rgba(251,245,235,.97),
      rgba(251,245,235,.76)
    )!important;
  }
}


/* ==========================================================
   PROPERTIES PAGE — MATCHED TO APPROVED HOMEPAGE
   Compact laptop-friendly photography with softened edges.
   ========================================================== */

.properties-hero{
  position:relative;
  min-height:430px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:var(--cream);
}
.properties-hero-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 52%;
}
.properties-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,
      var(--cream) 0%,
      rgba(251,245,235,.98) 24%,
      rgba(251,245,235,.86) 39%,
      rgba(122,32,41,.11) 52%,
      transparent 72%);
}
.properties-hero-inner{
  position:relative;
  z-index:2;
}
.properties-hero-copy{
  width:47%;
  max-width:560px;
}
.properties-hero h1{
  margin:12px 0 10px;
  color:var(--ink);
  font-size:clamp(45px,4.6vw,64px);
  line-height:1.02;
}
.properties-hero p{
  margin:0;
  max-width:500px;
  color:var(--muted);
  font-size:17px;
}
.properties-hero .gold-rule{
  margin:20px 0;
}

/* intro */
.collection-intro{
  padding:56px 0 46px;
  background:var(--cream);
}
.collection-intro-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:58px;
  align-items:end;
}
.collection-intro h2{
  margin:9px 0 16px;
  color:var(--maroon-dark);
  font-size:40px;
  line-height:1.08;
}
.collection-intro p{
  margin:0;
  color:var(--muted);
  font-size:16px;
}
.collection-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--gold);
  border-bottom:1px solid var(--gold);
}
.collection-stat{
  padding:18px 13px;
  text-align:center;
  border-right:1px solid var(--line);
}
.collection-stat:last-child{border-right:0}
.collection-stat strong{
  display:block;
  color:var(--maroon);
  font:400 25px Georgia,"Times New Roman",serif;
}
.collection-stat span{
  display:block;
  margin-top:3px;
  color:var(--muted);
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

/* compact filters */
.property-tools{
  background:#f4eadf;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.property-tools-inner{
  min-height:68px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.filter-group{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.filter-label{
  margin-right:5px;
  color:var(--maroon-dark);
  font-size:11px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.filter-button{
  min-height:36px;
  padding:0 14px;
  border:1px solid #ccb89f;
  background:transparent;
  color:var(--ink);
  cursor:pointer;
  font:700 10px Arial,Helvetica,sans-serif;
  letter-spacing:.04em;
  text-transform:uppercase;
  border-radius:999px;
}
.filter-button:hover,
.filter-button.active{
  color:white;
  background:var(--maroon);
  border-color:var(--maroon);
}
.results-count{
  color:var(--muted);
  font-size:13px;
  white-space:nowrap;
}

/* collection grid — images intentionally restrained */
.properties-collection{
  padding:58px 0 70px;
  background:#f8f0e5;
}
.collection-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:27px;
}
.collection-heading h2{
  margin:8px 0 0;
  color:var(--maroon-dark);
  font-size:38px;
}
.collection-heading p{
  max-width:520px;
  margin:0;
  color:var(--muted);
  font-size:14px;
  text-align:right;
}
.properties-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
}
.property-listing-card{
  display:grid;
  grid-template-columns:44% 56%;
  min-height:292px;
  overflow:hidden;
  background:var(--white);
  border:1px solid var(--line);
  border-radius:18px;
  box-shadow:0 10px 26px rgba(62,34,23,.07);
  transition:transform .22s ease,box-shadow .22s ease;
}
.property-listing-card:hover{
  transform:translateY(-4px);
  box-shadow:0 17px 36px rgba(62,34,23,.12);
}
.property-listing-image{
  position:relative;
  min-height:292px;
  overflow:hidden;
  border-radius:17px 0 0 17px;
}
.property-listing-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}
.property-listing-card:hover .property-listing-image img{
  transform:scale(1.025);
}
.property-category{
  position:absolute;
  left:14px;
  bottom:14px;
  padding:7px 10px;
  color:white;
  background:rgba(82,25,31,.90);
  border-radius:999px;
  font-size:9px;
  font-weight:700;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.property-listing-content{
  padding:27px 26px;
  display:flex;
  flex-direction:column;
}
.property-code{
  color:var(--maroon);
  font-size:10px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.property-listing-card h3{
  margin:8px 0 10px;
  color:var(--maroon-dark);
  font-size:27px;
  line-height:1.08;
}
.property-listing-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}
.property-facts{
  display:flex;
  flex-wrap:wrap;
  gap:7px 14px;
  margin:17px 0 18px;
  padding:14px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  color:var(--maroon-dark);
  font-size:11px;
  font-weight:700;
}
.property-link{
  margin-top:auto;
  color:var(--maroon);
  font-size:10px;
  font-weight:700;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.property-link::after{content:"  →"}

/* featured wide card without oversized photography */
.featured-property{
  grid-column:1 / -1;
  grid-template-columns:52% 48%;
  min-height:330px;
}
.featured-property .property-listing-image{
  min-height:330px;
}
.featured-property h3{
  font-size:32px;
}
.featured-badge{
  position:absolute;
  top:15px;
  left:15px;
  padding:8px 11px;
  color:white;
  background:var(--maroon);
  border-radius:999px;
  font-size:9px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

/* build bridge with one softened image */
.property-builder{
  padding:62px 0;
  background:var(--cream);
}
.property-builder-grid{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:50px;
  align-items:center;
}
.property-builder-copy h2{
  margin:10px 0 17px;
  color:var(--maroon-dark);
  font-size:40px;
  line-height:1.08;
}
.property-builder-copy p{
  margin:0 0 22px;
  color:var(--muted);
  font-size:16px;
}
.property-builder-image{
  width:100%;
  height:350px;
  object-fit:cover;
  border-radius:20px;
  box-shadow:0 14px 34px rgba(62,34,23,.12);
}

/* CTA and minimal footer copied from homepage style */
.properties-cta{
  background:var(--maroon);
  color:white;
}
.properties-cta-inner{
  min-height:150px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:center;
  gap:60px;
  padding:30px 0;
}
.properties-cta h2{
  margin:0 0 4px;
  font-size:30px;
}
.properties-cta p{
  margin:0;
  color:#f1ddd6;
}
.properties-cta-details{
  display:grid;
  justify-items:start;
  gap:3px;
  padding-left:36px;
  border-left:1px solid rgba(231,200,143,.55);
}
.properties-cta-details strong{
  color:#f0d5a2;
  font:400 18px Georgia,"Times New Roman",serif;
}
.properties-cta-details span,
.properties-cta-details a{
  color:#fff8ef;
  font-size:13px;
}
.properties-cta-details .btn{
  margin-top:12px;
  min-height:42px;
  border-color:#e7c88f;
}

.no-property-results{
  grid-column:1 / -1;
  padding:32px;
  text-align:center;
  background:var(--beige);
  border:1px solid var(--line);
  border-radius:16px;
}
.no-property-results h3{
  margin:0 0 7px;
  color:var(--maroon-dark);
  font-size:25px;
}
.no-property-results p{
  margin:0;
  color:var(--muted);
}
.property-item[hidden]{display:none!important}

@media(max-width:1000px){
  .properties-grid{grid-template-columns:1fr}
  .featured-property{grid-column:auto}
}
@media(max-width:850px){
  .collection-intro-grid,
  .property-builder-grid,
  .properties-cta-inner{grid-template-columns:1fr}
  .properties-hero-copy{width:62%}
  .properties-cta-details{
    padding-left:0;
    border-left:0;
  }
}
@media(max-width:650px){
  .properties-hero{
    min-height:470px;
  }
  .properties-hero::after{
    background:linear-gradient(90deg,rgba(251,245,235,.97),rgba(251,245,235,.77));
  }
  .properties-hero-copy{width:100%}
  .properties-hero h1{font-size:47px}
  .collection-stats{grid-template-columns:1fr}
  .collection-stat{
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .collection-stat:last-child{border-bottom:0}
  .property-tools-inner{
    display:block;
    padding:15px 0;
  }
  .results-count{margin-top:11px}
  .collection-heading{display:block}
  .collection-heading p{
    margin-top:9px;
    text-align:left;
  }
  .property-listing-card,
  .featured-property{
    grid-template-columns:1fr;
    border-radius:16px;
  }
  .property-listing-image,
  .featured-property .property-listing-image{
    min-height:215px;
    height:215px;
    border-radius:15px 15px 0 0;
  }
  .property-listing-content{padding:23px}
  .property-builder-image{height:280px}
}


/* ==========================================================
   PROPERTIES CTA BUTTON VISIBILITY FIX
   ========================================================== */
.properties-cta-details .btn,
.properties-cta-details .btn.outline{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-width:235px;
  min-height:48px;
  margin-top:16px;
  padding:0 22px;
  border:1px solid #e7c88f!important;
  background:#fffaf2!important;
  color:#7a2029!important;
  opacity:1!important;
  visibility:visible!important;
  font-size:11px;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.properties-cta-details .btn:hover,
.properties-cta-details .btn.outline:hover,
.properties-cta-details .btn:focus-visible{
  background:#4b171c!important;
  border-color:#e7c88f!important;
  color:#fffaf2!important;
}
