/* ============================================================
   CAREHEART ASSISTED LIVING — Main Stylesheet
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Plus+Jakarta+Sans:wght@300;400;500;600&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
ul,ol{list-style:none;padding:0;margin:0}

:root{
  --sage:#4A6741;
  --sage-light:#6B8F62;
  --sage-pale:#EEF3EC;
  --sage-mid:#D4E2D0;
  --gold:#C49A3C;
  --gold-light:#E8C97A;
  --gold-pale:#FBF6EB;
  --cream:#F9F6F0;
  --warm-white:#FDFAF5;
  --charcoal:#1C2320;
  --charcoal-mid:#2E3B35;
  --text:#2A3028;
  --text-mid:#546050;
  --text-muted:#7A8878;
  --border:#DDE8D8;
  --border-warm:#E8DDD0;
  --white:#FFFFFF;
  --nav-h:76px;
  --topbar-h:40px;
  --font-display:'Cormorant Garamond',Georgia,serif;
  --font-body:'Plus Jakarta Sans',system-ui,sans-serif;
  --shadow-sm:0 2px 12px rgba(28,35,32,0.07);
  --shadow-md:0 8px 40px rgba(28,35,32,0.10);
  --shadow-lg:0 20px 60px rgba(28,35,32,0.14);
  --r:14px;
  --r-lg:22px;
}

html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--font-body);color:var(--text);background:var(--warm-white);line-height:1.65;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto}
a{color:inherit}

/* ── STICKY TOUR BAR ── */
.tour-bar{
  position:fixed;bottom:0;left:0;right:0;z-index:200;
  background:var(--sage);color:var(--white);
  display:flex;align-items:center;justify-content:center;gap:1.5rem;
  padding:14px 5%;font-size:0.9rem;font-weight:500;
  box-shadow:0 -4px 24px rgba(0,0,0,0.15);
  transform:translateY(100%);transition:transform 0.4s ease;
}
.tour-bar.visible{transform:translateY(0)}
.tour-bar span{opacity:0.85}
.tour-bar a{
  background:var(--gold);color:var(--white);padding:8px 22px;
  border-radius:24px;text-decoration:none;font-weight:600;font-size:0.85rem;
  white-space:nowrap;transition:background 0.2s;
}
.tour-bar a:hover{background:var(--gold-light);color:var(--charcoal)}
.tour-bar-close{
  position:absolute;right:16px;background:none;border:none;color:rgba(255,255,255,0.6);
  font-size:1.3rem;cursor:pointer;line-height:1;padding:4px;
}

/* ── TOP CONTACT BAR ── */
.top-bar{
  position:fixed;top:0;left:0;right:0;z-index:101;
  height:var(--topbar-h);
  background:var(--sage);color:var(--white);
  display:flex;align-items:center;justify-content:space-between;
  padding:0 5%;font-size:0.82rem;font-weight:400;
  transition:transform 0.35s ease;
}
.top-bar-left{display:flex;align-items:center;gap:1.6rem}
.top-bar-item{display:flex;align-items:center;gap:0.45rem;color:var(--white);text-decoration:none;white-space:nowrap;opacity:0.95;transition:opacity 0.2s}
.top-bar-item:hover{opacity:1;color:var(--gold-light)}
.top-bar-item svg{width:14px;height:14px;fill:none;stroke:var(--gold-light);stroke-width:2;flex-shrink:0}
.top-bar-right{display:flex;align-items:center;gap:1.1rem}
.top-bar-social{display:flex;align-items:center;gap:0.7rem}
.top-bar-social a{color:var(--white);opacity:0.9;transition:opacity 0.2s,color 0.2s;display:flex}
.top-bar-social a:hover{opacity:1;color:var(--gold-light)}
.top-bar-social svg{width:15px;height:15px;fill:currentColor}
.top-bar-hours{opacity:0.9}
body.topbar-hidden .top-bar{transform:translateY(-100%)}

/* ── NAVIGATION ── */
nav#mainNav{
  position:fixed;top:var(--topbar-h);left:0;right:0;z-index:100;
  height:var(--nav-h);
  background:rgba(253,250,245,0.95);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--border-warm);
  display:flex;align-items:center;justify-content:space-between;
  padding:0 5%;
  transition:box-shadow 0.3s,top 0.35s ease;
}
body.topbar-hidden nav#mainNav{top:0}
nav#mainNav.scrolled{box-shadow:var(--shadow-sm)}
/* When topbar hides, reduce hero top padding to just nav height */
body.topbar-hidden .hero-left{padding-top:calc(var(--nav-h) + 60px)}
body.topbar-hidden .page-hero{padding-top:calc(var(--nav-h) + 60px)}
body.topbar-hidden .home-detail-hero{padding-top:calc(var(--nav-h) + 60px)}

.nav-logo{
  display:flex;align-items:center;gap:10px;
  text-decoration:none;
}
.logo-mark{
  width:38px;height:38px;background:var(--sage);
  border-radius:50%;display:flex;align-items:center;justify-content:center;
  flex-shrink:0;
}
.logo-mark svg{width:20px;height:20px;fill:var(--white)}
.logo-text{display:flex;flex-direction:column;line-height:1}
.logo-text .top{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--charcoal);letter-spacing:-0.01em}
.logo-text .top span{color:var(--sage)}
.logo-text .sub{font-size:0.65rem;font-weight:500;letter-spacing:0.12em;text-transform:uppercase;color:var(--text-muted);margin-top:1px}

.nav-links{display:flex;align-items:center;gap:0.2rem;list-style:none}
.nav-links a{
  padding:8px 14px;border-radius:8px;
  text-decoration:none;color:var(--text-mid);font-size:0.875rem;font-weight:500;
  transition:color 0.2s,background 0.2s;white-space:nowrap;
}
.nav-links a:hover,
.nav-links a.active,
.nav-links li.current-menu-item > a,
.nav-links li.current_page_item > a,
.nav-links li.current-menu-ancestor > a{color:var(--sage);background:var(--sage-pale)}
/* Schedule a Tour CTA button — WP outputs <li class="btn-nav"><a> */
.nav-links li.btn-nav > a,
.nav-links .btn-nav > a{
  background:var(--sage)!important;color:var(--white)!important;
  padding:9px 20px!important;border-radius:24px!important;margin-left:8px;
  font-weight:600!important;transition:background 0.2s!important;
  border-radius:24px!important;
}
.nav-links li.btn-nav > a:hover,
.nav-links .btn-nav > a:hover{background:var(--charcoal-mid)!important}

.hamburger{display:none;background:none;border:none;cursor:pointer;padding:6px}
.hamburger span{display:block;width:22px;height:2px;background:var(--charcoal);margin:5px 0;border-radius:2px;transition:0.3s}

/* ── PAGE OFFSET — each hero section handles its own top padding ── */
.page-content-wrap{min-height:100vh}

/* ── BUTTONS ── */
.btn-primary{
  display:inline-block;background:var(--sage);color:var(--white);
  padding:13px 30px;border-radius:32px;font-weight:600;font-size:0.9rem;
  text-decoration:none;border:none;cursor:pointer;
  transition:background 0.2s,transform 0.15s,box-shadow 0.2s;
  letter-spacing:0.01em;
}
.btn-primary:hover{background:var(--charcoal-mid);transform:translateY(-2px);box-shadow:0 8px 24px rgba(74,103,65,0.25)}
.btn-outline{
  display:inline-block;background:transparent;color:var(--sage);
  padding:12px 28px;border-radius:32px;font-weight:600;font-size:0.9rem;
  text-decoration:none;border:1.5px solid var(--sage);cursor:pointer;
  transition:background 0.2s,color 0.2s;
}
.btn-outline:hover{background:var(--sage);color:var(--white)}
.btn-gold{
  display:inline-block;background:var(--gold);color:var(--white);
  padding:13px 30px;border-radius:32px;font-weight:600;font-size:0.9rem;
  text-decoration:none;border:none;cursor:pointer;
  transition:background 0.2s,transform 0.15s;
}
.btn-gold:hover{background:#a8812a;transform:translateY(-2px)}

/* ── SECTION BASICS ── */
section{padding:88px 5%}
.section-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:0.75rem;font-weight:600;letter-spacing:0.12em;text-transform:uppercase;
  color:var(--sage);margin-bottom:0.8rem;
}
.section-eyebrow::before{content:'';display:inline-block;width:24px;height:1.5px;background:var(--sage)}
.section-title{
  font-family:var(--font-display);
  font-size:clamp(2rem,3.5vw,3rem);font-weight:600;
  color:var(--charcoal);line-height:1.2;margin-bottom:1rem;
}
.section-title em{font-style:italic;color:var(--sage)}
.section-lead{color:var(--text-mid);font-size:1.05rem;max-width:580px;line-height:1.7}

/* ── HERO ── */
.hero{
  min-height:100vh;
  display:grid;grid-template-columns:1fr 1fr;
  background:var(--warm-white);
  position:relative;
}
.hero-left{
  display:flex;flex-direction:column;justify-content:center;
  padding:calc(var(--nav-h) + var(--topbar-h) + 60px) 6% 80px 7%;
  position:relative;z-index:2;
}
.hero-tag{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--sage-pale);border:1px solid var(--border);
  color:var(--sage);font-size:0.78rem;font-weight:600;
  padding:6px 14px;border-radius:20px;margin-bottom:2rem;
  letter-spacing:0.06em;text-transform:uppercase;width:fit-content;
}
.hero-tag::before{content:'✦';font-size:0.6rem}
.hero h1{
  font-family:var(--font-display);
  font-size:clamp(2.6rem,4.5vw,4.2rem);
  font-weight:600;line-height:1.15;
  color:var(--charcoal);margin-bottom:1.4rem;
}
.hero h1 em{font-style:italic;color:var(--sage);display:block}
.hero-sub{font-size:1.1rem;color:var(--text-mid);margin-bottom:2.4rem;max-width:460px;line-height:1.7}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}
.hero-trust{
  display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;
  padding-top:1.5rem;border-top:1px solid var(--border-warm);
}
.trust-item{display:flex;align-items:center;gap:8px;font-size:0.82rem;color:var(--text-muted);font-weight:500}
.trust-dot{width:8px;height:8px;background:var(--sage);border-radius:50%;flex-shrink:0}
.hero-right{background:var(--sage);position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}.hero-pattern{
  position:absolute;inset:0;
  background-image:radial-gradient(circle at 30% 40%,rgba(255,255,255,0.06) 0%,transparent 60%),
    radial-gradient(circle at 80% 80%,rgba(196,154,60,0.15) 0%,transparent 50%);
}
.hero-right img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}
.hero-right-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(28,35,32,0.7) 0%,rgba(28,35,32,0.15) 60%,transparent 100%);z-index:2}
.hero-stat-bar{
  position:absolute;bottom:0;left:0;right:0;z-index:3;
  background:rgba(28,35,32,0.88);
  display:grid;grid-template-columns:repeat(3,1fr);
  border-top:1px solid rgba(255,255,255,0.08);
}
.hero-stat{padding:20px;text-align:center;border-right:1px solid rgba(255,255,255,0.08)}
.hero-stat:last-child{border-right:none}
.hero-stat .n{font-family:var(--font-display);font-size:2rem;font-weight:600;color:var(--gold-light);line-height:1}
.hero-stat .l{font-size:0.72rem;color:rgba(255,255,255,0.55);margin-top:4px;letter-spacing:0.04em;text-transform:uppercase}

/* ── WHY US ── */
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.why-visual{background:var(--sage-pale);border-radius:var(--r-lg);border:1px solid var(--border);padding:2.5rem;display:flex;flex-direction:column;gap:1rem}
.why-card{background:var(--white);border-radius:var(--r);border:1px solid var(--border);padding:1.3rem 1.5rem;display:flex;align-items:flex-start;gap:1rem}
.why-icon{width:44px;height:44px;border-radius:10px;background:var(--sage-pale);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.why-icon svg{width:22px;height:22px;stroke:var(--sage);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.why-card h4{font-size:0.95rem;font-weight:600;color:var(--charcoal);margin-bottom:0.25rem}
.why-card p{font-size:0.83rem;color:var(--text-muted);line-height:1.5}
.why-text ul{list-style:none;margin:1.5rem 0}
.why-text ul li{display:flex;align-items:flex-start;gap:10px;padding:0.6rem 0;border-bottom:1px solid var(--border-warm);font-size:0.95rem;color:var(--text-mid)}
.why-text ul li:last-child{border-bottom:none}
.why-text ul li::before{content:'✓';color:var(--sage);font-weight:700;flex-shrink:0;margin-top:1px}

/* ── HOMES GRID ── */
.homes-section{background:var(--charcoal)}
.homes-section .section-eyebrow{color:var(--gold-light)}
.homes-section .section-title{color:var(--white)}
.homes-section .section-lead{color:rgba(255,255,255,0.6)}
.homes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.home-card{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:var(--r-lg);overflow:hidden;transition:transform 0.25s,border-color 0.25s,box-shadow 0.25s;cursor:pointer}
.home-card:hover{transform:translateY(-5px);border-color:var(--gold);box-shadow:0 20px 50px rgba(0,0,0,0.3)}
.home-card-img{aspect-ratio:16/9;background:var(--sage);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}
.home-card-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.home-card-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);color:rgba(255,255,255,0.4);font-size:0.9rem;font-style:italic;background:linear-gradient(160deg,var(--sage) 0%,var(--charcoal-mid) 100%)}
.home-num{position:absolute;top:14px;left:14px;background:var(--gold);color:var(--white);font-size:0.75rem;font-weight:700;padding:4px 10px;border-radius:12px}
.home-card-body{padding:1.6rem}
.home-card-body h3{font-family:var(--font-display);font-size:1.3rem;font-weight:600;color:var(--white);margin-bottom:0.3rem;line-height:1.2}
.home-city{font-size:0.8rem;color:var(--gold-light);font-weight:600;margin-bottom:0.8rem;letter-spacing:0.03em}
.home-card-body p{font-size:0.86rem;color:rgba(255,255,255,0.55);margin-bottom:1.4rem;line-height:1.55}
.home-card-body a{color:var(--gold-light);text-decoration:none;font-size:0.85rem;font-weight:600;display:inline-flex;align-items:center;gap:6px;transition:gap 0.2s}
.home-card-body a:hover{gap:10px}
.lic-badge{display:inline-flex;align-items:center;gap:5px;background:rgba(74,103,65,0.25);border:1px solid rgba(107,143,98,0.4);color:rgba(255,255,255,0.7);font-size:0.72rem;font-weight:600;padding:3px 10px;border-radius:12px;margin-bottom:0.8rem}

/* ── SERVICES ── */
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.2rem;margin-top:3rem}
.svc-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:1.6rem;transition:box-shadow 0.2s,border-color 0.2s}
.svc-card:hover{box-shadow:var(--shadow-sm);border-color:var(--sage-mid)}
.svc-icon{width:46px;height:46px;background:var(--sage-pale);border-radius:10px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.svc-icon svg{width:22px;height:22px;stroke:var(--sage);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.svc-card h4{font-size:0.95rem;font-weight:600;color:var(--charcoal);margin-bottom:0.4rem}
.svc-card p{font-size:0.82rem;color:var(--text-muted);line-height:1.55}

/* ── TESTIMONIALS ── */
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.testi-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);padding:2rem;transition:box-shadow 0.2s}
.testi-card:hover{box-shadow:var(--shadow-md)}
.testi-stars{color:var(--gold);font-size:1rem;margin-bottom:1rem;letter-spacing:2px}
.testi-card p{font-size:0.95rem;color:var(--text-mid);line-height:1.7;margin-bottom:1.5rem;font-style:italic}
.testi-author{display:flex;align-items:center;gap:0.8rem}
.testi-avatar{width:38px;height:38px;background:var(--sage-pale);border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.75rem;font-weight:700;color:var(--sage);flex-shrink:0}
.testi-name{font-weight:600;font-size:0.9rem;color:var(--charcoal)}
.testi-rel{font-size:0.78rem;color:var(--text-muted)}

/* ── FAQ ── */
.faq-list{max-width:780px;margin:3rem auto 0}
.faq-item{border:1px solid var(--border);border-radius:var(--r);margin-bottom:0.8rem;overflow:hidden}
.faq-q{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 1.5rem;cursor:pointer;font-weight:600;font-size:0.95rem;color:var(--charcoal);transition:background 0.2s;user-select:none}
.faq-q:hover{background:var(--sage-pale)}
.faq-item.open .faq-q{background:var(--sage-pale);color:var(--sage)}
.faq-arrow{width:28px;height:28px;border-radius:6px;background:var(--sage-pale);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform 0.25s,background 0.2s}
.faq-arrow svg{width:14px;height:14px;stroke:var(--sage);fill:none;stroke-width:2.5;stroke-linecap:round}
.faq-item.open .faq-arrow{transform:rotate(180deg);background:var(--sage);stroke:var(--white)}
.faq-item.open .faq-arrow svg{stroke:var(--white)}
.faq-a{max-height:0;overflow:hidden;transition:max-height 0.35s ease}
.faq-item.open .faq-a{max-height:400px}
.faq-a-inner{padding:0 1.5rem 1.3rem;font-size:0.92rem;color:var(--text-mid);line-height:1.7}

/* ── CTA BAND ── */
.cta-band{
  background:var(--charcoal);padding:72px 7%;
  display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;
}
.cta-text h2{font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:600;color:var(--white);line-height:1.2;margin-bottom:0.5rem}
.cta-text p{color:rgba(255,255,255,0.6);font-size:1rem}
.cta-band .btns{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}

/* ── PAGE HERO (inner pages) ── */
.page-hero{
  background:linear-gradient(135deg,var(--charcoal) 0%,var(--charcoal-mid) 100%);
  padding:calc(var(--nav-h) + var(--topbar-h) + 60px) 7% 80px;
  position:relative;overflow:hidden;
}
.page-hero::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 80% 50%,rgba(74,103,65,0.2) 0%,transparent 60%);pointer-events:none}
.page-hero h1{font-family:var(--font-display);font-size:clamp(2.2rem,4vw,3.5rem);font-weight:600;color:var(--white);line-height:1.2;margin-bottom:1rem;position:relative}
.page-hero h1 em{font-style:italic;color:var(--gold-light)}
.page-hero p{color:rgba(255,255,255,0.65);font-size:1.05rem;max-width:600px;line-height:1.7;position:relative}
.breadcrumb{font-size:0.78rem;color:rgba(255,255,255,0.45);margin-bottom:1.5rem;position:relative}
.breadcrumb a{color:rgba(255,255,255,0.6);text-decoration:none;transition:color 0.2s}
.breadcrumb a:hover{color:var(--gold-light)}

/* ── HOME DETAIL HERO ── */
.home-detail-hero{
  background:linear-gradient(135deg,var(--charcoal) 0%,var(--charcoal-mid) 70%,var(--sage) 100%);
  padding:calc(var(--nav-h) + var(--topbar-h) + 60px) 7% 80px;
  min-height:420px;display:flex;align-items:center;position:relative;overflow:hidden;
}
.home-detail-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 70% 50%,rgba(196,154,60,0.12) 0%,transparent 60%)}
.hdh-content{position:relative;z-index:1;max-width:680px}
.hdh-content h1{font-family:var(--font-display);font-size:clamp(2.4rem,4vw,3.6rem);font-weight:600;color:var(--white);line-height:1.15;margin-bottom:0.5rem}
.hdh-city{font-size:0.9rem;color:var(--gold-light);font-weight:600;margin-bottom:1rem;letter-spacing:0.03em}
.hdh-content > p{color:rgba(255,255,255,0.7);font-size:1rem;max-width:540px;line-height:1.7;margin-bottom:1.8rem}
.hdh-btns{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}
.hdh-badge-row{display:flex;gap:0.6rem;flex-wrap:wrap}
.lic-pill{display:inline-flex;align-items:center;gap:5px;background:rgba(74,103,65,0.3);border:1px solid rgba(107,143,98,0.5);color:rgba(255,255,255,0.75);font-size:0.72rem;font-weight:600;padding:4px 12px;border-radius:12px}
.lic-pill svg{width:10px;height:10px;stroke:var(--gold-light);fill:none;stroke-width:2.5}

/* ── HOME BODY GRID ── */
.home-body-grid{display:grid;grid-template-columns:1fr 340px;gap:2.5rem;padding:60px 7%}
.home-gallery{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:220px 220px;gap:1rem;margin-bottom:2rem;border-radius:var(--r-lg);overflow:hidden}
.home-gallery .g-main{grid-row:1/3}
.g-main,.g-thumb{background:var(--sage-pale);position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}
.home-gallery img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.info-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;margin-bottom:1.5rem}
.info-card-head{padding:1.2rem 1.5rem;background:var(--sage-pale);border-bottom:1px solid var(--border)}
.info-card-head h3{font-family:var(--font-display);font-size:1.2rem;color:var(--charcoal);font-weight:600}
.info-row{display:flex;align-items:flex-start;gap:0.8rem;padding:0.7rem 1.5rem;border-bottom:1px solid var(--border)}
.info-row:last-child{border-bottom:none}
.info-label{font-size:0.82rem;font-weight:600;color:var(--text-muted);min-width:110px;flex-shrink:0;padding-top:1px}
.info-value{font-size:0.9rem;color:var(--text)}
.info-value.licensed{color:var(--sage);font-weight:600}
.feat-list{list-style:none;padding:1rem 1.5rem}
.feat-list li{display:flex;align-items:center;gap:8px;padding:0.45rem 0;font-size:0.9rem;color:var(--text-mid);border-bottom:1px solid var(--border)}
.feat-list li:last-child{border-bottom:none}
.feat-list li svg{width:14px;height:14px;stroke:var(--sage);fill:none;stroke-width:2.5;stroke-linecap:round;flex-shrink:0}
.contact-dark{background:var(--charcoal);border-radius:var(--r-lg);padding:2rem;margin-bottom:1.5rem}
.contact-dark h3{font-family:var(--font-display);font-size:1.3rem;color:var(--gold-light);margin-bottom:1.4rem}
.c-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:1rem}
.c-item svg{width:16px;height:16px;stroke:var(--gold-light);fill:none;stroke-width:1.8;stroke-linecap:round;flex-shrink:0;margin-top:2px}
.c-item a{color:rgba(255,255,255,0.8);text-decoration:none;font-size:0.9rem;transition:color 0.2s}
.c-item a:hover{color:var(--gold-light)}
.c-item span{color:rgba(255,255,255,0.6);font-size:0.9rem}

/* ── ABOUT PAGE ── */
.about-2col{display:grid;grid-template-columns:1.1fr 0.9fr;gap:4rem;align-items:start}
.about-text h2{font-family:var(--font-display);font-size:clamp(1.8rem,2.5vw,2.4rem);font-weight:600;color:var(--charcoal);line-height:1.25;margin-bottom:1.2rem}
.about-text p{color:var(--text-mid);font-size:0.97rem;line-height:1.75;margin-bottom:1rem}
.about-text p em{font-style:italic;color:var(--sage)}
.value-row{display:flex;align-items:flex-start;gap:1rem;padding:0.9rem 0;border-bottom:1px solid var(--border-warm)}
.value-row:last-child{border-bottom:none}
.v-icon{width:36px;height:36px;background:var(--sage-pale);border-radius:8px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.v-icon svg{width:18px;height:18px;stroke:var(--sage);fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.v-title{font-weight:600;font-size:0.9rem;color:var(--charcoal);margin-bottom:0.2rem}
.v-desc{font-size:0.83rem;color:var(--text-muted);line-height:1.5}
.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}
.a-stat{background:var(--sage-pale);border:1px solid var(--border);border-radius:var(--r);padding:1.4rem;text-align:center}
.a-stat .n{font-family:var(--font-display);font-size:2.4rem;font-weight:600;color:var(--sage);line-height:1}
.a-stat .l{font-size:0.75rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:var(--text-muted);margin-top:4px}
.about-quote{background:var(--charcoal);border-radius:var(--r-lg);padding:1.8rem 2rem}
.about-quote p{font-family:var(--font-display);font-style:italic;font-size:1.2rem;color:var(--gold-light);line-height:1.5;margin-bottom:0.6rem}
.about-quote cite{font-size:0.8rem;color:rgba(255,255,255,0.45);font-style:normal}
.photo-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem}
.photo-strip .photo{border-radius:var(--r);overflow:hidden;aspect-ratio:4/3}
.photo-strip .photo img{width:100%;height:100%;object-fit:cover;display:block}

/* ── CONTACT PAGE ── */
.contact-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;padding:60px 5%}
.contact-homes h3{font-family:var(--font-display);font-size:1.5rem;color:var(--charcoal);margin-bottom:1.5rem}
.ch-card{background:var(--white);border:1px solid var(--border);border-radius:var(--r);padding:1.5rem;margin-bottom:1.2rem;transition:box-shadow 0.2s,border-color 0.2s}
.ch-card:hover{box-shadow:var(--shadow-sm);border-color:var(--sage-mid)}
.ch-card h4{font-family:var(--font-display);font-size:1.05rem;color:var(--charcoal);margin-bottom:0.2rem}
.ch-tag{font-size:0.78rem;color:var(--sage);font-weight:600;margin-bottom:0.8rem}
.ch-detail{font-size:0.86rem;color:var(--text-muted);margin-bottom:0.3rem}
.ch-detail a{color:var(--sage);text-decoration:none}
.ch-link{font-size:0.83rem;font-weight:600;color:var(--sage);text-decoration:none;display:inline-flex;align-items:center;gap:4px;margin-top:0.5rem}
.form-box{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);padding:2.5rem}
.form-box h2{font-family:var(--font-display);font-size:1.7rem;color:var(--charcoal);margin-bottom:0.3rem}
.form-box > p{color:var(--text-muted);font-size:0.9rem;margin-bottom:1.8rem}
.fg{margin-bottom:1.2rem}
.fg label{display:block;font-size:0.83rem;font-weight:600;color:var(--charcoal);margin-bottom:0.4rem}
.fg input,.fg select,.fg textarea{width:100%;padding:11px 14px;border:1.5px solid var(--border);border-radius:10px;font-family:var(--font-body);font-size:0.92rem;color:var(--text);background:var(--warm-white);transition:border-color 0.2s,box-shadow 0.2s;outline:none}
.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:var(--sage);box-shadow:0 0 0 3px rgba(74,103,65,0.08)}
.fg textarea{resize:vertical;min-height:120px}
.fg-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}

/* ── ANTIBOT ── */
.hp-field{position:absolute!important;left:-9999px!important;top:auto;width:1px;height:1px;overflow:hidden}
.antibot{background:var(--sage-pale);border:1.5px solid var(--border);border-radius:12px;padding:1rem 1.1rem;margin-bottom:1.2rem}
.antibot label{display:block;font-size:0.83rem;font-weight:600;color:var(--charcoal);margin-bottom:0.5rem}
.antibot-row{display:flex;align-items:center;gap:0.7rem;flex-wrap:wrap}
.antibot-q{font-size:0.95rem;font-weight:600;color:var(--sage);white-space:nowrap}
.antibot input{flex:1;min-width:90px;padding:9px 12px;border:1.5px solid var(--border);border-radius:9px;font-family:var(--font-body);font-size:0.92rem;background:var(--white);outline:none;transition:border-color 0.2s,box-shadow 0.2s}
.antibot input:focus{border-color:var(--sage);box-shadow:0 0 0 3px rgba(74,103,65,0.08)}
.antibot-refresh{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:1.1rem;padding:4px;line-height:1;transition:color 0.2s}
.antibot-refresh:hover{color:var(--sage)}
.antibot.error input{border-color:#C0492F;box-shadow:0 0 0 3px rgba(192,73,47,0.08)}
.antibot-hint{font-size:0.78rem;margin-top:0.5rem;min-height:1rem}
.antibot-hint.err{color:#C0492F}

/* ── FOOTER ── */
.site-footer{background:var(--charcoal);color:var(--white)}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding:64px 7% 48px}
.footer-brand{}
.footer-logo-text{font-family:var(--font-display);font-size:2rem;font-weight:600;color:var(--white)}
.footer-logo-text span{color:var(--gold-light)}
.footer-tagline{color:rgba(255,255,255,0.5);font-size:0.88rem;line-height:1.65;margin-top:0.8rem;margin-bottom:1.2rem}
.footer-contact-line{font-size:0.85rem;color:rgba(255,255,255,0.55);margin-bottom:0.3rem}
.footer-contact-line a{color:rgba(255,255,255,0.7);text-decoration:none;transition:color 0.2s}
.footer-contact-line a:hover{color:var(--gold-light)}
.site-footer h5{font-size:0.75rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:rgba(255,255,255,0.35);margin-bottom:1.2rem}
.site-footer ul{list-style:none}
.site-footer ul li{margin-bottom:0.7rem}
.site-footer ul li a{color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.88rem;transition:color 0.2s}
.site-footer ul li a:hover{color:var(--gold-light)}
.footer-bottom{padding:20px 7%;border-top:1px solid rgba(255,255,255,0.08);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.footer-bottom span{font-size:0.78rem;color:rgba(255,255,255,0.35)}
.az-badge{display:inline-flex;align-items:center;gap:5px;background:rgba(74,103,65,0.3);color:rgba(255,255,255,0.6);font-size:0.72rem;font-weight:600;padding:4px 10px;border-radius:10px;border:1px solid rgba(74,103,65,0.4)}

/* ── IMG PLACEHOLDERS ── */
.img-zone{position:relative;overflow:hidden;background:var(--sage-pale);display:flex;align-items:center;justify-content:center}
.img-zone img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.img-zone .ph{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.7rem;text-align:center;padding:1.5rem;pointer-events:none}
.img-zone .ph svg{opacity:0.25}
.img-zone .ph span{font-size:0.72rem;font-weight:600;letter-spacing:0.06em;text-transform:uppercase;color:var(--text-muted);max-width:160px;line-height:1.4}
.img-zone img+.ph{display:none}

/* ── ANIMATIONS ── */
@keyframes fadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
.animate-in{animation:fadeUp 0.45s ease both}

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-right{display:none}
  .homes-grid{grid-template-columns:1fr 1fr}
  .footer-top{grid-template-columns:1fr 1fr;gap:2rem}
  .home-body-grid{grid-template-columns:1fr}
}
@media(max-width:768px){
  .nav-links{display:none}
  .hamburger{display:block}
  .nav-links.open{
    display:flex;flex-direction:column;align-items:flex-start;
    position:fixed;top:calc(var(--nav-h) + var(--topbar-h));left:0;right:0;bottom:0;
    background:var(--warm-white);padding:2rem 5%;
    border-top:1px solid var(--border);gap:0.5rem;z-index:99;overflow-y:auto;
    transition:top 0.35s ease;
  }
  body.topbar-hidden .nav-links.open{top:var(--nav-h)}
  .nav-links.open li a{font-size:1.05rem;padding:10px 14px;display:block;width:100%}
  .nav-links.open li.btn-nav > a{
    background:var(--sage)!important;color:var(--white)!important;
    border-radius:10px!important;margin-left:0!important;padding:10px 14px!important;
  }
  .hero-left{padding:calc(var(--nav-h) + var(--topbar-h) + 32px) 5% 60px}
  .homes-grid{grid-template-columns:1fr}
  .why-grid,.about-2col,.home-body-grid,.contact-layout{grid-template-columns:1fr;gap:2rem}
  .testi-grid{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr}
  .about-stats{grid-template-columns:1fr 1fr}
  .cta-band{flex-direction:column;text-align:center}
  .cta-band .btns{justify-content:center}
  .fg-row{grid-template-columns:1fr}
  .hero-stat-bar{grid-template-columns:repeat(3,1fr)}
  .top-bar-hours{display:none}
  .top-bar-left{gap:1rem}
  .top-bar-item span.label{display:none}
}
@media(max-width:480px){
  section{padding:60px 5%}
  .hero-stat-bar .n{font-size:1.4rem}
  .hero-btns,.hdh-btns{flex-direction:column}
  .top-bar-social{display:none}
  .top-bar{font-size:0.76rem}
  .top-bar-left{gap:0.9rem}
  .photo-strip{grid-template-columns:1fr}
}

/* ── WORDPRESS SPECIFIC ── */
.wp-block-image img{border-radius:var(--r);width:100%}
.entry-content p{margin-bottom:1rem;color:var(--text-mid);line-height:1.75}
.entry-content h2,.entry-content h3{font-family:var(--font-display);color:var(--charcoal);margin:1.5rem 0 0.75rem}
.wp-caption{font-size:0.82rem;color:var(--text-muted);text-align:center;margin-top:0.5rem}
.aligncenter{text-align:center}
.alignleft{float:left;margin:0 1.5rem 1rem 0}
.alignright{float:right;margin:0 0 1rem 1.5rem}
.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}
