/* HayHomes Project Core v2 */
.hhpc-wrap{width:min(1180px,calc(100% - 32px));margin:0 auto}.hhpc-eyebrow{font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;opacity:.72;margin-bottom:10px}.hhpc-section{padding:64px 0}.hhpc-section h2,.hhpc-block-head h2,.hhpc-cta h2{font-size:clamp(26px,3vw,40px);line-height:1.12;margin:0 0 18px;font-weight:800}.hhpc-prose{font-size:17px;line-height:1.8;max-width:900px}.hhpc-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.hhpc-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:10px;font-weight:800;text-decoration:none!important}.hhpc-btn--primary{background:#ffcb3d;color:#111!important}.hhpc-btn--ghost{background:#fff;color:#111!important;border:1px solid rgba(0,0,0,.16)}.hhpc-text-link{font-weight:800;text-decoration:none!important;color:inherit}
.hhpc-hero{position:relative;min-height:520px;display:flex;align-items:flex-end;background:#141414;background-image:var(--hhpc-bg);background-size:cover;background-position:center;color:#fff}.hhpc-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82),rgba(0,0,0,.18))}.hhpc-hero__inner{position:relative;padding:90px 0 70px}.hhpc-hero__content{max-width:760px}.hhpc-hero h1{font-size:clamp(40px,6vw,72px);line-height:1.02;margin:0 0 16px;color:#fff;font-weight:900}
.hhpc-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:24px}.hhpc-kpis div{background:rgba(255,255,255,.1);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.15);padding:14px;border-radius:12px;display:flex;flex-direction:column;gap:5px}.hhpc-kpis span{font-size:11px;opacity:.72;text-transform:uppercase;letter-spacing:.06em}.hhpc-kpis strong{font-size:18px}
.hhpc-project-nav{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #eee;overflow-x:auto}.admin-bar .hhpc-project-nav{top:32px}.hhpc-project-nav__inner{display:flex;gap:28px;white-space:nowrap}.hhpc-project-nav a{display:block;padding:16px 0;font-weight:700;color:#111;text-decoration:none}
.hhpc-filter{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-bottom:24px}.hhpc-filter select,.hhpc-filter input,.hhpc-filter button{min-height:44px;border:1px solid #ddd;border-radius:10px;padding:0 12px;background:#fff}.hhpc-filter button{background:#111;color:#fff;font-weight:800;cursor:pointer}
.hhpc-block-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}.hhpc-count{font-size:13px;font-weight:700;background:#f4f4f4;border-radius:999px;padding:8px 12px}.hhpc-inventory-grid{display:grid;grid-template-columns:repeat(var(--hhpc-cols),minmax(0,1fr));gap:22px}.hhpc-property-card,.hhpc-post-card,.hhpc-project-card{border:1px solid #ececec;border-radius:16px;background:#fff;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.hhpc-property-card:hover,.hhpc-post-card:hover,.hhpc-project-card:hover{transform:translateY(-3px);box-shadow:0 14px 36px rgba(0,0,0,.08)}
.hhpc-property-card__media,.hhpc-post-card__media,.hhpc-project-card__media{display:block;aspect-ratio:4/3;position:relative;background:#f4f4f4;overflow:hidden}.hhpc-property-card__media img,.hhpc-post-card__media img,.hhpc-project-card__media img{width:100%;height:100%;object-fit:cover}.hhpc-property-card__placeholder{height:100%;display:grid;place-items:center;font-weight:900}.hhpc-status{position:absolute;left:12px;top:12px;background:#fff;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:800;box-shadow:0 4px 16px rgba(0,0,0,.12)}
.hhpc-property-card__body,.hhpc-post-card__body,.hhpc-project-card__body{padding:18px}.hhpc-property-card__project{font-size:11px;text-transform:uppercase;letter-spacing:.08em;opacity:.62;font-weight:800}.hhpc-property-card h3,.hhpc-post-card h3,.hhpc-project-card h3{font-size:18px;line-height:1.35;margin:6px 0 10px}.hhpc-property-card h3 a,.hhpc-post-card h3 a,.hhpc-project-card h3 a{color:#111;text-decoration:none}.hhpc-property-card__meta{display:flex;gap:8px;flex-wrap:wrap;font-size:13px;opacity:.78}.hhpc-property-card__meta span:not(:last-child):after{content:"·";margin-left:8px}.hhpc-property-card__price{font-size:22px;font-weight:900;margin-top:14px}.hhpc-property-card__foot{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid #eee}.hhpc-property-card__foot small{font-size:11px;opacity:.62}
.hhpc-post-grid,.hhpc-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.hhpc-post-card__date{font-size:12px;opacity:.6}.hhpc-post-card p{font-size:14px;line-height:1.6;opacity:.75}.hhpc-project-card__body{display:flex;flex-direction:column;gap:10px}
.hhpc-cta{padding:54px 0;background:#111;color:#fff}.hhpc-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.hhpc-cta h2{color:#fff;margin-bottom:10px}.hhpc-inventory-hero,.hhpc-archive-hero{padding:64px 0 38px;background:#fafafa;border-bottom:1px solid #eee}.hhpc-inventory-hero h1,.hhpc-archive-hero h1{font-size:clamp(36px,5vw,58px);margin:8px 0 14px;line-height:1.05}.hhpc-backlink{display:inline-block;margin-bottom:24px;font-weight:700;color:#111;text-decoration:none}.hhpc-empty,.hhpc-notice{grid-column:1/-1;padding:26px;border:1px dashed #ccc;border-radius:14px;background:#fafafa}
@media(max-width:1024px){.hhpc-inventory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hhpc-post-grid,.hhpc-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hhpc-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.hhpc-filter{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:782px){.admin-bar .hhpc-project-nav{top:46px}}
@media(max-width:680px){.hhpc-wrap{width:min(100% - 24px,1180px)}.hhpc-section{padding:42px 0}.hhpc-hero{min-height:480px}.hhpc-hero__inner{padding-bottom:44px}.hhpc-hero h1{font-size:40px}.hhpc-inventory-grid,.hhpc-post-grid,.hhpc-project-grid,.hhpc-filter{grid-template-columns:1fr}.hhpc-cta__inner{align-items:flex-start;flex-direction:column}.hhpc-btn{flex:1}.hhpc-actions{width:100%}.hhpc-project-nav__inner{gap:20px}.hhpc-kpis{grid-template-columns:1fr 1fr}}
