:root {
	--hr-blue:        #1F5D4E;
	--hr-blue-dark:   #163F36;
	--hr-blue-light:  #EDF4F1;
	--hr-ink:         #16202B;
	--hr-ink-soft:    #5A6B7B;
	--hr-line:        #DFE5EA;
	--hr-bg:          #FFFFFF;
	--hr-bg-soft:     #F7F9FA;
	--hr-ok:          #2E7D32;
	--hr-warn:        #B26A00;
	--hr-error:       #C62828;
	--hr-header-h: 79px;
	--hr-1:  4px;
	--hr-2:  8px;
	--hr-3:  12px;
	--hr-4:  16px;
	--hr-5:  24px;
	--hr-6:  32px;
	--hr-7:  48px;
	--hr-8:  64px;
	--hr-radius:      10px;
	--hr-radius-sm:   6px;
	--hr-shadow:      0 1px 2px rgba(22,32,43,.06), 0 4px 16px rgba(22,32,43,.06);
	--hr-shadow-lift: 0 4px 12px rgba(22,32,43,.10), 0 18px 44px rgba(22,32,43,.12);
	--hr-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
	           "Helvetica Neue", Arial, sans-serif;
	--hr-font-num: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
	--hr-width:       1480px;
	--hr-width-text:  680px;
}
*, *::before, *::after { box-sizing: border-box; }
body {
	margin: 0;
	font-family: var(--hr-font);
	font-size: 16px;
	line-height: 1.6;
	color: var(--hr-ink);
	background: var(--hr-bg);
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
	margin: 0 0 var(--hr-3);
	line-height: 1.25;
	font-weight: 600;
	letter-spacing: -.01em;
}
h1 { font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.1rem); }
h2 { font-size: clamp(1.25rem, 1.1rem + .7vw, 1.5rem); }
h3 { font-size: 1.05rem; }
p { margin: 0 0 var(--hr-4); }
a {
	color: var(--hr-blue-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}
a:hover { color: var(--hr-blue); }
:focus-visible {
	outline: 2px solid var(--hr-blue);
	outline-offset: 2px;
	border-radius: var(--hr-radius-sm);
}
img { max-width: 100%; height: auto; display: block; }
.hr-wrap {
	max-width: var(--hr-width);
	margin-inline: auto;
	padding-inline: var(--hr-4);
}
.hr-visually-hidden {
	position: absolute;
	width: 1px; height: 1px;
	margin: -1px; padding: 0;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
}
.hr-header {
	border-bottom: 1px solid var(--hr-line);
	background: var(--hr-bg);
	position: sticky;
	top: 0;
	z-index: 20;
	box-shadow: 0 1px 10px rgba(22,32,43,.04);
}
.hr-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--hr-4);
	min-height: 78px;
}
.hr-logo {
	font-weight: 700;
	font-size: 1.15rem;
	letter-spacing: -.02em;
	color: var(--hr-ink);
	text-decoration: none;
}
.hr-logo span { color: var(--hr-blue); }
.hr-brand {
	display: flex;
	align-items: center;
	flex: 0 1 auto;
}
.hr-brand .custom-logo-link {
	display: block;
	line-height: 0;
}
.hr-brand .custom-logo {
	display: block;
	width: auto;
	height: auto;
	max-width: min(240px, 38vw);
	max-height: 48px;
}
.hr-header__contact {
	margin: 0;
	font-size: .9rem;
	color: var(--hr-ink-soft);
}
.hr-header__contact a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}
.hr-header__contact a:hover { color: var(--hr-blue); }
.hr-header__actions {
	display: flex;
	align-items: center;
	gap: var(--hr-3);
	flex: 0 0 auto;
}
.hr-wa-icon {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linejoin: round;
}
.hr-wa {
	display: none;
	position: fixed;
	right: var(--hr-4);
	bottom: calc(var(--hr-4) + env(safe-area-inset-bottom, 0px));
	z-index: 30;
	width: 56px;
	height: 56px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	box-shadow: 0 6px 20px rgba(22,32,43,.22);
}
.hr-wa .hr-wa-icon { width: 28px; height: 28px; stroke-width: 1.4; }
.hr-wa:focus-visible {
	outline: 0;
	box-shadow: 0 6px 20px rgba(22,32,43,.22), 0 0 0 4px rgba(37,211,102,.35);
}
.hr-burger {
	display: none;
	width: 46px;
	height: 46px;
	padding: 0;
	border: 1px solid var(--hr-line);
	border-radius: 13px;
	background: var(--hr-bg);
	cursor: pointer;
	position: relative;
}
.hr-burger:hover { border-color: #aebfca; }
.hr-burger:focus-visible {
	outline: 0;
	border-color: var(--hr-blue);
	box-shadow: 0 0 0 3px rgba(0,150,207,.14);
}
.hr-burger__bars,
.hr-burger__bars::before,
.hr-burger__bars::after {
	position: absolute;
	left: 50%;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	border-radius: 2px;
	background: var(--hr-ink);
	transition: transform .18s ease, opacity .18s ease;
}
.hr-burger__bars { top: 50%; margin-top: -1px; }
.hr-burger__bars::before { content: ""; margin-left: -10px; top: -6px; }
.hr-burger__bars::after  { content: ""; margin-left: -10px; top:  6px; }
.hr-burger[aria-expanded="true"] .hr-burger__bars { background: transparent; }
.hr-burger[aria-expanded="true"] .hr-burger__bars::before { top: 0; transform: rotate(45deg); }
.hr-burger[aria-expanded="true"] .hr-burger__bars::after  { top: 0; transform: rotate(-45deg); }
.hr-footer {
	margin-top: var(--hr-8);
	border-top: 1px solid var(--hr-line);
	padding-block: var(--hr-5);
	font-size: .9rem;
	color: var(--hr-ink-soft);
}
.hr-listing {
	padding-block: var(--hr-5) var(--hr-8);
}
.hr-listing .hr-wrap {
	padding-inline: clamp(16px, 3vw, 32px);
}
.hr-listing__back { margin-bottom: var(--hr-4); }
.hr-listing__back a {
	color: var(--hr-blue-dark);
	font-weight: 600;
	text-decoration: none;
}
.hr-listing__back a:hover { text-decoration: underline; }
.hr-listing__head {
	margin-bottom: var(--hr-5);
	padding-bottom: var(--hr-5);
	border-bottom: 1px solid var(--hr-line);
}
.hr-listing__title { margin-bottom: var(--hr-2); }
.hr-listing__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--hr-2) var(--hr-3);
	color: var(--hr-ink-soft);
	font-size: .95rem;
	margin: 0;
}
.hr-listing__meta > span + span::before {
	content: "·";
	margin-right: var(--hr-3);
	color: var(--hr-line);
}
.hr-listing__meta strong { color: var(--hr-ink); font-weight: 600; }
.hr-gallery {
	margin-bottom: var(--hr-7);
}
.hr-gallery__main {
	display: block;
	aspect-ratio: 16 / 9;
	max-height: 640px;
	background: var(--hr-bg-soft);
	border-radius: var(--hr-radius);
	overflow: hidden;
}
.hr-gallery__main img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hr-gallery__thumbs {
	display: flex;
	gap: var(--hr-2);
	overflow-x: auto;
	padding: var(--hr-3) 2px 4px;
	scrollbar-width: thin;
}
.hr-gallery__thumb {
	flex: 0 0 112px;
	width: 112px;
	aspect-ratio: 4 / 3;
	padding: 0;
	border: 2px solid transparent;
	border-radius: var(--hr-radius-sm);
	background: var(--hr-bg-soft);
	overflow: hidden;
	cursor: pointer;
}
.hr-gallery__thumb:hover,
.hr-gallery__thumb.is-active { border-color: var(--hr-blue); }
.hr-gallery__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 640px) {
	.hr-gallery__main { aspect-ratio: 4 / 3; border-radius: var(--hr-radius-sm); }
	.hr-gallery__thumb { flex-basis: 82px; width: 82px; }
}
.hr-listing__grid {
	display: grid;
	gap: var(--hr-7);
	align-items: start;
}
@media (min-width: 1040px) {
	.hr-listing__grid {
		grid-template-columns: minmax(0, 1fr) minmax(340px, 380px);
		gap: clamp(32px, 4vw, 56px);
	}
}
.hr-listing__body { min-width: 0; }
.hr-listing__booking { min-width: 0; }
.hr-listing__body > * + * { margin-top: var(--hr-7); }
.hr-listing__description {
	max-width: 76ch;
	line-height: 1.75;
	color: #263544;
}
.hr-listing__description p { margin-bottom: var(--hr-4); }
.hr-listing__description > :last-child { margin-bottom: 0; }
.hr-location {
	padding-top: var(--hr-1);
}
.hr-location__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--hr-4);
	margin-bottom: var(--hr-4);
}
.hr-location__head > div { min-width: 0; flex: 1 1 auto; }
.hr-location__head .hr-section__title { margin-bottom: var(--hr-2); }
.hr-location__head p {
	margin: 0;
	color: var(--hr-ink-soft);
	line-height: 1.45;
}
.hr-location__head .hr-btn {
	flex: 0 0 auto;
	width: auto;
	min-width: 148px;
	padding-inline: var(--hr-4);
	text-decoration: none;
}
.hr-location__map {
	display: block;
	width: 100%;
	height: clamp(340px, 35vw, 430px);
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius);
	box-shadow: var(--hr-shadow);
}
@media (max-width: 560px) {
	.hr-location__head { align-items: stretch; flex-direction: column; }
	.hr-location__head .hr-btn { width: 100%; }
	.hr-location__map { height: 300px; }
}
.hr-section__title {
	font-size: 1.1rem;
	padding-bottom: var(--hr-2);
	border-bottom: 1px solid var(--hr-line);
	margin-bottom: var(--hr-4);
}
.hr-facts {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
	gap: var(--hr-4);
	padding: var(--hr-4) var(--hr-5);
	background: var(--hr-bg-soft);
	border-radius: var(--hr-radius);
	margin: 0;
}
.hr-facts div { display: flex; flex-direction: column; }
.hr-facts dt { font-size: .85rem; color: var(--hr-ink-soft); }
.hr-facts dd {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
}
.hr-amenities {
	list-style: none;
	margin: 0; padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
	gap: var(--hr-2) var(--hr-4);
}
.hr-amenities li {
	display: flex;
	align-items: baseline;
	gap: var(--hr-2);
	font-size: .95rem;
}
.hr-amenities li::before {
	content: "";
	flex: 0 0 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--hr-blue);
	transform: translateY(-2px);
}
.hr-rules li::before { background: var(--hr-ink-soft); }
.hr-rooms {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
	gap: var(--hr-3);
	list-style: none;
	margin: 0; padding: 0;
}
.hr-room {
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius-sm);
	padding: var(--hr-3) var(--hr-4);
}
.hr-room__name { font-weight: 600; margin-bottom: var(--hr-1); }
.hr-room__beds { font-size: .9rem; color: var(--hr-ink-soft); }
.hr-booking {
	border: 1px solid var(--hr-line);
	border-top: 3px solid var(--hr-blue);
	border-radius: var(--hr-radius);
	box-shadow: var(--hr-shadow);
	padding: var(--hr-5);
	background: var(--hr-bg);
}
@media (min-width: 1040px) {
	.hr-booking { position: sticky; top: 88px; }
}
.hr-booking__from {
	display: flex;
	align-items: baseline;
	gap: var(--hr-2);
	margin-bottom: var(--hr-5);
	padding-bottom: var(--hr-4);
	border-bottom: 1px solid var(--hr-line);
}
.hr-booking__price {
	font-size: 1.6rem;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	letter-spacing: -.02em;
}
.hr-booking__unit { color: var(--hr-ink-soft); font-size: .95rem; }
.hr-field { margin-bottom: var(--hr-3); }
.hr-field label {
	display: block;
	font-size: .85rem;
	font-weight: 600;
	color: var(--hr-ink-soft);
	margin-bottom: var(--hr-1);
}
.hr-field input,
.hr-field select {
	width: 100%;
	padding: 10px 12px;
	font: inherit;
	font-size: .95rem;
	color: var(--hr-ink);
	background: var(--hr-bg);
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius-sm);
}
.hr-field input:focus,
.hr-field select:focus {
	border-color: var(--hr-blue);
	outline: 2px solid var(--hr-blue-light);
	outline-offset: 0;
}
.hr-fields-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--hr-3);
}
#hr-submit { margin-top: var(--hr-4); }
.hr-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--hr-2);
	width: 100%;
	min-height: 48px;
	padding: 12px 22px;
	font: inherit;
	font-weight: 600;
	color: #fff;
	background: var(--hr-blue);
	border: 1px solid var(--hr-blue);
	border-radius: 999px;
	cursor: pointer;
	box-shadow: 0 5px 14px rgba(0,150,207,.18);
	transition: background .15s ease, border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.hr-btn:hover {
	background: var(--hr-blue-dark);
	border-color: var(--hr-blue-dark);
	box-shadow: 0 8px 20px rgba(0,122,171,.24);
	transform: translateY(-1px);
}
.hr-btn[disabled] { opacity: .55; cursor: default; }
.hr-btn--ghost {
	color: var(--hr-blue-dark);
	background: transparent;
	border-color: var(--hr-line);
	box-shadow: none;
}
.hr-btn--ghost:hover { background: var(--hr-bg-soft); border-color: var(--hr-blue); }
.hr-quote {
	margin-top: var(--hr-4);
	padding-top: var(--hr-4);
	border-top: 1px solid var(--hr-line);
}
.hr-quote__line {
	display: flex;
	justify-content: space-between;
	gap: var(--hr-3);
	padding: var(--hr-1) 0;
	font-size: .95rem;
}
.hr-quote__line span:last-child {
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}
.hr-quote__label small {
	display: block;
	color: var(--hr-ink-soft);
	font-size: .8rem;
}
.hr-quote__total {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: var(--hr-3);
	margin-top: var(--hr-3);
	padding-top: var(--hr-3);
	border-top: 2px solid var(--hr-ink);
	font-weight: 700;
}
.hr-quote__per-person {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: var(--hr-3);
	margin-top: var(--hr-3);
	padding: var(--hr-3);
	border-radius: var(--hr-radius-sm);
	background: var(--hr-blue-light);
	color: var(--hr-blue-dark);
}
.hr-quote__per-person strong {
	font-size: 1.15rem;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}
.hr-quote__per-person small {
	flex-basis: 100%;
	margin-top: calc(var(--hr-3) * -0.5);
	text-align: right;
	font-size: .8rem;
	font-variant-numeric: tabular-nums;
	opacity: .75;
}
.hr-quote__total span:first-child { font-size: 1rem; }
.hr-quote__total span:last-child {
	font-size: 1.5rem;
	letter-spacing: -.02em;
}
.hr-quote__total span:last-child { font-variant-numeric: tabular-nums; }
.hr-quote__note {
	margin-top: var(--hr-3);
	font-size: .85rem;
	color: var(--hr-ink-soft);
}
.hr-note {
	padding: var(--hr-3) var(--hr-4);
	border-radius: var(--hr-radius-sm);
	font-size: .9rem;
	border-left: 3px solid;
}
.hr-note--info  { background: var(--hr-blue-light); border-color: var(--hr-blue); }
.hr-note--warn  { background: #FFF6E5; border-color: var(--hr-warn); }
.hr-note--error { background: #FDECEC; border-color: var(--hr-error); }
.hr-loading { color: var(--hr-ink-soft); font-size: .9rem; }
@media (prefers-reduced-motion: reduce) {
	* { animation: none !important; transition: none !important; }
}
.hr-searchbar {
	background: var(--hr-bg-soft);
	border-bottom: 1px solid var(--hr-line);
	padding-block: 18px;
	position: sticky;
	top: var(--hr-header-h);
	z-index: 15;
}
.hr-searchbar__inner {
	display: grid;
	grid-template-columns: 1fr;
	gap: var(--hr-3);
	align-items: end;
	padding-block: 14px;
	background: var(--hr-bg);
	border: 1px solid #d4e0e7;
	border-radius: 18px;
	box-shadow: var(--hr-shadow);
}
@media (min-width: 760px) {
	.hr-searchbar__inner {
		grid-template-columns: 2fr 1fr 1fr .7fr .7fr auto;
	}
}
.hr-searchbar__field label {
	display: block;
	font-size: .8rem;
	font-weight: 700;
	color: var(--hr-ink-soft);
	margin-bottom: var(--hr-1);
}
.hr-searchbar__field input,
.hr-searchbar__field select {
	width: 100%;
	min-height: 48px;
	padding: 11px 13px;
	font: inherit;
	font-size: .95rem;
	background: var(--hr-bg);
	border: 1px solid var(--hr-line);
	border-radius: 12px;
}
.hr-searchbar__submit { width: auto; padding-inline: var(--hr-5); }
.hr-geo {
	position: relative;
}
.hr-geo__menu {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	z-index: 50;
	background: var(--hr-bg);
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius-sm);
	box-shadow: var(--hr-shadow-lift);
	overflow: hidden;
}
.hr-geo__menu [role="option"] {
	display: flex;
	align-items: baseline;
	gap: 10px;
	width: 100%;
	padding: 10px 12px;
	border: 0;
	border-bottom: 1px solid var(--hr-line);
	background: var(--hr-bg);
	color: var(--hr-ink);
	font: inherit;
	font-size: .9rem;
	text-align: left;
	cursor: pointer;
}
.hr-geo__count {
	margin-left: auto;
	flex: none;
	color: var(--hr-ink-soft);
	font-size: .75rem;
	white-space: nowrap;
}
.hr-geo__menu [role="option"]:hover,
.hr-geo__menu [role="option"].is-active {
	background: var(--hr-blue-light);
}
.hr-geo__credit {
	margin: 0;
	padding: 6px 10px;
	background: var(--hr-bg-soft);
	color: var(--hr-ink-soft);
	font-size: .7rem;
	line-height: 1.3;
	text-align: right;
}
.hr-team-clusters {
	display: grid;
	gap: var(--hr-6);
	margin: 0 0 var(--hr-6);
}
.hr-team-cluster {
	padding: var(--hr-5);
	border: 1px solid var(--hr-line);
	border-radius: 20px;
	background: var(--hr-bg);
	box-shadow: 0 8px 24px rgba(20, 53, 68, .06);
}
.hr-team-cluster.is-best {
	border-color: #9fd5e8;
	background: linear-gradient(180deg, var(--hr-blue-light), var(--hr-bg) 150px);
}
.hr-team-cluster__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--hr-5);
	margin-bottom: var(--hr-4);
}
.hr-team-cluster__kicker {
	margin: 0 0 4px;
	color: var(--hr-blue-dark);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.hr-team-cluster__head h2 {
	margin: 0 0 5px;
	font-size: 1.16rem;
}
.hr-team-cluster__summary {
	margin: 0;
	color: var(--hr-ink-soft);
	font-size: .92rem;
	font-weight: 650;
}
.hr-cards--team-source[hidden] { display: none !important; }
.hr-cards--team-cluster { margin: 0; }
@media (max-width: 759px) {
	.hr-searchbar__submit { width: 100%; min-height: 54px; }
	.hr-searchbar__field input,
	.hr-searchbar__field select {
		min-height: 54px;
		font-size: 1rem;
	}
}
.hr-searchbar__collapsed { display: none; }
.hr-searchbar__sheethead { display: none; }
@media (max-width: 759px) {
	.hr-searchbar.is-collapsible { padding-block: 10px; }
	.hr-searchbar.is-collapsible .hr-searchbar__collapsed { display: block; }
	.hr-searchbar.is-collapsible .hr-searchbar__form { display: none; }
	.hr-searchbar__trigger {
		display: flex;
		align-items: center;
		gap: var(--hr-3);
		width: 100%;
		min-height: 58px;
		padding: 9px 16px;
		font: inherit;
		color: var(--hr-ink);
		text-align: left;
		background: var(--hr-bg);
		border: 1px solid #ccd8e0;
		border-radius: 999px;
		box-shadow: var(--hr-shadow);
		cursor: pointer;
	}
	.hr-searchbar__trigger .hr-search-icon { flex: 0 0 auto; color: var(--hr-blue); }
	.hr-searchbar__trigger-text { flex: 1 1 auto; min-width: 0; }
	.hr-searchbar__trigger-main,
	.hr-searchbar__trigger-sub {
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.hr-searchbar__trigger-main { font-size: .97rem; font-weight: 700; }
	.hr-searchbar__trigger-main--empty { font-weight: 500; color: var(--hr-ink-soft); }
	.hr-searchbar__trigger-sub {
		margin-top: 2px;
		font-size: .8rem;
		color: var(--hr-ink-soft);
	}
	.hr-searchbar__trigger-edit {
		flex: 0 0 auto;
		font-size: .82rem;
		font-weight: 700;
		color: var(--hr-blue);
	}
	.hr-searchbar.is-collapsible.is-open { z-index: 60; }
	.hr-searchbar.is-collapsible.is-open .hr-searchbar__form {
		display: flex;
		flex-direction: column;
		position: fixed;
		inset: 0;
		z-index: 60;
		background: var(--hr-bg);
	}
	.hr-searchbar.is-collapsible.is-open .hr-searchbar__sheethead {
		display: flex;
		flex: 0 0 auto;
		align-items: center;
		justify-content: space-between;
		gap: var(--hr-3);
		padding: var(--hr-3) var(--hr-4);
		padding-top: calc(var(--hr-3) + env(safe-area-inset-top, 0px));
		background: var(--hr-bg);
		border-bottom: 1px solid var(--hr-line);
	}
	.hr-searchbar__sheettitle { font-size: 1.02rem; font-weight: 700; }
	.hr-searchbar__close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		padding: 0;
		background: var(--hr-bg);
		color: var(--hr-ink);
		border: 1px solid var(--hr-line);
		border-radius: 50%;
		cursor: pointer;
	}
	.hr-searchbar__close svg {
		width: 20px;
		height: 20px;
		fill: none;
		stroke: currentColor;
		stroke-width: 2;
		stroke-linecap: round;
	}
	.hr-searchbar.is-collapsible.is-open .hr-searchbar__inner {
		flex: 1 1 auto;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		grid-template-columns: 1fr 1fr;
		gap: var(--hr-5);
		align-items: start;
		align-content: start;
		max-width: none;
		padding: var(--hr-5) var(--hr-4) calc(var(--hr-6) + env(safe-area-inset-bottom, 0px));
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}
	.hr-searchbar.is-collapsible.is-open .hr-searchbar__field { grid-column: 1 / -1; }
	.hr-searchbar.is-collapsible.is-open .hr-searchbar__field--narrow { grid-column: span 1; }
	.hr-searchbar.is-collapsible.is-open .hr-searchbar__submit {
		grid-column: 1 / -1;
		min-height: 58px;
		margin-top: var(--hr-1);
		font-size: 1.05rem;
	}
}
.hr-scroll-lock { overflow: hidden; }
body.hr-scroll-lock .hr-wa { display: none; }
.hr-search__empty {
	padding-block: var(--hr-8);
	max-width: var(--hr-width-text);
}
.hr-citylist {
	list-style: none;
	margin: var(--hr-5) 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: var(--hr-2);
}
.hr-citylist a {
	display: inline-flex;
	align-items: baseline;
	gap: var(--hr-2);
	padding: 8px 14px;
	border: 1px solid var(--hr-line);
	border-radius: 999px;
	text-decoration: none;
	color: var(--hr-ink);
	font-size: .95rem;
	transition: border-color .15s ease;
}
.hr-citylist a:hover { border-color: var(--hr-blue); }
.hr-citylist span { color: var(--hr-ink-soft); font-size: .85rem; }
.hr-search__empty--browse {
	max-width: min(1440px, calc(100% - 32px));
	margin-inline: auto;
	padding-block: clamp(52px, 8vw, 84px);
	text-align: center;
}
.hr-search__empty--browse h1 {
	margin-bottom: 10px;
}
.hr-search__empty--browse p {
	max-width: 760px;
	margin-inline: auto;
}
.hr-search__empty--browse .hr-citylist {
	max-width: 1280px;
	margin-inline: auto;
	justify-content: center;
	gap: 12px 14px;
}
.hr-search__empty--browse .hr-citylist a {
	padding: 11px 18px;
	font-size: 1rem;
	font-weight: 500;
	border-color: #d5e1e8;
	background: var(--hr-bg);
}
.hr-search__empty--browse .hr-citylist a:hover {
	border-color: var(--hr-blue);
	box-shadow: 0 8px 22px rgba(18, 55, 82, .08);
}
.hr-search__empty--browse .hr-citylist span {
	font-size: .9rem;
}
@media (min-width: 980px) {
	.hr-search__empty--browse .hr-citylist {
		padding-inline: 24px;
	}
}
@media (max-width: 759px) {
	.hr-search__empty--browse {
		max-width: calc(100% - 24px);
		padding-block: 36px 42px;
	}
	.hr-search__empty--browse .hr-citylist {
		justify-content: flex-start;
		gap: 10px;
	}
	.hr-search__empty--browse .hr-citylist a {
		padding: 10px 14px;
		font-size: .95rem;
	}
}
.hr-results { position: relative; }
.hr-results__list {
	max-width: var(--hr-width);
	margin-inline: auto;
	padding: var(--hr-5) var(--hr-4) var(--hr-7);
}
@media (min-width: 1000px) {
	.hr-results.has-map { display: flex; align-items: flex-start; }
	.hr-results.has-map .hr-results__list {
		flex: 1 1 auto;
		max-width: none;
		margin: 0;
		padding-left: var(--hr-5);
	}
	.hr-results.has-map .hr-results__map {
		flex: 0 0 44%;
		position: sticky;
		top: 190px;
		height: calc(100vh - 190px);
		order: 2;
	}
}
.hr-results__map { display: none; }
.hr-results.has-map .hr-results__map { display: block; }
@media (max-width: 999px) {
	.hr-results.has-map .hr-results__map {
		display: block;
		height: 60vh;
		margin-bottom: var(--hr-4);
	}
}
.hr-map { width: 100%; height: 100%; min-height: 320px; background: var(--hr-bg-soft); }
.hr-results__head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	gap: var(--hr-3);
	margin-bottom: var(--hr-5);
}
.hr-results__title { margin-bottom: var(--hr-1); font-size: 1.35rem; }
.hr-results__sub { margin: 0; color: var(--hr-ink-soft); font-size: .95rem; }
.hr-results__tools { display: flex; gap: var(--hr-2); align-items: center; }
.hr-select {
	padding: 9px 12px;
	font: inherit;
	font-size: .9rem;
	background: var(--hr-bg);
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius-sm);
}
.hr-map-toggle { width: auto; white-space: nowrap; padding-inline: var(--hr-4); }
.hr-map-toggle .hr-map-toggle__hide { display: none; }
.hr-map-toggle[aria-expanded="true"] .hr-map-toggle__show { display: none; }
.hr-map-toggle[aria-expanded="true"] .hr-map-toggle__hide { display: inline; }
.hr-cards {
	list-style: none;
	margin: 0; padding: 0;
	display: grid;
	gap: var(--hr-4);
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
.hr-results.has-map .hr-cards {
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.hr-card {
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius);
	overflow: hidden;
	background: var(--hr-bg);
	transition: box-shadow .15s ease, border-color .15s ease;
}
.hr-card:hover,
.hr-card.is-active {
	border-color: var(--hr-blue);
	box-shadow: var(--hr-shadow-lift);
}
.hr-card__link { display: block; color: inherit; text-decoration: none; }
.hr-card__media { aspect-ratio: 4 / 3; background: var(--hr-bg-soft); overflow: hidden; }
.hr-card__media img { width: 100%; height: 100%; object-fit: cover; }
.hr-card__placeholder {
	display: grid;
	place-items: center;
	height: 100%;
	font-size: 2rem;
	font-weight: 700;
	color: var(--hr-line);
	background: var(--hr-bg-soft);
}
.hr-card__body { padding: var(--hr-3) var(--hr-4) var(--hr-4); }
.hr-card__place {
	display: flex;
	justify-content: space-between;
	gap: var(--hr-2);
	margin: 0 0 var(--hr-1);
	font-size: .85rem;
	color: var(--hr-ink-soft);
}
.hr-card__title {
	font-size: 1rem;
	line-height: 1.35;
	margin: 0 0 var(--hr-2);
}
.hr-card__specs {
	margin: 0 0 var(--hr-2);
	font-size: .88rem;
	color: var(--hr-ink-soft);
}
.hr-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: var(--hr-1);
	margin: 0 0 var(--hr-3);
}
.hr-card__tags span {
	font-size: .75rem;
	padding: 2px 8px;
	border-radius: 999px;
	background: var(--hr-bg-soft);
	color: var(--hr-ink-soft);
}
.hr-card__price { margin: 0; display: grid; gap: 3px; }
.hr-card__price-pending { font-size: .85rem; color: var(--hr-ink-soft); font-style: italic; }
.hr-card__price-total { display: flex; align-items: baseline; gap: var(--hr-2); }
.hr-card__price-total strong { font-size: 1.1rem; color: var(--hr-ink); font-variant-numeric: tabular-nums; }
.hr-card__price-total > span { font-size: .82rem; color: var(--hr-ink-soft); }
.hr-card__price-person { font-size: .86rem; color: var(--hr-blue-dark); }
.hr-card__price-person strong { font-size: .95rem; font-variant-numeric: tabular-nums; }
.hr-card__price-ask { font-size: .9rem; }
.hr-pin {
	font: 600 .8rem/1 var(--hr-font);
	padding: 6px 10px;
	background: var(--hr-bg);
	color: var(--hr-ink);
	border: 1px solid var(--hr-ink);
	border-radius: 999px;
	box-shadow: 0 1px 4px rgba(22,32,43,.25);
	cursor: pointer;
	white-space: nowrap;
	transition: transform .12s ease;
}
.hr-pin:hover,
.hr-pin.is-active {
	background: var(--hr-ink);
	color: #fff;
	transform: scale(1.08);
	z-index: 2;
}
.hr-map-popup { min-width: 220px; display: grid; gap: 8px; }
.hr-map-popup > strong { padding-bottom: 4px; border-bottom: 1px solid var(--hr-line); }
.hr-map-popup a { color: var(--hr-blue-dark); text-decoration: none; }
.hr-map-popup a:hover { text-decoration: underline; }
.hr-results__page-status {
	margin: 2px 0 var(--hr-1);
	color: var(--hr-blue-dark);
	font-size: .92rem;
	font-weight: 650;
}
.hr-pager-wrap {
	margin-top: var(--hr-6);
}
.hr-pager-summary {
	margin: 0 0 var(--hr-3);
	text-align: center;
	color: var(--hr-ink-soft);
	font-size: .9rem;
}
.hr-pager {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: var(--hr-4);
	margin-top: 0;
	color: var(--hr-ink-soft);
	font-size: .9rem;
}
.hr-pager .hr-btn,
.hr-pager .page-numbers {
	width: auto;
	padding: .55rem .8rem;
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius-sm);
	color: var(--hr-ink);
	text-decoration: none;
}
.hr-pager .page-numbers.current { background: var(--hr-blue); border-color: var(--hr-blue); color: #fff; }
.hr-results__live { color: var(--hr-ink-soft); font-size: .9rem; white-space: nowrap; }
.hr-hero {
	background:
		radial-gradient(circle at 18% 5%, rgba(0,150,207,.10), transparent 34%),
		linear-gradient(180deg, #eef9fd 0%, var(--hr-bg) 100%);
	padding-block: var(--hr-8) var(--hr-7);
	text-align: center;
}
.hr-hero__title {
	font-size: clamp(1.7rem, 1.2rem + 2.2vw, 2.6rem);
	margin-bottom: var(--hr-3);
	letter-spacing: -.02em;
	text-wrap: balance;
}
.hr-hero__sub {
	max-width: 620px;
	margin: 0 auto var(--hr-6);
	color: var(--hr-ink-soft);
	font-size: 1.05rem;
	text-wrap: pretty;
}
.hr-hero__form {
	display: grid;
	gap: var(--hr-3);
	max-width: 1080px;
	margin-inline: auto;
	padding: 20px;
	background: var(--hr-bg);
	border: 2px solid #d4e0e7;
	border-radius: 20px;
	box-shadow: var(--hr-shadow-lift);
	text-align: left;
}
@media (min-width: 760px) {
	.hr-hero__form { grid-template-columns: 2fr 1fr 1fr .7fr .7fr auto; align-items: end; }
}
.hr-hero__field label {
	display: block;
	font-size: .82rem;
	font-weight: 700;
	color: var(--hr-ink-soft);
	margin: 0 0 6px 3px;
}
.hr-hero__field input,
.hr-hero__field select {
	width: 100%;
	min-height: 52px;
	padding: 12px 14px;
	font: inherit;
	font-size: .95rem;
	background: var(--hr-bg);
	border: 1px solid #ccd8e0;
	border-radius: 13px;
	transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.hr-hero__field input:hover,
.hr-hero__field select:hover { border-color: #aebfca; }
.hr-hero__field input:focus,
.hr-hero__field select:focus {
	border-color: var(--hr-blue);
	box-shadow: 0 0 0 3px rgba(0,150,207,.12);
	outline: 0;
}
.hr-calendar-only {
	cursor: pointer;
	caret-color: transparent;
	user-select: none;
}
.hr-hero__field,
.hr-searchbar__field { min-width: 0; }
.hr-hero__field input[type="date"],
.hr-searchbar__field input[type="date"] {
	-webkit-appearance: none;
	appearance: none;
	min-width: 0;
	max-width: 100%;
}
input[type="date"]::-webkit-date-and-time-value {
	text-align: left;
	margin: 0;
}
input[type="date"]::-webkit-calendar-picker-indicator {
	width: 20px;
	height: 20px;
	opacity: .6;
	cursor: pointer;
}
.hr-hero__submit {
	width: auto;
	min-height: 52px;
	padding-inline: 25px;
}
.hr-search-icon {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.25;
	stroke-linecap: round;
	stroke-linejoin: round;
}
@media (max-width: 759px) {
	.hr-hero {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: calc(100vh - var(--hr-header-h));
		min-height: calc(100svh - var(--hr-header-h));
		padding-block: var(--hr-5);
	}
	.hr-hero__title {
		font-size: 1.7rem;
		margin-bottom: var(--hr-2);
	}
	.hr-hero__sub {
		margin-bottom: var(--hr-5);
		font-size: .95rem;
	}
	.hr-hero__form {
		gap: var(--hr-4);
		padding: var(--hr-4);
		grid-template-columns: 1fr 1fr;
	}
	.hr-hero__field { grid-column: 1 / -1; }
	.hr-hero__field--narrow { grid-column: span 1; }
	.hr-hero__submit { grid-column: 1 / -1; }
	.hr-hero__field label {
		font-size: .88rem;
		margin-bottom: 7px;
	}
	.hr-hero__field input,
	.hr-hero__field select {
		min-height: 58px;
		font-size: 1rem;
		border-radius: 14px;
	}
	.hr-hero__submit {
		width: 100%;
		min-height: 58px;
		margin-top: var(--hr-1);
		font-size: 1.05rem;
	}
}
@media (max-width: 759px) and (max-height: 680px) {
	.hr-hero {
		min-height: 0;
		padding-block: var(--hr-5) var(--hr-6);
	}
	.hr-hero__sub { display: none; }
}
.hr-section { padding-block: var(--hr-7); }
.hr-section__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: var(--hr-3);
	margin-bottom: var(--hr-5);
}
.hr-section__head h2 { margin: 0; }
.hr-prose { max-width: var(--hr-width-text); }
.hr-prose h2 { margin-top: var(--hr-6); }
.hr-tiles {
	list-style: none;
	margin: 0; padding: 0;
	display: grid;
	gap: var(--hr-3);
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}
.hr-tile a {
	display: block;
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border-radius: var(--hr-radius);
	text-decoration: none;
	color: inherit;
	transition: transform .18s ease, box-shadow .18s ease;
}
.hr-tile a:hover {
	transform: translateY(-2px);
	box-shadow: var(--hr-shadow-lift);
}
.hr-tile img {
	position: absolute;
	inset: 0;
	width: 100%; height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}
.hr-tile a:hover img { transform: scale(1.04); }
.hr-tile__body {
	position: absolute;
	inset: auto 0 0 0;
	padding: var(--hr-4);
	display: flex;
	flex-direction: column;
	gap: 2px;
}
.hr-tile--image .hr-tile__body {
	background: linear-gradient(180deg, rgba(22,32,43,0) 0%, rgba(22,32,43,.78) 60%);
	color: #fff;
	padding-top: var(--hr-6);
}
.hr-tile--image .hr-tile__name { text-shadow: 0 1px 3px rgba(0,0,0,.4); }
.hr-tile--plain a {
	background: var(--hr-bg-soft);
	border: 1px solid var(--hr-line);
}
.hr-tile--plain a::before {
	content: attr(data-initial);
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	font-size: 3.4rem;
	font-weight: 700;
	color: var(--hr-blue);
	opacity: .12;
}
.hr-tile--plain .hr-tile__body { color: var(--hr-ink); }
.hr-tile__name { font-size: 1.05rem; font-weight: 600; line-height: 1.25; }
.hr-tile__count { font-size: .85rem; opacity: .85; }
.hr-city { padding-block: var(--hr-5) var(--hr-7); }
.hr-city__head {
	padding-block: var(--hr-5) var(--hr-6);
	margin-bottom: var(--hr-6);
	border-bottom: 1px solid var(--hr-line);
}
.hr-city__head--image {
	position: relative;
	margin-inline: calc(var(--hr-4) * -1);
	padding: var(--hr-7) var(--hr-4) var(--hr-5);
	border-bottom: 0;
	border-radius: var(--hr-radius);
	overflow: hidden;
	color: #fff;
	background-image: linear-gradient(180deg, rgba(22,32,43,.25) 0%, rgba(22,32,43,.8) 100%), var(--hr-city-image);
	background-size: cover;
	background-position: center;
}
.hr-city__head--image h1 { text-shadow: 0 1px 4px rgba(0,0,0,.35); }
.hr-city__head--image .hr-city__lead { color: rgba(255,255,255,.92); }
.hr-city__lead {
	margin: 0 0 var(--hr-5);
	color: var(--hr-ink-soft);
	font-size: 1.05rem;
}
.hr-city__search-fields {
	display: grid;
	gap: var(--hr-3);
	max-width: 720px;
	padding: var(--hr-4);
	background: var(--hr-bg);
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius);
}
@media (min-width: 700px) {
	.hr-city__search-fields { grid-template-columns: 1fr 1fr .7fr .7fr auto; align-items: end; }
}
.hr-city__search-fields label { display: block; }
.hr-city__search-fields span {
	display: block;
	font-size: .8rem;
	font-weight: 600;
	color: var(--hr-ink-soft);
	margin-bottom: var(--hr-1);
}
.hr-city__search-fields input,
.hr-city__search-fields select {
	width: 100%;
	padding: 10px 12px;
	font: inherit;
	font-size: .95rem;
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius-sm);
	background: var(--hr-bg);
}
.hr-city__search-fields .hr-btn { width: auto; padding-inline: var(--hr-4); }
@media (max-width: 699px) {
	.hr-city__search-fields .hr-btn { width: 100%; }
}
.hr-city__text { margin-bottom: var(--hr-6); }
.hr-stats {
	padding: var(--hr-5);
	margin-bottom: var(--hr-6);
	background: var(--hr-bg-soft);
	border-radius: var(--hr-radius);
}
.hr-stats__title { font-size: 1.1rem; margin-bottom: var(--hr-4); }
.hr-stats__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: var(--hr-4);
	margin: 0;
}
.hr-stats__grid div { display: flex; flex-direction: column-reverse; }
.hr-stats__grid dt {
	font-size: .85rem;
	color: var(--hr-ink-soft);
	margin-top: 2px;
}
.hr-stats__grid dd {
	margin: 0;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.1;
	font-variant-numeric: tabular-nums;
	letter-spacing: -.02em;
}
.hr-stats__types {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: var(--hr-2) var(--hr-4);
	margin: var(--hr-4) 0 0;
	padding: var(--hr-4) 0 0;
	border-top: 1px solid var(--hr-line);
	font-size: .95rem;
	color: var(--hr-ink-soft);
}
.hr-stats__types strong { color: var(--hr-ink); }
.hr-city__listings { margin-bottom: var(--hr-7); }
.hr-neighbours__list {
	list-style: none;
	margin: 0; padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	gap: var(--hr-2);
}
.hr-neighbours__list a {
	display: block;
	padding: var(--hr-3) var(--hr-4);
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius-sm);
	text-decoration: none;
	color: inherit;
	transition: border-color .15s ease, background .15s ease;
}
.hr-neighbours__list a:hover {
	border-color: var(--hr-blue);
	background: var(--hr-blue-light);
}
.hr-neighbours__name { display: block; font-weight: 600; }
.hr-neighbours__meta { display: block; font-size: .85rem; color: var(--hr-ink-soft); }
.hr-index { padding-block: var(--hr-6) var(--hr-8); }
.hr-index__head { margin-bottom: var(--hr-5); }
.hr-index__lead { color: var(--hr-ink-soft); font-size: 1.05rem; margin: 0; }
.hr-index__text { margin-bottom: var(--hr-6); }
.hr-index__alphabet {
	position: sticky;
	top: 64px;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	gap: var(--hr-1);
	padding-block: var(--hr-3);
	margin-bottom: var(--hr-4);
	background: var(--hr-bg);
	border-bottom: 1px solid var(--hr-line);
}
.hr-index__alphabet a {
	display: grid;
	place-items: center;
	min-width: 34px;
	height: 34px;
	border-radius: var(--hr-radius-sm);
	font-weight: 600;
	font-size: .9rem;
	text-decoration: none;
	color: var(--hr-blue-dark);
	transition: background .12s ease;
}
.hr-index__alphabet a:hover { background: var(--hr-blue-light); }
.hr-index__group { margin-bottom: var(--hr-6); scroll-margin-top: 120px; }
.hr-index__letter {
	font-size: 1.3rem;
	color: var(--hr-blue);
	padding-bottom: var(--hr-2);
	margin-bottom: var(--hr-3);
	border-bottom: 2px solid var(--hr-line);
}
.hr-index__cities {
	list-style: none;
	margin: 0; padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
	gap: var(--hr-1) var(--hr-3);
}
.hr-index__cities a {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: var(--hr-2);
	padding: 7px 10px;
	border-radius: var(--hr-radius-sm);
	text-decoration: none;
	color: inherit;
	transition: background .12s ease;
}
.hr-index__cities a:hover { background: var(--hr-bg-soft); }
.hr-index__city { font-weight: 500; }
.hr-index__count { font-size: .82rem; color: var(--hr-ink-soft); white-space: nowrap; }
.hr-nav {
	list-style: none;
	display: flex;
	gap: 6px;
	margin: 0; padding: 0;
}
.hr-nav a {
	color: var(--hr-ink);
	text-decoration: none;
	font-size: 1.02rem;
	font-weight: 600;
	line-height: 1.2;
	display: block;
	padding: 11px 16px;
	border: 1px solid transparent;
	border-radius: 999px;
	transition: color .15s ease, background .15s ease, border-color .15s ease;
}
.hr-nav a:hover,
.hr-nav .current-menu-item a {
	border-color: #d6ebf4;
	background: var(--hr-blue-light);
	color: var(--hr-blue-dark);
}
.hr-nav--footer { flex-wrap: wrap; gap: var(--hr-2) var(--hr-4); margin-bottom: var(--hr-3); }
.hr-nav--footer a,
.hr-nav--footer a:hover,
.hr-nav--footer .current-menu-item a {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	font-size: .88rem;
	color: var(--hr-ink-soft);
}
@media (max-width: 700px) {
	.hr-header__inner {
		flex-wrap: nowrap;
		gap: var(--hr-3);
		min-height: 64px;
	}
	:root { --hr-header-h: 65px; }
	.hr-brand { min-width: 0; }
	.hr-brand .custom-logo { max-width: 33vw; max-height: 38px; }
	.hr-burger { display: block; }
	.hr-header__contact { display: none; }
	.hr-wa { display: flex; }
	.hr-footer { padding-bottom: calc(var(--hr-8) + env(safe-area-inset-bottom, 0px)); }
	.hr-nav-wrap {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		padding: var(--hr-3) var(--hr-4) var(--hr-4);
		background: var(--hr-bg);
		border-bottom: 1px solid var(--hr-line);
		box-shadow: var(--hr-shadow-lift);
	}
	.hr-header[data-nav-open] .hr-nav-wrap { display: block; }
	.hr-nav {
		flex-direction: column;
		gap: var(--hr-1);
	}
	.hr-nav a {
		padding: 13px 15px;
		font-size: 1.05rem;
	}
}
.hr-request { padding-block: var(--hr-6) var(--hr-8); }
.hr-request__lead { max-width: var(--hr-width-text); color: var(--hr-ink-soft); margin-bottom: var(--hr-6); }
.hr-request__grid { display: grid; gap: var(--hr-6); align-items: start; }
@media (min-width: 900px) {
	.hr-request__grid { grid-template-columns: minmax(0,1fr) 340px; gap: var(--hr-7); }
}
.hr-fieldset {
	border: 0;
	padding: 0;
	margin: 0 0 var(--hr-6);
}
.hr-fieldset legend {
	font-weight: 600;
	font-size: 1.05rem;
	padding: 0 0 var(--hr-3);
	margin-bottom: var(--hr-3);
	border-bottom: 1px solid var(--hr-line);
	width: 100%;
}
.hr-request__form textarea {
	width: 100%;
	padding: 10px 12px;
	font: inherit;
	font-size: .95rem;
	border: 1px solid var(--hr-line);
	border-radius: var(--hr-radius-sm);
	resize: vertical;
}
.hr-request__form textarea:focus {
	border-color: var(--hr-blue);
	outline: 2px solid var(--hr-blue-light);
}
.hr-trap {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}
.hr-request__legal {
	font-size: .85rem;
	color: var(--hr-ink-soft);
	margin-bottom: var(--hr-4);
}
.hr-request__submit { width: auto; padding-inline: var(--hr-6); font-size: 1rem; }
@media (max-width: 599px) { .hr-request__submit { width: 100%; } }
.hr-summary {
	border: 1px solid var(--hr-line);
	border-top: 3px solid var(--hr-blue);
	border-radius: var(--hr-radius);
	box-shadow: var(--hr-shadow);
	padding: var(--hr-5);
	background: var(--hr-bg);
}
@media (min-width: 900px) { .hr-summary { position: sticky; top: 88px; } }
.hr-summary__title { font-size: 1.05rem; margin-bottom: var(--hr-4); }
.hr-summary__object {
	padding-bottom: var(--hr-4);
	margin-bottom: var(--hr-4);
	border-bottom: 1px solid var(--hr-line);
	font-size: .95rem;
	line-height: 1.5;
}
.hr-summary__object span { color: var(--hr-ink-soft); font-size: .9rem; }
.hr-summary__lines { margin: 0 0 var(--hr-4); }
.hr-summary__lines div {
	display: flex;
	justify-content: space-between;
	gap: var(--hr-3);
	padding: var(--hr-1) 0;
	font-size: .95rem;
}
.hr-summary__lines dt { color: var(--hr-ink-soft); }
.hr-summary__lines dd { margin: 0; font-weight: 500; text-align: right; }
.hr-summary__price { padding-top: var(--hr-4); border-top: 1px solid var(--hr-line); }
.hr-summary__note {
	margin: var(--hr-4) 0 0;
	padding-top: var(--hr-3);
	border-top: 1px solid var(--hr-line);
	font-size: .85rem;
	color: var(--hr-ink-soft);
}
.hr-done {
	padding-block: var(--hr-8);
	max-width: 620px;
	text-align: center;
}
.hr-done__mark {
	display: grid;
	place-items: center;
	width: 64px; height: 64px;
	margin: 0 auto var(--hr-4);
	border-radius: 50%;
	background: var(--hr-blue-light);
	color: var(--hr-blue);
	font-size: 2rem;
	font-weight: 700;
}
.hr-done__lead { color: var(--hr-ink-soft); font-size: 1.05rem; margin-bottom: var(--hr-6); }
.hr-done__box {
	text-align: left;
	padding: var(--hr-5);
	margin-bottom: var(--hr-5);
	background: var(--hr-bg-soft);
	border-radius: var(--hr-radius);
}
.hr-done__box dl { margin: 0; }
.hr-done__box div {
	display: flex;
	justify-content: space-between;
	gap: var(--hr-3);
	padding: var(--hr-2) 0;
}
.hr-done__box div + div { border-top: 1px solid var(--hr-line); }
.hr-done__box dt { color: var(--hr-ink-soft); font-size: .9rem; }
.hr-done__box dd { margin: 0; font-weight: 600; text-align: right; }
.hr-done__contact { margin-bottom: var(--hr-5); }
.hr-hero {
	background:
		radial-gradient(circle at 14% 0%, rgba(0,150,207,.16), transparent 36%),
		linear-gradient(135deg, #eaf7fc 0%, #f7fbfd 58%, #fff 100%);
	padding-block: 72px 56px;
	text-align: left;
}
.hr-hero__intro {
	text-align: center;
}
.hr-hero__eyebrow,
.hr-section__kicker {
	margin: 0 0 8px;
	color: var(--hr-blue-dark);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 1.3;
	text-transform: uppercase;
}
.hr-hero__title {
	max-width: 780px;
	margin: 0 auto 12px;
	font-size: clamp(2rem, 1.25rem + 3vw, 3.35rem);
	font-weight: 700;
	letter-spacing: -.035em;
	color: #10212d;
}
.hr-hero__sub {
	max-width: 760px;
	margin: 0 auto 30px;
	font-size: 1.06rem;
	color: #425767;
}
.hr-hero__stock {
	white-space: nowrap;
}
.hr-searchbar--home {
	position: relative;
	top: auto;
	z-index: 10;
	padding: 0;
	background: transparent;
	border: 0;
}
.hr-searchbar--home .hr-searchbar__inner {
	max-width: 1120px;
	margin-inline: auto;
	padding: 7px;
	gap: 0;
	background: #fff;
	border: 1px solid #c7d5de;
	border-radius: 999px;
	box-shadow: 0 10px 30px rgba(22,32,43,.12), 0 2px 8px rgba(22,32,43,.08);
}
.hr-searchbar--home .hr-searchbar__field {
	position: relative;
	padding-inline: 9px;
}
.hr-searchbar--home .hr-searchbar__field + .hr-searchbar__field {
	border-left: 1px solid #e1e7eb;
}
.hr-searchbar--home .hr-searchbar__field label {
	margin: 0 12px -2px;
	font-size: .72rem;
	color: #4b6070;
}
.hr-searchbar--home .hr-searchbar__field input,
.hr-searchbar--home .hr-searchbar__field select {
	min-height: 42px;
	padding: 6px 12px;
	background: transparent;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
}
.hr-searchbar--home .hr-searchbar__field input:focus,
.hr-searchbar--home .hr-searchbar__field select:focus {
	background: var(--hr-blue-light);
	box-shadow: none;
	outline: 0;
}
.hr-home-search__submit {
	align-self: stretch;
	min-height: 58px;
	margin-left: 7px;
	padding-inline: 24px;
	border-radius: 999px;
	box-shadow: none;
}
.hr-section__head--new {
	align-items: end;
}
.hr-section__lead {
	max-width: 620px;
	margin: 6px 0 0;
	color: var(--hr-ink-soft);
	font-size: .95rem;
}
.hr-home-cities {
	padding-top: 56px;
}
.hr-home-new {
	background: #f5f8fa;
	border-block: 1px solid #e4eaee;
}
.hr-home-listings {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}
.hr-home-listing {
	min-width: 0;
}
.hr-home-listing > a {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
	background: #fff;
	border: 1px solid #dde5ea;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(22,32,43,.05);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.hr-home-listing > a:hover {
	transform: translateY(-3px);
	border-color: #c5d4dd;
	box-shadow: 0 12px 28px rgba(22,32,43,.11);
}
.hr-home-listing__media {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #eaf0f3;
}
.hr-home-listing__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}
.hr-home-listing > a:hover .hr-home-listing__media img {
	transform: scale(1.035);
}
.hr-home-listing__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: var(--hr-blue-dark);
	font-size: 2.6rem;
	font-weight: 800;
	background: linear-gradient(135deg, var(--hr-blue-light), #dceef5);
}
.hr-home-listing__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 5px 10px;
	background: rgba(255,255,255,.94);
	color: #173243;
	border-radius: 999px;
	box-shadow: 0 2px 8px rgba(22,32,43,.12);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .03em;
}
.hr-home-listing__body {
	padding: 15px 16px 18px;
}
.hr-home-listing__city {
	margin: 0 0 3px;
	color: var(--hr-blue-dark);
	font-size: .82rem;
	font-weight: 700;
}
.hr-home-listing h3 {
	margin: 0;
	font-size: 1rem;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.hr-home-listing__specs {
	margin: 8px 0 0;
	color: var(--hr-ink-soft);
	font-size: .84rem;
}
.hr-home-audience {
	padding-block: 64px;
	background: #112c3c;
	color: #fff;
}
.hr-home-audience .hr-section__kicker {
	color: #7ed3ef;
}
.hr-home-audience__grid {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.5fr);
	gap: 56px;
	align-items: start;
}
.hr-home-audience__intro h2 {
	font-size: clamp(1.6rem, 1.25rem + 1.3vw, 2.2rem);
}
.hr-home-audience__intro p:last-child {
	margin: 0;
	color: rgba(255,255,255,.76);
}
.hr-home-benefits {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}
.hr-home-benefits li {
	padding: 18px;
	background: rgba(255,255,255,.075);
	border: 1px solid rgba(255,255,255,.13);
	border-radius: 14px;
}
.hr-home-benefits strong,
.hr-home-benefits span {
	display: block;
}
.hr-home-benefits strong {
	margin-bottom: 5px;
	font-size: .98rem;
}
.hr-home-benefits span {
	color: rgba(255,255,255,.72);
	font-size: .88rem;
	line-height: 1.5;
}
.hr-home-editorial {
	padding-block: 56px;
}
.hr-home-faq {
	padding-block: 64px 78px;
	background: #fff;
	border-top: 1px solid var(--hr-line);
}
.hr-home-faq__grid {
	display: grid;
	grid-template-columns: minmax(220px, .65fr) minmax(0, 1.35fr);
	gap: 64px;
	align-items: start;
}
.hr-home-faq__intro {
	position: sticky;
	top: calc(var(--hr-header-h) + 30px);
}
.hr-home-faq__intro p:last-child {
	margin: 0;
	color: var(--hr-ink-soft);
}
.hr-faq-list {
	border-top: 1px solid #cfd9df;
}
.hr-faq-list details {
	border-bottom: 1px solid #cfd9df;
}
.hr-faq-list summary {
	position: relative;
	padding: 20px 44px 20px 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	cursor: pointer;
	list-style: none;
}
.hr-faq-list summary::-webkit-details-marker { display: none; }
.hr-faq-list summary::before,
.hr-faq-list summary::after {
	content: "";
	position: absolute;
	right: 8px;
	top: 50%;
	width: 16px;
	height: 2px;
	background: var(--hr-blue-dark);
	transform: translateY(-50%);
	transition: transform .15s ease;
}
.hr-faq-list summary::after {
	transform: translateY(-50%) rotate(90deg);
}
.hr-faq-list details[open] summary::after {
	transform: translateY(-50%) rotate(0deg);
}
.hr-faq-list details p {
	max-width: 760px;
	margin: -4px 44px 20px 0;
	color: var(--hr-ink-soft);
	font-size: .94rem;
}
@media (max-width: 980px) {
	.hr-home-listings { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hr-home-audience__grid { grid-template-columns: 1fr; gap: 28px; }
	.hr-home-faq__grid { grid-template-columns: 1fr; gap: 28px; }
	.hr-home-faq__intro { position: static; }
}
@media (max-width: 759px) {
	.hr-hero {
		display: block;
		min-height: 0;
		padding-block: 32px 28px;
	}
	.hr-hero__intro { text-align: left; }
	.hr-hero__eyebrow { margin-bottom: 7px; }
	.hr-hero__title {
		margin: 0 0 10px;
		font-size: 2rem;
		line-height: 1.12;
	}
	.hr-hero__sub {
		display: block;
		margin: 0 0 22px;
		font-size: .94rem;
		line-height: 1.5;
	}
	.hr-hero__stock {
		display: block;
		margin-top: 4px;
		white-space: normal;
	}
	.hr-searchbar--home.is-collapsible { padding: 0; }
	.hr-searchbar--home.is-collapsible .hr-searchbar__collapsed { padding: 0; }
	.hr-home-search__trigger {
		min-height: 64px;
		padding: 9px 14px 9px 17px;
		border: 1px solid #b8cad4;
		box-shadow: 0 7px 20px rgba(22,32,43,.13), 0 1px 4px rgba(22,32,43,.08);
	}
	.hr-home-search__trigger .hr-searchbar__trigger-edit {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 62px;
		min-height: 40px;
		padding-inline: 12px;
		background: var(--hr-blue);
		color: #fff;
		border-radius: 999px;
	}
	.hr-searchbar--home.is-collapsible.is-open .hr-searchbar__form {
		background: #fff;
	}
	.hr-searchbar--home.is-collapsible.is-open .hr-searchbar__sheethead {
		padding-top: calc(14px + env(safe-area-inset-top, 0px));
		padding-bottom: 12px;
		background: #fff;
	}
	.hr-searchbar--home.is-collapsible.is-open .hr-searchbar__inner {
		padding-top: 24px;
		gap: 18px;
		background: #fff;
	}
	.hr-searchbar--home.is-collapsible.is-open .hr-searchbar__field {
		padding: 0;
		border-left: 0;
	}
	.hr-searchbar--home.is-collapsible.is-open .hr-searchbar__field label {
		margin: 0 0 7px 3px;
		font-size: .86rem;
	}
	.hr-searchbar--home.is-collapsible.is-open .hr-searchbar__field input,
	.hr-searchbar--home.is-collapsible.is-open .hr-searchbar__field select {
		min-height: 58px;
		padding: 12px 14px;
		background: #fff;
		border: 1px solid #c8d5dd;
		border-radius: 14px;
		box-shadow: none;
		font-size: 1rem;
	}
	.hr-searchbar--home.is-collapsible.is-open .hr-searchbar__field input:focus,
	.hr-searchbar--home.is-collapsible.is-open .hr-searchbar__field select:focus {
		border-color: var(--hr-blue);
		box-shadow: 0 0 0 3px rgba(0,150,207,.12);
	}
	.hr-searchbar--home.is-collapsible.is-open .hr-home-search__submit {
		margin: 2px 0 0;
		border-radius: 14px;
	}
	.hr-home-cities { padding-top: 40px; }
	.hr-tiles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
	.hr-tile__body { padding: 11px; }
	.hr-tile__name { font-size: .96rem; }
	.hr-tile__count { font-size: .78rem; }
	.hr-section { padding-block: 42px; }
	.hr-section__head,
	.hr-section__head--new {
		align-items: flex-end;
		gap: 14px;
		margin-bottom: 22px;
	}
	.hr-section__head > a {
		font-size: .86rem;
		white-space: nowrap;
	}
	.hr-home-listings {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: minmax(260px, 82vw);
		grid-template-columns: none;
		gap: 14px;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		scroll-snap-type: inline mandatory;
		scroll-padding-inline: var(--hr-4);
		padding: 2px var(--hr-4) 12px;
		margin-inline: calc(var(--hr-4) * -1);
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.hr-home-listings::-webkit-scrollbar { display: none; }
	.hr-home-listing { scroll-snap-align: start; }
	.hr-home-audience { padding-block: 48px; }
	.hr-home-benefits { grid-template-columns: 1fr; }
	.hr-home-faq { padding-block: 48px 58px; }
	.hr-home-faq__grid { gap: 18px; }
	.hr-faq-list summary { padding-block: 18px; }
	.hr-faq-list details p { margin-right: 24px; }
}
@media (max-width: 430px) {
	.hr-section__head {
		align-items: flex-start;
		flex-direction: column;
	}
	.hr-section__head > a { white-space: normal; }
}
@media (min-width: 980px) {
    .hr-header__inner { min-height: 84px; }
    .hr-brand .custom-logo { max-width: 270px; max-height: 54px; }
    .hr-hero {
        padding-block: 34px 32px;
        background:
            radial-gradient(circle at 18% -40%, rgba(0,150,207,.18), transparent 42%),
            linear-gradient(135deg, #edf9fd 0%, #f9fcfd 64%, #fff 100%);
    }
    .hr-hero__eyebrow { margin-bottom: 5px; }
    .hr-hero__title {
        max-width: none;
        margin-bottom: 6px;
        font-size: clamp(2rem, 1.5rem + 1.55vw, 2.75rem);
        line-height: 1.08;
        white-space: nowrap;
    }
    .hr-hero__sub {
        max-width: none;
        margin-bottom: 20px;
        font-size: .98rem;
    }
    .hr-searchbar--home .hr-searchbar__inner { max-width: 1220px; }
    .hr-home-cities { padding-top: 38px; padding-bottom: 44px; }
    .hr-section { padding-block: 44px; }
    .hr-tiles {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 16px;
    }
    .hr-tile a { aspect-ratio: 1.22 / 1; border-radius: 14px; }
    .hr-tile__body { padding: 14px; }
    .hr-tile__name { font-size: 1.08rem; }
    .hr-home-new {
        background: #fff;
        border-block: 1px solid #edf0f2;
    }
    .hr-home-listings {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: minmax(218px, 1fr);
        grid-template-columns: none;
        gap: 16px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline proximity;
        padding: 2px 2px 14px;
        scrollbar-width: thin;
    }
    .hr-home-listing { scroll-snap-align: start; }
    .hr-home-listing > a {
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        overflow: visible;
    }
    .hr-home-listing > a:hover {
        transform: none;
        border-color: transparent;
        box-shadow: none;
    }
    .hr-home-listing__media {
        border-radius: 16px;
        aspect-ratio: 1.12 / 1;
    }
    .hr-home-listing__body { padding: 10px 2px 4px; }
    .hr-home-listing__city { margin-bottom: 1px; }
    .hr-home-listing h3 { font-size: .96rem; }
}
.hr-nav__request a {
    background: var(--hr-blue);
    border-color: var(--hr-blue) !important;
    color: #fff !important;
}
.hr-nav__request a:hover,
.hr-nav__request.current-menu-item a {
    background: var(--hr-blue-dark);
    border-color: var(--hr-blue-dark) !important;
    color: #fff !important;
}
.hr-nav__landlord a { color: #334a59; }
.hr-portal-page { padding-block: 56px 80px; }
.hr-portal-page__hero {
    max-width: 900px;
    margin-bottom: 42px;
}
.hr-portal-page__hero h1 {
    margin-bottom: 14px;
    font-size: clamp(2rem, 1.4rem + 2.2vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -.035em;
}
.hr-portal-page__lead {
    max-width: 760px;
    color: var(--hr-ink-soft);
    font-size: 1.08rem;
}
.hr-portal-page__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 18px;
    margin: 0 0 42px;
}
.hr-portal-card {
    padding: 24px;
    border: 1px solid var(--hr-line);
    border-radius: 16px;
    background: #fff;
}
.hr-portal-card h2,
.hr-portal-card h3 { margin-bottom: 8px; }
.hr-portal-card p:last-child { margin-bottom: 0; color: var(--hr-ink-soft); }
.hr-portal-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px;
    background: #112c3c;
    color: #fff;
    border-radius: 18px;
}
.hr-portal-cta h2 { margin-bottom: 6px; }
.hr-portal-cta p { margin: 0; color: rgba(255,255,255,.76); }
.hr-portal-cta .hr-btn { width: auto; flex: 0 0 auto; }
.hr-request-start {
    max-width: 1120px;
    padding: 22px;
    border: 1px solid var(--hr-line);
    border-radius: 18px;
    background: var(--hr-bg-soft);
}
.hr-request-start__grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr .8fr auto;
    gap: 10px;
    align-items: end;
}
.hr-request-start .hr-field { margin: 0; }
.hr-request-start .hr-btn { min-height: 48px; width: auto; }
@media (max-width: 1100px) and (min-width: 760px) {
    .hr-tiles { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    .hr-portal-page__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .hr-request-start__grid { grid-template-columns: 1.6fr 1fr 1fr; }
    .hr-request-start__grid .hr-field:nth-child(4),
    .hr-request-start__grid .hr-btn { grid-column: span 1; }
}
@media (max-width: 759px) {
    .hr-portal-page { padding-block: 34px 56px; }
    .hr-portal-page__hero { margin-bottom: 28px; }
    .hr-portal-page__grid { grid-template-columns: 1fr; gap: 12px; }
    .hr-portal-cta { align-items: flex-start; flex-direction: column; padding: 22px; }
    .hr-request-start { padding: 16px; }
    .hr-request-start__grid { grid-template-columns: 1fr; }
    .hr-request-start .hr-btn { width: 100%; }
    .hr-nav__request a { text-align: center; }
}
.hr-landlord-hero { max-width: 980px; }
.hr-landlord-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 52px;
}
.hr-landlord-benefits article {
    display: flex;
    gap: 16px;
    padding: 22px;
    border: 1px solid var(--hr-line);
    border-radius: 16px;
    background: #fff;
}
.hr-landlord-benefits__icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 50%;
    background: var(--hr-bg-soft);
    color: var(--hr-blue-dark);
    font-size: 1.15rem;
    font-weight: 800;
}
.hr-landlord-benefits h2 {
    margin: 0 0 6px;
    font-size: 1rem;
}
.hr-landlord-benefits p {
    margin: 0;
    color: var(--hr-ink-soft);
    font-size: .92rem;
}
.hr-landlord-actions {
    padding: 34px;
    border-radius: 22px;
    background: #112c3c;
    color: #fff;
}
.hr-landlord-actions__intro { max-width: 760px; margin-bottom: 24px; }
.hr-landlord-actions__intro .hr-section__kicker { color: #77d4f4; }
.hr-landlord-actions__intro h2 { margin-bottom: 6px; }
.hr-landlord-actions__intro p { margin: 0; color: rgba(255,255,255,.72); }
.hr-landlord-actions__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}
.hr-landlord-action {
    display: flex;
    min-height: 210px;
    flex-direction: column;
    padding: 22px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 16px;
    background: rgba(255,255,255,.07);
    color: #fff;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.hr-landlord-action:hover {
    transform: translateY(-2px);
    border-color: rgba(255,255,255,.3);
    background: rgba(255,255,255,.11);
    color: #fff;
}
.hr-landlord-action--primary { background: var(--hr-blue); border-color: var(--hr-blue); }
.hr-landlord-action--primary:hover { background: var(--hr-blue-dark); border-color: var(--hr-blue-dark); }
.hr-landlord-action__eyebrow {
    margin-bottom: 14px;
    color: rgba(255,255,255,.68);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.hr-landlord-action strong { margin-bottom: 8px; font-size: 1.22rem; }
.hr-landlord-action > span:not(.hr-landlord-action__eyebrow) { color: rgba(255,255,255,.78); font-size: .91rem; }
.hr-landlord-action b { margin-top: auto; padding-top: 24px; font-size: .9rem; }
.hr-landlord-more { margin: 18px 4px 0; color: var(--hr-ink-soft); font-size: .88rem; }
.hr-booking-request-hero { margin-bottom: 30px; }
.hr-booking-request-hero__alt { margin-top: 14px; color: var(--hr-ink-soft); font-size: .93rem; }
.hr-form-notice {
    display: flex;
    gap: 6px;
    flex-direction: column;
    max-width: 900px;
    margin-bottom: 24px;
    padding: 16px 18px;
    border-radius: 12px;
}
.hr-form-notice--success { background: #eaf8ef; border: 1px solid #b7e3c3; color: #195f2c; }
.hr-form-notice--error { background: #fff1f1; border: 1px solid #efc2c2; color: #872828; }
.hr-manual-request-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, .65fr);
    gap: 28px;
    align-items: start;
}
.hr-manual-request {
    padding: 28px;
    border: 1px solid var(--hr-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(17,44,60,.06);
}
.hr-manual-request fieldset {
    margin: 0 0 26px;
    padding: 0;
    border: 0;
}
.hr-manual-request legend {
    width: 100%;
    margin-bottom: 14px;
    padding-bottom: 9px;
    border-bottom: 1px solid var(--hr-line);
    color: var(--hr-ink);
    font-size: 1rem;
    font-weight: 800;
}
.hr-manual-request__grid { display: grid; gap: 14px; }
.hr-manual-request__grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hr-manual-request__grid--4 { grid-template-columns: 1.5fr .75fr .75fr .55fr; }
.hr-manual-request .hr-field { margin-bottom: 14px; }
.hr-manual-request .hr-field label { display: block; margin-bottom: 6px; font-size: .8rem; font-weight: 800; }
.hr-manual-request input,
.hr-manual-request textarea,
.hr-manual-request select {
    width: 100%;
    min-height: 48px;
    border: 1px solid #ced7dc;
    border-radius: 10px;
    background: #fff;
}
.hr-manual-request textarea { min-height: 132px; resize: vertical; }
.hr-request-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 2px 0 18px;
    color: var(--hr-ink-soft);
    font-size: .82rem;
    line-height: 1.45;
}
.hr-request-consent input { width: auto; min-height: 0; margin-top: 3px; }
.hr-manual-request__submit { width: auto; min-width: 230px; }
.hr-manual-request__hint { margin: 10px 0 0; color: var(--hr-ink-soft); font-size: .78rem; }
.hr-honeypot { position: absolute !important; left: -99999px !important; width: 1px; height: 1px; overflow: hidden; }
.hr-manual-request-side {
    position: sticky;
    top: 112px;
    padding: 26px;
    border-radius: 18px;
    background: var(--hr-bg-soft);
}
.hr-manual-request-side h2 { margin-bottom: 14px; font-size: 1.3rem; line-height: 1.22; }
.hr-manual-request-side ul { margin: 0 0 22px; padding-left: 18px; color: var(--hr-ink-soft); }
.hr-manual-request-side li + li { margin-top: 8px; }
.hr-manual-request-side > a { font-weight: 800; }
@media (max-width: 980px) {
    .hr-landlord-benefits { grid-template-columns: 1fr; gap: 10px; }
    .hr-landlord-actions__grid { grid-template-columns: 1fr; }
    .hr-landlord-action { min-height: 0; }
    .hr-manual-request-layout { grid-template-columns: 1fr; }
    .hr-manual-request-side { position: static; }
    .hr-manual-request__grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .hr-manual-request__destination { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
    .hr-landlord-actions { margin-inline: calc(var(--hr-4) * -1); padding: 26px var(--hr-4); border-radius: 0; }
    .hr-landlord-benefits article { padding: 18px; }
    .hr-manual-request { margin-inline: calc(var(--hr-4) * -1); padding: 22px var(--hr-4); border-inline: 0; border-radius: 0; box-shadow: none; }
    .hr-manual-request__grid--2,
    .hr-manual-request__grid--4 { grid-template-columns: 1fr; }
    .hr-manual-request__destination { grid-column: auto; }
    .hr-manual-request__submit { width: 100%; }
}
@media (max-width: 759px) {
    .hr-searchbar.is-collapsible.is-open .hr-searchbar__form {
        height: 100dvh;
        min-height: 100dvh;
        overflow: hidden;
    }
    .hr-ios .hr-searchbar.is-collapsible.is-open .hr-searchbar__inner {
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }
    .hr-ios .hr-geo__menu [role="option"],
    .hr-ios [data-geo-input] {
        -webkit-user-select: text;
        user-select: text;
        -webkit-touch-callout: default;
    }
    .hr-calendar-next {
        border-color: var(--hr-blue) !important;
        box-shadow: 0 0 0 3px rgba(0,150,207,.14) !important;
    }
}
.hr-about-page { overflow: hidden; }
.hr-about-hero {
    padding: 72px 0 68px;
    background: linear-gradient(135deg, #eef8fc 0%, #fff 58%, #e8f6fc 100%);
    border-bottom: 1px solid var(--hr-line);
}
.hr-about-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
    gap: 56px;
    align-items: center;
}
.hr-about-hero__copy { max-width: 820px; }
.hr-about-hero h1 {
    max-width: 760px;
    margin: 4px 0 16px;
    font-size: clamp(2.35rem, 5vw, 4.8rem);
    line-height: .98;
    letter-spacing: -.045em;
}
.hr-about-hero__copy > p:not(.hr-section__kicker) {
    max-width: 760px;
    margin: 0;
    color: var(--hr-ink-soft);
    font-size: clamp(1rem, 1.6vw, 1.18rem);
    line-height: 1.65;
}
.hr-about-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.hr-about-hero__claim {
    display: flex;
    min-height: 250px;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    border-radius: 24px;
    background: #112c3c;
    color: #fff;
}
.hr-about-hero__claim span {
    color: #77d4f4;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .16em;
}
.hr-about-hero__claim strong { max-width: 270px; font-size: 1.65rem; line-height: 1.12; }
.hr-about-story {
    display: grid;
    grid-template-columns: minmax(260px, .75fr) minmax(0, 1.25fr);
    gap: 64px;
    padding-block: 76px;
}
.hr-about-story h2,
.hr-about-section-head h2,
.hr-about-press h2,
.hr-about-cta h2 { margin: 4px 0 0; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.08; }
.hr-about-story__text { max-width: 820px; color: var(--hr-ink-soft); font-size: 1.03rem; line-height: 1.72; }
.hr-about-story__text p { margin: 0; }
.hr-about-story__text p + p { margin-top: 18px; }
.hr-about-facts { padding: 0 0 76px; }
.hr-about-facts__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--hr-line);
    border-radius: 22px;
    background: var(--hr-line);
}
.hr-about-facts article { display: flex; min-height: 150px; flex-direction: column; justify-content: center; padding: 26px; background: #fff; }
.hr-about-facts strong { color: var(--hr-blue-dark); font-size: clamp(2rem, 3vw, 3.15rem); line-height: 1; letter-spacing: -.04em; }
.hr-about-facts span { margin-top: 8px; color: var(--hr-ink-soft); font-size: .9rem; }
.hr-about-team { padding-bottom: 82px; }
.hr-about-section-head {
    display: grid;
    grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
    gap: 56px;
    align-items: end;
    margin-bottom: 30px;
}
.hr-about-section-head > p { max-width: 760px; margin: 0; color: var(--hr-ink-soft); line-height: 1.65; }
.hr-about-team__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; }
.hr-about-person {
    display: flex;
    min-height: 112px;
    align-items: center;
    gap: 15px;
    padding: 18px;
    border: 1px solid var(--hr-line);
    border-radius: 16px;
    background: #fff;
}
.hr-about-person__avatar {
    display: grid;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    place-items: center;
    border-radius: 50%;
    background: var(--hr-blue-light);
    color: var(--hr-blue-dark);
    font-weight: 900;
}
.hr-about-person h3 { margin: 0 0 4px; font-size: 1rem; }
.hr-about-person p { margin: 0; color: var(--hr-ink-soft); font-size: .82rem; line-height: 1.35; }
.hr-about-team__note { margin: 16px 2px 0; color: var(--hr-ink-soft); font-size: .9rem; }
.hr-about-press { padding: 68px 0; background: #112c3c; color: #fff; }
.hr-about-press__inner { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(180px, .65fr); gap: 56px; align-items: center; }
.hr-about-press .hr-section__kicker { color: #77d4f4; }
.hr-about-press h2 { max-width: 760px; }
.hr-about-press__copy > p:not(.hr-section__kicker) { max-width: 760px; color: rgba(255,255,255,.74); line-height: 1.65; }
.hr-about-press__link { display: inline-block; margin-top: 10px; color: #fff; font-weight: 800; text-decoration: none; }
.hr-about-press__link:hover { color: #77d4f4; }
.hr-about-press__mark {
    display: grid;
    width: min(230px, 100%);
    aspect-ratio: 1;
    place-items: center;
    justify-self: end;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 24px;
    background: rgba(255,255,255,.06);
}
.hr-about-press__mark span { grid-area: 1 / 1; font-size: 4.4rem; font-weight: 900; letter-spacing: -.08em; }
.hr-about-press__mark small { grid-area: 1 / 1; align-self: end; margin-bottom: 36px; color: rgba(255,255,255,.62); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hr-about-cta {
    display: grid;
    grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr);
    gap: 48px;
    align-items: center;
    padding-block: 72px 82px;
}
.hr-about-cta > div:first-child > p:not(.hr-section__kicker) { max-width: 760px; color: var(--hr-ink-soft); line-height: 1.6; }
.hr-about-cta__actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; align-items: center; }
.hr-about-cta__landlord { padding: 10px 4px; font-weight: 800; text-decoration: none; }
@media (max-width: 980px) {
    .hr-about-hero__inner,
    .hr-about-story,
    .hr-about-section-head,
    .hr-about-press__inner,
    .hr-about-cta { grid-template-columns: 1fr; gap: 30px; }
    .hr-about-hero__claim { min-height: 180px; }
    .hr-about-facts__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .hr-about-team__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .hr-about-press__mark { justify-self: start; width: 180px; }
    .hr-about-cta__actions { justify-content: flex-start; }
}
@media (max-width: 620px) {
    .hr-about-hero { padding: 46px 0 42px; }
    .hr-about-hero__claim { margin-inline: calc(var(--hr-4) * -1); padding-inline: var(--hr-4); border-radius: 0; }
    .hr-about-story { padding-block: 48px; }
    .hr-about-facts { padding-bottom: 52px; }
    .hr-about-facts__grid { grid-template-columns: 1fr 1fr; border-radius: 16px; }
    .hr-about-facts article { min-height: 118px; padding: 18px; }
    .hr-about-facts span { font-size: .78rem; }
    .hr-about-team { padding-bottom: 54px; }
    .hr-about-team__grid { grid-template-columns: 1fr; }
    .hr-about-person { min-height: 96px; }
    .hr-about-press { padding: 48px 0; }
    .hr-about-press__mark { display: none; }
    .hr-about-cta { padding-block: 48px 60px; }
    .hr-about-cta__actions { flex-direction: column; align-items: stretch; }
    .hr-about-cta__actions .hr-btn { width: 100%; }
    .hr-about-cta__landlord { text-align: center; }
}
.hr-prefooter {
	margin-top: clamp(56px, 7vw, 96px);
	background: linear-gradient(135deg, #eaf7fc 0%, #f7fbfd 100%);
	border-top: 1px solid #d8edf5;
	border-bottom: 1px solid #d8edf5;
}
.hr-prefooter__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) auto;
	align-items: center;
	gap: clamp(28px, 5vw, 72px);
	padding-block: clamp(38px, 5vw, 64px);
}
.hr-prefooter__copy { max-width: 760px; }
.hr-prefooter__eyebrow {
	margin: 0 0 8px;
	color: var(--hr-blue-dark);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.hr-prefooter h2 {
	margin: 0;
	font-size: clamp(1.65rem, 2.35vw, 2.45rem);
	line-height: 1.08;
	letter-spacing: -.035em;
	color: var(--hr-ink);
}
.hr-prefooter__copy > p:last-child {
	margin: 14px 0 0;
	max-width: 700px;
	color: var(--hr-ink-soft);
	font-size: 1rem;
	line-height: 1.65;
}
.hr-prefooter__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
}
.hr-prefooter__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 20px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 750;
	text-decoration: none;
	white-space: nowrap;
	transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
}
.hr-prefooter__button:hover { transform: translateY(-1px); }
.hr-prefooter__button--primary {
	background: var(--hr-blue);
	color: #fff;
	box-shadow: 0 8px 20px rgba(0, 116, 160, .14);
}
.hr-prefooter__button--primary:hover { background: var(--hr-blue-dark); color: #fff; }
.hr-prefooter__button--secondary {
	background: #fff;
	border-color: #c6dce5;
	color: var(--hr-ink);
}
.hr-prefooter__button--secondary:hover { border-color: #9fc7d6; background: #fff; color: var(--hr-ink); }
.hr-footer {
	margin-top: 0;
	border-top: 0;
	padding: 0;
	background: #10222c;
	color: #d8e3e8;
	font-size: .94rem;
}
.hr-footer__grid {
	display: grid;
	grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(150px, 1fr));
	gap: clamp(30px, 5vw, 72px);
	padding-block: clamp(46px, 6vw, 72px) clamp(34px, 5vw, 56px);
}
.hr-footer__brand { max-width: 390px; }
.hr-footer__logo {
	display: inline-block;
	margin-bottom: 18px;
	color: #fff;
	font-size: 2.1rem;
	font-weight: 850;
	line-height: 1;
	letter-spacing: -.065em;
	text-decoration: none;
}
.hr-footer__logo span { color: #58c9ef; }
.hr-footer__logo:hover { color: #fff; }
.hr-footer__brand p {
	margin: 0;
	color: #e9f1f4;
	font-size: .98rem;
	line-height: 1.65;
}
.hr-footer__brand .hr-footer__small {
	margin-top: 12px;
	color: #9fb3bc;
	font-size: .88rem;
}
.hr-footer__column h2 {
	margin: 3px 0 17px;
	color: #fff;
	font-size: .88rem;
	font-weight: 800;
	letter-spacing: .055em;
	text-transform: uppercase;
}
.hr-footer__column ul,
.hr-footer__legal-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hr-footer__column li + li { margin-top: 10px; }
.hr-footer__column a,
.hr-footer__legal a {
	color: #c8d7dd;
	text-decoration: none;
	transition: color .15s ease;
}
.hr-footer__column a:hover,
.hr-footer__legal a:hover { color: #fff; }
.hr-footer__contact-label {
	margin: 0 0 7px;
	color: #fff;
	font-size: .9rem;
	font-weight: 700;
}
.hr-footer__contact-label--landlord { margin-top: 22px; }
.hr-footer__contact-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff !important;
	font-size: .98rem;
	font-weight: 720;
}
.hr-footer__contact-link .hr-wa-icon {
	width: 19px;
	height: 19px;
	fill: currentColor;
}
.hr-footer__contact-note {
	margin: 6px 0 0;
	color: #8fa7b1;
	font-size: .79rem;
	line-height: 1.45;
}
.hr-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 66px;
	border-top: 1px solid rgba(255,255,255,.10);
	color: #8fa7b1;
	font-size: .8rem;
}
.hr-footer__bottom p { margin: 0; }
.hr-footer__legal-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px 22px;
}
.hr-footer__legal-list a { color: #9fb3bc; }
.hr-footer .hr-nav--footer { margin: 0; }
@media (max-width: 980px) {
	.hr-prefooter__inner { grid-template-columns: 1fr; }
	.hr-prefooter__actions { justify-content: flex-start; }
	.hr-footer__grid { grid-template-columns: 1.35fr 1fr 1fr; }
	.hr-footer__contact { grid-column: 2 / 4; }
}
@media (max-width: 700px) {
	.hr-prefooter { margin-top: 48px; }
	.hr-prefooter__inner { padding-block: 34px; gap: 24px; }
	.hr-prefooter h2 { font-size: 1.65rem; }
	.hr-prefooter__actions { display: grid; grid-template-columns: 1fr; width: 100%; }
	.hr-prefooter__button { width: 100%; }
	.hr-footer__grid {
		grid-template-columns: 1fr 1fr;
		gap: 34px 24px;
		padding-block: 42px 34px;
	}
	.hr-footer__brand { grid-column: 1 / -1; max-width: none; }
	.hr-footer__contact { grid-column: 1 / -1; }
	.hr-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
		padding-block: 20px calc(24px + env(safe-area-inset-bottom, 0px));
	}
	.hr-footer__legal-list { justify-content: flex-start; }
}
@media (max-width: 420px) {
	.hr-footer__grid { grid-template-columns: 1fr; }
	.hr-footer__brand,
	.hr-footer__contact { grid-column: auto; }
}
.hr-legal-page { background: #fff; }
.hr-legal-hero {
	padding: 54px 0 42px;
	background: linear-gradient(180deg, #edf8fb 0%, #f7fbfc 100%);
	border-bottom: 1px solid #dbe8ec;
}
.hr-legal-hero h1 {
	margin: 6px 0 12px;
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.05;
	letter-spacing: -.035em;
	color: #12333d;
}
.hr-legal-hero p:last-child {
	max-width: 760px;
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #526970;
}
.hr-legal-content {
	max-width: 920px;
	padding-top: 46px;
	padding-bottom: 72px;
}
.hr-legal-content section {
	padding: 0 0 30px;
	margin: 0 0 30px;
	border-bottom: 1px solid #e5ecee;
}
.hr-legal-content section:last-of-type { margin-bottom: 18px; }
.hr-legal-content h2 {
	margin: 0 0 12px;
	font-size: 1.28rem;
	line-height: 1.3;
	color: #173a44;
}
.hr-legal-content p,
.hr-legal-content li {
	font-size: 1rem;
	line-height: 1.75;
	color: #40565d;
}
.hr-legal-content p { margin: 0 0 12px; }
.hr-legal-content ul { margin: 8px 0 12px 1.3rem; padding: 0; }
.hr-legal-content a {
	color: #08769a;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}
.hr-legal-content a:hover { color: #065b76; }
.hr-legal-note {
	display: grid;
	gap: 6px;
	padding: 18px 20px;
	margin: 10px 0 28px;
	background: #f3f8fa;
	border: 1px solid #d8e7eb;
	border-radius: 14px;
	color: #40565d;
	line-height: 1.6;
}
.hr-legal-note strong { color: #173a44; }
.hr-legal-updated {
	margin-top: 22px !important;
	font-size: .88rem !important;
	color: #71858b !important;
}
@media (max-width: 700px) {
	.hr-legal-hero { padding: 36px 0 30px; }
	.hr-legal-content { padding-top: 32px; padding-bottom: 52px; }
	.hr-legal-content section { padding-bottom: 24px; margin-bottom: 24px; }
}
.hr-language {
	position: relative;
	flex: none;
}
.hr-language > summary {
	list-style: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 38px;
	padding: 7px 10px;
	border: 1px solid var(--hr-line);
	border-radius: 999px;
	background: var(--hr-bg);
	color: var(--hr-ink);
	font-size: .82rem;
	font-weight: 700;
	cursor: pointer;
	user-select: none;
}
.hr-language > summary::-webkit-details-marker { display: none; }
.hr-language > summary:hover { border-color: var(--hr-blue); }
.hr-language[open] > summary { border-color: var(--hr-blue); }
.hr-language__globe { color: var(--hr-blue); font-size: 1rem; line-height: 1; }
.hr-language__menu {
	position: absolute;
	top: calc(100% + 9px);
	right: 0;
	z-index: 120;
	width: 220px;
	max-height: min(70vh, 430px);
	overflow: auto;
	padding: 7px;
	background: var(--hr-bg);
	border: 1px solid var(--hr-line);
	border-radius: 14px;
	box-shadow: var(--hr-shadow-lift);
}
.hr-language__menu a {
	display: grid;
	grid-template-columns: 34px 1fr;
	align-items: center;
	gap: 8px;
	padding: 9px 10px;
	border-radius: 9px;
	color: var(--hr-ink);
	text-decoration: none;
	font-size: .9rem;
}
.hr-language__menu a:hover,
.hr-language__menu a[aria-current="true"] { background: var(--hr-blue-light); }
.hr-language__menu strong { color: var(--hr-blue-dark); font-size: .76rem; }
@media (max-width: 759px) {
	.hr-header__actions { gap: 7px; }
	.hr-language > summary { min-height: 36px; padding-inline: 9px; }
	.hr-language__menu { position: fixed; top: 68px; right: 12px; width: min(260px, calc(100vw - 24px)); }
	.hr-header__contact { display: none; }
}
.hr-searchbar__mode {
	grid-column: 1 / -1;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 2px;
}
.hr-search-mode {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
.hr-search-mode input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.hr-search-mode span {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 14px;
	border: 1px solid var(--hr-line);
	border-radius: 999px;
	background: var(--hr-bg);
	color: var(--hr-ink-soft);
	font-size: .88rem;
	font-weight: 700;
}
.hr-search-mode input:checked + span {
	border-color: var(--hr-blue);
	background: var(--hr-blue-light);
	color: var(--hr-blue-dark);
}
.hr-search-sort {
	display: flex;
	justify-content: flex-end;
	align-items: end;
	gap: 10px;
	margin: 0 0 var(--hr-5);
}
.hr-search-sort label > span {
	display: block;
	margin-bottom: 5px;
	font-size: .76rem;
	font-weight: 700;
	color: var(--hr-ink-soft);
}
.hr-search-sort select {
	min-width: 220px;
	min-height: 42px;
	padding: 8px 10px;
	font: inherit;
	font-size: .9rem;
	background: var(--hr-bg);
	border: 1px solid var(--hr-line);
	border-radius: 10px;
}
.hr-team-plan {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--hr-5);
	margin: 0 0 var(--hr-5);
	padding: var(--hr-5);
	border: 1px solid #b9ddec;
	border-radius: 18px;
	background: var(--hr-blue-light);
}
.hr-team-plan[hidden] { display: none; }
.hr-team-plan__kicker {
	margin: 0 0 4px;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--hr-blue-dark);
}
.hr-team-plan h2 { margin: 0 0 6px; font-size: 1.15rem; }
.hr-team-plan p { margin: 0; color: var(--hr-ink-soft); }
.hr-team-plan__rooms {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 10px;
}
.hr-team-plan__rooms span {
	display: inline-flex;
	padding: 5px 8px;
	border: 1px solid rgba(0,122,171,.2);
	border-radius: 999px;
	background: var(--hr-bg);
	font-size: .76rem;
}
.hr-card.is-team-selected {
	outline: 2px solid var(--hr-blue);
	outline-offset: -2px;
}
.hr-team-select {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	padding: 8px 12px;
	border: 0;
	border-top: 1px solid var(--hr-line);
	background: var(--hr-bg-soft);
	color: var(--hr-blue-dark);
	font: inherit;
	font-size: .84rem;
	font-weight: 700;
	cursor: pointer;
}
.hr-team-select__remove { display: none; }
.hr-card.is-team-selected .hr-team-select {
	background: var(--hr-blue-light);
}
.hr-card.is-team-selected .hr-team-select__add { display: none; }
.hr-card.is-team-selected .hr-team-select__remove { display: inline; }
@media (max-width: 759px) {
	.hr-searchbar.is-collapsible.is-open .hr-searchbar__mode { grid-column: 1 / -1; }
	.hr-searchbar__mode { width: 100%; }
	.hr-search-mode { flex: 1 1 0; }
	.hr-search-mode span { width: 100%; justify-content: center; }
	.hr-search-sort { justify-content: stretch; }
	.hr-search-sort label { width: 100%; }
	.hr-search-sort select { width: 100%; min-width: 0; }
	.hr-team-plan { align-items: stretch; flex-direction: column; padding: var(--hr-4); }
	.hr-team-plan .hr-btn { width: 100%; text-align: center; }
	.hr-team-cluster { padding: var(--hr-4); }
	.hr-team-cluster__head { align-items: stretch; flex-direction: column; }
	.hr-team-cluster__head .hr-btn { width: 100%; text-align: center; }
}
.hr-live-more-wrap { display:flex; justify-content:center; margin:1rem 0 1.25rem; }
.hr-live-more-wrap[hidden] { display:none; }
.hr-team-cluster__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: var(--hr-2);
	flex-wrap: wrap;
}
.hr-shared-offer-note { margin-bottom: var(--hr-4); }
.hr-shared-offer-missing {
	margin-bottom: var(--hr-4);
	background: #fff7e6;
	border-color: #e9c46a;
}
@media (max-width: 759px) {
	.hr-team-cluster__actions { width: 100%; }
	.hr-team-cluster__actions .hr-btn { flex: 1 1 100%; }
}
.hr-group-summary__items{display:grid;gap:.75rem;margin:1rem 0}
.hr-group-summary__item{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding:.85rem 0;border-bottom:1px solid var(--hr-border,#e8e8e8)}
.hr-group-summary__item>div{display:grid;gap:.2rem}.hr-group-summary__item small{color:var(--hr-muted,#667085)}
.hr-done__group-items{list-style:none;margin:1.25rem 0 0;padding:0;display:grid;gap:.65rem}
.hr-done__group-items li{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 0;border-top:1px solid var(--hr-border,#e8e8e8)}
.hr-done__group-items span{white-space:nowrap;color:var(--hr-muted,#667085)}
@media(max-width:640px){.hr-group-summary__item,.hr-done__group-items li{display:grid}.hr-done__group-items span{white-space:normal}}
body.hr-preset-handwerk .hr-header { border-top: 5px solid var(--hr-accent, var(--hr-blue)); }
body.hr-preset-handwerk .hr-hero { background: linear-gradient(135deg, var(--hr-blue-light), var(--hr-bg) 70%); }
body.hr-preset-handwerk .hr-hero__intro { max-width: 980px; margin-left: max(20px, calc((100% - var(--hr-width))/2)); }
body.hr-preset-handwerk .hr-hero__title { max-width: 760px; letter-spacing: -.035em; }
body.hr-preset-handwerk .hr-searchbar--home { border: 2px solid var(--hr-blue); box-shadow: 8px 8px 0 color-mix(in srgb, var(--hr-blue) 18%, transparent); }
body.hr-preset-handwerk .hr-section__kicker { font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
body.hr-preset-handwerk .hr-tile,
body.hr-preset-handwerk .hr-card,
body.hr-preset-handwerk .hr-home-listing { border-width: 1px; box-shadow: 0 2px 0 color-mix(in srgb, var(--hr-ink) 12%, transparent); }
body.hr-preset-business .hr-header { box-shadow: 0 1px 0 var(--hr-line); }
body.hr-preset-business .hr-hero { background: var(--hr-bg); }
body.hr-preset-business .hr-hero__intro { text-align: center; max-width: 930px; }
body.hr-preset-business .hr-hero__sub { margin-inline: auto; }
body.hr-preset-business .hr-searchbar--home { box-shadow: 0 16px 45px color-mix(in srgb, var(--hr-ink) 10%, transparent); }
body.hr-preset-business .hr-card,
body.hr-preset-business .hr-tile { box-shadow: 0 8px 30px color-mix(in srgb, var(--hr-ink) 7%, transparent); }
body.hr-preset-urban .hr-hero { background: var(--hr-blue-dark); color: #fff; }
body.hr-preset-urban .hr-hero__eyebrow,
body.hr-preset-urban .hr-hero__sub,
body.hr-preset-urban .hr-hero__stock { color: color-mix(in srgb, #fff 78%, transparent); }
body.hr-preset-urban .hr-hero__title { color: #fff; font-size: clamp(2.5rem, 6vw, 5.6rem); max-width: 1000px; }
body.hr-preset-urban .hr-tile--image a { min-height: 260px; }
body.hr-preset-urban .hr-tile__name { font-size: 1.3rem; }
body.hr-preset-classic h1,
body.hr-preset-classic h2,
body.hr-preset-classic h3 { font-family: Georgia, 'Times New Roman', serif; letter-spacing: -.015em; }
body.hr-preset-classic .hr-header { border-bottom: 3px double var(--hr-line); }
body.hr-preset-classic .hr-hero { background: var(--hr-bg-soft); }
body.hr-preset-classic .hr-card,
body.hr-preset-classic .hr-tile { box-shadow: none; border: 1px solid var(--hr-line); }
body.hr-density-spacious .hr-section { padding-block: clamp(64px, 8vw, 112px); }
body.hr-density-spacious .hr-hero { padding-block: clamp(70px, 9vw, 132px); }
body.hr-density-compact .hr-section { padding-block: clamp(34px, 4.5vw, 66px); }
body.hr-corners-round .hr-btn { border-radius: 999px; }
body.hr-corners-round .hr-searchbar,
body.hr-corners-round .hr-card,
body.hr-corners-round .hr-tile { border-radius: 18px; }
body.hr-appearance-dark { background: var(--hr-blue-dark); color: #f7f9f8; }
body.hr-appearance-dark .hr-header,
body.hr-appearance-dark .hr-section,
body.hr-appearance-dark .hr-home-new,
body.hr-appearance-dark .hr-home-audience,
body.hr-appearance-dark .hr-home-faq { background: var(--hr-blue-dark); color: #f7f9f8; }
body.hr-appearance-dark .hr-card,
body.hr-appearance-dark .hr-tile,
body.hr-appearance-dark .hr-searchbar,
body.hr-appearance-dark .hr-home-listing { background: color-mix(in srgb, var(--hr-blue-dark) 88%, #fff); border-color: color-mix(in srgb, #fff 18%, transparent); }
body.hr-appearance-dark .hr-ink-soft,
body.hr-appearance-dark .hr-section__lead { color: color-mix(in srgb, #fff 72%, transparent); }
