    :root{--bg:#000;--panel:#121212;--border:#2a2a2a;--text:#f5f5f5;--muted:#bdbdbd;--gold:#D4AF37}
    *{box-sizing:border-box}
    html,body{margin:0;padding:0;max-width:100%;overflow-x:hidden}
    body{font-family:"Poppins",system-ui,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}
    a{text-decoration:none;color:inherit}

    .bg-video{position:fixed;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:-1;pointer-events:none}
@supports (height: 100svh){.bg-video{height:100svh;width:100%}}
@supports (height: 100dvh){.bg-video{height:100dvh;width:100%}}

    .navbar{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;  background: transparent !important; background-color: transparent !important; backdrop-filter:none;border-bottom:none}
    .navbar::before,.navbar::after{content:none;background:transparent}
    .navbar-left .logo{font-weight:800;letter-spacing:.3px}
    .navbar-right{display:flex;align-items:center;gap:14px}
    .navbar-link{padding:8px 10px;border-radius:8px;color:var(--text)}
    .navbar-link:hover{background:rgba(255,255,255,.06)}
    .btn-1{background:var(--gold);color:#0b0b0b;border:1px solid rgba(0,0,0,.2);padding:10px 14px;border-radius:10px;font-weight:800;cursor:pointer}
    .btn-1:hover{filter:brightness(1.05)}

    .nav-toggle{display:none}
    .hamburger{display:inline-flex;width:10vh;height:10vh;align-items:center;justify-content:center; border-radius:10px;cursor:pointer;background:transparent;margin-left:auto}
    .hamburger span{display:block;width:22px;height:2px;background:var(--gold);margin:3px 0}
    #navbar-menu{display:none;position:absolute;top:60px;right:20px;background:transparent;border:none;border-radius:12px;padding:12px;flex-direction:column;gap:10px;z-index:1100}
    .nav-toggle:checked ~ #navbar-menu{display:flex}

    .hero-section{height:auto; margin:0; margin-top:-60px}
    .carousel{position:relative;width:100%;height:110vh;overflow:hidden}
    .carousel-slide{position:absolute;inset:0;opacity:0;transition:opacity .6s ease}
    .carousel-slide.active{opacity:1}
    .carousel>video{width:100%;height:100%;object-fit:cover;object-position:center}
    .carousel > .video-mobile{display:none}
    .carousel > .video-desktop{display:block}
    /* Fade bottom of hero video */
    .hero-video{
      -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
      mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
    }
    .carousel::after{
      content:"";
      position:absolute;
      left:0; right:0; bottom:0;
      height:25vh;
      background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, var(--bg) 100%);
      pointer-events:none;
      z-index:1;
    }
    /* Hero videos: desktop default, mobile alternative (specific to avoid override) */
    .video-bg{position:absolute;inset:0;z-index:0}
    .video-bg video{width:100%;height:100%;object-fit:cover}
    .carousel-content{position:relative;z-index:1;max-width:1000px;margin:0 auto;padding:32px;color:#fff;display:flex;flex-direction:column;gap:8px}
    .carousel-title{font-size:clamp(24px,4vw,46px);margin:0;font-weight:800}
    .carousel-subtitle{font-size:clamp(14px,2.2vw,18px);max-width:760px;color:#eaeaea;margin:0 0 8px}
    .carousel-btn{display:inline-block;background:var(--gold);color:#0b0b0b;border:none;border-radius:10px;padding:10px 14px;font-weight:800;cursor:pointer}
    .carousel-dots{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);display:flex;gap:8px;z-index:2}
    .carousel-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.5);border:1px solid rgba(0,0,0,.3);cursor:pointer}
    .carousel-dot.active{background:#fff}
    .carousel-dot.active{background:#fff}

    .filters-section{padding:18px 16px}
    .filters-container{max-width:1200px;margin:0 auto;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:14px}
    .filters-title{margin:0 0 10px;font-size:1.3rem}
    .filters-form{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}
    .filter-group{display:flex;flex-direction:column;gap:6px}
    .filter-label{color:var(--muted);font-size:.95rem}
    .filter-select,.filter-input{min-width:200px;background:#0b0b0b;color:#fff;border:1px solid var(--border);border-radius:10px;padding:10px}

    .properties-section{padding:10px 16px 40px}
    .properties-container{max-width:1200px;margin:0 auto}
    .properties-title{margin:12px 0 14px}
    .properties-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
    .property-card{display:block;background:transparent;border:solid 1px var(--muted);border-radius:12px;overflow:hidden;transition:transform .2s ease, box-shadow .2s ease}
    .property-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.25)}
    .property-image{position:relative;width:100%;height:220px;background:#111 center/cover no-repeat}
    .property-badge{position:absolute;top:10px;left:10px;padding:6px 10px;border-radius:999px;background:rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:.85rem}
    .property-content{padding:12px; border-top:1px solid var(--muted)}
    .property-price{font-size:1.2rem;font-weight:800;margin-bottom:4px}
    .property-title{margin:4px 0}

    @media (max-width: 1024px){
    .properties-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
    .carousel{height:100svh}
    }
    @media (max-width: 700px){
  .navbar-right{gap:8px}
  .filters-form{flex-direction:column;align-items:stretch}
  .filter-select,.filter-input{min-width:unset;width:100%}
  .properties-grid{grid-template-columns:1fr}
  .carousel{height:100svh;width:100%}
  .carousel>video{height:auto}
  .navbar-left .logo img{height:5vh !important}
  .property-image{height:200px}
  .video-desktop{display:none}
  .video-mobile{display:block}
}

/* Prefer small viewport units on supported browsers to avoid URL bar jump */
@supports (height: 100svh){
  .carousel{height:100svh}
}
@supports (height: 110dvh){
  .carousel{height:110dvh}
}

    /* Footer */
    .site-footer{background:transparent; border-top:none; margin-top:30px}
    .footer-container{max-width:1200px; margin:0 auto; padding:20px}
    .footer-grid{display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px}
    .footer-brand{color:var(--gold); font-weight:800; margin:0 0 8px}
    .footer-text{color:var(--text); opacity:.9; margin:6px 0}
    .footer-heading{color:var(--gold); margin:0 0 8px}
    .footer-list{list-style:none; margin:0; padding:0}
    .footer-link{color:var(--text); text-decoration:none; opacity:.9}
    .footer-link:hover{color:#fff}
    .social-row{display:flex; gap:8px; margin:6px 0}
    .social-btn{display:inline-flex; align-items:center; justify-content:center; width:32px; height:32px; border-radius:8px; border:1px solid var(--gold); color:var(--gold)}
    .footer-map{width:100%; height:120px; margin-top:8px; border:none; border-radius:8px; overflow:hidden}
    .footer-bottom{border-top:none; margin-top:12px; padding-top:10px; text-align:center; color:var(--text); opacity:.9}

    @media (max-width:900px){
    .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:600px){
    .footer-grid{grid-template-columns:1fr}
    }
