/* Hospitality AI Concierge — LBBNB marketplace search */

.hac-marketplace {
	--hac-mp-ink: #12292b;
	--hac-mp-muted: #647577;
	--hac-mp-brand: #0b655f;
	--hac-mp-brand-deep: #06413e;
	--hac-mp-brand-dark: #062d2b;
	--hac-mp-mint: #dff4ed;
	--hac-mp-cream: #fbf8f2;
	--hac-mp-gold: #d2a263;
	--hac-mp-surface: #ffffff;
	--hac-mp-border: #dce6e3;
	--hac-mp-border-strong: #bdcfca;
	--hac-mp-success: #167451;
	--hac-mp-danger: #a62f3b;
	--hac-mp-danger-soft: #fff0f2;
	--hac-mp-shadow-sm: 0 8px 24px rgba(7, 46, 43, 0.08);
	--hac-mp-shadow-lg: 0 24px 70px rgba(7, 46, 43, 0.15), 0 2px 8px rgba(7, 46, 43, 0.06);
	--hac-mp-radius-xl: 30px;
	--hac-mp-radius-lg: 22px;
	--hac-mp-radius-md: 15px;
	--hac-mp-viewport-offset: 0px;
	--hac-mp-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	position: relative;
	width: auto;
	max-width: none;
	margin-inline: calc(50% - 50vw);
	min-height: 70vh;
	scroll-margin-top: 72px;
	overflow-x: hidden;
	overflow-x: clip;
	box-sizing: border-box;
	container-name: hac-marketplace;
	container-type: inline-size;
	color: var(--hac-mp-ink);
	background: var(--hac-mp-cream);
	font-family: var(--hac-mp-font);
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	-webkit-font-smoothing: antialiased;
}

/* Full-bleed marketplace: break the complete marketplace out of boxed WordPress
 * content columns once, instead of offsetting individual sticky/header sections. */
@supports selector(body:has(.hac-marketplace)) {
	html:has(.hac-marketplace),
	body:has(.hac-marketplace) {
		overflow-x: clip;
	}
}

.hac-marketplace[data-hac-marketplace-layout="views"] {
	min-height: 100vh;
	overflow: visible;
}

.hac-marketplace *,
.hac-marketplace *::before,
.hac-marketplace *::after {
	box-sizing: border-box;
}

.hac-marketplace button,
.hac-marketplace input,
.hac-marketplace select {
	font: inherit;
}

.hac-marketplace button,
.hac-marketplace a {
	-webkit-tap-highlight-color: transparent;
}

.hac-marketplace button:not(:disabled),
.hac-marketplace a[href],
.hac-marketplace select {
	cursor: pointer;
}

.hac-marketplace [hidden] {
	display: none !important;
}

.hac-marketplace .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.hac-marketplace svg {
	width: 1.25em;
	height: 1.25em;
	flex: 0 0 auto;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hac-marketplace__skip {
	position: absolute;
	top: 10px;
	left: 14px;
	z-index: 60;
	padding: 9px 14px;
	color: #fff;
	background: var(--hac-mp-brand-dark);
	border-radius: 9px;
	font-size: 0.875rem;
	font-weight: 750;
	transform: translateY(-180%);
	transition: transform 160ms ease;
}

.hac-marketplace__header {
	position: sticky;
	z-index: 50;
	top: 0;
	width: 100%;
	max-width: none;
	margin: 0;
	flex: 0 0 auto;
	padding: 12px max(24px, calc((100% - 1320px) / 2));
	color: #fff;
	background: #063b38;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 8px 24px rgba(4, 36, 34, 0.16);
}

body.admin-bar .hac-marketplace__header {
	top: 32px;
}

body.admin-bar .hac-marketplace[data-hac-marketplace-layout="views"] {
	--hac-mp-viewport-offset: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .hac-marketplace[data-hac-marketplace-layout="views"] {
		--hac-mp-viewport-offset: 46px;
	}

	body.admin-bar .hac-marketplace__header {
		top: 46px;
	}
}

.hac-marketplace__viewport {
	position: relative;
	min-height: calc(100vh - 64px);
	overflow: visible;
	background: var(--hac-mp-cream);
}

.hac-marketplace-view {
	width: 100%;
	min-height: calc(100vh - 64px);
	overflow-x: clip;
	overflow-y: visible;
}

.hac-marketplace-view:focus {
	outline: 0;
}

.hac-marketplace-view--search {
	display: flex;
	flex-direction: column;
}

.hac-marketplace-view--concierge {
	overflow: visible;
}

.hac-marketplace__skip:focus {
	color: #fff;
	transform: translateY(0);
}

.hac-marketplace__hero {
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0;
	min-height: 420px;
	flex: 1 0 auto;
	padding: clamp(34px, 7vh, 70px) max(24px, calc((100% - 1320px) / 2)) 58px;
	color: #fff;
	background:
		radial-gradient(circle at 83% 20%, rgba(55, 165, 145, 0.32) 0 8%, transparent 34%),
		radial-gradient(circle at 8% 100%, rgba(210, 162, 99, 0.23) 0 8%, transparent 38%),
		linear-gradient(124deg, #052f2d 0%, #07534e 48%, #0b7168 100%);
	overflow: visible;
	isolation: isolate;
}

.hac-marketplace__hero--carousel {
	background: #063b38;
}

.hac-marketplace-hero-carousel {
	position: absolute;
	inset: 0;
	z-index: -3;
	overflow: hidden;
	pointer-events: none;
}

.hac-marketplace-hero-carousel__slide {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
	transform: scale(1.035);
	backface-visibility: hidden;
	will-change: opacity, transform;
	transition:
		opacity 1400ms cubic-bezier(0.4, 0, 0.2, 1),
		transform 8500ms cubic-bezier(0.2, 0.65, 0.2, 1);
}

.hac-marketplace-hero-carousel__slide.is-active {
	z-index: 2;
	opacity: 1;
	transform: scale(1);
}

.hac-marketplace-hero-carousel__slide.is-leaving {
	z-index: 1;
	opacity: 0;
}

.hac-marketplace__hero--carousel [data-hac-marketplace-tagline],
.hac-marketplace__hero--carousel [data-hac-hero-message] {
	transition: opacity 260ms ease, transform 360ms ease;
}

.hac-marketplace__hero--carousel .is-hero-copy-changing {
	opacity: 0;
	transform: translateY(6px);
}

.hac-marketplace__hero--carousel::before {
	inset: 0;
	z-index: -2;
	width: auto;
	height: auto;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: linear-gradient(90deg, rgba(2, 27, 26, 0.78) 0%, rgba(4, 50, 47, 0.54) 48%, rgba(4, 43, 41, 0.42) 100%);
}

.hac-marketplace__hero--carousel::after {
	z-index: -1;
	opacity: 0.32;
}

.hac-marketplace-hero-carousel__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 18px;
}

.hac-marketplace-hero-carousel__dots button {
	width: 10px;
	height: 10px;
	min-width: 10px;
	min-height: 10px;
	padding: 0;
	background: rgba(255, 255, 255, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 999px;
	box-shadow: none;
	transition: width 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.hac-marketplace-hero-carousel__dots button[aria-current="true"] {
	width: 28px;
	background: #fff;
	border-color: #fff;
}

.hac-marketplace-hero-carousel__dots button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
	.hac-marketplace-hero-carousel__slide {
		transition: opacity 180ms ease;
		transform: none;
	}

	.hac-marketplace__hero--carousel [data-hac-marketplace-tagline],
	.hac-marketplace__hero--carousel [data-hac-hero-message] {
		transition: none;
	}
}

.hac-marketplace__hero::before,
.hac-marketplace__hero::after {
	position: absolute;
	z-index: -1;
	content: "";
	pointer-events: none;
}

.hac-marketplace__hero::before {
	top: -100px;
	right: 4%;
	width: 420px;
	height: 420px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 50%;
	box-shadow: inset 0 0 0 56px rgba(255, 255, 255, 0.025), inset 0 0 0 112px rgba(255, 255, 255, 0.018);
}

.hac-marketplace__hero::after {
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
	background-size: 52px 52px;
	mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.hac-marketplace__nav,
.hac-marketplace__brand,
.hac-marketplace__trust,
.hac-marketplace__proof,
.hac-marketplace-selected,
.hac-marketplace-selected > div,
.hac-marketplace-results__toolbar,
.hac-marketplace-results__actions,
.hac-marketplace-card__meta span,
.hac-marketplace-card__availability,
.hac-marketplace-card__footer,
.hac-marketplace-card__action,
.hac-marketplace-state,
.hac-marketplace-card__conditions li {
	display: flex;
	align-items: center;
}

.hac-marketplace__nav {
	position: relative;
	z-index: 2;
	justify-content: space-between;
	gap: 20px;
	max-width: 1320px;
	margin-inline: auto;
}

.hac-marketplace__header-actions,
.hac-marketplace__view-back {
	display: flex;
	align-items: center;
}

.hac-marketplace__header-actions {
	flex: 0 0 auto;
	gap: 10px;
}

.hac-marketplace__owner-link,
.hac-marketplace__owner-hero-link {
	display: inline-flex;
	max-width: 100%;
	min-height: 40px;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	color: #fff;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 11px;
	font-size: 0.78rem;
	font-weight: 760;
	line-height: 1.35;
	text-align: center;
	white-space: normal;
	overflow-wrap: anywhere;
}

.hac-marketplace__owner-link:hover,
.hac-marketplace__owner-hero-link:hover { background: rgba(255, 255, 255, 0.14); }

.hac-marketplace__view-back {
	min-height: 40px;
	justify-content: center;
	gap: 7px;
	padding: 8px 12px;
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 11px;
	font-size: 0.76rem;
	font-weight: 740;
	line-height: 1.2;
	transition: background-color 140ms ease, border-color 140ms ease;
}

.hac-marketplace__view-back:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.38);
}

.hac-marketplace__view-back svg {
	width: 16px;
	height: 16px;
}

.hac-marketplace__brand {
	min-width: 0;
	flex: 1 1 auto;
	color: #fff;
	line-height: 1;
	text-decoration: none;
}

.hac-marketplace__brand:hover {
	color: #fff;
}

.hac-marketplace .hac-marketplace__brand > img.hac-marketplace__logo {
	display: block !important;
	width: auto !important;
	height: var(--hac-marketplace-logo-height, 48px) !important;
	min-width: 0 !important;
	max-width: min(220px, 42vw) !important;
	min-height: 0 !important;
	max-height: var(--hac-marketplace-logo-height, 48px) !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: contain !important;
	object-position: left center !important;
}

.hac-marketplace__trust {
	flex: 0 0 auto;
	gap: 7px;
	padding: 8px 12px;
	color: rgba(255, 255, 255, 0.9);
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	font-size: 0.77rem;
	font-weight: 680;
	backdrop-filter: blur(10px);
}

.hac-marketplace__hero-copy {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin: 18px auto 34px;
	text-align: center;
}

.hac-marketplace__hero-copy p,
.hac-marketplace__hero-copy h1,
.hac-marketplace-results__toolbar p,
.hac-marketplace-results__toolbar h2,
.hac-marketplace-selected p,
.hac-marketplace-state p,
.hac-marketplace-state h3,
.hac-marketplace-card h3,
.hac-marketplace-card p,
.hac-marketplace__footer p {
	margin: 0;
}

.hac-marketplace__eyebrow,
.hac-marketplace-results__kicker {
	font-size: 0.72rem;
	font-weight: 820;
	letter-spacing: 0.16em;
	line-height: 1.25;
	text-transform: uppercase;
}

.hac-marketplace__eyebrow {
	margin-bottom: 12px !important;
	color: #aee4d9;
}

.hac-marketplace__hero-copy h1 {
	max-width: 18ch;
	margin-inline: auto;
	font-size: clamp(2.1rem, 5.4vw, 4rem);
	font-weight: 730;
	letter-spacing: -0.055em;
	line-height: 1.02;
	text-wrap: balance;
}

.hac-marketplace__hero-copy > p:not(.hac-marketplace__eyebrow) {
	max-width: 64ch;
	margin: 17px auto 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(0.94rem, 2vw, 1.08rem);
}

.hac-marketplace__owner-hero-link { margin-top: 22px; }

.hac-marketplace-search {
	position: relative;
	z-index: 3;
	max-width: 1320px;
	margin-inline: auto;
	color: var(--hac-mp-ink);
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: 22px;
	box-shadow: var(--hac-mp-shadow-lg);
	backdrop-filter: blur(18px);
}

.hac-marketplace-search__primary {
	display: grid;
	grid-template-columns: minmax(180px, 1.35fr) minmax(150px, 0.9fr) minmax(260px, 1.35fr) minmax(270px, 1.4fr) auto;
	align-items: stretch;
	padding: 10px;
}

.hac-marketplace-field {
	position: relative;
	min-width: 0;
	padding: 10px 15px;
	margin: 0;
	border: 0;
	border-inline-end: 1px solid var(--hac-mp-border);
	transition: background-color 150ms ease, box-shadow 150ms ease;
}

.hac-marketplace-field:first-child {
	border-radius: 14px 0 0 14px;
}

.hac-marketplace-field:hover {
	background: #f7faf9;
}

.hac-marketplace-field:focus-within {
	z-index: 2;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 0 0 2px var(--hac-mp-brand);
}

.hac-marketplace-field__label {
	display: block;
	padding: 0;
	margin: 0 0 3px;
	color: var(--hac-mp-ink);
	font-size: 0.69rem;
	font-weight: 780;
	letter-spacing: 0.075em;
	line-height: 1.2;
	text-transform: uppercase;
}

.hac-marketplace-field__control {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 8px;
}

.hac-marketplace-field__control > svg {
	width: 18px;
	height: 18px;
	color: var(--hac-mp-brand);
}

.hac-marketplace-field input,
.hac-marketplace-field select {
	width: 100%;
	min-width: 0;
	height: 28px;
	padding: 0;
	color: var(--hac-mp-ink);
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 0.86rem;
	font-weight: 590;
	line-height: 1.2;
	outline: 0;
}

.hac-marketplace-field input::placeholder {
	color: #596a6c;
	opacity: 1;
}

.hac-marketplace-field select {
	padding-inline-end: 18px;
}

.hac-marketplace-field--dates .hac-marketplace-field__control {
	gap: 5px;
}

.hac-marketplace-field--dates label {
	min-width: 0;
	flex: 1 1 110px;
}

.hac-marketplace-field--dates input {
	font-size: 0.78rem;
}

.hac-marketplace-field--guests .hac-marketplace-field__control {
	align-items: flex-start;
	gap: 9px;
}

.hac-marketplace-field--guests .hac-marketplace-field__control > label {
	display: grid;
	min-width: 55px;
	flex: 1 1 0;
	gap: 0;
}

.hac-marketplace-field--guests label > span {
	color: var(--hac-mp-muted);
	font-size: 0.59rem;
	font-weight: 650;
	line-height: 1;
}

.hac-marketplace-field--guests select {
	height: 21px;
	font-size: 0.82rem;
}

.hac-marketplace-search__submit {
	display: inline-flex;
	min-width: 138px;
	min-height: 62px;
	align-items: center;
	justify-content: center;
	align-self: center;
	gap: 8px;
	padding: 12px 18px;
	margin-inline-start: 10px;
	color: #fff;
	background: linear-gradient(140deg, var(--hac-mp-brand) 0%, #084d49 100%);
	border: 0;
	border-radius: 15px;
	box-shadow: 0 10px 22px rgba(10, 95, 89, 0.23);
	font-size: 0.88rem;
	font-weight: 760;
	line-height: 1.2;
	transition: transform 150ms ease, box-shadow 150ms ease, opacity 150ms ease;
}

.hac-marketplace-search__submit:hover:not(:disabled) {
	box-shadow: 0 13px 28px rgba(10, 95, 89, 0.31);
	transform: translateY(-1px);
}

.hac-marketplace-search__submit:disabled {
	cursor: wait;
	opacity: 0.68;
}

.hac-marketplace-search__validation {
	padding: 10px 20px 13px;
	color: var(--hac-mp-danger);
	border-top: 1px solid #f3d8dc;
	font-size: 0.82rem;
	font-weight: 650;
}

.hac-marketplace-child-ages {
	display: flex;
	align-items: center;
	gap: 22px;
	padding: 12px 18px 14px;
	border-top: 1px solid var(--hac-mp-border);
}

.hac-marketplace-child-ages > div:first-child {
	min-width: 190px;
}

.hac-marketplace-child-ages strong,
.hac-marketplace-child-ages > div:first-child > span {
	display: block;
}

.hac-marketplace-child-ages strong {
	font-size: 0.76rem;
	font-weight: 750;
}

.hac-marketplace-child-ages > div:first-child > span {
	margin-top: 2px;
	color: var(--hac-mp-muted);
	font-size: 0.65rem;
}

.hac-marketplace-child-ages__grid {
	display: grid;
	flex: 1 1 auto;
	grid-template-columns: repeat(6, minmax(76px, 1fr));
	gap: 8px;
}

.hac-marketplace-child-ages__grid label {
	display: grid;
	gap: 3px;
}

.hac-marketplace-child-ages__grid label > span {
	color: var(--hac-mp-muted);
	font-size: 0.61rem;
	font-weight: 650;
}

.hac-marketplace-child-ages__grid select {
	width: 100%;
	height: 35px;
	padding: 4px 25px 4px 8px;
	color: var(--hac-mp-ink);
	background: #f7faf9;
	border: 1px solid var(--hac-mp-border-strong);
	border-radius: 9px;
	font-size: 0.73rem;
	font-weight: 650;
}

.hac-marketplace-child-ages__grid select:focus {
	border-color: var(--hac-mp-brand);
	box-shadow: 0 0 0 2px rgba(11, 101, 95, 0.14);
	outline: 0;
}

.hac-marketplace__proof {
	position: relative;
	z-index: 1;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px 28px;
	max-width: 900px;
	margin: 23px auto 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.75rem;
	font-weight: 640;
}

.hac-marketplace__proof span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.hac-marketplace__proof svg {
	width: 15px;
	height: 15px;
	color: #aee4d9;
	stroke-width: 2.5;
}

.hac-marketplace-selected {
	max-width: 1320px;
	justify-content: space-between;
	gap: 20px;
	padding: 14px 18px;
	margin: 28px auto 0;
	background: #edf8f4;
	border: 1px solid #c8e7dc;
	border-radius: var(--hac-mp-radius-md);
	box-shadow: var(--hac-mp-shadow-sm);
}

.hac-marketplace-selected > div {
	min-width: 0;
	gap: 12px;
}

.hac-marketplace-selected__icon {
	display: grid;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	place-items: center;
	color: var(--hac-mp-success);
	background: #fff;
	border-radius: 11px;
}

.hac-marketplace-selected p {
	font-size: 0.88rem;
}

.hac-marketplace-selected p span {
	color: var(--hac-mp-muted);
}

.hac-marketplace-selected > a {
	flex: 0 0 auto;
	padding: 8px 13px;
	color: #fff;
	background: var(--hac-mp-brand);
	border-radius: 10px;
	font-size: 0.78rem;
	font-weight: 730;
	text-decoration: none;
}

.hac-marketplace-results {
	max-width: 1320px;
	min-height: 360px;
	padding: 56px 24px 76px;
	margin-inline: auto;
}

.hac-marketplace-results__toolbar {
	justify-content: space-between;
	align-items: flex-end;
	gap: 24px;
	margin-bottom: 24px;
}

.hac-marketplace-results__kicker {
	margin-bottom: 6px !important;
	color: var(--hac-mp-brand);
}

.hac-marketplace-results__toolbar h2 {
	font-size: clamp(1.65rem, 3.2vw, 2.35rem);
	font-weight: 735;
	letter-spacing: -0.042em;
	line-height: 1.1;
}

.hac-marketplace-results__toolbar h2:focus {
	outline: 0;
}

.hac-marketplace-results__toolbar h2:focus-visible {
	border-radius: 4px;
	box-shadow: 0 0 0 3px rgba(11, 101, 95, 0.28);
}

.hac-marketplace-results__status {
	margin-top: 7px !important;
	color: var(--hac-mp-muted);
	font-size: 0.84rem;
}

.hac-marketplace-results__actions {
	flex: 0 0 auto;
	gap: 10px;
}

.hac-marketplace-results__actions label {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 7px 10px;
	background: #fff;
	border: 1px solid var(--hac-mp-border);
	border-radius: 11px;
}

.hac-marketplace-results__actions label > span {
	color: var(--hac-mp-muted);
	font-size: 0.7rem;
	font-weight: 670;
}

.hac-marketplace-results__actions select {
	max-width: 160px;
	padding: 0 20px 0 0;
	color: var(--hac-mp-ink);
	background: transparent;
	border: 0;
	box-shadow: none;
	font-size: 0.75rem;
	font-weight: 700;
	outline: 0;
}

.hac-marketplace-results__actions label:focus-within {
	border-color: var(--hac-mp-brand);
	box-shadow: 0 0 0 2px rgba(11, 101, 95, 0.17);
}

.hac-marketplace-results__actions > button,
.hac-marketplace-state button {
	padding: 9px 12px;
	color: var(--hac-mp-brand-deep);
	background: transparent;
	border: 1px solid var(--hac-mp-border-strong);
	border-radius: 11px;
	font-size: 0.75rem;
	font-weight: 720;
	transition: background-color 140ms ease, border-color 140ms ease;
}

.hac-marketplace-results__actions > button:hover,
.hac-marketplace-state button:hover {
	background: #edf6f3;
	border-color: #9abbb4;
}

.hac-marketplace-results__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: -8px 0 23px;
}

.hac-marketplace-results__chips > span {
	padding: 5px 10px;
	color: #365b59;
	background: #eaf4f1;
	border: 1px solid #d1e6e0;
	border-radius: 999px;
	font-size: 0.69rem;
	font-weight: 670;
}

.hac-marketplace-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.hac-marketplace-featured {
	max-width: 1320px;
	padding: 56px 24px 70px;
	margin-inline: auto;
}

.hac-marketplace-featured__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 24px;
}

.hac-marketplace-featured__heading h2,
.hac-marketplace-featured__heading p {
	margin: 0;
}

.hac-marketplace-featured__heading h2 {
	font-size: clamp(1.65rem, 3.2vw, 2.35rem);
	font-weight: 735;
	letter-spacing: -0.042em;
	line-height: 1.1;
}

.hac-marketplace-featured__heading > p {
	max-width: 520px;
	color: var(--hac-mp-muted);
	font-size: 0.88rem;
	line-height: 1.65;
}


.hac-marketplace-more {
	padding-top: 30px;
	text-align: center;
}

.hac-marketplace-more button {
	min-height: 44px;
	padding: 10px 18px;
	color: var(--hac-mp-brand-deep);
	background: #fff;
	border: 1px solid var(--hac-mp-border-strong);
	border-radius: 12px;
	box-shadow: var(--hac-mp-shadow-sm);
	font-size: 0.78rem;
	font-weight: 740;
	transition: background-color 140ms ease, border-color 140ms ease, transform 140ms ease;
}

.hac-marketplace-more button:hover:not(:disabled) {
	background: #edf6f3;
	border-color: #8eb3ab;
	transform: translateY(-1px);
}

.hac-marketplace-more button:disabled {
	cursor: wait;
	opacity: 0.6;
}

.hac-marketplace-card {
	position: relative;
	min-width: 0;
	overflow: hidden;
	background: var(--hac-mp-surface);
	border: 1px solid var(--hac-mp-border);
	border-radius: var(--hac-mp-radius-lg);
	box-shadow: 0 2px 3px rgba(7, 46, 43, 0.02);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hac-marketplace-card:hover {
	border-color: #c7d8d4;
	box-shadow: 0 18px 42px rgba(7, 46, 43, 0.12);
	transform: translateY(-3px);
}

.hac-marketplace-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: linear-gradient(145deg, #dae9e5, #accdc5);
}

.hac-marketplace-card__media > img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.hac-marketplace-card:hover .hac-marketplace-card__media > img {
	transform: scale(1.035);
}

.hac-marketplace-card__image-fallback {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: rgba(6, 65, 62, 0.45);
	background:
		radial-gradient(circle at 68% 26%, rgba(255, 255, 255, 0.65), transparent 28%),
		linear-gradient(145deg, #e4f0ed, #afd1c9);
}

.hac-marketplace-card__image-fallback svg {
	width: 46px;
	height: 46px;
	stroke-width: 1.25;
}

.hac-marketplace-card__type {
	position: absolute;
	top: 14px;
	left: 14px;
	max-width: calc(100% - 28px);
	padding: 6px 10px;
	overflow: hidden;
	color: var(--hac-mp-brand-dark);
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 999px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
	font-size: 0.66rem;
	font-weight: 760;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
	backdrop-filter: blur(8px);
}

.hac-marketplace-card__body {
	display: flex;
	min-height: 310px;
	flex-direction: column;
	padding: 19px 20px 20px;
}

.hac-marketplace-card__availability {
	width: fit-content;
	gap: 5px;
	margin-bottom: 8px;
	color: var(--hac-mp-success);
	font-size: 0.65rem;
	font-weight: 750;
	letter-spacing: 0.015em;
}

.hac-marketplace-card__availability svg {
	width: 14px;
	height: 14px;
	padding: 2px;
	color: #fff;
	background: var(--hac-mp-success);
	border-radius: 50%;
	stroke-width: 3;
}

.hac-marketplace-card h3 {
	font-size: 1.16rem;
	font-weight: 735;
	letter-spacing: -0.024em;
	line-height: 1.25;
}

.hac-marketplace-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 12px;
	margin-top: 7px;
	color: var(--hac-mp-muted);
	font-size: 0.72rem;
}

.hac-marketplace-card__meta span {
	min-width: 0;
	gap: 4px;
}

.hac-marketplace-card__meta span span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hac-marketplace-card__meta svg {
	width: 14px;
	height: 14px;
	color: var(--hac-mp-brand);
}

.hac-marketplace-card__meta span:last-child svg {
	color: #b37b31;
	fill: #f3cf91;
}

.hac-marketplace-card__room-suggestion {
	display: flex;
	align-items: center;
	gap: 7px;
	width: fit-content;
	max-width: 100%;
	margin-top: 11px;
	padding: 7px 9px;
	color: #1f5c55;
	background: #eaf7f3;
	border: 1px solid #cbe9e0;
	border-radius: 9px;
	font-size: 0.69rem;
	font-weight: 720;
	line-height: 1.3;
}

.hac-marketplace-card__room-suggestion svg {
	width: 15px;
	height: 15px;
	flex: 0 0 auto;
	color: var(--hac-mp-brand);
}

.hac-marketplace-card__description {
	display: -webkit-box;
	margin-top: 12px !important;
	overflow: hidden;
	color: #526467;
	font-size: 0.78rem;
	line-height: 1.48;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.hac-marketplace-card__conditions {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding: 0;
	margin: 13px 0 16px;
	list-style: none;
}

.hac-marketplace-card__conditions li {
	gap: 4px;
	padding: 4px 7px;
	color: #45615e;
	background: #f3f7f6;
	border-radius: 7px;
	font-size: 0.62rem;
	font-weight: 640;
}

.hac-marketplace-card__conditions svg {
	width: 11px;
	height: 11px;
	color: var(--hac-mp-success);
	stroke-width: 2.5;
}

.hac-marketplace-card__footer {
	justify-content: space-between;
	align-items: flex-end;
	gap: 12px;
	padding-top: 15px;
	margin-top: auto;
	border-top: 1px solid #e9eeec;
}

.hac-marketplace-card__price {
	display: grid;
	min-width: 0;
	line-height: 1.15;
}

.hac-marketplace-card__price > span {
	color: var(--hac-mp-muted);
	font-size: 0.63rem;
	font-weight: 620;
}

.hac-marketplace-card__price strong {
	margin-top: 2px;
	font-size: 1.12rem;
	font-weight: 790;
	letter-spacing: -0.025em;
}

.hac-marketplace-card__price small {
	margin-top: 2px;
	color: var(--hac-mp-muted);
	font-size: 0.61rem;
}

.hac-marketplace-card__action {
	min-height: 40px;
	justify-content: center;
	gap: 7px;
	padding: 9px 12px;
	color: #fff;
	background: var(--hac-mp-brand);
	border-radius: 11px;
	font-size: 0.73rem;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 150ms ease, transform 150ms ease;
}

.hac-marketplace-card__action:hover {
	color: #fff;
	background: var(--hac-mp-brand-deep);
}

.hac-marketplace-card__action svg {
	width: 15px;
	height: 15px;
}

.hac-marketplace-card__action.is-disabled {
	color: var(--hac-mp-muted);
	background: #edf1f0;
}

.hac-marketplace-state {
	max-width: 740px;
	justify-content: center;
	gap: 15px;
	padding: 34px;
	margin: 24px auto;
	background: #fff;
	border: 1px solid var(--hac-mp-border);
	border-radius: var(--hac-mp-radius-lg);
	box-shadow: var(--hac-mp-shadow-sm);
}

.hac-marketplace-state strong,
.hac-marketplace-state span {
	display: block;
}

.hac-marketplace-state > div > span,
.hac-marketplace-state p {
	margin-top: 4px;
	color: var(--hac-mp-muted);
	font-size: 0.8rem;
}

.hac-marketplace-spinner {
	width: 27px;
	height: 27px;
	flex: 0 0 27px;
	border: 3px solid #cce4de;
	border-top-color: var(--hac-mp-brand);
	border-radius: 50%;
	animation: hac-mp-spin 700ms linear infinite;
}

.hac-marketplace-state--error {
	justify-content: flex-start;
	color: var(--hac-mp-danger);
	background: var(--hac-mp-danger-soft);
	border-color: #f0ccd1;
}

.hac-marketplace-state--error > svg {
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
}

.hac-marketplace-state--error button {
	margin-top: 12px;
	color: var(--hac-mp-danger);
	border-color: #dcabb2;
}

.hac-marketplace-state--empty {
	display: block;
	padding: 54px 30px;
	text-align: center;
}

.hac-marketplace-state__illustration {
	display: grid !important;
	width: 84px;
	height: 84px;
	place-items: center;
	margin: 0 auto 17px;
	color: var(--hac-mp-brand);
	background: var(--hac-mp-mint);
	border-radius: 28px;
}

.hac-marketplace-state__illustration svg {
	width: 58px;
	height: 58px;
	stroke-width: 1.45;
}

.hac-marketplace-state--empty h3 {
	font-size: 1.2rem;
	font-weight: 730;
}

.hac-marketplace-state--empty button {
	margin-top: 17px;
}

.hac-marketplace__footer {
	padding: 21px 24px;
	color: #bed2cf;
	background: var(--hac-mp-brand-dark);
	font-size: 0.73rem;
	text-align: center;
}

.hac-marketplace__footer strong {
	color: #fff;
}

.hac-marketplace-concierge {
	max-width: 1320px;
	padding: 28px 24px 72px;
	margin-inline: auto;
	scroll-margin-top: 24px;
}

.hac-marketplace-view--concierge .hac-marketplace-concierge {
	width: 100%;
	max-width: none;
	height: auto;
	padding: 0 0 64px;
	margin-inline: 0;
	scroll-margin-top: 0;
}

.hac-marketplace-concierge:focus {
	outline: 0;
}

.hac-marketplace-concierge:focus-visible {
	border-radius: 24px;
	box-shadow: 0 0 0 3px rgba(11, 101, 95, 0.28);
}

.hac-marketplace-concierge__standby {
	display: grid;
	min-height: 240px;
	height: 100%;
	place-content: center;
	justify-items: center;
	gap: 14px;
	padding: 24px;
	color: var(--hac-mp-ink);
	text-align: center;
}

.hac-marketplace-concierge__standby strong {
	max-width: 360px;
	font-size: 0.95rem;
}

.hac-marketplace-concierge__standby button {
	min-height: 42px;
	padding: 10px 16px;
	color: #fff;
	background: var(--hac-mp-brand);
	border: 0;
	border-radius: 13px;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 760;
	cursor: pointer;
}

.hac-marketplace :focus-visible {
	outline: 3px solid #ffda96;
	outline-offset: 2px;
	box-shadow: 0 0 0 5px #064b47;
}

@keyframes hac-mp-spin {
	to { transform: rotate(360deg); }
}

@media (max-width: 1180px) {
	.hac-marketplace__hero {
		padding-inline: 24px;
	}

	.hac-marketplace-search__primary {
		grid-template-columns: 1.2fr 0.9fr 1.2fr;
		gap: 0;
	}

	.hac-marketplace-field--dates {
		border-inline-end: 0;
	}

	.hac-marketplace-field--guests {
		grid-column: 1 / 3;
		border-top: 1px solid var(--hac-mp-border);
	}

	.hac-marketplace-search__submit {
		grid-column: 3;
		grid-row: 2;
		min-height: 56px;
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.hac-marketplace-selected {
		margin-inline: 24px;
	}
}

@media (max-width: 980px) {
	.hac-marketplace-child-ages {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.hac-marketplace-child-ages__grid {
		width: 100%;
		grid-template-columns: repeat(4, minmax(70px, 1fr));
	}

	.hac-marketplace-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hac-marketplace-card__body {
		min-height: 300px;
	}
}

@media (max-width: 760px) {
	.hac-marketplace[data-hac-marketplace-layout="views"] {
		min-height: 0;
	}

	.hac-marketplace__header {
		padding: max(7px, env(safe-area-inset-top)) 12px 7px;
	}

	.hac-marketplace__nav {
		gap: 10px;
	}

	/* Keep the mobile navigation visible, but turn the property-owner CTA into
	 * a compact high-visibility add card. The existing button still opens the
	 * same property submission flow and retains its accessible text label. */
	.hac-marketplace__header-actions {
		gap: 8px;
	}

	.hac-marketplace__owner-link {
		position: relative;
		display: grid;
		width: 58px;
		height: 58px;
		min-height: 58px;
		flex: 0 0 58px;
		place-items: center;
		padding: 0;
		color: #fff;
		background: rgba(255, 255, 255, 0.08);
		border: 2px solid rgba(255, 255, 255, 0.96);
		border-radius: 17px;
		box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.12);
		font-size: 0 !important;
		line-height: 0 !important;
		overflow: hidden;
		transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
	}

	.hac-marketplace__owner-link::before {
		content: "+";
		display: grid;
		place-items: center;
		width: 100%;
		height: 100%;
		color: #fff;
		font-size: 3rem;
		font-weight: 300;
		line-height: 1;
		text-indent: 0;
		transform: none;
	}

	.hac-marketplace__owner-link:hover,
	.hac-marketplace__owner-link:focus-visible {
		background: rgba(255, 255, 255, 0.16);
		box-shadow: 0 10px 26px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.16);
		transform: translateY(-1px);
	}

	.hac-marketplace__owner-link:active {
		transform: translateY(0) scale(0.97);
	}

	/* Keep the selected-property back control compact beside the + card. */
	.hac-marketplace__view-back {
		position: relative;
		width: 44px;
		height: 44px;
		min-height: 44px;
		padding: 0;
		flex: 0 0 44px;
	}

	.hac-marketplace__view-back [data-hac-marketplace-view-back-label] {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		padding: 0 !important;
		margin: -1px !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
		white-space: nowrap !important;
		border: 0 !important;
	}

	.hac-marketplace .hac-marketplace__brand > img.hac-marketplace__logo {
		height: var(--hac-marketplace-logo-mobile-height, 40px) !important;
		max-height: var(--hac-marketplace-logo-mobile-height, 40px) !important;
		max-width: min(180px, 48vw) !important;
	}

	.hac-marketplace__trust {
		display: none;
	}

	.hac-marketplace-view--concierge .hac-marketplace-concierge {
		padding: 0 0 40px;
	}

	.hac-marketplace-concierge__standby {
		min-height: 160px;
		padding: 16px;
	}

	.hac-marketplace__hero {
		min-height: 0;
		padding: 18px 14px 22px;
	}

	.hac-marketplace__hero::before {
		right: -190px;
	}

	.hac-marketplace__hero-copy {
		margin: 0 auto 16px;
		text-align: center;
	}

	.hac-marketplace__hero-copy h1 {
		max-width: 15ch;
		margin-inline: auto;
		font-size: clamp(1.82rem, 8.5vw, 2.45rem);
		line-height: 1.06;
		text-align: center;
	}

	.hac-marketplace__hero-copy > p:not(.hac-marketplace__eyebrow) {
		max-width: 38ch;
		margin: 9px auto 0;
		font-size: 0.86rem;
		line-height: 1.42;
		text-align: center;
	}

	.hac-marketplace__eyebrow {
		text-align: center;
	}

	.hac-marketplace__eyebrow {
		margin-bottom: 6px !important;
		font-size: 0.65rem;
	}

	.hac-marketplace-search {
		border-radius: 14px;
		box-shadow: 0 16px 42px rgba(7, 46, 43, 0.18), 0 2px 8px rgba(7, 46, 43, 0.08);
	}

	.hac-marketplace-search__primary {
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding: 5px;
	}

	.hac-marketplace-field {
		padding: 8px 10px;
		border: 0;
		border-bottom: 1px solid var(--hac-mp-border);
	}

	.hac-marketplace-field input,
	.hac-marketplace-field select,
	.hac-marketplace-field--guests select,
	.hac-marketplace-child-ages__grid select,
	.hac-marketplace-results__actions select {
		height: 36px;
		font-size: 16px;
	}

	.hac-marketplace-field--location,
	.hac-marketplace-field--dates,
	.hac-marketplace-field--guests {
		grid-column: 1 / -1;
	}

	.hac-marketplace-field--location {
		border-radius: 12px 12px 0 0;
	}

	.hac-marketplace-field--dates {
		border-bottom: 1px solid var(--hac-mp-border);
	}

	.hac-marketplace-field--guests {
		border-bottom: 0;
	}

	.hac-marketplace-field:nth-child(2) {
		grid-column: 1 / -1;
	}

	.hac-marketplace-search__submit {
		grid-column: 1 / -1;
		grid-row: auto;
		width: calc(100% - 10px);
		min-height: 50px;
		margin: 7px 5px 5px;
		border-radius: 12px;
	}

	.hac-marketplace__proof {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 7px 14px;
		margin-top: 13px;
		padding-bottom: 2px;
		font-size: 0.68rem;
		white-space: normal;
	}

	.hac-marketplace__footer {
		display: none;
	}

	.hac-marketplace-selected {
		align-items: flex-start;
		margin: 18px 16px 0;
	}

	.hac-marketplace-results {
		padding: 42px 16px 58px;
	}

	.hac-marketplace-results__toolbar {
		align-items: flex-start;
		flex-direction: column;
	}

	.hac-marketplace-results__actions {
		width: 100%;
		justify-content: space-between;
	}

	.hac-marketplace-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.hac-marketplace-card {
		max-width: 620px;
		width: 100%;
		margin-inline: auto;
	}
}

@media (max-width: 470px) {
	.hac-marketplace__trust {
		display: none;
	}

	.hac-marketplace__view-back {
		min-height: 38px;
		padding-inline: 10px;
	}

	.hac-marketplace-child-ages__grid {
		grid-template-columns: repeat(2, minmax(70px, 1fr));
	}

	.hac-marketplace__trust svg {
		display: none;
	}

	.hac-marketplace__hero-copy h1 {
		font-size: 1.82rem;
	}

	.hac-marketplace-field--dates .hac-marketplace-field__control {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.hac-marketplace-field--dates label {
		display: grid;
		width: 100%;
		min-width: 0;
		gap: 2px;
	}

	.hac-marketplace-field--dates label .screen-reader-text {
		position: static !important;
		width: auto;
		height: auto;
		padding: 0;
		margin: 0;
		overflow: visible;
		clip: auto;
		color: var(--hac-mp-muted);
		font-size: 0.7rem;
		font-weight: 650;
		white-space: normal;
	}

	.hac-marketplace-field--dates input {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		font-size: 16px;
	}

	.hac-marketplace-field--dates .hac-marketplace-field__control > svg,
	.hac-marketplace-field--dates .hac-marketplace-field__control > span[aria-hidden="true"] {
		display: none;
	}

	.hac-marketplace-field--guests .hac-marketplace-field__control {
		flex-wrap: wrap;
	}

	.hac-marketplace-field--guests .hac-marketplace-field__control > svg {
		display: none;
	}

	.hac-marketplace-selected {
		flex-direction: column;
	}

	.hac-marketplace-selected > a {
		width: 100%;
		text-align: center;
	}

	.hac-marketplace-results__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.hac-marketplace-results__actions label {
		justify-content: space-between;
	}

	.hac-marketplace-results__actions select {
		max-width: none;
		width: 100%;
	}

	.hac-marketplace-card__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.hac-marketplace-card__action {
		width: 100%;
	}
}

@media (max-height: 600px) {
	.hac-marketplace[data-hac-marketplace-layout="views"] {
		min-height: 0;
	}

	.hac-marketplace__header {
		padding-block: 7px;
	}

	.hac-marketplace .hac-marketplace__brand > img.hac-marketplace__logo {
		height: min(var(--hac-marketplace-logo-mobile-height, 40px), 40px) !important;
		max-height: min(var(--hac-marketplace-logo-mobile-height, 40px), 40px) !important;
	}

	.hac-marketplace__hero {
		padding-block: 24px 30px;
	}

	.hac-marketplace__hero-copy {
		margin-block: 0 22px;
	}
}

.hac-marketplace[data-hac-compact-height] .hac-marketplace__hero {
	padding: 12px 14px 16px;
}

.hac-marketplace[data-hac-compact-height] .hac-marketplace__hero-copy {
	margin: 0 0 10px;
}

.hac-marketplace[data-hac-compact-height] .hac-marketplace__eyebrow,
.hac-marketplace[data-hac-compact-height] .hac-marketplace__hero-copy > p:not(.hac-marketplace__eyebrow),
.hac-marketplace[data-hac-compact-height] .hac-marketplace__proof {
	display: none;
}

.hac-marketplace[data-hac-compact-height] .hac-marketplace__hero-copy h1 {
	font-size: 1.62rem;
}

/* WordPress can place the marketplace in a narrow content column even when the
 * browser viewport is wide. Container queries keep the search usable there. */
@container hac-marketplace (max-width: 1180px) {
	.hac-marketplace-search__primary {
		grid-template-columns: 1.2fr 0.9fr 1.2fr;
	}

	.hac-marketplace-field--dates {
		border-inline-end: 0;
	}

	.hac-marketplace-field--guests {
		grid-column: 1 / 3;
		border-top: 1px solid var(--hac-mp-border);
	}

	.hac-marketplace-search__submit {
		grid-column: 3;
		grid-row: 2;
		min-height: 56px;
		margin-top: 8px;
		margin-bottom: 8px;
	}
}

@container hac-marketplace (max-width: 980px) {
	.hac-marketplace-child-ages {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.hac-marketplace-child-ages__grid {
		width: 100%;
		grid-template-columns: repeat(4, minmax(70px, 1fr));
	}

	.hac-marketplace-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@container hac-marketplace (max-width: 760px) {
	.hac-marketplace__hero-copy {
		display: flex;
		width: 100%;
		max-width: 100%;
		align-items: center;
		flex-direction: column;
		margin-inline: auto;
		text-align: center;
	}

	.hac-marketplace__hero-copy .hac-marketplace__eyebrow,
	.hac-marketplace__hero-copy h1,
	.hac-marketplace__hero-copy > p:not(.hac-marketplace__eyebrow) {
		width: 100%;
		margin-inline: auto;
		text-align: center;
	}

	.hac-marketplace__hero-copy h1 {
		max-width: 15ch;
	}

	.hac-marketplace__hero-copy > p:not(.hac-marketplace__eyebrow) {
		max-width: 38ch;
	}

	.hac-marketplace-search__primary {
		grid-template-columns: 1fr 1fr;
		padding: 7px;
	}

	.hac-marketplace-field {
		border: 0;
		border-bottom: 1px solid var(--hac-mp-border);
	}

	.hac-marketplace-field--location,
	.hac-marketplace-field:nth-child(2),
	.hac-marketplace-field--dates,
	.hac-marketplace-field--guests {
		grid-column: 1 / -1;
	}

	.hac-marketplace-field--dates {
		border-bottom: 1px solid var(--hac-mp-border);
	}

	.hac-marketplace-field--guests {
		border-bottom: 0;
	}

	.hac-marketplace-search__submit {
		grid-column: 1 / -1;
		grid-row: auto;
		width: calc(100% - 10px);
		margin: 7px 5px 5px;
	}

	.hac-marketplace__proof {
		justify-content: flex-start;
	}

	.hac-marketplace-selected,
	.hac-marketplace-results__toolbar,
	.hac-marketplace-featured__heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.hac-marketplace-results__actions {
		width: 100%;
		justify-content: space-between;
	}

	.hac-marketplace-grid {
		grid-template-columns: 1fr;
	}
}

@container hac-marketplace (max-width: 470px) {
	.hac-marketplace__trust {
		display: none;
	}

	.hac-marketplace-child-ages__grid {
		grid-template-columns: repeat(2, minmax(70px, 1fr));
	}

	.hac-marketplace-field--dates .hac-marketplace-field__control,
	.hac-marketplace-field--guests .hac-marketplace-field__control {
		flex-wrap: wrap;
	}

	.hac-marketplace-selected,
	.hac-marketplace-results__actions,
	.hac-marketplace-card__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.hac-marketplace-selected > a,
	.hac-marketplace-card__action {
		width: 100%;
		text-align: center;
	}
}

/* Property-owner application */
.hac-marketplace-view--owner { min-height: calc(100vh - 72px); padding: clamp(24px, 5vw, 64px) clamp(14px, 4vw, 36px); background: linear-gradient(180deg, #f4f8f6 0%, var(--hac-mp-cream) 100%); }
.hac-property-application { width: min(100%, 1040px); margin: 0 auto; }
.hac-property-application__intro { max-width: 760px; margin: 0 auto 28px; text-align: center; }
.hac-property-application__intro h1, .hac-property-application__intro p, .hac-property-form__heading h2, .hac-property-form__heading span, .hac-property-rooms__header h3, .hac-property-rooms__header p, .hac-property-room h4, .hac-property-room header span, .hac-property-success h2, .hac-property-success p { margin: 0; }
.hac-property-application__intro h1 { margin-top: 4px; font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.04; letter-spacing: -0.045em; }
.hac-property-application__intro > p:last-child { max-width: 660px; margin: 13px auto 0; color: var(--hac-mp-muted); }
.hac-property-application__eyebrow { color: var(--hac-mp-brand); font-size: .72rem; font-weight: 840; letter-spacing: .16em; text-transform: uppercase; }
.hac-property-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; max-width: 860px; padding: 0; margin: 0 auto 18px; list-style: none; }
.hac-property-steps li { display: flex; min-width: 0; align-items: center; gap: 8px; padding: 8px; color: var(--hac-mp-muted); font-size: .76rem; font-weight: 700; }
.hac-property-steps li span { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; color: var(--hac-mp-muted); background: #e6eeeb; border-radius: 999px; }
.hac-property-steps li.is-active { color: var(--hac-mp-brand-deep); }
.hac-property-steps li.is-active span { color: #fff; background: var(--hac-mp-brand); box-shadow: 0 0 0 4px rgba(11, 101, 95, .12); }
.hac-property-steps li.is-complete span { color: #fff; background: var(--hac-mp-success); }
.hac-property-form, .hac-property-success { padding: clamp(20px, 4vw, 42px); background: #fff; border: 1px solid var(--hac-mp-border); border-radius: 24px; box-shadow: var(--hac-mp-shadow-lg); }
.hac-property-form__heading { margin-bottom: 26px; }
.hac-property-form__heading > span { display: block; margin-bottom: 5px; color: var(--hac-mp-brand); font-size: .72rem; font-weight: 820; letter-spacing: .12em; text-transform: uppercase; }
.hac-property-form__heading h2 { font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.14; letter-spacing: -.025em; }
.hac-property-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.hac-property-form label, .hac-property-map-field { display: grid; gap: 7px; min-width: 0; }
.hac-property-form label > span, .hac-property-map-field strong { color: var(--hac-mp-ink); font-size: .79rem; font-weight: 760; }
.hac-property-form label small, .hac-property-map-field > div:first-child span { color: var(--hac-mp-muted); font-size: .72rem; line-height: 1.4; }
.hac-property-form input:not([type="checkbox"]), .hac-property-form select, .hac-property-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--hac-mp-ink); background: #fbfdfc; border: 1px solid var(--hac-mp-border-strong); border-radius: 11px; font: inherit; font-size: .9rem; outline: none; }
.hac-property-form textarea { min-height: 92px; resize: vertical; }
.hac-property-form input:focus, .hac-property-form select:focus, .hac-property-form textarea:focus { border-color: var(--hac-mp-brand); box-shadow: 0 0 0 3px rgba(11, 101, 95, .12); }
.hac-property-form__wide { grid-column: 1 / -1; }
.hac-property-map-field > div:first-child { display: grid; gap: 3px; }
.hac-property-map { position: relative; min-height: 280px; overflow: hidden; background: #dbe8e2; border: 1px solid var(--hac-mp-border-strong); border-radius: 14px; isolation: isolate; }
.hac-property-map .hac-slippy-map__tiles { position: absolute; inset: 0; overflow: hidden; }
.hac-property-map .hac-slippy-map__tiles img { position: absolute !important; width: 256px !important; height: 256px !important; max-width: none !important; margin: 0 !important; border: 0 !important; user-select: none; }
.hac-property-map .hac-slippy-map__pin { position: absolute; z-index: 4; top: 50%; left: 50%; width: 34px; height: 44px; padding: 0; transform: translate(-50%, -100%); background: transparent; border: 0; filter: drop-shadow(0 5px 5px rgba(0,0,0,.28)); pointer-events: none; }
.hac-property-map .hac-slippy-map__pin span { position: absolute; top: 2px; left: 4px; width: 26px; height: 26px; background: var(--hac-mp-brand); border: 3px solid #fff; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.hac-property-map .hac-slippy-map__pin span::after { content: ""; position: absolute; inset: 7px; background: #fff; border-radius: 50%; }
.hac-property-map .hac-slippy-map__controls { position: absolute; z-index: 6; top: 10px; right: 10px; display: grid; overflow: hidden; border: 1px solid var(--hac-mp-border); border-radius: 10px; box-shadow: var(--hac-mp-shadow-sm); }
.hac-property-map .hac-slippy-map__controls button { display: grid; width: 36px; height: 36px; padding: 0; place-items: center; color: var(--hac-mp-brand); background: #fff; border: 0; font-size: 20px; }
.hac-property-map .hac-slippy-map__controls button + button { border-top: 1px solid var(--hac-mp-border); }
.hac-property-map .hac-slippy-map__attribution { position: absolute; z-index: 5; bottom: 7px; right: 7px; padding: 3px 6px; color: #344942; background: rgba(255,255,255,.92); border-radius: 5px; font-size: 9px; text-decoration: none; }
.hac-property-map.is-interactive { cursor: crosshair; }
.hac-property-map.hac-google-map img { max-width: none !important; }
.hac-property-map .hac-map-error { display: grid; min-height: 280px; padding: 24px; place-items: center; color: #8b2430; background: #fff4f5; font-weight: 700; text-align: center; }
.hac-property-map .hac-map-directions { display: inline-flex !important; align-items: center; min-height: 36px; margin: 10px; padding: 0 13px; color: var(--hac-mp-brand) !important; background: #fff; border-radius: 3px; box-shadow: 0 1px 4px rgba(0,0,0,.35); font: 600 13px/1 Arial,sans-serif; text-decoration: none !important; }
.hac-property-map .hac-map-directions[hidden] { display: none !important; }
.hac-property-rooms__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin: 30px 0 14px; }
.hac-property-rooms__header h3 { font-size: 1.15rem; }
.hac-property-rooms__header p { max-width: 660px; margin-top: 5px; color: var(--hac-mp-muted); font-size: .82rem; }
.hac-property-rooms__header button { flex: 0 0 auto; padding: 9px 13px; color: var(--hac-mp-brand); background: var(--hac-mp-mint); border: 1px solid #b9ded3; border-radius: 10px; font-size: .78rem; font-weight: 780; }
.hac-property-rooms { display: grid; gap: 16px; }
.hac-property-room { padding: 20px; background: #f8fbfa; border: 1px solid var(--hac-mp-border); border-radius: 16px; }
.hac-property-room > header { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.hac-property-room header span { color: var(--hac-mp-muted); font-size: .68rem; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.hac-property-room h4 { margin-top: 2px; font-size: 1rem; }
.hac-property-room [data-remove-room] { padding: 7px 10px; color: var(--hac-mp-danger); background: #fff; border: 1px solid #eccbd0; border-radius: 9px; font-size: .72rem; font-weight: 740; }
.hac-property-review { display: grid; gap: 0; overflow: hidden; border: 1px solid var(--hac-mp-border); border-radius: 14px; }
.hac-property-review > div { display: grid; grid-template-columns: minmax(110px, .35fr) 1fr; gap: 14px; padding: 14px 16px; }
.hac-property-review > div + div { border-top: 1px solid var(--hac-mp-border); }
.hac-property-review strong { font-size: .78rem; }
.hac-property-review span { color: var(--hac-mp-muted); font-size: .84rem; overflow-wrap: anywhere; }
.hac-property-consent { display: flex !important; grid-template-columns: auto 1fr; align-items: flex-start; gap: 11px !important; margin-top: 22px; padding: 15px; background: var(--hac-mp-cream); border-radius: 12px; }
.hac-property-consent input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--hac-mp-brand); }
.hac-property-form__actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--hac-mp-border); }
.hac-property-button { min-height: 46px; padding: 10px 18px; border-radius: 11px; font-size: .84rem; font-weight: 780; }
.hac-property-button--primary { color: #fff; background: var(--hac-mp-brand); border: 1px solid var(--hac-mp-brand); }
.hac-property-button--secondary { color: var(--hac-mp-ink); background: #fff; border: 1px solid var(--hac-mp-border-strong); }
.hac-property-button:disabled { opacity: .55; cursor: wait; }
.hac-property-form__status { margin-top: 18px; padding: 12px 14px; color: var(--hac-mp-danger); background: var(--hac-mp-danger-soft); border: 1px solid #efc9ce; border-radius: 10px; font-size: .82rem; }
.hac-property-success { display: grid; min-height: 390px; place-items: center; align-content: center; gap: 12px; text-align: center; }
.hac-property-success > span { display: grid; width: 58px; height: 58px; place-items: center; color: #fff; background: var(--hac-mp-success); border-radius: 999px; font-size: 1.8rem; }
.hac-property-success h2 { font-size: 1.8rem; }
.hac-property-success p { color: var(--hac-mp-muted); }
.hac-property-success .hac-property-button { margin-top: 10px; }
.hac-property-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@container hac-marketplace (max-width: 700px) {
	.hac-marketplace__owner-link { padding: 0; font-size: 0 !important; line-height: 0 !important; }
	.hac-marketplace__owner-hero-link { width: 100%; margin-top: 14px; padding: 10px 12px; font-size: .76rem; }
	.hac-property-steps { grid-template-columns: repeat(4, 1fr); gap: 2px; }
	.hac-property-steps li { justify-content: center; padding: 5px; font-size: 0; }
	.hac-property-steps li span { font-size: .74rem; }
	.hac-property-form__grid { grid-template-columns: 1fr; gap: 14px; }
	.hac-property-form__wide { grid-column: auto; }
	.hac-property-rooms__header { align-items: stretch; flex-direction: column; }
	.hac-property-rooms__header button { align-self: flex-start; }
	.hac-property-review > div { grid-template-columns: 1fr; gap: 4px; }
}

@container hac-marketplace (max-width: 450px) {
	/* Keep the Add Property + card visible even on narrow mobile screens. */
	.hac-marketplace__owner-link {
		display: grid !important;
		width: 56px;
		height: 56px;
		min-height: 56px;
		flex: 0 0 56px;
		place-items: center;
		padding: 0;
		font-size: 0 !important;
		line-height: 0 !important;
		border-radius: 16px;
	}

	.hac-marketplace__owner-link::before {
		content: "+" !important;
		display: grid !important;
		place-items: center;
		width: 100%;
		height: 100%;
		color: #fff;
		font-size: 2.9rem;
		font-weight: 300;
		line-height: 1;
		transform: none;
	}

	.hac-marketplace-view--owner { padding: 20px 10px 34px; }
	.hac-property-form, .hac-property-success { padding: 18px 14px; border-radius: 18px; }
	.hac-property-room { padding: 14px; }
	.hac-property-form__actions { display: grid; grid-template-columns: 1fr; }
	.hac-property-button { width: 100%; }
}

[dir="rtl"] .hac-marketplace {
	text-align: right;
}

[dir="rtl"] .hac-marketplace__skip {
	right: 14px;
	left: auto;
}

[dir="rtl"] .hac-marketplace-card__type {
	right: 14px;
	left: auto;
}

[dir="rtl"] .hac-marketplace-field:first-child {
	border-radius: 0 14px 14px 0;
}

[dir="rtl"] .hac-marketplace-results__actions select {
	padding: 0 0 0 20px;
}

@media (prefers-reduced-motion: reduce) {
	.hac-marketplace *,
	.hac-marketplace *::before,
	.hac-marketplace *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media (forced-colors: active) {
	.hac-marketplace-card,
	.hac-marketplace-search,
	.hac-marketplace-field,
	.hac-marketplace-state {
		border: 1px solid CanvasText;
	}

	.hac-marketplace-card__action,
	.hac-marketplace-search__submit {
		border: 1px solid ButtonText;
	}
}

/* Carousel overlays must override the decorative static-hero pseudo elements. */
.hac-marketplace__hero.hac-marketplace__hero--carousel::before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	inset: 0;
	z-index: -2;
	width: auto;
	height: auto;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: linear-gradient(90deg, rgba(2, 27, 26, 0.78) 0%, rgba(4, 50, 47, 0.54) 48%, rgba(4, 43, 41, 0.42) 100%);
}

.hac-marketplace__hero.hac-marketplace__hero--carousel::after {
	z-index: -1;
	opacity: 0.32;
}
