.hg-layout,.hg-layout__main,.hg-layout__main-rest,.hg-layout__main-top{display:flex;flex-direction:column;gap:28px}.hg-layout__main-rest,.hg-layout__main-top{min-width:0}.hg-booking-card{display:none}.hg-page{background-color:var(--color-bg);background-image:var(--hg-bg-image,none);background-size:cover;background-position:top;background-repeat:no-repeat;min-height:100vh;font-family:var(--font-sans);color:var(--color-fg);display:flex;flex-direction:column;touch-action:pan-x pan-y}.hg-page[style*="--hg-bg-image"] .hg-content{background:var(--color-bg);border-radius:24px 24px 0 0;margin-top:-24px;position:relative;z-index:1}.hg-hero{width:100%;position:relative;background:var(--color-surface-alt,#f4f4f4)}.hg-mosaic{position:relative;max-width:1120px;margin:16px auto 0;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:8px;gap:8px;aspect-ratio:2/1;border-radius:16px;overflow:hidden}.hg-mosaic__hero{grid-row:1/span 2;grid-column:1;border:none;padding:0;background:var(--color-surface-alt);cursor:pointer;overflow:hidden;border-radius:16px 0 0 16px;outline:none}.hg-mosaic__hero:focus-visible{outline:2px solid var(--color-fg);outline-offset:2px}.hg-mosaic__hero img{transition:transform .22s cubic-bezier(.4,0,.2,1)}.hg-mosaic__hero:hover img{transform:scale(1.02)}.hg-mosaic__thumbs{grid-column:2;grid-row:1/span 2;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:8px;gap:8px}.hg-mosaic__thumbs[data-count="1"]{grid-template-columns:1fr;grid-template-rows:1fr}.hg-mosaic__thumbs[data-count="2"]{grid-template-columns:1fr;grid-template-rows:1fr 1fr}.hg-mosaic__thumbs[data-count="3"]{grid-template-columns:1fr;grid-template-rows:repeat(3,1fr)}.hg-mosaic__thumb{border:none;padding:0;background:var(--color-surface-alt);cursor:pointer;overflow:hidden;outline:none}.hg-mosaic__thumb:focus-visible{outline:2px solid var(--color-fg);outline-offset:2px}.hg-mosaic__thumb:first-child{border-top-right-radius:16px}.hg-mosaic__thumb:nth-child(4){border-bottom-right-radius:16px}.hg-mosaic__thumb img{transition:transform .22s cubic-bezier(.4,0,.2,1)}.hg-mosaic__thumb:hover img{transform:scale(1.05)}.hg-mosaic__show-all{position:absolute;bottom:16px;right:40px;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:10px;background:white;border:1px solid var(--color-fg);color:var(--color-fg);font-family:var(--font-sans);font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.06);z-index:2}.hg-mosaic__show-all:hover{background:var(--color-bg)}.hg-content{width:100%;max-width:1120px;margin:0 auto;padding:24px 16px;display:flex;flex-direction:column;gap:28px}.hg-page>[data-ui-flower-meadow]{margin-top:auto;width:100%}.hg-back-bar{max-width:1120px;margin:0 auto;padding:12px 16px 0}@media (max-width:759px){.hg-page{position:relative}.hg-back-bar{position:absolute;top:calc(8px + env(safe-area-inset-top, 0px));left:6px;z-index:6;margin:0;padding:0 10px}.hg-back-bar .hg-back-icon{background:rgba(255,255,255,.94);border:none;box-shadow:0 2px 10px rgba(0,0,0,.18)}}.hg-back-icon,.hg-back-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border-radius:50%;font-family:var(--font-sans);color:var(--color-fg);text-decoration:none;background:var(--color-surface);border:1px solid var(--color-border);box-shadow:0 2px 8px rgba(0,0,0,.06);transition:background .15s,border-color .15s,transform .15s}@media (hover:hover){.hg-back-icon:hover,.hg-back-link:hover{background:var(--color-surface-alt);border-color:var(--color-border-strong);transform:translateY(-1px)}}.hg-listings-grid{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}.hg-listing-card{display:flex;flex-direction:column;border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;background:var(--color-surface);transition:transform .22s cubic-bezier(.4,0,.2,1),box-shadow .22s cubic-bezier(.4,0,.2,1);box-shadow:0 0 0 1px rgba(0,0,0,.04),0 2px 6px rgba(0,0,0,.05)}.hg-listing-card:hover{transform:translateY(-3px);box-shadow:0 0 0 1px rgba(0,0,0,.04),0 6px 16px rgba(0,0,0,.1),0 4px 8px rgba(0,0,0,.06)}.hg-listing-card:active{transform:translateY(-1px)}.hg-listing-card__photo{width:100%;aspect-ratio:3/2;overflow:hidden;background:var(--color-surface-alt);position:relative}.hg-listing-card[data-disabled]{cursor:default}.hg-listing-card[data-disabled]:hover{transform:none;box-shadow:0 0 0 1px rgba(0,0,0,.04),0 2px 6px rgba(0,0,0,.05)}.hg-listing-card[data-disabled] .hg-listing-card__img{filter:grayscale(.6);opacity:.75}.hg-listing-card[data-disabled]:hover .hg-listing-card__img{transform:none}.hg-listing-card__status{margin-top:8px;font-family:var(--font-sans);font-size:14px;font-weight:600;color:var(--color-fg-muted)}.hg-listing-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .38s cubic-bezier(.4,0,.2,1)}.hg-listing-card:hover .hg-listing-card__img{transform:scale(1.04)}.hg-listing-card__photo-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-fg-muted);opacity:.5}.hg-listing-card__body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:6px}.hg-listing-card__title{margin:0;font-family:var(--font-sans);font-size:17px;font-weight:700;color:var(--color-fg);letter-spacing:-.01em}.hg-listing-card__desc{margin:0;font-family:var(--font-sans);font-size:13px;line-height:18px;color:var(--color-fg-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hg-listing-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px 16px;margin-top:4px}.hg-listing-card__meta-item{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-sans);font-size:14px;font-weight:600;color:var(--color-fg);white-space:nowrap}.hg-listing-card__meta-item svg{color:var(--color-fg-muted)}.hg-listing-card__price{margin-top:8px;font-family:var(--font-sans);font-size:14px;color:var(--color-fg)}.hg-listing-card__price-from{color:var(--color-fg-muted);font-size:13px}.hg-listing-card__price strong{font-size:18px;font-weight:700;letter-spacing:-.01em;color:var(--color-coral)}.hg-listing-card__price-suffix{color:var(--color-fg-muted);font-size:13px}.hg-section{display:flex;flex-direction:column;gap:12px}.hg-section__title{font-family:var(--font-sans);font-size:18px;line-height:24px;font-weight:700;color:var(--color-coral);margin:0}.hg-section__divider{height:1px;background:var(--color-border,rgba(0,0,0,.08));border:none;margin:8px 0}.hg-header__eyebrow{display:inline-block;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--color-coral);margin-bottom:6px}.hg-header__eyebrow,.hg-header__title{font-family:var(--font-sans);font-weight:700}.hg-header__title{font-size:28px;line-height:34px;color:var(--color-fg);margin:0 0 6px;letter-spacing:-.01em}.hg-header__place{display:flex;flex-direction:column;gap:2px}.hg-header__loc{font-family:var(--font-sans);font-size:15px;line-height:22px;font-weight:600;color:var(--color-fg);margin:0}.hg-header__specs{margin:2px 0 0}.hg-header__specs,.hg-header__subtitle{font-family:var(--font-sans);font-size:15px;line-height:22px;color:var(--color-fg-muted)}.hg-header__subtitle{margin:12px 0 0}.hg-host{display:flex;align-items:center;gap:12px;padding:14px 0}.hg-host__avatar{width:48px;height:48px;background:var(--color-surface-alt,#f0f0f0);display:inline-flex;font-size:18px;color:var(--color-fg)}.hg-host__text-block{display:flex;flex-direction:column;gap:2px}.hg-host__label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--color-fg-muted);font-weight:600}.hg-amenities__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px 18px;gap:12px 18px}.hg-amenities__item{display:flex;align-items:center;gap:12px;padding:8px 0;font-size:15px;line-height:22px;color:var(--color-fg)}.hg-amenities__icon{flex-shrink:0;color:var(--color-coral);opacity:1}.hg-amenities__more{margin-top:12px;display:inline-flex;align-items:center;gap:6px;padding:10px 22px;border-radius:9999px;border:1px solid var(--color-coral);background:transparent;color:var(--color-coral);font-weight:600;cursor:pointer;font-family:var(--font-sans);align-self:flex-start;transition:background .15s}.hg-amenities__more:hover{background:var(--color-coral-subtle)}.hg-description__body{font-size:15px;line-height:24px;color:var(--color-fg);white-space:pre-wrap;overflow:hidden;position:relative}.hg-description__body[data-collapsed=true]{max-height:168px;-webkit-mask-image:linear-gradient(180deg,black 65%,transparent);mask-image:linear-gradient(180deg,black 65%,transparent)}.hg-description__toggle{margin-top:12px;background:transparent;border:none;padding:0;text-decoration:underline;font-weight:700;font-size:15px;color:var(--color-coral);cursor:pointer;align-self:flex-start;font-family:var(--font-sans)}.hg-stay{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:16px;gap:16px}.hg-stay--card{padding:16px 18px;border:1px solid var(--color-border);border-radius:14px}.hg-stay__col{display:flex;flex-direction:column;gap:3px;min-width:0}.hg-stay__col--end{align-items:flex-end;text-align:right}.hg-stay__date{font-family:var(--font-sans);font-size:18px;font-weight:700;letter-spacing:-.01em;color:var(--color-fg)}.hg-stay__cap{font-family:var(--font-sans);font-size:13px;color:var(--color-fg-muted)}.hg-stay__divider{width:1px;align-self:stretch;margin:2px 0;background:var(--color-border)}.hg-stay--trigger{width:100%}.hg-stay--trigger .hg-stay__date{font-size:16px}.hg-bk-form{display:flex;flex-direction:column;gap:8px}.hg-bk-price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.hg-bk-card__sep{height:1px;background:var(--color-border);margin:2px 0}.hg-bk-card{display:flex;flex-direction:column;gap:10px;padding:12px 14px;border-radius:14px;background:var(--color-surface);box-shadow:0 0 0 1px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.03)}.hg-bk-card__title{font-family:var(--font-sans);font-size:14px;font-weight:700;letter-spacing:-.01em;color:var(--color-fg)}.hg-bk-card--dates .uahp-drp__trigger{border:none;background:transparent;padding:0;border-radius:0}.hg-bk-card--dates .uahp-drp__trigger:hover,.hg-bk-card--dates .uahp-drp__trigger[aria-expanded=true]{border:none}.hg-bk-card--dates .uahp-drp__label{display:none}.hg-bk-card .hg-guests>div:first-child{padding-top:0}.hg-step__row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;width:100%;padding:2px 0;border:none;background:transparent;cursor:pointer;font-family:var(--font-sans);text-align:left}.hg-step__label{font-weight:700;letter-spacing:-.01em}.hg-step__label,.hg-step__value{font-size:15px;color:var(--color-fg)}.hg-step__value{font-weight:600}.hg-step__value--empty{color:var(--color-fg-muted);font-weight:500}.hg-collapse{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows var(--motion-collapse-duration,.54s) var(--motion-collapse-ease,cubic-bezier(.16,1,.3,1)),opacity var(--motion-collapse-opacity-duration,.38s) ease}.hg-collapse[data-open]{grid-template-rows:1fr;opacity:1}.hg-collapse__inner{overflow:hidden;min-height:0}@media (prefers-reduced-motion:reduce){.hg-collapse{transition:none}}.hg-guests__collapse{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows var(--motion-collapse-duration,.54s) var(--motion-collapse-ease,cubic-bezier(.16,1,.3,1)),opacity var(--motion-collapse-opacity-duration,.38s) ease}.hg-guests__collapse[data-open]{grid-template-rows:1fr;opacity:1}.hg-guests__collapse-inner{overflow:hidden;min-height:0}.hg-guests__children{display:flex;flex-direction:column;padding-top:4px}@media (prefers-reduced-motion:reduce){.hg-guests__collapse{transition:none}}.hg-location__address{display:flex;align-items:center;gap:6px;font-size:15px;color:var(--color-fg);margin:0}.hg-location__address svg{flex-shrink:0;color:var(--color-fg-muted)}.hg-location__address--link{text-decoration:none;color:var(--color-fg)}.hg-location__address-ext{color:var(--color-fg-muted);margin-left:2px;flex-shrink:0}@media (hover:hover){.hg-location__address--link:hover>span{text-decoration:underline}}.hg-location__map{display:block;width:100%;aspect-ratio:16/9;border-radius:14px;overflow:hidden;border:1px solid var(--color-border);background:var(--color-surface-alt,#eef2f5)}.hg-location__map--custom{position:relative}.hg-location__map-canvas{width:100%;height:100%;pointer-events:none}.hg-location__pin{position:absolute;top:50%;left:50%;width:18px;height:18px;border-radius:50%;background:var(--color-coral);border:3px solid var(--color-surface,#fff);box-shadow:0 2px 7px rgba(0,0,0,.28);transform:translate(-50%,-50%);pointer-events:none}.hg-location__map-frame{width:100%;height:100%;border:0;display:block}.hg-location__map--link{display:flex;align-items:center;justify-content:center;aspect-ratio:auto;padding:18px;color:var(--color-fg);font-family:var(--font-sans);font-size:14px;font-weight:600;text-decoration:none}.hg-cancellation__text{font-size:14px;line-height:22px;color:var(--color-fg-muted);white-space:pre-wrap}.hg-sticky{position:fixed;left:0;right:0;bottom:0;z-index:30;padding:0 16px calc(12px + env(safe-area-inset-bottom))}.hg-sticky:before{content:"";position:absolute;left:0;right:0;bottom:0;top:-44px;background:linear-gradient(to top,var(--color-bg) 0,var(--color-bg) 60%,rgba(255,255,255,0) 100%);pointer-events:none}.hg-sticky__cta{position:relative;z-index:1;display:block;width:100%;max-width:520px;margin:0 auto;height:54px;border:none;border-radius:16px;background:var(--color-coral);color:var(--color-fg-on-accent,white);font-family:var(--font-sans);font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 8px 22px -8px rgba(0,0,0,.3),0 2px 6px rgba(0,0,0,.1);transition:filter .15s ease,transform 80ms ease}.hg-sticky__cta:active{transform:scale(.97)}@media (hover:hover){.hg-sticky__cta:hover{filter:brightness(.96)}}@media (min-width:760px){.hg-content{padding:32px 24px 40px;gap:36px}.hg-page{padding-bottom:0}.hg-hero--mobile{display:none!important}.hg-hero--desktop{display:block!important}.hg-header__title{font-size:34px;line-height:40px}.hg-amenities__grid{grid-template-columns:1fr 1fr;gap:14px 24px}.hg-sticky{display:none}.hg-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;grid-gap:60px;gap:60px;align-items:start;min-height:calc(100vh - 80px)}.hg-layout__main{display:flex;flex-direction:column;gap:28px;min-width:0}.hg-layout__rail{position:-webkit-sticky;position:sticky;top:24px;align-self:start}.hg-booking-card{display:block}.hg-layout--mp{grid-template-areas:"top  rail" "rest rest";row-gap:40px;min-height:0}.hg-layout--mp .hg-layout__main-top{grid-area:top}.hg-layout--mp .hg-layout__main-rest{grid-area:rest}.hg-layout--mp .hg-layout__rail{grid-area:rail}.hg-layout--mp .hg-hbw-card{padding:20px;background:var(--color-surface);border-radius:14px;box-shadow:0 0 0 1px rgba(0,0,0,.04),0 4px 12px rgba(0,0,0,.06),0 12px 24px rgba(0,0,0,.08)}}@media (max-width:759px){.hg-layout--mp .hg-layout__rail{display:none}}@media (prefers-reduced-motion:reduce){.hg-amenities__more,.hg-sticky__cta{transition:none}}.hg-sheet-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:9998;display:flex;align-items:flex-end;justify-content:center;padding:0}@media (min-width:760px){.hg-sheet-backdrop{align-items:center;padding:24px}}@keyframes hg-sheet-up{0%{transform:translateY(100%);opacity:.5}to{transform:translateY(0);opacity:1}}@media (min-width:760px){.hg-amenities-sheet{max-width:520px!important;border-radius:16px!important;max-height:70vh!important;align-self:center;animation:hg-sheet-pop .22s cubic-bezier(.4,0,.2,1)!important}}@keyframes hg-sheet-pop{0%{transform:scale(.96) translateY(8px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.hg-booking-sheet-backdrop{opacity:0;transition:opacity var(--motion-sheet,.5s ease)}.hg-booking-sheet-backdrop[data-visible]{opacity:1}.hg-booking-sheet{border-radius:24px;transition:transform var(--motion-sheet,.5s cubic-bezier(.32,.72,0,1)),border-radius var(--motion-sheet,.5s cubic-bezier(.32,.72,0,1));will-change:transform}.hg-booking-sheet[data-visible]{border-radius:18px 18px 0 0}.hg-booking-sheet__inner{opacity:0;transition:opacity var(--motion-morph-out-duration,.22s) ease}.hg-booking-sheet[data-visible] .hg-booking-sheet__inner{opacity:1;transition:opacity var(--motion-collapse-opacity-duration,.38s) ease var(--motion-morph-in-delay,.24s)}@media (prefers-reduced-motion:reduce){.hg-booking-sheet,.hg-booking-sheet-backdrop,.hg-booking-sheet__inner{transition:none}}.hbw{display:flex;flex-direction:column;gap:20px}.hbw__cta,.hbw__step-card{max-width:520px;width:100%}.hbw__cta{padding:14px 22px;border-radius:12px;border:none;background:var(--color-coral);color:var(--color-fg-on-accent);font-family:var(--font-sans);font-size:15px;font-weight:700;cursor:pointer;transition:filter .15s,opacity .15s}.hbw__cta:disabled,.hbw__cta[data-muted]{opacity:.6;cursor:not-allowed}.hg-select{gap:20px}.hg-select__head{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.hg-select__title{margin:0;font-family:var(--font-sans);font-size:26px;font-weight:800;letter-spacing:-.02em;color:var(--color-fg)}@media (min-width:760px){.hg-select .hbw__results{max-width:680px}}.hbw__skip{max-width:520px;width:100%;border:none;background:transparent;padding:2px 0;font-family:var(--font-sans);font-size:14px;font-weight:600;color:var(--color-fg-muted);cursor:pointer;text-align:center}@media (hover:hover){.hbw__skip:hover{color:var(--color-fg)}}.hbw__results{gap:12px;scroll-margin-top:12px}.hbw__results,.hg-stay-edit{display:flex;flex-direction:column}.hg-stay-edit{gap:10px;width:100%;padding:0;border:none;background:transparent;cursor:pointer;text-align:left;font-family:var(--font-sans)}.hg-inset{background:var(--color-surface-alt);border-radius:12px;padding:12px 14px}.hg-inset--row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.hg-inset__label{font-family:var(--font-sans);font-size:13px;color:var(--color-fg-muted)}.hg-inset__value{font-family:var(--font-sans);font-size:15px;font-weight:700;color:var(--color-fg)}.hg-inset__value--muted{color:var(--color-fg-muted);font-weight:500}.hbw__empty,.hbw__error,.hbw__loading{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border-radius:12px;background:var(--color-surface-alt);color:var(--color-fg-muted);font-family:var(--font-sans);font-size:14px}.hbw__error{background:rgba(255,100,100,.08);color:#c93232}.uahp-admin-back{position:fixed;top:16px;right:16px;z-index:100;display:inline-flex;align-items:center;gap:6px;padding:9px 14px 9px 11px;border-radius:9999px;background:var(--color-fg);color:var(--color-surface);font-family:var(--font-sans);font-size:13px;font-weight:600;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,.18),0 2px 4px rgba(0,0,0,.08);transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s;animation:uahp-admin-back-in .32s cubic-bezier(.34,1.56,.64,1) both}.uahp-admin-back:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(0,0,0,.22),0 2px 4px rgba(0,0,0,.1)}.uahp-admin-back:active{transform:translateY(0) scale(.97)}@keyframes uahp-admin-back-in{0%{opacity:0;transform:translateY(-10px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:600px){.uahp-admin-back{top:12px;right:12px;font-size:12px;padding:8px 12px 8px 10px}}.hg-host__row{gap:14px}.hg-host__avatar,.hg-host__row{display:flex;align-items:center}.hg-host__avatar{width:52px;height:52px;border-radius:9999px;background:var(--color-coral);color:var(--color-fg-on-accent,#fff);justify-content:center;font-family:var(--font-sans);font-size:22px;font-weight:700;flex-shrink:0}.hg-host__info{display:flex;flex-direction:column;gap:2px}.hg-host__name{font-family:var(--font-sans);font-size:16px;font-weight:700;color:var(--color-fg)}.hg-host__meta{font-family:var(--font-sans);font-size:14px;color:var(--color-fg-muted)}.hg-host__contacts{display:flex;gap:10px;flex-wrap:wrap}.hg-host__btn{display:inline-flex;align-items:center;gap:7px;padding:10px 16px;border-radius:10px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-fg);font-family:var(--font-sans);font-size:14px;font-weight:600;text-decoration:none}@media (hover:hover){.hg-host__btn:hover{border-color:var(--color-fg-muted)}}.hg-highlights{list-style:none;margin:0 -16px;padding:0 16px 4px;display:flex;flex-direction:row;gap:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hg-highlights::-webkit-scrollbar{display:none}.hg-highlights__item{flex:0 0 auto;width:184px;display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:16px;border:1px solid var(--color-border);border-radius:14px;scroll-snap-align:start}.hg-highlights__icon{flex-shrink:0;width:40px;height:40px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;background:var(--color-surface-alt);color:var(--color-fg)}.hg-highlights__text{display:flex;flex-direction:column;gap:2px;min-width:0}@media (min-width:760px){.hg-highlights{margin:0;padding:0 0 4px}}.hg-highlights__title{font-family:var(--font-sans);font-size:15px;font-weight:600;color:var(--color-fg)}.hg-highlights__sub{font-family:var(--font-sans);font-size:14px;font-weight:400;line-height:1.4;color:var(--color-fg-muted)}.hg-policies{gap:4px}.hg-policies__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.hg-policies__row{display:flex;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px solid var(--color-border);font-family:var(--font-sans);font-size:15px;line-height:22px;color:var(--color-fg)}.hg-policies__row:last-child{border-bottom:none}.hg-policies__row svg{flex-shrink:0;margin-top:1px;color:var(--color-fg-muted)}.hg-policies__row-body{display:flex;flex-direction:column;gap:2px;min-width:0}.hg-policies__row-sub{font-size:14px;line-height:21px;color:var(--color-fg-muted);white-space:pre-wrap}.hg-hotel-cta{position:fixed;left:0;right:0;bottom:0;z-index:30;padding:0 16px calc(12px + env(safe-area-inset-bottom))}.hg-hotel-cta:before{content:"";position:absolute;left:0;right:0;bottom:0;top:-44px;background:linear-gradient(to top,var(--color-bg) 0,var(--color-bg) 60%,rgba(255,255,255,0) 100%);pointer-events:none}.hg-hotel-cta__btn{position:relative;z-index:1;display:block;width:100%;max-width:520px;margin:0 auto;height:54px;border:none;border-radius:16px;background:var(--color-coral);color:var(--color-fg-on-accent,white);font-family:var(--font-sans);font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 8px 22px -8px rgba(0,0,0,.3),0 2px 6px rgba(0,0,0,.1);transition:filter .15s ease,transform 80ms ease}.hg-hotel-cta__btn:active{transform:scale(.97)}@media (hover:hover){.hg-hotel-cta__btn:hover{filter:brightness(.96)}}@media (min-width:760px){.hg-hotel-cta{display:none}}@media (prefers-reduced-motion:reduce){.hg-hotel-cta__btn{transition:none}}.hg-reviews-empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;padding:32px 24px;border:1px solid var(--color-border);border-radius:16px}.hg-reviews-empty svg{color:var(--color-fg-subtle)}.hg-reviews-empty__title{margin:6px 0 0;font-family:var(--font-sans);font-size:15px;font-weight:600;color:var(--color-fg)}.hg-reviews-empty__sub{margin:0;font-family:var(--font-sans);font-size:13px;font-weight:500;line-height:1.5;color:var(--color-fg-muted);max-width:340px}.hg-phototour__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px 12px;gap:18px 12px}@media (min-width:760px){.hg-phototour__grid{grid-template-columns:repeat(3,1fr);gap:22px 16px}}.hg-phototour__card{display:flex;flex-direction:column;gap:8px;padding:0;border:none;background:transparent;cursor:pointer;text-align:left;transition:transform 80ms ease}.hg-phototour__card:active{transform:scale(.985)}.hg-phototour__cover{position:relative;display:block;aspect-ratio:4/3;border-radius:14px;overflow:hidden;background:var(--color-surface-alt)}.hg-phototour__cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}@media (hover:hover){.hg-phototour__card:hover .hg-phototour__cover img{transform:scale(1.04)}}.hg-phototour__count{position:absolute;bottom:8px;right:8px;padding:3px 8px;border-radius:9999px;background:rgba(0,0,0,.55);color:#fff;font-size:12px}.hg-phototour__count,.hg-phototour__name{font-family:var(--font-sans);font-weight:600}.hg-phototour__name{font-size:15px;color:var(--color-fg);letter-spacing:-.01em}