:root{
  --bg:#f7f2ea;
  --surface:#fffdf9;
  --surface-2:#f3ebdd;
  --surface-3:#efe6d5;
  --text:#1d1a17;
  --muted:#686155;
  --line:#e4d8c3;
  --accent:#355e3b;
  --accent-2:#28492d;
  --accent-soft:#edf5ee;
  --danger:#f8d7da;
  --shadow:0 20px 48px rgba(30,22,12,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--bg);line-height:1.55}
body.is-locked{overflow:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 32px));margin:0 auto}
.section{padding:84px 0}
.section--hero{padding-top:54px}
.section--muted{background:linear-gradient(180deg,rgba(255,255,255,.25),rgba(255,255,255,.65))}
.eyebrow{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-weight:800;margin-bottom:12px}
.lead{font-size:18px;color:var(--muted);max-width:62ch}
.section-heading{max-width:780px;margin-bottom:34px}
.section-heading h2{margin:0 0 12px;font-size:clamp(30px,4.8vw,52px);line-height:1.02}
.section-heading p{margin:0;color:var(--muted)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:15px 22px;font-weight:800;cursor:pointer;transition:transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;white-space:nowrap}
.button:hover{transform:translateY(-1px)}
.button--primary{background:var(--accent);color:#fff;box-shadow:0 10px 26px rgba(53,94,59,.2)}
.button--primary:hover{background:var(--accent-2)}
.button--ghost{background:#fff;color:var(--text);border:1px solid var(--line)}
.button--ghost:hover{background:var(--surface-2)}
.button--full{width:100%}
.topbar{position:sticky;top:0;z-index:30;background:rgba(247,242,234,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(228,216,195,.9)}
.topbar__inner{display:flex;align-items:center;gap:20px;min-height:76px}
.brand{font-weight:900;font-size:22px;letter-spacing:.04em}
.nav{display:flex;gap:16px;flex:1;justify-content:center;flex-wrap:wrap}
.nav a,.mobile-nav a{color:var(--muted);padding:8px 6px;border-radius:10px}
.nav a:hover,.mobile-nav a:hover{color:var(--text);background:rgba(255,255,255,.65)}
.topbar__actions{display:flex;gap:12px;align-items:center}
.phone-link{font-weight:800}
.burger{display:none;border:1px solid var(--line);background:#fff;border-radius:14px;padding:10px 12px;cursor:pointer}
.mobile-nav{display:none;padding:10px 16px 16px;border-top:1px solid var(--line);background:var(--bg)}
.mobile-nav.is-open{display:grid;gap:10px}
.hero{display:grid;grid-template-columns:1.08fr .92fr;gap:32px;align-items:center}
.hero__content h1{font-size:clamp(40px,6vw,68px);line-height:.96;margin:0 0 16px;max-width:12ch}
.hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}
.hero__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0;margin:20px 0 0;list-style:none}
.hero__facts li,.house-badges span,.booking-amenities span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 14px;font-weight:700}
.hero__media{position:relative}
.hero__media img{border-radius:32px;box-shadow:var(--shadow);width:100%;height:min(72vh,640px);object-fit:cover}
.cards{display:grid;gap:20px}
.cards--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.cards--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.card{background:var(--surface);border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:var(--shadow)}
.feature-card,.review-card,.rate-group,.stat{height:100%}
.feature-card h3,.rate-group h3{margin:0 0 8px}
.feature-card p,.rate-group .muted,.review-card p,.muted,.form-status{margin:0;color:var(--muted)}
.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.stat{text-align:center}
.stat__number{display:block;font-size:42px;font-weight:900;line-height:1.05}
.stat__label{color:var(--muted);margin-top:6px}
.split{display:grid;grid-template-columns:1.02fr .98fr;gap:28px;align-items:center}
.split__media img{width:100%;height:clamp(320px,45vw,560px);object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}
.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.gallery__item{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}
.gallery__item img{width:100%;aspect-ratio:4/4;object-fit:cover}
.gallery__item figcaption{padding:14px 16px;color:var(--muted)}
.footer{padding:36px 0 56px;border-top:1px solid var(--line)}
.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:24px}
.footer__brand{font-weight:900;font-size:22px;margin-bottom:12px}
.footer__title{font-weight:800;margin-bottom:8px}
.modal[hidden]{display:none}
.modal{position:fixed;inset:0;z-index:50}
.modal__backdrop{position:absolute;inset:0;background:rgba(15,13,10,.58)}
.modal__dialog{position:relative;width:min(1120px,calc(100% - 24px));max-height:calc(100vh - 24px);overflow:auto;margin:12px auto;background:#fff;border-radius:28px;padding:24px;box-shadow:var(--shadow)}
.modal__dialog--booking{width:min(980px,calc(100% - 24px));padding:14px 14px 16px}
.modal__close{position:absolute;right:12px;top:12px;border:0;background:#f5efe4;border-radius:999px;width:42px;height:42px;font-size:26px;cursor:pointer;z-index:3}
.booking-layout{display:grid;grid-template-columns:minmax(260px,330px) minmax(0,1fr);gap:16px}
.booking-aside{display:flex;flex-direction:column;gap:16px}
.booking-aside__body{display:flex;flex-direction:column;gap:12px}
.booking-main__lead{margin:2px 0 8px;font-size:14px;max-width:52ch}
.booking-gallery-main{border-radius:20px;overflow:hidden;background:var(--surface-2);aspect-ratio:4/3;max-height:260px}
.booking-gallery-main img{width:100%;height:100%;object-fit:cover;object-position:center}
.booking-gallery-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:10px}
.booking-gallery-thumbs button{border:1px solid var(--line);padding:0;background:#fff;border-radius:14px;overflow:hidden;cursor:pointer;opacity:.78}
.booking-gallery-thumbs button.is-active{opacity:1;border-color:var(--accent)}
.booking-gallery-thumbs img{width:100%;height:58px;object-fit:cover;object-position:center}
.booking-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:16px 0}
.booking-form__wide{grid-column:1/-1}
.booking-form label{display:block}
.booking-form label span{display:block;font-size:14px;font-weight:700;margin-bottom:8px}
.booking-form input,.booking-form select,.booking-form textarea{width:100%;padding:13px 15px;border:1px solid var(--line);border-radius:15px;background:#fff;color:var(--text);min-height:50px}
.booking-form input[readonly]{background:#faf7f2;cursor:pointer}
.booking-form textarea{resize:vertical;min-height:122px}
.consent{display:flex;align-items:flex-start;gap:10px;margin:4px 0 18px;padding:12px 14px;border:1px solid var(--line);border-radius:16px;background:#faf7f2}
.consent input{margin:2px 0 0;flex:0 0 auto;width:18px;height:18px}
.consent span{display:block;min-width:0;font-size:14px;line-height:1.45;color:var(--muted)}
.consent a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}
.form-status{min-height:24px;font-weight:700}
.form-status.is-error{color:#b42318}
.form-status.is-success{color:#027a48}
.hp-field{position:absolute;left:-9999px;opacity:0;pointer-events:none}
.houses-list{display:grid;gap:24px}
.house-card{padding:0;overflow:hidden}
.house-card__grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr)}
.house-card__body{padding:28px;display:flex;flex-direction:column;justify-content:center}
.house-card__body h3{margin:0 0 10px;font-size:34px;line-height:1.04}
.price{font-size:26px;font-weight:900;margin-bottom:14px}
.house-slider{position:relative;background:#eae1d0;min-height:100%;overflow:hidden;aspect-ratio:4/3}
.house-slide{display:none;height:100%;width:100%}
.house-slide.is-active{display:block}
.house-slide img{width:100%;height:100%;min-height:0;max-height:none;object-fit:contain;object-position:center center;background:#eae1d0;padding:8px}
.house-slider__nav{position:absolute;top:50%;transform:translateY(-50%);width:46px;height:46px;border:0;border-radius:999px;background:rgba(255,255,255,.88);cursor:pointer;font-size:30px;line-height:1;box-shadow:0 8px 20px rgba(0,0,0,.14)}
.house-slider__nav--prev{left:16px}
.house-slider__nav--next{right:16px}
.house-slider__dots{position:absolute;left:16px;right:16px;bottom:16px;display:flex;gap:8px;justify-content:center}
.house-slider__dots button{width:10px;height:10px;border-radius:999px;border:0;background:rgba(255,255,255,.5);cursor:pointer}
.house-slider__dots button.is-active{background:#fff}
.feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:0;margin:18px 0;list-style:none}
.feature-list li{padding:12px 14px;background:var(--surface-2);border-radius:16px}
.house-badges,.booking-amenities,.module-actions,.contact-stack{display:flex;gap:8px;flex-wrap:wrap}
.contact-stack a,.contact-stack span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 14px}
.video-card{background:var(--surface);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);overflow:hidden}
.video-card__media{display:block;width:100%;aspect-ratio:16/9;border:0;background:#000}
.calendar-picker{margin-top:8px;border:1px solid var(--line);border-radius:18px;padding:12px;background:#faf7f2;max-width:420px}
.calendar-grid{display:grid;grid-template-columns:1fr;gap:14px}
.calendar-grid--admin{grid-template-columns:repeat(3,minmax(0,1fr))}
.calendar-month{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px}
.calendar-month__title{font-weight:800;margin-bottom:10px}
.calendar-weekdays,.calendar-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}
.calendar-weekdays span{font-size:12px;color:var(--muted);text-align:center}
.calendar-day{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer;min-width:0;font-size:14px}
.calendar-day--empty{border:0;background:transparent}
.calendar-day.is-disabled{opacity:.35;cursor:not-allowed}
.calendar-day.is-selected{background:var(--accent);color:#fff;border-color:var(--accent)}
.calendar-day.is-range{background:var(--accent-soft);border-color:#cbe8d7}
.calendar-day.is-closed,.legend-box--closed{background:var(--danger);border-color:#f1aeb5}
.calendar-legend{display:flex;gap:16px;flex-wrap:wrap;margin-top:14px;color:var(--muted);font-size:14px}
.legend-box{display:inline-block;width:14px;height:14px;border:1px solid var(--line);border-radius:4px;background:#fff;vertical-align:-2px;margin-right:6px}
.legend-box--selected{background:var(--accent);border-color:var(--accent)}
.booking-summary{padding:14px;background:#faf7f2;border-radius:18px}
.booking-summary__row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--line)}
.booking-summary__row:last-of-type{border-bottom:0}
.booking-summary__hint{margin:10px 0 0;color:var(--muted);font-size:13px}
.rate-groups{align-items:start}.rate-row{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-top:1px solid var(--line)}.rate-row:first-of-type{border-top:0}.rate-row__prices{display:grid;gap:6px;text-align:right}
@media (max-width:1080px){
  .hero,.booking-layout,.house-card__grid,.footer__grid,.cards--2,.cards--3,.stats,.gallery,.calendar-grid--admin,.split{grid-template-columns:1fr 1fr}
  .nav{display:none}
  .burger{display:inline-flex}
  .topbar__actions{display:none}
  .mobile-nav .button{margin-top:6px}
}
@media (max-width:820px){
  .section{padding:62px 0}
  .container{width:min(100% - 20px,1180px)}
  .hero,.booking-layout,.house-card__grid,.footer__grid,.cards--2,.cards--3,.stats,.gallery,.calendar-grid,.calendar-grid--admin,.feature-list,.split{grid-template-columns:1fr}
  .hero__content h1{font-size:38px;max-width:none}
  .hero__media img{height:clamp(280px,58vw,420px)}
  .house-slide img{min-height:0;max-height:none;padding:6px}
  .modal__dialog{padding:14px;border-radius:22px;width:min(100% - 12px,1120px);max-height:calc(100vh - 12px)}
  .booking-gallery-main{max-height:none}
  .booking-gallery-thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}
  .booking-form__grid{grid-template-columns:1fr}
  .booking-main__lead{font-size:13px}
  .house-card__body{padding:20px}
  .house-card__body h3{font-size:28px}
  .rate-row{flex-direction:column}
  .rate-row__prices{text-align:left}
}
@media (max-width:560px){
  .section--hero{padding-top:28px}
  .topbar__inner{min-height:68px}
  .brand{font-size:20px}
  .hero__actions,.module-actions{display:grid;grid-template-columns:1fr;align-items:stretch}
  .hero__facts{grid-template-columns:1fr}
  .button{width:100%}
  .house-slider__nav{width:40px;height:40px;font-size:28px}
  .calendar-picker{padding:10px;max-width:none}
  .calendar-month{padding:10px}
  .calendar-days,.calendar-weekdays{gap:4px}
  .calendar-day{font-size:12px;border-radius:9px}
  .consent{padding:10px 12px;gap:8px}
  .consent span{font-size:13px;line-height:1.4}
  .booking-form input,.booking-form select,.booking-form textarea{padding:12px 13px}
}


body.is-locked{overflow:hidden}
.calendar-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.calendar-head__title{font-weight:800;font-size:18px}
.calendar-head__nav{width:36px;height:36px;border:1px solid var(--line);border-radius:999px;background:#fff;cursor:pointer;font-size:24px;line-height:1}
.calendar-month--single{padding:12px}
.calendar-day.is-closed,.legend-box--closed{background:#f9d9dd;border-color:#f0b1ba}
.calendar-day.is-disabled{opacity:.45}
.details-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:20px;align-items:start}
.details-layout__content{display:flex;flex-direction:column;gap:16px}
.details-gallery__main,.booking-gallery__main{border-radius:24px;overflow:hidden;background:#eee;aspect-ratio:4/3}
.details-gallery__main img,.booking-gallery__main img{width:100%;height:100%;object-fit:cover}
.details-gallery__thumbs,.booking-gallery__thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:10px}
.details-gallery__thumbs button,.booking-gallery__thumbs button{border:1px solid var(--line);padding:0;background:#fff;border-radius:14px;overflow:hidden;cursor:pointer;opacity:.78}
.details-gallery__thumbs button.is-active,.booking-gallery__thumbs button.is-active{opacity:1;border-color:var(--accent)}
.details-gallery__thumbs img,.booking-gallery__thumbs img{width:100%;height:78px;object-fit:cover}
.details-section h3{margin:0 0 10px;font-size:18px}
.details-features,.details-pros{display:flex;flex-wrap:wrap;gap:10px}
.details-features span,.details-pros span,.booking-amenities span,.house-badges span{display:inline-flex;align-items:center;padding:10px 14px;background:#fff;border:1px solid var(--line);border-radius:999px}
.reviews-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.review-card--rich{padding:22px}
.review-card__top{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;margin-bottom:14px}
.review-card__avatar{width:64px;height:64px;border-radius:20px;background:#e9dfcf;overflow:hidden;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:22px;color:#5d4b2f;box-shadow:0 10px 24px rgba(0,0,0,.08)}
.review-card__avatar img{width:100%;height:100%;object-fit:cover}
.review-card__name{font-size:18px;font-weight:800}
.review-card__meta{color:var(--muted);font-size:14px;margin-top:4px}
.review-card__rating{color:#d6a326;font-size:18px;white-space:nowrap}
.faq-grid{display:grid;gap:14px}
.faq-card{background:linear-gradient(180deg,#fff,#fffcf7);border:1px solid var(--line);border-radius:24px;padding:0 18px;box-shadow:var(--shadow)}
.faq-card summary{list-style:none;cursor:pointer;padding:20px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;font-weight:800}
.faq-card summary::-webkit-details-marker{display:none}
.faq-card summary i{display:inline-block;width:34px;height:34px;border-radius:999px;background:#f4efe7;position:relative;flex:0 0 auto}
.faq-card summary i:before,.faq-card summary i:after{content:"";position:absolute;left:50%;top:50%;width:14px;height:2px;background:#111;transform:translate(-50%,-50%)}
.faq-card summary i:after{transform:translate(-50%,-50%) rotate(90deg);transition:.2s ease}
.faq-card[open] summary i:after{transform:translate(-50%,-50%) rotate(0deg)}
.faq-card__answer{padding:0 0 18px;color:var(--muted);line-height:1.7;max-width:72ch}
.house-card__body p{max-width:62ch}
.module-actions .button{min-width:170px}
@media (max-width:980px){.details-layout,.reviews-grid{grid-template-columns:1fr}}
@media (max-width:820px){.booking-layout{grid-template-columns:1fr}.details-gallery__thumbs img,.booking-gallery__thumbs img{height:64px}.review-card__top{grid-template-columns:auto 1fr}.review-card__rating{grid-column:2}.modal__dialog--details{padding:14px}}
@media (max-width:560px){.details-gallery__thumbs,.booking-gallery__thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}.calendar-head__title{font-size:16px}.modal__dialog{width:min(100% - 10px,1120px);padding:12px;border-radius:20px}.house-slide img{min-height:240px;max-height:300px}.module-actions .button{min-width:0}.review-card--rich{padding:18px}}


.booking-main{min-width:0}.booking-main .calendar-legend{font-size:13px;gap:12px}.house-card__grid{align-items:stretch}.house-slider__nav{backdrop-filter:blur(4px)}.review-card--rich{background:linear-gradient(180deg,#fff,#fffaf3)}.review-card--rich p{line-height:1.65}.review-card__top{margin-bottom:16px}.faq-card summary span{line-height:1.35}.calendar-picker .calendar-days button:hover:not(.is-disabled){border-color:var(--accent);transform:translateY(-1px)}@media (max-width:820px){.modal__dialog--booking{width:min(100% - 12px,980px)}.booking-layout{gap:12px}.booking-summary{padding:12px}.booking-gallery-main{max-height:220px}.house-slider{aspect-ratio:16/11}.review-card__avatar{width:56px;height:56px;border-radius:18px}}@media (max-width:560px){.modal__dialog--booking{padding:12px;width:min(100% - 8px,980px)}.booking-layout{gap:10px}.calendar-head{gap:8px;margin-bottom:10px}.calendar-head__title{font-size:15px}.calendar-head__nav{width:34px;height:34px;font-size:22px}.booking-gallery-thumbs img{height:52px}.house-slider{aspect-ratio:1/1}.house-slide img{padding:4px}.review-card__top{gap:12px}.review-card__meta{font-size:13px}.faq-card{padding:0 14px}}

/* 2026-04-07 premium compact refresh */
:root{
  --shadow-soft:0 18px 50px rgba(35,27,13,.08);
}
.section{padding:54px 0}
.section--hero{padding:36px 0 56px}
.container{width:min(100% - 32px,1200px)}
.topbar{backdrop-filter:blur(10px);background:rgba(250,247,242,.9);border-bottom:1px solid rgba(115,95,67,.08);position:sticky;top:0;z-index:50}
.card,.video-card,.faq-card,.review-card--rich,.house-card{box-shadow:var(--shadow-soft)}
.section-heading{margin-bottom:24px}
.section-heading h2{margin-bottom:10px}
.section-heading p{max-width:760px}
.houses-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:start}
.house-card{border-radius:28px;background:linear-gradient(180deg,#fff,#fffcf8)}
.house-card__grid{grid-template-columns:1fr;align-items:start}
.house-slider{aspect-ratio:16/10;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#f2ebdf,#ece4d6)}
.house-slide{position:absolute;inset:0;display:block;opacity:0;pointer-events:none;transition:opacity .25s ease}
.house-slide.is-active{opacity:1;pointer-events:auto}
.house-slide img{display:block;width:100%;height:100%;padding:0;object-fit:cover;object-position:center center;background:#e8dfd2}
.house-slider__nav{width:40px;height:40px;font-size:26px;top:auto;bottom:14px;transform:none;background:rgba(255,255,255,.96)}
.house-slider__nav--prev{left:14px}
.house-slider__nav--next{right:14px}
.house-slider__dots{left:70px;right:70px;bottom:18px}
.house-slider__dots button{width:8px;height:8px;background:rgba(255,255,255,.58)}
.house-card__body{padding:20px 20px 22px}
.house-card__body h3{font-size:30px;margin-bottom:8px}
.house-card__body p{max-width:none}
.feature-list{margin:14px 0 16px;gap:8px}
.feature-list li{padding:10px 12px;border-radius:14px;font-size:14px}
.module-actions{gap:10px}
.button{min-height:48px}
.button--ghost{background:#fffaf3}
.modal__dialog{width:min(1020px,calc(100% - 20px));padding:16px 16px 18px;border-radius:24px}
.modal__dialog--booking{width:min(860px,calc(100% - 20px));padding:12px 12px 14px}
.booking-layout{grid-template-columns:minmax(245px,300px) minmax(0,1fr);gap:12px}
.booking-aside__body{padding:0}
.booking-main__lead{margin:0 0 12px;font-size:14px;line-height:1.55}
.booking-summary{padding:12px 14px;border-radius:16px}
.booking-form__grid{gap:12px}
.booking-form input,.booking-form select,.booking-form textarea{padding:12px 13px;border-radius:14px}
.calendar-picker{max-width:356px;padding:10px 10px 8px;border-radius:16px;background:#faf7f1}
.calendar-head{gap:8px;margin-bottom:8px}
.calendar-head__title{font-size:16px}
.calendar-head__nav{width:32px;height:32px;font-size:20px}
.calendar-month--single{padding:10px}
.calendar-weekdays span{font-size:11px}
.calendar-days,.calendar-weekdays{gap:4px}
.calendar-day{font-size:12px;border-radius:8px}
.calendar-legend{margin-top:10px;gap:10px;font-size:12px}
.booking-gallery__main{border-radius:18px;aspect-ratio:16/10}
.booking-gallery__main img{object-fit:cover}
.booking-gallery__thumbs img{height:56px;object-fit:cover}
.details-gallery__main{aspect-ratio:16/10}
.details-gallery__main img{object-fit:cover}
.reviews-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.review-card--rich{padding:20px;border-radius:24px;background:linear-gradient(180deg,#fff,#fff8ef)}
.review-card__avatar{width:58px;height:58px;border-radius:18px}
.review-card__name{font-size:17px}
.faq-grid{gap:12px}
.faq-card{border-radius:22px}
.faq-card summary{padding:16px 0}
.faq-card__answer{padding-bottom:16px}
.gallery{gap:14px}
.gallery__item{border-radius:22px}
.gallery__item img{aspect-ratio:4/3}
@media (max-width:1080px){
  .houses-list{grid-template-columns:1fr 1fr}
  .house-card__body h3{font-size:28px}
}
@media (max-width:820px){
  .section{padding:42px 0}
  .section--hero{padding:24px 0 46px}
  .container{width:min(100% - 20px,1200px)}
  .houses-list{grid-template-columns:1fr}
  .modal__dialog--booking{width:min(100% - 12px,860px)}
  .booking-layout{grid-template-columns:1fr;gap:12px}
  .calendar-picker{max-width:none}
}
@media (max-width:560px){
  .house-slider{aspect-ratio:4/3}
  .house-card__body{padding:16px 16px 18px}
  .house-card__body h3{font-size:24px}
  .price{font-size:22px;margin-bottom:10px}
  .modal__dialog{width:min(100% - 10px,1020px);padding:12px}
  .modal__dialog--booking{width:min(100% - 8px,860px);padding:10px}
  .calendar-picker{padding:8px}
  .calendar-head__title{font-size:15px}
  .calendar-head__nav{width:30px;height:30px;font-size:18px}
  .calendar-day{font-size:11px}
  .booking-gallery__thumbs,.details-gallery__thumbs{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .booking-gallery__thumbs img,.details-gallery__thumbs img{height:54px}
  .review-card--rich{padding:16px}
}


/* 2026-04-07 robust calendar + premium polish */
.modal__dialog--booking{width:min(760px,calc(100% - 18px));padding:10px 10px 12px}
.booking-layout{grid-template-columns:minmax(0,250px) minmax(0,1fr);gap:14px}
.booking-aside__media,.booking-gallery__main,.details-gallery__main{border-radius:18px;overflow:hidden;background:linear-gradient(180deg,#f3ecdf,#ece2d4)}
.booking-main__lead{font-size:14px;line-height:1.55}
.calendar-picker{max-width:320px;padding:8px 8px 10px;border-radius:16px}
.calendar-hint{font-size:12px;color:var(--muted);margin-bottom:8px;line-height:1.45}
.calendar-weekdays,.calendar-days{gap:4px}
.calendar-day{min-height:36px;border-radius:10px;font-size:13px}
.calendar-day.is-disabled{opacity:.38;pointer-events:none}
.calendar-day.is-selected,.calendar-day.is-start,.calendar-day.is-end{background:var(--accent);color:#fff;border-color:var(--accent)}
.calendar-day.is-range{background:#ebe4d6;border-color:#ddd1bd}
.calendar-legend{margin-top:10px;font-size:12px}
.house-slider{aspect-ratio:16/10;display:flex;align-items:center;justify-content:center}
.house-slide{position:absolute;inset:0;display:none;align-items:center;justify-content:center;padding:12px}
.house-slide.is-active{display:flex}
.house-slide img{width:100%;height:100%;object-fit:contain;object-position:center center;border-radius:18px;background:#f5ede0}
.house-card__grid{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:0}
.houses-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.house-card{overflow:hidden}
.house-card__body{padding:22px}
.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.gallery__item img{aspect-ratio:4/3;object-fit:cover}
.review-card__photos{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.review-card__photos button{padding:0;border:0;background:transparent;cursor:pointer}
.review-card__photos img{width:82px;height:82px;border-radius:14px;object-fit:cover;box-shadow:0 10px 24px rgba(0,0,0,.08)}
.faq-card{background:linear-gradient(180deg,#fff,#fffaf2);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-soft)}
.details-gallery__zoom,.booking-gallery__zoom,.gallery__zoom{display:block;padding:0;border:0;background:transparent;cursor:zoom-in;width:100%}
.lightbox-modal .modal__dialog{width:min(960px,calc(100% - 24px));padding:10px;background:#111}
.lightbox-modal img{width:100%;max-height:min(80vh,760px);object-fit:contain;border-radius:18px;background:#111}
.booking-gallery__thumbs img,.details-gallery__thumbs img{height:58px;width:100%;object-fit:cover;border-radius:12px}
@media (max-width:980px){
  .houses-list,.gallery,.booking-layout,.house-card__grid{grid-template-columns:1fr}
  .calendar-picker{max-width:none}
}
@media (max-width:640px){
  .modal__dialog--booking{width:min(100% - 10px,760px);padding:10px}
  .booking-layout{gap:10px}
  .calendar-picker{padding:8px}
  .calendar-day{min-height:34px;font-size:12px}
  .review-card__photos img{width:72px;height:72px}
}


/* 2026-04-07 v5 fixes */
.modal__dialog--booking{width:min(860px,calc(100% - 18px));padding:14px 14px 16px}
.booking-layout{grid-template-columns:minmax(0,290px) minmax(0,1fr);gap:18px}
.booking-main__lead{font-size:14px;line-height:1.55;max-width:58ch}
.calendar-picker{max-width:360px;padding:10px 10px 12px;border-radius:18px}
.calendar-month--single{padding:12px}
.calendar-day{min-height:38px;border-radius:11px;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}
.calendar-day:not(.is-disabled):hover{border-color:var(--accent);transform:translateY(-1px)}
.calendar-day.is-before-start{opacity:.52}
.calendar-day.is-checkout-candidate{background:#f6efe1}
.house-card{border-radius:26px;background:linear-gradient(180deg,#fff,#fffaf3)}
.house-card__grid{grid-template-columns:1fr;align-items:stretch}
.houses-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:stretch}
.house-slider{position:relative;aspect-ratio:16/10;min-height:0;overflow:hidden;background:#eadfcd;border-bottom:1px solid var(--line)}
.house-slide{position:absolute;inset:0;display:block;opacity:0;pointer-events:none;transition:opacity .28s ease}
.house-slide.is-active{opacity:1;pointer-events:auto}
.house-slide img{width:100%;height:100%;padding:0;object-fit:cover;object-position:center center;background:#eadfcd;border-radius:0}
.house-slider__nav{top:50%;bottom:auto;transform:translateY(-50%);width:42px;height:42px;background:rgba(255,255,255,.94)}
.house-slider__nav--prev{left:12px}.house-slider__nav--next{right:12px}
.house-slider__dots{left:56px;right:56px;bottom:14px}
.house-card__body{padding:20px 20px 22px}
.house-card__body h3{font-size:28px}
.gallery-carousel{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center}
.gallery-track{display:flex;gap:14px;overflow:auto;padding:2px 2px 8px;scroll-snap-type:x mandatory;scrollbar-width:none}
.gallery-track::-webkit-scrollbar{display:none}
.gallery-card--compact{min-width:min(320px,72vw);max-width:360px;scroll-snap-align:start;background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow-soft)}
.gallery-card--compact img{width:100%;aspect-ratio:4/3;object-fit:cover}
.gallery-card--compact figcaption{padding:12px 14px;color:var(--muted);font-size:14px}
.gallery-carousel__nav{width:42px;height:42px;border:1px solid var(--line);border-radius:999px;background:#fff;cursor:pointer;font-size:26px;line-height:1;box-shadow:var(--shadow-soft)}
.review-card__photos img{cursor:zoom-in}
@media (max-width:980px){
  .modal__dialog--booking{width:min(100% - 14px,860px)}
  .booking-layout{grid-template-columns:1fr}
  .calendar-picker{max-width:none}
  .houses-list{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  .houses-list{grid-template-columns:1fr}
  .gallery-carousel{grid-template-columns:1fr;gap:10px}
  .gallery-carousel__nav{display:none}
}
@media (max-width:560px){
  .modal__dialog--booking{width:min(100% - 10px,860px);padding:12px}
  .booking-layout{gap:12px}
  .calendar-picker{padding:8px}
  .calendar-day{min-height:34px;font-size:12px}
  .house-slider{aspect-ratio:4/3}
  .house-card__body{padding:16px}
  .gallery-card--compact{min-width:82vw}
}


/* 2026-04-08 booking modal width tweak */
.modal__dialog--booking{width:min(920px,calc(100% - 18px));padding:14px 16px 16px}
.booking-layout{grid-template-columns:minmax(0,320px) minmax(0,1fr);gap:20px}
@media (max-width:980px){.modal__dialog--booking{width:min(100% - 14px,920px)}.booking-layout{grid-template-columns:1fr}}
@media (max-width:560px){.modal__dialog--booking{width:min(100% - 10px,920px);padding:12px}}


/* 2026-04-08 premium/admin requested refinements */
:root{--shadow-soft:0 16px 38px rgba(45,29,7,.07)}
.section{padding:48px 0}
.section-heading h2{font-size:clamp(28px,4.4vw,48px)}
.houses-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.house-card{border-radius:28px;overflow:hidden;background:linear-gradient(180deg,#fff,#fdf8f0)}
.house-card__grid{grid-template-columns:1fr}
.house-slider{position:relative;aspect-ratio:16/10;background:linear-gradient(180deg,#efe6d8,#e8decd)}
.house-slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .28s ease;padding:0;border:0;background:transparent}
.house-slide.is-active{opacity:1;pointer-events:auto}
.house-slide img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:0}
.house-slider__nav{top:auto;bottom:14px;transform:none;width:40px;height:40px;background:rgba(255,255,255,.95)}
.house-slider__nav--prev{left:14px}
.house-slider__nav--next{right:14px}
.house-slider__dots{left:66px;right:66px;bottom:18px}
.house-card__body{padding:18px 18px 20px}
.house-card__body h3{font-size:26px;margin-bottom:8px}
.price{font-size:24px;margin-bottom:12px}
.feature-list li{font-size:14px}
.gallery-carousel{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center}
.gallery-track{display:flex;gap:12px;overflow:auto;padding:2px 2px 8px;scroll-snap-type:x mandatory;scrollbar-width:none}
.gallery-track::-webkit-scrollbar{display:none}
.gallery-card--compact{min-width:min(280px,62vw);max-width:320px;scroll-snap-align:start;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-soft)}
.gallery-card--compact img{width:100%;aspect-ratio:4/3;object-fit:cover}
.gallery-card--compact figcaption{padding:12px 14px;color:var(--muted);font-size:14px}
.gallery-carousel__nav{width:42px;height:42px;border:1px solid var(--line);border-radius:999px;background:#fff;cursor:pointer;font-size:26px;line-height:1;box-shadow:var(--shadow-soft)}
.modal__dialog--booking{width:min(1040px,calc(100% - 28px));padding:16px 18px 18px}
.booking-layout{grid-template-columns:minmax(320px,380px) minmax(0,1fr);gap:22px;align-items:start}
.booking-main__lead{max-width:60ch}
.calendar-picker{max-width:420px;padding:12px 12px 14px;border-radius:20px;background:linear-gradient(180deg,#faf7f1,#f6efe4)}
.calendar-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.calendar-head__nav{display:inline-flex;align-items:center;justify-content:center}
.calendar-month--single{padding:12px 10px 10px}
.calendar-weekdays span{font-size:11px}
.calendar-day{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border:1px solid var(--line);background:#fff}
.calendar-day[disabled]{opacity:.35;cursor:not-allowed}
.calendar-day.is-disabled{opacity:.35}
.calendar-day.is-before-start{opacity:.45}
.calendar-day.is-start,.calendar-day.is-end,.calendar-day.is-selected{background:var(--accent);color:#fff;border-color:var(--accent)}
.calendar-day.is-range{background:#eee4d5;border-color:#e0d2bc}
.calendar-day.is-checkout-candidate{background:#f8f1e6}
.booking-gallery-main img,.booking-gallery__main img,.details-gallery__main img{object-fit:cover}
.consent{gap:8px;padding:10px 12px}
.reviews-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.review-card--rich{padding:20px;border-radius:24px;background:linear-gradient(180deg,#fff,#fffaf1)}
.review-card__photos{display:flex;gap:10px;flex-wrap:wrap}
.review-card__photos img{width:84px;height:84px;border-radius:14px;object-fit:cover}
.lightbox-modal .modal__dialog--lightbox{width:min(1120px,calc(100% - 24px));padding:16px 70px;background:#121212;border-radius:24px;display:grid;grid-template-columns:48px minmax(0,1fr) 48px;gap:14px;align-items:center}
.lightbox-stage{display:flex;align-items:center;justify-content:center;min-height:min(76vh,760px)}
.lightbox-modal img{width:100%;max-height:min(76vh,760px);object-fit:contain;background:#121212;border-radius:18px}
.lightbox-nav{width:48px;height:48px;border:0;border-radius:999px;background:rgba(255,255,255,.16);color:#fff;font-size:30px;cursor:pointer}
.lightbox-nav[hidden]{visibility:hidden}
.lightbox-counter{grid-column:1/-1;text-align:center;color:rgba(255,255,255,.78);font-size:14px}
@media (max-width:980px){
  .modal__dialog--booking{width:min(100% - 16px,1040px)}
  .booking-layout{grid-template-columns:1fr}
  .calendar-picker{max-width:none}
}
@media (max-width:760px){
  .houses-list{grid-template-columns:1fr}
  .gallery-carousel{grid-template-columns:1fr}
  .gallery-carousel__nav{display:none}
}
@media (max-width:560px){
  .modal__dialog--booking{width:min(100% - 10px,1040px);padding:12px}
  .calendar-picker{padding:8px}
  .calendar-day{min-height:36px;font-size:12px}
  .reviews-grid{grid-template-columns:1fr}
  .lightbox-modal .modal__dialog--lightbox{width:min(100% - 10px,1120px);padding:12px 8px 14px;grid-template-columns:38px minmax(0,1fr) 38px}
  .lightbox-nav{width:38px;height:38px;font-size:24px}
}


/* 2026-04-08 booking width + calendar stability */
.modal__dialog--booking{width:min(1180px,calc(100% - 40px));padding:14px 18px 16px;}
.booking-layout{grid-template-columns:minmax(340px,400px) minmax(0,1fr);gap:24px;align-items:start;}
.booking-aside__media{max-height:300px;}
.booking-main__lead{margin:0 0 8px;font-size:13px;line-height:1.45;max-width:66ch;}
.booking-form__grid{margin:12px 0 0;gap:12px;}
.booking-form label span{margin-bottom:6px;}
.booking-form textarea{min-height:86px;}
.calendar-picker{max-width:390px;padding:10px 10px 12px;overflow:hidden;touch-action:manipulation;}
.calendar-month--single{padding:10px 8px 8px;}
.calendar-days,.calendar-weekdays{gap:3px;}
.calendar-day{min-height:40px;font-size:12px;user-select:none;-webkit-tap-highlight-color:transparent;}
.calendar-day--empty{pointer-events:none;}
.calendar-day.is-disabled{cursor:not-allowed;pointer-events:none;}
.calendar-day.is-closed{pointer-events:none;}
.calendar-head{margin-bottom:8px;}
.calendar-head__nav{position:relative;z-index:2;flex:0 0 34px;width:34px;height:34px;}
@media (max-width:1100px){.modal__dialog--booking{width:min(100% - 20px,1180px)}.booking-layout{grid-template-columns:1fr;gap:14px}.calendar-picker{max-width:none}}
@media (max-width:560px){.modal__dialog--booking{width:min(100% - 10px,1180px);padding:12px}.calendar-day{min-height:36px;font-size:12px}}


/* 2026-04-08 v9 calendar hardening + wider compact booking modal */
.modal__dialog--booking{
  width:min(1240px,calc(100% - 44px)) !important;
  padding:12px 18px 14px !important;
}
.booking-layout{
  grid-template-columns:minmax(380px,440px) minmax(0,1fr) !important;
  gap:18px !important;
  align-items:start !important;
}
.booking-aside__body{padding-top:4px}
.booking-main__lead{margin:0 0 10px}
.booking-summary{padding:14px 16px}
.booking-summary__hint{margin:8px 0 0;font-size:13px;line-height:1.45}
.booking-form__grid{margin:10px 0 0 !important;gap:10px !important}
.booking-form label span{margin-bottom:6px;display:block}
.booking-form textarea{min-height:96px}
.booking-form__wide{grid-column:1/-1}
.booking-form__wide .calendar-picker,
.calendar-picker{
  width:100%;
  max-width:520px !important;
}
.calendar-picker{
  padding:10px 12px 12px !important;
  border-radius:20px !important;
  overflow:hidden !important;
}
.calendar-month--single{padding:12px 10px 10px !important}
.calendar-head{
  gap:12px !important;
  margin-bottom:10px !important;
}
.calendar-head__title{
  flex:1 1 auto;
  text-align:center;
  font-size:17px !important;
}
.calendar-head__nav{
  flex:0 0 36px !important;
  width:36px !important;
  height:36px !important;
}
.calendar-weekdays,.calendar-days{
  width:100%;
  gap:4px !important;
}
.calendar-day{
  min-height:42px !important;
  width:100%;
  margin:0;
  justify-self:stretch;
}
.calendar-day--empty{
  border:0 !important;
  background:transparent !important;
  pointer-events:none !important;
}
.calendar-day.is-disabled,
.calendar-day.is-closed,
.calendar-day.is-before-start{
  pointer-events:none !important;
}
.calendar-days > *{
  touch-action:manipulation;
}
@media (max-width:1100px){
  .modal__dialog--booking{
    width:min(100% - 22px,1240px) !important;
  }
  .booking-layout{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }
  .booking-form__wide .calendar-picker,
  .calendar-picker{
    max-width:none !important;
  }
}
@media (max-width:560px){
  .modal__dialog--booking{
    width:min(100% - 10px,1240px) !important;
    padding:12px !important;
  }
  .booking-form textarea{min-height:84px}
  .calendar-picker{padding:8px 10px 10px !important}
  .calendar-day{min-height:36px !important}
}

/* 2026-04-08 v10 full calendar rewrite + wider balanced booking modal */
.modal__dialog--booking{
  width:min(1360px,calc(100% - 36px)) !important;
  padding:12px 18px 14px !important;
}
.booking-layout{
  grid-template-columns:minmax(390px,450px) minmax(0,1fr) !important;
  gap:20px !important;
  align-items:start !important;
}
.booking-main__lead{
  margin:0 0 8px !important;
  max-width:68ch;
}
.booking-form__grid{
  gap:10px 12px !important;
  margin:10px 0 0 !important;
}
.booking-form textarea{
  min-height:84px !important;
}
.booking-summary{
  padding:13px 15px !important;
}
.booking-form__wide .calendar-picker,
.calendar-picker{
  width:100% !important;
  max-width:none !important;
}
.calendar-picker{
  padding:12px 14px 12px !important;
  border-radius:22px !important;
  background:linear-gradient(180deg,#fbf8f2,#f5ede1) !important;
  overflow:hidden !important;
}
.calendar-head{
  display:grid !important;
  grid-template-columns:40px minmax(0,1fr) 40px !important;
  align-items:center !important;
  gap:12px !important;
  margin-bottom:10px !important;
}
.calendar-head__title{
  text-align:center !important;
  font-size:18px !important;
  line-height:1.2;
}
.calendar-head__nav{
  width:40px !important;
  height:40px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  margin:0 !important;
}
.calendar-hint{
  margin-bottom:10px !important;
}
.calendar-month--single{
  padding:12px 12px 10px !important;
}
.calendar-weekdays,
.calendar-days{
  width:100% !important;
  grid-template-columns:repeat(7,minmax(0,1fr)) !important;
  gap:6px !important;
}
.calendar-weekdays span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:18px;
}
.calendar-day{
  width:100% !important;
  min-width:0 !important;
  min-height:46px !important;
  aspect-ratio:auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
  overflow:hidden;
}
.calendar-day--empty{
  visibility:hidden;
  border:0 !important;
  background:transparent !important;
  pointer-events:none !important;
}
.calendar-day.is-disabled,
.calendar-day.is-closed,
.calendar-day.is-before-start,
.calendar-day.is-blocked-range{
  pointer-events:none !important;
  cursor:not-allowed !important;
}
.calendar-day.is-closed,
.legend-box--closed{
  background:#f3d7da !important;
  border-color:#e8b9bf !important;
}
.calendar-day.is-checkout-candidate{
  background:#f8f1e5 !important;
}
.calendar-legend{
  margin-top:12px !important;
}
@media (max-width:1100px){
  .modal__dialog--booking{
    width:min(100% - 18px,1360px) !important;
  }
  .booking-layout{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }
}
@media (max-width:560px){
  .modal__dialog--booking{
    width:min(100% - 10px,1360px) !important;
    padding:12px !important;
  }
  .calendar-picker{
    padding:10px 10px 10px !important;
  }
  .calendar-weekdays,
  .calendar-days{
    gap:4px !important;
  }
  .calendar-day{
    min-height:38px !important;
    font-size:12px !important;
  }
}


/* 2026-04-08 v11 calendar isolation + booking gallery fix */
.modal__dialog--booking{
  width:min(1420px,calc(100% - 32px)) !important;
  padding:12px 20px 14px !important;
}
.booking-layout{
  grid-template-columns:minmax(400px,470px) minmax(0,1fr) !important;
  gap:22px !important;
}
.booking-form__grid{gap:10px 14px !important;}
.booking-form__wide--calendar{display:block;}
.booking-form__wide--calendar > span{display:block;margin-bottom:6px;font-weight:700;}
.booking-form__wide--calendar .calendar-picker{pointer-events:none;}
.booking-form__wide--calendar .calendar-head__nav,
.booking-form__wide--calendar .calendar-day:not(.is-disabled):not(.calendar-day--empty){pointer-events:auto;}
.booking-form__wide--calendar .calendar-days,
.booking-form__wide--calendar .calendar-weekdays,
.booking-form__wide--calendar .calendar-month--single,
.booking-form__wide--calendar .calendar-head,
.booking-form__wide--calendar .calendar-hint,
.booking-form__wide--calendar .calendar-legend{pointer-events:none;}
.booking-form__wide--calendar .calendar-head__nav,
.booking-form__wide--calendar .calendar-day:not(.is-disabled):not(.calendar-day--empty){pointer-events:auto !important;}
.calendar-picker{
  min-width:0;
  max-width:none !important;
  padding:12px 14px 12px !important;
}
.calendar-month--single{padding:12px 14px 10px !important;}
.calendar-weekdays,
.calendar-days{gap:6px !important;}
.calendar-day{min-height:48px !important;}
.booking-gallery__main, .details-gallery__main{
  aspect-ratio:16/10 !important;
  background:linear-gradient(180deg,#f6efe3,#ecdfcf) !important;
}
.booking-gallery__main img, .details-gallery__main img{
  object-fit:contain !important;
  background:linear-gradient(180deg,#f6efe3,#ecdfcf) !important;
  padding:8px !important;
}
.booking-gallery__thumbs img, .details-gallery__thumbs img{
  object-fit:cover;
}
@media (max-width:1100px){
  .modal__dialog--booking{width:min(100% - 18px,1420px) !important;}
  .booking-layout{grid-template-columns:1fr !important;gap:14px !important;}
}
@media (max-width:560px){
  .modal__dialog--booking{width:min(100% - 10px,1420px) !important;padding:12px !important;}
  .calendar-day{min-height:40px !important;}
}

/* 2026-04-08 v12 booking gallery image fit */
.booking-aside__media,
.booking-gallery__main,
.details-gallery__main{
  background:linear-gradient(180deg,#f7f0e6,#efe3d3) !important;
}
.booking-gallery__main,
.details-gallery__main{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:280px;
}
.booking-gallery__main .booking-gallery__zoom,
.details-gallery__main .details-gallery__zoom{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  border:0;
  padding:0;
}
.booking-gallery__main img,
.details-gallery__main img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:10px 12px !important;
  background:transparent !important;
}
.booking-gallery__thumbs button,
.details-gallery__thumbs button{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:72px;
  background:linear-gradient(180deg,#f7f0e6,#efe3d3) !important;
}
.booking-gallery__thumbs img,
.details-gallery__thumbs img{
  width:100% !important;
  height:72px !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:6px !important;
  background:transparent !important;
}
@media (max-width:820px){
  .booking-gallery__main,
  .details-gallery__main{min-height:240px;}
  .booking-gallery__thumbs button,
  .details-gallery__thumbs button{min-height:64px;}
  .booking-gallery__thumbs img,
  .details-gallery__thumbs img{height:64px !important;}
}


/* 2026-04-08 v13 booking gallery thumbs restored + contain fit */
.booking-aside__media{display:grid;gap:10px;}
.booking-gallery__main,.details-gallery__main{
  display:flex;align-items:center;justify-content:center;
  min-height:280px;aspect-ratio:16/10;
  background:linear-gradient(180deg,#f7f0e6,#efe3d3) !important;
}
.booking-gallery__main .booking-gallery__zoom,.details-gallery__main .details-gallery__zoom{
  width:100%;height:100%;display:flex;align-items:center;justify-content:center;
}
.booking-gallery__main img,.details-gallery__main img{
  width:100% !important;height:100% !important;object-fit:contain !important;
  object-position:center center !important;padding:10px 12px !important;background:transparent !important;
}
.booking-gallery__thumbs,.details-gallery__thumbs{
  display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:10px !important;
  margin-top:0 !important;
}
.booking-gallery__thumbs button,.details-gallery__thumbs button{
  display:flex;align-items:center;justify-content:center;min-height:72px;
  border:1px solid var(--line);border-radius:14px;overflow:hidden;
  background:linear-gradient(180deg,#f7f0e6,#efe3d3) !important;opacity:.88;
}
.booking-gallery__thumbs button.is-active,.details-gallery__thumbs button.is-active{opacity:1;border-color:var(--accent);box-shadow:0 0 0 1px rgba(163,123,59,.18);}
.booking-gallery__thumbs img,.details-gallery__thumbs img{
  width:100% !important;height:72px !important;object-fit:contain !important;object-position:center center !important;
  padding:6px !important;background:transparent !important;
}
@media (max-width:820px){
  .booking-gallery__main,.details-gallery__main{min-height:240px;}
  .booking-gallery__thumbs,.details-gallery__thumbs{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important;}
  .booking-gallery__thumbs button,.details-gallery__thumbs button{min-height:64px;}
  .booking-gallery__thumbs img,.details-gallery__thumbs img{height:64px !important;}
}
@media (max-width:560px){
  .booking-gallery__thumbs,.details-gallery__thumbs{grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:6px !important;}
  .booking-gallery__thumbs button,.details-gallery__thumbs button{min-height:54px;}
  .booking-gallery__thumbs img,.details-gallery__thumbs img{height:54px !important;padding:4px !important;}
}


/* 2026-04-08 v14 booking thumbs unclipped */
.booking-aside__media{
  display:grid !important;
  gap:10px !important;
  max-height:none !important;
  overflow:visible !important;
  background:transparent !important;
  align-content:start;
}
.booking-gallery__main,
.details-gallery__main{
  overflow:hidden !important;
  border-radius:20px !important;
}
.booking-gallery__thumbs,
.details-gallery__thumbs{
  position:relative;
  z-index:2;
  overflow:visible !important;
}
.booking-gallery__thumbs button,
.details-gallery__thumbs button{
  min-height:76px !important;
  height:76px !important;
  overflow:hidden !important;
  border-radius:14px !important;
}
.booking-gallery__thumbs img,
.details-gallery__thumbs img{
  display:block;
  width:100% !important;
  height:100% !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  padding:6px !important;
}
@media (max-width:820px){
  .booking-gallery__thumbs button,
  .details-gallery__thumbs button{min-height:68px !important;height:68px !important;}
}
@media (max-width:560px){
  .booking-gallery__thumbs button,
  .details-gallery__thumbs button{min-height:60px !important;height:60px !important;}
}


/* 2026-04-08 v15 lightbox image sizing */
.modal__dialog--lightbox{
  width:min(1280px, calc(100vw - 24px)) !important;
  padding:14px 56px 16px !important;
  background:rgba(14,14,14,.96) !important;
  grid-template-columns:44px minmax(0,1fr) 44px !important;
  gap:12px !important;
}
.lightbox-stage{
  min-height:min(84vh, 900px) !important;
  padding:4px !important;
  background:transparent !important;
}
.lightbox-stage img,
.lightbox-modal img[data-lightbox-image]{
  width:auto !important;
  height:auto !important;
  max-width:min(1120px, 100%) !important;
  max-height:min(84vh, 900px) !important;
  object-fit:contain !important;
  object-position:center center !important;
  border-radius:20px !important;
  background:transparent !important;
  box-shadow:0 20px 80px rgba(0,0,0,.35) !important;
}
.lightbox-nav{
  align-self:center;
  background:rgba(255,255,255,.14) !important;
  backdrop-filter:blur(8px);
}
.lightbox-counter{margin-top:2px;}
@media (max-width:820px){
  .modal__dialog--lightbox{
    width:min(100vw - 12px, 1280px) !important;
    padding:12px 8px 14px !important;
    grid-template-columns:38px minmax(0,1fr) 38px !important;
  }
  .lightbox-stage{
    min-height:min(76vh, 760px) !important;
  }
  .lightbox-stage img,
  .lightbox-modal img[data-lightbox-image]{
    max-width:100% !important;
    max-height:min(76vh, 760px) !important;
  }
}


/* 2026-04-08 v16 lightbox full-size fix */
.lightbox-modal .modal__dialog--lightbox{
  width:min(1280px,calc(100vw - 24px)) !important;
  padding:18px 18px 14px !important;
  grid-template-columns:56px minmax(0,1fr) 56px !important;
  gap:16px !important;
  background:rgba(12,12,12,.96) !important;
}
.lightbox-stage{
  width:min(92vw,1160px);
  min-height:min(82vh,820px);
  max-height:min(82vh,820px);
  margin:0 auto;
}
.lightbox-modal[data-orientation="portrait"] .lightbox-stage{
  width:min(72vw,760px);
}
.lightbox-modal[data-orientation="landscape"] .lightbox-stage{
  width:min(92vw,1160px);
}
.lightbox-modal [data-lightbox-image]{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  max-height:min(82vh,820px) !important;
  object-fit:contain !important;
  object-position:center center !important;
  background:transparent !important;
  margin:0 auto !important;
  border-radius:18px;
  box-shadow:0 10px 40px rgba(0,0,0,.28);
}
.lightbox-nav{
  width:52px;
  height:52px;
  background:rgba(255,255,255,.12);
}
@media (max-width:700px){
  .lightbox-modal .modal__dialog--lightbox{
    width:min(100vw - 10px,1280px) !important;
    padding:12px 8px 14px !important;
    grid-template-columns:40px minmax(0,1fr) 40px !important;
    gap:8px !important;
  }
  .lightbox-stage,
  .lightbox-modal[data-orientation="portrait"] .lightbox-stage,
  .lightbox-modal[data-orientation="landscape"] .lightbox-stage{
    width:100%;
    min-height:min(72vh,560px);
    max-height:min(72vh,560px);
  }
  .lightbox-nav{width:40px;height:40px;font-size:24px;}
  .lightbox-modal [data-lightbox-image]{max-height:min(72vh,560px) !important;}
}


.floating-actions{position:fixed;right:18px;bottom:18px;display:flex;flex-direction:column;gap:10px;z-index:80;align-items:flex-end}.floating-booking{border:0;border-radius:999px;padding:14px 20px;background:#23412f;color:#fff;font-weight:700;box-shadow:0 12px 30px rgba(0,0,0,.18);cursor:pointer}.floating-socials{display:flex;flex-direction:column;gap:8px}.social-pill{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:#fff;color:#23412f;text-decoration:none;box-shadow:0 10px 24px rgba(0,0,0,.14);font-weight:800}.quick-dates{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 14px}.quick-dates .pill{border:1px solid #d8d0c3;cursor:pointer;background:#f7f1e7}.booking-layout{grid-template-columns:minmax(320px,1.02fr) minmax(520px,1.18fr)!important}.booking-form__grid{gap:14px!important}.booking-form__wide--calendar .calendar-picker{max-width:none!important}.section-heading--compact p{max-width:720px}
.why-us-card{min-height:100%}
@media (max-width:920px){.floating-actions{right:12px;bottom:12px}.floating-socials{flex-direction:row}.floating-booking{padding:12px 16px}.booking-layout{grid-template-columns:1fr!important}}


/* v31 floating actions refresh */
.floating-actions{position:fixed;right:18px;bottom:18px;display:flex;z-index:80;align-items:flex-end}.floating-actions__row{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:999px;background:rgba(255,250,243,.9);backdrop-filter:blur(16px);box-shadow:0 18px 40px rgba(0,0,0,.16);border:1px solid rgba(35,65,47,.08)}.floating-booking{border:0;border-radius:999px;padding:14px 22px;background:linear-gradient(135deg,#23412f 0%,#315941 100%);color:#fff;font-weight:700;box-shadow:none;cursor:pointer;white-space:nowrap}.floating-socials{display:flex;gap:8px}.social-pill{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;color:#fff;text-decoration:none;box-shadow:0 12px 24px rgba(0,0,0,.16);font-weight:800;transition:transform .18s ease, box-shadow .18s ease}.social-pill:hover{transform:translateY(-1px);box-shadow:0 16px 30px rgba(0,0,0,.2)}.social-pill svg{width:22px;height:22px;display:block;fill:currentColor}.social-pill--whatsapp{background:linear-gradient(135deg,#25d366 0%,#128c7e 100%)}.social-pill--telegram{background:linear-gradient(135deg,#27a7e7 0%,#1f8fd1 100%)}.social-pill--instagram{background:linear-gradient(135deg,#f58529 0%,#dd2a7b 55%,#8134af 100%)}
@media (max-width:920px){.floating-actions{right:12px;left:12px;bottom:12px}.floating-actions__row{width:100%;justify-content:center;gap:8px;padding:8px}.floating-booking{flex:1 1 auto;min-width:0;padding:13px 16px}.social-pill{width:42px;height:42px}.social-pill svg{width:20px;height:20px}}

.quick-dates{display:none!important}

/* v41 header/admin layout controls */
.topbar--static{position:relative}
.topbar__mobile-cta{display:none;align-items:center;justify-content:flex-end;gap:8px;min-width:0}
.topbar__mobile-socials{display:flex;align-items:center;gap:8px}
.button--mobile-booking{padding:10px 14px;font-size:13px;white-space:nowrap;width:auto}
.header-compact .topbar__inner{gap:12px}
.header-compact .brand{font-size:26px}
.floating-actions--hide-mobile-booking .floating-booking{display:inline-flex}
.floating-actions--hide-mobile-socials .social-pill{display:inline-flex}
@media (max-width:980px){
  .topbar__inner{grid-template-columns:auto auto 1fr;display:grid;align-items:center;gap:10px}
  .nav,.topbar__actions{display:none!important}
  .burger{order:2;display:inline-flex;justify-self:center}
  .topbar__mobile-cta{order:3;display:flex}
  .brand{order:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  .button--mobile-booking{max-width:100%}
  .topbar__mobile-socials .social-pill{width:42px;height:42px;border-radius:14px}
  .floating-actions--hide-mobile-booking .floating-booking{display:none}
  .floating-actions--hide-mobile-socials .social-pill{display:none}
}
@media (max-width:640px){
  .topbar__inner{grid-template-columns:minmax(0,1fr) auto auto}
  .brand{font-size:18px;letter-spacing:.02em}
  .button--mobile-booking{padding:10px 12px;font-size:12px;border-radius:14px}
  .topbar__mobile-socials{gap:6px}
  .topbar__mobile-socials .social-pill{width:38px;height:38px}
}
.admin-page-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start}
.admin-page-head--compact{align-items:center}
.house-media-manager{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:18px;align-items:start}
.admin-media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(128px,1fr));gap:12px}
.admin-media-card{display:grid;gap:8px;padding:10px;border:1px solid var(--line);border-radius:16px;background:#fcfaf6;cursor:default}
.admin-media-card img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px;border:1px solid #e7dece;background:#f3eadc}
.admin-media-card__caption{font-size:12px;color:#6f6659;word-break:break-all}
.house-editor .collection-item__head strong,.review-editor .collection-item__head strong{font-size:20px}
@media (max-width:900px){.house-media-manager,.admin-page-head{grid-template-columns:1fr;display:grid}}

/* v50 header studio */
.brand{display:flex;flex-direction:column;gap:2px}.brand small{font-size:11px;line-height:1.2;font-weight:600;letter-spacing:0;color:rgba(31,31,31,.64)}
.topbar__desktop-socials{display:flex;align-items:center;gap:8px}.topbar__desktop-socials .social-pill{width:42px;height:42px}
.topbar--theme-light{background:rgba(255,251,245,.96)!important;border-bottom:1px solid rgba(115,95,67,.10)!important}.topbar--theme-dark{background:rgba(17,22,18,.94)!important;border-bottom:1px solid rgba(255,255,255,.08)!important;color:#fff}.topbar--theme-dark .brand,.topbar--theme-dark .nav a,.topbar--theme-dark .phone-link{color:#fff}.topbar--theme-dark .brand small{color:rgba(255,255,255,.72)}.topbar--theme-dark .burger{border-color:rgba(255,255,255,.18);color:#fff}.topbar--theme-dark .button--ghost{color:#fff;border-color:rgba(255,255,255,.16);background:transparent}.topbar--theme-glass{background:rgba(247,242,234,.82)!important}.header-theme-dark .mobile-nav{background:#11161a;color:#fff}.header-theme-dark .mobile-nav a{border-color:rgba(255,255,255,.08)}
@media (min-width:921px){.floating-actions--hide-desktop-socials .social-pill{display:none}.floating-actions--hide-desktop-socials .floating-actions__row{padding-right:12px}}


/* v61 social icons + booking success */
.social-pill{padding:0;line-height:0;display:inline-flex;align-items:center;justify-content:center;overflow:hidden}
.social-pill svg{width:20px;height:20px;display:block;flex:0 0 20px;transform:none;fill:currentColor}
.topbar__desktop-socials .social-pill,.topbar__mobile-socials .social-pill{display:inline-flex;align-items:center;justify-content:center}
.topbar__desktop-socials .social-pill svg{width:19px;height:19px}
.topbar__mobile-socials .social-pill svg{width:18px;height:18px}
@media (max-width:980px){
  .floating-actions--hide-on-mobile{display:none !important}
}
.booking-success-modal[hidden]{display:none}
.booking-success-modal{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:18px}
.booking-success-modal__backdrop{background:rgba(12,14,12,.46)}
.booking-success-card{position:relative;z-index:1;width:min(520px,calc(100vw - 28px));padding:30px 28px 24px;border-radius:28px;background:linear-gradient(180deg,#fffdf9 0%,#f6f0e7 100%);border:1px solid rgba(35,65,47,.08);box-shadow:0 26px 80px rgba(0,0,0,.22);text-align:center}
.booking-success-card__close{top:10px;right:10px;background:#fff}
.booking-success-card__icon{width:74px;height:74px;margin:0 auto 16px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#2f6f4f 0%,#23412f 100%);color:#fff;font-size:34px;font-weight:900;box-shadow:0 18px 34px rgba(35,65,47,.24)}
.booking-success-card__title{margin:0 0 10px;font-size:30px;line-height:1.08}
.booking-success-card__text{margin:0;color:var(--muted);font-size:16px;line-height:1.55;white-space:pre-line}
.booking-success-card__hint{margin:14px 0 18px;color:#7b6f61;font-size:13px}
@media (max-width:700px){
  .booking-success-card{padding:24px 18px 18px;border-radius:22px}
  .booking-success-card__title{font-size:24px}
  .booking-success-card__text{font-size:15px}
}


/* 2026-04-12 mobile house preview cards */
.house-mobile-preview{display:none !important}
@media (max-width: 760px){
  .houses-list{grid-template-columns:1fr;gap:14px}
  .house-card{border-radius:24px;overflow:hidden;background:linear-gradient(180deg,#fff,#fff9f1);box-shadow:0 14px 34px rgba(33,25,14,.10)}
  .house-card__grid{grid-template-columns:1fr}
  .house-card.has-mobile-preview .house-slider{display:none !important}
  .house-mobile-preview{display:block !important;position:relative;margin:12px 12px 0;padding:0;border:0;background:transparent;cursor:pointer;text-align:left}
  .house-mobile-preview img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;object-position:center;border-radius:22px;border:1px solid rgba(164,134,83,.18);box-shadow:0 10px 28px rgba(43,29,8,.14);background:#f4ece0}
    .house-card__body{padding:14px 16px 18px}
  .house-card__body .eyebrow{font-size:11px;margin-bottom:6px}
  .house-card__body h3{font-size:22px;line-height:1.08;margin-bottom:6px}
  .house-card__body p{font-size:14px;line-height:1.5;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .house-badges{gap:6px;margin-bottom:10px}
  .house-badges span{font-size:11px;padding:6px 10px;border-radius:999px}
  .feature-list{display:none}
  .module-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .module-actions .button{padding:11px 12px;font-size:14px}
}
@media (max-width: 420px){
  .house-mobile-preview{margin:10px 10px 0}
  .house-mobile-preview img{border-radius:18px}
  .module-actions{grid-template-columns:1fr}
}

/* 2026-04-12 mobile preview cleanup + mobile details motion */

@media (max-width: 760px){
  .house-mobile-preview{display:block !important;position:relative;margin:12px 12px 0;padding:0;border:0;background:transparent;cursor:pointer;text-align:left;isolation:isolate;}
  .house-mobile-preview img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;object-position:center;border-radius:22px;border:1px solid rgba(164,134,83,.16);box-shadow:0 12px 28px rgba(43,29,8,.10), inset 0 0 0 1px rgba(255,255,255,.58);background:linear-gradient(180deg,#f7f0e5,#efe3d2);}
  .house-mobile-preview::before{content:"";position:absolute;inset:0;border-radius:22px;padding:1px;background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(197,165,112,.42));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;}
  .house-mobile-preview__hint,.house-mobile-preview::after{display:none !important;}
  [data-details-modal]{transition:background-color .28s ease;}
  [data-details-modal] .modal__backdrop{transition:opacity .28s ease;}
  [data-details-modal] .modal__dialog--details{transform:translateY(28px) scale(.985);opacity:0;transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .24s ease;will-change:transform,opacity;}
  [data-details-modal].is-mobile-opening .modal__dialog--details,[data-details-modal].is-mobile-open .modal__dialog--details{transform:translateY(0) scale(1);opacity:1;}
  [data-details-modal].is-mobile-opening .modal__backdrop,[data-details-modal].is-mobile-open .modal__backdrop{opacity:1;}
}
@media (max-width: 420px){
  .house-mobile-preview{margin:10px 10px 0;}
  .house-mobile-preview img,.house-mobile-preview::before{border-radius:18px;}
}

.social-pill--max{background:linear-gradient(180deg,#2f77ff 0%,#1757d8 100%);color:#fff}.social-pill--max svg{width:22px;height:22px}


/* v74 safe gallery toggle */
.booking-gallery__thumbs button[hidden],
.details-gallery__thumbs button[hidden]{display:none !important}
.gallery-toggle{
  margin-top:10px;width:100%;border:1px solid #d7ccbd;background:#fffaf3;color:#23412f;
  border-radius:14px;padding:10px 14px;font-weight:700;cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  box-shadow:0 10px 20px rgba(0,0,0,.05)
}
.gallery-toggle:hover{transform:translateY(-1px);box-shadow:0 14px 24px rgba(0,0,0,.08);border-color:#c7baa7}
.booking-aside__body{position:relative;z-index:1}
.booking-aside__body h2,.booking-aside__body [data-booking-house-title]{position:relative;z-index:2;margin:0 0 8px;line-height:1.12;word-break:break-word}
.booking-aside__media{align-self:stretch}
@media (max-width:560px){.gallery-toggle{padding:9px 12px;font-size:13px}}


/* v75 premium house details + booking redesign */
.house-times,
.details-staytimes,
.booking-staytimes{
  display:flex;flex-wrap:wrap;gap:10px;margin:6px 0 2px;
}
.house-times span,
.details-staytimes span,
.booking-staytimes span{
  display:inline-flex;align-items:center;padding:9px 13px;border-radius:999px;
  background:linear-gradient(180deg,#fff,#f8f1e7);border:1px solid rgba(133,108,74,.16);
  color:#3d3226;font-weight:700;font-size:13px;box-shadow:0 10px 18px rgba(49,35,17,.05);
}
.modal__dialog--booking,
.modal__dialog--details{
  width:min(100% - 24px,1180px);
  padding:18px;
  border-radius:32px;
  background:linear-gradient(180deg,#fffdf9 0%,#f5ede2 100%);
  border:1px solid rgba(96,73,42,.10);
  box-shadow:0 28px 80px rgba(24,18,9,.24);
}
.booking-layout{
  grid-template-columns:minmax(340px,420px) minmax(0,1fr) !important;
  gap:24px !important;
  align-items:start;
}
.booking-aside,
.details-layout__content--premium{
  gap:18px;
}
.booking-panel,
.details-section--card,
.details-hero,
.booking-summary--premium,
.booking-main{
  border-radius:26px;
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(251,246,239,.95));
  border:1px solid rgba(130,104,69,.12);
  box-shadow:0 18px 44px rgba(25,18,8,.08);
}
.booking-panel,
.details-hero,
.details-section--card,
.booking-main{
  padding:22px;
}
.booking-summary--premium{
  padding:18px 18px 14px;
}
.booking-aside__media,
.booking-gallery__main,
.details-gallery__main{
  border-radius:28px !important;
  overflow:hidden;
  background:linear-gradient(180deg,#f3ecdf,#eadfce);
  box-shadow:0 22px 48px rgba(33,24,11,.12);
}
.details-layout--premium{
  grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);
  gap:24px;
  align-items:start;
}
.details-layout__gallery{
  position:sticky;top:0;
}
.details-description{
  margin:0;
  font-size:15px;
  line-height:1.7;
  color:#534538;
}
.details-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.details-richtext{
  color:#55473a;
  font-size:15px;
  line-height:1.7;
}
.details-richtext p{margin:0 0 10px}
.details-richtext p:last-child{margin-bottom:0}
.details-features,
.details-pros{margin-top:12px}
.module-actions--premium{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.booking-main{
  padding:24px;
}
.booking-main__caption{
  margin:-2px 0 14px;
  color:#7c6c5b;
  font-size:13px;
  line-height:1.5;
}
.booking-note{
  margin-top:2px;
  padding:14px 16px;
  border-radius:18px;
  background:linear-gradient(180deg,#23412f,#2f5b44);
  color:#f8f4ee;
  box-shadow:0 16px 30px rgba(35,65,47,.24);
}
.booking-note p{margin:0 0 8px;line-height:1.55}
.booking-note p:last-child{margin-bottom:0}
.house-slider .house-slide{
  cursor:pointer;
}
.house-slider .house-slide img{
  transition:transform .4s ease, filter .25s ease;
}
.house-slider .house-slide:hover img{
  transform:scale(1.02);
  filter:saturate(1.02);
}
@media (max-width: 980px){
  .modal__dialog--booking,
  .modal__dialog--details{width:min(100% - 14px,1180px);padding:14px;border-radius:24px}
  .booking-layout,
  .details-layout--premium{grid-template-columns:1fr !important;gap:16px !important}
  .details-layout__gallery{position:static}
}
@media (max-width: 640px){
  .booking-panel,.details-hero,.details-section--card,.booking-main{padding:16px}
  .details-grid,.module-actions--premium{grid-template-columns:1fr}
  .house-times span,.details-staytimes span,.booking-staytimes span{font-size:12px;padding:8px 11px}
}



/* 2026-04-14 luxury house cards refresh */
.section--houses-premium{
  position:relative;
}
.section-heading--premium h2{
  letter-spacing:-0.03em;
}
.houses-list--luxury{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  align-items:stretch;
}
.house-card--luxury{
  position:relative;
  padding:0;
  overflow:hidden;
  border:1px solid rgba(163,141,109,.18);
  border-radius:32px;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.96), rgba(255,251,245,.92) 42%, rgba(244,236,223,.92) 100%);
  box-shadow:
    0 24px 56px rgba(36,26,13,.10),
    inset 0 1px 0 rgba(255,255,255,.9);
}
.house-card--luxury::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:32px;
  pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.45);
}
.house-card__media-shell{
  position:relative;
  padding:14px 14px 0;
}
.house-slider--luxury{
  position:relative;
  aspect-ratio:16/10;
  min-height:0;
  border-radius:26px;
  overflow:hidden;
  background:linear-gradient(180deg,#efe5d7,#e6dbc9);
  border:1px solid rgba(157,136,105,.14);
}
.house-card__media-overlay{
  position:absolute;
  inset:auto 0 0 0;
  height:42%;
  background:linear-gradient(180deg,rgba(20,15,10,0) 0%, rgba(20,15,10,.10) 38%, rgba(20,15,10,.40) 100%);
  pointer-events:none;
}
.house-card__topline{
  position:absolute;
  z-index:3;
  top:16px;
  left:16px;
  right:16px;
  display:flex;
  gap:10px;
  justify-content:space-between;
  align-items:flex-start;
  pointer-events:none;
}
.house-card__label,
.house-card__price-chip{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:9px 14px;
  border-radius:999px;
  font-weight:800;
  font-size:12px;
  line-height:1.1;
  letter-spacing:.06em;
  text-transform:uppercase;
  backdrop-filter:blur(14px);
  box-shadow:0 10px 24px rgba(21,15,8,.12);
}
.house-card__label{
  color:#fff;
  background:rgba(27,22,16,.36);
  border:1px solid rgba(255,255,255,.18);
}
.house-card__price-chip{
  color:#23412f;
  background:rgba(255,248,239,.92);
  border:1px solid rgba(199,176,144,.45);
  white-space:nowrap;
}
.house-slider--luxury .house-slide{
  position:absolute;
  inset:0;
  display:block;
  opacity:0;
  pointer-events:none;
  transition:opacity .25s ease, transform .35s ease;
}
.house-slider--luxury .house-slide.is-active{
  opacity:1;
  pointer-events:auto;
}
.house-slider--luxury .house-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .55s ease;
}
.house-slider--luxury:hover .house-slide.is-active img{
  transform:scale(1.03);
}
.house-card__body--luxury{
  padding:22px 22px 24px;
  display:flex;
  flex-direction:column;
  gap:16px;
}
.house-card__header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
}
.house-card__body--luxury h3{
  margin:0;
  font-size:32px;
  line-height:1.02;
  letter-spacing:-0.04em;
  color:#1f1a15;
}
.house-card__subtitle{
  margin:8px 0 0;
  font-size:15px;
  line-height:1.62;
  color:#6e6558;
}
.house-badges--luxury,
.house-times--luxury{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.house-badges--luxury span,
.house-times--luxury span{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  min-height:42px;
  border-radius:999px;
  border:1px solid rgba(187,165,132,.28);
  background:linear-gradient(180deg,#fffdf9,#f7f0e5);
  color:#2d261f;
  box-shadow:0 8px 18px rgba(47,36,20,.05);
}
.house-times--luxury span{
  color:#23412f;
  background:linear-gradient(180deg,#f8fcf8,#edf6ee);
  border-color:rgba(92,133,100,.18);
}
.house-card__lead{
  margin:0;
  color:#554d42;
  line-height:1.72;
  font-size:15px;
}
.feature-list--luxury{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.feature-list--luxury li{
  position:relative;
  padding:13px 14px 13px 38px;
  border-radius:18px;
  border:1px solid rgba(186,165,132,.24);
  background:linear-gradient(180deg,#fff,#fbf6ee);
  color:#2a241d;
  font-weight:700;
  box-shadow:0 10px 22px rgba(42,31,18,.05);
}
.feature-list--luxury li::before{
  content:"";
  position:absolute;
  left:14px;
  top:50%;
  width:14px;
  height:14px;
  border-radius:999px;
  transform:translateY(-50%);
  background:linear-gradient(180deg,#335b3b,#28492d);
  box-shadow:0 0 0 4px rgba(53,94,59,.10);
}
.house-card__footer{
  margin-top:auto;
  display:grid;
  gap:14px;
}
.house-card__footer-note{
  color:#7a6d5e;
  font-size:13px;
  line-height:1.55;
}
.module-actions--luxury{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.module-actions--luxury .button{
  width:100%;
  min-height:50px;
}
.house-card--luxury .house-slider__nav{
  top:auto;
  bottom:14px;
  transform:none;
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.92);
  box-shadow:0 10px 24px rgba(23,17,9,.16);
  backdrop-filter:blur(8px);
}
.house-card--luxury .house-slider__nav--prev{left:14px}
.house-card--luxury .house-slider__nav--next{right:14px}
.house-card--luxury .house-slider__dots{
  left:68px;
  right:68px;
  bottom:19px;
  gap:8px;
}
.house-card--luxury .house-slider__dots button{
  width:8px;
  height:8px;
  border-radius:999px;
  border:0;
  background:rgba(255,255,255,.44);
}
.house-card--luxury .house-slider__dots button.is-active{
  background:#fff;
  transform:scale(1.2);
}
@media (max-width:980px){
  .houses-list--luxury{
    grid-template-columns:1fr;
  }
}
@media (max-width:640px){
  .house-card__media-shell{
    padding:10px 10px 0;
  }
  .house-slider--luxury{
    border-radius:22px;
    aspect-ratio:4/3;
  }
  .house-card__body--luxury{
    padding:18px 16px 18px;
    gap:14px;
  }
  .house-card__body--luxury h3{
    font-size:24px;
  }
  .house-card__label,
  .house-card__price-chip{
    min-height:32px;
    padding:8px 11px;
    font-size:10px;
  }
  .feature-list--luxury{
    grid-template-columns:1fr;
  }
  .module-actions--luxury{
    grid-template-columns:1fr;
  }
}


/* 2026-04-14 audited premium fixes */
.house-card--luxury{
  display:flex;
  flex-direction:column;
  height:100%;
}
.house-card__media-shell,
.house-card__body--luxury{
  width:100%;
}
.house-card__body--luxury{
  flex:1 1 auto;
  justify-content:flex-start;
}
.house-card__footer{
  margin-top:auto;
}
.house-card__footer-note{
  min-height:0;
}
.house-card--luxury .feature-list--luxury{
  align-content:start;
}
.house-card--luxury .module-actions--luxury{
  align-items:stretch;
}
.details-layout--premium{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
  gap:24px;
  align-items:start;
}
.details-layout__gallery,
.details-layout__content--premium{
  min-width:0;
}
.details-layout__content--premium{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.details-hero{
  padding:22px;
  border:1px solid rgba(181,160,127,.22);
  border-radius:24px;
  background:linear-gradient(180deg,#fffdf9,#f7efe3);
  box-shadow:0 18px 36px rgba(36,26,13,.06);
}
.details-description{
  margin:8px 0 0;
  line-height:1.72;
  color:#564d40;
}
.details-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.details-section--card{
  padding:20px;
  border:1px solid rgba(181,160,127,.22);
  border-radius:22px;
  background:linear-gradient(180deg,#fff,#faf4ea);
  box-shadow:0 14px 30px rgba(36,26,13,.05);
}
.details-section--card h3{
  margin:0 0 12px;
  font-size:18px;
}
.details-richtext,
.booking-note{
  line-height:1.68;
  color:#554c40;
}
.details-features,
.details-pros,
.details-staytimes,
.booking-staytimes,
.booking-amenities{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.details-features span,
.details-pros span,
.details-staytimes span,
.booking-staytimes span,
.booking-amenities span{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid rgba(185,165,134,.24);
  background:linear-gradient(180deg,#fff,#f8f1e6);
}
.booking-layout{
  grid-template-columns:minmax(320px,.92fr) minmax(0,1.08fr);
  gap:22px;
  align-items:start;
}
.booking-aside{
  min-width:0;
  display:grid;
  gap:16px;
  align-content:start;
}
.booking-aside__body--premium{
  display:grid;
  gap:16px;
  align-content:start;
}
.booking-panel,
.booking-summary--premium,
.booking-main{
  border-radius:24px;
}
.booking-panel{
  padding:22px;
  border:1px solid rgba(181,160,127,.22);
  background:linear-gradient(180deg,#fffdf9,#f7efe3);
}
.booking-main{
  padding:20px;
  border:1px solid rgba(181,160,127,.18);
  background:linear-gradient(180deg,#fff,#fcf7ef);
}
.booking-aside__media{
  min-height:0;
}
.booking-gallery__main,
.details-gallery__main{
  min-height:320px;
}
.booking-gallery__main .booking-gallery__zoom,
.details-gallery__main .details-gallery__zoom{
  display:block;
  width:100%;
  height:100%;
}
.booking-gallery__thumbs,
.details-gallery__thumbs{
  align-items:start;
}
.booking-gallery__thumbs button,
.details-gallery__thumbs button{
  min-height:68px;
}
.gallery-toggle{
  margin-top:10px;
  width:100%;
}
@media (max-width:980px){
  .details-layout--premium,
  .booking-layout,
  .details-grid{
    grid-template-columns:1fr;
  }
  .booking-gallery__main,
  .details-gallery__main{
    min-height:260px;
  }
}



/* 2026-04-14 final audit fixes: centered booking image, premium details, compact cards, premium admin */
.houses-list--luxury{align-items:start !important}
.house-card--luxury{display:flex;flex-direction:column;height:auto !important;min-height:0 !important}
.house-card__body--luxury{display:flex;flex-direction:column;flex:1 1 auto;gap:14px}
.house-card__footer{margin-top:auto;padding-top:2px}
.house-card__footer-note{min-height:0}
.feature-list--luxury{align-content:start}
.house-card__body--luxury h3{word-break:break-word}

.booking-gallery__main,
.details-gallery__main{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  background:linear-gradient(180deg,#f4ecdf,#eadfce) !important;
}
.booking-gallery__main .booking-gallery__zoom,
.details-gallery__main .details-gallery__zoom{
  width:100% !important;
  height:100% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:0 !important;
}
.booking-gallery__main img,
.details-gallery__main img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  padding:0 !important;
  margin:0 auto !important;
  display:block !important;
  background:transparent !important;
}
.booking-gallery__thumbs img,
.details-gallery__thumbs img{
  object-fit:cover !important;
  object-position:center center !important;
  padding:0 !important;
}

.modal__dialog--details{
  width:min(1180px, calc(100% - 30px)) !important;
  padding:16px 18px 18px !important;
}
.details-layout--premium{
  display:grid !important;
  grid-template-columns:minmax(420px, 1.02fr) minmax(0, .98fr) !important;
  gap:24px !important;
  align-items:start !important;
}
.details-layout__gallery{
  position:sticky;
  top:10px;
}
.details-layout__content--premium{
  display:grid;
  gap:16px;
}
.details-hero{
  padding:18px 20px;
  border-radius:24px;
  background:linear-gradient(180deg,#fffdf9,#f6eee2);
  border:1px solid rgba(192,171,140,.24);
  box-shadow:0 18px 40px rgba(41,28,13,.06);
}
.details-hero h2{
  margin:6px 0 10px;
  font-size:36px;
  line-height:1.02;
  letter-spacing:-.04em;
}
.details-description{
  margin:10px 0 0;
  color:#5f5448;
  line-height:1.7;
}
.details-staytimes,
.details-features,
.details-pros{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.details-staytimes span,
.details-features span,
.details-pros span{
  display:inline-flex;
  align-items:center;
  min-height:42px;
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(190,170,140,.28);
  box-shadow:0 10px 18px rgba(47,34,16,.04);
}
.details-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}
.details-section--card{
  border-radius:24px;
  padding:18px 18px 16px;
  background:linear-gradient(180deg,#fff,#faf4ea);
  border:1px solid rgba(190,170,140,.24);
  box-shadow:0 18px 40px rgba(41,28,13,.05);
}
.details-section--card h3{
  margin:0 0 10px;
  font-size:18px;
}
.details-richtext{
  color:#5f5448;
  line-height:1.72;
}
.module-actions--premium{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.module-actions--premium .button{
  min-height:52px;
}
@media (max-width:980px){
  .modal__dialog--details{width:min(100% - 16px,1180px) !important}
  .details-layout--premium{grid-template-columns:1fr !important}
  .details-layout__gallery{position:static}
}
@media (max-width:640px){
  .details-grid,
  .module-actions--premium{grid-template-columns:1fr}
  .details-hero h2{font-size:28px}
}

/* Premium admin */
body.admin-premium{background:
  radial-gradient(circle at top left, rgba(255,255,255,.7), transparent 32%),
  linear-gradient(180deg,#f7f1e7 0%, #f0e7da 100%)}
.admin-sidebar{
  background:linear-gradient(180deg,#152219 0%, #1c2d22 55%, #1f241f 100%) !important;
  box-shadow:inset -1px 0 0 rgba(255,255,255,.06);
}
.admin-brand{
  font-size:22px;
  letter-spacing:.03em;
}
.admin-nav a{
  border:1px solid transparent;
  background:rgba(255,255,255,.03);
}
.admin-nav a.is-active,
.admin-nav a:hover{
  background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.08));
  border-color:rgba(255,255,255,.10);
}
.panel,.card,.collection-item{
  border-radius:24px !important;
  box-shadow:0 22px 50px rgba(36,23,8,.08) !important;
}
.admin-header{
  margin-bottom:24px;
}
.collection-item__head{
  gap:12px;
  align-items:flex-start;
}
.collection-item__tools{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  align-items:center;
}
.button--icon{
  min-width:40px;
  height:40px;
  padding:0 12px;
}
.gallery-manager__toolbar{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:space-between;
  align-items:center;
}
.gallery-manager__hint{
  color:#6d6357;
  line-height:1.6;
}
.gallery-item{
  position:relative;
  padding-top:14px;
}
.gallery-item::before{
  content:"Фото";
  position:absolute;
  top:14px;
  right:16px;
  font-size:11px;
  font-weight:800;
  color:#7a674d;
  background:#f0e6d8;
  border-radius:999px;
  padding:6px 10px;
}
.gallery-item .admin-image-preview{
  max-width:none;
  width:100%;
}
.gallery-order{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:16px;
  align-items:start;
}
.gallery-order .admin-image-preview img{
  aspect-ratio:1/1;
}
.gallery-fields{
  display:grid;
  gap:12px;
}
@media (max-width:760px){
  .gallery-order{grid-template-columns:1fr}
  .collection-item__tools{width:100%}
}



/* v94 hotfix: booking gallery fit, thumb sizing, robust details modal */
.booking-gallery__main,
.details-gallery__main{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  overflow:hidden !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-sizing:border-box !important;
}
.booking-gallery__main .booking-gallery__zoom,
.details-gallery__main .details-gallery__zoom{
  width:100% !important;
  max-width:100% !important;
  height:100% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  border-radius:inherit !important;
  box-sizing:border-box !important;
}
.booking-gallery__main img,
.details-gallery__main img{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  height:100% !important;
  max-height:100% !important;
  margin:0 auto !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
  padding:0 !important;
  box-sizing:border-box !important;
}
.booking-gallery__thumbs,
.details-gallery__thumbs{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:10px !important;
  margin-top:12px !important;
}
.booking-gallery__thumbs button,
.details-gallery__thumbs button{
  width:100% !important;
  min-width:0 !important;
  min-height:72px !important;
  height:72px !important;
  padding:6px !important;
  border-radius:16px !important;
  overflow:hidden !important;
  box-sizing:border-box !important;
  background:#fbf6ee !important;
}
.booking-gallery__thumbs img,
.details-gallery__thumbs img{
  width:100% !important;
  height:100% !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
  border-radius:10px !important;
  padding:0 !important;
  margin:0 !important;
}
.booking-aside,
.details-layout__gallery,
.booking-aside__media{
  min-width:0 !important;
}
.modal__dialog--details{
  overflow:auto !important;
}
@media (max-width:760px){
  .booking-gallery__thumbs,
  .details-gallery__thumbs{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:8px !important;
  }
  .booking-gallery__thumbs button,
  .details-gallery__thumbs button{
    min-height:64px !important;
    height:64px !important;
    padding:5px !important;
  }
}



/* v95 animals popup */
.gallery-extra-actions{
  margin-top:18px;
  display:flex;
  justify-content:center;
}
.button--animals{
  min-height:52px;
  padding:0 22px;
  border-radius:999px;
  box-shadow:0 16px 34px rgba(43,31,14,.08);
}
.modal__dialog--animals{
  width:min(760px, calc(100% - 24px));
  padding:22px 22px 20px;
}
.animals-modal__hero{
  padding:10px 4px 12px;
}
.animals-modal__hero h2{
  margin:6px 0 0;
  font-size:36px;
  line-height:1.02;
  letter-spacing:-.04em;
}
.animals-modal__content{
  border-radius:24px;
  padding:20px;
  background:linear-gradient(180deg,#fff,#faf4ea);
  border:1px solid rgba(190,170,140,.24);
  box-shadow:0 18px 40px rgba(41,28,13,.05);
  color:#5f5448;
  line-height:1.78;
}
@media (max-width:640px){
  .animals-modal__hero h2{font-size:28px}
  .modal__dialog--animals{padding:18px 14px 14px}
}



/* v95 faq images */
.faq-item__image{
  margin:0 0 12px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(190,170,140,.24);
  background:#f7efe3;
  max-width:420px;
}
.faq-item__image img{
  display:block;
  width:100%;
  height:auto;
}



/* v96 real fix */
.booking-gallery__main,
.details-gallery__main{
  width:100%;
  max-width:100%;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  box-sizing:border-box;
}
.booking-gallery__main .booking-gallery__zoom,
.details-gallery__main .details-gallery__zoom{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  box-sizing:border-box;
}
.booking-gallery__main img,
.details-gallery__main img{
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:cover;
  object-position:center center;
  display:block;
  margin:0 auto;
}
.booking-gallery__thumbs,
.details-gallery__thumbs{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.booking-gallery__thumbs button,
.details-gallery__thumbs button{
  min-width:0;
  height:72px;
  padding:6px;
  border-radius:16px;
  overflow:hidden;
}
.booking-gallery__thumbs img,
.details-gallery__thumbs img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  border-radius:10px;
}
@media (max-width:760px){
  .booking-gallery__thumbs,
  .details-gallery__thumbs{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
  }
  .booking-gallery__thumbs button,
  .details-gallery__thumbs button{
    height:64px;
    padding:5px;
  }
}



/* v97 real booking + details fix */
.calendar-picker{
  min-height: 380px;
}
.calendar-grid{
  width:100%;
}
.booking-layout,
.booking-aside,
.booking-aside__media,
.booking-aside__body{
  min-width:0;
}
.booking-gallery__main,
.booking-gallery__thumbs button,
.booking-gallery__thumbs img{
  box-sizing:border-box;
}
.booking-gallery__main{
  width:100%;
  overflow:hidden;
  border-radius:24px;
}
.booking-gallery__main img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.booking-gallery__thumbs{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}
.booking-gallery__thumbs button{
  width:100%;
  height:72px;
  padding:6px;
  overflow:hidden;
  border-radius:16px;
}
.booking-gallery__thumbs img{
  width:100%;
  height:100%;
  border-radius:10px;
  object-fit:cover;
}
@media (max-width:760px){
  .calendar-picker{min-height:340px}
  .booking-gallery__thumbs{grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px}
  .booking-gallery__thumbs button{height:64px; padding:5px}
}
