/* Hospitality AI Concierge — guest-facing interface */

.hac-concierge {
	--hac-ink: #152326;
	--hac-muted: #637174;
	--hac-brand: #0d625d;
	--hac-brand-strong: #084944;
	--hac-brand-soft: #e5f2ef;
	--hac-accent: #c79258;
	--hac-accent-soft: #f7efe5;
	--hac-surface: #ffffff;
	--hac-surface-alt: #f6f8f7;
	--hac-border: #dfe6e4;
	--hac-danger: #a82d36;
	--hac-danger-soft: #fff0f1;
	--hac-success: #16704a;
	--hac-success-soft: #eaf7f0;
	--hac-warning: #916018;
	--hac-warning-soft: #fff7e5;
	--hac-shadow: 0 24px 70px rgba(16, 38, 38, 0.18), 0 2px 10px rgba(16, 38, 38, 0.08);
	--hac-radius-xl: 28px;
	--hac-radius-lg: 20px;
	--hac-radius-md: 14px;
	--hac-radius-sm: 10px;
	--hac-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	position: relative;
	box-sizing: border-box;
	color: var(--hac-ink);
	font-family: var(--hac-font);
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	-webkit-font-smoothing: antialiased;
}

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

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

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

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

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

.hac-concierge .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-concierge svg {
	width: 1.25em;
	height: 1.25em;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hac-shell {
	position: relative;
	width: min(100%, 980px);
	margin-inline: auto;
	overflow: hidden;
	background: var(--hac-surface);
	border: 1px solid var(--hac-border);
	border-radius: var(--hac-radius-xl);
	box-shadow: var(--hac-shadow);
	isolation: isolate;
}

.hac-concierge[data-mode="embedded"] {
	height: auto;
	min-height: 0;
}

.hac-concierge[data-mode="embedded"] .hac-shell {
	height: auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
}

.hac-concierge[data-mode="embedded"] .hac-property,
.hac-concierge[data-mode="embedded"] .hac-offline {
	flex: 0 0 auto;
}

.hac-concierge[data-mode="embedded"] .hac-property {
	min-height: 190px;
	padding-block: 18px 22px;
}

.hac-concierge[data-mode="embedded"] .hac-property__content {
	margin-top: 24px;
}

.hac-concierge[data-mode="embedded"] .hac-main {
	min-height: 0;
	display: block;
	overflow: visible;
	scroll-padding-top: 66px;
}

.hac-concierge[data-mode="embedded"] .hac-tabs,
.hac-concierge[data-mode="floating"] .hac-tabs {
	position: sticky;
	z-index: 12;
	top: 0;
	flex: 0 0 auto;
}

.hac-concierge[data-mode="embedded"] .hac-panel {
	min-height: 0;
	height: auto;
}

.hac-concierge[data-mode="embedded"] .hac-messages {
	height: clamp(260px, 46dvh, 520px);
	min-height: 220px;
	max-height: 520px;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-y;
}

.hac-concierge .hac-messages:focus-visible {
	outline: 3px solid color-mix(in srgb, var(--hac-brand) 28%, transparent);
	outline-offset: 2px;
}

.hac-concierge[data-mode="embedded"] .hac-chat-panel {
	height: auto;
	min-height: 0;
	overflow: visible;
}

.hac-concierge[data-mode="embedded"] .hac-booking-panel {
	min-height: 0;
	overflow-y: visible;
}

.hac-concierge[data-mode="embedded"] .hac-composer {
	position: sticky;
	z-index: 14;
	bottom: max(10px, env(safe-area-inset-bottom));
	box-shadow: 0 -8px 20px rgba(255, 255, 255, 0.92), 0 5px 18px rgba(18, 42, 41, 0.08);
}

.hac-marketplace-view--concierge .hac-marketplace-concierge > .hac-concierge {
	height: auto;
	min-height: 0;
}

.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-shell {
	width: 100%;
	max-width: none;
	border-inline: 0;
	border-radius: 0;
	box-shadow: 0 18px 54px rgba(16, 38, 38, 0.10);
}

.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-tabs {
	top: 62px;
}

.hac-concierge[data-mode="embedded"] .hac-chat-panel,
.hac-concierge[data-mode="embedded"] .hac-booking-panel {
	width: 100%;
	max-width: 940px;
	margin-inline: auto;
}

.hac-concierge[data-mode="embedded"] .hac-booking-stage {
	min-height: 420px;
}

.hac-skip-link {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 100;
	padding: 8px 12px;
	color: #fff;
	background: var(--hac-brand-strong);
	border-radius: 8px;
	transform: translateY(-150%);
}

.hac-skip-link:focus {
	transform: translateY(0);
}

.hac-property {
	position: relative;
	min-height: 236px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 22px clamp(20px, 4vw, 38px) 28px;
	color: #fff;
	background: linear-gradient(125deg, #153f3c 0%, #0b2524 72%, #101d1c 100%);
	overflow: hidden;
}

.hac-property__media,
.hac-property__shade {
	position: absolute;
	inset: 0;
}

.hac-property__media {
	z-index: -2;
	background-position: center;
	background-size: cover;
	transform: scale(1.015);
	transition: opacity 300ms ease;
}

.hac-property__shade {
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(6, 27, 26, 0.94) 0%, rgba(6, 27, 26, 0.68) 56%, rgba(6, 27, 26, 0.28) 100%),
		linear-gradient(0deg, rgba(6, 27, 26, 0.45), transparent 65%);
}

.hac-property__topbar,
.hac-property__content,
.hac-brand,
.hac-property__actions,
.hac-hero-action,
.hac-property__location,
.hac-property__rating {
	display: flex;
	align-items: center;
}

.hac-property__platform-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.hac-platform-mark {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 7px 10px;
	font-size: 0.67rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	backdrop-filter: blur(8px);
}

.hac-platform-mark strong {
	font-weight: 800;
}

.hac-marketplace-concierge {
	scroll-margin-top: 1.5rem;
}

.hac-property__topbar,
.hac-property__content {
	justify-content: space-between;
	gap: 20px;
}

.hac-brand {
	min-width: 0;
	gap: 12px;
}

.hac-brand__logo {
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.hac-brand__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 5px;
}

.hac-brand__eyebrow,
.hac-brand__name,
.hac-property__copy h2,
.hac-property__copy p,
.hac-chat-intro p,
.hac-section-heading p,
.hac-section-heading h3,
.hac-fine-print,
.hac-outcome h3,
.hac-outcome p,
.hac-room-card p,
.hac-room-card h4,
.hac-empty-state h4,
.hac-empty-state p {
	margin: 0;
}

.hac-brand__eyebrow {
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.13em;
	line-height: 1.2;
	text-transform: uppercase;
	opacity: 0.76;
}

.hac-brand__name {
	max-width: 34ch;
	overflow: hidden;
	font-size: 1rem;
	font-weight: 760;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hac-property__content {
	align-items: flex-end;
	margin-top: 38px;
}

.hac-property__copy {
	max-width: 640px;
}

.hac-property__rating {
	width: fit-content;
	gap: 5px;
	margin-bottom: 9px;
	font-size: 0.79rem;
	font-weight: 750;
}

.hac-property__rating > span:first-child {
	color: #ffd988;
	font-size: 1rem;
}

.hac-property__rating-label {
	font-weight: 500;
	opacity: 0.76;
}

.hac-property__copy h2 {
	max-width: 20ch;
	font-size: clamp(1.65rem, 4vw, 2.35rem);
	font-weight: 760;
	letter-spacing: -0.04em;
	line-height: 1.08;
}

.hac-property__copy > p:not(.hac-property__location) {
	max-width: 52ch;
	margin-top: 8px;
	font-size: 0.94rem;
	opacity: 0.85;
}

.hac-property__location {
	gap: 5px;
	margin-top: 10px !important;
	font-size: 0.8rem !important;
	opacity: 0.76 !important;
}

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

.hac-property__actions {
	flex: 0 0 auto;
	gap: 8px;
}

.hac-hero-action {
	min-height: 40px;
	gap: 7px;
	padding: 8px 12px;
	color: #fff !important;
	font-size: 0.78rem;
	font-weight: 700;
	text-decoration: none !important;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	backdrop-filter: blur(10px);
	transition: background-color 160ms ease, transform 160ms ease;
}

.hac-hero-action:hover {
	background: rgba(255, 255, 255, 0.2);
	transform: translateY(-1px);
}

.hac-icon-button {
	display: inline-grid;
	width: 42px;
	height: 42px;
	padding: 0;
	place-items: center;
	color: inherit;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 50%;
}

.hac-icon-button:hover {
	background: rgba(255, 255, 255, 0.22);
}

.hac-offline {
	align-items: center;
	gap: 8px;
	padding: 9px 22px;
	color: #5e4218;
	font-size: 0.79rem;
	font-weight: 650;
	background: #fff3d1;
	border-bottom: 1px solid #ead59a;
}

.hac-offline:not([hidden]) {
	display: flex;
}

.hac-offline svg {
	flex: 0 0 auto;
}

.hac-main {
	position: relative;
	min-height: 500px;
	background: var(--hac-surface);
}

.hac-tabs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
	padding: 7px;
	background: var(--hac-surface-alt);
	border-bottom: 1px solid var(--hac-border);
	scroll-margin-top: 64px;
}

.hac-tab {
	position: relative;
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 16px;
	color: var(--hac-muted);
	font-size: 0.9rem;
	font-weight: 700;
	background: transparent;
	border: 0;
	border-radius: 11px;
	transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease;
}

.hac-tab.is-active {
	color: var(--hac-brand-strong);
	background: var(--hac-surface);
	box-shadow: 0 2px 10px rgba(18, 42, 41, 0.07);
}

.hac-tab:disabled {
	cursor: wait;
	opacity: 0.5;
}

.hac-tab.is-active::after {
	position: absolute;
	right: 28%;
	bottom: -8px;
	left: 28%;
	height: 2px;
	content: "";
	background: var(--hac-accent);
	border-radius: 5px;
}

.hac-panel {
	min-height: 440px;
	padding: clamp(20px, 4vw, 36px);
}

.hac-chat-panel {
	display: flex;
	flex-direction: column;
}

.hac-chat-intro {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 2px 2px 18px;
}

.hac-ai-avatar {
	display: grid;
	width: 46px;
	height: 46px;
	flex: 0 0 46px;
	place-items: center;
	color: #fff;
	background: linear-gradient(145deg, var(--hac-brand), var(--hac-brand-strong));
	border-radius: 15px;
	box-shadow: 0 8px 20px rgba(13, 98, 93, 0.22);
}

.hac-ai-avatar svg {
	width: 25px;
	height: 25px;
}

.hac-chat-intro__title {
	font-size: 1rem;
	font-weight: 760;
}

.hac-chat-intro p:last-child {
	margin-top: 2px;
	color: var(--hac-muted);
	font-size: 0.82rem;
}

.hac-quick-prompts {
	display: flex;
	gap: 8px;
	padding: 0 2px 16px;
	flex-wrap: wrap;
	overflow-x: visible;
}

.hac-quick-prompts button {
	min-height: 38px;
	flex: 0 0 auto;
	padding: 7px 13px;
	color: var(--hac-brand-strong);
	font-size: 0.8rem;
	font-weight: 680;
	background: var(--hac-brand-soft);
	border: 1px solid #cce2de;
	border-radius: 999px;
	transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.hac-quick-prompts button:hover {
	background: #d8ebe7;
	border-color: #abcfc8;
	transform: translateY(-1px);
}

.hac-messages {
	display: flex;
	min-height: 165px;
	max-height: 360px;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 12px;
	padding: 16px;
	overflow-y: auto;
	background: var(--hac-surface-alt);
	border: 1px solid var(--hac-border);
	border-radius: var(--hac-radius-lg);
	overscroll-behavior: contain;
	scroll-behavior: smooth;
}

.hac-message {
	display: flex;
	max-width: min(86%, 620px);
	align-items: flex-end;
	gap: 7px;
}

.hac-message--user {
	align-self: flex-end;
	justify-content: flex-end;
}

.hac-message--assistant {
	align-self: flex-start;
}

.hac-message__avatar {
	display: grid;
	width: 27px;
	height: 27px;
	flex: 0 0 27px;
	place-items: center;
	color: var(--hac-brand);
	background: var(--hac-brand-soft);
	border-radius: 9px;
}

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

.hac-message__bubble {
	padding: 10px 13px;
	color: var(--hac-ink);
	font-size: 0.88rem;
	line-height: 1.55;
	white-space: pre-wrap;
	background: #fff;
	border: 1px solid var(--hac-border);
	border-radius: 15px 15px 15px 4px;
	box-shadow: 0 2px 5px rgba(18, 42, 41, 0.035);
	word-break: break-word;
}

.hac-message--user .hac-message__bubble {
	color: #fff;
	background: var(--hac-brand);
	border-color: var(--hac-brand);
	border-radius: 15px 15px 4px 15px;
}

.hac-message--error .hac-message__bubble {
	color: var(--hac-danger);
	background: var(--hac-danger-soft);
	border-color: #f0c8cc;
}

.hac-message__meta {
	display: block;
	margin-top: 5px;
	font-size: 0.67rem;
	opacity: 0.67;
}

.hac-message__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 8px;
}

.hac-message__actions :is(button, a) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 6px 9px;
	color: var(--hac-brand-strong);
	font-size: 0.74rem;
	font-weight: 700;
	background: var(--hac-brand-soft);
	border: 1px solid #cce2de;
	border-radius: 8px;
	text-decoration: none;
}

.hac-chat-dates {
	display: grid;
	gap: 9px;
	margin: 9px 0;
	padding: 11px;
	border: 1px solid var(--hac-border);
	border-radius: 13px;
	background: var(--hac-surface, #fff);
	box-shadow: 0 8px 24px rgba(16, 38, 38, 0.08);
}

.hac-chat-dates[hidden] { display: none; }
.hac-chat-dates__heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 0.82rem; }
.hac-chat-dates__heading button { width: 30px; height: 30px; padding: 0; color: var(--hac-muted); background: transparent; border: 0; border-radius: 8px; font-size: 1.25rem; cursor: pointer; }
.hac-chat-dates__fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.hac-chat-dates__fields label { display: grid; min-width: 0; gap: 4px; color: var(--hac-muted); font-size: 0.7rem; font-weight: 700; }
.hac-chat-dates__fields :is(input, select) { width: 100%; min-width: 0; min-height: 42px; padding: 7px 8px; border: 1px solid var(--hac-border); border-radius: 9px; background: #fff; color: var(--hac-ink); font: inherit; font-size: 0.82rem; }
.hac-chat-dates__error { margin: 0; color: var(--hac-danger); font-size: 0.75rem; }
.hac-chat-dates > .hac-button { width: 100%; min-height: 40px; }

.hac-payment-options { margin: 12px 0; }
.hac-payment-choice { display: grid; gap: 9px; margin: 0; padding: 13px; border: 1px solid var(--hac-border); border-radius: 14px; background: var(--hac-surface-alt); }
.hac-payment-choice legend { padding: 0 5px; color: var(--hac-ink); font-size: 0.84rem; font-weight: 760; }
.hac-payment-choice__method { display: flex; align-items: flex-start; gap: 9px; padding: 10px; border: 1px solid var(--hac-border); border-radius: 11px; background: #fff; cursor: pointer; }
.hac-payment-choice__method input { margin-top: 3px; }
.hac-payment-choice__method span { display: grid; min-width: 0; gap: 2px; }
.hac-payment-choice__method small { color: var(--hac-muted); font-size: 0.72rem; }
.hac-payment-choice__asset { width: 100%; min-height: 42px; padding: 7px 9px; border: 1px solid var(--hac-border); border-radius: 10px; background: #fff; color: var(--hac-ink); font: inherit; }
.hac-payment-choice__unavailable,.hac-payment-error { margin: 0; color: var(--hac-danger); font-size: 0.78rem; }
.hac-crypto-payment,.hac-cash-payment { display: grid; width: 100%; gap: 8px; padding: 13px; border: 1px solid var(--hac-border); border-radius: 13px; background: #fff; text-align: left; }
.hac-crypto-payment p,.hac-cash-payment p { margin: 0; }
.hac-crypto-payment code { display: block; padding: 9px; overflow-wrap: anywhere; color: var(--hac-ink); background: var(--hac-surface-alt); border-radius: 8px; font-size: 0.72rem; user-select: all; }
.hac-crypto-payment small { color: var(--hac-muted); line-height: 1.45; }
.hac-crypto-payment a { color: var(--hac-brand-strong); font-size: 0.76rem; font-weight: 700; }
.hac-crypto-payment__qr { display: inline-grid; justify-items: center; gap: 8px; width: fit-content; max-width: 100%; padding: 12px; margin: 4px 0 6px; border: 1px solid #d8dfde; border-radius: 12px; background: #fff; box-shadow: 0 4px 14px rgba(16, 38, 38, 0.06); }
.hac-crypto-payment__qr-code { width: 222px; height: 222px; max-width: min(222px, calc(100vw - 88px)); max-height: min(222px, calc(100vw - 88px)); aspect-ratio: 1 / 1; overflow: hidden; background: #fff; border: 0; border-radius: 0; box-shadow: none; filter: none; line-height: 0; }
.hac-crypto-payment__qr-code canvas { display: block !important; width: 222px !important; height: 222px !important; max-width: 100% !important; max-height: 100% !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; filter: none !important; opacity: 1 !important; transform: none !important; image-rendering: pixelated; }
/* Defense for a stale/cached SVG renderer: never let shared concierge icon strokes alter QR modules. */
.hac-crypto-payment__qr-code svg { display: block; width: 100% !important; height: 100% !important; max-width: none !important; max-height: none !important; background: #fff !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; filter: none !important; fill: initial !important; stroke: none !important; stroke-width: 0 !important; shape-rendering: crispEdges; }
.hac-crypto-payment__qr-code svg rect:first-child { fill: #fff !important; stroke: none !important; }
.hac-crypto-payment__qr-code svg path { fill: #000 !important; stroke: none !important; stroke-width: 0 !important; stroke-linecap: butt !important; stroke-linejoin: miter !important; }
.hac-crypto-payment__qr span { color: var(--hac-muted); font-size: 0.72rem; font-weight: 700; text-align: center; }

@media (max-width: 480px) {
	.hac-chat-dates__fields { grid-template-columns: 1fr; }
}

.hac-message__media {
	display: flex;
	max-width: 100%;
	gap: 8px;
	padding-top: 10px;
	overflow-x: auto;
	scroll-snap-type: x proximity;
	scrollbar-width: thin;
}

.hac-media-card {
	width: min(220px, 76vw);
	flex: 0 0 min(220px, 76vw);
	padding: 0;
	overflow: hidden;
	color: var(--hac-ink);
	text-align: left;
	background: #fff;
	border: 1px solid var(--hac-border);
	border-radius: 11px;
	scroll-snap-align: start;
}

.hac-media-card img {
	display: block;
	width: 100%;
	height: 130px;
	object-fit: cover;
}

.hac-media-card span {
	display: block;
	padding: 7px 9px;
	font-size: 0.72rem;
	font-weight: 650;
	line-height: 1.35;
}

.hac-typing {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	min-width: 50px;
	height: 20px;
}

.hac-typing i {
	width: 6px;
	height: 6px;
	background: #80908d;
	border-radius: 50%;
	animation: hac-typing 1.15s infinite ease-in-out;
}

.hac-typing i:nth-child(2) {
	animation-delay: 150ms;
}

.hac-typing i:nth-child(3) {
	animation-delay: 300ms;
}

@keyframes hac-typing {
	0%, 60%, 100% { opacity: 0.4; transform: translateY(0); }
	30% { opacity: 1; transform: translateY(-3px); }
}

.hac-chat-status {
	min-height: 18px;
	padding: 3px 4px 0;
	color: var(--hac-muted);
	font-size: 0.72rem;
}

.hac-composer {
	display: flex;
	align-items: flex-end;
	gap: 8px;
	margin-top: 7px;
	padding: 7px 7px 7px 15px;
	background: #fff;
	border: 1px solid #cfd9d6;
	border-radius: 17px;
	box-shadow: 0 5px 18px rgba(18, 42, 41, 0.06);
	transition: border-color 150ms ease, box-shadow 150ms ease;
}

.hac-composer:focus-within {
	border-color: var(--hac-brand);
	box-shadow: 0 0 0 3px rgba(13, 98, 93, 0.12);
}

.hac-composer textarea {
	width: 100%;
	min-height: 36px;
	max-height: 120px;
	padding: 7px 0 5px;
	resize: none;
	color: var(--hac-ink);
	line-height: 1.4;
	background: transparent;
	border: 0;
	outline: 0;
}

.hac-composer textarea::placeholder {
	color: #83908e;
}

.hac-send {
	display: grid;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	padding: 0;
	place-items: center;
	color: #fff;
	background: var(--hac-brand);
	border: 0;
	border-radius: 13px;
	transition: background-color 150ms ease, transform 150ms ease;
}

.hac-send:hover {
	background: var(--hac-brand-strong);
	transform: translateY(-1px);
}

.hac-send:disabled {
	cursor: wait;
	opacity: 0.55;
}

.hac-fine-print {
	padding-top: 7px;
	color: var(--hac-muted);
	font-size: 0.68rem;
	text-align: center;
}

.hac-progress {
	margin: -5px 0 30px;
}

.hac-progress ol {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 0;
	margin: 0;
	list-style: none;
}

.hac-progress ol::before {
	position: absolute;
	top: 15px;
	right: 12.5%;
	left: 12.5%;
	height: 2px;
	content: "";
	background: var(--hac-border);
}

.hac-progress li {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 5px;
	color: #657471;
}

.hac-progress li span {
	position: relative;
	z-index: 1;
	display: grid;
	width: 31px;
	height: 31px;
	place-items: center;
	font-size: 0.72rem;
	font-weight: 780;
	background: #fff;
	border: 2px solid var(--hac-border);
	border-radius: 50%;
}

.hac-progress li strong {
	font-size: 0.7rem;
	font-weight: 700;
}

.hac-progress li.is-current,
.hac-progress li.is-complete {
	color: var(--hac-brand);
}

.hac-progress li.is-current span {
	color: #fff;
	background: var(--hac-brand);
	border-color: var(--hac-brand);
	box-shadow: 0 0 0 4px var(--hac-brand-soft);
}

.hac-progress li.is-complete span {
	color: #fff;
	background: var(--hac-brand);
	border-color: var(--hac-brand);
}

.hac-booking-stage {
	scroll-margin-top: 130px;
	animation: hac-stage-in 220ms ease both;
}

@keyframes hac-stage-in {
	from { opacity: 0; transform: translateY(7px); }
	to { opacity: 1; transform: translateY(0); }
}

.hac-section-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
}

.hac-section-heading--back {
	justify-content: flex-start;
}

.hac-kicker {
	color: #815226;
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	line-height: 1.3;
	text-transform: uppercase;
}

.hac-section-heading h3 {
	margin-top: 3px;
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	font-weight: 760;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.hac-secure-badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 6px 9px;
	color: var(--hac-success);
	font-size: 0.7rem;
	font-weight: 750;
	background: var(--hac-success-soft);
	border-radius: 999px;
}

.hac-secure-badge svg {
	width: 14px;
	height: 14px;
}

.hac-back {
	display: grid;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	padding: 0;
	place-items: center;
	color: var(--hac-brand-strong);
	background: var(--hac-brand-soft);
	border: 0;
	border-radius: 12px;
}

.hac-stay-summary {
	margin-top: 4px !important;
	color: var(--hac-muted);
	font-size: 0.8rem;
}

.hac-availability-form,
.hac-guest-form {
	padding: clamp(16px, 3vw, 24px);
	background: var(--hac-surface-alt);
	border: 1px solid var(--hac-border);
	border-radius: var(--hac-radius-lg);
}

.hac-uncertain-notice {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 15px;
	margin-bottom: 16px;
	color: #704228;
	background: #fff4e8;
	border: 1px solid #efcba8;
	border-radius: 14px;
}

.hac-uncertain-notice[hidden] {
	display: none;
}

.hac-uncertain-notice > svg {
	width: 21px;
	height: 21px;
	flex: 0 0 21px;
	margin-top: 1px;
}

.hac-uncertain-notice strong {
	display: block;
	font-size: 0.86rem;
}

.hac-uncertain-notice p {
	margin: 4px 0 11px;
	font-size: 0.76rem;
	line-height: 1.5;
}

.hac-uncertain-notice .hac-button {
	min-height: 40px;
	padding: 8px 12px;
	font-size: 0.76rem;
}

.hac-date-fields,
.hac-guest-fields,
.hac-form-grid {
	display: grid;
	gap: 13px;
}

.hac-date-fields {
	grid-template-columns: repeat(2, 1fr);
}

.hac-guest-fields {
	grid-template-columns: repeat(3, 1fr);
	margin-top: 13px;
}

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

.hac-device-save {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	padding: 13px 14px;
	margin-top: 15px;
	color: var(--hac-ink);
	background: #fff;
	border: 1px solid var(--hac-border);
	border-radius: 13px;
	cursor: pointer;
}

.hac-device-save input {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	margin: 2px 0 0;
	accent-color: var(--hac-brand);
}

.hac-device-save > span {
	display: grid;
	gap: 3px;
}

.hac-device-save strong {
	font-size: 0.8rem;
	line-height: 1.35;
}

.hac-device-save small {
	color: var(--hac-muted);
	font-size: 0.68rem;
	font-weight: 500;
	line-height: 1.5;
}

.hac-device-save-status {
	display: block;
	margin-top: 7px;
	color: var(--hac-muted);
	font-size: 0.7rem;
	font-weight: 650;
	text-align: center;
}

.hac-field {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 6px;
	color: var(--hac-ink);
	font-size: 0.78rem;
	font-weight: 700;
}

.hac-field > span small,
.hac-field > small {
	color: var(--hac-muted);
	font-size: 0.68rem;
	font-weight: 500;
}

.hac-field input,
.hac-field select,
.hac-field textarea {
	width: 100%;
	min-height: 47px;
	padding: 11px 12px;
	color: var(--hac-ink);
	font-size: 0.9rem;
	font-weight: 500;
	background: #fff;
	border: 1px solid #ced8d5;
	border-radius: var(--hac-radius-sm);
	outline: 0;
	transition: border-color 150ms ease, box-shadow 150ms ease;
}

.hac-field textarea {
	min-height: 88px;
	resize: vertical;
}

.hac-field input:focus,
.hac-field select:focus,
.hac-field textarea:focus {
	border-color: var(--hac-brand);
	box-shadow: 0 0 0 3px rgba(13, 98, 93, 0.11);
}

.hac-field input:invalid:not(:placeholder-shown),
.hac-field textarea:invalid:not(:placeholder-shown) {
	border-color: #d7868c;
}

.hac-input-wrap {
	position: relative;
	display: block;
}

.hac-input-wrap svg {
	position: absolute;
	top: 50%;
	left: 12px;
	z-index: 1;
	width: 17px;
	height: 17px;
	color: var(--hac-brand);
	pointer-events: none;
	transform: translateY(-50%);
}

.hac-input-wrap input {
	padding-left: 39px;
}

.hac-promo-field {
	max-width: 310px;
	margin-top: 13px;
}

.hac-room-type-filter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 11px 13px;
	margin-top: 13px;
	color: var(--hac-brand-strong);
	background: var(--hac-brand-soft);
	border: 1px solid var(--hac-border);
	border-color: color-mix(in srgb, var(--hac-brand) 24%, transparent);
	border-radius: 11px;
}

.hac-room-type-filter[hidden] {
	display: none;
}

.hac-room-type-filter > div {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 2px;
}

.hac-room-type-filter span {
	color: var(--hac-muted);
	font-size: 0.68rem;
	font-weight: 650;
}

.hac-room-type-filter strong {
	overflow: hidden;
	font-size: 0.82rem;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hac-room-type-filter button {
	flex: 0 0 auto;
	min-height: 36px;
	padding: 7px 11px;
	color: var(--hac-brand-strong);
	font: inherit;
	font-size: 0.72rem;
	font-weight: 750;
	background: #fff;
	border: 1px solid var(--hac-border);
	border-radius: 999px;
	cursor: pointer;
}

.hac-room-type-filter button:focus-visible {
	outline: 3px solid rgba(13, 98, 93, 0.18);
	outline-offset: 2px;
}

.hac-child-ages {
	padding: 12px;
	margin-top: 13px;
	background: #fff;
	border: 1px solid var(--hac-border);
	border-radius: 11px;
}

.hac-child-ages > p {
	margin: 0 0 9px;
	font-size: 0.76rem;
	font-weight: 720;
}

.hac-child-ages__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
	gap: 9px;
}

.hac-child-ages .hac-field select {
	min-height: 43px;
}

.hac-field--full {
	grid-column: 1 / -1;
}

.hac-form-error {
	padding: 10px 12px;
	margin-top: 14px;
	color: var(--hac-danger);
	font-size: 0.8rem;
	font-weight: 620;
	background: var(--hac-danger-soft);
	border: 1px solid #f0c8cc;
	border-radius: 10px;
}

.hac-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 11px 18px;
	font-size: 0.88rem;
	font-weight: 750;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 12px;
	transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.hac-button svg {
	width: 18px;
	height: 18px;
}

.hac-button--wide {
	width: 100%;
	margin-top: 16px;
}

.hac-button--primary {
	color: #fff;
	background: var(--hac-brand);
	border-color: var(--hac-brand);
	box-shadow: 0 8px 22px rgba(13, 98, 93, 0.18);
}

.hac-button--primary:hover {
	background: var(--hac-brand-strong);
	border-color: var(--hac-brand-strong);
	transform: translateY(-1px);
}

.hac-button--secondary {
	color: var(--hac-brand-strong);
	background: var(--hac-brand-soft);
	border-color: #cce2de;
}

.hac-button--ghost {
	color: var(--hac-brand-strong);
	background: #fff;
	border-color: var(--hac-border);
}

.hac-button:disabled {
	cursor: wait;
	opacity: 0.62;
	transform: none;
}

.hac-button.is-loading > span,
.hac-send.is-loading svg {
	opacity: 0.55;
}

.hac-button.is-loading::before,
.hac-send.is-loading::before {
	width: 17px;
	height: 17px;
	content: "";
	border: 2px solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	animation: hac-spin 700ms linear infinite;
}

.hac-send.is-loading svg {
	display: none;
}

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

.hac-assurance-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 22px;
	padding-top: 16px;
	color: var(--hac-muted);
	font-size: 0.72rem;
}

.hac-assurance-row span {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.hac-assurance-row span > span {
	display: inline;
}

.hac-assurance-row svg {
	width: 14px;
	height: 14px;
	color: var(--hac-success);
}

.hac-status-lookup {
	margin-top: 18px;
	background: #fff;
	border: 1px solid var(--hac-border);
	border-radius: var(--hac-radius-md);
}

.hac-status-lookup summary {
	padding: 14px 16px;
	color: var(--hac-brand-strong);
	font-size: 0.82rem;
	font-weight: 760;
	cursor: pointer;
}

.hac-status-lookup form {
	padding: 2px 16px 16px;
}

.hac-status-lookup__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.hac-status-lookup [data-hac-status-reference] {
	text-transform: uppercase;
}

.hac-status-lookup__privacy {
	margin: 9px 0 12px;
	color: var(--hac-muted);
	font-size: 0.7rem;
}

.hac-results-status {
	min-height: 20px;
	margin-bottom: 10px;
	color: var(--hac-muted);
	font-size: 0.8rem;
}

.hac-room-results {
	display: grid;
	gap: 16px;
}

.hac-room-card {
	display: grid;
	grid-template-columns: minmax(190px, 29%) 1fr;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--hac-border);
	border-radius: var(--hac-radius-lg);
	box-shadow: 0 8px 26px rgba(18, 42, 41, 0.06);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.hac-room-card:hover {
	border-color: #bfd3cf;
	box-shadow: 0 12px 32px rgba(18, 42, 41, 0.1);
	transform: translateY(-2px);
}

.hac-room-card__image {
	position: relative;
	min-height: 230px;
	background: linear-gradient(145deg, #dbe9e6, #b9d0cc);
}

.hac-room-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hac-room-card__image-placeholder {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	color: rgba(13, 73, 68, 0.6);
}

.hac-room-card__image-placeholder svg {
	width: 44px;
	height: 44px;
}

.hac-room-card__inventory {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 5px 8px;
	color: #fff;
	font-size: 0.67rem;
	font-weight: 750;
	background: rgba(8, 45, 42, 0.82);
	border-radius: 999px;
	backdrop-filter: blur(8px);
}

.hac-room-card__body {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 18px;
}

.hac-room-card__title-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
}

.hac-room-card h4 {
	font-size: 1.12rem;
	font-weight: 760;
	letter-spacing: -0.018em;
}

.hac-room-card__occupancy {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 4px;
	color: var(--hac-muted);
	font-size: 0.7rem;
	white-space: nowrap;
}

.hac-room-card__occupancy svg {
	width: 15px;
	height: 15px;
}

.hac-room-card__description {
	display: -webkit-box;
	margin-top: 6px !important;
	overflow: hidden;
	color: var(--hac-muted);
	font-size: 0.78rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.hac-room-card__amenities {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	padding: 0;
	margin: 12px 0;
	list-style: none;
}

.hac-room-card__amenities li {
	padding: 4px 7px;
	color: #4f6460;
	font-size: 0.67rem;
	font-weight: 620;
	background: var(--hac-surface-alt);
	border-radius: 6px;
}

.hac-room-card__condition {
	display: flex;
	align-items: flex-start;
	gap: 5px;
	margin-top: 3px !important;
	color: var(--hac-success);
	font-size: 0.71rem;
	font-weight: 650;
}

.hac-room-card__condition svg {
	width: 14px;
	height: 14px;
	flex: 0 0 14px;
	margin-top: 1px;
}

.hac-room-card__footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	padding-top: 14px;
	margin-top: auto;
	border-top: 1px solid var(--hac-border);
}

.hac-room-card__price small,
.hac-room-card__price span {
	display: block;
}

.hac-room-card__price strong {
	font-size: 1.25rem;
	font-weight: 790;
	letter-spacing: -0.025em;
}

.hac-room-card__price small,
.hac-room-card__price span {
	color: var(--hac-muted);
	font-size: 0.67rem;
}

.hac-room-card .hac-button {
	min-height: 42px;
	padding: 8px 14px;
}

.hac-room-skeleton {
	display: grid;
	grid-template-columns: 29% 1fr;
	min-height: 230px;
	overflow: hidden;
	border: 1px solid var(--hac-border);
	border-radius: var(--hac-radius-lg);
}

.hac-room-skeleton__image,
.hac-room-skeleton i {
	background: linear-gradient(100deg, #eef2f1 20%, #f8faf9 38%, #eef2f1 58%);
	background-size: 200% 100%;
	animation: hac-shimmer 1.3s infinite linear;
}

.hac-room-skeleton__body {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 20px;
}

.hac-room-skeleton i {
	display: block;
	height: 13px;
	border-radius: 5px;
}

.hac-room-skeleton i:first-child { width: 45%; height: 20px; }
.hac-room-skeleton i:nth-child(2) { width: 85%; }
.hac-room-skeleton i:nth-child(3) { width: 68%; }
.hac-room-skeleton i:last-child { width: 34%; height: 36px; margin-top: auto; align-self: flex-end; }

@keyframes hac-shimmer {
	to { background-position-x: -200%; }
}

.hac-empty-state,
.hac-outcome {
	padding: clamp(28px, 7vw, 56px) 20px;
	text-align: center;
	background: var(--hac-surface-alt);
	border: 1px solid var(--hac-border);
	border-radius: var(--hac-radius-lg);
}

.hac-state-icon,
.hac-outcome__icon {
	display: grid;
	width: 66px;
	height: 66px;
	margin: 0 auto 16px;
	place-items: center;
	color: var(--hac-brand);
	background: var(--hac-brand-soft);
	border-radius: 22px;
}

.hac-state-icon svg,
.hac-outcome__icon svg {
	width: 31px;
	height: 31px;
}

.hac-empty-state h4,
.hac-outcome h3 {
	font-size: 1.25rem;
	font-weight: 770;
}

.hac-empty-state p,
.hac-outcome p {
	max-width: 52ch;
	margin: 7px auto 0;
	color: var(--hac-muted);
	font-size: 0.84rem;
}

.hac-state-actions,
.hac-outcome__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 9px;
	margin-top: 20px;
}

.hac-selected-room {
	margin-bottom: 16px;
}

.hac-selection-summary {
	display: grid;
	grid-template-columns: 64px 1fr auto;
	align-items: center;
	gap: 12px;
	padding: 11px;
	background: var(--hac-accent-soft);
	border: 1px solid #ead9c5;
	border-radius: 14px;
}

.hac-selection-summary__image {
	width: 64px;
	height: 56px;
	overflow: hidden;
	background: #e7ddd0;
	border-radius: 10px;
}

.hac-selection-summary__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hac-selection-summary strong,
.hac-selection-summary small {
	display: block;
}

.hac-selection-summary strong {
	font-size: 0.86rem;
}

.hac-selection-summary small {
	margin-top: 2px;
	color: var(--hac-muted);
	font-size: 0.7rem;
}

.hac-selection-summary__price {
	font-size: 0.94rem !important;
	white-space: nowrap;
}

.hac-consents {
	padding: 15px;
	margin: 17px 0 0;
	background: #fff;
	border: 1px solid var(--hac-border);
	border-radius: 12px;
}

.hac-consents legend {
	padding: 0 5px;
	font-size: 0.78rem;
	font-weight: 750;
}

.hac-check {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin-top: 10px;
	color: #4e5f5c;
	font-size: 0.74rem;
	line-height: 1.45;
}

.hac-check:first-of-type {
	margin-top: 3px;
}

.hac-check input {
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	margin: 1px 0 0;
	accent-color: var(--hac-brand);
}

.hac-check a {
	color: var(--hac-brand-strong);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.hac-review {
	display: grid;
	gap: 13px;
}

.hac-review-card {
	padding: 17px;
	background: #fff;
	border: 1px solid var(--hac-border);
	border-radius: 14px;
}

.hac-review-card__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--hac-border);
}

.hac-review-card__heading h4 {
	margin: 0;
	font-size: 0.84rem;
	font-weight: 780;
}

.hac-review-card__heading button {
	padding: 3px;
	color: var(--hac-brand);
	font-size: 0.7rem;
	font-weight: 750;
	background: transparent;
	border: 0;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.hac-review-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px 18px;
}

.hac-review-item span,
.hac-review-item strong {
	display: block;
}

.hac-review-item span {
	color: var(--hac-muted);
	font-size: 0.67rem;
	font-weight: 600;
}

.hac-review-item strong {
	margin-top: 2px;
	font-size: 0.8rem;
	font-weight: 700;
	word-break: break-word;
}

.hac-review-total {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	padding-top: 13px;
	margin-top: 13px;
	border-top: 1px solid var(--hac-border);
}

.hac-review-total span,
.hac-review-total small {
	display: block;
}

.hac-review-total span {
	font-size: 0.78rem;
	font-weight: 700;
}

.hac-review-total small {
	color: var(--hac-muted);
	font-size: 0.66rem;
}

.hac-review-total strong {
	font-size: 1.3rem;
	font-weight: 800;
	white-space: nowrap;
}

.hac-booking-notice {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	padding: 11px 12px;
	margin-top: 14px;
	color: #5f4a27;
	background: var(--hac-warning-soft);
	border: 1px solid #f0dfb6;
	border-radius: 10px;
}

.hac-booking-notice svg {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	margin-top: 1px;
}

.hac-booking-notice p {
	margin: 0;
	font-size: 0.72rem;
	line-height: 1.5;
}

.hac-booking-protection {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 6px 10px;
	margin: 16px 0;
	padding: 13px 14px;
	border: 1px solid var(--hac-border);
	border-radius: 16px;
	background: var(--hac-surface-alt);
}

.hac-booking-protection[hidden] {
	display: none;
}

.hac-booking-protection strong,
.hac-booking-protection p {
	margin: 0;
}

.hac-booking-protection > div:first-child p,
.hac-protection-status {
	margin-top: 4px;
	color: var(--hac-muted);
	font-size: 0.82rem;
}

.hac-booking-protection > svg {
	width: 22px;
	height: 22px;
	grid-row: 1 / span 2;
	color: var(--hac-success);
}

.hac-protection-retry {
	grid-column: 2;
	justify-self: start;
	margin-top: 4px;
}

.hac-outcome--confirmed .hac-outcome__icon {
	color: var(--hac-success);
	background: var(--hac-success-soft);
}

.hac-outcome--pending .hac-outcome__icon {
	color: var(--hac-warning);
	background: var(--hac-warning-soft);
}

.hac-outcome--rejected .hac-outcome__icon {
	color: var(--hac-danger);
	background: var(--hac-danger-soft);
}

.hac-reference {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 9px 13px;
	margin-top: 17px;
	color: var(--hac-brand-strong);
	font-size: 0.78rem;
	font-weight: 700;
	background: #fff;
	border: 1px dashed #aac8c2;
	border-radius: 9px;
}

.hac-reference strong {
	font-size: 0.9rem;
	letter-spacing: 0.04em;
}

.hac-bootstrap-state {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 9px;
	min-height: 50px;
	padding: 9px 12px;
	margin-bottom: 10px;
	color: var(--hac-muted);
	font-size: 0.76rem;
	font-weight: 650;
	text-align: left;
	background: var(--hac-brand-soft);
	border: 1px solid #cce2de;
	border-radius: 12px;
}

.hac-is-ready .hac-bootstrap-state {
	display: none;
}

.hac-bootstrap-state .hac-button {
	min-height: 38px;
	margin-inline-start: auto;
}

.hac-bootstrap-state .hac-state-icon {
	width: 32px;
	height: 32px;
	margin: 0;
	border-radius: 10px;
}

.hac-bootstrap-state .hac-state-icon svg {
	width: 18px;
	height: 18px;
}

.hac-concierge:not(.hac-is-ready) .hac-composer,
.hac-concierge:not(.hac-is-ready) .hac-quick-prompts {
	opacity: 0.62;
}

.hac-spinner {
	width: 30px;
	height: 30px;
	border: 3px solid var(--hac-brand-soft);
	border-top-color: var(--hac-brand);
	border-radius: 50%;
	animation: hac-spin 800ms linear infinite;
}

.hac-launcher {
	position: fixed;
	z-index: 999998;
	right: max(20px, env(safe-area-inset-right));
	bottom: max(20px, env(safe-area-inset-bottom));
	display: inline-flex;
	min-height: 58px;
	align-items: center;
	gap: 9px;
	padding: 9px 18px 9px 11px;
	color: #fff;
	background: linear-gradient(135deg, var(--hac-brand), var(--hac-brand-strong));
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	box-shadow: 0 14px 34px rgba(8, 73, 68, 0.32);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.hac-launcher:hover {
	box-shadow: 0 17px 40px rgba(8, 73, 68, 0.4);
	transform: translateY(-2px);
}

.hac-launcher .hac-icon {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	color: var(--hac-brand-strong);
	background: #fff;
	border-radius: 50%;
}

.hac-launcher__label {
	font-size: 0.84rem;
	font-weight: 750;
}

.hac-launcher__pulse {
	position: absolute;
	top: 3px;
	left: 7px;
	width: 10px;
	height: 10px;
	background: #6fe1aa;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(111, 225, 170, 0.55);
	animation: hac-pulse 2.2s infinite;
}

@keyframes hac-pulse {
	0% { box-shadow: 0 0 0 0 rgba(111, 225, 170, 0.55); }
	70% { box-shadow: 0 0 0 7px rgba(111, 225, 170, 0); }
	100% { box-shadow: 0 0 0 0 rgba(111, 225, 170, 0); }
}

.hac-overlay {
	position: fixed;
	z-index: 999996;
	inset: 0;
	background: rgba(7, 22, 21, 0.55);
	backdrop-filter: blur(4px);
}

.hac-concierge[data-mode="floating"] .hac-shell {
	position: fixed;
	z-index: 999997;
	right: max(20px, env(safe-area-inset-right));
	bottom: max(92px, calc(env(safe-area-inset-bottom) + 82px));
	width: min(460px, calc(100vw - 40px));
	max-height: min(790px, calc(100dvh - 116px));
	margin: 0;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	border-radius: 24px;
	transform-origin: bottom right;
	animation: hac-dialog-in 220ms ease both;
	overscroll-behavior: contain;
}

.hac-concierge[data-mode="floating"] .hac-property,
.hac-concierge[data-mode="floating"] .hac-offline,
.hac-concierge[data-mode="floating"] .hac-tabs {
	flex: 0 0 auto;
}

.hac-concierge[data-mode="floating"] .hac-main {
	min-height: 0;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.hac-concierge[data-mode="floating"] .hac-property {
	min-height: 195px;
	padding: 18px 20px 22px;
}

.hac-concierge[data-mode="floating"] .hac-property__content {
	margin-top: 26px;
}

.hac-concierge[data-mode="floating"] .hac-property__copy h2 {
	font-size: 1.65rem;
}

.hac-concierge[data-mode="floating"] .hac-property__actions {
	display: none !important;
}

.hac-concierge[data-mode="floating"] .hac-panel {
	min-height: 390px;
	padding: 20px;
}

.hac-concierge[data-mode="floating"] .hac-messages {
	max-height: 300px;
	flex: 1 1 auto;
	overflow-y: auto;
}

.hac-concierge[data-mode="floating"] .hac-composer {
	position: sticky;
	z-index: 4;
	bottom: 0;
	box-shadow: 0 -8px 20px rgba(255, 255, 255, 0.92), 0 5px 18px rgba(18, 42, 41, 0.08);
}

.hac-concierge[data-mode="floating"] .hac-room-card,
.hac-concierge[data-mode="floating"] .hac-room-skeleton {
	grid-template-columns: 1fr;
}

.hac-concierge[data-mode="floating"] .hac-room-card__image {
	min-height: 170px;
	max-height: 190px;
}

.hac-concierge[data-mode="floating"] .hac-room-skeleton__image {
	min-height: 150px;
}

@keyframes hac-dialog-in {
	from { opacity: 0; transform: translateY(12px) scale(0.98); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}

body.hac-dialog-open {
	overflow: hidden;
}

.hac-lightbox {
	position: fixed;
	z-index: 1000002;
	inset: 0;
	display: grid;
	padding: max(20px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(20px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
	place-items: center;
}

.hac-lightbox__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background: rgba(3, 12, 12, 0.88);
	border: 0;
}

.hac-lightbox__figure {
	position: relative;
	z-index: 1;
	width: min(100%, 980px);
	max-height: calc(100dvh - 40px);
	padding: 0;
	margin: 0;
	overflow: auto;
	background: #101a19;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 18px;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
}

.hac-lightbox__figure img {
	display: block;
	width: 100%;
	max-height: calc(100dvh - 110px);
	object-fit: contain;
	background: #0b1110;
}

.hac-lightbox__figure figcaption {
	padding: 12px 16px;
	color: #eef5f3;
	font-size: 0.84rem;
	text-align: center;
}

.hac-lightbox__close {
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 10px;
	width: 44px;
	height: 44px;
	color: #fff;
	background: rgba(4, 19, 18, 0.72);
	border-color: rgba(255, 255, 255, 0.38);
	backdrop-filter: blur(8px);
}

body.hac-lightbox-open {
	overflow: hidden;
}

.hac-directions-overlay {
	position: fixed;
	z-index: 1000003;
	inset: 0;
	display: grid;
	padding: max(18px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left));
	place-items: center;
}

.hac-directions-overlay__backdrop {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background: rgba(3, 22, 21, 0.7);
	border: 0;
	backdrop-filter: blur(8px);
}

.hac-directions-card {
	position: relative;
	z-index: 1;
	width: min(100%, 560px);
	padding: clamp(24px, 5vw, 38px);
	color: var(--hac-ink);
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 26px;
	box-shadow: 0 30px 90px rgba(2, 24, 22, 0.34);
}

.hac-directions-card--map-only {
	width: min(100%, 760px);
	padding: 0;
	overflow: hidden;
	background: #dfe9e3;
	border-radius: 22px;
}

.hac-directions-card--map-only .hac-directions-card__close {
	z-index: 8;
	top: 12px;
	right: 12px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 5px 18px rgba(12, 35, 31, 0.2);
}

.hac-directions-card--map-only .hac-local-map {
	margin: 0;
	border: 0;
	border-radius: inherit;
}

.hac-directions-card--map-only .hac-local-map__canvas {
	height: min(72vh, 560px);
	min-height: 320px;
}

.hac-directions-card__close {
	position: absolute;
	top: 14px;
	right: 14px;
	color: var(--hac-brand-strong);
	background: var(--hac-surface-alt);
	border-color: var(--hac-border);
}

.hac-directions-card__route {
	display: flex;
	width: min(72%, 280px);
	align-items: center;
	gap: 8px;
	margin-bottom: 22px;
	color: var(--hac-brand);
}

.hac-directions-card__route span {
	display: grid;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	place-items: center;
	background: var(--hac-brand-soft);
	border-radius: 14px;
}

.hac-directions-card__route i {
	height: 2px;
	flex: 1 1 auto;
	background: repeating-linear-gradient(90deg, var(--hac-brand) 0 7px, transparent 7px 12px);
}

.hac-directions-card h3 {
	padding-right: 42px;
	margin: 4px 0 20px;
	font-size: clamp(1.45rem, 4vw, 2rem);
	letter-spacing: -0.035em;
	line-height: 1.15;
}

.hac-directions-card__address {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 15px;
	background: var(--hac-surface-alt);
	border: 1px solid var(--hac-border);
	border-radius: 15px;
}

.hac-directions-card__address > svg {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	color: var(--hac-brand);
}

.hac-directions-card__address span,
.hac-directions-card__address strong {
	display: block;
}

.hac-directions-card__address span {
	color: var(--hac-muted);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.hac-directions-card__address strong {
	margin-top: 3px;
	font-size: 0.92rem;
	line-height: 1.45;
}

.hac-directions-card__guidance {
	margin: 17px 0 0;
	color: var(--hac-muted);
	font-size: 0.86rem;
	line-height: 1.6;
}

.hac-directions-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 21px;
}

.hac-directions-card__actions .hac-button {
	min-height: 44px;
	margin: 0;
	padding: 9px 14px;
	font-size: 0.78rem;
}

.hac-directions-card__status {
	min-height: 20px;
	margin: 10px 0 0;
	color: var(--hac-success);
	font-size: 0.75rem;
	font-weight: 650;
}

body.hac-directions-open {
	overflow: hidden;
}

.hac-concierge :is(button, a, input, select, textarea):focus-visible {
	outline: 3px solid rgba(35, 139, 132, 0.45);
	outline-offset: 2px;
}

@media (max-width: 720px) {
	.hac-concierge[data-mode="embedded"] {
		height: auto;
		min-height: 0;
	}

	.hac-marketplace-view--concierge .hac-marketplace-concierge > .hac-concierge[data-mode="embedded"] {
		height: auto;
	}

	.hac-marketplace-view--concierge .hac-marketplace-concierge > .hac-concierge[data-mode="embedded"] .hac-shell {
		width: 100%;
		max-width: none;
		border-radius: 0;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-property {
		min-height: 104px;
		padding: 10px 12px;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-property__platform-actions {
		display: none;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-brand {
		padding-inline-end: 86px;
		gap: 8px;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-brand__logo {
		width: 38px;
		height: 38px;
		flex-basis: 38px;
		border-radius: 11px;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-brand__eyebrow {
		font-size: 0.58rem;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-brand__name {
		font-size: 0.86rem;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-property__content {
		position: absolute;
		right: 12px;
		bottom: 10px;
		margin: 0;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-property__copy {
		display: none;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-tabs {
		padding: 5px;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-tab {
		min-height: 44px;
		padding: 7px 10px;
		font-size: 0.82rem;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-chat-panel {
		padding: 12px 10px max(10px, env(safe-area-inset-bottom));
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-chat-intro {
		gap: 9px;
		padding-bottom: 10px;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-chat-intro p:last-child {
		display: none;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-ai-avatar {
		width: 36px;
		height: 36px;
		flex-basis: 36px;
		border-radius: 11px;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-ai-avatar svg {
		width: 20px;
		height: 20px;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-quick-prompts {
		gap: 6px;
		padding-bottom: 9px;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-quick-prompts button {
		min-height: 34px;
		padding: 5px 10px;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-messages {
		min-height: 0;
		gap: 9px;
		padding: 10px;
		border-radius: 14px;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-composer {
		margin-top: 6px;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-fine-print {
		display: none;
	}

	.hac-marketplace-concierge .hac-media-card {
		width: min(200px, 100%);
		flex-basis: min(200px, 100%);
	}

	.hac-shell {
		border-radius: 20px;
	}

	.hac-property {
		min-height: 218px;
		padding: 18px 18px 22px;
	}

	.hac-concierge[data-mode="embedded"] .hac-property {
		min-height: 184px;
		padding: 14px 16px 17px;
	}

	.hac-concierge[data-mode="embedded"] .hac-property__content {
		min-width: 0;
		align-items: flex-end;
		flex-direction: row;
		gap: 8px;
		margin-top: 12px;
	}

	.hac-concierge[data-mode="embedded"] .hac-property__copy {
		min-width: 0;
		flex: 1 1 auto;
	}

	.hac-concierge[data-mode="embedded"] .hac-property__rating {
		margin-bottom: 3px;
		font-size: 0.7rem;
	}

	.hac-concierge[data-mode="embedded"] .hac-property__copy h2 {
		overflow: hidden;
		font-size: 1.28rem;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.hac-concierge[data-mode="embedded"] .hac-property__copy > p:not(.hac-property__location),
	.hac-concierge[data-mode="embedded"] .hac-property__location {
		overflow: hidden;
		margin-top: 3px !important;
		font-size: 0.7rem !important;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.hac-concierge[data-mode="embedded"] .hac-property__actions {
		flex: 0 0 auto;
		align-self: flex-end;
		gap: 5px;
	}

	.hac-concierge[data-mode="embedded"] .hac-hero-action {
		position: relative;
		width: 38px;
		height: 38px;
		min-height: 38px;
		flex: 0 0 38px;
		justify-content: center;
		padding: 0;
		border-radius: 50%;
	}

	.hac-concierge[data-mode="embedded"] .hac-hero-action span {
		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-property__content {
		align-items: flex-start;
		flex-direction: column;
		margin-top: 28px;
	}

	.hac-property__copy h2 {
		font-size: 1.7rem;
	}

	.hac-property__actions {
		align-self: stretch;
	}

	.hac-hero-action {
		flex: 1 1 auto;
		justify-content: center;
	}

	.hac-panel {
		padding: 19px 16px 24px;
	}

	.hac-date-fields,
	.hac-form-grid {
		grid-template-columns: 1fr;
	}

	.hac-guest-fields {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hac-promo-field {
		max-width: none;
	}

	.hac-room-card,
	.hac-room-skeleton {
		grid-template-columns: 1fr;
	}

	.hac-room-card__image {
		min-height: 200px;
		max-height: 235px;
	}

	.hac-room-skeleton__image {
		min-height: 170px;
	}

	.hac-assurance-row {
		justify-content: flex-start;
		gap: 9px 14px;
	}
}

@media (max-width: 520px) {
	.hac-directions-card {
		padding: 26px 20px 20px;
		border-radius: 20px;
	}

	.hac-directions-card--map-only {
		padding: 0;
		border-radius: 16px;
	}

	.hac-directions-card--map-only .hac-local-map__canvas {
		height: min(74dvh, 520px);
		min-height: 280px;
	}

	.hac-directions-card__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.hac-directions-card__actions .hac-button {
		width: 100%;
	}

	.hac-concierge[data-mode="floating"] .hac-shell {
		inset: 0;
		width: 100%;
		max-height: 100dvh;
		border: 0;
		border-radius: 0;
		transform-origin: bottom center;
	}

	.hac-concierge[data-mode="floating"] .hac-property {
		min-height: 158px;
		padding: max(14px, env(safe-area-inset-top)) 16px 17px;
	}

	.hac-concierge[data-mode="floating"] .hac-main {
		min-height: 0;
		flex: 1 1 auto;
	}

	.hac-concierge[data-mode="floating"] .hac-property__content {
		margin-top: 17px;
	}

	.hac-concierge[data-mode="floating"] .hac-property__copy h2 {
		font-size: 1.42rem;
	}

	.hac-property__topbar {
		gap: 8px;
	}

	.hac-brand {
		min-width: 0;
		flex: 1 1 auto;
		gap: 9px;
	}

	.hac-brand > div:last-child {
		min-width: 0;
	}

	.hac-brand__name {
		max-width: 100%;
	}

	.hac-property__platform-actions {
		flex: 0 0 auto;
		gap: 7px;
	}

	.hac-concierge[data-mode="floating"] .hac-panel {
		padding-bottom: max(24px, env(safe-area-inset-bottom));
	}

	.hac-launcher {
		right: max(14px, env(safe-area-inset-right));
		bottom: max(14px, env(safe-area-inset-bottom));
	}

	.hac-launcher__label {
		display: none;
	}

	.hac-launcher {
		width: 60px;
		height: 60px;
		padding: 10px;
		justify-content: center;
	}

	.hac-launcher .hac-icon {
		width: 40px;
		height: 40px;
	}

	.hac-progress {
		margin-bottom: 24px;
	}

	.hac-progress li strong {
		font-size: 0.63rem;
	}

	.hac-availability-form,
	.hac-guest-form {
		padding: 14px;
	}

	.hac-guest-fields {
		gap: 8px;
	}

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

	.hac-field select {
		padding-inline: 8px;
		font-size: 16px;
	}

	.hac-field input,
	.hac-field textarea {
		font-size: 16px;
	}

	.hac-room-card__title-row,
	.hac-room-card__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.hac-room-card__footer .hac-button {
		width: 100%;
	}

	.hac-selection-summary {
		grid-template-columns: 55px 1fr;
	}

	.hac-selection-summary__image {
		width: 55px;
		height: 52px;
	}

	.hac-selection-summary__price {
		grid-column: 2;
	}

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

	.hac-state-actions {
		flex-direction: column;
	}

	.hac-state-actions .hac-button {
		width: 100%;
	}
}

@media (max-width: 400px) {
	.hac-platform-mark {
		max-width: min(32vw, 112px);
		min-width: 0;
		gap: 0;
		padding-inline: 8px;
		font-size: 0;
	}

	.hac-platform-mark strong {
		min-width: 0;
		overflow: hidden;
		font-size: 0.68rem;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

@media (max-width: 340px) {
	.hac-guest-fields {
		grid-template-columns: 1fr;
	}

	.hac-property__copy h2 {
		font-size: 1.5rem;
	}

	.hac-tab {
		padding-inline: 8px;
		font-size: 0.82rem;
	}

	.hac-room-card__footer {
		align-items: stretch;
	}

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

	.hac-selection-summary__image {
		display: none;
	}

	.hac-selection-summary__price {
		grid-column: 1;
	}
}

.hac-marketplace[data-hac-compact-height] .hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-property {
	min-height: 60px;
	padding-block: 8px;
}

.hac-marketplace[data-hac-compact-height] .hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-property__content,
.hac-marketplace[data-hac-compact-height] .hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-chat-intro,
.hac-marketplace[data-hac-compact-height] .hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-quick-prompts {
	display: none;
}

.hac-marketplace[data-hac-compact-height] .hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-chat-panel {
	padding-block: 8px;
}

.hac-marketplace[data-hac-compact-height] .hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-messages {
	min-height: 44px;
}

@media (max-height: 650px) {
	.hac-concierge[data-mode="embedded"] {
		min-height: 0;
	}

	.hac-concierge[data-mode="embedded"] .hac-property {
		min-height: 176px;
		padding-block: 12px 15px;
	}

	.hac-concierge[data-mode="embedded"] .hac-property__content {
		margin-top: 12px;
	}

	.hac-concierge[data-mode="embedded"] .hac-property__copy h2 {
		font-size: 1.35rem;
	}

	.hac-concierge[data-mode="floating"] .hac-property {
		min-height: 70px;
		padding-block: 10px;
	}

	.hac-concierge[data-mode="floating"] .hac-property__content {
		display: none;
	}

	.hac-concierge[data-mode="floating"] .hac-panel {
		min-height: 300px;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-property {
		min-height: 60px;
		padding-block: 8px;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-property__content {
		display: none;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-chat-panel {
		padding-block: 8px;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-chat-intro {
		display: none;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-quick-prompts {
		display: none;
	}

	.hac-marketplace-concierge .hac-concierge[data-mode="embedded"] .hac-messages {
		min-height: 44px;
	}
}

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

[dir="rtl"] .hac-input-wrap svg,
.hac-concierge[dir="rtl"] .hac-input-wrap svg {
	right: 12px;
	left: auto;
}

[dir="rtl"] .hac-input-wrap input,
.hac-concierge[dir="rtl"] .hac-input-wrap input {
	padding-right: 39px;
	padding-left: 12px;
}

[dir="rtl"] .hac-message--user,
.hac-concierge[dir="rtl"] .hac-message--user {
	align-self: flex-start;
}

[dir="rtl"] .hac-message--assistant,
.hac-concierge[dir="rtl"] .hac-message--assistant {
	align-self: flex-end;
}

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

@media (forced-colors: active) {
	.hac-concierge :is(button, input, select, textarea, .hac-shell, .hac-room-card) {
		border: 1px solid ButtonText;
	}
}

.hac-slippy-map.is-interactive {
	touch-action: none;
	cursor: grab !important;
}

.hac-slippy-map.is-interactive.is-dragging {
	cursor: grabbing !important;
}

@media (max-width: 640px) {
	.hac-concierge[data-external-embed="1"][data-mode="embedded"] {
		font-size: 14px;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-shell {
		border-radius: 14px;
		box-shadow: 0 10px 30px rgba(16, 38, 38, 0.12);
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-property {
		min-height: 108px;
		padding: 10px 12px 12px;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-property__topbar {
		gap: 8px;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-brand {
		gap: 8px;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-brand__logo {
		width: 34px;
		height: 34px;
		flex-basis: 34px;
		border-radius: 10px;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-brand__eyebrow {
		font-size: 0.52rem;
		letter-spacing: 0.09em;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-brand__name {
		max-width: 24ch;
		font-size: 0.76rem;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-platform-mark {
		max-width: 98px;
		padding: 5px 7px;
		overflow: hidden;
		font-size: 0.56rem;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-property__content {
		margin-top: 9px;
		gap: 7px;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-property__rating,
	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-property__copy > p {
		display: none;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-property__copy h2 {
		font-size: 1rem;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-hero-action {
		width: 34px;
		height: 34px;
		min-height: 34px;
		flex-basis: 34px;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-panel {
		padding: 10px 9px max(10px, env(safe-area-inset-bottom));
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-chat-intro {
		gap: 8px;
		padding: 0 1px 8px;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-chat-intro p:last-child,
	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-fine-print {
		display: none;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-ai-avatar {
		width: 32px;
		height: 32px;
		flex-basis: 32px;
		border-radius: 10px;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-ai-avatar svg {
		width: 18px;
		height: 18px;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-chat-intro__title {
		font-size: 0.82rem;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-clear-chat {
		font-size: 0.65rem;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-quick-prompts {
		flex-wrap: nowrap;
		gap: 5px;
		padding: 0 1px 8px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-quick-prompts::-webkit-scrollbar {
		display: none;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-quick-prompts button {
		min-height: 30px;
		padding: 4px 9px;
		font-size: 0.67rem;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-messages {
		min-height: 180px;
		gap: 8px;
		padding: 8px;
		border-radius: 12px;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-message {
		max-width: 94%;
		gap: 5px;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-message__avatar {
		width: 23px;
		height: 23px;
		flex-basis: 23px;
		border-radius: 7px;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-message__bubble {
		padding: 8px 10px;
		font-size: 0.77rem;
		line-height: 1.45;
		border-radius: 12px 12px 12px 4px;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-composer {
		gap: 5px;
		padding: 4px 4px 4px 10px;
		border-radius: 13px;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-composer textarea {
		min-height: 32px;
		padding-block: 6px 4px;
		font-size: 16px;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] :is(input, select) {
		font-size: 16px;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-send {
		width: 38px;
		height: 38px;
		flex-basis: 38px;
		border-radius: 10px;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-progress {
		margin-bottom: 18px;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-progress li strong,
	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-field,
	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-button {
		font-size: 0.72rem;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-availability-form,
	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-guest-form,
	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-upsells {
		padding: 11px;
		border-radius: 13px;
	}
}

@media (max-width: 380px) {
	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-platform-mark {
		max-width: 70px;
		font-size: 0;
	}

	.hac-concierge[data-external-embed="1"][data-mode="embedded"] .hac-platform-mark strong {
		min-width: 0;
		overflow: hidden;
		font-size: 0.62rem;
		text-overflow: ellipsis;
	}
}

.hac-concierge[data-external-embed="1"][data-embed-appearance="host"] {
	--hac-font: inherit;
	font-family: inherit;
}

.hac-concierge[data-external-embed="1"][data-embed-presentation="inline"][data-embed-appearance="auto"] {
	--hac-font: inherit;
	font-family: inherit;
}

.hac-concierge[data-external-embed="1"][data-embed-presentation="full"] {
	width: 100%;
	min-height: 100vh;
	min-height: var(--lbbnb-full-height, 100dvh);
}

.hac-concierge[data-external-embed="1"][data-embed-presentation="full"][data-mode="embedded"] .hac-shell {
	width: 100%;
	min-height: 100vh;
	min-height: var(--lbbnb-full-height, 100dvh);
	border-inline: 0;
	border-radius: 0;
	box-shadow: none;
}

.hac-concierge[data-external-embed="1"][data-embed-presentation="full"][data-mode="embedded"] .hac-main {
	flex: 1 1 auto;
}

.hac-concierge[data-external-embed="1"][data-embed-presentation="full"][data-mode="embedded"] .hac-messages {
	height: clamp(300px, 52dvh, 620px);
	max-height: 620px;
}

.hac-concierge[data-external-embed="1"][data-embed-header="hide"] .hac-property,
.hac-concierge[data-external-embed="1"][data-embed-branding="hide"] .hac-platform-mark,
.hac-concierge[data-external-embed="1"][data-embed-call="hide"] [data-hac-call],
.hac-concierge[data-external-embed="1"][data-embed-prompts="hide"] .hac-quick-prompts {
	display: none !important;
}

.hac-concierge[data-external-embed="1"][data-embed-presentation="inline"][data-mode="embedded"] .hac-shell {
	width: min(100%, 720px);
	border-radius: 18px;
	box-shadow: 0 14px 42px rgba(16, 38, 38, 0.13);
}

.hac-concierge[data-external-embed="1"][data-embed-presentation="inline"][data-mode="embedded"] .hac-property {
	min-height: 132px;
	padding: 13px 16px 15px;
}

.hac-concierge[data-external-embed="1"][data-embed-presentation="inline"][data-mode="embedded"] .hac-property__content {
	margin-top: 13px;
}

.hac-concierge[data-external-embed="1"][data-embed-presentation="inline"][data-mode="embedded"] .hac-property__copy h2 {
	font-size: 1.25rem;
}

.hac-concierge[data-external-embed="1"][data-embed-presentation="inline"][data-mode="embedded"] .hac-property__copy > p:not(.hac-property__location) {
	display: none;
}

.hac-concierge[data-external-embed="1"][data-embed-presentation="inline"][data-mode="embedded"] .hac-panel {
	padding: 16px;
}

.hac-concierge[data-external-embed="1"][data-embed-presentation="inline"][data-mode="embedded"] .hac-chat-intro {
	padding-bottom: 11px;
}

.hac-concierge[data-external-embed="1"][data-embed-presentation="inline"][data-mode="embedded"] .hac-messages {
	height: clamp(240px, 42dvh, 420px);
	min-height: 220px;
	max-height: 420px;
	padding: 11px;
	border-radius: 14px;
}

.hac-concierge[data-external-embed="1"][data-embed-size="compact"][data-mode="embedded"] {
	font-size: 14px;
}

.hac-concierge[data-external-embed="1"][data-embed-size="compact"][data-mode="embedded"] .hac-property {
	min-height: 108px;
	padding: 10px 12px 12px;
}

.hac-concierge[data-external-embed="1"][data-embed-size="compact"][data-mode="embedded"] .hac-property__content {
	margin-top: 9px;
}

.hac-concierge[data-external-embed="1"][data-embed-size="compact"][data-mode="embedded"] .hac-property__copy h2 {
	font-size: 1rem;
}

.hac-concierge[data-external-embed="1"][data-embed-size="compact"][data-mode="embedded"] .hac-property__copy > p:not(.hac-property__location),
.hac-concierge[data-external-embed="1"][data-embed-size="compact"][data-mode="embedded"] .hac-chat-intro p:last-child,
.hac-concierge[data-external-embed="1"][data-embed-size="compact"][data-mode="embedded"] .hac-fine-print {
	display: none;
}

.hac-concierge[data-external-embed="1"][data-embed-size="compact"][data-mode="embedded"] .hac-panel {
	padding: 10px 9px;
}

.hac-concierge[data-external-embed="1"][data-embed-size="compact"][data-mode="embedded"] .hac-quick-prompts {
	flex-wrap: nowrap;
	overflow-x: auto;
}

.hac-concierge[data-external-embed="1"][data-embed-size="compact"][data-mode="embedded"] .hac-messages {
	height: clamp(200px, 42dvh, 340px);
	min-height: 180px;
	max-height: 340px;
	padding: 8px;
	border-radius: 12px;
}
.hac-tabs--single{display:flex;justify-content:flex-start}.hac-tabs--single .hac-tab{width:auto;pointer-events:none}.hac-ai-checkout{animation:hac-fade-in .18s ease}.hac-room-card__allocation{margin:8px 0 0;padding:8px 10px;border-radius:10px;background:color-mix(in srgb,var(--hac-primary,#173f3a) 8%,#fff);font-size:.82rem;font-weight:650;color:var(--hac-primary,#173f3a)}
.hac-upsells{margin:14px 0 18px;padding:16px;border:1px solid rgba(23,63,58,.14);border-radius:16px;background:#fbfcfb}.hac-upsells>.hac-section-heading{margin-bottom:4px}.hac-upsells>p{margin:0 0 12px;color:#5f6d69;font-size:.9rem}.hac-upsell-list{display:grid;gap:9px}.hac-upsell-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px;border:1px solid rgba(23,63,58,.12);border-radius:13px;background:#fff;cursor:pointer}.hac-upsell-item:has(input:checked){border-color:var(--hac-primary,#173f3a);box-shadow:0 0 0 2px color-mix(in srgb,var(--hac-primary,#173f3a) 12%,transparent)}.hac-upsell-item input{width:18px;height:18px}.hac-upsell-item__copy{display:grid;gap:2px}.hac-upsell-item__copy small{color:#66736f}.hac-upsell-item__price{font-size:.8rem;font-weight:700;text-align:right;color:var(--hac-primary,#173f3a)}
.hac-local-map{position:relative;overflow:hidden;margin:12px 0 16px;border:1px solid rgba(23,63,58,.15);border-radius:18px;background:#e7eee9}.hac-local-map svg,.hac-local-map>img,.hac-local-map__canvas{display:block;width:100%;height:220px;object-fit:cover}.hac-map-land{fill:#eef4ef}.hac-map-block{fill:#dce7df;stroke:#cad9cf;stroke-width:2}.hac-map-road{fill:none;stroke:#fff;stroke-width:14;stroke-linecap:round}.hac-map-pin circle:first-child{fill:rgba(23,63,58,.14)}.hac-map-pin path{fill:var(--hac-primary,#173f3a);stroke:#fff;stroke-width:3}.hac-map-pin circle:last-child{fill:#fff}.hac-local-map__label{position:absolute;z-index:5;left:14px;right:14px;bottom:12px;display:flex;justify-content:space-between;gap:12px;padding:9px 12px;border-radius:12px;background:rgba(255,255,255,.93);box-shadow:0 5px 18px rgba(22,42,35,.12)}.hac-local-map__label span{font-size:.78rem;color:#61706b}.hac-local-map__label strong{font-size:.86rem}
@keyframes hac-fade-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
@media(max-width:600px){.hac-tabs--single .hac-tab span{font-size:.8rem}.hac-upsell-item{grid-template-columns:auto minmax(0,1fr)}.hac-upsell-item__price{grid-column:2;text-align:left}.hac-local-map__label{position:relative;left:auto;right:auto;bottom:auto;border-radius:0;box-shadow:none;flex-direction:column;gap:2px}}

.hac-chat-intro>div:nth-child(2){min-width:0;flex:1}.hac-clear-chat{align-self:flex-start;margin-left:auto;padding:4px 0;color:var(--hac-muted);background:transparent;border:0;border-bottom:1px solid currentColor;font:inherit;font-size:.76rem;font-weight:700;line-height:1.2;white-space:nowrap;cursor:pointer}.hac-clear-chat:hover,.hac-clear-chat:focus-visible{color:var(--hac-brand)}
.hac-slippy-map{position:relative;overflow:hidden;min-height:220px;background:linear-gradient(135deg,#e4ece7,#cfddd5);isolation:isolate}.hac-slippy-map__tiles{position:absolute;inset:0;overflow:hidden}.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-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-slippy-map__pin span{position:absolute;top:2px;left:4px;width:26px;height:26px;background:var(--hac-brand,#173f3a);border:3px solid #fff;border-radius:50% 50% 50% 0;transform:rotate(-45deg)}.hac-slippy-map__pin span::after{content:"";position:absolute;inset:7px;background:#fff;border-radius:50%}.hac-slippy-map__controls{position:absolute;z-index:6;top:10px;right:10px;display:grid;overflow:hidden;border:1px solid rgba(23,63,58,.2);border-radius:10px;box-shadow:0 4px 14px rgba(0,0,0,.12)}.hac-slippy-map__controls button{display:grid;width:34px;height:34px;padding:0;place-items:center;color:#173f3a;background:#fff;border:0;font-size:20px;line-height:1;cursor:pointer}.hac-slippy-map__controls button+button{border-top:1px solid #dce5df}.hac-slippy-map__attribution{position:absolute;z-index:5;top:10px;left:10px;padding:3px 6px;color:#344942!important;background:rgba(255,255,255,.9);border-radius:5px;font-size:9px!important;line-height:1.2;text-decoration:none!important}.hac-slippy-map.is-interactive{cursor:crosshair}
.hac-google-map{position:relative;overflow:hidden;min-height:220px;background:#e4ece7}.hac-google-map img{max-width:none!important}.hac-map-error{display:grid;min-height:220px;padding:24px;place-items:center;color:#8b2430;background:#fff4f5;font-weight:700;text-align:center}
.hac-map-directions{display:inline-flex!important;align-items:center;min-height:36px;margin:10px;padding:0 13px;color:#173f3a!important;background:#fff;border:0;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-map-directions:hover,.hac-map-directions:focus-visible{background:#f3f7f5}.hac-map-directions[hidden]{display:none!important}


/* Property-locked marketplace-style search bar for external SDK embeds. */
.hac-concierge[data-external-embed="1"] .hac-embed-search {
    position: relative;
    z-index: 8;
    margin: 0;
    color: #183333;
    background: rgba(255, 255, 255, 0.99);
    border-top: 1px solid rgba(23, 63, 58, 0.10);
    border-bottom: 1px solid rgba(23, 63, 58, 0.14);
    box-shadow: 0 8px 24px rgba(16, 38, 38, 0.08);
}
.hac-concierge[data-external-embed="1"] .hac-embed-search__primary {
    display: grid;
    grid-template-columns: minmax(150px, 1.15fr) minmax(130px, .85fr) minmax(250px, 1.3fr) minmax(250px, 1.35fr) auto;
    align-items: stretch;
    gap: 0;
    padding: 10px;
}
.hac-concierge[data-external-embed="1"] .hac-embed-search__field {
    position: relative;
    min-width: 0;
    padding: 9px 14px;
    margin: 0;
    border: 0;
    border-inline-end: 1px solid rgba(23, 63, 58, 0.13);
}
.hac-concierge[data-external-embed="1"] .hac-embed-search__field:first-child { border-radius: 13px 0 0 13px; }
.hac-concierge[data-external-embed="1"] .hac-embed-search__field:focus-within { z-index: 2; border-radius: 11px; box-shadow: 0 0 0 2px var(--hac-brand, #0b655f); }
.hac-concierge[data-external-embed="1"] .hac-embed-search__label {
    display: block;
    margin: 0 0 3px;
    color: #183333;
    font-size: .66rem;
    font-weight: 780;
    letter-spacing: .075em;
    line-height: 1.2;
    text-transform: uppercase;
}
.hac-concierge[data-external-embed="1"] .hac-embed-search__control { display: flex; min-width: 0; align-items: center; gap: 7px; }
.hac-concierge[data-external-embed="1"] .hac-embed-search__control > svg { width: 17px; height: 17px; flex: 0 0 17px; color: var(--hac-brand, #0b655f); fill: none; stroke: currentColor; stroke-width: 1.8; }
.hac-concierge[data-external-embed="1"] .hac-embed-search :is(input, select) {
    width: 100%;
    min-width: 0;
    height: 28px;
    padding: 0;
    color: #183333;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font: 590 .84rem/1.2 var(--hac-font, Inter, ui-sans-serif, system-ui, sans-serif);
    outline: 0;
}
.hac-concierge[data-external-embed="1"] .hac-embed-search__field--locked input { color: #405755; cursor: default; text-overflow: ellipsis; }
.hac-concierge[data-external-embed="1"] .hac-embed-search__field--dates .hac-embed-search__control { gap: 5px; }
.hac-concierge[data-external-embed="1"] .hac-embed-search__field--dates label { min-width: 0; flex: 1 1 105px; }
.hac-concierge[data-external-embed="1"] .hac-embed-search__field--dates input { font-size: .76rem; }
.hac-concierge[data-external-embed="1"] .hac-embed-search__field--guests .hac-embed-search__control { align-items: flex-start; gap: 8px; }
.hac-concierge[data-external-embed="1"] .hac-embed-search__field--guests .hac-embed-search__control > label { display: grid; min-width: 48px; flex: 1 1 0; gap: 0; }
.hac-concierge[data-external-embed="1"] .hac-embed-search__field--guests label > span { color: #687a77; font-size: .57rem; font-weight: 650; line-height: 1; }
.hac-concierge[data-external-embed="1"] .hac-embed-search__field--guests select { height: 21px; font-size: .8rem; }
.hac-concierge[data-external-embed="1"] .hac-embed-search__submit {
    display: inline-flex;
    min-width: 126px;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    align-self: center;
    gap: 7px;
    padding: 11px 16px;
    margin-inline-start: 10px;
    color: #fff;
    background: linear-gradient(140deg, var(--hac-brand, #0b655f), #084d49);
    border: 0;
    border-radius: 14px;
    box-shadow: 0 9px 20px rgba(10, 95, 89, .22);
    font: 760 .84rem/1.2 var(--hac-font, Inter, ui-sans-serif, system-ui, sans-serif);
    cursor: pointer;
}
.hac-concierge[data-external-embed="1"] .hac-embed-search__submit svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.hac-concierge[data-external-embed="1"] .hac-embed-search__submit:disabled { cursor: wait; opacity: .62; }
.hac-concierge[data-external-embed="1"] .hac-embed-search__submit.is-loading svg { animation: hac-embed-search-pulse .9s ease-in-out infinite alternate; }
.hac-concierge[data-external-embed="1"] .hac-embed-search__child-ages { display: flex; align-items: center; gap: 18px; padding: 11px 18px 13px; border-top: 1px solid rgba(23, 63, 58, .12); }
.hac-concierge[data-external-embed="1"] .hac-embed-search__child-ages[hidden] { display: none !important; }
.hac-concierge[data-external-embed="1"] .hac-embed-search__child-ages > div:first-child { min-width: 180px; }
.hac-concierge[data-external-embed="1"] .hac-embed-search__child-ages strong,
.hac-concierge[data-external-embed="1"] .hac-embed-search__child-ages > div:first-child > span { display: block; }
.hac-concierge[data-external-embed="1"] .hac-embed-search__child-ages strong { font-size: .74rem; }
.hac-concierge[data-external-embed="1"] .hac-embed-search__child-ages > div:first-child > span { margin-top: 2px; color: #687a77; font-size: .62rem; }
.hac-concierge[data-external-embed="1"] .hac-embed-search__child-age-grid { display: grid; flex: 1 1 auto; grid-template-columns: repeat(6, minmax(70px, 1fr)); gap: 7px; }
.hac-concierge[data-external-embed="1"] .hac-embed-search__child-age-grid label { display: grid; gap: 3px; }
.hac-concierge[data-external-embed="1"] .hac-embed-search__child-age-grid label > span { color: #687a77; font-size: .59rem; font-weight: 650; }
.hac-concierge[data-external-embed="1"] .hac-embed-search__child-age-grid select { height: 34px; padding: 4px 8px; background: #f7faf9; border: 1px solid rgba(23, 63, 58, .16); border-radius: 9px; }
.hac-concierge[data-external-embed="1"] .hac-embed-search__error { padding: 9px 18px 12px; color: #9d2632; border-top: 1px solid #f3d8dc; font-size: .78rem; font-weight: 650; }
.hac-concierge[data-external-embed="1"] .hac-embed-search__error[hidden] { display: none !important; }
@keyframes hac-embed-search-pulse { from { opacity: .45; transform: scale(.9); } to { opacity: 1; transform: scale(1.08); } }
@media (max-width: 900px) {
    .hac-concierge[data-external-embed="1"] .hac-embed-search__primary { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; }
    .hac-concierge[data-external-embed="1"] .hac-embed-search__field { border: 1px solid rgba(23, 63, 58, .1); border-radius: 11px; }
    .hac-concierge[data-external-embed="1"] .hac-embed-search__submit { min-height: 50px; margin: 5px 0 0; grid-column: 1 / -1; }
    .hac-concierge[data-external-embed="1"] .hac-embed-search__child-age-grid { grid-template-columns: repeat(4, minmax(62px, 1fr)); }
}
@media (max-width: 560px) {
    .hac-concierge[data-external-embed="1"] .hac-embed-search__primary { grid-template-columns: 1fr; padding: 8px; }
    .hac-concierge[data-external-embed="1"] .hac-embed-search__field { padding: 8px 11px; }
    .hac-concierge[data-external-embed="1"] .hac-embed-search__field--locked { display: none; }
    .hac-concierge[data-external-embed="1"] .hac-embed-search__field--dates .hac-embed-search__control { align-items: center; }
    .hac-concierge[data-external-embed="1"] .hac-embed-search__submit { width: 100%; min-height: 46px; }
    .hac-concierge[data-external-embed="1"] .hac-embed-search__child-ages { align-items: stretch; flex-direction: column; gap: 8px; padding: 10px; }
    .hac-concierge[data-external-embed="1"] .hac-embed-search__child-age-grid { grid-template-columns: repeat(3, minmax(60px, 1fr)); }
}
