:root{--hsc-primary:#C4A078;--hsc-primary-hover:#A8855A;--hsc-secondary:#6B8C7A;--hsc-secondary-hover:#4E6B5A;--hsc-danger:#dc3545;--hsc-warning:#ffc107;--hsc-info:#6B8C7A;--hsc-light:#f8f9fa;--hsc-dark:#343a40;--hsc-text:#333333;--hsc-text-muted:#6c757d;--hsc-border:#dee2e6;--hsc-shadow:0 2px 8px rgba(0, 0, 0, 0.1);--hsc-shadow-hover:0 4px 16px rgba(0, 0, 0, 0.15);--hsc-radius:8px;--hsc-radius-lg:12px;--hsc-transition:0.3s ease;--hsc-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--hsc-el-ink:#111c26;--hsc-el-ink-soft:#223543;--hsc-el-teal:#6B8C7A;--hsc-el-gold:#C4A078;--hsc-el-gold-contrast:#8A6538;--hsc-el-white:#ffffff;--hsc-el-cream:#f4f5f3;--hsc-el-border:rgba(17, 28, 38, 0.12);--hsc-el-border-strong:rgba(184, 154, 98, 0.24);--hsc-display-font:"Cormorant Garamond","Times New Roman",serif;--hsc-body-font-lux:"Avenir Next","Helvetica Neue",Arial,sans-serif;--hsc-gh-ink:#1e1a14;--hsc-gh-ink-soft:#3d3228;--hsc-gh-linen:#faf7f1;--hsc-gh-linen-deep:#f5f0e7;--hsc-gh-cream:#f2ece2;--hsc-gh-panel:rgba(255, 253, 248, 0.92);--hsc-gh-panel-strong:#fffdf8;--hsc-gh-sand:#c4a078;--hsc-gh-sand-contrast:#8a6538;--hsc-gh-terra:#b5614a;--hsc-gh-terra-contrast:#9b4b3b;--hsc-gh-sky:#6B8C7A;--hsc-gh-text-muted:#76695c;--hsc-gh-border:rgba(30, 26, 20, 0.12);--hsc-gh-border-strong:rgba(196, 160, 120, 0.26);--hsc-gh-shadow:0 24px 60px rgba(30, 26, 20, 0.08);--hsc-gh-shadow-soft:0 14px 34px rgba(30, 26, 20, 0.06);--hsc-gh-page-edge-gap:24px;--hsc-gh-page-max-width:min(
    1880px,
    calc(100vw - (var(--hsc-gh-page-edge-gap) * 2))
  )}.hsc-container{max-width:1200px;margin:0 auto;padding:0 20px}.hsc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;line-height:1.5;text-decoration:none;border:none;border-radius:var(--hsc-radius);cursor:pointer;transition:all var(--hsc-transition);font-family:var(--hsc-font-family)}.hsc-btn--primary{background:var(--hsc-primary);color:#1e1a14;font-family:'Avenir Next',Avenir,-apple-system,'Helvetica Neue',Arial,sans-serif;letter-spacing:.12em;text-transform:uppercase}.hsc-btn--primary:hover{background:var(--hsc-primary-hover);color:#1e1a14}.hsc-btn--secondary{background:var(--hsc-light);color:var(--hsc-text);border:1px solid var(--hsc-border)}.hsc-btn--secondary:hover{background:#e9ecef}.hsc-btn--large{padding:14px 28px;font-size:16px}.hsc-btn--small{padding:6px 12px;font-size:12px}.hsc-btn--full{width:100%}.hsc-property-card{background:#fff;border-radius:var(--hsc-radius-lg);box-shadow:var(--hsc-shadow);overflow:hidden;transition:all var(--hsc-transition)}.hsc-property-card:hover{box-shadow:var(--hsc-shadow-hover);transform:translateY(-4px)}.hsc-property-card__image{position:relative;aspect-ratio:16/10;overflow:hidden}.hsc-property-card__image img{width:100%;height:100%;object-fit:cover;transition:transform var(--hsc-transition)}.hsc-property-card:hover .hsc-property-card__image img{transform:scale(1.05)}.hsc-property-card__badge{position:absolute;top:12px;left:12px;padding:4px 10px;font-size:12px;font-weight:600;background:var(--hsc-primary);color:#fff;border-radius:4px}.hsc-property-card__badge--featured{background:var(--hsc-secondary)}.hsc-property-card__badge--luxury{background:linear-gradient(135deg,#b8860b,#daa520)}.hsc-property-card__content{padding:16px}.hsc-property-card__title{margin:0 0 8px;font-size:18px;font-weight:600;line-height:1.3}.hsc-property-card__title a{color:var(--hsc-text);text-decoration:none}.hsc-property-card__title a:hover{color:var(--hsc-primary)}.hsc-property-card__location{display:flex;align-items:center;gap:4px;margin:0 0 12px;font-size:14px;color:var(--hsc-text-muted)}.hsc-property-card__specs{display:flex;gap:16px;margin-bottom:12px}.hsc-property-card__spec{display:flex;align-items:center;gap:4px;font-size:14px;color:var(--hsc-text-muted)}.hsc-property-card__description{margin:0 0 12px;font-size:14px;color:var(--hsc-text-muted);line-height:1.5}.hsc-property-card__footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid var(--hsc-border)}.hsc-property-card__price{display:flex;align-items:baseline;gap:4px}.hsc-property-card__price-label{font-size:12px;color:var(--hsc-text-muted)}.hsc-property-card__price-value{font-size:20px;font-weight:700;color:var(--hsc-primary)}.hsc-property-card__price-period{font-size:12px;color:var(--hsc-text-muted)}.hsc-property-card__cta{padding:8px 16px;font-size:14px;font-weight:600;background:var(--hsc-primary);color:#fff;text-decoration:none;border-radius:var(--hsc-radius);transition:background var(--hsc-transition)}.hsc-property-card__cta:hover{background:var(--hsc-primary-hover);color:#fff}.hsc-property-card--compact{display:flex;align-items:center;padding:12px}.hsc-property-card--compact .hsc-property-card__link{display:flex;align-items:center;gap:12px;width:100%;text-decoration:none}.hsc-property-detail__map,.hsc-property-map{position:relative;width:100%;min-height:320px;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#f8fafc}.hsc-property-detail__map .hsc-map-placeholder,.hsc-property-map .hsc-map-placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;padding:8px 12px;background:rgba(255,255,255,.95);border-radius:8px;color:#334155;font-size:14px;text-align:center;white-space:nowrap}.hsc-map-placeholder--error{color:#991b1b}.hsc-property-card--compact .hsc-property-card__thumb{width:80px;height:60px;border-radius:6px;overflow:hidden;flex-shrink:0}.hsc-property-card--compact .hsc-property-card__thumb img{width:100%;height:100%;object-fit:cover}.hsc-property-card--compact .hsc-property-card__title{font-size:14px;margin:0}.hsc-property-grid{display:grid;gap:24px}.hsc-property-grid--cols-2{grid-template-columns:repeat(2,1fr)}.hsc-property-grid--cols-3{grid-template-columns:repeat(3,1fr)}.hsc-property-grid--cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:992px){.hsc-property-grid--cols-3,.hsc-property-grid--cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.hsc-property-grid--cols-2,.hsc-property-grid--cols-3,.hsc-property-grid--cols-4{grid-template-columns:1fr}}.hsc-property-list{display:flex;flex-direction:column;gap:20px}.hsc-property-list__item{display:grid;grid-template-columns:300px 1fr auto;gap:24px;background:#fff;border-radius:var(--hsc-radius-lg);box-shadow:var(--hsc-shadow);overflow:hidden;transition:all var(--hsc-transition)}.hsc-property-list__item:hover{box-shadow:var(--hsc-shadow-hover)}.hsc-property-list__image{height:200px;overflow:hidden}.hsc-property-list__image img{width:100%;height:100%;object-fit:cover}.hsc-property-list__content{padding:20px 0}.hsc-property-list__actions{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;padding:20px;gap:12px}@media (max-width:768px){.hsc-property-list__item{grid-template-columns:1fr}.hsc-property-list__image{height:180px}.hsc-property-list__actions,.hsc-property-list__content{padding:16px}.hsc-property-list__actions{flex-direction:row;justify-content:space-between}}.hsc-search-form{background:#fff;padding:24px;border-radius:var(--hsc-radius-lg);box-shadow:var(--hsc-shadow)}.hsc-search-form--horizontal .hsc-search-form__form{display:flex;gap:16px;align-items:flex-end;flex-wrap:wrap}.hsc-search-form--horizontal .hsc-search-form__group{flex:1;min-width:150px}.hsc-search-form--horizontal .hsc-search-form__submit{flex-shrink:0}.hsc-search-form--vertical .hsc-search-form__form{display:flex;flex-direction:column;gap:16px}.hsc-search-form--box{background:linear-gradient(135deg,rgba(0,102,204,.05) 0,rgba(0,102,204,.1) 100%);padding:32px;border-radius:var(--hsc-radius-lg);box-shadow:0 10px 40px rgba(0,0,0,.1);border:1px solid rgba(0,102,204,.1)}.hsc-search-form--box .hsc-search-form__form{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;align-items:flex-end}.hsc-search-form--box .hsc-search-form__group--dates{display:grid;grid-template-columns:1fr 1fr;gap:16px}.hsc-search-form--box .hsc-search-form__submit{grid-column:1/-1;text-align:center}.hsc-search-form--box .hsc-search-form__submit .hsc-btn{min-width:200px;padding:14px 32px;font-size:16px;font-weight:600}.hsc-search-form--box .hsc-form-group input,.hsc-search-form--box .hsc-form-group select{background:#fff;border:2px solid rgba(0,102,204,.2)}.hsc-search-form--box .hsc-form-group input:focus,.hsc-search-form--box .hsc-form-group select:focus{border-color:var(--hsc-primary);box-shadow:0 0 0 4px rgba(0,102,204,.1)}.hsc-search-form--compact{padding:16px;background:var(--hsc-light)}.hsc-search-form--compact .hsc-search-form__form{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.hsc-search-form--compact .hsc-search-form__group{flex:1;min-width:140px}.hsc-search-form--compact .hsc-form-group label{font-size:12px}.hsc-search-form--compact .hsc-form-group input,.hsc-search-form--compact .hsc-form-group select{padding:8px 10px;font-size:13px}.hsc-form-control--disabled{background-color:#f0f0f0;cursor:not-allowed;opacity:.7}@media (max-width:768px){.hsc-search-form--box .hsc-search-form__form{grid-template-columns:1fr}.hsc-search-form--box .hsc-search-form__group--dates{grid-column:1/-1}}.hsc-form-group{display:flex;flex-direction:column;gap:6px}.hsc-form-group label{font-size:14px;font-weight:500;color:var(--hsc-text)}.hsc-form-group input,.hsc-form-group select,.hsc-form-group textarea{padding:10px 12px;font-size:14px;border:1px solid var(--hsc-border);border-radius:var(--hsc-radius);font-family:var(--hsc-font-family);transition:border-color var(--hsc-transition),box-shadow var(--hsc-transition)}.hsc-form-group input:focus,.hsc-form-group select:focus,.hsc-form-group textarea:focus{outline:0;border-color:var(--hsc-primary);box-shadow:0 0 0 3px rgba(0,102,204,.15)}.hsc-form-row{display:flex;gap:16px}.hsc-form-group--half{flex:1}.hsc-form-group--third{flex:1}@media (max-width:576px){.hsc-form-row{flex-direction:column}}.hsc-tag{display:inline-block;padding:4px 8px;font-size:12px;background:var(--hsc-light);color:var(--hsc-text-muted);border-radius:4px}.hsc-pagination{display:flex;justify-content:center;gap:8px;margin-top:32px}.hsc-empty{text-align:center;padding:40px;color:var(--hsc-text-muted)}.hsc-search-results{max-width:1400px;margin:0 auto;padding:40px 20px}.hsc-search-results__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:24px;border-bottom:2px solid var(--hsc-border)}.hsc-search-results__title{font-size:32px;font-weight:700;margin:0 0 8px 0;color:var(--hsc-text)}.hsc-search-results__count{font-size:16px;color:var(--hsc-text-muted);margin:0}.hsc-search-results__display-options{display:flex;gap:8px}.hsc-display-toggle{width:44px;height:44px;border:1px solid var(--hsc-border);background:#fff;border-radius:var(--hsc-radius);cursor:pointer;transition:all var(--hsc-transition);display:flex;align-items:center;justify-content:center}.hsc-display-toggle:hover{border-color:var(--hsc-primary);background:var(--hsc-light)}.hsc-display-toggle--active{border-color:var(--hsc-primary);background:var(--hsc-primary);color:#fff}.hsc-display-toggle .dashicons{width:20px;height:20px;font-size:20px}.hsc-search-results__container{display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:start}.hsc-search-results__sidebar{position:sticky;top:20px}.hsc-filters{background:#fff;border:1px solid var(--hsc-border);border-radius:var(--hsc-radius);padding:24px}.hsc-filters__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--hsc-border)}.hsc-filters__title{font-size:20px;font-weight:600;margin:0;color:var(--hsc-text)}.hsc-filters__clear{background:0 0;border:none;color:var(--hsc-primary);font-size:14px;cursor:pointer;padding:4px 8px;transition:color var(--hsc-transition)}.hsc-filters__clear:hover{color:var(--hsc-primary-hover);text-decoration:underline}.hsc-filter-group{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid var(--hsc-border)}.hsc-filter-group:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.hsc-filter-group__title{font-size:16px;font-weight:600;margin:0 0 16px 0;color:var(--hsc-text)}.hsc-price-range__inputs{display:flex;align-items:center;gap:12px}.hsc-price-range__inputs input{flex:1;min-width:0}.hsc-price-range__separator{color:var(--hsc-text-muted)}.hsc-search-results__main{min-width:0}.hsc-search-results__grid{display:grid;gap:24px;margin-bottom:48px}.hsc-search-results__grid--carousel{grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}.hsc-search-results__grid--grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.hsc-search-results__grid--list{grid-template-columns:1fr}.hsc-search-results__loading{grid-column:1/-1;text-align:center;padding:80px 20px;color:var(--hsc-text-muted)}.hsc-search-results__loading .hsc-spinner{margin:0 auto 16px}.hsc-no-results{grid-column:1/-1;text-align:center;padding:80px 20px}.hsc-no-results p{font-size:18px;color:var(--hsc-text-muted);margin-bottom:24px}.hsc-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:48px}.hsc-pagination__btn,.hsc-pagination__number{background:#fff;border:1px solid var(--hsc-border);padding:10px 16px;border-radius:var(--hsc-radius);cursor:pointer;font-size:14px;font-weight:500;transition:all var(--hsc-transition);color:var(--hsc-text)}.hsc-pagination__btn:hover,.hsc-pagination__number:hover{border-color:var(--hsc-primary);background:var(--hsc-light)}.hsc-pagination__number--active{background:var(--hsc-primary);border-color:var(--hsc-primary);color:#fff;cursor:default}.hsc-pagination__number--active:hover{background:var(--hsc-primary)}.hsc-pagination__numbers{display:flex;gap:4px;align-items:center}.hsc-pagination__ellipsis{padding:0 8px;color:var(--hsc-text-muted)}@media (max-width:1024px){.hsc-search-results__container{grid-template-columns:1fr}.hsc-search-results__sidebar{position:static}.hsc-filters{margin-bottom:32px}.hsc-search-results__grid--carousel{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}@media (max-width:768px){.hsc-search-results{padding:24px 16px}.hsc-search-results__header{flex-direction:column;align-items:flex-start;gap:16px}.hsc-search-results__title{font-size:24px}.hsc-search-results__display-options{width:100%;justify-content:flex-end}.hsc-search-results__grid--carousel,.hsc-search-results__grid--grid{grid-template-columns:1fr}.hsc-pagination__btn{padding:8px 12px;font-size:13px}.hsc-pagination__number{padding:8px 12px}}.hsc-featured-properties{margin:32px 0}.hsc-featured-properties__title{margin:0 0 18px;font-size:32px;line-height:1.2;color:#0f172a}.hsc-featured-properties__empty{margin:0;padding:16px 18px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#475569}.hsc-featured-properties__search{margin:0 0 24px}.hsc-featured-properties__item{min-width:0}.hsc-featured-properties__item--primary{height:100%}.hsc-featured-properties__grid{display:grid;gap:24px}.hsc-featured-properties__grid--cols-1{grid-template-columns:1fr}.hsc-featured-properties__grid--cols-2{grid-template-columns:repeat(2,1fr)}.hsc-featured-properties__grid--cols-3{grid-template-columns:repeat(3,1fr)}.hsc-featured-properties__grid--cols-4{grid-template-columns:repeat(4,1fr)}.hsc-featured-properties--carousel .hsc-featured-properties__track{--hsc-section-carousel-gap:24px;--hsc-carousel-cols:3;display:flex;gap:var(--hsc-section-carousel-gap);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:0 0 12px;scrollbar-width:none;-ms-overflow-style:none}.hsc-featured-properties--carousel .hsc-featured-properties__track::-webkit-scrollbar{display:none}.hsc-featured-properties--carousel .hsc-featured-properties__item{scroll-snap-align:start;flex:0 0 calc((100% - ((var(--hsc-carousel-cols,3) - 1) * var(--hsc-section-carousel-gap,24px)))/ var(--hsc-carousel-cols,3));max-width:calc((100% - ((var(--hsc-carousel-cols,3) - 1) * var(--hsc-section-carousel-gap,24px)))/ var(--hsc-carousel-cols,3))}.hsc-featured-properties--showcase .hsc-featured-properties__showcase{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;align-items:start}.hsc-featured-properties__secondary{display:grid;gap:20px}.hsc-featured-properties__secondary--cols-1{grid-template-columns:1fr}.hsc-featured-properties__secondary--cols-2{grid-template-columns:repeat(2,1fr)}.hsc-featured-properties__secondary--cols-3{grid-template-columns:repeat(3,1fr)}.hsc-featured-properties--gallery{width:100vw;max-width:none;margin:40px calc(50% - 50vw);padding-inline:clamp(16px,3vw,32px)}.hsc-featured-properties__gallery-shell{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(20px,2vw,30px);align-items:start}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-shell{grid-template-columns:minmax(0,1fr) clamp(220px,19vw,270px);gap:var(--hsc-featured-gallery-browser-gap,clamp(28px,3vw,42px));align-items:center}.hsc-featured-properties__gallery-viewport{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(12px,1.3vw,20px);align-items:stretch;min-width:0}.hsc-featured-properties__gallery-main,.hsc-featured-properties__gallery-secondary{min-width:0}.hsc-featured-properties__gallery-main{position:relative}.hsc-featured-properties__gallery-main .hsc-featured-properties__gallery-item,.hsc-featured-properties__gallery-main .hsc-featured-properties__item{height:100%}.hsc-featured-properties__gallery-main .hsc-prop-card,.hsc-featured-properties__gallery-panel-items .hsc-prop-card,.hsc-featured-properties__gallery-secondary .hsc-prop-card{height:100%}.hsc-featured-properties__gallery-secondary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(12px,1.3vw,20px);align-content:start;position:relative}.hsc-featured-properties__gallery-item{position:relative;min-width:0}.hsc-featured-properties__gallery-item.is-selected{outline:2px solid rgba(196,160,120,.84);outline-offset:0}.hsc-featured-properties__gallery-panel-items .hsc-featured-properties__gallery-item,.hsc-featured-properties__gallery-secondary .hsc-featured-properties__gallery-item{aspect-ratio:4/3}.hsc-featured-properties__gallery-more-button{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);z-index:25;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 18px;border:1px solid rgba(250,247,241,.28);border-radius:999px;background:radial-gradient(circle at top left,rgba(196,160,120,.2) 0,rgba(196,160,120,0) 48%),rgba(30,26,20,.62);color:var(--hsc-white,#faf7f1);font-family:var(--hsc-body-font-lux, inherit);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 16px 30px rgba(30,26,20,.28);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .24s ease,background .24s ease,border-color .24s ease,box-shadow .24s ease}.hsc-featured-properties__gallery-more-button:hover{transform:translateX(-50%) translateY(-2px);background:radial-gradient(circle at top left,rgba(196,160,120,.26) 0,rgba(196,160,120,0) 52%),rgba(30,26,20,.74);border-color:rgba(250,247,241,.46);box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 20px 34px rgba(30,26,20,.32)}.hsc-featured-properties__gallery-more-button--cluster{display:none}.hsc-featured-properties__gallery-nav{position:absolute;top:50%;z-index:26;display:none;align-items:center;justify-content:center;width:54px;height:54px;margin-top:-27px;border:1px solid rgba(250,247,241,.24);border-radius:999px;background:radial-gradient(circle at top left,rgba(196,160,120,.2) 0,rgba(196,160,120,0) 52%),rgba(30,26,20,.62);color:var(--hsc-white,#faf7f1);font-size:22px;line-height:1;box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 18px 32px rgba(30,26,20,.22);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .24s ease,background .24s ease,border-color .24s ease}.hsc-featured-properties__gallery-nav:hover{transform:translateY(-2px);border-color:rgba(250,247,241,.44);background:radial-gradient(circle at top left,rgba(196,160,120,.28) 0,rgba(196,160,120,0) 52%),rgba(30,26,20,.74)}.hsc-featured-properties__gallery-nav--prev{left:20px}.hsc-featured-properties__gallery-nav--next{right:20px}.hsc-featured-properties__gallery-panel{display:none;min-width:0;align-self:start;position:sticky;top:24px;padding:22px;border:1px solid rgba(196,160,120,.22);border-radius:28px;background:linear-gradient(180deg,rgba(255,253,248,.96) 0,rgba(250,247,241,.96) 100%);box-shadow:0 28px 48px rgba(30,26,20,.12)}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel{display:flex;flex-direction:column;gap:18px}.hsc-featured-properties__gallery-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.hsc-featured-properties__gallery-panel-copy{display:grid;gap:6px}.hsc-featured-properties__gallery-panel-eyebrow{margin:0;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(196,160,120,.92)}.hsc-featured-properties__gallery-panel-title{margin:0;font-size:24px;line-height:1.1;color:var(--hsc-brand,#1e1a14)}.hsc-featured-properties__gallery-panel-count{margin:0;font-size:13px;line-height:1.5;color:rgba(30,26,20,.64)}.hsc-featured-properties__gallery-panel-close{flex:0 0 auto;width:40px;height:40px;border:1px solid rgba(196,160,120,.24);border-radius:999px;background:rgba(255,253,248,.94);color:var(--hsc-brand,#1e1a14);font-size:24px;line-height:1;cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease}.hsc-featured-properties__gallery-panel-close:hover{transform:translateY(-1px);background:var(--hsc-white,#faf7f1);border-color:rgba(196,160,120,.42)}.hsc-featured-properties__gallery-panel-items{display:grid;gap:14px;max-height:min(78vh,880px);overflow-y:auto;padding-right:4px}.hsc-featured-properties__gallery-panel-empty{margin:0;padding:18px;border-radius:18px;background:rgba(196,160,120,.1);color:rgba(30,26,20,.68)}.hsc-featured-properties__gallery-stage[hidden]{display:none!important}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-viewport{grid-template-columns:minmax(0,1fr)}.hsc-featured-properties--gallery.is-gallery-browser-open{--hsc-featured-gallery-browser-gap:clamp(28px, 3vw, 42px);--hsc-featured-gallery-stage-width:860px;width:min(100%,1420px);margin:44px auto;padding:clamp(16px,1.8vw,24px);border:1px solid rgba(196,160,120,.18);border-radius:30px;background:linear-gradient(180deg,rgba(255,253,248,.98) 0,rgba(247,240,228,.94) 100%);box-shadow:0 28px 58px rgba(30,26,20,.12)}body.home .haven-hp-featured .hsc-featured-properties--gallery{width:min(100%,1720px);max-width:1720px;position:relative;margin:0;margin-inline:auto;padding-inline:clamp(1rem,2vw,2rem)}body.home .haven-hp-featured .hsc-featured-properties__gallery-more-button{display:inline-flex;left:50%;right:auto;bottom:12px;width:auto;transform:translateX(-50%);justify-content:center;min-height:48px;padding:0 18px;border-radius:999px;font-size:11px;letter-spacing:.16em;border-color:rgba(255,249,238,.24);background:radial-gradient(circle at top left,rgba(214,188,152,.2) 0,rgba(214,188,152,0) 52%),rgba(20,17,13,.28);box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 18px 34px rgba(30,26,20,.22);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}body.home .haven-hp-featured .hsc-featured-properties__gallery-more-button:hover{transform:translateX(-50%) translateY(-2px);background:radial-gradient(circle at top left,rgba(214,188,152,.28) 0,rgba(214,188,152,0) 56%),rgba(20,17,13,.4);border-color:rgba(255,249,238,.34)}body.home .haven-hp-featured .hsc-featured-properties__gallery-more-button:not(.hsc-featured-properties__gallery-more-button--cluster){display:none!important}body.home .haven-hp-featured .hsc-featured-properties__gallery-more-button--cluster{display:inline-flex;top:50%;bottom:auto;left:50%;right:auto;width:52px;height:52px;min-height:52px;padding:0;border-radius:16px;transform:translate(-50%,-50%);z-index:28}body.home .haven-hp-featured .hsc-featured-properties__gallery-more-button--cluster:hover{transform:translate(-50%,calc(-50% - 2px))}body.home .haven-hp-featured .hsc-featured-properties__gallery-more-icon{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;width:18px;height:18px}body.home .haven-hp-featured .hsc-featured-properties__gallery-more-icon span{display:block;width:4px;height:4px;border-radius:999px;background:currentColor;opacity:.92;box-shadow:0 0 10px rgba(255,249,238,.16)}body.home .haven-hp-featured .hsc-featured-properties__gallery-item{will-change:transform}body.home .haven-hp-featured .hsc-featured-properties__gallery-item.is-featured-gallery-entering{animation:hscHomepageFeaturedGalleryFadeIn 560ms cubic-bezier(.22,1,.36,1)}@keyframes hscHomepageFeaturedGalleryFadeIn{0%{opacity:0;transform:translateY(18px) scale(.97)}100%{opacity:1;transform:translateY(0) scale(1)}}body.home .haven-hp-featured .hsc-featured-lightbox{position:absolute;inset:0;z-index:40;width:100%;height:100%;min-height:100%;border-radius:28px;overflow:hidden;align-items:flex-start;justify-content:space-between;padding-top:0;background-color:rgba(30,26,20,.62);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-featured-lightbox-open{min-height:clamp(760px,66vw,980px)}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-lightbox-main{padding:72px 88px 64px 56px;min-height:clamp(760px,66vw,980px)}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-lightbox-img{position:relative;z-index:1;background:rgba(250,247,241,.98);border-radius:14px;max-height:calc(clamp(760px,66vw,980px) - 120px)}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-featured-lightbox__overlay{position:absolute;left:56px;right:88px;bottom:64px;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:10px;padding:28px 22px 34px;text-align:center;color:var(--hsc-white,#faf7f1);opacity:0;transform:translateY(14px);pointer-events:none;transition:opacity .28s ease,transform .28s ease}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-featured-lightbox__overlay::before{content:"";position:absolute;inset:0;border-radius:14px;background:linear-gradient(180deg,rgba(15,23,42,.08) 0,rgba(15,23,42,.18) 46%,rgba(15,23,42,.82) 100%);opacity:.92;pointer-events:none}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-lightbox-main:focus-within .hsc-featured-lightbox__overlay,body.home .haven-hp-featured .hsc-featured-lightbox .hsc-lightbox-main:hover .hsc-featured-lightbox__overlay{opacity:1;transform:translateY(0)}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-featured-lightbox__name,body.home .haven-hp-featured .hsc-featured-lightbox .hsc-featured-lightbox__specs{position:relative;z-index:1}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-featured-lightbox__name{margin:0;display:block;width:fit-content;margin-left:auto;margin-right:auto;font-size:clamp(1.1rem, 1vw + .8rem, 1.55rem);line-height:1.08;letter-spacing:.01em;max-width:min(100%,28ch);color:var(--hsc-accent,#c4a078);text-shadow:0 10px 24px rgba(17,28,38,.22);text-wrap:balance}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-featured-lightbox__specs{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 12px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(250,247,241,.92);text-shadow:0 8px 18px rgba(17,28,38,.18)}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-featured-lightbox__spec-sep{width:4px;height:4px;border-radius:999px;background:rgba(255,255,255,.42)}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-lightbox-thumbs{width:clamp(404px,25vw,436px);background:rgba(250,247,241,.98);box-shadow:-8px 0 24px rgba(30,26,20,.14)}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-lightbox-thumbs-scroll{padding:14px 14px 18px;gap:14px}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-lightbox-thumb{padding:0;appearance:none;border-color:rgba(196,160,120,.22);background:#fffdf8;box-shadow:0 4px 12px rgba(30,26,20,.08)}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-lightbox-thumb:hover{border-color:rgba(181,97,74,.42);box-shadow:0 12px 24px rgba(30,26,20,.12)}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-lightbox-thumb--active{border-color:rgba(181,97,74,.76);box-shadow:0 10px 24px rgba(181,97,74,.18)}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-lightbox-thumb img{height:clamp(148px,12vw,176px)}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-lightbox-close{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;padding:0;border:1px solid rgba(196,160,120,.26);border-radius:18px;background:rgba(255,253,248,.94);color:#1e1a14;font-size:2rem;line-height:1;box-shadow:0 12px 24px rgba(30,26,20,.14);top:14px;right:18px}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-lightbox-nav{width:44px;height:44px;padding:0;border-radius:12px;background:rgba(255,253,248,.96);border:1px solid rgba(30,26,20,.14);color:#1e1a14;box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 10px 22px rgba(30,26,20,.16);transform:translateY(-50%)}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-lightbox-nav--prev{left:18px}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-lightbox-nav--next{left:calc(100% - 108px);right:auto}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-lightbox-nav:hover{background:rgba(181,97,74,.08);border-color:rgba(181,97,74,.28);color:#b5614a;transform:translateY(calc(-50% - 1px))}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-lightbox-counter{background:rgba(30,26,20,.74);border:1px solid rgba(196,160,120,.22);color:rgba(250,247,241,.96)}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-gallery-browser-open{width:min(100%,1720px);max-width:1720px;margin:0;margin-inline:auto;padding:0;padding-inline:clamp(1rem,2vw,2rem);border:0;border-radius:0;background:0 0;box-shadow:none;--hsc-featured-gallery-browser-gap:clamp(20px, 2.2vw, 34px);--hsc-featured-gallery-panel-width:clamp(220px, 18vw, 260px);--hsc-featured-gallery-stage-width:clamp(680px, 58vw, 840px)}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-shell{grid-template-columns:minmax(0,1fr) var(--hsc-featured-gallery-panel-width);gap:var(--hsc-featured-gallery-browser-gap);align-items:start}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-main{min-height:clamp(360px,39vw,560px);padding:0}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-main .hsc-featured-properties__gallery-item{width:100%;max-width:min(100%,var(--hsc-featured-gallery-stage-width));margin:0 auto}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-gallery-browser-open .hsc-prop-card--featured-gallery{border-radius:28px;box-shadow:0 36px 90px rgba(16,12,8,.24),0 20px 48px rgba(196,160,120,.12)}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel{position:sticky;top:clamp(18px,3vw,36px);padding:clamp(14px,1.4vw,20px);border:1px solid rgba(196,160,120,.22);border-radius:24px;background:radial-gradient(circle at top,rgba(255,243,219,.14) 0,rgba(255,243,219,0) 62%),rgba(255,251,244,.42);box-shadow:inset 0 1px 0 rgba(255,255,255,.3),0 24px 58px rgba(30,26,20,.12);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-header{position:relative;top:auto;right:auto;gap:12px;justify-content:flex-end}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-copy{display:none}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-title{font-family:var(--elv-font-display, "Cormorant Garamond", serif);font-style:italic;font-size:clamp(1.55rem, 1.8vw, 2rem);letter-spacing:-.01em}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-count{color:rgba(30,26,20,.7)}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-close{background:rgba(255,251,244,.74);border-color:rgba(196,160,120,.26);box-shadow:inset 0 1px 0 rgba(255,255,255,.34),0 12px 26px rgba(30,26,20,.14);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items{gap:14px;max-height:clamp(520px,72vh,720px)}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items .hsc-prop-card{border-radius:18px;box-shadow:0 14px 30px rgba(30,26,20,.12)}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-nav{width:50px;height:50px;border-color:rgba(255,249,238,.26);background:radial-gradient(circle at top left,rgba(214,188,152,.24) 0,rgba(214,188,152,0) 56%),rgba(20,17,13,.38);box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 18px 34px rgba(30,26,20,.2);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-nav--prev{left:max(10px,calc((100% - min(100%,var(--hsc-featured-gallery-stage-width)))/ 2 - 25px));transform:translateY(-50%)}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-nav--next{right:calc(var(--hsc-featured-gallery-panel-width) + var(--hsc-featured-gallery-browser-gap) + max(10px,(100% - min(100%,var(--hsc-featured-gallery-stage-width)))/ 2 - 25px));transform:translateY(-50%)}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-nav--prev:hover{transform:translate(-2px,-50%)}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-nav--next:hover{transform:translate(2px,-50%)}@media (max-width:960px){body.home .haven-hp-featured .hsc-featured-properties--gallery,body.home .haven-hp-featured .hsc-featured-properties--gallery.is-gallery-browser-open{width:100%;max-width:none;padding-inline:0}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-shell{grid-template-columns:minmax(0,1fr)}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel{position:static;top:auto}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-lightbox-main{padding:80px 28px 80px 28px;min-height:0}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-featured-lightbox__overlay{left:28px;right:28px;bottom:80px}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-lightbox-nav{width:44px;height:44px;border-radius:12px}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-lightbox-nav--prev{left:14px}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-lightbox-nav--next{left:auto;right:14px}body.home .haven-hp-featured .hsc-featured-lightbox .hsc-lightbox-thumbs{width:300px}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-featured-lightbox-open{min-height:0}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-nav--prev{left:12px}body.home .haven-hp-featured .hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-nav--next{right:12px}}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-main{display:flex;align-items:center;justify-content:center;min-height:clamp(360px,35vw,520px);padding:clamp(10px,1vw,16px)}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-main .hsc-featured-properties__gallery-item{aspect-ratio:auto;width:100%;max-width:min(100%,860px);margin:0 auto}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-secondary{display:none}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-nav{display:inline-flex;top:50%;width:46px;height:46px;margin-top:0;border-color:rgba(196,160,120,.28);background:radial-gradient(circle at top left,rgba(196,160,120,.24) 0,rgba(196,160,120,0) 52%),rgba(30,26,20,.72);box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 14px 28px rgba(30,26,20,.2)}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-nav--prev{left:max(12px,calc((100% - min(100%,var(--hsc-featured-gallery-stage-width)))/ 4 - 23px));right:auto;transform:translateY(-50%)}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-nav--next{right:max(12px,calc((100% - min(100%,var(--hsc-featured-gallery-stage-width)))/ 4 - (var(--hsc-featured-gallery-browser-gap)/ 2) - 23px));left:auto;transform:translateY(-50%)}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-nav--prev:hover{transform:translate(-2px,-50%)}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-nav--next:hover{transform:translate(2px,-50%)}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items .hsc-featured-properties__gallery-item{cursor:pointer;aspect-ratio:auto;min-height:clamp(92px,8vw,112px)}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items .hsc-prop-card{border-radius:16px;box-shadow:0 12px 22px rgba(17,28,38,.08)}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items .hsc-prop-card:hover{transform:none;box-shadow:0 16px 28px rgba(17,28,38,.12)}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items .hsc-prop-card--featured-gallery::after{opacity:.08}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items .hsc-prop-card__cover-link,.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items .hsc-prop-card__dots,.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items .hsc-prop-card__favorite,.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items .hsc-prop-card__flex-trigger,.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items .hsc-prop-card__immersive-overlay,.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items .hsc-prop-card__location-badge,.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items .hsc-prop-card__nav,.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items .hsc-prop-card__pet-badge,.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items .hsc-prop-card__pricing-overlay{display:none!important}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items .hsc-prop-card__img{transform:none!important}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel{position:sticky;top:32px;padding:0;border:0;border-radius:0;background:0 0;box-shadow:none}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-header{position:absolute;top:-10px;right:-6px;z-index:5;gap:0}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-copy{display:none}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-close{box-shadow:0 10px 18px rgba(30,26,20,.16)}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items{gap:12px;max-height:clamp(520px,70vh,640px);padding-right:2px}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items .hsc-prop-card__media,.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items .hsc-prop-card__placeholder,.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items .hsc-prop-card__slide,.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items .hsc-prop-card__track{min-height:100%;height:100%;aspect-ratio:auto}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items::-webkit-scrollbar{width:10px}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:rgba(196,160,120,.48);background-clip:padding-box}.hsc-featured-property--filtered-out,.hsc-featured-property--page-hidden{display:none}.hsc-featured-property--not-available .hsc-prop-card,.hsc-properties-showcase .hsc-showcase-card--not-available{box-shadow:0 18px 34px rgba(17,28,38,.1)}.hsc-featured-property--flex-only .hsc-prop-card,.hsc-properties-showcase .hsc-showcase-card--flex-only{outline:1px solid rgba(61,143,166,.28);outline-offset:-1px}.hsc-featured-properties__pagination{position:relative;display:flex;flex-direction:column;align-items:center;gap:14px;margin-top:30px;padding:34px 16px 0;text-align:center}.hsc-featured-properties__pagination::before{content:"";position:absolute;top:4px;left:50%;width:min(100%,960px);height:52px;transform:translateX(-50%);border-radius:999px;background:linear-gradient(180deg,rgba(17,28,38,.1) 0,rgba(17,28,38,.02) 42%,rgba(17,28,38,0) 100%);filter:blur(16px);opacity:.72;pointer-events:none}.hsc-featured-properties__pagination-count{margin:0;font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(17,28,38,.58)}.hsc-featured-properties__view-more{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 30px;border:1px solid rgba(184,154,98,.34);border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,.98) 0,rgba(244,245,243,.98) 100%);color:var(--hsc-el-ink);font-family:var(--hsc-body-font-lux);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;box-shadow:0 0 0 10px rgba(244,245,243,.94),0 20px 34px rgba(17,28,38,.12);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease,color .24s ease}.hsc-featured-properties__view-more:hover{transform:translateY(-2px);color:var(--hsc-el-teal);border-color:rgba(61,143,166,.34);box-shadow:0 0 0 10px rgba(244,245,243,.97),0 26px 38px rgba(17,28,38,.16)}@media (max-width:1200px){.hsc-featured-properties__grid--cols-4{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.hsc-featured-properties--showcase .hsc-featured-properties__showcase{grid-template-columns:1fr}.hsc-featured-properties__secondary--cols-3{grid-template-columns:repeat(2,1fr)}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-shell{grid-template-columns:1fr}.hsc-featured-properties__gallery-panel{position:relative;top:auto}.hsc-featured-properties--gallery.is-gallery-browser-open{width:100%;margin:36px 0;padding:18px;border-radius:24px}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-main{min-height:clamp(420px,72vw,680px)}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-nav--prev{left:12px;right:auto}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-nav--next{right:12px;left:auto}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-panel-items{max-height:none}}@media (max-width:768px){.hsc-featured-properties__title{font-size:24px}.hsc-featured-properties__pagination{margin-top:24px;padding-top:28px}.hsc-featured-properties__grid--cols-2,.hsc-featured-properties__grid--cols-3,.hsc-featured-properties__grid--cols-4,.hsc-featured-properties__secondary--cols-2,.hsc-featured-properties__secondary--cols-3{grid-template-columns:1fr}.hsc-featured-properties--gallery{width:100%;margin:32px 0;padding-inline:0}.hsc-featured-properties__gallery-viewport{grid-template-columns:1fr}.hsc-featured-properties__gallery-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.hsc-featured-properties__gallery-panel{padding:18px;border-radius:20px}.hsc-featured-properties--gallery.is-gallery-browser-open{padding:16px;border-radius:22px}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-nav{width:42px;height:42px}}@media (max-width:640px){.hsc-featured-properties__gallery-secondary{grid-template-columns:1fr}.hsc-featured-properties__gallery-more-button{bottom:14px;min-height:44px;padding:0 16px;font-size:10px;letter-spacing:.14em}.hsc-featured-properties__gallery-panel-title{font-size:20px}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-main{min-height:clamp(320px,86vw,420px)}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-nav--prev{left:10px;right:auto}.hsc-featured-properties--gallery.is-gallery-browser-open .hsc-featured-properties__gallery-nav--next{right:10px;left:auto}}.hsc-properties-showcase{margin:32px 0}.hsc-properties-showcase__header{margin-bottom:32px;text-align:center}.hsc-properties-showcase__title{font-size:32px;font-weight:700;color:var(--hsc-dark);margin:0 0 8px 0;line-height:1.2}.hsc-properties-showcase__count{font-size:16px;color:var(--hsc-text-muted);margin:0}.hsc-showcase-search{margin:0 0 24px;padding:18px;background:#fff;border:1px solid #d9e2ec;border-radius:12px;box-shadow:0 10px 24px rgba(15,23,42,.06)}.hsc-showcase-search__form{display:grid;grid-template-columns:1fr;gap:12px}.hsc-showcase-search__fields{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.hsc-showcase-search__field{display:flex;flex-direction:column;gap:6px}.hsc-showcase-search__field label{font-size:11px;letter-spacing:.04em;text-transform:uppercase;font-weight:700;color:#334155}.hsc-showcase-search__field input,.hsc-showcase-search__field select{width:100%;min-height:40px;padding:0 10px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;color:#0f172a;background:#fff}.hsc-showcase-search__field input:focus,.hsc-showcase-search__field select:focus{outline:0;border-color:#0f3557;box-shadow:0 0 0 3px rgba(15,53,87,.15)}.hsc-showcase-search__actions{display:flex;flex-wrap:wrap;gap:10px}.hsc-showcase-search__reset,.hsc-showcase-search__submit{min-height:40px}.hsc-showcase-search__submit.is-loading{opacity:.75;cursor:wait}.hsc-showcase-search__feedback{margin:12px 0 0;font-size:13px;color:#475569}.hsc-showcase-search__feedback.is-error{color:#991b1b}.hsc-showcase-search__feedback.is-success{color:#166534}.hsc-showcase-search__feedback.is-warning{color:#92400e}.hsc-showcase-search__feedback.is-loading{color:#1d4ed8}.hsc-properties-showcase__grid{display:grid;gap:24px;margin-bottom:24px}.hsc-properties-showcase__pagination{margin:8px 0 0;padding:14px 16px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:14px}.hsc-properties-showcase__pagination-count{margin:0;font-size:13px;color:#334155;font-weight:600}.hsc-properties-showcase__view-more{min-height:38px}.hsc-showcase-card--page-hidden{display:none!important}.hsc-properties-showcase__grid--cols-1{grid-template-columns:1fr}.hsc-properties-showcase__grid--cols-2{grid-template-columns:repeat(2,1fr)}.hsc-properties-showcase__grid--cols-3{grid-template-columns:repeat(3,1fr)}.hsc-properties-showcase__grid--cols-4{grid-template-columns:repeat(4,1fr)}.hsc-properties-showcase__grid--cols-5{grid-template-columns:repeat(5,1fr)}.hsc-properties-showcase__notice{text-align:center;padding:16px;background:var(--hsc-warning);color:var(--hsc-dark);border-radius:var(--hsc-radius);font-size:14px;margin-top:24px}@media (max-width:1200px){.hsc-properties-showcase__grid--cols-5{grid-template-columns:repeat(4,1fr)}}@media (max-width:1024px){.hsc-properties-showcase__grid--cols-4,.hsc-properties-showcase__grid--cols-5{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.hsc-properties-showcase__title{font-size:24px}.hsc-properties-showcase__grid--cols-3,.hsc-properties-showcase__grid--cols-4,.hsc-properties-showcase__grid--cols-5{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.hsc-properties-showcase__grid{grid-template-columns:1fr!important}.hsc-properties-showcase__header{margin-bottom:24px}.hsc-properties-showcase__pagination{flex-direction:column;align-items:stretch}}.hsc-properties-showcase--list .hsc-properties-showcase__grid{display:flex;flex-direction:column;gap:16px}.hsc-properties-showcase--list .hsc-prop-card,.hsc-properties-showcase--list .hsc-property-card{display:flex;flex-direction:row;align-items:stretch;background:#fff;border:1px solid var(--hsc-border);border-radius:var(--hsc-radius);overflow:hidden;transition:all var(--hsc-transition)}.hsc-properties-showcase--list .hsc-prop-card:hover,.hsc-properties-showcase--list .hsc-property-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.1);transform:translateY(-2px)}.hsc-properties-showcase--list .hsc-prop-card__media,.hsc-properties-showcase--list .hsc-property-card__image{width:300px;min-width:300px;max-width:300px;flex-shrink:0;border-radius:0;overflow:hidden}.hsc-properties-showcase--list .hsc-prop-card__img,.hsc-properties-showcase--list .hsc-property-card__image img{width:100%;height:100%;object-fit:cover}.hsc-properties-showcase--list .hsc-prop-card__body,.hsc-properties-showcase--list .hsc-property-card__content{flex:1;padding:20px;display:flex;flex-direction:column}.hsc-properties-showcase--list .hsc-prop-card__name,.hsc-properties-showcase--list .hsc-property-card__title{font-size:22px;margin-bottom:12px}.hsc-properties-showcase--list .hsc-prop-card__specs,.hsc-properties-showcase--list .hsc-property-card__specs{margin-bottom:12px}.hsc-properties-showcase--list .hsc-property-card__description{flex:1;margin-bottom:16px;line-height:1.6}.hsc-properties-showcase--list .hsc-property-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}@media (max-width:768px){.hsc-properties-showcase--list .hsc-prop-card,.hsc-properties-showcase--list .hsc-property-card{flex-direction:column}.hsc-properties-showcase--list .hsc-prop-card__media,.hsc-properties-showcase--list .hsc-property-card__image{width:100%;max-width:100%;height:200px}}.hsc-properties-showcase--carousel .hsc-properties-showcase__grid{--hsc-section-carousel-gap:24px;--hsc-carousel-cols:3;display:flex;gap:var(--hsc-section-carousel-gap);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:16px}.hsc-properties-showcase--carousel .hsc-prop-card,.hsc-properties-showcase--carousel .hsc-property-card{flex:0 0 calc((100% - ((var(--hsc-carousel-cols,3) - 1) * var(--hsc-section-carousel-gap,24px)))/ var(--hsc-carousel-cols,3));max-width:calc((100% - ((var(--hsc-carousel-cols,3) - 1) * var(--hsc-section-carousel-gap,24px)))/ var(--hsc-carousel-cols,3));scroll-snap-align:start}.hsc-properties-showcase--carousel .hsc-prop-card:last-child,.hsc-properties-showcase--carousel .hsc-property-card:last-child{margin-right:0}.hsc-properties-showcase--carousel .hsc-properties-showcase__grid::-webkit-scrollbar{display:none}.hsc-properties-showcase .hsc-showcase-card--flex-only{outline:2px dashed #f59e0b;outline-offset:2px}.ui-datepicker td.hsc-date-past a,.ui-datepicker td.hsc-date-past span{background-color:#f5f5f5!important;color:#ccc!important;cursor:not-allowed!important;text-decoration:line-through}.ui-datepicker td.hsc-date-blocked a,.ui-datepicker td.hsc-date-blocked span{background-color:#ffebee!important;color:#c62828!important;cursor:not-allowed!important;position:relative}.ui-datepicker td.hsc-date-blocked a:hover,.ui-datepicker td.hsc-date-blocked span:hover{background-color:#ffcdd2!important}.ui-datepicker td.hsc-date-available a{background-color:#e8f5e9!important;color:#2e7d32!important;cursor:pointer!important}.ui-datepicker td.hsc-date-available a:hover{background-color:#c8e6c9!important;color:#1b5e20!important}.ui-datepicker td.ui-datepicker-today a{border:2px solid var(--hsc-primary,#c4a078)!important;font-weight:700}.ui-datepicker td.ui-datepicker-current-day a{background-color:var(--hsc-primary,#c4a078)!important;color:#fff!important}.hsc-datepicker-legend{display:flex;gap:16px;margin-top:12px;font-size:.85em;flex-wrap:wrap}.hsc-datepicker-legend-item{display:flex;align-items:center;gap:6px}.hsc-datepicker-legend-color{width:16px;height:16px;border-radius:3px;border:1px solid #ddd}.hsc-datepicker-legend-color--available{background-color:#e8f5e9}.hsc-datepicker-legend-color--blocked{background-color:#ffebee}.hsc-datepicker-legend-color--selected{background-color:var(--hsc-primary,#c4a078)}.hsc-featured-properties__search.hsc-lux-search,.hsc-search-form.hsc-lux-search,.hsc-showcase-search.hsc-lux-search{position:relative;padding:clamp(10px,1.8vw,16px);border:1px solid rgba(196,160,120,.16);border-radius:34px;background:linear-gradient(135deg,rgba(250,247,241,.74) 0,rgba(255,253,248,.92) 54%,rgba(255,255,255,.96) 100%);box-shadow:0 18px 38px rgba(30,26,20,.08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hsc-lux-search{width:100%;font-family:var(--hsc-body-font-lux)}.hsc-lux-search__form{position:relative;display:flex;align-items:center;gap:12px;width:100%;padding:12px;border:1px solid rgba(196,160,120,.18);border-radius:30px;background:linear-gradient(180deg,rgba(255,253,248,.98) 0,rgba(250,247,241,.96) 46%,#fff 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.84),0 20px 44px rgba(30,26,20,.08);backdrop-filter:blur(8px)}.hsc-lux-search__segments{display:flex;flex:1 1 auto;min-width:0;align-items:stretch;border:1px solid rgba(196,160,120,.18);border-radius:26px;overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.98) 0,rgba(250,247,241,.88) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 4px 14px rgba(30,26,20,.04)}.hsc-lux-search__segment{position:relative;display:flex;align-items:center;gap:14px;flex:1 1 0;min-width:0;min-height:74px;padding:14px 18px;cursor:pointer;transition:background .24s ease,box-shadow .24s ease,border-color .24s ease,flex-basis .24s ease}.hsc-lux-search__segment+.hsc-lux-search__segment{border-left:1px solid rgba(196,160,120,.14)}.hsc-lux-search__segment:hover{background:rgba(245,240,231,.78)}.hsc-lux-search__segment:focus-within{background:rgba(250,247,241,.96);box-shadow:inset 0 0 0 1px rgba(196,160,120,.42),0 0 0 3px rgba(196,160,120,.12),inset 0 1px 0 rgba(255,255,255,.84)}.hsc-lux-search__segment--date{flex:0 1 180px}.hsc-lux-search__segment--select{flex:1 1 160px}.hsc-lux-search__segment--narrow{flex:0 0 160px}.hsc-lux-search__segment--disabled{background:rgba(242,236,226,.72);cursor:default}.hsc-lux-search__segment--select::after{content:"";position:absolute;top:50%;right:20px;width:8px;height:8px;margin-top:-6px;border-right:1.5px solid rgba(118,105,92,.72);border-bottom:1.5px solid rgba(118,105,92,.72);transform:rotate(45deg);pointer-events:none}.hsc-lux-search__icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex:0 0 18px;color:rgba(196,160,120,.96)}.hsc-lux-search__icon svg{width:18px;height:18px;display:block}.hsc-lux-search__field-copy{display:flex;flex-direction:column;gap:5px;justify-content:center;min-width:0;flex:1 1 auto}.hsc-lux-search__segment--select .hsc-lux-search__field-copy{padding-right:18px}.hsc-lux-search .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(1px,1px,1px,1px)!important;white-space:nowrap!important;border:0!important}.hsc-lux-search__label{display:block;margin:0;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(118,105,92,.84)}.hsc-featured-properties__search .hsc-lux-search__field-copy{gap:6px}.hsc-featured-properties__search .hsc-lux-search__label{color:rgba(118,105,92,.76)}.hsc-featured-properties__search .hsc-lux-search__segment--empty .hsc-lux-search__field-copy{gap:0;justify-content:center}.hsc-featured-properties__search .hsc-lux-search__segment--empty .hsc-lux-search__control[type=date],.hsc-featured-properties__search .hsc-lux-search__segment--empty .hsc-lux-search__control[type=search],.hsc-featured-properties__search .hsc-lux-search__segment--empty .hsc-lux-search__control[type=text]{min-height:0;height:0;padding:0;opacity:0;color:transparent;pointer-events:none}.hsc-featured-properties__search .hsc-lux-search__segment--empty select{position:absolute;inset:0;z-index:2;width:100%;min-height:100%;height:100%;padding:0;opacity:1;color:transparent;-webkit-text-fill-color:transparent;background:0 0;cursor:pointer}.hsc-featured-properties__search .hsc-lux-search__segment--empty select option{color:var(--hsc-gh-ink)}.hsc-featured-properties__search .hsc-lux-search__segment--empty .hsc-lux-search__control::placeholder{color:transparent}.hsc-lux-search__control,.hsc-lux-search__control[type=date],.hsc-lux-search__control[type=search],.hsc-lux-search__control[type=text],.hsc-lux-search__segment select{width:100%;min-width:0;min-height:24px;padding:0 24px 0 0;border:0;outline:0;background:0 0;font-family:var(--hsc-body-font-lux);font-size:18px;font-weight:500;line-height:1.25;color:var(--hsc-gh-ink);appearance:none;-webkit-appearance:none;box-shadow:none;cursor:pointer}.hsc-featured-properties__search .hsc-lux-search__control,.hsc-featured-properties__search .hsc-lux-search__control[type=date],.hsc-featured-properties__search .hsc-lux-search__control[type=search],.hsc-featured-properties__search .hsc-lux-search__control[type=text],.hsc-featured-properties__search .hsc-lux-search__segment select{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hsc-lux-search__segment--date .hsc-lux-search__control,.hsc-lux-search__segment--date .hsc-lux-search__control[type=date],.hsc-lux-search__segment--date .hsc-lux-search__control[type=text]{padding-right:0}.hsc-lux-search__control::placeholder{color:rgba(118,105,92,.74);opacity:1}.hsc-lux-search__control:disabled{color:rgba(118,105,92,.82);cursor:not-allowed}.hsc-lux-search__control--placeholder{color:rgba(118,105,92,.84)}.hsc-lux-search__segment--empty .hsc-lux-search__icon{color:rgba(176,91,74,.92)}.hsc-lux-search__actions{display:flex;align-items:stretch;gap:12px;flex:0 0 auto}.hsc-lux-search__button{min-height:74px;padding:0 24px;border-radius:24px;border:1px solid rgba(196,160,120,.18);font-family:var(--hsc-body-font-lux);font-size:11px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;white-space:nowrap;transition:transform .24s ease,box-shadow .24s ease,background .24s ease,border-color .24s ease,color .24s ease}.hsc-lux-search__button:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(17,28,38,.1)}.hsc-lux-search .hsc-lux-search__button--primary{background:linear-gradient(135deg,var(--hsc-gh-ink) 0,var(--hsc-gh-ink-soft) 100%)!important;color:var(--hsc-el-white)!important;border-color:rgba(196,160,120,.28)!important;box-shadow:0 18px 34px rgba(30,26,20,.14)}.hsc-lux-search .hsc-lux-search__button--primary:hover{background:linear-gradient(135deg,#16120d 0,#2f261e 100%)!important;color:var(--hsc-el-white)!important}.hsc-lux-search .hsc-lux-search__button--secondary{background:rgba(250,247,241,.92)!important;border-color:rgba(196,160,120,.2)!important;color:var(--hsc-gh-ink)!important}.hsc-lux-search .hsc-lux-search__button--secondary:hover{border-color:rgba(181,97,74,.32)!important;background:rgba(255,253,248,.98)!important;color:var(--hsc-gh-terra)!important}.hsc-showcase-search__reset,[data-featured-search-reset]{background:0 0!important;border-color:rgba(17,28,38,.12)!important;color:rgba(17,28,38,.84)!important;box-shadow:none!important}.hsc-showcase-search__reset:hover,[data-featured-search-reset]:hover{background:rgba(17,28,38,.04)!important;border-color:rgba(17,28,38,.2)!important;color:var(--hsc-el-ink)!important}.hsc-lux-search__button-icon{display:inline-flex;align-items:center;justify-content:center}.hsc-lux-search__button-icon svg{width:16px;height:16px;display:block}.hsc-showcase-search__feedback{margin:14px 4px 0;font-size:13px;color:rgba(17,28,38,.72)}.hsc-showcase-search__feedback.is-error{color:#7a2d1d}.hsc-showcase-search__feedback.is-success{color:var(--hsc-el-teal)}.hsc-showcase-search__feedback.is-warning{color:var(--hsc-el-gold)}.hsc-showcase-search__feedback.is-loading{color:var(--hsc-el-teal)}@media (min-width:1321px){.hsc-featured-properties__search .hsc-lux-search__segment{flex:var(--hsc-segment-grow,0.35) 1 var(--hsc-segment-basis,172px)}}@media (max-width:1320px){.hsc-lux-search__form{flex-wrap:wrap}.hsc-lux-search__segments{flex-basis:100%;flex-wrap:wrap}.hsc-lux-search__segment{flex:1 1 calc(50% - 0px)}.hsc-lux-search__segment--date,.hsc-lux-search__segment--narrow,.hsc-lux-search__segment--select{flex-basis:calc(50% - 0px)}.hsc-lux-search__segment:nth-child(odd){border-left:0}.hsc-lux-search__segment:nth-child(n+3){border-top:1px solid rgba(17,28,38,.09)}.hsc-lux-search__actions{width:100%}.hsc-lux-search__button{flex:1 1 220px;min-height:64px}}@media (max-width:767px){.hsc-lux-search__form{padding:12px;border-radius:24px}.hsc-lux-search__segments{display:block;border-radius:18px}.hsc-lux-search__segment,.hsc-lux-search__segment+.hsc-lux-search__segment{border-left:0}.hsc-lux-search__segment+.hsc-lux-search__segment{border-top:1px solid rgba(17,28,38,.09)}.hsc-lux-search__segment{padding:14px 16px}.hsc-lux-search__icon{width:18px;height:18px;flex-basis:18px}.hsc-lux-search__control,.hsc-lux-search__control[type=date],.hsc-lux-search__control[type=search],.hsc-lux-search__control[type=text],.hsc-lux-search__segment select{font-size:16px}.hsc-lux-search__actions{flex-direction:column}.hsc-lux-search__button{width:100%;min-height:56px;border-radius:18px}.hsc-featured-properties__search .hsc-lux-search__actions{flex-direction:row;gap:8px}.hsc-featured-properties__search .hsc-lux-search__button{flex:1 1 0;width:auto;min-width:0;min-height:46px;padding:0 12px;border-radius:14px;font-size:10px;letter-spacing:.1em}.hsc-featured-properties__search [data-featured-search-reset]{flex:0 1 112px}}@media (max-width:380px){.hsc-featured-properties__search .hsc-lux-search__actions{gap:6px}.hsc-featured-properties__search .hsc-lux-search__button{min-height:44px;padding:0 8px;font-size:9px;letter-spacing:.08em}.hsc-featured-properties__search [data-featured-search-reset]{flex-basis:88px}}.hsc-prop-card__price-text.hsc-price--loaded{font-size:16px;letter-spacing:0;text-transform:none}.hsc-prop-card__price-text.hsc-price--unavailable{color:rgba(244,245,243,.98);font-size:14px;font-weight:600;letter-spacing:.01em;line-height:1.3;text-transform:none}.hsc-prop-card__price-note{display:block;margin-top:6px;font-size:12px;font-weight:500;line-height:1.25;color:rgba(255,255,255,.9);text-transform:none;letter-spacing:0}.hsc-prop-card[data-availability-state=unavailable] .hsc-prop-card__price-note{max-width:240px;color:rgba(244,245,243,.92);font-size:11px;line-height:1.35;text-shadow:0 1px 2px rgba(17,28,38,.2)}.hsc-prop-card__searching-indicator{display:inline-flex;align-items:center;gap:6px;margin-top:10px;padding:7px 12px;border:1px solid rgba(244,245,243,.2);border-radius:999px;background:rgba(17,28,38,.42);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 10px 22px rgba(17,28,38,.16)}.hsc-prop-card__searching-indicator span{width:6px;height:6px;border-radius:50%;background:rgba(244,245,243,.92);animation:hsc-card-search-pulse 1.1s ease-in-out infinite}.hsc-prop-card__searching-indicator span:nth-child(2){animation-delay:.16s}.hsc-prop-card__searching-indicator span:nth-child(3){animation-delay:.32s}.hsc-prop-card__flex-trigger{position:absolute;left:50%;top:50%;bottom:auto;z-index:12;border:none;min-width:min(240px,calc(100% - 40px));max-width:calc(100% - 40px);border-radius:999px;background:rgba(17,28,38,.86);color:var(--hsc-el-white);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:11px 18px;cursor:pointer;box-shadow:0 18px 36px rgba(17,28,38,.28);transition:opacity var(--hsc-transition),transform var(--hsc-transition),box-shadow var(--hsc-transition);transform:translate(-50%,-50%);opacity:.95;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hsc-prop-card__flex-trigger:hover{opacity:1;transform:translate(-50%,calc(-50% - 2px));box-shadow:0 22px 40px rgba(17,28,38,.32)}.hsc-featured-properties .hsc-prop-card__flex-trigger,.hsc-properties-showcase .hsc-prop-card__flex-trigger{z-index:40;pointer-events:auto}.hsc-featured-properties .hsc-prop-card__cover-link,.hsc-properties-showcase .hsc-prop-card__cover-link{z-index:1}.hsc-flex-modal{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;padding:24px;color:var(--hsc-gh-ink);font-family:var(--hsc-body-font-lux)}body.hsc-flex-modal-open{overflow:hidden}.hsc-flex-modal.is-open{display:flex}.hsc-flex-modal__backdrop{position:absolute;inset:0;background:rgba(17,28,38,.64);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.hsc-flex-modal__dialog{position:relative;z-index:1;width:min(900px,calc(100vw - 32px));max-height:min(760px,calc(100vh - 32px));overflow:auto;border:1px solid rgba(196,160,120,.32);border-radius:30px;background:radial-gradient(circle at top left,rgba(196,160,120,.24),transparent 34%),linear-gradient(180deg,rgba(255,253,248,.98) 0,rgba(245,240,231,.98) 100%);box-shadow:0 36px 90px rgba(17,28,38,.34)}.hsc-flex-modal__close{position:absolute;top:18px;right:18px;z-index:2;width:42px;height:42px;border:1px solid rgba(196,160,120,.32);border-radius:999px;background:rgba(255,253,248,.86);color:var(--hsc-gh-ink);font-size:28px;line-height:1;cursor:pointer;transition:transform var(--hsc-transition),color var(--hsc-transition),box-shadow var(--hsc-transition)}.hsc-flex-modal__close:focus,.hsc-flex-modal__close:hover{color:var(--hsc-gh-terra);transform:translateY(-1px);box-shadow:0 14px 28px rgba(30,26,20,.12)}.hsc-flex-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:34px 34px 24px;border-bottom:1px solid rgba(196,160,120,.2)}.hsc-flex-modal__title{margin:0;padding-right:48px;color:var(--hsc-gh-ink);font-family:var(--hsc-display-font);font-size:clamp(30px, 4vw, 48px);font-weight:600;line-height:.98}.hsc-flex-modal__property-name,.hsc-flex-modal__search-dates-label{margin:0;color:var(--hsc-gh-text-muted);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.hsc-flex-modal__search-dates-value{margin-top:8px;padding:10px 14px;border:1px solid rgba(196,160,120,.28);border-radius:999px;background:rgba(255,253,248,.78);color:var(--hsc-gh-ink);font-size:13px;font-weight:700;white-space:nowrap}.hsc-flex-modal__body{padding:26px 34px 34px}.hsc-flex-modal__property-name{color:var(--hsc-gh-terra)}.hsc-flex-modal__status{display:inline-flex;align-items:center;gap:10px;max-width:100%;margin:12px 0 18px;padding:10px 14px;border:1px solid rgba(196,160,120,.22);border-radius:999px;background:rgba(255,253,248,.72);color:var(--hsc-gh-text-muted);font-size:13px;font-weight:700}.hsc-flex-modal__status.is-loading{color:var(--hsc-gh-ink);background:linear-gradient(90deg,rgba(255,253,248,.78),rgba(196,160,120,.16),rgba(255,253,248,.78));background-size:220% 100%;animation:hsc-flex-modal-shimmer 1.8s ease-in-out infinite}.hsc-flex-modal__table{width:100%;border-collapse:separate;border-spacing:0 10px}.hsc-flex-modal__table th{padding:0 12px 8px;color:var(--hsc-gh-text-muted);font-size:10px;font-weight:800;letter-spacing:.16em;text-align:left;text-transform:uppercase}.hsc-flex-modal__table td{padding:16px 12px;border-top:1px solid rgba(196,160,120,.18);border-bottom:1px solid rgba(196,160,120,.18);background:rgba(255,253,248,.82);color:var(--hsc-gh-ink);font-size:14px;font-weight:650}.hsc-flex-modal__table td:first-child{border-left:1px solid rgba(196,160,120,.18);border-top-left-radius:18px;border-bottom-left-radius:18px}.hsc-flex-modal__table td:last-child{border-right:1px solid rgba(196,160,120,.18);border-top-right-radius:18px;border-bottom-right-radius:18px}.hsc-flex-modal__empty-row td,.hsc-flex-modal__loading-row td{border:1px dashed rgba(196,160,120,.44);border-radius:18px;background:rgba(255,253,248,.72);color:var(--hsc-gh-text-muted);font-size:15px;font-weight:700;text-align:center}.hsc-flex-modal__loader,.hsc-flex-modal__loading-content{display:inline-flex;align-items:center}.hsc-flex-modal__loading-content{flex-wrap:wrap;gap:12px;justify-content:center;line-height:1.35}.hsc-flex-modal__loader{gap:5px}.hsc-flex-modal__loader span{width:7px;height:7px;border-radius:999px;background:var(--hsc-gh-terra);animation:hsc-flex-loader-bounce 1s ease-in-out infinite}.hsc-flex-modal__loader span:nth-child(2){animation-delay:.14s}.hsc-flex-modal__loader span:nth-child(3){animation-delay:.28s}.hsc-flex-modal__book-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;background:linear-gradient(135deg,var(--hsc-gh-ink) 0,var(--hsc-gh-terra) 100%);color:#fff;font-size:11px;font-weight:800;letter-spacing:.14em;text-decoration:none;text-transform:uppercase;box-shadow:0 14px 28px rgba(30,26,20,.16);transition:transform var(--hsc-transition),box-shadow var(--hsc-transition)}.hsc-flex-modal__book-btn:focus,.hsc-flex-modal__book-btn:hover{color:#fff;transform:translateY(-1px);box-shadow:0 18px 34px rgba(30,26,20,.22)}@keyframes hsc-flex-loader-bounce{0%,100%,80%{opacity:.35;transform:translateY(0) scale(.76)}40%{opacity:1;transform:translateY(-4px) scale(1)}}@keyframes hsc-flex-modal-shimmer{0%{background-position:120% 0}100%{background-position:-120% 0}}@keyframes hsc-card-search-pulse{0%,100%,80%{opacity:.28;transform:scale(.72)}40%{opacity:1;transform:scale(1)}}@media (max-width:760px){.hsc-flex-modal{padding:14px}.hsc-flex-modal__body,.hsc-flex-modal__header{padding-left:20px;padding-right:20px}.hsc-flex-modal__header{flex-direction:column}.hsc-flex-modal__table thead{display:none}.hsc-flex-modal__table,.hsc-flex-modal__table tbody,.hsc-flex-modal__table td,.hsc-flex-modal__table tr{display:block;width:100%}.hsc-flex-modal__table tr{margin-bottom:12px;overflow:hidden;border:1px solid rgba(196,160,120,.18);border-radius:18px;background:rgba(255,253,248,.82)}.hsc-flex-modal__table td{border:none;border-radius:0;background:0 0}}#hsc-flex-modal.hsc-flex-modal{--hsc-flex-brand:var(--hsc-brand, var(--hsc-gh-ink, #1e1a14));--hsc-flex-terra:var(--hsc-terra, var(--hsc-gh-terra, #b5614a));--hsc-flex-accent:var(--hsc-accent, var(--hsc-gh-sand, #c4a078));--hsc-flex-white:var(--hsc-white, var(--hsc-gh-linen, #faf7f1));--hsc-flex-surface:var(--hsc-surface, var(--hsc-gh-panel-strong, #fffdf8));--hsc-flex-text:var(--hsc-text-primary, var(--hsc-gh-ink, #1e1a14));--hsc-flex-muted:var(--hsc-text-muted, var(--hsc-gh-text-muted, #76695c));--hsc-flex-body:var(--hsc-text-secondary, #65584a);--hsc-flex-label-font:var(--hsc-label-font, "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace);--hsc-flex-shadow:var(--hsc-shadow-lg, 0 30px 68px rgba(30, 26, 20, 0.18));z-index:999999;padding:24px;color:var(--hsc-flex-text);font-family:var(--hsc-body-font-lux)}#hsc-flex-modal .hsc-flex-modal__backdrop{background:radial-gradient(circle at top,rgba(181,97,74,.18) 0,rgba(181,97,74,0) 34%),rgba(30,26,20,.76);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}#hsc-flex-modal .hsc-flex-modal__dialog{display:flex;flex-direction:column;width:min(980px,calc(100vw - 32px));max-height:min(86vh,760px);overflow:hidden;border:1px solid rgba(196,160,120,.3);border-radius:32px;background:linear-gradient(180deg,rgba(255,253,248,.98) 0,rgba(247,240,228,.96) 100%);box-shadow:var(--hsc-flex-shadow)}#hsc-flex-modal .hsc-flex-modal__close{top:18px;right:18px;width:44px;height:44px;border-color:rgba(196,160,120,.24);background:rgba(255,253,248,.92);color:var(--hsc-flex-brand);box-shadow:0 10px 24px rgba(30,26,20,.08)}#hsc-flex-modal .hsc-flex-modal__close:focus,#hsc-flex-modal .hsc-flex-modal__close:hover{color:var(--hsc-flex-terra);background:var(--hsc-flex-surface)}#hsc-flex-modal .hsc-flex-modal__header{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:22px;padding:30px 84px 28px 32px;border-bottom:0;background:linear-gradient(135deg,rgba(30,26,20,.98) 0,rgba(52,41,30,.98) 58%,rgba(181,97,74,.84) 145%);color:#fff}#hsc-flex-modal .hsc-flex-modal__header::after{content:"";position:absolute;right:32px;bottom:0;left:32px;height:1px;background:linear-gradient(90deg,rgba(196,160,120,0) 0,rgba(196,160,120,.92) 18%,rgba(255,255,255,.22) 50%,rgba(196,160,120,.92) 82%,rgba(196,160,120,0) 100%)}#hsc-flex-modal .hsc-flex-modal__header-copy{max-width:560px}#hsc-flex-modal .hsc-flex-modal__eyebrow{margin:0 0 10px;color:rgba(255,255,255,.74);font-family:var(--hsc-flex-label-font);font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase}#hsc-flex-modal .hsc-flex-modal__title{margin:0;padding-right:0;color:var(--hsc-flex-white);font-family:var(--hsc-display-font);font-size:clamp(34px, 5vw, 48px);font-weight:600;letter-spacing:.02em;line-height:.96}#hsc-flex-modal .hsc-flex-modal__subtitle{max-width:430px;margin:12px 0 0;color:rgba(255,255,255,.74);font-size:15px;line-height:1.6}#hsc-flex-modal .hsc-flex-modal__search-dates{min-width:240px;padding:16px 18px;border:1px solid rgba(196,160,120,.24);border-radius:22px;background:linear-gradient(180deg,rgba(250,247,241,.12) 0,rgba(250,247,241,.05) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.16)}#hsc-flex-modal .hsc-flex-modal__search-dates-label{margin:0 0 8px;color:rgba(255,255,255,.7);font-family:var(--hsc-flex-label-font);font-size:10px;font-weight:700;letter-spacing:.2em}#hsc-flex-modal .hsc-flex-modal__search-dates-value{margin-top:0;padding:0;border:0;border-radius:0;background:0 0;color:var(--hsc-flex-white);font-family:var(--hsc-display-font);font-size:28px;font-weight:600;line-height:1.1}#hsc-flex-modal .hsc-flex-modal__body{flex:1 1 auto;min-height:0;overflow:auto;padding:24px 32px 32px;background:linear-gradient(180deg,rgba(255,253,248,.78) 0,rgba(247,240,228,.98) 100%)}#hsc-flex-modal .hsc-flex-modal__meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:18px}#hsc-flex-modal .hsc-flex-modal__property-name{margin:0;color:var(--hsc-flex-terra);font-family:var(--hsc-flex-label-font);font-size:11px;font-weight:700;letter-spacing:.24em}#hsc-flex-modal .hsc-flex-modal__status{display:inline-flex!important;align-items:center;gap:10px;margin:0;padding:10px 14px;border:1px solid rgba(196,160,120,.28);border-radius:999px;background:rgba(181,97,74,.08);color:var(--hsc-flex-brand);font-family:var(--hsc-flex-label-font);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;opacity:1!important;visibility:visible!important}#hsc-flex-modal .hsc-flex-modal__status.is-loading{background:linear-gradient(90deg,rgba(255,253,248,.78),rgba(196,160,120,.18),rgba(255,253,248,.78));background-size:220% 100%}#hsc-flex-modal .hsc-flex-modal__table-wrap{overflow-x:auto!important;padding-bottom:4px}#hsc-flex-modal .hsc-flex-modal__cards{display:none}#hsc-flex-modal.has-flex-cards .hsc-flex-modal__table-wrap{display:none!important}#hsc-flex-modal.has-flex-cards .hsc-flex-modal__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;margin-top:14px}#hsc-flex-modal .hsc-flex-option-card{border:1px solid rgba(196,160,120,.22);border-radius:20px;background:radial-gradient(circle at top left,rgba(196,160,120,.16),transparent 36%),rgba(255,253,248,.94);box-shadow:0 14px 32px rgba(30,26,20,.08);overflow:hidden}#hsc-flex-modal .hsc-flex-option-card__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}#hsc-flex-modal .hsc-flex-option-card__grid>div{padding:14px 16px;border-bottom:1px solid rgba(196,160,120,.14)}#hsc-flex-modal .hsc-flex-option-card__grid>div:nth-child(odd){border-right:1px solid rgba(196,160,120,.14)}#hsc-flex-modal .hsc-flex-option-card__grid span{display:block;margin-bottom:6px;color:var(--hsc-flex-muted);font-family:var(--hsc-flex-label-font);font-size:9px;font-weight:800;letter-spacing:.16em;line-height:1.25;text-transform:uppercase}#hsc-flex-modal .hsc-flex-option-card__grid strong{display:block;color:var(--hsc-flex-brand);font-family:var(--hsc-display-font);font-size:20px;font-style:italic;font-weight:600;line-height:1.1}#hsc-flex-modal .hsc-flex-option-card__grid>div:nth-child(3) strong{font-family:var(--hsc-body-font-lux);font-size:16px;font-style:normal;font-weight:800}#hsc-flex-modal .hsc-flex-option-card__grid>div:nth-child(4) strong{font-family:var(--hsc-body-font-lux);font-size:15px;font-style:normal;font-weight:800;letter-spacing:.08em}#hsc-flex-modal .hsc-flex-option-card__book{width:calc(100% - 28px);margin:14px}#hsc-flex-modal .hsc-flex-modal__table{display:table!important;width:100%!important;min-width:720px;border-collapse:separate;border-spacing:0 12px;background:0 0!important;opacity:1!important;visibility:visible!important}#hsc-flex-modal .hsc-flex-modal__table thead{display:table-header-group!important;opacity:1!important;visibility:visible!important}#hsc-flex-modal .hsc-flex-modal__table tbody{display:table-row-group!important;opacity:1!important;visibility:visible!important}#hsc-flex-modal .hsc-flex-modal__table tr{display:table-row!important;height:auto!important;overflow:visible;border:0;background:0 0!important;box-shadow:none;opacity:1!important;visibility:visible!important}#hsc-flex-modal .hsc-flex-modal__table thead th{display:table-cell!important;padding:0 16px 6px;border:0;color:var(--hsc-flex-muted);font-family:var(--hsc-flex-label-font);font-size:11px;font-weight:700;letter-spacing:.2em;text-align:left}#hsc-flex-modal .hsc-flex-modal__table tbody tr{background:rgba(255,253,248,.92)!important;box-shadow:0 14px 32px rgba(30,26,20,.08)}#hsc-flex-modal .hsc-flex-modal__table tbody td{display:table-cell!important;width:auto!important;padding:18px 16px;border-top:1px solid rgba(196,160,120,.18);border-bottom:1px solid rgba(196,160,120,.18);background:0 0!important;color:var(--hsc-flex-body)!important;font-size:15px;font-weight:600;line-height:1.35!important;opacity:1!important;text-align:left;text-indent:0!important;visibility:visible!important}#hsc-flex-modal .hsc-flex-modal__table tbody td:first-child,#hsc-flex-modal .hsc-flex-modal__table tbody td:nth-child(2){color:var(--hsc-flex-brand)!important;font-family:var(--hsc-display-font);font-size:24px;font-style:italic;font-weight:600}#hsc-flex-modal .hsc-flex-modal__table tbody td:nth-child(3){color:var(--hsc-flex-brand)!important;font-size:18px;font-weight:700}#hsc-flex-modal .hsc-flex-modal__table tbody td:nth-child(4){color:var(--hsc-flex-text)!important;letter-spacing:.08em}#hsc-flex-modal .hsc-flex-modal__table tbody td:last-child{padding-right:20px;text-align:right}#hsc-flex-modal .hsc-flex-modal__table tbody td:first-child{border-left:1px solid rgba(196,160,120,.18);border-top-left-radius:18px;border-bottom-left-radius:18px;padding-left:20px}#hsc-flex-modal .hsc-flex-modal__table tbody td:last-child{border-right:1px solid rgba(196,160,120,.18);border-top-right-radius:18px;border-bottom-right-radius:18px}#hsc-flex-modal .hsc-flex-modal__table td::after,#hsc-flex-modal .hsc-flex-modal__table td::before,#hsc-flex-modal .hsc-flex-modal__table th::after,#hsc-flex-modal .hsc-flex-modal__table th::before{content:none!important;display:none!important}#hsc-flex-modal .hsc-flex-modal__empty-row,#hsc-flex-modal .hsc-flex-modal__loading-row{background:0 0!important;box-shadow:none!important}#hsc-flex-modal .hsc-flex-modal__empty-row td,#hsc-flex-modal .hsc-flex-modal__loading-row td{border:1px dashed rgba(196,160,120,.44);border-radius:18px;background:rgba(255,253,248,.72)!important;color:var(--hsc-flex-body)!important;font-size:15px!important;font-weight:600;padding:22px 20px!important;text-align:center}#hsc-flex-modal .hsc-flex-modal__book-btn{min-width:138px;min-height:46px;border:1px solid rgba(196,160,120,.42);background:linear-gradient(135deg,var(--hsc-flex-brand) 0,var(--hsc-flex-terra) 100%);color:#fff!important;font-family:var(--hsc-flex-label-font);font-size:11px;font-weight:700;letter-spacing:.16em}@media (max-width:760px){#hsc-flex-modal.hsc-flex-modal{padding:14px}#hsc-flex-modal .hsc-flex-modal__dialog{width:min(960px,calc(100vw - 28px))}#hsc-flex-modal .hsc-flex-modal__header{flex-direction:column;padding:20px 62px 18px 20px}#hsc-flex-modal .hsc-flex-modal__search-dates{width:100%}#hsc-flex-modal .hsc-flex-modal__title{font-size:32px}#hsc-flex-modal .hsc-flex-modal__subtitle{margin-top:8px;font-size:14px;line-height:1.45}#hsc-flex-modal .hsc-flex-modal__search-dates{padding:12px 14px}#hsc-flex-modal .hsc-flex-modal__search-dates-value{font-size:23px}#hsc-flex-modal .hsc-flex-modal__body{padding:16px 18px 20px}#hsc-flex-modal .hsc-flex-modal__meta{align-items:flex-start}#hsc-flex-modal .hsc-flex-modal__table thead th{font-size:10px;padding:0 12px 4px}#hsc-flex-modal .hsc-flex-modal__table tbody td{padding:14px 12px;font-size:14px}#hsc-flex-modal .hsc-flex-modal__table tbody td:first-child,#hsc-flex-modal .hsc-flex-modal__table tbody td:nth-child(2){font-size:19px}#hsc-flex-modal .hsc-flex-modal__table tbody td:nth-child(3){font-size:16px}#hsc-flex-modal .hsc-flex-modal__book-btn{min-width:122px;padding:0 14px;font-size:10px}}@media (max-width:760px){#hsc-flex-modal.has-flex-cards .hsc-flex-modal__table-wrap{display:none!important}#hsc-flex-modal.has-flex-cards .hsc-flex-modal__cards{display:grid;grid-template-columns:1fr;gap:12px;margin-top:14px}}body .ui-datepicker{position:absolute;top:0;left:0;display:none;width:min(368px,calc(100vw - 48px));max-width:calc(100vw - 48px);padding:16px 16px 18px;border:1px solid rgba(196,160,120,.28);border-radius:26px;background:linear-gradient(180deg,rgba(255,253,248,.99) 0,rgba(250,247,241,.99) 100%);box-shadow:0 24px 48px rgba(30,26,20,.14);font-family:var(--hsc-body-font-lux);box-sizing:border-box;overflow:hidden;z-index:10020!important}body .ui-datepicker.ui-datepicker-inline{position:static;display:block}body .ui-datepicker .ui-datepicker-header{position:relative;min-height:36px;padding:2px 40px 16px;border:0;background:0 0}body .ui-datepicker .ui-datepicker-title{font-family:var(--hsc-display-font);font-size:28px;font-weight:600;color:var(--hsc-gh-ink);text-align:center;padding:0 12px}body .ui-datepicker .ui-datepicker-next,body .ui-datepicker .ui-datepicker-prev{position:absolute;top:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(17,28,38,.1);border-radius:50%;background:rgba(255,255,255,.84);background-image:none;cursor:pointer;font-size:0;line-height:0;transition:background .22s ease,border-color .22s ease,transform .22s ease}body .ui-datepicker .ui-datepicker-prev{left:0}body .ui-datepicker .ui-datepicker-next{right:0}body .ui-datepicker .ui-datepicker-next:hover,body .ui-datepicker .ui-datepicker-prev:hover{border-color:rgba(196,160,120,.42);background:rgba(196,160,120,.12);transform:translateY(-1px)}body .ui-datepicker .ui-datepicker-next span,body .ui-datepicker .ui-datepicker-prev span{display:none}body .ui-datepicker .ui-datepicker-next::before,body .ui-datepicker .ui-datepicker-prev::before{content:"";position:absolute;top:50%;left:50%;width:9px;height:9px;border-top:2px solid var(--hsc-el-ink);border-right:2px solid var(--hsc-el-ink);transform-origin:center;pointer-events:none}body .ui-datepicker .ui-datepicker-prev::before{transform:translate(-35%,-50%) rotate(-135deg)}body .ui-datepicker .ui-datepicker-next::before{transform:translate(-65%,-50%) rotate(45deg)}body .ui-datepicker table{margin:0;width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0}body .ui-datepicker th{padding:0 0 10px;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(118,105,92,.82)}body .ui-datepicker td{width:14.285%;padding:3px 1px}body .ui-datepicker td a,body .ui-datepicker td span{display:flex;align-items:center;justify-content:center;width:min(44px,100%);height:44px;margin:0 auto;border:1px solid transparent;border-radius:50%;background:0 0;color:var(--hsc-el-ink);font-size:14px;font-weight:600;text-decoration:none;transition:all .22s ease}body .ui-datepicker td a:hover{border-color:rgba(196,160,120,.3);background:rgba(196,160,120,.16);color:var(--hsc-gh-ink)}body .ui-datepicker td.hsc-date-past a,body .ui-datepicker td.hsc-date-past span{color:rgba(131,144,154,.46)!important;text-decoration:line-through;background:rgba(244,245,243,.78)!important}body .ui-datepicker td.hsc-date-blocked a,body .ui-datepicker td.hsc-date-blocked span{background:rgba(184,154,98,.13)!important;color:var(--hsc-el-gold)!important;border-color:rgba(184,154,98,.22)!important;cursor:not-allowed!important}body .ui-datepicker td.hsc-date-blocked a:hover,body .ui-datepicker td.hsc-date-blocked span:hover{background:rgba(184,154,98,.16)!important}body .ui-datepicker td.hsc-date-available a{background:rgba(196,160,120,.1)!important;color:var(--hsc-gh-ink)!important;border-color:rgba(196,160,120,.18)!important}body .ui-datepicker td.hsc-date-available a:hover{background:rgba(196,160,120,.16)!important}body .ui-datepicker .ui-datepicker-today a{border-color:rgba(184,154,98,.36)!important;color:var(--hsc-gh-terra)!important}body .ui-datepicker .ui-datepicker-current-day a,body .ui-datepicker .ui-state-active{background:linear-gradient(135deg,var(--hsc-gh-terra) 0,var(--hsc-gh-ink) 100%)!important;color:var(--hsc-el-white)!important;border-color:transparent!important;box-shadow:0 10px 18px rgba(30,26,20,.18)}body .ui-datepicker .ui-state-disabled span{color:rgba(131,144,154,.48)}.hsc-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:currentColor;border-radius:50%;animation:hsc-spin .6s linear infinite}@keyframes hsc-spin{to{transform:rotate(360deg)}}.hsc-booking-message{padding:12px 16px;margin-bottom:20px;border-radius:var(--hsc-radius,8px);border-left:4px solid;font-size:.95em}.hsc-booking-message--error{background-color:#fff5f5;border-left-color:var(--hsc-danger,#dc3545);color:#c62828}.hsc-booking-message--success{background-color:#f1f8f4;border-left-color:var(--hsc-secondary,#28a745);color:#2e7d32}.hsc-booking-message--warning{background-color:#fffbf0;border-left-color:var(--hsc-warning,#ffc107);color:#f57c00}.hsc-booking-message--info{background-color:#f0f8ff;border-left-color:var(--hsc-info,#17a2b8);color:#0277bd}.hsc-btn--success{background-color:var(--hsc-secondary,#28a745)!important;border-color:var(--hsc-secondary,#28a745)!important}.hsc-checkout__disclaimer{margin-top:24px;padding:16px 20px;background:linear-gradient(135deg,#fff8e6 0,#fef4d4 100%);border-radius:8px;border-left:4px solid #f5d547}.hsc-disclaimer-text{margin:0;font-size:.85em;line-height:1.6;color:#5a4a1f;display:flex;align-items:flex-start;gap:10px}.hsc-disclaimer-text .hsc-icon{font-size:1.2em;flex-shrink:0;margin-top:2px}.hsc-property-card-shortcode{width:100%}.hsc-property-card-shortcode--small{max-width:280px}.hsc-property-card-shortcode--medium{max-width:400px}.hsc-property-card-shortcode--large{max-width:560px}.hsc-property-card-shortcode__box{display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:22px;overflow:hidden;box-shadow:0 18px 40px rgba(15,23,42,.08);transition:transform .25s ease,box-shadow .25s ease}.hsc-property-card-shortcode__box:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(15,23,42,.14)}.hsc-property-card-shortcode__media{position:relative;display:block;overflow:hidden;background:linear-gradient(135deg,#dbeafe 0,#eff6ff 100%)}.hsc-property-card-shortcode__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.hsc-property-card-shortcode__box:hover .hsc-property-card-shortcode__media img{transform:scale(1.04)}.hsc-property-card-shortcode--square .hsc-property-card-shortcode__media{aspect-ratio:1/1}.hsc-property-card-shortcode--portrait .hsc-property-card-shortcode__media{aspect-ratio:4/5}.hsc-property-card-shortcode--landscape .hsc-property-card-shortcode__media{aspect-ratio:16/10}.hsc-property-card-shortcode--wide .hsc-property-card-shortcode__media{aspect-ratio:2/1}.hsc-property-card-shortcode__body{display:flex;flex:1;flex-direction:column;gap:10px;padding:20px}.hsc-property-card-shortcode__title{margin:0;font-size:24px;line-height:1.15;letter-spacing:-.02em}.hsc-property-card-shortcode__title a{color:var(--hsc-dark);text-decoration:none}.hsc-property-card-shortcode__title a:hover{color:var(--hsc-primary)}.hsc-property-card-shortcode__description,.hsc-property-card-shortcode__location,.hsc-property-card-shortcode__meta{margin:0}.hsc-property-card-shortcode__location{font-size:14px;color:var(--hsc-text-muted)}.hsc-property-card-shortcode__meta{font-size:14px;font-weight:600;color:var(--hsc-text)}.hsc-property-card-shortcode__description{font-size:14px;line-height:1.6;color:var(--hsc-text-muted)}.hsc-property-card-shortcode__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:12px;border-top:1px solid rgba(15,23,42,.08)}.hsc-property-card-shortcode__price{margin:0;font-size:14px;font-weight:700;color:var(--hsc-primary)}.hsc-property-card-shortcode__cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border-radius:999px;background:var(--hsc-primary);color:#fff;font-size:13px;font-weight:700;text-decoration:none;transition:background .25s ease,transform .25s ease}.hsc-property-card-shortcode__cta:hover{background:var(--hsc-primary-hover);color:#fff;transform:translateY(-1px)}.hsc-property-card-shortcode--small .hsc-property-card-shortcode__body{padding:16px}.hsc-property-card-shortcode--small .hsc-property-card-shortcode__title{font-size:19px}.hsc-property-card-shortcode--small .hsc-property-card-shortcode__description,.hsc-property-card-shortcode--small .hsc-property-card-shortcode__location,.hsc-property-card-shortcode--small .hsc-property-card-shortcode__meta,.hsc-property-card-shortcode--small .hsc-property-card-shortcode__price{font-size:13px}.hsc-property-card-shortcode--large .hsc-property-card-shortcode__body{padding:24px}.hsc-property-card-shortcode--large .hsc-property-card-shortcode__title{font-size:28px}.hsc-property-card-shortcode--large .hsc-property-card-shortcode__description,.hsc-property-card-shortcode--large .hsc-property-card-shortcode__location,.hsc-property-card-shortcode--large .hsc-property-card-shortcode__meta,.hsc-property-card-shortcode--large .hsc-property-card-shortcode__price{font-size:15px}@media (max-width:768px){.hsc-virtual-page{padding:24px 16px 48px}.hsc-amenity-collection__hero{padding:24px;border-radius:22px}.hsc-property-card-shortcode--large,.hsc-property-card-shortcode--medium,.hsc-property-card-shortcode--small{max-width:none}}@media (max-width:520px){.hsc-property-card-shortcode__footer{flex-direction:column;align-items:flex-start}.hsc-property-card-shortcode__cta{width:100%}}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-property-title-subtitle{font-family:var(--hsc-font-serif)!important;font-size:clamp(1.85rem, 2.15vw, 2.35rem)!important;font-style:normal!important;font-weight:600!important;line-height:1.12!important;letter-spacing:-.025em!important;margin:0!important;max-width:none!important;width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-wrap:pretty}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated{position:relative;overflow:visible;border:1px solid rgba(196,160,120,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 28px 54px rgba(30,26,20,.08)}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-availability-calendar__bar{position:relative;z-index:1;display:grid;grid-template-columns:52px minmax(0,1fr) 52px;align-items:center;gap:18px;margin-bottom:26px;padding:16px 18px;border:1px solid rgba(196,160,120,.22);border-radius:30px;background:radial-gradient(circle at 16% 32%,rgba(196,160,120,.26) 0,rgba(196,160,120,0) 28%),radial-gradient(circle at 84% 20%,rgba(181,97,74,.16) 0,rgba(181,97,74,0) 24%),linear-gradient(135deg,rgba(255,253,248,.96) 0,rgba(247,240,228,.9) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.74),0 18px 34px rgba(30,26,20,.1),0 0 26px rgba(196,160,120,.14);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);isolation:isolate;overflow:hidden}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-availability-calendar__bar-title{min-width:0;margin:0;font-family:var(--hsc-font-serif)!important;font-size:clamp(1rem, 1.3vw, 1.28rem);font-weight:600;line-height:1.15;letter-spacing:-.02em;text-align:center;color:var(--hsc-gh-ink)}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-availability-calendar__bar::before{content:"";position:absolute;inset:-24% -8%;z-index:-1;background:radial-gradient(circle at 24% 50%,rgba(196,160,120,.34) 0,rgba(196,160,120,0) 24%),radial-gradient(circle at 78% 18%,rgba(255,255,255,.34) 0,rgba(255,255,255,0) 28%),radial-gradient(circle at 72% 72%,rgba(181,97,74,.16) 0,rgba(181,97,74,0) 24%);filter:blur(28px);opacity:.92;pointer-events:none}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-availability-calendar__bar-labels{display:grid;grid-template-columns:repeat(var(--hsc-avail-month-count,3),minmax(0,1fr));align-items:center;gap:18px;min-width:0;position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:auto!important;height:auto!important;overflow:visible!important;clip:auto!important;clip-path:none!important}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-availability-calendar__bar-label{display:block;min-width:0;margin:0;font-family:var(--hsc-font-serif)!important;font-size:clamp(1.02rem, 1.35vw, 1.35rem);font-weight:600;line-height:1.15;letter-spacing:-.02em;text-align:center;color:var(--hsc-gh-ink);text-wrap:balance}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-availability-calendar__nav{position:relative;z-index:1}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-availability-calendar__months{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:start;overflow:visible}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-availability-calendar__month{position:relative;min-width:0;padding:18px 16px 16px;border-radius:22px;border:1px solid rgba(196,160,120,.18);background:linear-gradient(180deg,rgba(255,253,248,.94) 0,rgba(250,247,241,.98) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.76),0 18px 30px rgba(30,26,20,.05);overflow:visible}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-availability-calendar__month-heading{margin:0 0 12px;font-family:var(--hsc-font-serif)!important;font-size:clamp(1.02rem, 1.18vw, 1.24rem);font-weight:600;line-height:1.15;letter-spacing:-.02em;text-align:center;color:var(--hsc-gh-ink)}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;margin-bottom:10px}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-weekday{padding:0;font-size:.8rem;font-weight:700;line-height:1.2;letter-spacing:.14em;text-transform:uppercase;color:rgba(118,105,92,.86)}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-auto-rows:44px;gap:6px;align-items:stretch;overflow:visible}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-day{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;min-width:0;height:44px;min-height:44px;padding:0;border:1px solid rgba(196,160,120,.22);border-radius:10px;background:rgba(255,253,248,.94);box-shadow:inset 0 1px 0 rgba(255,255,255,.76);color:var(--hsc-gh-ink);font-size:.95rem;font-weight:600;line-height:1;text-decoration:none!important;box-sizing:border-box;overflow:visible;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-day:hover{z-index:4;transform:translateY(-1px);box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 10px 20px rgba(30,26,20,.12)}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-day__number{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;font-family:var(--hsc-font-sans)!important;font-size:.95rem;font-weight:600;line-height:1}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-day--empty{border-color:transparent;background:0 0;box-shadow:none}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-day--empty:hover{transform:none;box-shadow:none}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-day--past{background:rgba(245,240,231,.88);border-color:rgba(196,160,120,.12);color:rgba(118,105,92,.44);opacity:1;cursor:default}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-day--past::after{content:none}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-day--blocked{background:rgba(181,97,74,.1);border-color:rgba(181,97,74,.18);color:rgba(118,105,92,.78);cursor:not-allowed;text-decoration:none!important;opacity:1}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-day--blocked::after{content:none}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-day--available{background:rgba(255,253,248,.96);border-color:rgba(196,160,120,.24);color:var(--hsc-gh-ink)}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-day--available:hover,body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-day--selectable:hover{background:rgba(196,160,120,.16);border-color:rgba(181,97,74,.22)}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-day--checkout{background:linear-gradient(135deg,rgba(255,253,248,.96) 0,rgba(255,253,248,.96) 48%,rgba(196,160,120,.18) 52%,rgba(196,160,120,.18) 100%);border-color:rgba(196,160,120,.28)}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-day--checkout::after{content:none}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-day--checkin{background:linear-gradient(135deg,var(--hsc-gh-terra) 0,#cc7a5f 100%)!important;border-color:transparent;color:var(--hsc-gh-panel-strong)!important;box-shadow:0 14px 24px rgba(181,97,74,.2)}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-day--checkout-selected{background:linear-gradient(135deg,var(--hsc-gh-ink) 0,var(--hsc-gh-ink-soft) 100%)!important;border-color:transparent;color:var(--hsc-gh-panel-strong)!important;box-shadow:0 14px 24px rgba(30,26,20,.16)}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-day--in-range{background:rgba(196,160,120,.16);border-color:rgba(196,160,120,.26);color:var(--hsc-gh-ink)}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-day__price{bottom:calc(100% + 10px);padding:8px 12px;border-radius:999px;background:var(--hsc-gh-ink);color:var(--hsc-gh-panel-strong);font-family:var(--hsc-font-serif)!important;font-size:.82rem;font-weight:600;box-shadow:0 14px 24px rgba(30,26,20,.18);z-index:20}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-day__price::after{border-color:var(--hsc-gh-ink) transparent transparent transparent}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-day:hover .hsc-cal-day__price{opacity:1;transform:translateX(-50%) translateY(-4px)}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-calendar-selection{margin-top:26px;padding:18px 20px;border:1px solid rgba(196,160,120,.22);border-radius:24px;background:radial-gradient(circle at top left,rgba(196,160,120,.14) 0,rgba(196,160,120,0) 36%),linear-gradient(180deg,rgba(255,253,248,.98) 0,rgba(250,247,241,.96) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 18px 32px rgba(30,26,20,.05)}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-calendar-selection__dates{font-size:1rem;color:var(--hsc-gh-text-muted)}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-calendar-selection strong{color:var(--hsc-gh-ink)}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-calendar-book{min-height:52px;padding-inline:26px;border-radius:18px}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-calendar-loading{margin-top:18px;color:var(--hsc-gh-text-muted)}@media (max-width:1024px){body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-availability-calendar__bar{grid-template-columns:48px minmax(0,1fr) 48px;gap:14px}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-availability-calendar__months{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}}@media (max-width:767px){body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-property-title-subtitle{font-size:1.25rem!important}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated{padding:22px 18px}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-availability-calendar__bar{grid-template-columns:44px minmax(0,1fr) 44px;padding:14px;gap:10px}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-availability-calendar__bar-title{font-size:.92rem}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-availability-calendar__months{grid-template-columns:minmax(0,1fr)}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-availability-calendar__month{padding:16px 14px 14px}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-availability-calendar__month-heading{font-size:1rem}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-days,body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-weekdays{gap:6px}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-days{grid-auto-rows:40px}body.haven-streamline-property-page .hsc-property-page.hsc-luxury-redesign .hsc-availability-calendar--curated .hsc-cal-day{height:40px;min-height:40px;font-size:.9rem}}.hsc-compare-page{--hsc-compare-ink:var(--hsc-text-primary, #1e1a14);--hsc-compare-muted:var(--hsc-text-secondary, #65584a);--hsc-compare-gold:var(--hsc-accent, #c4a078);--hsc-compare-gold-light:#d8b893;--hsc-compare-terra:var(--hsc-terra, #b5614a);color:var(--hsc-compare-ink)}.hsc-compare-shell{max-width:1280px;margin:0 auto;padding:clamp(36px,6vw,72px) 20px 0}.hsc-compare-hero{position:relative;min-height:78vh;overflow:hidden;isolation:isolate;background:#1e1a14;color:#faf7f1}.hsc-compare-hero__bg{position:absolute;inset:0;z-index:1}.hsc-compare-hero__bg img,.hsc-compare-hero__bg picture{position:absolute;inset:0;width:100%;height:100%}.hsc-compare-hero__bg img{object-fit:cover;filter:saturate(1.04)}.hsc-compare-hero__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(30,26,20,.55) 0,rgba(30,26,20,.62) 60%,rgba(30,26,20,.82) 100%),linear-gradient(90deg,rgba(30,26,20,.55) 0,rgba(30,26,20,.18) 50%,rgba(30,26,20,.55) 100%)}.hsc-compare-hero__inner{position:relative;z-index:2;max-width:1320px;margin:0 auto;padding:clamp(80px,12vh,140px) clamp(28px,5vw,72px);display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:clamp(40px,6vw,84px);align-items:center}.hsc-compare-hero__copy{max-width:720px}.hsc-compare-hero__eyebrow{margin:0 0 18px;font-size:11px;font-weight:800;letter-spacing:.3em;text-transform:uppercase;color:var(--hsc-compare-gold-light)}.hsc-compare-hero__eyebrow span{opacity:.55;margin:0 8px}.hsc-compare-hero__title{font-family:var(--hsc-display-font, "Cormorant Garamond", Georgia, serif);font-weight:500;font-size:clamp(2.4rem, 5.4vw, 4.6rem);line-height:1.04;letter-spacing:-.012em;margin:0 0 22px;color:#faf7f1}.hsc-compare-hero__title em{font-style:italic;font-weight:400;color:var(--hsc-compare-gold-light)}.hsc-compare-hero__lede{font-size:1.08rem;line-height:1.78;color:rgba(250,247,241,.88);margin:0 0 32px;max-width:540px}.hsc-compare-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px}.hsc-compare-hero__chip{display:inline-flex;align-items:center;gap:8px;padding:11px 16px;border-radius:999px;border:1px solid rgba(250,247,241,.3);background:rgba(250,247,241,.06);color:#faf7f1;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;text-decoration:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:border-color .2s ease,background .2s ease}.hsc-compare-hero__chip svg{width:13px;height:13px}.hsc-compare-hero__chip:focus-visible,.hsc-compare-hero__chip:hover{border-color:var(--hsc-compare-gold-light);background:rgba(250,247,241,.12);color:#faf7f1}.hsc-compare-hero__card{background:rgba(250,247,241,.06);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(196,160,120,.32);border-top:2px solid var(--hsc-compare-gold-light);padding:30px 30px 26px;align-self:center;max-width:400px;width:100%}.hsc-compare-hero__card-eyebrow{margin:0 0 8px;font-size:10px;font-weight:700;letter-spacing:.3em;text-transform:uppercase;color:var(--hsc-compare-gold-light)}.hsc-compare-hero__card-title{font-family:var(--hsc-display-font, "Cormorant Garamond", Georgia, serif);font-weight:500;font-size:1.5rem;line-height:1.15;color:#faf7f1;margin:0 0 22px}.hsc-compare-hero__card-title em{font-style:italic;font-weight:400;color:var(--hsc-compare-gold-light)}.hsc-compare-hero__card-stats{display:grid;grid-template-columns:1fr 1fr;gap:18px 14px;border-top:1px solid rgba(250,247,241,.12);padding-top:20px}.hsc-compare-hero__card-stat b{display:block;font-family:var(--hsc-display-font, "Cormorant Garamond", Georgia, serif);font-size:1.6rem;font-weight:600;line-height:1;color:#faf7f1}.hsc-compare-hero__card-stat small{display:block;margin-top:5px;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(250,247,241,.62)}.hsc-compare-hero__card-foot{margin-top:20px;padding-top:18px;border-top:1px solid rgba(250,247,241,.12);font-size:11px;letter-spacing:.04em;line-height:1.55;color:rgba(250,247,241,.72)}.hsc-compare-hero__card-foot b{color:#faf7f1;font-weight:600}@media (max-width:880px){.hsc-compare-hero{min-height:auto}.hsc-compare-hero__inner{grid-template-columns:1fr;gap:32px;padding:64px 24px 48px}.hsc-compare-hero__card{max-width:none}}.hsc-compare-empty p,.hsc-compare-notice{color:var(--hsc-compare-muted);font-size:1rem;line-height:1.7}.hsc-compare-notice{margin-top:28px;padding:12px 14px;border:1px solid rgba(196,160,120,.24);border-radius:8px;background:rgba(250,247,241,.72)}.hsc-compare-empty{margin-top:28px;padding:36px;border:1px solid rgba(196,160,120,.24);border-radius:12px;background:rgba(255,253,248,.96)}.hsc-compare-empty__link,.hsc-compare-mobile-card__cta,.hsc-compare-property a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;background:linear-gradient(135deg,var(--hsc-compare-ink) 0,var(--hsc-compare-terra) 100%);color:#faf7f1!important;font-size:11px;font-weight:800;letter-spacing:.12em;text-decoration:none;text-transform:uppercase}.hsc-compare-table-wrap{overflow-x:auto;border:1px solid rgba(196,160,120,.22);border-radius:12px;background:#fffdf8;box-shadow:0 24px 60px rgba(30,26,20,.08)}.hsc-compare-table{width:100%;min-width:860px;border-collapse:separate;border-spacing:0;table-layout:fixed}.hsc-compare-table td,.hsc-compare-table th{padding:18px 16px;border-right:1px solid rgba(30,26,20,.08);border-bottom:1px solid rgba(30,26,20,.08);text-align:center;vertical-align:middle}.hsc-compare-table thead th:first-child,.hsc-compare-table__label{position:sticky;left:0;z-index:2;width:220px;background:#fffdf8;text-align:left!important}.hsc-compare-table thead th{vertical-align:top}.hsc-compare-table__section-row td,.hsc-compare-table__section-row th{background:#241d16;color:#faf7f1;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hsc-compare-property img{display:block;width:100%;aspect-ratio:4/3;margin-bottom:14px;border-radius:8px;object-fit:cover}.hsc-compare-property h2{margin:0 0 8px;font-size:1.15rem;line-height:1.2}.hsc-compare-property p{margin:0 0 14px;color:var(--hsc-compare-muted);font-size:.9rem}.hsc-compare-mobile{display:none}@media (max-width:760px){.hsc-compare-table-wrap{display:none}.hsc-compare-mobile{display:grid;gap:18px}.hsc-compare-mobile-card{padding:16px;border:1px solid rgba(196,160,120,.24);border-radius:12px;background:#fffdf8;box-shadow:0 18px 42px rgba(30,26,20,.08)}.hsc-compare-mobile-card img{width:100%;aspect-ratio:4/3;border-radius:8px;object-fit:cover}.hsc-compare-mobile-card h2{margin:14px 0 6px;font-size:1.2rem}.hsc-compare-mobile-card__location{margin:0 0 12px;color:var(--hsc-compare-muted)}.hsc-compare-mobile-card__section{border-top:1px solid rgba(30,26,20,.08)}.hsc-compare-mobile-card__section summary{padding:14px 0;cursor:pointer;font-weight:800}.hsc-compare-mobile-card__row{display:flex;justify-content:space-between;gap:16px;padding:8px 0;color:var(--hsc-compare-muted)}.hsc-compare-mobile-card__row strong{color:var(--hsc-compare-ink);text-align:right}.hsc-compare-mobile-card__cta{width:100%;margin-top:14px}}.hsc-compare-strip-wrap{position:sticky;top:0;z-index:30;margin:36px 0 0;background:linear-gradient(180deg,#faf7f1 0,#faf7f1 90%,rgba(250,247,241,0));padding-bottom:6px}.hsc-compare-strip{display:grid;grid-template-columns:240px repeat(var(--hsc-cmp-cols,3),1fr);background:#fffdf8;border:1px solid rgba(30,26,20,.1);border-radius:18px;box-shadow:0 24px 60px rgba(30,26,20,.08);overflow:hidden}.hsc-compare-strip__legend{padding:22px;border-right:1px solid rgba(30,26,20,.06);display:flex;flex-direction:column;justify-content:space-between;background:linear-gradient(180deg,#f3ece0 0,#fffdf8 100%)}.hsc-compare-strip__legend small{font-size:10px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--hsc-compare-terra)}.hsc-compare-strip__legend h2{font-family:var(--hsc-display-font, "Cormorant Garamond", Georgia, serif);font-weight:500;font-size:1.5rem;line-height:1.05;margin:6px 0 0}.hsc-compare-strip__legend p{margin:8px 0 0;font-size:12px;color:var(--hsc-compare-muted)}.hsc-compare-strip__col{position:relative;padding:18px 18px 22px;border-right:1px solid rgba(30,26,20,.06);min-height:200px}.hsc-compare-strip__col:last-child{border-right:none}.hsc-compare-strip__img{position:relative;display:block;width:100%;aspect-ratio:5/3;border-radius:12px;overflow:hidden;background:#dcd2bf;margin-bottom:14px}.hsc-compare-strip__img img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.05)}.hsc-compare-strip__badge{position:absolute;left:12px;bottom:12px;background:rgba(30,26,20,.78);color:#faf7f1;padding:5px 10px;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hsc-compare-strip__name{font-family:var(--hsc-display-font, "Cormorant Garamond", Georgia, serif);font-weight:500;font-size:1.25rem;margin:0 0 4px;line-height:1.15;color:var(--hsc-compare-ink)}.hsc-compare-strip__loc{margin:0 0 14px;font-size:12px;letter-spacing:.04em;color:var(--hsc-compare-muted)}.hsc-compare-strip__price{display:flex;align-items:baseline;gap:8px;margin-bottom:12px}.hsc-compare-strip__price b{font-family:var(--hsc-display-font, "Cormorant Garamond", Georgia, serif);font-weight:600;font-size:1.55rem;color:var(--hsc-compare-ink)}.hsc-compare-strip__price span{font-size:11px;letter-spacing:.06em;color:var(--hsc-compare-muted)}.hsc-compare-strip__cta{display:flex;gap:8px;flex-wrap:wrap}.hsc-compare-btn{display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 14px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.hsc-compare-btn--ink{background:var(--hsc-compare-ink);color:#faf7f1!important;border:1px solid var(--hsc-compare-ink)}.hsc-compare-btn--ink:hover{background:#000}.hsc-compare-btn--ghost{background:0 0;color:var(--hsc-compare-ink);border:1px solid rgba(30,26,20,.1)}.hsc-compare-btn--ghost:hover{border-color:var(--hsc-compare-gold)}.hsc-compare-verdict{display:grid;grid-template-columns:240px repeat(var(--hsc-cmp-cols,3),1fr);margin:18px 0 0;border:1px solid rgba(30,26,20,.1);border-top:none;border-radius:0 0 18px 18px;background:#fffdf8;overflow:hidden}.hsc-compare-verdict__legend{padding:14px 22px;display:flex;align-items:center;gap:8px;border-right:1px solid rgba(30,26,20,.06);font-size:10px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:var(--hsc-compare-terra);background:linear-gradient(180deg,#f3ece0 0,#fffdf8 100%)}.hsc-compare-verdict__legend svg{width:14px;height:14px}.hsc-compare-verdict__col{padding:14px 18px;border-right:1px solid rgba(30,26,20,.06);display:flex;flex-wrap:wrap;align-items:center;gap:10px}.hsc-compare-verdict__col:last-child{border-right:none}.hsc-compare-verdict__none{color:rgba(30,26,20,.3);font-size:18px}.hsc-compare-verdict__award{display:inline-flex;align-items:baseline;gap:8px;padding:6px 10px;border-radius:8px;background:rgba(196,160,120,.14)}.hsc-compare-verdict__award b{font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--hsc-compare-terra)}.hsc-compare-verdict__award span{font-family:var(--hsc-display-font, "Cormorant Garamond", Georgia, serif);font-size:1rem;font-weight:500;color:var(--hsc-compare-ink)}.hsc-compare-sections{display:flex;flex-direction:column;gap:32px;margin-top:36px}.hsc-compare-section{border:1px solid rgba(30,26,20,.1);border-radius:14px;overflow:hidden;background:#fffdf8}.hsc-compare-section__head{display:flex;align-items:baseline;gap:18px;padding:18px 22px;background:#241d16;color:#faf7f1}.hsc-compare-section--steward .hsc-compare-section__head{background:linear-gradient(135deg,#1e1a14 0,var(--hsc-compare-terra) 100%)}.hsc-compare-section__num{font-family:var(--hsc-display-font, "Cormorant Garamond", Georgia, serif);font-style:italic;font-size:1.35rem;opacity:.5}.hsc-compare-section__name{margin:0;font-size:11px;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.hsc-compare-section__hint{margin-left:auto;font-size:11px;letter-spacing:.06em;color:rgba(250,247,241,.65)}.hsc-compare-section__rows{display:flex;flex-direction:column}.hsc-compare-row{display:grid;grid-template-columns:240px repeat(var(--hsc-cmp-cols,3),1fr);border-top:1px solid rgba(30,26,20,.06)}.hsc-compare-row:first-child{border-top:none}.hsc-compare-row__label{padding:18px;border-right:1px solid rgba(30,26,20,.06);background:linear-gradient(90deg,#f3ece0 0,#fffdf8 100%);font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#5a4f40;display:flex;align-items:center}.hsc-compare-cell{position:relative;padding:18px;border-right:1px solid rgba(30,26,20,.06);min-height:64px;display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:.96rem;color:var(--hsc-compare-ink)}.hsc-compare-cell:last-child{border-right:none}.hsc-compare-cell--best::after{content:"";position:absolute;left:18px;right:18px;bottom:10px;height:2px;background:linear-gradient(90deg,var(--hsc-compare-gold) 0,var(--hsc-compare-terra) 100%);border-radius:2px}.hsc-compare-verb{font-family:var(--hsc-display-font, "Cormorant Garamond", Georgia, serif);font-weight:500;font-size:1.1rem;line-height:1.15;color:var(--hsc-compare-ink)}.hsc-compare-verb--muted{color:var(--hsc-compare-muted)}.hsc-compare-sub{display:block;margin-top:3px;font-family:var(--hsc-body-font, "Inter", system-ui, sans-serif);font-size:11px;font-weight:500;letter-spacing:.04em;color:var(--hsc-compare-muted)}.hsc-compare-dmd{display:inline-grid;place-items:center;width:18px;height:18px;margin-right:8px;flex-shrink:0}.hsc-compare-dmd svg{width:100%;height:100%;display:block}.hsc-compare-dmd--on path{fill:var(--hsc-compare-gold)}.hsc-compare-dmd--off path{fill:none;stroke:#c8b896;stroke-width:1.4}.hsc-compare-spark{display:inline-flex;align-items:center;gap:5px;margin-left:8px;padding:3px 8px;border-radius:999px;background:rgba(196,160,120,.16);color:#8a6a44;font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.hsc-compare-spark svg{width:9px;height:9px}.hsc-compare-tag-best{display:inline-flex;align-items:center;margin-left:auto;padding:3px 8px;border-radius:999px;background:var(--hsc-compare-ink);color:#faf7f1;font-size:9px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.hsc-compare-glyphs{display:flex;align-items:center;gap:4px;color:var(--hsc-compare-ink)}.hsc-compare-glyphs svg{width:18px;height:18px}.hsc-compare-glyphs__count{margin-left:6px;font-family:var(--hsc-display-font, "Cormorant Garamond", Georgia, serif);font-size:1.3rem;font-weight:600}.hsc-compare-quote{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.hsc-compare-quote b{font-family:var(--hsc-display-font, "Cormorant Garamond", Georgia, serif);font-weight:600;font-size:1.45rem;line-height:1;color:var(--hsc-compare-ink)}.hsc-compare-quote small{font-size:11px;color:var(--hsc-compare-muted);letter-spacing:.04em}.hsc-compare-quote__pill{display:inline-flex;margin-top:4px;padding:2px 8px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.hsc-compare-quote__pill--ok{background:rgba(196,160,120,.18);color:#8a6a44}.hsc-compare-quote__pill--no{background:rgba(181,97,74,.16);color:var(--hsc-compare-terra)}.hsc-compare-overview{font-family:var(--hsc-display-font, "Cormorant Garamond", Georgia, serif);font-weight:400;font-size:1.08rem;line-height:1.45;color:var(--hsc-compare-ink)}@media (max-width:760px){.hsc-compare-sections,.hsc-compare-strip-wrap{display:none}.hsc-compare-mobile-card__awards{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 4px}.hsc-compare-mobile-card__award{display:inline-flex;padding:4px 10px;border-radius:999px;background:rgba(196,160,120,.18);color:#8a6a44;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.hsc-compare-mobile-card__price{display:flex;align-items:baseline;gap:8px;margin:6px 0 14px}.hsc-compare-mobile-card__price b{font-family:var(--hsc-display-font, "Cormorant Garamond", Georgia, serif);font-weight:600;font-size:1.4rem;color:var(--hsc-compare-ink)}.hsc-compare-mobile-card__price span{font-size:11px;letter-spacing:.06em;color:var(--hsc-compare-muted)}.hsc-compare-mobile-card__num{font-family:var(--hsc-display-font, "Cormorant Garamond", Georgia, serif);font-style:italic;font-size:.95rem;color:var(--hsc-compare-terra);opacity:.7;margin-right:8px}.hsc-compare-mobile-card__row-label{display:block;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#5a4f40;margin-bottom:4px}.hsc-compare-mobile-card__row-value .hsc-compare-cell{min-height:0;padding:0;border:none}.hsc-compare-mobile-card__row{display:block}.hsc-compare-mobile-card__row strong{display:none}}.hsc-compare-page .hsc-compare-table-wrap{display:none}@media (min-width:761px){.hsc-compare-mobile{display:none}}@media (max-width:1080px){.hsc-compare-row,.hsc-compare-strip,.hsc-compare-verdict{grid-template-columns:200px repeat(var(--hsc-cmp-cols,3),1fr)}}.hsc-compare-cta{position:relative;overflow:hidden;margin-top:80px;padding:64px 0 52px;background:linear-gradient(180deg,#1a1610 0,#241d16 60%,#2a2018 100%);color:#faf7f1}.hsc-compare-cta::before{content:"";position:absolute;inset:0;background:radial-gradient(60% 40% at 80% 20%,rgba(196,160,120,.18) 0,transparent 60%),radial-gradient(50% 40% at 10% 100%,rgba(181,97,74,.16) 0,transparent 60%);pointer-events:none}.hsc-compare-cta__inner{position:relative;max-width:1280px;margin:0 auto;padding:0 20px}.hsc-compare-cta__head{max-width:620px;margin-bottom:48px}.hsc-compare-cta__eyebrow{margin:0 0 14px;font-size:11px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:#d8b893}.hsc-compare-cta__title{font-family:var(--hsc-display-font, "Cormorant Garamond", Georgia, serif);font-weight:500;font-size:clamp(2.2rem, 4.4vw, 3.8rem);line-height:1;letter-spacing:-.01em;margin:0 0 18px;color:#faf7f1}.hsc-compare-cta__title em{font-style:italic;font-weight:500;color:#d8b893}.hsc-compare-cta__lede{font-size:1.05rem;line-height:1.65;max-width:54ch;margin:0;color:rgba(250,247,241,.78)}.hsc-compare-cta__doors{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.hsc-compare-cta__door{display:flex;flex-direction:column;padding:30px 28px 26px;border:1px solid rgba(250,247,241,.12);border-radius:18px;background:rgba(250,247,241,.04);color:#faf7f1;text-decoration:none;transition:transform .25s ease,border-color .25s ease,background .25s ease}.hsc-compare-cta__door:focus-visible,.hsc-compare-cta__door:hover{transform:translateY(-3px);border-color:rgba(216,184,147,.55);background:rgba(250,247,241,.06);color:#faf7f1}.hsc-compare-cta__door-num{font-family:var(--hsc-display-font, "Cormorant Garamond", Georgia, serif);font-style:italic;font-size:1rem;color:#d8b893;opacity:.7}.hsc-compare-cta__door-title{font-family:var(--hsc-display-font, "Cormorant Garamond", Georgia, serif);font-weight:500;font-size:1.7rem;line-height:1.1;margin:8px 0 8px;color:#faf7f1}.hsc-compare-cta__door-copy{flex:1;margin:0 0 22px;font-size:.93rem;line-height:1.6;color:rgba(250,247,241,.72)}.hsc-compare-cta__door-cta{display:inline-flex;align-items:center;gap:10px;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#d8b893}.hsc-compare-cta__door-cta svg{width:14px;height:14px;transition:transform .2s ease}.hsc-compare-cta__door:focus-visible .hsc-compare-cta__door-cta svg,.hsc-compare-cta__door:hover .hsc-compare-cta__door-cta svg{transform:translateX(3px)}.hsc-compare-cta__closing{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:22px;margin-top:48px;padding-top:32px;border-top:1px solid rgba(250,247,241,.12)}.hsc-compare-cta__closing-line{max-width:60ch;margin:0;font-family:var(--hsc-display-font, "Cormorant Garamond", Georgia, serif);font-weight:400;font-size:1.25rem;line-height:1.4;color:rgba(250,247,241,.85)}.hsc-compare-cta__closing-line span{font-style:italic;color:#d8b893}.hsc-compare-cta__closing-contact{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:rgba(250,247,241,.6);text-align:right}.hsc-compare-cta__closing-contact b{display:block;margin-top:4px;font-family:var(--hsc-display-font, "Cormorant Garamond", Georgia, serif);font-weight:500;font-size:1.15rem;letter-spacing:0;text-transform:none;color:#faf7f1}@media (max-width:880px){.hsc-compare-cta{padding:44px 0 36px}.hsc-compare-cta__doors{grid-template-columns:1fr}.hsc-compare-cta__closing{flex-direction:column;align-items:flex-start;gap:14px}.hsc-compare-cta__closing-contact{text-align:left}}