
:root{--ink:#243228;--glass:rgba(21,30,25,.80);--accent:#e9d9b8}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:#fff;background:#1d261f}
body:before{content:"";position:fixed;inset:0;z-index:-2;background:url("../images/background.jpg") center/cover no-repeat}
body:after{content:"";position:fixed;inset:0;z-index:-1;background:rgba(0,0,0,.10)}
.site-header{position:fixed;z-index:30;left:0;right:0;top:0;display:flex;justify-content:space-between;align-items:center;padding:15px 5%;background:rgba(17,24,19,.56);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.14)}
.brand{color:#fff;text-decoration:none;font-weight:850}.main-nav a{color:#fff;text-decoration:none;margin-left:22px;font-size:14px;font-weight:650}
.hero{min-height:100vh;display:flex;align-items:center;padding:120px 7% 70px}.hero-content{max-width:780px;text-shadow:0 2px 14px rgba(0,0,0,.72)}.eyebrow{text-transform:uppercase;letter-spacing:3px;font-size:12px;font-weight:800;color:#eadcc1}.hero h1{font-size:clamp(48px,7vw,88px);line-height:.98;margin:15px 0}.hero p{font-size:20px;max-width:720px}
.section{max-width:1180px;margin:auto;padding:75px 5%}.panel{background:var(--glass);border:1px solid rgba(255,255,255,.16);border-radius:26px;padding:34px;backdrop-filter:blur(12px);box-shadow:0 25px 60px rgba(0,0,0,.25)}h2{font-size:clamp(34px,5vw,52px);line-height:1.08;margin:8px 0 18px}.welcome h3{font-size:25px;margin:30px 0 8px}.welcome p{font-size:17px;line-height:1.75}
.btn{display:inline-block;padding:13px 21px;border-radius:999px;text-decoration:none;font-weight:800;margin:8px 8px 0 0}.btn.primary{background:var(--accent);color:#243228}.btn.glass{color:#fff;border:1px solid rgba(255,255,255,.5);background:rgba(255,255,255,.1)}
.apartments-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.apartment-card{overflow:hidden;border-radius:24px;background:rgba(18,27,22,.82);border:1px solid rgba(255,255,255,.15)}.apartment-card img{width:100%;height:340px;display:block;object-fit:cover}.card-body{padding:24px}.tag{display:inline-block;padding:5px 10px;border-radius:999px;background:rgba(255,255,255,.12);font-size:12px;font-weight:800}.card-body h3{font-size:27px;margin:10px 0}.card-body p{color:#dbe1dc}
.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.gallery-item{margin:0;background:rgba(255,255,255,.08);padding:8px;border-radius:14px;border:1px solid rgba(255,255,255,.13);cursor:pointer}.gallery-item img{width:100%;height:240px;object-fit:contain;background:rgba(0,0,0,.16);border-radius:10px;display:block}.gallery-item figcaption{display:none}
.harmonia-booking{margin-top:20px;background:#f7f2e8;color:#263127;padding:25px;border-radius:20px;max-width:850px}.hb-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.harmonia-booking label{display:block;font-weight:700;margin-bottom:10px}.harmonia-booking input,.harmonia-booking select{width:100%;padding:11px;border:1px solid #d5d0c4;border-radius:10px;margin-top:6px}.hb-result{background:#29382f;color:#fff;padding:16px;border-radius:13px;margin:10px 0}.harmonia-booking button{width:100%;padding:14px;border:0;border-radius:30px;background:#26362c;color:#fff;font-weight:800}.hb-note{font-size:13px;color:#59635b}.pay-btn{display:inline-block;padding:12px 18px;border-radius:999px;background:#243a2d;color:#fff!important;text-decoration:none;font-weight:800}
.site-footer{padding:35px 5%;background:rgba(12,17,14,.86);display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
@media(max-width:900px){
  .site-header{padding:12px 18px}
  .main-nav{display:none}
  .brand{font-size:17px}
  .hero{min-height:92svh;padding:96px 18px 48px;align-items:flex-end}
  .hero-content{width:100%;max-width:100%}
  .hero h1{font-size:clamp(40px,12vw,64px);letter-spacing:-1.5px}
  .hero p{font-size:17px;line-height:1.55}
  .section{padding:48px 16px}
  .panel{padding:22px;border-radius:20px}
  .welcome p{font-size:16px;line-height:1.65}
  .apartments-grid{grid-template-columns:1fr;gap:16px}
  .apartment-card img{height:auto;aspect-ratio:4/3;object-fit:cover}
  .card-body{padding:20px}
  .card-body h3{font-size:23px}
  .gallery{grid-template-columns:1fr 1fr;gap:10px}
  .gallery-item{padding:6px}
  .gallery-item img{height:auto;aspect-ratio:4/3;object-fit:contain}
  .harmonia-booking{padding:18px;border-radius:18px;max-width:100%}
  .hb-row{grid-template-columns:1fr}
  .site-footer{padding:28px 18px;display:block}
  .site-footer>div+div{margin-top:14px}
}
@media(max-width:520px){
  .gallery{grid-template-columns:1fr}
  .hero{min-height:86svh}
  .hero h1{font-size:clamp(38px,13vw,56px)}
  .hero p{font-size:16px}
  .btn{display:block;width:100%;text-align:center;margin:10px 0 0}
  .panel{padding:18px}
  h2{font-size:32px}
  .eyebrow{font-size:11px;letter-spacing:2px}
}
.harmonia-booking input,
.harmonia-booking select,
.harmonia-booking button{font-size:16px;min-height:48px}
.harmonia-booking input[type="date"]{appearance:auto;-webkit-appearance:auto}
img{max-width:100%;height:auto}



@media(max-width:900px){
  
  .main-nav{display:none!important;position:absolute;top:100%;left:0;right:0;background:rgba(17,24,19,.97);padding:10px 16px 16px}
  
  .main-nav a{margin:0;padding:13px 8px;border-bottom:1px solid rgba(255,255,255,.1)}
}

@media(max-width:900px){
  
  
}

.mobile-menu-check{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.mobile-menu-toggle{display:none}
@media (max-width:900px){
  .site-header{display:flex;align-items:center;justify-content:space-between;min-height:64px}
  .mobile-menu-toggle{
    display:flex!important;
    width:46px;height:46px;
    flex:0 0 46px;
    margin-left:auto;
    border:1px solid rgba(255,255,255,.35);
    border-radius:10px;
    background:rgba(0,0,0,.28);
    cursor:pointer;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:5px;
    z-index:1001;
  }
  .mobile-menu-toggle span{display:block;width:22px;height:2px;background:#fff;border-radius:2px}
  .main-nav{
    display:none!important;
    position:absolute!important;
    left:0!important;right:0!important;top:100%!important;
    margin:0!important;padding:10px 16px 16px!important;
    background:rgba(17,24,19,.98)!important;
    flex-direction:column!important;
    gap:0!important;
    z-index:1000!important;
    border-top:1px solid rgba(255,255,255,.15);
    box-shadow:0 10px 30px rgba(0,0,0,.25)
  }
  .mobile-menu-check:checked ~ .main-nav{display:flex!important}
  .main-nav a{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:14px 8px!important;
    border-bottom:1px solid rgba(255,255,255,.12);
    color:#fff!important;
  }
}

.gallery-group{margin-top:34px}
.gallery-group + .gallery-group{margin-top:46px}
.gallery-group-title{font-size:26px;margin:0 0 14px;color:#fff}
.gallery-item figcaption{display:none}

/* Apartment gallery overlays */
.harmonia-apartment-card{position:relative;overflow:hidden}
.harmonia-apartment-card .card-cover-button{display:block;width:100%;padding:0;border:0;background:none;color:inherit;text-align:left;cursor:pointer}
.harmonia-apartment-card .card-cover-button img{display:block}
.harmonia-apartment-card .card-cover-button:focus-visible{outline:3px solid #e9d9b8;outline-offset:-3px}





.harmonia-gallery-modal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.harmonia-gallery-modal-item{margin:0}
.harmonia-gallery-modal-item img{display:block;width:100%;height:250px;object-fit:contain;background:rgba(0,0,0,.2);border-radius:12px;cursor:pointer}



/* Apartment gallery slideshow */

.harmonia-gallery-slideshow{position:relative}
.harmonia-gallery-slide{display:none;margin:0}
.harmonia-gallery-slide.active{display:block}
.harmonia-gallery-slide img{display:block;width:100%;max-height:72vh;object-fit:contain;background:rgba(0,0,0,.25);border-radius:12px}
.harmonia-gallery-arrow{
  position:absolute;top:50%;transform:translateY(-50%);
  width:46px;height:46px;border:0;border-radius:50%;
  background:rgba(0,0,0,.55);color:#fff;font-size:28px;line-height:1;
  cursor:pointer;z-index:2
}
.harmonia-gallery-arrow.prev{left:12px}
.harmonia-gallery-arrow.next{right:12px}
.harmonia-gallery-counter{text-align:center;margin:10px 0 0;color:#d8dfda;font-size:14px}
.harmonia-gallery-main-title{margin-bottom:12px}
.harmonia-gallery-link{
  display:inline-block;margin-top:12px;
  color:#243228;background:#e9d9b8;
  padding:10px 18px;border-radius:999px;
  font-weight:800;text-decoration:none
}
@media(max-width:600px){
  .harmonia-gallery-slide img{max-height:68vh}
  .harmonia-gallery-arrow{width:42px;height:42px;font-size:25px}
}







@media(max-width:600px){
  
  
}








.harmonia-gallery-slideshow{position:relative;display:flex;align-items:center;justify-content:center}
.harmonia-gallery-current-image{display:block;max-width:100%;width:auto;height:auto;max-height:72vh;object-fit:contain;border-radius:12px;background:rgba(0,0,0,.25);margin:auto}
.harmonia-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:46px;height:46px;border:0;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;font-size:28px;cursor:pointer}
.harmonia-gallery-arrow.prev{left:10px}.harmonia-gallery-arrow.next{right:10px}
.harmonia-gallery-counter{text-align:center;margin-top:10px;color:#d9dfda;font-size:14px}
@media(max-width:650px){
 
 
 
 
 .harmonia-gallery-current-image{max-height:68vh}
 .harmonia-gallery-arrow{width:40px;height:40px;font-size:24px}
}
@media(max-width:430px){
 
 
}








.harmonia-gallery-slideshow{position:relative;display:flex;align-items:center;justify-content:center}
.harmonia-gallery-current-image{display:block;max-width:100%;width:auto;height:auto;max-height:72vh;object-fit:contain;border-radius:12px;background:rgba(0,0,0,.25);margin:auto}
.harmonia-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:46px;height:46px;border:0;border-radius:50%;background:rgba(0,0,0,.55);color:#fff;font-size:28px;cursor:pointer}
.harmonia-gallery-arrow.prev{left:10px}.harmonia-gallery-arrow.next{right:10px}
.harmonia-gallery-counter{text-align:center;margin-top:10px;color:#d9dfda;font-size:14px}
@media(max-width:650px){
 
 
 
 
 .harmonia-gallery-current-image{max-height:68vh}
 .harmonia-gallery-arrow{width:40px;height:40px;font-size:24px}
}
@media(max-width:430px){
 
 
}

/* Robust, JavaScript-free visitor gallery */










.harmonia-css-prev,


.harmonia-css-slideshow>input:nth-of-type(1):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(1){display:block}
.harmonia-css-slideshow>input:nth-of-type(2):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(2){display:block}
.harmonia-css-slideshow>input:nth-of-type(3):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(3){display:block}
.harmonia-css-slideshow>input:nth-of-type(4):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(4){display:block}
.harmonia-css-slideshow>input:nth-of-type(5):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(5){display:block}
.harmonia-css-slideshow>input:nth-of-type(6):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(6){display:block}
.harmonia-css-slideshow>input:nth-of-type(7):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(7){display:block}
.harmonia-css-slideshow>input:nth-of-type(8):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(8){display:block}
.harmonia-css-slideshow>input:nth-of-type(9):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(9){display:block}
.harmonia-css-slideshow>input:nth-of-type(10):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(10){display:block}
.harmonia-css-slideshow>input:nth-of-type(11):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(11){display:block}
.harmonia-css-slideshow>input:nth-of-type(12):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(12){display:block}
.harmonia-css-slideshow>input:nth-of-type(13):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(13){display:block}
.harmonia-css-slideshow>input:nth-of-type(14):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(14){display:block}
.harmonia-css-slideshow>input:nth-of-type(15):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(15){display:block}
.harmonia-css-slideshow>input:nth-of-type(16):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(16){display:block}
.harmonia-css-slideshow>input:nth-of-type(17):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(17){display:block}
.harmonia-css-slideshow>input:nth-of-type(18):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(18){display:block}
.harmonia-css-slideshow>input:nth-of-type(19):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(19){display:block}
.harmonia-css-slideshow>input:nth-of-type(20):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(20){display:block}
.harmonia-css-slideshow>input:nth-of-type(21):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(21){display:block}
.harmonia-css-slideshow>input:nth-of-type(22):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(22){display:block}
.harmonia-css-slideshow>input:nth-of-type(23):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(23){display:block}
.harmonia-css-slideshow>input:nth-of-type(24):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(24){display:block}
.harmonia-css-slideshow>input:nth-of-type(25):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(25){display:block}
.harmonia-css-slideshow>input:nth-of-type(26):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(26){display:block}
.harmonia-css-slideshow>input:nth-of-type(27):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(27){display:block}
.harmonia-css-slideshow>input:nth-of-type(28):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(28){display:block}
.harmonia-css-slideshow>input:nth-of-type(29):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(29){display:block}
.harmonia-css-slideshow>input:nth-of-type(30):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(30){display:block}



@media(max-width:430px){
  
  
}

/* Full-screen visitor gallery overlay */








@media(max-width:700px){
  
  
  
  
  
}

/* Compact visitor gallery: approx. half-screen on desktop */





@media(max-width:900px){
  
  
}
@media(max-width:600px){
  
  
}

/* Reliable visitor gallery: checkbox/label, no JS or URL hash required */













.harmonia-css-prev,



.hgm-gallery-toggle:checked + .harmonia-apartment-card + 
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(1):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(1){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(2):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(2){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(3):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(3){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(4):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(4){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(5):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(5){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(6):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(6){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(7):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(7){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(8):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(8){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(9):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(9){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(10):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(10){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(11):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(11){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(12):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(12){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(13):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(13){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(14):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(14){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(15):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(15){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(16):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(16){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(17):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(17){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(18):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(18){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(19):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(19){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(20):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(20){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(21):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(21){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(22):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(22){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(23):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(23){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(24):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(24){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(25):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(25){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(26):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(26){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(27):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(27){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(28):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(28){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(29):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(29){display:flex}
.hgm-gallery-modal .harmonia-css-slideshow>input:nth-of-type(30):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(30){display:flex}

@media(max-width:900px){
 
 
}
@media(max-width:430px){
 
 
 
 
}

/* Gallery visual refinement */


.harmonia-gallery-modal-title,





.harmonia-css-prev,



@media(max-width:900px){
  
  
}


/* Final gallery background cleanup: no black panel behind the image */


.harmonia-css-slideshow,
.harmonia-css-slides,




/* Clean visitor gallery */
.apartment-action-row{
  display:flex;
  gap:10px;
  flex-wrap:nowrap;
  margin-top:14px;
}
.apartment-action-row .btn{
  flex:1 1 0;
  width:auto;
  text-align:center;
  margin:0!important;
}

.harmonia-gallery-modal{
  position:fixed;
  inset:0;
  z-index:5000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:0;
  background:transparent;
}
.harmonia-gallery-modal:target{
  display:flex;
}
.harmonia-gallery-backdrop{
  position:absolute;
  inset:0;
  z-index:0;
  display:block;
  background:transparent;
}
.harmonia-gallery-modal-inner{
  position:relative;
  z-index:1;
  width:min(760px,52vw);
  height:min(620px,56vh);
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0;
  overflow:visible;
}
.harmonia-gallery-modal-title{
  display:none;
}
.harmonia-gallery-modal-close{
  position:absolute;
  top:2%;
  right:2%;
  z-index:5;
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:50%;
  background:rgba(0,0,0,.45);
  color:#fff;
  text-decoration:none;
  font-size:30px;
  line-height:1;
}
.harmonia-css-slideshow{
  position:relative;
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
}
.harmonia-css-slides{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
}
.harmonia-css-slide{
  position:relative;
  width:100%;
  height:100%;
  display:none;
  align-items:center;
  justify-content:center;
  margin:0;
  background:transparent;
}
.harmonia-css-slide img{
  display:block;
  width:auto;
  height:auto;
  max-width:98%;
  max-height:98%;
  object-fit:contain;
  margin:0 auto;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:8px;
}
.harmonia-css-slideshow>input{
  position:absolute;
  width:1px;
  height:1px;
  opacity:0;
}
.harmonia-css-prev,
.harmonia-css-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:4;
  width:46px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius:50%;
  background:rgba(0,0,0,.42);
  color:#fff;
  font-size:30px;
  line-height:1;
  cursor:pointer;
}
.harmonia-css-prev{left:2%}
.harmonia-css-next{right:2%}

@media(max-width:900px){
  .harmonia-gallery-modal-inner{
    width:92vw;
    height:70vh;
  }
}
@media(max-width:600px){
  .apartment-action-row{
    flex-direction:row;
    gap:8px;
  }
  .apartment-action-row .btn{
    width:50%;
    padding:12px 8px;
  }
  .harmonia-gallery-modal-inner{
    width:94vw;
    height:68vh;
  }
}
@media(max-width:430px){
  .apartment-action-row{
    flex-direction:column;
  }
  .apartment-action-row .btn{
    width:100%;
  }
}
.harmonia-css-slideshow>input:nth-of-type(1):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(1){display:flex}
.harmonia-css-slideshow>input:nth-of-type(2):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(2){display:flex}
.harmonia-css-slideshow>input:nth-of-type(3):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(3){display:flex}
.harmonia-css-slideshow>input:nth-of-type(4):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(4){display:flex}
.harmonia-css-slideshow>input:nth-of-type(5):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(5){display:flex}
.harmonia-css-slideshow>input:nth-of-type(6):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(6){display:flex}
.harmonia-css-slideshow>input:nth-of-type(7):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(7){display:flex}
.harmonia-css-slideshow>input:nth-of-type(8):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(8){display:flex}
.harmonia-css-slideshow>input:nth-of-type(9):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(9){display:flex}
.harmonia-css-slideshow>input:nth-of-type(10):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(10){display:flex}
.harmonia-css-slideshow>input:nth-of-type(11):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(11){display:flex}
.harmonia-css-slideshow>input:nth-of-type(12):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(12){display:flex}
.harmonia-css-slideshow>input:nth-of-type(13):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(13){display:flex}
.harmonia-css-slideshow>input:nth-of-type(14):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(14){display:flex}
.harmonia-css-slideshow>input:nth-of-type(15):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(15){display:flex}
.harmonia-css-slideshow>input:nth-of-type(16):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(16){display:flex}
.harmonia-css-slideshow>input:nth-of-type(17):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(17){display:flex}
.harmonia-css-slideshow>input:nth-of-type(18):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(18){display:flex}
.harmonia-css-slideshow>input:nth-of-type(19):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(19){display:flex}
.harmonia-css-slideshow>input:nth-of-type(20):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(20){display:flex}
.harmonia-css-slideshow>input:nth-of-type(21):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(21){display:flex}
.harmonia-css-slideshow>input:nth-of-type(22):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(22){display:flex}
.harmonia-css-slideshow>input:nth-of-type(23):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(23){display:flex}
.harmonia-css-slideshow>input:nth-of-type(24):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(24){display:flex}
.harmonia-css-slideshow>input:nth-of-type(25):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(25){display:flex}
.harmonia-css-slideshow>input:nth-of-type(26):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(26){display:flex}
.harmonia-css-slideshow>input:nth-of-type(27):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(27){display:flex}
.harmonia-css-slideshow>input:nth-of-type(28):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(28){display:flex}
.harmonia-css-slideshow>input:nth-of-type(29):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(29){display:flex}
.harmonia-css-slideshow>input:nth-of-type(30):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(30){display:flex}

/* Definitive gallery open/close: checkbox + label, no JS needed */
.hgm-gallery-toggle{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
}
.hgm-gallery-toggle:checked ~ .harmonia-gallery-modal{
  display:flex!important;
}
.harmonia-gallery-modal{
  position:fixed!important;
  inset:0!important;
  z-index:99999!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  background:rgba(0,0,0,.45)!important;
}
.harmonia-gallery-modal .harmonia-gallery-backdrop{
  position:absolute!important;inset:0!important;z-index:0!important;background:transparent!important;
}
.harmonia-gallery-modal .harmonia-gallery-modal-inner{
  position:relative!important;z-index:2!important;
  width:min(760px,52vw)!important;height:min(620px,56vh)!important;
  min-height:340px!important;padding:0!important;
  background:transparent!important;border:0!important;box-shadow:none!important;
}
.harmonia-gallery-modal .harmonia-gallery-modal-close{
  position:absolute!important;top:2%!important;right:2%!important;z-index:20!important;
  width:44px!important;height:44px!important;border-radius:50%!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  background:rgba(0,0,0,.45)!important;color:#fff!important;text-decoration:none!important;
  font-size:30px!important;cursor:pointer!important;
}
.harmonia-gallery-modal .harmonia-css-slideshow{
  position:relative!important;width:100%!important;height:100%!important;background:transparent!important;
}
.harmonia-gallery-modal .harmonia-css-slideshow>input{
  position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;
}
.harmonia-gallery-modal .harmonia-css-slides{
  width:100%!important;height:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;
}
.harmonia-gallery-modal .harmonia-css-slide{
  display:none!important;position:relative!important;width:100%!important;height:100%!important;
  margin:0!important;align-items:center!important;justify-content:center!important;
}
.harmonia-gallery-modal .harmonia-css-slide img{
  display:block!important;max-width:96%!important;max-height:96%!important;
  width:auto!important;height:auto!important;object-fit:contain!important;
  background:transparent!important;box-shadow:none!important;border:0!important;border-radius:8px!important;
}
.harmonia-gallery-modal .harmonia-css-prev,
.harmonia-gallery-modal .harmonia-css-next{
  position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:20!important;
  width:46px!important;height:46px!important;border-radius:50%!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  background:rgba(0,0,0,.45)!important;color:#fff!important;font-size:30px!important;cursor:pointer!important;
}
.harmonia-gallery-modal .harmonia-css-prev{left:2%!important}.harmonia-gallery-modal .harmonia-css-next{right:2%!important}
.harmonia-gallery-modal .harmonia-gallery-image-caption{
  position:absolute!important;left:50%!important;bottom:3%!important;transform:translateX(-50%)!important;z-index:20!important;
  padding:8px 15px!important;border-radius:999px!important;background:rgba(0,0,0,.45)!important;color:#fff!important;
  font-size:18px!important;font-weight:700!important;pointer-events:none!important;
}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(1):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(1){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(2):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(2){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(3):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(3){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(4):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(4){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(5):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(5){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(6):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(6){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(7):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(7){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(8):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(8){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(9):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(9){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(10):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(10){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(11):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(11){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(12):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(12){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(13):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(13){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(14):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(14){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(15):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(15){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(16):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(16){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(17):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(17){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(18):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(18){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(19):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(19){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(20):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(20){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(21):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(21){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(22):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(22){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(23):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(23){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(24):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(24){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(25):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(25){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(26):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(26){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(27):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(27){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(28):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(28){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(29):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(29){display:flex!important}
.harmonia-gallery-modal .harmonia-css-slideshow>input:nth-of-type(30):checked~.harmonia-css-slides .harmonia-css-slide:nth-of-type(30){display:flex!important}

/* FINAL FIX: hide the gallery toggle checkbox completely */
input.hgm-gallery-toggle{
  position:fixed!important;
  left:-100vw!important;
  top:-100vh!important;
  width:1px!important;
  height:1px!important;
  margin:0!important;
  padding:0!important;
  opacity:0!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  pointer-events:none!important;
  clip:rect(0,0,0,0)!important;
  clip-path:inset(50%)!important;
  border:0!important;
}
/* Actual DOM order is: checkbox -> modal -> apartment card */
input.hgm-gallery-toggle:checked ~ .harmonia-gallery-modal{
  display:flex!important;
}

/* Final gallery size and close controls */
.harmonia-gallery-modal{
  display:none!important;
  background:rgba(0,0,0,.45)!important;
}
input.hgm-gallery-toggle:checked ~ .harmonia-gallery-modal{
  display:flex!important;
}
.harmonia-gallery-modal .harmonia-gallery-modal-inner{
  width:min(900px,78vw)!important;
  height:min(760px,78vh)!important;
  min-height:420px!important;
}
.harmonia-gallery-modal .harmonia-css-slide img{
  max-width:99%!important;
  max-height:99%!important;
}
.harmonia-gallery-modal .harmonia-gallery-modal-close{
  position:absolute!important;
  top:3%!important;
  right:3%!important;
  z-index:50!important;
  width:46px!important;
  height:46px!important;
  border:0!important;
  border-radius:50%!important;
  background:rgba(0,0,0,.45)!important;
  color:#fff!important;
  font-size:30px!important;
  line-height:1!important;
  cursor:pointer!important;
}
.harmonia-gallery-modal .harmonia-gallery-backdrop{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  display:block!important;
  background:transparent!important;
  cursor:pointer!important;
}
.harmonia-gallery-modal .harmonia-gallery-modal-inner{
  z-index:2!important;
}
@media(max-width:900px){
  .harmonia-gallery-modal .harmonia-gallery-modal-inner{
    width:94vw!important;
    height:78vh!important;
    min-height:340px!important;
  }
}

/* Final JS gallery: isolated modal per apartment */
.hgm-gallery-modal-instance[hidden]{display:none!important}
.hgm-gallery-modal-instance{
  position:fixed!important;
  inset:0!important;
  z-index:99999!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:rgba(0,0,0,.45)!important;
  padding:0!important;
}
.hgm-gallery-modal-instance .harmonia-gallery-backdrop{
  position:absolute!important;
  inset:0!important;
  background:transparent!important;
  z-index:0!important;
}
.hgm-gallery-modal-instance .harmonia-gallery-modal-inner{
  position:relative!important;
  z-index:2!important;
  width:min(900px,78vw)!important;
  height:min(760px,78vh)!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.hgm-gallery-modal-instance .hgm-gallery-content{
  position:relative!important;
  width:100%!important;
  height:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.hgm-gallery-modal-instance .harmonia-gallery-current-image{
  max-width:97%!important;
  max-height:97%!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:8px!important;
}
.hgm-gallery-modal-instance .harmonia-gallery-modal-close{
  position:absolute!important;
  top:2%!important;
  right:2%!important;
  z-index:10!important;
  width:46px!important;
  height:46px!important;
  border:0!important;
  border-radius:50%!important;
  background:rgba(0,0,0,.45)!important;
  color:#fff!important;
  font-size:30px!important;
  line-height:1!important;
  cursor:pointer!important;
}
.hgm-gallery-modal-instance .harmonia-css-prev,
.hgm-gallery-modal-instance .harmonia-css-next{
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:10!important;
  width:46px!important;
  height:46px!important;
  border:0!important;
  border-radius:50%!important;
  background:rgba(0,0,0,.45)!important;
  color:#fff!important;
  font-size:30px!important;
  line-height:1!important;
  cursor:pointer!important;
}
.hgm-gallery-modal-instance .harmonia-css-prev{left:1%!important}
.hgm-gallery-modal-instance .harmonia-css-next{right:1%!important}
.hgm-gallery-modal-instance .harmonia-gallery-image-caption{
  position:absolute!important;
  left:50%!important;
  bottom:3%!important;
  transform:translateX(-50%)!important;
  z-index:10!important;
  padding:8px 15px!important;
  border-radius:999px!important;
  background:rgba(0,0,0,.45)!important;
  color:#fff!important;
  font-size:18px!important;
  font-weight:700!important;
  pointer-events:none!important;
  white-space:nowrap!important;
}
.hgm-gallery-modal-instance .harmonia-gallery-counter{
  position:absolute!important;
  bottom:1%!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  color:#fff!important;
  font-size:13px!important;
}
@media(max-width:900px){
  .hgm-gallery-modal-instance .harmonia-gallery-modal-inner{width:94vw!important;height:78vh!important}
}
