/* Homepage 3.0 — pixel-perfect port from index.html design spec. Scoped under body.hvn-theme-home. Header/footer/MSD not owned here. */

/* ============ TOKENS ============ */
body.hvn-theme-home{
  --hvn-realty-forest-900:#0F241D;
  --hvn-realty-forest-800:#1B3A2F;
  --hvn-realty-forest-700:#25493B;
  --hvn-realty-forest-600:#2D5443;
  --hvn-realty-forest-100:#E7EEEA;
  --hvn-realty-gold-500:var(--hvn-theme-brand-primary, var(--hvn-primary, #C9A15B));
  --hvn-realty-gold-600:var(--hvn-theme-brand-primary-dark, var(--hvn-primary-dark, #AD8646));
  --hvn-realty-gold-100:#F1E6CE;
  --hvn-realty-cream-100:#F7F5F0;
  --hvn-realty-cream-200:#EFEAE0;
  --hvn-realty-ink-900:#1C1C1A;
  --hvn-realty-ink-700:#44453F;
  --hvn-realty-ink-500:#7A7C72;
  --hvn-realty-line:#E4DFD3;
  --hvn-realty-white:#FFFFFF;
  --hvn-realty-shadow-sm: 0 2px 10px rgba(15,36,29,0.06);
  --hvn-realty-shadow-md: 0 12px 32px rgba(15,36,29,0.10);
  --hvn-realty-shadow-lg: 0 24px 60px rgba(15,36,29,0.16);
  --hvn-realty-radius-lg: 22px;
  --hvn-realty-radius-md: 14px;
  --hvn-realty-radius-sm: 8px;
  --hvn-realty-ease: cubic-bezier(.22,.61,.36,1);
  font-family:var(--hvn-font-body, 'Plus Jakarta Sans', sans-serif);
  color:var(--hvn-realty-ink-900);
  background:var(--hvn-realty-cream-100);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
  scroll-behavior:smooth;
}
body.hvn-theme-home .hvn-theme-home-main h1,
body.hvn-theme-home .hvn-theme-home-main h2,
body.hvn-theme-home .hvn-theme-home-main h3,
body.hvn-theme-home .hvn-theme-home-main h4{
  font-family:var(--hvn-font-heading, 'Fraunces', Georgia, serif);
}
body.hvn-theme-home .hvn-theme-home-main *,
body.hvn-theme-home .hvn-theme-home-main *::before,
body.hvn-theme-home .hvn-theme-home-main *::after{box-sizing:border-box;}
body.hvn-theme-home .hvn-theme-home-main img{max-width:100%; display:block;}
body.hvn-theme-home .hvn-theme-home-main a{color:inherit; text-decoration:none;}
body.hvn-theme-home .hvn-theme-home-main ul{list-style:none;}
body.hvn-theme-home .hvn-theme-home-main button{font-family:inherit; cursor:pointer; border:none; background:none;}
body.hvn-theme-home .hvn-realty-accent-serif{font-family:'Fraunces', serif; font-style:italic; font-weight:500;}

body.hvn-theme-home .hvn-realty-wrap{max-width:1280px; margin:0 auto; padding:0 40px;}
@media(max-width:768px){ body.hvn-theme-home .hvn-realty-wrap{padding:0 20px;} }

/* ============ EYEBROW / SIGNATURE MARKER ============ */
body.hvn-theme-home .hvn-realty-eyebrow{
  display:flex; align-items:center; gap:10px;
  font-size:13px; letter-spacing:.14em; text-transform:uppercase;
  color:var(--hvn-realty-forest-700); font-weight:700; margin-bottom:16px;
}
body.hvn-theme-home .hvn-realty-eyebrow .hvn-realty-eyebrow-pin{ width:16px; height:16px; flex-shrink:0; color:var(--hvn-realty-gold-600); }
body.hvn-theme-home .hvn-realty-eyebrow .hvn-realty-eyebrow-rule{ width:36px; height:1px; background:var(--hvn-realty-line); }

body.hvn-theme-home .hvn-realty-section-head{ max-width:640px; margin-bottom:40px; }
body.hvn-theme-home .hvn-realty-section-head h2{
  font-size:clamp(28px,3.4vw,42px);
  line-height:1.15; font-weight:700; letter-spacing:-0.01em;
  color:var(--hvn-realty-forest-900);
}
body.hvn-theme-home .hvn-realty-section-head p{ margin-top:14px; font-size:16.5px; color:var(--hvn-realty-ink-700); line-height:1.6; max-width:520px;}
body.hvn-theme-home .hvn-realty-section-head-row{ display:flex; justify-content:space-between; align-items:flex-end; gap:24px; flex-wrap:wrap;}

body.hvn-theme-home .hvn-realty-btn{
  display:inline-flex; align-items:center; justify-content:center; gap:9px;
  padding:15px 28px; border-radius:100px; font-weight:700; font-size:14.5px;
  letter-spacing:.01em; transition:transform .35s var(--hvn-realty-ease), box-shadow .35s var(--hvn-realty-ease), background .3s;
  white-space:nowrap;
}
body.hvn-theme-home .hvn-realty-btn-gold{ background:linear-gradient(155deg, var(--hvn-realty-gold-500), var(--hvn-realty-gold-600)); color:var(--hvn-realty-forest-900); box-shadow:var(--hvn-realty-shadow-sm);}
body.hvn-theme-home .hvn-realty-btn-gold:hover{ transform:translateY(-2px); box-shadow:0 14px 28px rgba(201,161,91,0.38);}
body.hvn-theme-home .hvn-realty-btn-forest{ background:var(--hvn-realty-forest-800); color:var(--hvn-realty-cream-100); box-shadow:var(--hvn-realty-shadow-sm);}
body.hvn-theme-home .hvn-realty-btn-forest:hover{ transform:translateY(-2px); box-shadow:var(--hvn-realty-shadow-md); background:var(--hvn-realty-forest-700);}
body.hvn-theme-home .hvn-realty-btn-ghost{ background:transparent; color:var(--hvn-realty-forest-900); border:1.5px solid var(--hvn-realty-line);}
body.hvn-theme-home .hvn-realty-btn-ghost:hover{ border-color:var(--hvn-realty-forest-800); background:var(--hvn-realty-forest-900); color:var(--hvn-realty-cream-100);}
body.hvn-theme-home .hvn-realty-btn-outline-light{ background:rgba(255,255,255,0.08); color:var(--hvn-realty-white); border:1.5px solid rgba(255,255,255,0.4); backdrop-filter:blur(6px);}
body.hvn-theme-home .hvn-realty-btn-outline-light:hover{ background:var(--hvn-realty-white); color:var(--hvn-realty-forest-900);}
body.hvn-theme-home .hvn-realty-link-arrow{ display:inline-flex; align-items:center; gap:8px; font-weight:700; font-size:14.5px; color:var(--hvn-realty-forest-800); }
body.hvn-theme-home .hvn-realty-coll-inner .hvn-realty-link-arrow{ color:var(--hvn-realty-white); }
body.hvn-theme-home .hvn-realty-link-arrow svg{ width:16px; height:16px; transition:transform .3s var(--hvn-realty-ease);}
body.hvn-theme-home .hvn-realty-link-arrow:hover svg{ transform:translateX(5px); }

/* ============ REVEAL ============ */
body.hvn-theme-home .hvn-realty-reveal{ opacity:0; transform:translateY(28px); transition:opacity .8s var(--hvn-realty-ease), transform .8s var(--hvn-realty-ease); }
body.hvn-theme-home .hvn-realty-reveal.hvn-realty-is-visible{ opacity:1; transform:translateY(0); }

/* ============ HEADER ============ */
/* SKIPPED — theme owns header/footer
header{
  position:fixed; top:0; left:0; right:0; z-index:500;
  padding:26px 0; transition:all .4s var(--hvn-realty-ease);
}
header .hvn-realty-wrap{ display:flex; align-items:center; justify-content:space-between; }
header.hvn-realty-scrolled{
  padding:14px 0; background:rgba(247,245,240,0.86); backdrop-filter:blur(14px);
  box-shadow:0 1px 0 var(--hvn-realty-line);
}
.hvn-realty-logo{ display:flex; align-items:center; gap:10px; font-weight:800; font-size:21px; color:var(--hvn-realty-white); letter-spacing:-0.01em; transition:color .4s;}
header.hvn-realty-scrolled .hvn-realty-logo{ color:var(--hvn-realty-forest-900); }
.hvn-realty-logo .hvn-realty-mark{ width:34px; height:34px; }
.hvn-realty-logo .hvn-realty-mark path{ transition:fill .4s; }
.hvn-realty-logo b{ font-weight:800; }
.hvn-realty-logo span{ font-weight:400; opacity:.85; }

nav.hvn-realty-main-nav{ display:flex; gap:38px; }
nav.hvn-realty-main-nav a{
  font-size:14.5px; font-weight:600; color:rgba(255,255,255,0.92);
  position:relative; padding:6px 0; transition:color .4s;
}
header.hvn-realty-scrolled nav.hvn-realty-main-nav a{ color:var(--hvn-realty-ink-700); }
nav.hvn-realty-main-nav a::after{
  content:''; position:absolute; left:0; bottom:0; width:0; height:2px; background:var(--hvn-realty-gold-500);
  transition:width .3s var(--hvn-realty-ease);
}
nav.hvn-realty-main-nav a:hover::after{ width:100%; }
nav.hvn-realty-main-nav a:hover{ color:var(--hvn-realty-white); }
header.hvn-realty-scrolled nav.hvn-realty-main-nav a:hover{ color:var(--hvn-realty-forest-900); }

.hvn-realty-header-actions{ display:flex; align-items:center; gap:18px; }
.hvn-realty-header-actions .hvn-realty-header-tel{ font-size:14px; font-weight:700; color:var(--hvn-realty-white); display:flex; align-items:center; gap:8px; transition:color .4s;}
header.hvn-realty-scrolled .hvn-realty-header-actions .hvn-realty-header-tel{ color:var(--hvn-realty-forest-900); }
.hvn-realty-header-actions .hvn-realty-header-tel svg{ width:16px; height:16px; color:var(--hvn-realty-gold-500);}

.hvn-realty-burger{
  display:none; width:44px; height:44px; border-radius:50%; align-items:center; justify-content:center;
  flex-direction:column; gap:5px; position:relative; flex-shrink:0;
}
.hvn-realty-burger span{
  display:block; width:20px; height:2px; border-radius:2px; background:var(--hvn-realty-white);
  transition:transform .3s var(--hvn-realty-ease), opacity .3s var(--hvn-realty-ease), background .3s;
}
header.hvn-realty-scrolled .hvn-realty-burger span{ background:var(--hvn-realty-forest-900); }
.hvn-realty-burger.hvn-realty-is-active span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.hvn-realty-burger.hvn-realty-is-active span:nth-child(2){ opacity:0; }
.hvn-realty-burger.hvn-realty-is-active span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

.hvn-realty-mobile-nav-backdrop{
  position:fixed; inset:0; background:rgba(15,36,29,0.5); backdrop-filter:blur(2px);
  opacity:0; pointer-events:none; transition:opacity .35s var(--hvn-realty-ease); z-index:600;
}
.hvn-realty-mobile-nav-backdrop.hvn-realty-is-visible{ opacity:1; pointer-events:auto; }

.hvn-realty-mobile-nav{
  position:fixed; top:0; right:0; bottom:0; width:min(86vw, 380px); background:var(--hvn-realty-cream-100);
  z-index:601; display:flex; flex-direction:column; padding:22px 24px 28px;
  transform:translateX(100%); transition:transform .4s var(--hvn-realty-ease);
  box-shadow:-16px 0 40px rgba(15,36,29,0.18);
}
.hvn-realty-mobile-nav.hvn-realty-is-visible{ transform:translateX(0); }
.hvn-realty-mobile-nav-head{ display:flex; align-items:center; justify-content:space-between; padding-bottom:20px; border-bottom:1px solid var(--hvn-realty-line); }
.hvn-realty-mobile-nav-close{
  width:40px; height:40px; border-radius:50%; background:var(--hvn-realty-cream-200);
  display:flex; align-items:center; justify-content:center; color:var(--hvn-realty-forest-900);
}
.hvn-realty-mobile-nav-close svg{ width:17px; height:17px; }
.hvn-realty-mobile-nav-links{ display:flex; flex-direction:column; padding-top:14px; gap:2px; overflow-y:auto; flex:1; }
.hvn-realty-mobile-nav-links a{
  font-size:19px; font-weight:700; color:var(--hvn-realty-forest-900); padding:15px 4px;
  border-bottom:1px solid var(--hvn-realty-line); min-height:48px; display:flex; align-items:center;
}
.hvn-realty-mobile-nav-foot{ display:flex; flex-direction:column; gap:14px; padding-top:18px; border-top:1px solid var(--hvn-realty-line); }
.hvn-realty-mobile-nav-foot .hvn-realty-header-tel{ font-size:15px; justify-content:center; }
.hvn-realty-mobile-nav-foot .hvn-realty-btn{ text-align:center; }
body.hvn-realty-nav-open{ overflow:hidden; }

@media(max-width:980px){
  .hvn-realty-burger{ display:flex; }
  nav.hvn-realty-main-nav{ display:none; }
  .hvn-realty-header-actions .hvn-realty-header-tel{ display:none; }
  .hvn-realty-header-actions{ gap:10px; }
}
@media(max-width:480px){
  .hvn-realty-header-actions .hvn-realty-btn{ padding:11px 16px; font-size:13px; }
  .hvn-realty-burger{ width:40px; height:40px; }
}
*/

/* ============ HERO ============ */
body.hvn-theme-home .hvn-realty-hero{
  position:relative; min-height:100vh; display:flex; flex-direction:column; justify-content:center;
  padding-top:150px; padding-bottom:128px; overflow:hidden;
}
body.hvn-theme-home .hvn-realty-hero-bg{
  position:absolute; inset:0; z-index:0;
  background-color:var(--hvn-realty-forest-900);
  background-position:center 62%; background-size:cover; background-repeat:no-repeat;
  transform:scale(1.08);
}
body.hvn-theme-home .hvn-realty-hero-bg::after,
body.hvn-theme-home .hvn-realty-hero-slider::after{
  content:''; position:absolute; inset:0; z-index:1; pointer-events:none;
  background:
    linear-gradient(180deg, rgba(15,36,29,0.82) 0%, rgba(15,36,29,0.48) 42%, rgba(15,36,29,0.9) 100%),
    linear-gradient(90deg, rgba(15,36,29,0.35) 0%, transparent 28%, transparent 72%, rgba(15,36,29,0.28) 100%);
}

/* Hero background carousel — soft cross-fade + cinematic motion */
body.hvn-theme-home .hvn-realty-hero-slider{
  position:absolute; inset:0; z-index:0; overflow:hidden;
  transform:translateZ(0);
}
body.hvn-theme-home .hvn-realty-hero-slide{
  position:absolute; inset:0;
  background-position:center 62%; background-size:cover; background-repeat:no-repeat;
  opacity:0; transform:scale(1.04) translate3d(0,0,0);
  transition:
    opacity var(--hvn-realty-hero-transition, 1200ms) cubic-bezier(0.33, 0, 0.2, 1),
    transform var(--hvn-realty-hero-transition, 1200ms) cubic-bezier(0.33, 0, 0.2, 1);
  pointer-events:none;
  will-change:opacity, transform;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}
body.hvn-theme-home .hvn-realty-hero-slide.hvn-realty-is-active{
  opacity:1; z-index:1;
}
body.hvn-theme-home .hvn-realty-hero-effect--fade .hvn-realty-hero-slide{
  transform:none;
  transition:opacity var(--hvn-realty-hero-transition, 1200ms) cubic-bezier(0.33, 0, 0.2, 1);
}
body.hvn-theme-home .hvn-realty-hero-effect--soft_scale .hvn-realty-hero-slide.hvn-realty-is-active{
  transform:scale(1.06) translate3d(0,0,0);
}
body.hvn-theme-home .hvn-realty-hero-bg.hvn-realty-hero-ken-burns,
body.hvn-theme-home .hvn-realty-hero-slide.hvn-realty-hero-ken-burns{
  animation:hvn-realty-ken-burns 20s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
body.hvn-theme-home .hvn-realty-hero-slide.hvn-realty-hero-soft-scale{
  animation:hvn-realty-soft-scale 16s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
body.hvn-theme-home .hvn-realty-hero-slider.hvn-realty-is-transitioning .hvn-realty-hero-slide{
  will-change:opacity, transform;
}
@keyframes hvn-realty-ken-burns{
  from{ transform:scale(1.05) translate3d(0,0,0); }
  to{ transform:scale(1.14) translate3d(-0.8%, -0.4%, 0); }
}
@keyframes hvn-realty-soft-scale{
  from{ transform:scale(1.03) translate3d(0,0,0); }
  to{ transform:scale(1.09) translate3d(0,0,0); }
}
@media (prefers-reduced-motion: reduce){
  body.hvn-theme-home .hvn-realty-hero-bg.hvn-realty-hero-ken-burns,
  body.hvn-theme-home .hvn-realty-hero-slide.hvn-realty-hero-ken-burns,
  body.hvn-theme-home .hvn-realty-hero-slide.hvn-realty-hero-soft-scale{
    animation:none !important; will-change:auto;
  }
  body.hvn-theme-home .hvn-realty-hero-slide{
    transition:none; will-change:auto; transform:none;
  }
}
body.hvn-theme-home .hvn-realty-hero-content{ position:relative; z-index:2; color:var(--hvn-realty-white); }
body.hvn-theme-home .hvn-realty-hero-eyebrow{
  display:inline-flex; align-items:center; gap:10px; padding:8px 16px 8px 10px;
  background:rgba(255,255,255,0.1); border:1px solid rgba(255,255,255,0.24);
  border-radius:100px; font-size:13px; font-weight:700; letter-spacing:.1em; text-transform:uppercase;
  backdrop-filter:blur(8px); margin-bottom:28px;
}
body.hvn-theme-home .hvn-realty-hero-eyebrow .hvn-realty-hero-eyebrow-dot{ width:8px; height:8px; border-radius:50%; background:var(--hvn-realty-gold-500); box-shadow:0 0 0 4px rgba(201,161,91,0.25);}
body.hvn-theme-home .hvn-realty-hero h1{
  font-size:clamp(40px, 6.4vw, 78px); line-height:1.03; font-weight:700; letter-spacing:-0.02em;
  max-width:850px; color:var(--hvn-realty-white);
  text-shadow:0 2px 24px rgba(15,36,29,0.35);
}
body.hvn-theme-home .hvn-realty-hero .hvn-realty-accent-serif{
  color:var(--hvn-realty-gold-500);
  text-shadow:0 2px 18px rgba(15,36,29,0.4);
}
body.hvn-theme-home .hvn-realty-hero p.hvn-realty-hero-sub{
  margin-top:26px; font-size:18.5px; line-height:1.6; max-width:520px; color:rgba(255,255,255,0.88);
  text-shadow:0 1px 12px rgba(15,36,29,0.35);
}
body.hvn-theme-home .hvn-realty-hero-stats{ display:flex; gap:44px; margin-top:46px; flex-wrap:wrap; }
body.hvn-theme-home .hvn-realty-hero-stats .hvn-realty-hero-stat b{ display:block; font-size:30px; font-weight:800; color:var(--hvn-realty-white); font-family:'Fraunces',serif; }
body.hvn-theme-home .hvn-realty-hero-stats .hvn-realty-hero-stat span{ font-size:13px; color:rgba(255,255,255,0.7); text-transform:uppercase; letter-spacing:.08em; font-weight:600;}

/* Clickable vertical slide dots (beat main button{background:none} reset) */
body.hvn-theme-home .hvn-realty-hero-rail{
  position:absolute; left:28px; top:50%; transform:translateY(-50%); z-index:5;
  display:flex; flex-direction:column; gap:14px; align-items:center;
  pointer-events:auto;
}
body.hvn-theme-home .hvn-theme-home-main button.hvn-realty-hero-dot,
body.hvn-theme-home button.hvn-realty-hero-dot{
  appearance:none; -webkit-appearance:none;
  position:relative; width:44px; height:44px; min-width:44px; min-height:44px;
  padding:0; margin:0; border:0; border-radius:50%;
  background:transparent !important; box-shadow:none;
  cursor:pointer; pointer-events:auto; flex-shrink:0;
  transition:transform .3s var(--hvn-realty-ease);
}
body.hvn-theme-home .hvn-theme-home-main button.hvn-realty-hero-dot::before,
body.hvn-theme-home button.hvn-realty-hero-dot::before{
  content:''; position:absolute; left:50%; top:50%; width:6px; height:6px;
  margin:-3px 0 0 -3px; border-radius:50%;
  background:rgba(255,255,255,0.4); box-shadow:0 0 0 1px rgba(255,255,255,0.14);
  transition:background .35s var(--hvn-realty-ease), box-shadow .35s var(--hvn-realty-ease), transform .35s var(--hvn-realty-ease);
}
body.hvn-theme-home .hvn-theme-home-main button.hvn-realty-hero-dot.hvn-realty-is-active::before,
body.hvn-theme-home button.hvn-realty-hero-dot.hvn-realty-is-active::before,
body.hvn-theme-home .hvn-theme-home-main button.hvn-realty-hero-dot[aria-current="true"]::before,
body.hvn-theme-home button.hvn-realty-hero-dot[aria-current="true"]::before{
  background:var(--hvn-realty-gold-500);
  box-shadow:0 0 0 4px rgba(201,161,91,0.28);
  transform:scale(1.2);
}
body.hvn-theme-home .hvn-theme-home-main button.hvn-realty-hero-dot:hover::before,
body.hvn-theme-home button.hvn-realty-hero-dot:hover::before{
  background:rgba(255,255,255,0.75);
}
body.hvn-theme-home .hvn-theme-home-main button.hvn-realty-hero-dot:focus-visible,
body.hvn-theme-home button.hvn-realty-hero-dot:focus-visible{
  outline:2px solid var(--hvn-realty-gold-500); outline-offset:2px;
}

body.hvn-theme-home .hvn-realty-scroll-cue{
  position:absolute; right:40px; bottom:220px; z-index:2; color:rgba(255,255,255,0.78);
  display:flex; flex-direction:column; align-items:center; gap:10px; font-size:11.5px; letter-spacing:.14em; text-transform:uppercase;
}
body.hvn-theme-home .hvn-realty-scroll-cue .hvn-realty-scroll-cue-line{ width:1px; height:46px; background:linear-gradient(180deg, rgba(255,255,255,.85), transparent); animation:cue 2.2s ease-in-out infinite; }
@keyframes cue{ 0%{transform:scaleY(0); transform-origin:top;} 50%{transform:scaleY(1); transform-origin:top;} 51%{transform-origin:bottom;} 100%{transform:scaleY(0); transform-origin:bottom;} }
@media(max-width:980px){
  body.hvn-theme-home .hvn-realty-scroll-cue,
  body.hvn-theme-home .hvn-realty-hero-rail{ display:none; }
}
@media (prefers-reduced-motion: reduce){
  body.hvn-theme-home .hvn-realty-scroll-cue .hvn-realty-scroll-cue-line{ animation:none !important; }
}

/* ============ SEARCH CONSOLE (signature) ============ */
body.hvn-theme-home .hvn-realty-search-console{
  position:relative; z-index:30; margin-top:-108px;
}
body.hvn-theme-home .hvn-realty-console-card{
  background:rgba(255,255,255,0.86); backdrop-filter:blur(22px) saturate(160%);
  border:1px solid rgba(255,255,255,0.6);
  border-radius:26px; box-shadow:var(--hvn-realty-shadow-lg);
  padding:14px 14px 26px;
}
body.hvn-theme-home .hvn-realty-console-tabs{ display:flex; gap:6px; padding:8px; }
body.hvn-theme-home .hvn-realty-console-tabs button{
  padding:12px 22px; border-radius:14px; font-weight:700; font-size:14.5px; color:var(--hvn-realty-ink-700);
  transition:all .3s var(--hvn-realty-ease); display:flex; align-items:center; gap:8px;
}
body.hvn-theme-home .hvn-realty-console-tabs button svg{ width:16px; height:16px; }
body.hvn-theme-home .hvn-realty-console-tabs button.hvn-realty-is-active{ background:var(--hvn-realty-forest-800); color:var(--hvn-realty-white); }
body.hvn-theme-home .hvn-realty-console-body{ padding:16px 22px 4px; }
body.hvn-theme-home .hvn-realty-console-fields{ display:grid; grid-template-columns:1.5fr 1fr 1.2fr 1fr auto; gap:0; align-items:end; }
body.hvn-theme-home .hvn-realty-field{ padding:8px 22px; border-right:1px solid var(--hvn-realty-line); }
body.hvn-theme-home .hvn-realty-field:last-of-type{ border-right:none; }
body.hvn-theme-home .hvn-realty-field label{ display:flex; align-items:center; gap:6px; font-size:11.5px; font-weight:700; text-transform:uppercase; letter-spacing:.07em; color:var(--hvn-realty-ink-500); margin-bottom:8px;}
body.hvn-theme-home .hvn-realty-field label svg{ width:13px; height:13px; color:var(--hvn-realty-gold-600); }
body.hvn-theme-home .hvn-realty-field select, body.hvn-theme-home .hvn-realty-field input[type="text"]{
  width:100%; border:none; background:transparent; font-family:inherit; font-size:16px; font-weight:700; color:var(--hvn-realty-forest-900);
  appearance:none; -webkit-appearance:none;
}
body.hvn-theme-home .hvn-realty-field select:focus, body.hvn-theme-home .hvn-realty-field input:focus{ outline:none; }
body.hvn-theme-home .hvn-realty-price-row{ display:flex; align-items:center; gap:10px; }
body.hvn-theme-home .hvn-realty-price-row input[type=range]{ -webkit-appearance:none; width:100%; height:4px; background:var(--hvn-realty-line); border-radius:4px; outline:none; }
body.hvn-theme-home .hvn-realty-price-row input[type=range]::-webkit-slider-thumb{
  -webkit-appearance:none; width:17px; height:17px; border-radius:50%; background:var(--hvn-realty-gold-500);
  border:3px solid var(--hvn-realty-white); box-shadow:0 2px 6px rgba(0,0,0,0.25); cursor:pointer; margin-top:-1px;
}
body.hvn-theme-home .hvn-realty-price-val{ font-size:15px; font-weight:800; color:var(--hvn-realty-forest-900); white-space:nowrap; font-family:'Fraunces',serif; font-style:italic;}
body.hvn-theme-home .hvn-realty-search-submit{ padding:8px; }
body.hvn-theme-home .hvn-realty-search-submit button{
  width:60px; height:60px; border-radius:16px; background:var(--hvn-realty-gold-500); color:var(--hvn-realty-forest-900);
  display:flex; align-items:center; justify-content:center; transition:all .3s var(--hvn-realty-ease); box-shadow:var(--hvn-realty-shadow-sm);
}
body.hvn-theme-home .hvn-realty-search-submit button:hover{ background:var(--hvn-realty-gold-600); transform:scale(1.05); }
body.hvn-theme-home .hvn-realty-search-submit button svg{ width:22px; height:22px; }
body.hvn-theme-home .hvn-realty-console-foot{
  display:flex; justify-content:space-between; align-items:center; padding:14px 22px 4px; flex-wrap:wrap; gap:10px;
}
body.hvn-theme-home .hvn-realty-match-count{ font-size:14px; color:var(--hvn-realty-ink-700); display:flex; align-items:center; gap:8px; }
body.hvn-theme-home .hvn-realty-match-count b{ color:var(--hvn-realty-forest-800); font-size:16px; font-family:'Fraunces',serif; font-style:italic; font-weight:600; }
body.hvn-theme-home .hvn-realty-match-count .hvn-realty-pulse{ width:8px; height:8px; border-radius:50%; background:#3E8E63; box-shadow:0 0 0 4px rgba(62,142,99,0.2); }
body.hvn-theme-home .hvn-realty-adv-toggle{ font-size:13.5px; font-weight:700; color:var(--hvn-realty-forest-700); display:flex; align-items:center; gap:6px; }
body.hvn-theme-home .hvn-realty-adv-toggle svg{ width:14px; height:14px; transition:transform .3s;}
body.hvn-theme-home .hvn-realty-adv-toggle.hvn-realty-is-expanded svg{ transform:rotate(180deg); }
body.hvn-theme-home .hvn-realty-adv-panel{ max-height:0; overflow:hidden; transition:max-height .45s var(--hvn-realty-ease); }
body.hvn-theme-home .hvn-realty-adv-panel.hvn-realty-is-expanded{ max-height:280px; }
body.hvn-theme-home .hvn-realty-adv-inner{ display:flex; gap:26px; padding:18px 22px 6px; flex-wrap:wrap; }
body.hvn-theme-home .hvn-realty-chip-toggle{ display:flex; align-items:center; gap:9px; }
body.hvn-theme-home .hvn-realty-chip-toggle input{ accent-color:var(--hvn-realty-forest-800); width:16px; height:16px; }
body.hvn-theme-home .hvn-realty-chip-toggle label{ font-size:14px; font-weight:600; color:var(--hvn-realty-ink-700); }

@media(max-width:980px){
  body.hvn-theme-home .hvn-realty-console-fields{ grid-template-columns:1fr 1fr; grid-auto-rows:auto; gap:6px;}
  body.hvn-theme-home .hvn-realty-field{ border-right:none; border-bottom:1px solid var(--hvn-realty-line); }
  body.hvn-theme-home .hvn-realty-search-submit{ grid-column:1/-1; }
  body.hvn-theme-home .hvn-realty-search-submit button{ width:100%; border-radius:14px; gap:10px; font-weight:700; font-size:15px; }
  body.hvn-theme-home .hvn-realty-search-submit button::after{ content:'Search Homes'; }
}

/* ============ SECTION SPACING ============ */
body.hvn-theme-home .hvn-theme-home-main > section{ padding:66px 0; position:relative; }
body.hvn-theme-home .hvn-theme-home-main > section.hvn-realty-hero{
  padding-top:150px; padding-bottom:128px;
}
body.hvn-theme-home .hvn-theme-home-main > section.hvn-realty-map-section{ padding-bottom:0; }
body.hvn-theme-home .hvn-theme-home-main > section#hvn-theme-home-search,
body.hvn-theme-home .hvn-theme-home-main > section.hvn-realty-search-section{ padding:0; }
body.hvn-theme-home .hvn-theme-home-main > section#hvn-theme-home-why{ padding:0; }
body.hvn-theme-home .hvn-theme-home-main > section#hvn-theme-home-cta,
body.hvn-theme-home .hvn-theme-home-main > section.hvn-realty-cta-section{ padding-top:40px; padding-bottom:80px; }
body.hvn-theme-home section.hvn-realty-tight-top{ padding-top:40px; }
@media(max-width:992px){
  body.hvn-theme-home .hvn-theme-home-main > section{ padding:56px 0; }
  body.hvn-theme-home .hvn-theme-home-main > section.hvn-realty-hero{ padding-top:120px; padding-bottom:100px; }
  body.hvn-theme-home .hvn-theme-home-main > section#hvn-theme-home-why{ padding:0; }
}
@media(max-width:576px){
  body.hvn-theme-home .hvn-theme-home-main > section{ padding:44px 0; }
  body.hvn-theme-home .hvn-theme-home-main > section.hvn-realty-hero{ padding-top:110px; padding-bottom:90px; }
  body.hvn-theme-home .hvn-theme-home-main > section#hvn-theme-home-why{ padding:0; }
}

/* ============ FILTER CHIPS ============ */
body.hvn-theme-home .hvn-realty-chip-row{ display:flex; gap:10px; flex-wrap:wrap; }
body.hvn-theme-home .hvn-realty-chip{
  padding:11px 22px; border-radius:100px; border:1.5px solid var(--hvn-realty-line); font-size:14px; font-weight:700;
  color:var(--hvn-realty-ink-700); transition:all .3s var(--hvn-realty-ease); background:var(--hvn-realty-white);
}
body.hvn-theme-home .hvn-realty-chip:hover{ border-color:var(--hvn-realty-forest-700); }
body.hvn-theme-home .hvn-realty-chip.hvn-realty-is-active{ background:var(--hvn-realty-forest-800); color:var(--hvn-realty-white); border-color:var(--hvn-realty-forest-800); }

/* ============ PROPERTY GRID ============ */
body.hvn-theme-home .hvn-realty-prop-grid{ display:grid; grid-template-columns:repeat(3, 1fr); gap:26px; margin-top:36px; }
@media(max-width:980px){ body.hvn-theme-home .hvn-realty-prop-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:640px){ body.hvn-theme-home .hvn-realty-prop-grid{ grid-template-columns:1fr; } }

body.hvn-theme-home .hvn-realty-prop-card{
  background:var(--hvn-realty-white); border-radius:var(--hvn-realty-radius-lg); overflow:hidden; box-shadow:var(--hvn-realty-shadow-sm);
  transition:transform .45s var(--hvn-realty-ease), box-shadow .45s var(--hvn-realty-ease); display:flex; flex-direction:column;
  height:100%; border:1px solid var(--hvn-realty-line);
}
body.hvn-theme-home .hvn-realty-prop-card:hover{ transform:translateY(-8px); box-shadow:var(--hvn-realty-shadow-lg); }
body.hvn-theme-home .hvn-realty-prop-media{ position:relative; aspect-ratio:4/3; overflow:hidden; }
body.hvn-theme-home .hvn-realty-prop-media img{ width:100%; height:100%; object-fit:cover; transition:transform .7s var(--hvn-realty-ease); }
body.hvn-theme-home .hvn-realty-prop-card:hover .hvn-realty-prop-media img{ transform:scale(1.08); }
body.hvn-theme-home .hvn-realty-prop-badge{
  position:absolute; top:16px; left:16px; padding:7px 14px; border-radius:100px; font-size:12px; font-weight:800;
  text-transform:uppercase; letter-spacing:.05em; color:var(--hvn-realty-white); backdrop-filter:blur(4px);
  background:rgba(15,36,29,0.88);
}
body.hvn-theme-home .hvn-realty-prop-badge.hvn-realty-badge-new{ background:rgba(62,142,99,0.92); }
body.hvn-theme-home .hvn-realty-prop-badge.hvn-realty-badge-open{ background:rgba(201,161,91,0.94); color:var(--hvn-realty-forest-900); }
body.hvn-theme-home .hvn-realty-prop-badge.hvn-realty-badge-exclusive{ background:rgba(27,58,47,0.92); }
body.hvn-theme-home .hvn-theme-home-main button.hvn-realty-fav-btn,
body.hvn-theme-home button.hvn-realty-fav-btn{
  position:absolute; top:14px; right:14px; width:42px; height:42px; min-width:42px; min-height:42px; border-radius:50%;
  background:#fff !important; display:flex; align-items:center; justify-content:center;
  box-shadow:0 8px 20px rgba(15,36,29,0.18), 0 1px 3px rgba(15,36,29,0.08);
  transition:transform .3s var(--hvn-realty-ease), box-shadow .3s var(--hvn-realty-ease), background .25s;
  z-index:3;
}
body.hvn-theme-home .hvn-realty-fav-btn svg{ width:18px; height:18px; color:var(--hvn-realty-forest-800); transition:all .25s; }
body.hvn-theme-home .hvn-theme-home-main button.hvn-realty-fav-btn:hover,
body.hvn-theme-home button.hvn-realty-fav-btn:hover{
  background:#fff !important; transform:scale(1.08); box-shadow:0 12px 26px rgba(15,36,29,0.22);
}
body.hvn-theme-home .hvn-realty-fav-btn:focus-visible{ outline:2px solid var(--hvn-realty-gold-500); outline-offset:2px; }
body.hvn-theme-home .hvn-realty-fav-btn.hvn-realty-is-active svg,
body.hvn-theme-home .hvn-realty-fav-btn.is-favorited svg{ color:#C2483C; fill:#C2483C; }
body.hvn-theme-home .hvn-realty-prop-price{
  position:absolute; bottom:16px; left:16px; background:rgba(15,36,29,0.86); backdrop-filter:blur(6px);
  color:var(--hvn-realty-white); padding:9px 16px; border-radius:12px; font-weight:800; font-size:17px; font-family:'Fraunces',serif; font-style:italic;
}
body.hvn-theme-home .hvn-realty-prop-body{ padding:24px 24px 26px; display:flex; flex-direction:column; flex:1; }
body.hvn-theme-home .hvn-realty-prop-loc{ display:flex; align-items:center; gap:6px; font-size:13px; color:var(--hvn-realty-ink-500); font-weight:600; margin-bottom:10px; }
body.hvn-theme-home .hvn-realty-prop-loc svg{ width:13px; height:13px; color:var(--hvn-realty-gold-600); }
body.hvn-theme-home .hvn-realty-prop-title{ font-size:19px; font-weight:700; color:var(--hvn-realty-forest-900); margin-bottom:16px; line-height:1.3; }
body.hvn-theme-home .hvn-realty-prop-title a{ color:inherit; text-decoration:none; }
body.hvn-theme-home .hvn-realty-prop-meta{ display:flex; gap:16px; padding-top:16px; margin-top:auto; border-top:1px solid var(--hvn-realty-line); }
body.hvn-theme-home .hvn-realty-prop-meta .hvn-realty-prop-meta-item{ display:flex; align-items:center; gap:6px; font-size:13.5px; color:var(--hvn-realty-ink-700); font-weight:600; }
body.hvn-theme-home .hvn-realty-prop-meta svg{ width:15px; height:15px; color:var(--hvn-realty-forest-700); }
body.hvn-theme-home .hvn-realty-prop-agent{ display:flex; align-items:center; justify-content:space-between; margin-top:18px; }
body.hvn-theme-home .hvn-realty-prop-agent .hvn-realty-prop-agent-who{ display:flex; align-items:center; gap:10px; }
body.hvn-theme-home .hvn-realty-prop-agent img{ width:32px; height:32px; border-radius:50%; object-fit:cover; }
body.hvn-theme-home .hvn-realty-prop-agent span{ font-size:13px; font-weight:700; color:var(--hvn-realty-ink-700); }
body.hvn-theme-home .hvn-realty-prop-agent .hvn-realty-prop-agent-view{ width:36px; height:36px; border-radius:50%; background:var(--hvn-realty-cream-200); display:flex; align-items:center; justify-content:center; transition:all .3s; }
body.hvn-theme-home .hvn-realty-prop-agent .hvn-realty-prop-agent-view svg{ width:15px; height:15px; color:var(--hvn-realty-forest-800); }
body.hvn-theme-home .hvn-realty-prop-card:hover .hvn-realty-prop-agent .hvn-realty-prop-agent-view{ background:var(--hvn-realty-gold-500); }

body.hvn-theme-home .hvn-realty-grid-foot{ display:flex; justify-content:center; margin-top:38px; }

/* ============ PROPERTY TYPES ============ */
body.hvn-theme-home .hvn-realty-type-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; margin-top:36px; }
@media(max-width:980px){ body.hvn-theme-home .hvn-realty-type-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:560px){ body.hvn-theme-home .hvn-realty-type-grid{ grid-template-columns:1fr; } }
body.hvn-theme-home .hvn-realty-type-card{
  position:relative; border-radius:var(--hvn-realty-radius-lg); overflow:hidden; aspect-ratio:3/3.6;
  box-shadow:var(--hvn-realty-shadow-sm); transition:transform .45s var(--hvn-realty-ease), box-shadow .45s var(--hvn-realty-ease);
}
body.hvn-theme-home .hvn-realty-type-card:hover{ transform:translateY(-6px); box-shadow:var(--hvn-realty-shadow-lg); }
body.hvn-theme-home .hvn-realty-type-card img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .7s var(--hvn-realty-ease); }
body.hvn-theme-home .hvn-realty-type-card:hover img{ transform:scale(1.1); }
body.hvn-theme-home .hvn-realty-type-card::after{ content:''; position:absolute; inset:0; background:linear-gradient(180deg, rgba(15,36,29,0.05) 30%, rgba(15,36,29,0.82) 100%); }
body.hvn-theme-home .hvn-realty-type-inner{ position:absolute; left:0; right:0; bottom:0; z-index:2; padding:24px; color:var(--hvn-realty-white); }
body.hvn-theme-home .hvn-realty-type-icon{
  width:46px; height:46px; border-radius:12px; background:rgba(255,255,255,0.16); backdrop-filter:blur(8px);
  display:flex; align-items:center; justify-content:center; margin-bottom:14px; border:1px solid rgba(255,255,255,0.28);
}
body.hvn-theme-home .hvn-realty-type-icon svg{ width:22px; height:22px; }
body.hvn-theme-home .hvn-realty-type-inner h3{ font-size:19px; font-weight:700; margin-bottom:4px; color:var(--hvn-realty-white); }
body.hvn-theme-home .hvn-realty-type-inner span{ font-size:13px; color:rgba(255,255,255,0.72); font-weight:600; }

/* ============ LOCATIONS ============ */
body.hvn-theme-home .hvn-realty-loc-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:22px; margin-top:36px; }
@media(max-width:980px){ body.hvn-theme-home .hvn-realty-loc-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:560px){ body.hvn-theme-home .hvn-realty-loc-grid{ grid-template-columns:1fr; } }
body.hvn-theme-home .hvn-realty-loc-card{ position:relative; border-radius:var(--hvn-realty-radius-lg); overflow:hidden; aspect-ratio:1/1.15; box-shadow:var(--hvn-realty-shadow-sm); transition:transform .4s var(--hvn-realty-ease);}
body.hvn-theme-home .hvn-realty-loc-card:hover{ transform:translateY(-6px); }
body.hvn-theme-home .hvn-realty-loc-card img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .7s var(--hvn-realty-ease); }
body.hvn-theme-home .hvn-realty-loc-card:hover img{ transform:scale(1.1); }
body.hvn-theme-home .hvn-realty-loc-card::after{ content:''; position:absolute; inset:0; background:linear-gradient(0deg, rgba(15,36,29,0.88), rgba(15,36,29,0.08) 60%); }
body.hvn-theme-home .hvn-realty-loc-inner{ position:absolute; left:20px; right:20px; bottom:20px; z-index:2; color:var(--hvn-realty-white); }
body.hvn-theme-home .hvn-realty-loc-inner h3,
body.hvn-theme-home .hvn-realty-loc-inner h4{ font-size:19px; font-weight:700; color:var(--hvn-realty-white); }
body.hvn-theme-home .hvn-realty-loc-inner .hvn-realty-loc-row{ display:flex; justify-content:space-between; margin-top:8px; font-size:12.5px; color:rgba(255,255,255,0.78); font-weight:600;}

/* ============ INTERACTIVE PROPERTY MAP ============ */
body.hvn-theme-home .hvn-realty-map-legend{ display:flex; gap:18px; align-items:center; flex-wrap:wrap; }
body.hvn-theme-home .hvn-realty-map-legend-item{ display:flex; align-items:center; gap:8px; font-size:13px; font-weight:700; color:var(--hvn-realty-ink-700); }
body.hvn-theme-home .hvn-realty-map-legend-item i{ width:10px; height:10px; border-radius:50%; background:var(--hvn-realty-gold-500); display:inline-block; box-shadow:0 0 0 4px rgba(201,161,91,0.18); }
body.hvn-theme-home .hvn-realty-map-legend-item--open i{ background:#3E8E63; box-shadow:0 0 0 4px rgba(62,142,99,0.18); }

body.hvn-theme-home .hvn-realty-map-stage{
  position:relative; width:100vw; margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw);
  height:620px; margin-top:34px; overflow:visible; background:var(--hvn-realty-cream-200);
}
body.hvn-theme-home .hvn-realty-map-canvas{ position:absolute; inset:0; width:100%; height:100%; z-index:1; overflow:hidden; border-radius:0; }
body.hvn-theme-home .hvn-realty-map-canvas .leaflet-tile-pane{ filter:saturate(0.9) brightness(1.02); }
body.hvn-theme-home .hvn-realty-map-canvas:focus{ outline:none; }

/* Leaflet control restyle for a premium look */
body.hvn-theme-home .hvn-realty-map-canvas .leaflet-control-zoom{ border:none !important; box-shadow:var(--hvn-realty-shadow-md) !important; border-radius:14px !important; overflow:hidden; margin:0 18px 18px 0 !important; }
body.hvn-theme-home .hvn-realty-map-canvas .leaflet-control-zoom a{
  width:44px !important; height:44px !important; line-height:44px !important; font-size:19px !important;
  background:var(--hvn-realty-white) !important; color:var(--hvn-realty-forest-900) !important; border:none !important;
  transition:background .25s, color .25s;
}
body.hvn-theme-home .hvn-realty-map-canvas .leaflet-control-zoom a:hover{ background:var(--hvn-realty-gold-500) !important; color:var(--hvn-realty-forest-900) !important; }
body.hvn-theme-home .hvn-realty-map-canvas .leaflet-control-zoom-in{ border-radius:14px 14px 0 0 !important; }
body.hvn-theme-home .hvn-realty-map-canvas .leaflet-control-zoom-out{ border-radius:0 0 14px 14px !important; }
body.hvn-theme-home .hvn-realty-map-canvas .leaflet-control-attribution{
  background:rgba(255,255,255,0.85) !important; backdrop-filter:blur(4px); font-size:10.5px !important; border-radius:8px 0 0 0 !important; padding:2px 8px !important;
}
body.hvn-theme-home .hvn-realty-map-canvas .leaflet-touch .leaflet-control-zoom a{ line-height:44px !important; }

/* Custom marker pin */
body.hvn-theme-home .hvn-realty-map-pin-wrap{ background:none !important; border:none !important; }
body.hvn-theme-home .hvn-realty-map-pin{
  width:40px; height:40px; border-radius:50% 50% 50% 0; transform:rotate(-45deg);
  background:linear-gradient(155deg, var(--hvn-realty-gold-500), var(--hvn-realty-gold-600));
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 6px 16px rgba(15,36,29,0.35), 0 0 0 3px rgba(255,255,255,0.9);
  transition:transform .3s var(--hvn-realty-ease), box-shadow .3s var(--hvn-realty-ease);
  cursor:pointer;
}
body.hvn-theme-home .hvn-realty-map-pin svg{ transform:rotate(45deg); width:18px; height:18px; color:var(--hvn-realty-forest-900); }
body.hvn-theme-home .hvn-realty-map-pin:hover, body.hvn-theme-home .hvn-realty-map-pin.hvn-realty-is-active{
  transform:rotate(-45deg) scale(1.16);
  box-shadow:0 10px 22px rgba(15,36,29,0.42), 0 0 0 3px var(--hvn-realty-white);
}
body.hvn-theme-home .hvn-realty-map-pin--open{ background:linear-gradient(155deg, #3E8E63, #2E6E4B); }

/* Cluster icon */
body.hvn-theme-home .hvn-realty-map-cluster-wrap{ background:none !important; border:none !important; }
body.hvn-theme-home .hvn-realty-map-cluster{
  width:52px; height:52px; border-radius:50%; display:flex; align-items:center; justify-content:center;
  background:radial-gradient(circle at 35% 30%, rgba(255,255,255,0.35), transparent 55%), var(--hvn-realty-forest-800);
  color:var(--hvn-realty-white); font-family:'Fraunces',serif; font-style:italic; font-weight:700; font-size:16px;
  box-shadow:0 8px 20px rgba(15,36,29,0.4), 0 0 0 6px rgba(255,255,255,0.75);
}

/* Floating premium property tooltip (NOT a default map InfoWindow) */
body.hvn-theme-home .hvn-realty-map-tooltip{
  position:absolute; z-index:1000; width:296px; max-width:calc(100vw - 24px); left:0; top:0;
  background:var(--hvn-realty-white); border-radius:var(--hvn-realty-radius-lg);
  box-shadow:var(--hvn-realty-shadow-lg); overflow:visible; opacity:0;
  transform:translate(-50%, calc(-100% - 22px)) scale(0.92); transform-origin:bottom center;
  pointer-events:none; transition:opacity .28s var(--hvn-realty-ease), transform .28s var(--hvn-realty-ease);
}
body.hvn-theme-home .hvn-realty-map-tooltip.hvn-realty-is-visible{ opacity:1; transform:translate(-50%, calc(-100% - 22px)) scale(1); pointer-events:auto; }
body.hvn-theme-home .hvn-realty-map-tooltip::after{
  content:''; position:absolute; left:50%; bottom:-9px; transform:translateX(-50%); width:18px; height:18px;
  background:var(--hvn-realty-white); clip-path:polygon(0 0,100% 0,50% 100%);
}
body.hvn-theme-home .hvn-realty-map-tooltip.hvn-realty-map-tooltip--below{ transform:translate(-50%, 22px) scale(0.92); transform-origin:top center; }
body.hvn-theme-home .hvn-realty-map-tooltip.hvn-realty-map-tooltip--below.hvn-realty-is-visible{ transform:translate(-50%, 22px) scale(1); }
body.hvn-theme-home .hvn-realty-map-tooltip.hvn-realty-map-tooltip--below::after{ display:none; }
body.hvn-theme-home .hvn-realty-map-tooltip.hvn-realty-map-tooltip--below::before{
  content:''; position:absolute; left:50%; top:-9px; transform:translateX(-50%); width:18px; height:18px;
  background:var(--hvn-realty-white); clip-path:polygon(0 100%,100% 100%,50% 0);
}
body.hvn-theme-home .hvn-realty-map-tooltip.hvn-realty-map-tooltip--centered{
  transform:translate(-50%, -50%) scale(0.92); transform-origin:center center;
}
body.hvn-theme-home .hvn-realty-map-tooltip.hvn-realty-map-tooltip--centered.hvn-realty-is-visible{
  transform:translate(-50%, -50%) scale(1);
}
body.hvn-theme-home .hvn-realty-map-tooltip.hvn-realty-map-tooltip--centered::after,
body.hvn-theme-home .hvn-realty-map-tooltip.hvn-realty-map-tooltip--centered::before{ display:none; }
body.hvn-theme-home .hvn-theme-home-main button.hvn-realty-map-tooltip-close,
body.hvn-theme-home button.hvn-realty-map-tooltip-close{
  position:absolute; top:-10px; right:-10px; z-index:6;
  width:40px; height:40px; min-width:40px; min-height:40px; border-radius:50%;
  background:#fff !important; color:var(--hvn-realty-forest-900);
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 8px 20px rgba(15,36,29,0.22), 0 0 0 1px rgba(15,36,29,0.06);
  transition:background .25s, color .25s, transform .25s;
}
body.hvn-theme-home .hvn-theme-home-main button.hvn-realty-map-tooltip-close:hover,
body.hvn-theme-home button.hvn-realty-map-tooltip-close:hover{
  background:var(--hvn-realty-forest-900) !important; color:var(--hvn-realty-white); transform:scale(1.05);
}
body.hvn-theme-home .hvn-realty-map-tooltip-close svg{ width:16px; height:16px; }
body.hvn-theme-home .hvn-realty-map-tooltip-media{
  position:relative; z-index:1; aspect-ratio:4/2.5; overflow:hidden;
  border-radius:var(--hvn-realty-radius-lg) var(--hvn-realty-radius-lg) 0 0;
}
body.hvn-theme-home .hvn-realty-map-tooltip-media img{ width:100%; height:100%; object-fit:cover; }
body.hvn-theme-home .hvn-realty-map-tooltip-media::after{
  content:''; position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(180deg, transparent 35%, rgba(15,36,29,0.88) 100%);
}
body.hvn-theme-home .hvn-realty-map-tooltip-media-meta{
  position:absolute; left:14px; right:14px; bottom:12px; z-index:2;
}
body.hvn-theme-home .hvn-realty-map-tooltip-price{
  display:inline-block; margin-bottom:6px;
  background:rgba(15,36,29,0.86); color:var(--hvn-realty-white);
  padding:5px 10px; border-radius:10px; font-family:'Fraunces',serif; font-style:italic; font-weight:700; font-size:14px;
}
body.hvn-theme-home .hvn-realty-map-tooltip-media-meta h3,
body.hvn-theme-home #hvnRealtyMapTooltipTitle{
  margin:0; font-size:16px; font-weight:700; line-height:1.3;
  color:#fff !important;
  text-shadow:0 1px 10px rgba(15,36,29,0.55);
}
body.hvn-theme-home .hvn-theme-home-main .hvn-realty-map-tooltip-media button.hvn-realty-fav-btn,
body.hvn-theme-home .hvn-realty-map-tooltip-media button.hvn-realty-fav-btn{
  position:absolute; top:10px; left:10px; right:auto; z-index:3;
  width:42px; height:42px; min-width:42px; min-height:42px;
  background:#fff !important;
  box-shadow:0 8px 20px rgba(15,36,29,0.22), 0 0 0 1px rgba(15,36,29,0.06);
}
body.hvn-theme-home .hvn-realty-map-tooltip-media .hvn-realty-fav-btn svg{ width:18px; height:18px; color:var(--hvn-realty-forest-800); }
body.hvn-theme-home .hvn-realty-map-tooltip-body{ position:relative; z-index:1; padding:14px 16px 16px; overflow:hidden; border-radius:0 0 var(--hvn-realty-radius-lg) var(--hvn-realty-radius-lg); }
body.hvn-theme-home .hvn-realty-map-tooltip-address{ font-size:12px; color:var(--hvn-realty-ink-500); font-weight:600; margin:0 0 10px; }
body.hvn-theme-home .hvn-realty-map-tooltip-meta{ display:flex; gap:12px; padding-top:10px; margin-bottom:12px; border-top:1px solid var(--hvn-realty-line); flex-wrap:wrap; }
body.hvn-theme-home .hvn-realty-map-tooltip-meta span{ font-size:12px; color:var(--hvn-realty-ink-700); font-weight:600; display:flex; align-items:center; gap:5px; }
body.hvn-theme-home .hvn-realty-map-tooltip-meta svg{ width:13px; height:13px; color:var(--hvn-realty-forest-700); flex-shrink:0; }
body.hvn-theme-home .hvn-realty-map-tooltip-cta{ width:100%; padding:11px; font-size:13px; }
/* Beat .hvn-theme-home-main a{color:inherit} so CTA text stays cream on forest */
body.hvn-theme-home .hvn-theme-home-main a.hvn-realty-map-tooltip-cta.hvn-realty-btn-forest,
body.hvn-theme-home a.hvn-realty-map-tooltip-cta.hvn-realty-btn-forest{
  color:var(--hvn-realty-cream-100) !important;
}
body.hvn-theme-home .hvn-theme-home-main a.hvn-realty-map-tooltip-cta.hvn-realty-btn-forest:hover,
body.hvn-theme-home a.hvn-realty-map-tooltip-cta.hvn-realty-btn-forest:hover{
  color:var(--hvn-realty-cream-100) !important;
}

@media(max-width:980px){
  body.hvn-theme-home .hvn-realty-map-stage{ height:520px; }
}
@media(max-width:768px){
  body.hvn-theme-home .hvn-realty-map-stage{ height:460px; margin-top:26px; }
  body.hvn-theme-home .hvn-realty-map-tooltip{ width:min(calc(100vw - 24px), 280px); max-width:calc(100vw - 24px); }
  body.hvn-theme-home .hvn-realty-map-canvas .leaflet-control-zoom{ margin:0 12px 12px 0 !important; }
}
@media(max-width:480px){
  body.hvn-theme-home .hvn-realty-map-stage{ height:400px; }
  body.hvn-theme-home .hvn-realty-map-canvas .leaflet-control-zoom a{ width:40px !important; height:40px !important; line-height:40px !important; }
}

/* ============ WHY CHOOSE US ============ */
body.hvn-theme-home .hvn-realty-why-section{ background:var(--hvn-realty-forest-900); color:var(--hvn-realty-white); border-radius:36px; margin:0 40px; padding:64px 0; }
@media(max-width:768px){ body.hvn-theme-home .hvn-realty-why-section{ margin:0 16px; border-radius:24px; padding:46px 0; } }
body.hvn-theme-home .hvn-realty-why-section .hvn-realty-section-head h2, body.hvn-theme-home .hvn-realty-why-section .hvn-realty-section-head p{ color:var(--hvn-realty-white); }
body.hvn-theme-home .hvn-realty-why-section .hvn-realty-section-head p{ color:rgba(255,255,255,0.68); }
body.hvn-theme-home .hvn-realty-why-section .hvn-realty-eyebrow{ color:var(--hvn-realty-gold-500); }
body.hvn-theme-home .hvn-realty-why-section .hvn-realty-eyebrow .hvn-realty-eyebrow-rule{ background:rgba(255,255,255,0.2); }
body.hvn-theme-home .hvn-realty-why-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:1px; margin-top:38px; background:rgba(255,255,255,0.12); border-radius:20px; overflow:hidden; }
@media(max-width:980px){ body.hvn-theme-home .hvn-realty-why-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:560px){ body.hvn-theme-home .hvn-realty-why-grid{ grid-template-columns:1fr; } }
body.hvn-theme-home .hvn-realty-why-card{ background:var(--hvn-realty-forest-900); padding:38px 30px; transition:background .3s; }
body.hvn-theme-home .hvn-realty-why-card:hover{ background:var(--hvn-realty-forest-800); }
body.hvn-theme-home .hvn-realty-why-card .hvn-realty-why-card-num{ font-family:'Fraunces',serif; font-style:italic; font-size:36px; color:var(--hvn-realty-gold-500); font-weight:600; }
body.hvn-theme-home .hvn-realty-why-card h3,
body.hvn-theme-home .hvn-realty-why-card h4{ font-size:17px; font-weight:700; margin:14px 0 10px; color:var(--hvn-realty-white); }
body.hvn-theme-home .hvn-realty-why-card p{ font-size:14px; color:rgba(255,255,255,0.62); line-height:1.6; }

/* ============ COLLECTIONS ============ */
body.hvn-theme-home .hvn-realty-collections{ display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:24px; margin-top:36px; }
@media(max-width:900px){ body.hvn-theme-home .hvn-realty-collections{ grid-template-columns:1fr; } }
body.hvn-theme-home .hvn-realty-coll-card{ position:relative; border-radius:var(--hvn-realty-radius-lg); overflow:hidden; min-height:420px; box-shadow:var(--hvn-realty-shadow-sm); transition:transform .4s var(--hvn-realty-ease);}
body.hvn-theme-home .hvn-realty-coll-card:hover{ transform:translateY(-6px); box-shadow:var(--hvn-realty-shadow-lg);}
body.hvn-theme-home .hvn-realty-coll-card img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transition:transform .8s var(--hvn-realty-ease);}
body.hvn-theme-home .hvn-realty-coll-card:hover img{ transform:scale(1.08); }
body.hvn-theme-home .hvn-realty-coll-card::after{ content:''; position:absolute; inset:0; background:linear-gradient(0deg, rgba(15,36,29,0.9), rgba(15,36,29,0.05) 55%);}
body.hvn-theme-home .hvn-realty-coll-inner{ position:absolute; left:28px; right:28px; bottom:28px; z-index:2; color:var(--hvn-realty-white);}
body.hvn-theme-home .hvn-realty-coll-tag{ font-size:12px; text-transform:uppercase; letter-spacing:.1em; font-weight:700; color:var(--hvn-realty-gold-500); margin-bottom:10px; display:block;}
body.hvn-theme-home .hvn-realty-coll-inner h3{ font-size:25px; font-weight:700; margin-bottom:10px; color:var(--hvn-realty-white); }
body.hvn-theme-home .hvn-realty-coll-inner p{ font-size:14px; color:rgba(255,255,255,0.72); margin-bottom:18px; max-width:280px; }

/* ============ AGENTS ============ */
body.hvn-theme-home .hvn-realty-agent-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; margin-top:36px; }
@media(max-width:980px){ body.hvn-theme-home .hvn-realty-agent-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:560px){ body.hvn-theme-home .hvn-realty-agent-grid{ grid-template-columns:1fr; } }
body.hvn-theme-home .hvn-realty-agent-card{ background:var(--hvn-realty-white); border-radius:var(--hvn-realty-radius-lg); overflow:hidden; box-shadow:var(--hvn-realty-shadow-sm); transition:transform .4s var(--hvn-realty-ease), box-shadow .4s var(--hvn-realty-ease); border:1px solid var(--hvn-realty-line);}
body.hvn-theme-home .hvn-realty-agent-card:hover{ transform:translateY(-8px); box-shadow:var(--hvn-realty-shadow-lg); }
body.hvn-theme-home .hvn-realty-agent-photo{ aspect-ratio:3/3.4; overflow:hidden; position:relative; }
body.hvn-theme-home .hvn-realty-agent-photo img{ width:100%; height:100%; object-fit:cover; transition:transform .6s var(--hvn-realty-ease); }
body.hvn-theme-home .hvn-realty-agent-card:hover .hvn-realty-agent-photo img{ transform:scale(1.06); }
body.hvn-theme-home .hvn-realty-agent-social{ position:absolute; bottom:14px; left:14px; display:flex; gap:8px; }
body.hvn-theme-home .hvn-realty-agent-social a{ width:32px; height:32px; border-radius:50%; background:rgba(255,255,255,0.92); display:flex; align-items:center; justify-content:center; transition:all .3s; }
body.hvn-theme-home .hvn-realty-agent-social a:hover{ background:var(--hvn-realty-gold-500); }
body.hvn-theme-home .hvn-realty-agent-social svg{ width:14px; height:14px; color:var(--hvn-realty-forest-800); }
body.hvn-theme-home .hvn-realty-agent-info{ padding:22px 22px 26px; }
body.hvn-theme-home .hvn-realty-agent-info h3,
body.hvn-theme-home .hvn-realty-agent-info h4{ font-size:17.5px; font-weight:700; color:var(--hvn-realty-forest-900); }
body.hvn-theme-home .hvn-realty-agent-info .hvn-realty-agent-role{ font-size:13px; color:var(--hvn-realty-gold-600); font-weight:700; margin-top:3px; }
body.hvn-theme-home .hvn-realty-agent-stats{ display:flex; gap:18px; margin-top:16px; padding-top:16px; border-top:1px solid var(--hvn-realty-line); }
body.hvn-theme-home .hvn-realty-agent-stats div b{ display:block; font-size:16px; font-weight:800; color:var(--hvn-realty-forest-900); }
body.hvn-theme-home .hvn-realty-agent-stats div span{ font-size:11.5px; color:var(--hvn-realty-ink-500); text-transform:uppercase; letter-spacing:.05em; }

/* ============ TESTIMONIALS ============ */
body.hvn-theme-home .hvn-realty-testi-wrap{
  position:relative; margin-top:36px;
  overflow:hidden; width:100%; max-width:100%;
}
body.hvn-theme-home .hvn-realty-testi-track{
  display:flex; gap:26px;
  transition:transform .6s var(--hvn-realty-ease);
  will-change:transform;
}
/* One card = one flex unit. Mobile: full width. Desktop: three across. */
body.hvn-theme-home .hvn-realty-testi-slide{
  flex:0 0 100%;
  width:100%;
  min-width:0;
  max-width:100%;
  box-sizing:border-box;
}
@media(min-width:981px){
  body.hvn-theme-home .hvn-realty-testi-slide{
    flex:0 0 calc((100% - 52px) / 3);
    width:auto;
    max-width:none;
  }
}
body.hvn-theme-home .hvn-realty-testi-card{ background:var(--hvn-realty-white); border-radius:var(--hvn-realty-radius-lg); padding:32px; border:1px solid var(--hvn-realty-line); box-shadow:var(--hvn-realty-shadow-sm); display:flex; flex-direction:column; height:100%; box-sizing:border-box; }
body.hvn-theme-home .hvn-realty-stars{ display:flex; gap:3px; margin-bottom:18px; }
body.hvn-theme-home .hvn-realty-stars svg{ width:15px; height:15px; color:var(--hvn-realty-gold-500); }
body.hvn-theme-home .hvn-realty-testi-card p.hvn-realty-testi-quote{ font-size:15.5px; line-height:1.7; color:var(--hvn-realty-ink-700); flex:1; }
body.hvn-theme-home .hvn-realty-testi-who{ display:flex; align-items:center; gap:12px; margin-top:22px; padding-top:20px; border-top:1px solid var(--hvn-realty-line); }
body.hvn-theme-home .hvn-realty-testi-who img{ width:44px; height:44px; border-radius:50%; object-fit:cover; }
body.hvn-theme-home .hvn-realty-testi-who h3{ font-size:14.5px; font-weight:700; color:var(--hvn-realty-forest-900); margin:0; }
body.hvn-theme-home .hvn-realty-testi-who span{ font-size:12.5px; color:var(--hvn-realty-ink-500); }
body.hvn-theme-home .hvn-realty-testi-nav{ display:flex; gap:12px; justify-content:center; margin-top:38px; }
body.hvn-theme-home .hvn-realty-testi-nav button{ width:46px; height:46px; border-radius:50%; border:1.5px solid var(--hvn-realty-line); display:flex; align-items:center; justify-content:center; transition:all .3s; }
body.hvn-theme-home .hvn-realty-testi-nav button:hover{ background:var(--hvn-realty-forest-800); border-color:var(--hvn-realty-forest-800); color:var(--hvn-realty-white); }
body.hvn-theme-home .hvn-realty-testi-nav svg{ width:17px; height:17px; }

/* ============ BLOG ============ */
body.hvn-theme-home .hvn-realty-blog-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:26px; margin-top:36px; }
@media(max-width:980px){ body.hvn-theme-home .hvn-realty-blog-grid{ grid-template-columns:1fr; } }
body.hvn-theme-home .hvn-realty-blog-card{ background:var(--hvn-realty-white); border-radius:var(--hvn-realty-radius-lg); overflow:hidden; box-shadow:var(--hvn-realty-shadow-sm); transition:transform .4s var(--hvn-realty-ease), box-shadow .4s var(--hvn-realty-ease); border:1px solid var(--hvn-realty-line); }
body.hvn-theme-home .hvn-realty-blog-card:hover{ transform:translateY(-8px); box-shadow:var(--hvn-realty-shadow-lg); }
body.hvn-theme-home .hvn-realty-blog-media{ aspect-ratio:16/10.5; overflow:hidden; position:relative; }
body.hvn-theme-home .hvn-realty-blog-media img{ width:100%; height:100%; object-fit:cover; transition:transform .7s var(--hvn-realty-ease); }
body.hvn-theme-home .hvn-realty-blog-card:hover .hvn-realty-blog-media img{ transform:scale(1.08); }
body.hvn-theme-home .hvn-realty-blog-cat{ position:absolute; top:16px; left:16px; background:rgba(255,255,255,0.92); padding:6px 14px; border-radius:100px; font-size:11.5px; font-weight:800; text-transform:uppercase; letter-spacing:.05em; color:var(--hvn-realty-forest-800); }
body.hvn-theme-home .hvn-realty-blog-body{ padding:26px 24px 28px; }
body.hvn-theme-home .hvn-realty-blog-meta{ display:flex; gap:14px; font-size:12.5px; color:var(--hvn-realty-ink-500); font-weight:600; margin-bottom:12px; }
body.hvn-theme-home .hvn-realty-blog-body h3{ font-size:18.5px; font-weight:700; line-height:1.35; color:var(--hvn-realty-forest-900); margin-bottom:12px; }
body.hvn-theme-home .hvn-realty-blog-body p{ font-size:14px; color:var(--hvn-realty-ink-700); line-height:1.6; margin-bottom:18px; }

/* ============ CTA ============ */
body.hvn-theme-home .hvn-realty-cta-band{
  position:relative; border-radius:36px; margin:0 40px; overflow:hidden; padding:68px 60px;
  text-align:center;
}
@media(max-width:768px){ body.hvn-theme-home .hvn-realty-cta-band{ margin:0 16px; border-radius:24px; padding:48px 22px; } }
body.hvn-theme-home .hvn-realty-cta-band .hvn-realty-cta-band-bg{
  position:absolute; inset:0;
  background-color:var(--hvn-realty-forest-900);
  background-position:center; background-size:cover; background-repeat:no-repeat;
}
body.hvn-theme-home .hvn-realty-cta-band .hvn-realty-cta-band-bg::after{ content:''; position:absolute; inset:0; background:linear-gradient(155deg, rgba(15,36,29,0.94), rgba(27,58,47,0.86)); }
body.hvn-theme-home .hvn-realty-cta-inner{ position:relative; z-index:2; color:var(--hvn-realty-white); max-width:640px; margin:0 auto; }
body.hvn-theme-home .hvn-realty-cta-inner h2{ font-size:clamp(30px,4vw,46px); font-weight:700; line-height:1.15; color:var(--hvn-realty-white); }
body.hvn-theme-home .hvn-realty-cta-inner p{ margin:18px 0 34px; font-size:16.5px; color:rgba(255,255,255,0.76); }
body.hvn-theme-home .hvn-realty-cta-btns{ display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }

/* ============ FOOTER ============ */
/* SKIPPED — theme owns header/footer
footer{ padding-top:60px; }
.hvn-realty-footer-top{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr 1.2fr; gap:40px; padding-bottom:64px; border-bottom:1px solid var(--hvn-realty-line); }
@media(max-width:980px){ .hvn-realty-footer-top{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:560px){ .hvn-realty-footer-top{ grid-template-columns:1fr; } }
.hvn-realty-footer-brand p{ font-size:14.5px; color:var(--hvn-realty-ink-700); line-height:1.7; margin:18px 0 22px; max-width:280px; }
.hvn-realty-footer-social{ display:flex; gap:10px; }
.hvn-realty-footer-social a{ width:38px; height:38px; border-radius:50%; background:var(--hvn-realty-cream-200); display:flex; align-items:center; justify-content:center; transition:all .3s; }
.hvn-realty-footer-social a:hover{ background:var(--hvn-realty-forest-800); color:var(--hvn-realty-white); }
.hvn-realty-footer-social svg{ width:16px; height:16px; color:var(--hvn-realty-forest-800); }
.hvn-realty-footer-social a:hover svg{ color:var(--hvn-realty-white); }
.hvn-realty-fcol h5{ font-size:13.5px; text-transform:uppercase; letter-spacing:.08em; font-weight:800; color:var(--hvn-realty-forest-900); margin-bottom:20px; }
.hvn-realty-fcol ul li{ margin-bottom:13px; }
.hvn-realty-fcol ul a{ font-size:14.5px; color:var(--hvn-realty-ink-700); transition:color .25s; }
.hvn-realty-fcol ul a:hover{ color:var(--hvn-realty-forest-800); }
.hvn-realty-newsletter-box{ background:var(--hvn-realty-white); border:1px solid var(--hvn-realty-line); border-radius:16px; padding:22px; }
.hvn-realty-newsletter-box p{ font-size:13.5px; color:var(--hvn-realty-ink-700); margin-bottom:14px; }
.hvn-realty-nform{ display:flex; gap:8px; }
.hvn-realty-nform input{ flex:1; border:1px solid var(--hvn-realty-line); border-radius:10px; padding:12px 14px; font-family:inherit; font-size:13.5px; }
.hvn-realty-nform input:focus{ outline:2px solid var(--hvn-realty-forest-700); outline-offset:1px; }
.hvn-realty-nform button{ width:44px; border-radius:10px; background:var(--hvn-realty-forest-800); color:var(--hvn-realty-white); display:flex; align-items:center; justify-content:center; transition:background .3s; }
.hvn-realty-nform button:hover{ background:var(--hvn-realty-forest-700); }
.hvn-realty-nform button svg{ width:16px; height:16px; }
.hvn-realty-footer-bottom{ display:flex; justify-content:space-between; align-items:center; padding:30px 0 40px; font-size:13px; color:var(--hvn-realty-ink-500); flex-wrap:wrap; gap:12px; }
.hvn-realty-footer-bottom .hvn-realty-flinks{ display:flex; gap:24px; }
*/

/* Focus visibility */
body.hvn-theme-home a:focus-visible, body.hvn-theme-home button:focus-visible, body.hvn-theme-home input:focus-visible, body.hvn-theme-home select:focus-visible{
  outline:2.5px solid var(--hvn-realty-gold-600); outline-offset:2px; border-radius:6px;
}

@media (prefers-reduced-motion: reduce){
  body.hvn-theme-home *{ animation:none !important; transition:none !important; }
}

/* Theme main content padding reset for homepage */
body.hvn-theme-home .hvn-theme-home-main { margin:0; padding:0; }
body.hvn-theme-home .hvn-theme-content { margin:0; padding:0; }

/* Search Builder fields → console field chrome */
body.hvn-theme-home .hvn-realty-console-fields .hvn-theme-home-search__field{
  padding:8px 22px; border-right:1px solid var(--hvn-realty-line);
}
body.hvn-theme-home .hvn-realty-console-fields .hvn-theme-home-search__field:last-of-type{ border-right:none; }
body.hvn-theme-home .hvn-realty-console-fields .hvn-theme-home-search__field label{
  display:flex; align-items:center; gap:6px; font-size:11.5px; font-weight:700;
  text-transform:uppercase; letter-spacing:.07em; color:var(--hvn-realty-ink-500); margin-bottom:8px;
}
body.hvn-theme-home .hvn-realty-console-fields .hvn-theme-home-search__field select,
body.hvn-theme-home .hvn-realty-console-fields .hvn-theme-home-search__field input[type="text"],
body.hvn-theme-home .hvn-realty-console-fields .hvn-theme-home-search__field input[type="search"],
body.hvn-theme-home .hvn-realty-console-fields .hvn-theme-home-search__field input[type="number"]{
  width:100%; border:none; background:transparent; font-family:inherit; font-size:16px;
  font-weight:700; color:var(--hvn-realty-forest-900); appearance:none; -webkit-appearance:none;
}
body.hvn-theme-home .hvn-realty-console-fields .hvn-theme-home-search__field select:focus,
body.hvn-theme-home .hvn-realty-console-fields .hvn-theme-home-search__field input:focus{ outline:none; }
body.hvn-theme-home .hvn-realty-adv-inner .hvn-theme-home-search__field{
  padding:0; border:none; min-width:140px;
}
body.hvn-theme-home .hvn-realty-adv-panel[hidden]{
  display:block !important; max-height:0; overflow:hidden; visibility:hidden;
}
body.hvn-theme-home .hvn-realty-adv-panel.hvn-realty-is-expanded{
  max-height:280px; visibility:visible;
}

@media(max-width:980px){
  body.hvn-theme-home .hvn-realty-console-fields .hvn-theme-home-search__field{
    border-right:none; border-bottom:1px solid var(--hvn-realty-line);
  }
}

/* Ensure prop title links inherit card typography */
body.hvn-theme-home h3.hvn-realty-prop-title{ display:block; }
body.hvn-theme-home a.hvn-realty-prop-title{ display:block; }

/* White heading ink overrides — beat polish.css / theme heading color on overlays */
body.hvn-theme-home .hvn-realty-hero h1{ color:var(--hvn-realty-white) !important; }
body.hvn-theme-home .hvn-realty-hero .hvn-realty-accent-serif{ color:var(--hvn-realty-gold-500) !important; }
body.hvn-theme-home .hvn-realty-type-inner h3{ color:var(--hvn-realty-white) !important; }
body.hvn-theme-home .hvn-realty-loc-inner h4,
body.hvn-theme-home .hvn-realty-loc-inner h3{ color:var(--hvn-realty-white) !important; }
body.hvn-theme-home .hvn-realty-coll-inner h3{ color:var(--hvn-realty-white) !important; }
body.hvn-theme-home .hvn-realty-why-section .hvn-realty-section-head h2,
body.hvn-theme-home .hvn-realty-why-card h3,
body.hvn-theme-home .hvn-realty-why-card h4{ color:var(--hvn-realty-white) !important; }
body.hvn-theme-home .hvn-realty-cta-inner h2{ color:var(--hvn-realty-white) !important; }
body.hvn-theme-home .hvn-realty-map-tooltip-media-meta h3,
body.hvn-theme-home #hvnRealtyMapTooltipTitle{ color:#fff !important; }

/* Blog card as article with inner link */
body.hvn-theme-home .hvn-realty-blog-card > a{ display:block; color:inherit; text-decoration:none; }

/* Status badge variants */
body.hvn-theme-home .hvn-realty-prop-badge.hvn-realty-badge-sold{ background:rgba(120,40,40,0.92); }
body.hvn-theme-home .hvn-realty-prop-badge.hvn-realty-badge-pending{ background:rgba(140,100,30,0.92); }
body.hvn-theme-home .hvn-realty-prop-badge.hvn-realty-badge-rent{ background:rgba(40,80,120,0.92); }

/* Small-screen QA — no horizontal scroll, touch targets, map/tooltip */
@media(max-width:576px){
  body.hvn-theme-home .hvn-realty-hero{ min-height:auto; padding-top:120px; padding-bottom:96px; }
  body.hvn-theme-home .hvn-realty-hero h1{ font-size:clamp(32px, 10vw, 48px); }
  body.hvn-theme-home .hvn-realty-hero p.hvn-realty-hero-sub{ font-size:16px; margin-top:18px; }
  body.hvn-theme-home .hvn-realty-hero-stats{ gap:22px; margin-top:28px; }
  body.hvn-theme-home .hvn-realty-hero-stats .hvn-realty-hero-stat b{ font-size:24px; }
  body.hvn-theme-home .hvn-realty-search-console{ margin-top:-72px; }
  body.hvn-theme-home .hvn-realty-console-card{ border-radius:20px; padding:10px 10px 18px; }
  body.hvn-theme-home .hvn-realty-console-tabs{ flex-wrap:wrap; }
  body.hvn-theme-home .hvn-realty-console-tabs button{ padding:10px 14px; font-size:13.5px; min-height:44px; }
  body.hvn-theme-home .hvn-realty-chip-row{ gap:8px; }
  body.hvn-theme-home .hvn-realty-chip{ min-height:40px; }
  body.hvn-theme-home .hvn-realty-why-section{ margin:0 12px; border-radius:20px; padding:36px 0; }
  body.hvn-theme-home .hvn-realty-cta-band{ margin:0 12px; border-radius:20px; padding:40px 18px; }
  body.hvn-theme-home .hvn-realty-coll-card{ min-height:360px; }
  body.hvn-theme-home .hvn-realty-map-tooltip{ width:min(calc(100vw - 20px), 268px); }
}
@media(max-width:375px){
  body.hvn-theme-home .hvn-realty-wrap{ padding:0 16px; }
  body.hvn-theme-home .hvn-realty-hero{ padding-top:108px; padding-bottom:84px; }
  body.hvn-theme-home .hvn-realty-prop-meta{ gap:10px; }
  body.hvn-theme-home .hvn-realty-map-stage{ height:360px; }
  body.hvn-theme-home .hvn-theme-home-process .hvn-theme-home-container{ padding:0 16px; }
}
@media(max-width:320px){
  body.hvn-theme-home{ overflow-x:hidden; }
  body.hvn-theme-home .hvn-realty-wrap{ padding:0 12px; }
  body.hvn-theme-home .hvn-realty-hero h1{ font-size:28px; }
  body.hvn-theme-home .hvn-realty-cta-btns{ flex-direction:column; align-items:stretch; }
  body.hvn-theme-home .hvn-realty-cta-btns .hvn-realty-btn{ width:100%; justify-content:center; }
}

/* ============ PROCESS (BC from Homepage 2.2; not in 3.0 HTML) ============ */
body.hvn-theme-home .hvn-theme-home-process .hvn-theme-home-container{
  max-width:1280px; margin:0 auto; padding:0 40px;
}
@media(max-width:768px){
  body.hvn-theme-home .hvn-theme-home-process .hvn-theme-home-container{ padding:0 20px; }
}
body.hvn-theme-home .hvn-theme-home-process .hvn-theme-home-head{
  max-width:640px; margin:0 auto 40px; text-align:center;
}
body.hvn-theme-home .hvn-theme-home-process .hvn-theme-home-eyebrow{
  display:inline-flex; align-items:center; gap:10px; font-size:13px; letter-spacing:.14em;
  text-transform:uppercase; color:var(--hvn-realty-forest-700); font-weight:700; margin-bottom:16px;
}
body.hvn-theme-home .hvn-theme-home-process h2{
  font-size:clamp(28px,3.4vw,42px); line-height:1.15; font-weight:700;
  color:var(--hvn-realty-forest-900); margin:0;
}
body.hvn-theme-home .hvn-theme-home-process .hvn-theme-home-head p{
  margin-top:14px; font-size:16.5px; color:var(--hvn-realty-ink-700); line-height:1.6;
}
body.hvn-theme-home .hvn-theme-home-process__grid{
  list-style:none; margin:0; padding:0; display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr)); gap:18px;
}
body.hvn-theme-home .hvn-theme-home-process__card{
  display:block; height:100%; padding:28px 24px; border-radius:var(--hvn-realty-radius-lg);
  background:var(--hvn-realty-white); border:1px solid var(--hvn-realty-line); color:inherit;
  text-decoration:none; transition:transform .4s var(--hvn-realty-ease), box-shadow .4s var(--hvn-realty-ease);
}
a.hvn-theme-home-process__card:hover,
a.hvn-theme-home-process__card:focus-visible{
  transform:translateY(-4px); box-shadow:var(--hvn-realty-shadow-md); outline:none;
}
body.hvn-theme-home .hvn-theme-home-process__num{
  display:inline-block; margin-bottom:18px; font-family:'Fraunces',serif;
  font-size:26px; font-weight:600; color:var(--hvn-realty-gold-500); line-height:1;
}
body.hvn-theme-home .hvn-theme-home-process__card h3{ font-size:18px; margin:0 0 10px; color:var(--hvn-realty-forest-900); }
body.hvn-theme-home .hvn-theme-home-process__card p{ margin:0; color:var(--hvn-realty-ink-700); font-size:14.5px; line-height:1.55; }
body.hvn-theme-home .hvn-theme-home-reveal{ opacity:0; transform:translateY(28px); transition:opacity .8s var(--hvn-realty-ease), transform .8s var(--hvn-realty-ease); }
body.hvn-theme-home .hvn-theme-home-reveal.hvn-theme-home-in-view,
body.hvn-theme-home .hvn-theme-home-reveal.hvn-realty-is-visible{ opacity:1; transform:none; }
@media(max-width:980px){
  body.hvn-theme-home .hvn-theme-home-process__grid{ grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media(max-width:560px){
  body.hvn-theme-home .hvn-theme-home-process__grid{ grid-template-columns:1fr; }
}
