	.hh-wrap,.hh-single-wrap{max-width:1280px;margin:0 auto;padding:28px}
	.hh-kicker{display:inline-block;font-size:.8rem;letter-spacing:.16em;text-transform:uppercase;color:#8d6b2f;font-weight:700;margin-bottom:10px}
	.hh-archive-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:stretch;margin-bottom:34px}
	.hh-archive-hero__copy{background:linear-gradient(135deg,#0f0f0f,#262626);color:#fff;border-radius:28px;padding:38px;box-shadow:0 18px 40px rgba(0,0,0,.12)}
	.hh-archive-hero__copy h1{margin:0 0 12px;font-size:2.4rem;line-height:1.05;color:#fff}
	.hh-archive-hero__copy p{margin:0;color:rgba(255,255,255,.85)}
	.hh-search-shell{background:#fff;border:1px solid #e9e9e9;border-radius:28px;padding:22px;box-shadow:0 18px 40px rgba(0,0,0,.05);color:#1a1a1a}
	.hh-search-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
	.hh-search-form select,.hh-search-form input,.hh-search-form button{padding:14px;border:1px solid #d9d9d9;border-radius:14px}
	.hh-search-form select,.hh-search-form input{color:#1a1a1a;background:#fff}
	.hh-search-form button,.hh-btn{background:#111;color:#fff;text-decoration:none;border:none;border-radius:14px;padding:14px 18px;display:inline-block;font-weight:600}
	.hh-prop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
	.hh-prop-card{background:#fff;border:1px solid #ececec;border-radius:24px;overflow:hidden;box-shadow:0 14px 30px rgba(0,0,0,.06);transition:transform .25s ease,box-shadow .25s ease}
	.hh-prop-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.10)}
	.hh-prop-thumb img{display:block;width:100%;height:280px;object-fit:cover}
	.hh-prop-card__body{padding:18px;color:#1a1a1a}
	.hh-card-topline{margin-bottom:10px}
	.hh-badge{display:inline-flex;padding:7px 12px;border-radius:999px;background:#111;color:#fff;font-size:.85rem;font-weight:600}
	.hh-badge--large{font-size:.95rem;padding:9px 14px}
	.hh-prop-card h3{margin:0 0 10px;font-size:1.2rem}
	.hh-prop-card h3 a{text-decoration:none;color:#111}
	.hh-price{font-size:1.22rem;font-weight:700;margin-bottom:10px;color:#111}
	.hh-meta{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px;color:#444}
	.hh-meta span{color:#444}
	.hh-single-header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:24px}
	.hh-single-header h1{color:#fff}
	.hh-header-side{display:flex;flex-direction:column;align-items:flex-end;gap:12px}
	.hh-single-price{font-size:1.8rem;font-weight:800;color:#fff}
	.hh-code{color:#5f5f5f}
	.hh-gallery{margin-bottom:26px}
	.hh-gallery-main{position:relative;border-radius:28px;overflow:hidden;background:#f4f4f4}
	.hh-gallery-slide{display:none}
	.hh-gallery-slide.is-active{display:block}
	.hh-gallery-slide img{display:block;width:100%;height:620px;object-fit:cover}
	.hh-gallery-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:none;border-radius:999px;background:rgba(17,17,17,.75);color:#fff;font-size:28px;line-height:1;cursor:pointer}
	.hh-gallery-prev{left:16px}
	.hh-gallery-next{right:16px}
	.hh-gallery-thumbs{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px}
	.hh-gallery-thumb{border:2px solid transparent;background:none;padding:0;cursor:pointer;border-radius:16px;overflow:hidden}
	.hh-gallery-thumb.is-active{border-color:#111}
	.hh-gallery-thumb img{display:block;width:100px;height:76px;object-fit:cover}
	.hh-content-card{background:#fff;border:1px solid #ececec;border-radius:28px;padding:26px;margin-bottom:22px;box-shadow:0 10px 30px rgba(0,0,0,.04);color:#1a1a1a}
	.hh-content-card h2,.hh-content-card h3,.hh-content-card p,.hh-content-card strong,.hh-content-card span,.hh-content-card div{color:inherit}
	.hh-card-dark{background:linear-gradient(135deg,#131313,#272727);color:#fff}
	.hh-card-dark h2,.hh-card-dark strong,.hh-card-dark span,.hh-card-dark div{color:#fff}
	.hh-card-dark .hh-overview-grid div{border-bottom:1px solid rgba(255,255,255,.12)}
	.hh-hero-card{display:grid;grid-template-columns:1.25fr .75fr;gap:24px}
	.hh-mini-overview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:18px}
	.hh-mini-overview div{background:#f2f2f2;border:1px solid #e2e2e2;border-radius:18px;padding:16px;text-align:center}
	.hh-mini-overview strong{display:block;font-size:1.45rem;font-weight:800;color:#111}
	.hh-mini-overview span{color:#555;font-size:1rem;font-weight:500}
	.hh-contact-card{padding:18px;border-radius:22px;background:#f4eadb;border:1px solid #dcc8a6;color:#1a1a1a}
	.hh-contact-card p{color:#444}
	.hh-two-cols{display:grid;grid-template-columns:1fr 1fr;gap:22px}
	.hh-overview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
	.hh-overview-grid div{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid #eee;padding-bottom:8px}
	.hh-chips{display:flex;flex-wrap:wrap;gap:10px}
	.hh-chip{background:#111;color:#fff;padding:10px 14px;border-radius:999px;font-size:.92rem;border:1px solid #111}
	.hh-map-embed iframe{width:100%;height:320px;border:0;border-radius:20px}
	.hh-floorplans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
	.hh-floorplan-card{border:1px solid #eee;border-radius:20px;padding:14px;background:#fff;color:#1a1a1a}
	.hh-floorplan-card img{width:100%;height:220px;object-fit:cover;border-radius:14px}
	.hh-video-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
	.hh-video-card{padding:18px;border:1px solid #eee;border-radius:22px;background:#fff;color:#1a1a1a}
	.hh-video-card h3{margin-top:0;color:#111}
	.hh-video-card iframe,.hh-video-card video,.hh-tour3d iframe{width:100%;min-height:360px;border:0;border-radius:18px}
	.hh-pagination{margin-top:24px}
	@media (max-width:980px){.hh-archive-hero,.hh-search-form,.hh-prop-grid,.hh-floorplans,.hh-two-cols,.hh-video-list,.hh-hero-card{grid-template-columns:1fr}.hh-single-header{flex-direction:column}.hh-header-side{align-items:flex-start}.hh-gallery-slide img{height:380px}}

	/* ===== V6.1 FIXES ===== */
	.hh-chip{
	background:#111;
	color:#fff;
	border:1px solid #111;
	padding:10px 16px;
	border-radius:30px;
	font-size:14px;
	font-weight:600;
	}

	.hh-content-card h2,
	.hh-content-card h3{
	color:#111;
	}

	.hh-mini-overview div{
	background:#f2f2f2;
	border:1px solid #e2e2e2;
	}

	.hh-mini-overview strong{
	color:#111;
	font-weight:800;
	}

	.hh-mini-overview span{
	color:#555;
	}
