
:root{
  --navy:#0b2f3d;
  --deep:#081e29;
  --sea:#0c7895;
  --sea2:#0a5870;
  --sand:#f4eee5;
  --sand2:#fffaf3;
  --cream:#fff8ef;
  --gold:#c79b55;
  --ink:#122731;
  --muted:#61717a;
  --line:rgba(12,47,61,.14);
  --white:#fff;
  --shadow:0 22px 70px rgba(12,47,61,.13);
  --soft-shadow:0 14px 35px rgba(12,47,61,.08);
  --radius-xl:30px;
  --radius-lg:22px;
  --radius-md:15px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--ink);
  background:linear-gradient(180deg,var(--sand2),#fff);
  font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
img{display:block;max-width:100%}
a{color:inherit}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
  padding:14px clamp(16px,4vw,54px);
  background:rgba(255,248,239,.92);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
}
.brand{
  display:flex;align-items:center;gap:12px;
  text-decoration:none;
  min-width:0;
}
.brand img{
  width:52px;height:52px;object-fit:contain;
  border-radius:50%;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 8px 22px rgba(12,47,61,.08);
}
.brand-copy{display:grid;gap:1px}
.brand-copy strong{
  font-weight:900;
  line-height:1.1;
  color:var(--navy);
}
.brand-copy span{
  font-size:12px;color:var(--muted);font-weight:700;
}
.main-nav{
  display:flex;
  justify-content:center;
  gap:22px;
}
.main-nav a{
  text-decoration:none;
  color:#253b44;
  font-size:14px;
  font-weight:900;
}
.lang-switch{
  display:flex;gap:4px;
  padding:4px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:0 10px 25px rgba(12,47,61,.07);
}
.lang-switch button{
  border:0;background:transparent;
  padding:8px 11px;
  border-radius:12px;
  font-weight:900;
  cursor:pointer;
  color:var(--ink);
}
.lang-switch button.active{
  background:var(--navy);
  color:#fff;
  box-shadow:inset 0 0 0 2px #0d65ff;
}

/* V1-style premium hero */
.hero{
  position:relative;
  min-height:82vh;
  overflow:hidden;
  isolation:isolate;
  background:#071b24;
}
.hero-bg{
  position:absolute;inset:0;
  background-image:url('/iris-privilege-apartments/assets/images/iris-hero.webp');
  background-size:cover;
  background-position:center;
  z-index:-2;
}
.hero-bg::before{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(4,18,24,.84),rgba(4,18,24,.58) 48%,rgba(4,18,24,.22));
  z-index:-1;
}
.hero-bg::after{
  content:"";
  position:absolute;inset:0;
  background:radial-gradient(circle at 70% 50%,rgba(199,155,85,.16),transparent 36%);
  z-index:-1;
}
.hero-inner{
  max-width:1240px;
  min-height:82vh;
  margin:0 auto;
  padding:92px clamp(18px,5vw,62px);
  display:grid;
  grid-template-columns:1fr 360px;
  gap:42px;
  align-items:center;
  color:#fff;
}
.hero-copy{max-width:820px}
.eyebrow{
  margin:0 0 14px;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.20em;
  font-weight:900;
  font-size:13px;
}
h1,h2,h3,p{margin-top:0}
h1,h2{
  font-family:"Playfair Display",Georgia,serif;
  font-weight:800;
  letter-spacing:-.045em;
}
h1{
  font-size:clamp(54px,7.3vw,96px);
  line-height:.91;
  max-width:820px;
  margin-bottom:22px;
}
h2{
  font-size:clamp(38px,5vw,68px);
  line-height:.95;
  margin-bottom:18px;
}
h3{
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.03em;
}
.hero-text{
  max-width:620px;
  color:rgba(255,255,255,.9);
  font-size:20px;
  line-height:1.55;
  margin-bottom:18px;
}
.hero-actions,.inline-actions,.form-actions,.property-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.btn{
  min-height:50px;
  padding:14px 21px;
  border-radius:14px;
  border:1px solid transparent;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  cursor:pointer;
  font-weight:950;
  box-shadow:0 10px 22px rgba(12,47,61,.08);
  transition:.18s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn.primary{background:var(--sea);color:#fff}
.btn.ghost{background:rgba(255,255,255,.92);color:var(--navy)}
.btn.outline{background:#fff;color:var(--navy);border-color:var(--line)}
.btn.small{min-height:43px;padding:11px 15px;border-radius:13px;font-size:14px}

.availability-panel{
  background:rgba(255,255,255,.94);
  color:var(--ink);
  border:1px solid rgba(255,255,255,.55);
  border-radius:26px;
  padding:22px;
  box-shadow:0 25px 80px rgba(0,0,0,.22);
  backdrop-filter:blur(14px);
}
.panel-score{
  display:flex;
  align-items:center;
  gap:12px;
  padding-bottom:16px;
  border-bottom:1px solid var(--line);
}
.panel-score strong{
  background:#0d5cbc;color:#fff;
  border-radius:12px;
  padding:10px 12px;
  font-size:22px;
}
.panel-score span{font-weight:900;color:var(--muted)}
.panel-lines{
  display:grid;
  gap:12px;
  padding:18px 0;
}
.panel-lines p{
  margin:0;
  display:flex;
  align-items:center;
  gap:10px;
}
.panel-link{
  display:block;
  background:var(--navy);
  color:#fff;
  text-decoration:none;
  padding:14px 16px;
  border-radius:14px;
  font-weight:900;
  line-height:1.35;
}

.trust-bar{
  max-width:1180px;
  margin:-42px auto 0;
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  padding:0 clamp(14px,4vw,0px);
}
.trust-bar article{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:17px;
  box-shadow:var(--shadow);
}
.trust-bar span{font-size:25px;display:block;margin-bottom:7px}
.trust-bar strong{display:block;font-weight:950;color:var(--navy)}
.trust-bar small{color:var(--muted);line-height:1.45}

.section{
  max-width:1240px;
  margin:0 auto;
  padding:68px clamp(16px,4vw,48px);
}
.intro{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:34px;
  align-items:end;
}
.intro p:last-child,
.center p,
.map-copy p,
.booking-copy p{
  color:var(--muted);
  font-size:18px;
  line-height:1.65;
}
.property-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  padding-top:0;
}
.property-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.property-image{position:relative}
.property-image img{
  width:100%;
  height:320px;
  object-fit:cover;
}
.floating-tag{
  position:absolute;
  left:16px;top:16px;
  background:rgba(255,255,255,.93);
  color:var(--navy);
  padding:9px 13px;
  border-radius:13px;
  font-weight:950;
  box-shadow:0 10px 20px rgba(0,0,0,.1);
}
.property-body{
  padding:23px;
  display:grid;
  gap:16px;
}
.property-body p{
  color:var(--muted);
  line-height:1.55;
}
.score{
  display:flex;
  align-items:center;
  gap:11px;
}
.score strong{
  background:#0d5cbc;color:#fff;
  padding:9px 11px;
  border-radius:11px;
  font-size:18px;
}
.score span{font-weight:900;color:var(--muted)}
.ticks{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:9px;
}
.ticks li{
  display:flex;
  gap:9px;
  align-items:flex-start;
  color:#2d414b;
  line-height:1.4;
}
.ticks li::before{
  content:"✓";
  width:23px;height:23px;
  flex:0 0 23px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:rgba(12,120,149,.12);
  color:var(--sea);
  font-weight:950;
}
.premium-strip{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:28px;
  align-items:start;
}
.features-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}
.feature-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:17px;
  box-shadow:var(--soft-shadow);
}
.feature-card strong{display:block;margin-bottom:7px;color:var(--navy)}
.feature-card p{color:var(--muted);line-height:1.5;margin:0}

.center{
  text-align:center;
  max-width:900px;
  margin:0 auto 26px;
}
.gallery-tabs{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:18px;
}
.gallery-tabs button{
  border:1px solid var(--line);
  background:#fff;
  color:var(--ink);
  min-height:44px;
  padding:10px 17px;
  border-radius:13px;
  font-weight:950;
  cursor:pointer;
}
.gallery-tabs button.active{
  background:var(--navy);
  color:#fff;
}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-bottom:20px;
}
.gallery-item{
  position:relative;
  min-height:235px;
  overflow:hidden;
  border-radius:24px;
  background:#ddd;
  box-shadow:var(--soft-shadow);
}
.gallery-item.large{
  grid-column:span 2;
  grid-row:span 2;
  min-height:484px;
}
.gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.gallery-item .cap{
  position:absolute;
  left:10px;right:10px;bottom:10px;
  padding:10px 12px;
  border-radius:13px;
  color:#fff;
  background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.58));
  backdrop-filter:blur(4px);
  font-weight:950;
}
.review-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.review{
  background:var(--navy);
  color:#fff;
  border-radius:24px;
  padding:23px;
  box-shadow:var(--soft-shadow);
}
.review .stars{
  color:#ffc865;
  letter-spacing:.12em;
  margin-bottom:12px;
  font-size:18px;
}
.review p{
  margin:0 0 18px;
  color:rgba(255,255,255,.92);
  line-height:1.6;
}
.review strong{font-size:18px}

.map-card{
  display:grid;
  grid-template-columns:.84fr 1.16fr;
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  overflow:hidden;
  box-shadow:var(--shadow);
}
.map-copy{
  padding:28px;
  display:grid;
  gap:12px;
  align-content:center;
}
.map-frame-wrap{min-height:410px}
.map-frame{width:100%;height:100%;min-height:410px;border:0}

.booking-section{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:24px;
  align-items:start;
}
.booking-form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  box-shadow:var(--shadow);
  padding:18px;
}
.form-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.form-grid .wide{grid-column:1/-1}
.booking-form label{
  display:grid;
  gap:6px;
  margin:0 0 10px;
  font-size:13px;
  font-weight:900;
}
.booking-form input,
.booking-form select,
.booking-form textarea{
  width:100%;
  border:1px solid var(--line);
  background:#fffaf4;
  border-radius:13px;
  padding:11px 12px;
  font:inherit;
  outline:none;
}
.booking-form textarea{resize:vertical;min-height:62px}
.booking-form .form-actions{
  margin-top:8px;
}
.footer{
  position:relative;
  display:grid;
  grid-template-columns:1fr auto;
  gap:20px;
  align-items:start;
  background:#081a22;
  color:#fff;
  padding:34px clamp(16px,4vw,48px) 52px;
}
.footer p{color:rgba(255,255,255,.66);margin:6px 0 0}
.footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  justify-content:flex-end;
}
.footer-links a{
  color:#fff;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.16);
  border-radius:13px;
  padding:9px 11px;
  font-weight:800;
}
.credit{
  position:absolute;
  right:clamp(16px,4vw,48px);
  bottom:15px;
  color:rgba(255,255,255,.55);
  text-decoration:none;
  font-size:13px;
}

@media(max-width:1020px){
  .site-header{
    grid-template-columns:1fr auto;
    gap:8px;
  }
  .main-nav{
    grid-column:1/3;
    justify-content:flex-start;
  }
  .hero-inner,
  .intro,
  .property-grid,
  .premium-strip,
  .map-card,
  .booking-section{
    grid-template-columns:1fr;
  }
  .availability-panel{
    max-width:520px;
  }
  .trust-bar{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .review-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:680px){
  .site-header{
    padding:9px 12px;
  }
  .brand img{width:42px;height:42px}
  .brand-copy strong{font-size:13px}
  .brand-copy span{display:none}
  .main-nav{
    gap:14px;
    font-size:13px;
    overflow-x:auto;
    padding-bottom:2px;
  }
  .lang-switch button{
    padding:7px 9px;
    font-size:12px;
    border-radius:10px;
  }
  .hero{
    min-height:auto;
  }
  .hero-bg{
    background-position:center top;
  }
  .hero-bg::before{
    background:linear-gradient(180deg,rgba(5,20,27,.72),rgba(5,20,27,.86));
  }
  .hero-inner{
    min-height:auto;
    padding:52px 14px 30px;
    gap:16px;
  }
  h1{
    font-size:42px;
    line-height:.92;
    max-width:10.5ch;
    margin-bottom:14px;
  }
  h2{
    font-size:32px;
  }
  h3{
    font-size:24px;
  }
  .eyebrow{
    font-size:11px;
    letter-spacing:.16em;
    margin-bottom:10px;
  }
  .hero-text{
    font-size:16px;
    line-height:1.45;
    max-width:100%;
    margin-bottom:13px;
  }
  .hero-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
  }
  .btn{
    min-height:43px;
    padding:10px 13px;
    border-radius:12px;
    font-size:14px;
  }
  .availability-panel{
    display:none;
  }
  .trust-bar{
    grid-template-columns:1fr 1fr;
    margin:0;
    padding:12px 14px 0;
    gap:8px;
  }
  .trust-bar article{
    padding:12px;
    border-radius:16px;
  }
  .trust-bar span{font-size:18px;margin-bottom:5px}
  .trust-bar small{font-size:12px}
  .section{
    padding:38px 14px;
  }
  .intro p:last-child,
  .center p,
  .map-copy p,
  .booking-copy p{
    font-size:15px;
    line-height:1.5;
  }
  .property-image img{height:205px}
  .property-body{
    padding:16px;
    gap:12px;
  }
  .property-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }
  .features-grid{
    grid-template-columns:1fr;
    gap:9px;
  }
  .feature-card{
    padding:13px;
    border-radius:15px;
  }
  .gallery-tabs{
    justify-content:flex-start;
    overflow-x:auto;
    flex-wrap:nowrap;
  }
  .gallery-grid{
    grid-template-columns:1fr;
    gap:11px;
  }
  .gallery-item,
  .gallery-item.large{
    min-height:245px;
    grid-column:auto;
    grid-row:auto;
    border-radius:18px;
  }
  .review-grid{grid-template-columns:1fr}
  .review{padding:17px;border-radius:18px}
  .map-copy{padding:16px}
  .map-frame-wrap,.map-frame{min-height:295px}
  .booking-section{
    gap:14px;
  }
  .booking-form{
    padding:10px;
    border-radius:18px;
  }
  .form-grid{
    grid-template-columns:1fr 1fr;
    gap:7px;
  }
  .booking-form label{
    gap:4px;
    margin:0 0 7px;
    font-size:11px;
  }
  .booking-form input,
  .booking-form select,
  .booking-form textarea{
    padding:8px 9px;
    min-height:38px;
    border-radius:11px;
    font-size:13px;
  }
  .booking-form textarea{
    min-height:48px;
  }
  .booking-form .form-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:7px;
    margin-top:5px;
  }
  .footer{
    grid-template-columns:1fr;
    padding:26px 14px 46px;
  }
  .footer-links{justify-content:flex-start}
  .credit{left:14px;right:auto}
}


/* Premium V4 refinements */
.booking-form label,
.booking-form input,
.booking-form select,
.booking-form textarea{
  min-width:0;
}
.booking-form input[type="date"]{
  min-width:0;
  width:100%;
}
.credit{
  font-weight:700;
  letter-spacing:.01em;
}


@media(max-width:680px){
  .site-header{
    align-items:start;
    gap:7px;
  }

  .main-nav{
    gap:12px;
    scrollbar-width:none;
  }
  .main-nav::-webkit-scrollbar{display:none}

  .hero-bg{
    background-position:center top;
    transform:scale(1.01);
  }
  .hero-bg::before{
    background:
      linear-gradient(180deg,rgba(3,17,24,.48) 0%,rgba(3,17,24,.72) 34%,rgba(3,17,24,.88) 100%),
      radial-gradient(circle at 70% 20%,rgba(255,255,255,.10),transparent 35%);
  }
  .hero-inner{
    padding:42px 14px 24px;
  }
  h1{
    font-size:36px;
    line-height:.98;
    letter-spacing:-.04em;
    max-width:11.8ch;
    text-shadow:0 4px 18px rgba(0,0,0,.24);
  }
  .hero-text{
    font-size:15px;
    line-height:1.48;
    max-width:95%;
    text-shadow:0 2px 10px rgba(0,0,0,.22);
  }
  .hero-copy .eyebrow{
    color:#e3b66d;
    font-size:10px;
  }
  .hero-actions{
    margin-top:12px;
  }
  .hero-actions .btn{
    min-height:42px;
    border-radius:12px;
    font-size:14px;
  }

  .trust-bar{
    grid-template-columns:1fr 1fr;
  }

  .booking-form{
    padding:10px;
    border-radius:18px;
  }
  .booking-form .form-grid{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    column-gap:8px;
    row-gap:6px;
  }
  .booking-form .form-grid .wide{
    grid-column:1/-1;
  }
  .booking-form label{
    min-width:0;
    overflow:hidden;
    margin-bottom:6px;
    font-size:11px;
    gap:4px;
  }
  .booking-form input,
  .booking-form select,
  .booking-form textarea{
    min-width:0;
    width:100%;
    max-width:100%;
    min-height:36px;
    padding:7px 9px;
    font-size:13px;
    border-radius:10px;
  }
  .booking-form input[type="date"]{
    font-size:12px;
    padding-left:7px;
    padding-right:5px;
  }
  .booking-form textarea{
    min-height:44px;
  }
  .booking-form .note-label{
    margin-top:1px;
  }
  .booking-form .form-actions{
    grid-template-columns:1fr 1fr;
    gap:7px;
  }
  .booking-form .form-actions .btn{
    min-height:40px;
    padding:9px 8px;
    font-size:13px;
  }

  .footer{
    padding-bottom:50px;
  }
  .credit{
    font-size:12px;
    opacity:.8;
  }
}

@media(max-width:390px){
  h1{
    font-size:33px;
  }
  .booking-form input,
  .booking-form select,
  .booking-form textarea{
    font-size:12px;
  }
}


/* Premium V5 refinements */
.payment-note{
  max-width:780px;
  margin:18px auto 18px;
  display:grid;
  gap:6px;
  padding:16px 18px;
  border:1px solid rgba(9,47,58,.12);
  background:rgba(255,255,255,.72);
  border-radius:18px;
  box-shadow:0 18px 45px rgba(9,47,58,.06);
}
.payment-note strong{
  color:#0b2f3a;
  font-size:16px;
}
.payment-note span{
  color:#5f6f78;
  line-height:1.55;
  font-size:15px;
}
.booking-form input,
.booking-form select,
.booking-form textarea,
.booking-form button{
  font-size:16px;
}

@media(max-width:680px){
  .section .section-head{
    margin-bottom:14px;
  }
  #booking{
    padding-top:36px;
  }
  #booking .section-head h2{
    font-size:29px;
    line-height:1;
  }
  #booking .section-head p{
    font-size:15px;
    line-height:1.45;
    margin-bottom:0;
  }
  .payment-note{
    margin:10px 0 12px;
    padding:10px 12px;
    border-radius:15px;
  }
  .payment-note strong{
    font-size:14px;
  }
  .payment-note span{
    font-size:13px;
    line-height:1.4;
  }

  .booking-form{
    padding:9px;
    border-radius:17px;
  }
  .booking-form .form-grid{
    display:grid;
    grid-template-columns:1fr !important;
    gap:7px !important;
  }
  .booking-form .form-grid .wide{
    grid-column:1/-1;
  }
  .booking-form label{
    display:block;
    font-size:12px;
    margin-bottom:0;
  }
  .booking-form label > span{
    display:block;
    margin-bottom:4px;
  }
  .booking-form input,
  .booking-form select,
  .booking-form textarea{
    width:100%;
    max-width:100%;
    min-width:0;
    min-height:39px;
    padding:8px 10px;
    border-radius:11px;
    font-size:16px !important;
    line-height:1.2;
    box-sizing:border-box;
  }
  .booking-form input[type="date"]{
    font-size:16px !important;
    min-height:39px;
    padding:7px 9px;
  }
  .booking-form textarea{
    min-height:50px;
  }
  .booking-form .form-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
    margin-top:8px;
  }
  .booking-form .form-actions .btn{
    min-height:41px;
    padding:9px 8px;
    font-size:14px !important;
    border-radius:12px;
  }

  .gallery-section .section-head h2,
  #reviews .section-head h2{
    font-size:31px;
    line-height:1;
  }
}


/* Premium V6 final refinements */
@media(min-width:681px){
  .booking-section{
    max-width:1120px;
    margin-left:auto;
    margin-right:auto;
    grid-template-columns:minmax(360px, 500px) minmax(360px, 500px);
    column-gap:46px;
    row-gap:16px;
    align-items:start;
  }
  .booking-copy{
    grid-column:1;
    grid-row:1;
  }
  .payment-note{
    grid-column:1;
    grid-row:2;
    max-width:none;
    margin:0;
    padding:14px 16px;
  }
  .booking-form{
    grid-column:2;
    grid-row:1 / span 2;
    width:100%;
    max-width:500px;
    align-self:start;
  }
}

@media(max-width:680px){
  .booking-section{
    display:block;
    padding-left:12px;
    padding-right:12px;
  }
  .booking-copy{
    margin-bottom:10px;
  }
  .booking-copy .eyebrow{
    margin-bottom:7px;
  }
  .booking-copy h2{
    font-size:30px;
    line-height:.98;
    margin-bottom:10px;
  }
  .booking-copy p{
    font-size:14px !important;
    line-height:1.42 !important;
    margin:0;
  }
  .payment-note{
    margin:10px 0 10px;
    padding:9px 11px;
    border-radius:14px;
  }
  .payment-note strong{
    font-size:13px;
  }
  .payment-note span{
    font-size:12.5px;
    line-height:1.36;
  }
  .booking-form{
    width:100%;
    max-width:100%;
    padding:8px;
    border-radius:16px;
  }
  .booking-form .form-grid{
    grid-template-columns:1fr !important;
    gap:5px !important;
  }
  .booking-form label{
    font-size:11.5px;
    margin:0 0 5px;
    gap:3px;
    overflow:visible;
  }
  .booking-form label > span{
    margin-bottom:3px;
  }
  .booking-form input,
  .booking-form select,
  .booking-form textarea{
    min-height:36px !important;
    padding:7px 10px !important;
    border-radius:10px !important;
    font-size:16px !important;
    line-height:1.15 !important;
  }
  .booking-form input[type="date"]{
    font-size:16px !important;
    min-height:36px !important;
    padding:6px 10px !important;
  }
  .booking-form textarea{
    min-height:42px !important;
  }
  .booking-form .form-actions{
    grid-template-columns:1fr 1fr;
    gap:7px;
    margin-top:6px;
  }
  .booking-form .form-actions .btn{
    min-height:39px;
    padding:8px 7px;
    font-size:13px !important;
    border-radius:11px;
  }
}

@media(max-width:390px){
  .booking-form input,
  .booking-form select,
  .booking-form textarea{
    font-size:16px !important;
  }
}

/* Premium V7: light motion, mobile sticky booking, gallery lightbox, smaller footer buttons */
@media (prefers-reduced-motion: no-preference){
  .reveal-item{
    opacity:0;
    transform:translateY(18px);
    transition:opacity .65s ease, transform .65s ease;
    will-change:opacity, transform;
  }
  .reveal-item.is-visible{
    opacity:1;
    transform:translateY(0);
  }
  .property-card,
  .feature-card,
  .review,
  .gallery-item,
  .trust-bar article{
    transition:transform .22s ease, box-shadow .22s ease, opacity .65s ease;
  }
  .property-card:hover,
  .feature-card:hover,
  .gallery-item:hover,
  .review:hover{
    transform:translateY(-3px);
    box-shadow:0 22px 60px rgba(12,47,61,.14);
  }
  .gallery-item img,
  .property-image img{
    transition:transform .55s ease;
  }
  .gallery-item:hover img,
  .property-card:hover .property-image img{
    transform:scale(1.035);
  }
}

.footer-links{
  gap:7px;
}
.footer-links a{
  padding:7px 9px;
  border-radius:11px;
  font-size:13px;
  line-height:1.1;
}

.mobile-sticky-book{
  display:none;
}

.lightbox{
  position:fixed;
  inset:0;
  z-index:120;
  display:none;
  align-items:center;
  justify-content:center;
  padding:22px;
  background:rgba(4,18,24,.86);
  backdrop-filter:blur(10px);
}
.lightbox.is-open{
  display:flex;
}
.lightbox-inner{
  position:relative;
  width:min(1120px,100%);
  max-height:92vh;
  display:grid;
  grid-template-columns:44px 1fr 44px;
  gap:12px;
  align-items:center;
}
.lightbox-stage{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 30px 100px rgba(0,0,0,.38);
}
.lightbox-stage img{
  width:100%;
  max-height:78vh;
  object-fit:contain;
  background:#071b24;
}
.lightbox-caption{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:12px 16px;
  color:#fff;
  font-weight:800;
  background:rgba(7,27,36,.95);
}
.lightbox-caption small{
  color:rgba(255,255,255,.62);
  font-weight:700;
}
.lightbox button{
  border:0;
  cursor:pointer;
  font:inherit;
}
.lightbox-close,
.lightbox-prev,
.lightbox-next{
  min-width:44px;
  width:44px;
  height:44px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.94);
  color:#081e29;
  font-weight:950;
  box-shadow:0 12px 30px rgba(0,0,0,.22);
}
.lightbox-close{
  position:absolute;
  top:-12px;
  right:-12px;
  z-index:3;
}
.gallery-item{
  cursor:pointer;
}

@media(max-width:680px){
  body.has-sticky-book{
    padding-bottom:72px;
  }
  .mobile-sticky-book{
    position:fixed;
    left:14px;
    right:14px;
    bottom:max(12px, env(safe-area-inset-bottom));
    z-index:75;
    display:flex;
    min-height:48px;
    align-items:center;
    justify-content:center;
    border-radius:15px;
    background:var(--sea);
    color:#fff;
    text-decoration:none;
    font-weight:950;
    box-shadow:0 18px 48px rgba(4,18,24,.22);
    transition:opacity .2s ease, transform .2s ease;
  }
  .mobile-sticky-book.is-hidden{
    opacity:0;
    pointer-events:none;
    transform:translateY(16px);
  }
  .footer-links{
    gap:7px;
  }
  .footer-links a{
    padding:8px 10px;
    border-radius:11px;
    font-size:13px;
  }
  .lightbox{
    padding:12px;
  }
  .lightbox-inner{
    grid-template-columns:1fr;
    gap:10px;
  }
  .lightbox-prev,
  .lightbox-next{
    position:absolute;
    bottom:62px;
    z-index:4;
    background:rgba(255,255,255,.92);
  }
  .lightbox-prev{left:10px}
  .lightbox-next{right:10px}
  .lightbox-close{
    top:8px;
    right:8px;
  }
  .lightbox-stage{
    border-radius:18px;
  }
  .lightbox-stage img{
    max-height:70vh;
  }
  .lightbox-caption{
    padding:11px 12px;
    font-size:13px;
  }
}


/* V8: Viber + Airbnb buttons */
.booking-form .form-actions{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
}
.footer-links a{
  padding:8px 10px;
  border-radius:12px;
}
@media(max-width:680px){
  .hero-actions{
    grid-template-columns:1fr 1fr;
  }
  .hero-actions .btn:first-child{
    grid-column:1 / -1;
  }
  .booking-form .form-actions{
    grid-template-columns:1fr 1fr;
    gap:7px;
  }
  .booking-form .form-actions .btn{
    min-height:38px;
    padding:8px 7px;
    font-size:12px;
  }
  #sendEmail{
    grid-column:1 / -1;
  }
  .footer-links a{
    padding:8px 9px;
    font-size:13px;
  }
}

/* V9: Hidden Routes Albania guide section */
.guide-section{
  padding-top:0;
}
.guide-card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:20px;
  align-items:center;
  padding:24px;
  border:1px solid rgba(12,47,61,.12);
  border-radius:28px;
  background:
    radial-gradient(circle at 90% 20%, rgba(199,155,85,.18), transparent 28%),
    linear-gradient(135deg, #fff 0%, #fff8ef 58%, #eef7f4 100%);
  box-shadow:var(--shadow);
}
.guide-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(12,120,149,.06), transparent 38%);
  pointer-events:none;
}
.guide-icon{
  position:relative;
  width:66px;
  height:66px;
  border-radius:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--navy);
  color:#fff;
  font-size:30px;
  box-shadow:0 16px 36px rgba(12,47,61,.16);
}
.guide-copy,
.guide-actions{
  position:relative;
}
.guide-copy h2{
  font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:clamp(28px,3vw,42px);
  line-height:1.03;
  letter-spacing:-.045em;
  margin:0 0 8px;
  color:var(--navy);
}
.guide-copy p:not(.eyebrow){
  max-width:690px;
  margin:0;
  color:var(--muted);
  line-height:1.58;
  font-size:16px;
}
.guide-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px;
  min-width:260px;
}

@media(max-width:920px){
  .guide-card{
    grid-template-columns:auto 1fr;
  }
  .guide-actions{
    grid-column:1 / -1;
    justify-content:flex-start;
    min-width:0;
  }
}

@media(max-width:680px){
  .main-nav a[href="#guides"]{
    display:inline-flex;
  }
  .guide-section{
    padding-top:0;
    padding-left:12px;
    padding-right:12px;
  }
  .guide-card{
    grid-template-columns:1fr;
    gap:13px;
    padding:16px;
    border-radius:22px;
  }
  .guide-icon{
    width:50px;
    height:50px;
    border-radius:16px;
    font-size:24px;
  }
  .guide-copy h2{
    font-size:27px;
    line-height:1.02;
    margin-bottom:8px;
  }
  .guide-copy p:not(.eyebrow){
    font-size:14px;
    line-height:1.45;
  }
  .guide-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:8px;
  }
}
