.header-bg{height:88px;background:#ebe9e5}@media screen and (max-width: 820px){.header-bg{height:72px}}.hero-gallery{display:grid;grid-template-columns:3fr 2fr;grid-template-rows:repeat(3, 1fr);gap:6px;height:500px;max-width:1280px;margin:0 auto;padding:40px 40px 0}@media screen and (max-width: 820px){.hero-gallery{height:360px;padding:24px 24px 0}}@media screen and (max-width: 500px){.hero-gallery{display:block;height:auto;padding:24px 0 0}}.hero-gallery img{width:100%;height:100%;object-fit:cover;display:block;border-radius:4px}.hero-gallery__item{overflow:hidden;cursor:pointer;transition:filter .3s ease}.hero-gallery__item:hover{filter:brightness(0.85)}.hero-gallery__main{grid-row:1/-1}@media screen and (max-width: 500px){.hero-gallery__main{height:280px;width:100%;padding:0 24px}}@media screen and (max-width: 500px){.hero-gallery__sub{display:none}}.hero-gallery__sub-scroll{display:none}@media screen and (max-width: 500px){.hero-gallery__sub-scroll{display:flex;gap:4px;margin-top:4px;overflow-x:auto;scrollbar-width:none;justify-content:center}.hero-gallery__sub-scroll::-webkit-scrollbar{display:none}}.hero-gallery__sub-scroll-item{flex-shrink:0;width:140px;height:90px;cursor:pointer;transition:filter .3s ease}.hero-gallery__sub-scroll-item:hover{filter:brightness(0.85)}.hero-gallery__sub-scroll-item img{width:100%;height:100%;object-fit:cover;border-radius:4px}.hero-gallery--count-1{display:block;height:500px}@media screen and (max-width: 820px){.hero-gallery--count-1{height:360px}}@media screen and (max-width: 500px){.hero-gallery--count-1{height:280px}}.hero-gallery--count-1 .hero-gallery__main{height:100%}.hero-gallery--count-2{grid-template-columns:1fr 1fr;grid-template-rows:1fr}.hero-gallery--count-2 .hero-gallery__main{grid-row:auto}@media screen and (max-width: 500px){.hero-gallery--count-2 .hero-gallery__sub{display:none}}@media screen and (max-width: 500px){.hero-gallery--count-2{display:block}}.hero-gallery--count-3{grid-template-rows:1fr 1fr}.hero-gallery--count-3 .hero-gallery__main{grid-row:1/-1}.lightbox{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:rgba(13,14,16,.9);opacity:0;pointer-events:none;transition:opacity .3s ease}.lightbox[aria-hidden=false]{opacity:1;pointer-events:auto}.lightbox__close{position:absolute;top:20px;right:24px;background:none;border:none;color:#fff;font-size:36px;cursor:pointer;transition:color .3s ease}.lightbox__close:hover{color:#c9a84c}.lightbox__arrow{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff;font-size:48px;cursor:pointer;transition:color .3s ease}.lightbox__arrow:hover{color:#c9a84c}.lightbox__arrow--prev{left:24px}.lightbox__arrow--next{right:24px}.lightbox__image-wrap{display:flex;align-items:center;justify-content:center}.lightbox__image{max-width:90vw;max-height:85vh;object-fit:contain}.lightbox__counter{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);font-family:"Inter",sans-serif;font-weight:400;font-size:14px;color:hsla(0,0%,100%,.7)}.sec-detail{padding-block:60px 120px;background:#fff}@media screen and (max-width: 820px){.sec-detail{padding-block:40px 80px}}.sec-detail .detail-wrap{max-width:1280px;margin-inline:auto;padding-inline:40px;display:grid;grid-template-columns:calc(65% - 30px) calc(35% - 30px);gap:60px}@media screen and (max-width: 820px){.sec-detail .detail-wrap{grid-template-columns:1fr;padding-inline:24px;gap:40px}}@media screen and (max-width: 500px){.sec-detail .detail-wrap{padding-inline:16px}}.detail-title{font-family:"Playfair Display",serif;font-weight:700;font-size:32px;line-height:1.3;color:#0d0e10;margin-bottom:12px}@media screen and (max-width: 820px){.detail-title{font-size:24px;margin-bottom:8px}}.detail-meta{display:flex;align-items:center;gap:6px;font-family:"Inter",sans-serif;font-weight:400;font-size:15px;color:#6b7280;line-height:1.5;margin-bottom:40px}@media screen and (max-width: 820px){.detail-meta{font-size:14px;margin-bottom:32px}}.detail-meta .detail-meta__icon{width:16px;height:16px;flex-shrink:0}.detail-meta .detail-meta__icon svg{width:100%;height:100%;stroke:#6b7280}.detail-meta .detail-meta__separator{margin-inline:6px}.detail-overview{margin-bottom:48px}@media screen and (max-width: 820px){.detail-overview{margin-bottom:36px}}.detail-section-label{font-family:"Inter",sans-serif;font-weight:600;font-size:11px;letter-spacing:.1em;color:#c9a84c;margin-bottom:20px}@media screen and (max-width: 820px){.detail-section-label{margin-bottom:16px}}.overview-list{display:grid;grid-template-columns:1fr 1fr;column-gap:32px;row-gap:16px}@media screen and (max-width: 820px){.overview-list{grid-template-columns:1fr;row-gap:12px}}.overview-item{display:flex;align-items:center;gap:10px}.overview-item .overview-item__icon{width:20px;height:20px;flex-shrink:0}.overview-item .overview-item__icon svg{width:100%;height:100%;stroke:#c9a84c}.overview-item .overview-item__text{font-family:"Inter",sans-serif;font-weight:400;font-size:15px;color:#0d0e10}@media screen and (max-width: 820px){.overview-item .overview-item__text{font-size:14px}}.detail-description{font-family:"Inter",sans-serif;font-weight:300;font-size:16px;line-height:1.85;color:#0d0e10;margin-bottom:48px}@media screen and (max-width: 820px){.detail-description{font-size:15px;margin-bottom:36px}}.detail-description a{color:#5a8a9a;text-decoration:none}.detail-description a:hover{text-decoration:underline}.detail-divider{width:100%;height:1px;background:rgba(201,168,76,.3);margin-bottom:48px}@media screen and (max-width: 820px){.detail-divider{margin-bottom:36px}}.detail-price{margin-bottom:48px}@media screen and (max-width: 820px){.detail-price{margin-bottom:36px}}.detail-price__from{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;color:#6b7280;margin-right:4px}@media screen and (max-width: 820px){.detail-price__from{font-size:13px}}.detail-price__amount{font-family:"Inter",sans-serif;font-weight:700;font-size:28px;color:#c9a84c}@media screen and (max-width: 820px){.detail-price__amount{font-size:24px}}.detail-price__unit{font-family:"Inter",sans-serif;font-weight:400;font-size:16px;color:#6b7280;margin-left:4px}@media screen and (max-width: 820px){.detail-price__unit{font-size:14px}}.detail-price__detail{font-family:"Inter",sans-serif;font-weight:300;font-size:14px;color:#6b7280;line-height:1.75;margin-top:8px}@media screen and (max-width: 820px){.detail-price__detail{font-size:13px}}.detail-price__detail a{color:#5a8a9a;text-decoration:none}.detail-price__detail a:hover{text-decoration:underline}.detail-price__request{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;color:#6b7280}.detail-host-comment{margin-bottom:48px}@media screen and (max-width: 820px){.detail-host-comment{margin-bottom:36px}}.detail-host-comment__block{border-left:3px solid #c9a84c;background:rgba(201,168,76,.1);padding:24px 24px 24px 20px;border-radius:0 4px 4px 0}.detail-host-comment__block p{font-family:"Inter",sans-serif;font-weight:300;font-style:italic;font-size:15px;line-height:1.75;color:#0d0e10}@media screen and (max-width: 820px){.detail-host-comment__block p{font-size:14px}}@media screen and (max-width: 820px){.detail-right{display:none}}.booking-card{position:sticky;top:96px;background:#fff;border:1px solid rgba(201,168,76,.4);border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.08);padding:32px}.booking-card__price-line{display:flex;align-items:baseline;flex-wrap:wrap;margin-bottom:8px}.booking-card__from{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;color:#6b7280;margin-right:4px}.booking-card__amount{font-family:"Inter",sans-serif;font-weight:700;font-size:28px;color:#c9a84c}.booking-card__unit{font-family:"Inter",sans-serif;font-weight:400;font-size:15px;color:#6b7280;margin-left:4px}.booking-card__request{font-family:"Inter",sans-serif;font-weight:400;font-size:15px;color:#6b7280;margin-bottom:8px}.booking-card__detail{font-family:"Inter",sans-serif;font-weight:300;font-size:13px;color:#6b7280;line-height:1.6;margin-bottom:24px}.booking-card__detail a{color:#5a8a9a;text-decoration:none}.booking-card__detail a:hover{text-decoration:underline}.booking-card__cta{position:relative;display:block;width:100%;padding:16px 0;background:#c9a84c;color:#0d0e10;font-family:"Inter",sans-serif;font-weight:600;font-size:16px;text-align:center;text-decoration:none;border:none;border-radius:4px;cursor:pointer;transition:background .3s ease;margin-bottom:16px}.booking-card__cta:hover{background:#d4b85c}.booking-card__cta .booking-card__cta-arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%) rotate(45deg);width:8px;height:8px;border-top:solid 2px #0d0e10;border-right:solid 2px #0d0e10}.booking-card__note{font-family:"Inter",sans-serif;font-weight:300;font-size:12px;color:#6b7280;line-height:1.6;text-align:center;margin-bottom:24px}.booking-card__divider{width:100%;height:1px;background:rgba(201,168,76,.2);margin-bottom:20px}.booking-card__share{display:flex;align-items:center;justify-content:center;gap:6px;font-family:"Inter",sans-serif;font-weight:400;font-size:13px;color:#5a8a9a;cursor:pointer;transition:color .3s ease;background:none;border:none;width:100%}.booking-card__share:hover{color:#7fa8b8}.booking-card__share svg{width:14px;height:14px;stroke:currentColor;flex-shrink:0}.booking-card__share--copied{color:#c9a84c}.sp-booking-bar{display:none}@media screen and (max-width: 820px){.sp-booking-bar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:100;background:#fff;border-top:1px solid rgba(201,168,76,.3);box-shadow:0 -2px 12px rgba(0,0,0,.08);padding:12px 16px;align-items:center;justify-content:space-between;opacity:0;transform:translateY(100%);transition:opacity .3s ease,transform .3s ease;pointer-events:none}.sp-booking-bar.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}}.sp-booking-bar__price{display:flex;flex-direction:column}.sp-booking-bar__from{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;color:#6b7280}.sp-booking-bar__amount-line{display:flex;align-items:baseline}.sp-booking-bar__amount{font-family:"Inter",sans-serif;font-weight:700;font-size:18px;color:#c9a84c}.sp-booking-bar__unit{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;color:#6b7280;margin-left:4px}.sp-booking-bar__request{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;color:#6b7280}.sp-booking-bar__cta{position:relative;display:inline-block;padding:14px 48px;background:#c9a84c;color:#0d0e10;font-family:"Inter",sans-serif;font-weight:600;font-size:14px;text-align:center;text-decoration:none;border:none;border-radius:4px;cursor:pointer;transition:background .3s ease;white-space:nowrap}.sp-booking-bar__cta:hover{background:#d4b85c}.sp-booking-bar__cta-arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%) rotate(45deg);width:7px;height:7px;border-top:solid 2px #0d0e10;border-right:solid 2px #0d0e10}.back-link{display:block;font-family:"Inter",sans-serif;font-weight:500;font-size:16px;text-align:center;color:#5a8a9a;text-decoration:none;margin:0 auto;padding:40px 0 80px;max-width:1280px;transition:color .3s ease}.back-link:hover{color:#7fa8b8}@media screen and (max-width: 820px){.back-link{padding:32px 0 60px}}@media screen and (max-width: 820px){footer{padding-bottom:72px}}
