:root {
	--hk-place-green: #123F2F;
	--hk-place-green-2: #19543f;
	--hk-place-gold: #C79A2B;
	--hk-place-cream: #fbf7ed;
	--hk-place-paper: #fffdf8;
	--hk-place-ink: #18322a;
	--hk-place-muted: #6f776f;
	--hk-place-line: rgba(18,63,47,.13);
	--hk-place-shadow: 0 18px 50px rgba(18,63,47,.09);
	--hk-place-radius: 22px;
}

.hk-places-shell,
.hk-place-single-shell {
	width: min(1180px, calc(100% - 40px));
	margin: 34px auto 68px;
	color: var(--hk-place-ink);
}

.hk-places-shell *,
.hk-place-single-shell * { box-sizing: border-box; }

.hk-places-kicker {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 12px;
	line-height: 1;
	font-weight: 800;
	letter-spacing: .16em;
	color: var(--hk-place-gold);
	text-transform: uppercase;
}

.hk-places-kicker::before {
	content: "";
	width: 28px;
	height: 1px;
	background: currentColor;
}

.hk-place-pin-icon { width: 22px; height: 22px; display: block; }

.hk-places-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 36px;
	align-items: end;
	padding: 52px 54px;
	border-radius: 28px;
	background:
		radial-gradient(circle at 88% 16%, rgba(199,154,43,.18), transparent 30%),
		linear-gradient(135deg, #123F2F 0%, #0f3729 72%, #164f3b 100%);
	box-shadow: 0 22px 58px rgba(18,63,47,.17);
	overflow: hidden;
}

.hk-places-hero::after {
	content: "";
	position: absolute;
	right: -80px;
	bottom: -120px;
	width: 330px;
	height: 330px;
	border: 1px solid rgba(255,255,255,.08);
	border-radius: 50%;
	box-shadow: 0 0 0 44px rgba(255,255,255,.025), 0 0 0 88px rgba(255,255,255,.018);
	pointer-events: none;
}

.hk-places-hero__copy,
.hk-places-hero__actions { position: relative; z-index: 1; }

.hk-places-hero h1,
.hk-place-form-hero h1,
.hk-my-places-hero h1 {
	margin: 14px 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 4.5vw, 62px);
	line-height: 1.03;
	font-weight: 500;
	letter-spacing: -.035em;
}

.hk-places-hero h1 { color: #fff; max-width: 720px; }
.hk-places-hero p { max-width: 760px; margin: 0; color: rgba(255,255,255,.77); font-size: 17px; line-height: 1.72; }

.hk-places-hero__actions { display: flex; gap: 11px; flex-wrap: wrap; justify-content: flex-end; }

.hk-place-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 45px;
	padding: 11px 18px;
	border: 1px solid transparent;
	border-radius: 13px;
	font: inherit;
	font-size: 14px;
	font-weight: 760;
	line-height: 1.15;
	text-decoration: none !important;
	cursor: pointer;
	transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.hk-place-button--primary { background: var(--hk-place-green); color: #fff !important; box-shadow: 0 8px 20px rgba(18,63,47,.14); }
.hk-places-hero .hk-place-button--primary { background: var(--hk-place-gold); color: #123F2F !important; box-shadow: 0 10px 26px rgba(0,0,0,.16); }
.hk-place-button--primary:hover { background: var(--hk-place-gold); color: var(--hk-place-green) !important; transform: translateY(-1px); }
.hk-places-hero .hk-place-button--primary:hover { background: #e0b64c; transform: translateY(-2px); }
.hk-place-button--light { background: #fff; color: var(--hk-place-green) !important; border-color: rgba(18,63,47,.1); }
.hk-places-hero .hk-place-button--light { background: rgba(255,255,255,.08); color: #fff !important; border-color: rgba(255,255,255,.22); backdrop-filter: blur(8px); }
.hk-place-button--light:hover { border-color: var(--hk-place-gold); color: var(--hk-place-green) !important; }
.hk-place-button--ghost { background: transparent; color: var(--hk-place-green) !important; border-color: rgba(18,63,47,.2); }
.hk-place-button--ghost:hover { border-color: var(--hk-place-gold); background: #fff; }
.hk-place-button--large { min-height: 52px; padding-inline: 26px; font-size: 15px; }
.hk-place-button--wide { width: 100%; }

.hk-places-signature {
	display: flex;
	align-items: center;
	gap: 15px;
	margin: 18px 18px 28px;
	padding: 13px 18px;
	border-left: 2px solid var(--hk-place-gold);
	color: var(--hk-place-green);
}
.hk-places-signature__mark { flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; color: var(--hk-place-gold); }
.hk-places-signature strong, .hk-places-signature small { display: block; }
.hk-places-signature strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 600; }
.hk-places-signature small { margin-top: 3px; color: var(--hk-place-muted); font-size: 13px; }

.hk-places-filter {
	display: grid;
	grid-template-columns: minmax(240px, 1.5fr) minmax(190px, .8fr) minmax(210px, .9fr) auto;
	gap: 13px;
	align-items: end;
	margin: 0 0 18px;
	padding: 22px;
	border: 1px solid var(--hk-place-line);
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--hk-place-shadow);
}

.hk-places-filter__field label,
.hk-place-field > label {
	display: block;
	margin: 0 0 7px;
	font-size: 12px;
	font-weight: 780;
	letter-spacing: .02em;
	color: var(--hk-place-green);
}
.hk-place-field label em { color: var(--hk-place-gold); font-style: normal; }

.hk-places-filter input,
.hk-places-filter select,
.hk-place-field input[type="text"],
.hk-place-field input[type="email"],
.hk-place-field input[type="url"],
.hk-place-field select,
.hk-place-field textarea {
	width: 100%;
	min-height: 46px;
	padding: 10px 13px;
	border: 1px solid rgba(18,63,47,.18);
	border-radius: 12px;
	background: #fff;
	color: var(--hk-place-ink);
	font: inherit;
	font-size: 14px;
	box-shadow: none;
	outline: none;
	transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.hk-place-field textarea { min-height: 118px; resize: vertical; line-height: 1.6; }
.hk-places-filter input:focus,
.hk-places-filter select:focus,
.hk-place-field input:focus,
.hk-place-field select:focus,
.hk-place-field textarea:focus {
	border-color: var(--hk-place-gold);
	box-shadow: 0 0 0 3px rgba(199,154,43,.11);
}
.hk-place-field.has-error input,
.hk-place-field.has-error select,
.hk-place-field.has-error textarea { border-color: #b84d43; }
.hk-place-field small { display: block; margin-top: 6px; color: var(--hk-place-muted); font-size: 12px; line-height: 1.45; }
.hk-place-field-error { display: block; margin-top: 6px; color: #a33b33; font-size: 12px; font-weight: 650; }

.hk-places-filter__actions { display: flex; gap: 8px; }

.hk-place-type-chips {
	display: flex;
	gap: 8px;
	margin: 0 0 26px;
	padding: 2px 1px 7px;
	overflow-x: auto;
	scrollbar-width: thin;
}
.hk-place-type-chip {
	flex: 0 0 auto;
	padding: 8px 13px;
	border: 1px solid rgba(18,63,47,.13);
	border-radius: 999px;
	background: #fff;
	color: #335147 !important;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none !important;
	transition: all .18s ease;
}
.hk-place-type-chip:hover,
.hk-place-type-chip.is-active { border-color: var(--hk-place-gold); background: #fff9e9; color: var(--hk-place-green) !important; }

.hk-places-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.hk-place-card {
	min-width: 0;
	border: 1px solid rgba(18,63,47,.10);
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 10px 34px rgba(18,63,47,.065);
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.hk-place-card:hover { transform: translateY(-4px); border-color: rgba(199,154,43,.42); box-shadow: 0 18px 42px rgba(18,63,47,.11); }

.hk-place-card__cover {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	background: var(--hk-place-cream);
	overflow: hidden;
}
.hk-place-card__cover > img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.hk-place-card:hover .hk-place-card__cover > img { transform: scale(1.025); }
.hk-place-cover-placeholder {
	display: grid;
	place-content: center;
	gap: 10px;
	width: 100%;
	height: 100%;
	background:
		radial-gradient(circle at 30% 22%, rgba(199,154,43,.18), transparent 26%),
		linear-gradient(145deg, #f7f0df, #edf3ee);
	color: var(--hk-place-green);
	text-align: center;
}
.hk-place-cover-placeholder span { display: grid; place-items: center; color: var(--hk-place-gold); }
.hk-place-cover-placeholder .hk-place-pin-icon { width: 46px; height: 46px; }
.hk-place-cover-placeholder small { font-size: 10px; font-weight: 800; letter-spacing: .15em; }

.hk-place-card__type {
	position: absolute;
	left: 14px;
	top: 14px;
	z-index: 2;
	padding: 7px 10px;
	border: 1px solid rgba(255,255,255,.24);
	border-radius: 999px;
	background: rgba(18,63,47,.9);
	backdrop-filter: blur(8px);
	color: #fff;
	font-size: 11px;
	font-weight: 750;
}
.hk-place-card__logo {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 2;
	width: 58px;
	height: 58px;
	padding: 5px;
	border: 1px solid rgba(255,255,255,.8);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(0,0,0,.16);
	overflow: hidden;
}
.hk-place-card__logo img { width: 100%; height: 100%; object-fit: contain; display: block; border-radius: 10px; }

.hk-place-card__body { padding: 18px 18px 19px; }
.hk-place-card__location { display: flex; align-items: center; gap: 6px; min-width: 0; color: #6a7b74; font-size: 11px; font-weight: 650; }
.hk-place-card__location .hk-place-pin-icon { flex: 0 0 16px; width: 16px; height: 16px; color: var(--hk-place-gold); }
.hk-place-card__location > span { flex: 1 1 auto; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hk-place-card__distance {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 23px;
	padding: 3px 8px;
	border: 1px solid rgba(199,154,43,.24);
	border-radius: 8px;
	background: rgba(199,154,43,.10);
	color: var(--hk-place-green);
	font-size: 10px;
	font-weight: 850;
	line-height: 1;
	white-space: nowrap;
}
.hk-place-card__distance[hidden] { display: none !important; }
.hk-place-card__verified {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 8px;
	padding: 5px 8px;
	border: 1px solid rgba(199,154,43,.34);
	border-radius: 999px;
	background: #fffaf0;
	color: var(--hk-place-green);
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
}
.hk-place-verified-mark {
	display: inline-grid;
	place-items: center;
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
	border-radius: 50%;
	background: var(--hk-place-gold);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	font-style: normal;
	line-height: 1;
}
.hk-place-card h2 { margin: 10px 0 7px; font-family: Georgia, "Times New Roman", serif; font-size: 23px; line-height: 1.15; font-weight: 600; }
.hk-place-card h2 a { color: var(--hk-place-green) !important; text-decoration: none !important; }
.hk-place-card p { min-height: 43px; margin: 0 0 15px; color: #68736e; font-size: 13px; line-height: 1.55; }
.hk-place-card__open { display: inline-flex; align-items: center; gap: 8px; color: var(--hk-place-green) !important; font-size: 12px; font-weight: 780; text-decoration: none !important; }
.hk-place-card__open span { color: var(--hk-place-gold); transition: transform .18s ease; }
.hk-place-card:hover .hk-place-card__open span { transform: translateX(3px); }

.hk-places-empty {
	max-width: 720px;
	margin: 38px auto;
	padding: 42px 32px;
	border: 1px solid var(--hk-place-line);
	border-radius: 24px;
	background: var(--hk-place-paper);
	text-align: center;
}
.hk-places-empty__icon { width: 92px; height: 92px; margin: 0 auto 10px; color: var(--hk-place-gold); }
.hk-places-empty__icon svg { width: 100%; height: 100%; }
.hk-places-empty h2 { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; color: var(--hk-place-green); font-size: 28px; }
.hk-places-empty p { max-width: 560px; margin: 0 auto 18px; color: var(--hk-place-muted); line-height: 1.65; }

.hk-places-pagination { margin-top: 30px; }
.hk-places-pagination .page-numbers { display: flex; justify-content: center; gap: 7px; padding: 0; margin: 0; list-style: none; }
.hk-places-pagination a,
.hk-places-pagination span { display: grid; place-items: center; min-width: 38px; height: 38px; border: 1px solid var(--hk-place-line); border-radius: 10px; background: #fff; color: var(--hk-place-green) !important; text-decoration: none !important; }
.hk-places-pagination .current { border-color: var(--hk-place-green); background: var(--hk-place-green); color: #fff !important; }

/* Form */
.hk-place-back { display: inline-flex; margin: 0 0 14px; color: var(--hk-place-green) !important; font-size: 13px; font-weight: 700; text-decoration: none !important; }
.hk-place-form-hero,
.hk-my-places-hero {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 22px;
	padding: 35px 38px;
	border: 1px solid rgba(18,63,47,.09);
	border-radius: 24px;
	background: linear-gradient(145deg, #fffdf8 0%, #f7f1e4 100%);
}
.hk-place-form-hero { display: block; }
.hk-place-form-hero h1,
.hk-my-places-hero h1 { color: var(--hk-place-green); font-size: clamp(34px, 4vw, 52px); }
.hk-place-form-hero p,
.hk-my-places-hero p { max-width: 760px; margin: 0; color: var(--hk-place-muted); line-height: 1.65; }

.hk-place-form { display: grid; gap: 18px; }
.hk-place-form-card {
	padding: 28px 30px 30px;
	border: 1px solid rgba(18,63,47,.11);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 10px 34px rgba(18,63,47,.045);
}
.hk-place-form-card__head { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 22px; }
.hk-place-form-card__head > span { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border: 1px solid rgba(199,154,43,.4); border-radius: 50%; color: var(--hk-place-gold); font-family: Georgia, serif; font-size: 13px; font-weight: 700; }
.hk-place-form-card__head h2 { margin: 0 0 4px; color: var(--hk-place-green); font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 600; }
.hk-place-form-card__head p { margin: 0; color: var(--hk-place-muted); font-size: 13px; }
.hk-place-form-grid { display: grid; gap: 16px; }
.hk-place-form-grid--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.hk-place-field { position: relative; margin-top: 15px; }
.hk-place-form-card__head + .hk-place-form-grid .hk-place-field { margin-top: 0; }

.hk-place-autocomplete { position: relative; }
.hk-place-suggestions {
	position: absolute;
	z-index: 50;
	left: 0;
	right: 0;
	top: calc(100% + 6px);
	max-height: 300px;
	overflow-y: auto;
	padding: 7px;
	border: 1px solid rgba(18,63,47,.14);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(18,63,47,.16);
}
.hk-place-suggestion { width: 100%; padding: 10px 11px; border: 0; border-radius: 10px; background: transparent; color: var(--hk-place-ink); text-align: left; cursor: pointer; }
.hk-place-suggestion:hover,
.hk-place-suggestion.is-active { background: #f8f2e4; }
.hk-place-suggestion strong { display: block; color: var(--hk-place-green); font-size: 13px; }
.hk-place-suggestion small { display: block; margin-top: 2px; color: #7b837f; font-size: 11px; }
.hk-place-locality-field.is-loading .hk-place-autocomplete::after { content: ""; position: absolute; right: 13px; top: 50%; width: 14px; height: 14px; margin-top: -7px; border: 2px solid rgba(18,63,47,.16); border-top-color: var(--hk-place-gold); border-radius: 50%; animation: hkPlaceSpin .7s linear infinite; }
@keyframes hkPlaceSpin { to { transform: rotate(360deg); } }

.hk-place-media-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 16px; }
.hk-place-upload-box {
	min-height: 165px;
	padding: 18px;
	border: 1px dashed rgba(18,63,47,.23);
	border-radius: 16px;
	background: #fcfbf7;
}
.hk-place-upload-box strong { display: block; color: var(--hk-place-green); font-family: Georgia, serif; font-size: 17px; }
.hk-place-upload-box p { margin: 3px 0 13px; color: var(--hk-place-muted); font-size: 12px; }
.hk-place-upload-box input[type="file"],
.hk-place-gallery-field input[type="file"] { width: 100%; font-size: 12px; }
.hk-place-upload-preview { aspect-ratio: 16/8; margin-bottom: 12px; overflow: hidden; border-radius: 12px; background: #eee; }
.hk-place-upload-preview img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hk-place-logo-preview { width: 92px; height: 92px; margin-bottom: 12px; padding: 7px; border: 1px solid var(--hk-place-line); border-radius: 18px; background: #fff; }
.hk-place-logo-preview img { width: 100%; height: 100%; object-fit: contain; border-radius: 12px; }
.hk-place-gallery-existing { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 12px; }
.hk-place-gallery-existing__item { width: 104px; padding: 6px; border: 1px solid var(--hk-place-line); border-radius: 12px; background: #fff; }
.hk-place-gallery-existing__item img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; border-radius: 8px; }
.hk-place-gallery-existing__item span { display: flex; align-items: center; gap: 4px; margin-top: 5px; font-size: 10px; color: #7b625f; }

.hk-place-form-submit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 23px 26px;
	border: 1px solid rgba(199,154,43,.28);
	border-radius: 20px;
	background: linear-gradient(135deg, #123F2F, #174d3b);
	color: #fff;
}
.hk-place-form-submit strong,
.hk-place-form-submit small { display: block; }
.hk-place-form-submit strong { font-family: Georgia, serif; font-size: 17px; font-weight: 500; }
.hk-place-form-submit small { max-width: 720px; margin-top: 4px; color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.5; }
.hk-place-form-submit .hk-place-button--primary { background: var(--hk-place-gold); color: var(--hk-place-green) !important; box-shadow: none; }

.hk-place-alert { margin: 0 0 18px; padding: 13px 16px; border-radius: 13px; font-size: 13px; font-weight: 650; }
.hk-place-alert--success { border: 1px solid rgba(18,63,47,.18); background: #edf6f1; color: var(--hk-place-green); }
.hk-place-alert--warning { border: 1px solid rgba(199,154,43,.3); background: #fff7df; color: #6c5518; }
.hk-place-alert--error { border: 1px solid rgba(167,62,51,.24); background: #fff1ef; color: #8f342b; }

/* My places */
.hk-my-places-list { display: grid; gap: 12px; }
.hk-my-place-row {
	display: grid;
	grid-template-columns: 150px minmax(0,1fr) auto;
	gap: 18px;
	align-items: center;
	padding: 13px;
	border: 1px solid var(--hk-place-line);
	border-radius: 18px;
	background: #fff;
}
.hk-my-place-row__media { display: block; aspect-ratio: 16/10; overflow: hidden; border-radius: 12px; background: var(--hk-place-cream); }
.hk-my-place-row__media > img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hk-my-place-row__media .hk-place-cover-placeholder { min-height: 94px; }
.hk-my-place-row__media .hk-place-cover-placeholder .hk-place-pin-icon { width: 28px; height: 28px; }
.hk-my-place-row__media .hk-place-cover-placeholder small { display: none; }
.hk-my-place-row__meta { display: flex; gap: 8px; align-items: center; color: var(--hk-place-gold); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.hk-my-place-row__body h2 { margin: 6px 0 4px; color: var(--hk-place-green); font-family: Georgia, serif; font-size: 23px; }
.hk-my-place-row__body p { margin: 0; color: var(--hk-place-muted); font-size: 12px; }
.hk-place-status { padding: 4px 7px; border-radius: 999px; font-size: 9px; letter-spacing: .02em; }
.hk-place-status--published { background: #e9f5ed; color: #24623f; }
.hk-place-status--verified { border: 1px solid rgba(199,154,43,.32); background: #fff9ea; color: #76570c; }
.hk-place-status--pending { background: #fff3d7; color: #795b10; }
.hk-place-status--draft { background: #f0f1ef; color: #6b716d; }
.hk-my-place-row__actions { display: flex; align-items: center; justify-content: flex-end; gap: 7px; flex-wrap: wrap; }
.hk-my-place-row__actions form { margin: 0; }
.hk-place-text-action { padding: 8px 6px; border: 0; background: transparent; color: #a14a42; font: inherit; font-size: 11px; font-weight: 700; cursor: pointer; }

/* Single place */
.hk-place-single-topbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.hk-place-owner-edit { color: var(--hk-place-green) !important; font-size: 12px; font-weight: 750; text-decoration: none !important; }
.hk-place-single-hero { margin-bottom: 24px; }
.hk-place-single-cover {
	position: relative;
	min-height: 520px;
	border-radius: 28px;
	overflow: hidden;
	background: #eef2ed;
	box-shadow: 0 20px 55px rgba(18,63,47,.14);
}
.hk-place-single-cover > img,
.hk-place-single-cover > .hk-place-cover-placeholder { position: absolute; inset: 0; width: 100%; height: 100%; }
.hk-place-single-cover > img { object-fit: cover; }
.hk-place-single-cover__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,25,19,.08) 15%, rgba(8,25,19,.72) 100%); }
.hk-place-single-cover__content { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 38px 42px; color: #fff; }
.hk-place-single-brandline { display: flex; align-items: center; gap: 12px; margin-bottom: 15px; }
.hk-place-single-logo { flex: 0 0 72px; width: 72px; height: 72px; padding: 6px; border-radius: 19px; background: #fff; box-shadow: 0 8px 28px rgba(0,0,0,.18); }
.hk-place-single-logo img { width: 100%; height: 100%; object-fit: contain; border-radius: 12px; }
.hk-place-single-brandline > div > span { display: block; }
.hk-place-single-type { font-size: 12px; font-weight: 800; color: #fff; }
.hk-place-single-sign { margin-top: 4px; color: var(--hk-place-gold); font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.hk-place-single-brandline > div > .hk-place-single-verified {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	width: max-content;
	margin-top: 9px;
	padding: 6px 9px 6px 7px;
	border: 1px solid rgba(255,255,255,.42);
	border-radius: 999px;
	background: rgba(255,250,240,.94);
	box-shadow: 0 7px 20px rgba(0,0,0,.1);
	color: var(--hk-place-green);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .025em;
	backdrop-filter: blur(8px);
}
.hk-place-single-verified .hk-place-verified-mark {
	width: 18px;
	height: 18px;
	flex-basis: 18px;
	font-size: 11px;
}
.hk-place-single-cover h1 { max-width: 900px; margin: 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5vw, 68px); line-height: 1.02; font-weight: 500; letter-spacing: -.035em; }
.hk-place-single-tagline { max-width: 760px; margin: 12px 0 0; color: rgba(255,255,255,.83); font-size: 17px; line-height: 1.5; }
.hk-place-single-location { display: flex; align-items: center; gap: 8px; margin-top: 18px; color: #fff; font-size: 13px; font-weight: 650; }
.hk-place-single-location .hk-place-pin-icon { color: var(--hk-place-gold); }

.hk-place-single-grid { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 24px; align-items: start; }
.hk-place-single-main { min-width: 0; }
.hk-place-single-section { margin-bottom: 20px; padding: 30px 32px; border: 1px solid var(--hk-place-line); border-radius: 22px; background: #fff; }
.hk-place-section-head span { color: var(--hk-place-gold); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.hk-place-section-head h2 { margin: 5px 0 18px; color: var(--hk-place-green); font-family: Georgia, serif; font-size: 28px; font-weight: 600; }
.hk-place-story__text { color: #40534c; font-size: 15px; line-height: 1.82; }
.hk-place-story__text p:last-child { margin-bottom: 0; }

.hk-place-gallery-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.hk-place-gallery-tile { display: block; aspect-ratio: 4/3; overflow: hidden; border-radius: 15px; background: #eee; }
.hk-place-gallery-tile:nth-child(3n+1):not(:first-child) { grid-column: span 2; aspect-ratio: 16/7; }
.hk-place-gallery-tile img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.hk-place-gallery-tile:hover img { transform: scale(1.025); }

.hk-place-business-note { display: flex; gap: 16px; align-items: flex-start; background: linear-gradient(145deg, #fffaf0, #fffdf8); }
.hk-place-business-note__mark { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--hk-place-green); color: var(--hk-place-gold); }
.hk-place-business-note strong { display: block; margin-bottom: 4px; color: var(--hk-place-green); font-family: Georgia, serif; font-size: 18px; }
.hk-place-business-note p { margin: 0; color: var(--hk-place-muted); font-size: 13px; line-height: 1.6; }

.hk-place-single-side { position: sticky; top: 96px; display: grid; gap: 14px; }
.hk-place-contact-card,
.hk-place-representative-card,
.hk-place-trust-card { padding: 24px; border: 1px solid var(--hk-place-line); border-radius: 20px; background: #fff; box-shadow: 0 12px 36px rgba(18,63,47,.06); }
.hk-place-contact-card__kicker,
.hk-place-representative-card__eyebrow { display: block; color: var(--hk-place-gold); font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.hk-place-contact-card h2 { margin: 5px 0 20px; color: var(--hk-place-green); font-family: Georgia, serif; font-size: 23px; font-weight: 600; }
.hk-place-contact-row { display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 10px; align-items: start; padding: 13px 0; border-top: 1px solid rgba(18,63,47,.08); }
.hk-place-contact-row:first-of-type { border-top: 0; }
.hk-place-contact-icon { width: 25px; height: 25px; display: grid; place-items: center; color: var(--hk-place-gold); font-size: 15px; }
.hk-place-contact-icon .hk-place-pin-icon { width: 20px; height: 20px; }
.hk-place-contact-row small { display: block; margin-bottom: 3px; color: #88918d; font-size: 10px; }
.hk-place-contact-row strong,
.hk-place-contact-row a { color: var(--hk-place-green) !important; font-size: 13px; line-height: 1.45; text-decoration: none !important; word-break: break-word; }
.hk-place-schedule-row { display: block; color: #3f514b; font-size: 12px; line-height: 1.5; }
.hk-place-contact-card .hk-place-button { margin: 5px 0 8px; }
.hk-place-representative-card__person { display: flex; align-items: center; gap: 11px; margin-top: 13px; }
.hk-place-representative-card__person img { width: 52px; height: 52px; border-radius: 50%; }
.hk-place-representative-card__person strong,
.hk-place-representative-card__person small { display: block; }
.hk-place-representative-card__person strong { color: var(--hk-place-green); font-size: 13px; }
.hk-place-representative-card__person small { margin-top: 2px; color: var(--hk-place-muted); font-size: 10px; line-height: 1.4; }

.hk-place-trust-card {
	border-color: rgba(199,154,43,.28);
	background: linear-gradient(145deg, #fffdf8 0%, #fff9ec 100%);
}
.hk-place-trust-card__eyebrow {
	display: block;
	color: var(--hk-place-gold);
	font-size: 9px;
	font-weight: 850;
	letter-spacing: .13em;
}
.hk-place-trust-card__head {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	margin-top: 12px;
}
.hk-place-trust-card__seal {
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--hk-place-green);
	box-shadow: 0 8px 20px rgba(18,63,47,.13);
	color: var(--hk-place-gold);
	font-size: 20px;
	font-weight: 900;
	line-height: 1;
}
.hk-place-trust-card__head strong,
.hk-place-trust-card__head small { display: block; }
.hk-place-trust-card__head strong {
	color: var(--hk-place-green);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2;
}
.hk-place-trust-card__head small {
	margin-top: 4px;
	color: #61716b;
	font-size: 10.5px;
	line-height: 1.45;
}
.hk-place-trust-card__date {
	margin-top: 13px;
	padding-top: 11px;
	border-top: 1px solid rgba(18,63,47,.08);
	color: var(--hk-place-green);
	font-size: 10px;
	font-weight: 750;
}
.hk-place-trust-card p {
	margin: 8px 0 0;
	color: #7a837f;
	font-size: 9.5px;
	line-height: 1.5;
}


/* Desktop refinement — Core 2.0.1. Mobile/tablet rules below remain untouched. */
@media (min-width: 981px) {
	.hk-places-shell { margin-top: 30px; }

	.hk-places-hero {
		grid-template-columns: minmax(0, 1fr) minmax(260px, .38fr);
		gap: 42px;
		align-items: center;
		min-height: 292px;
		padding: 44px 48px;
	}
	.hk-places-hero::after {
		right: -55px;
		bottom: -122px;
		width: 318px;
		height: 318px;
	}
	.hk-places-hero h1 {
		max-width: 660px;
		margin-top: 13px;
		margin-bottom: 11px;
		font-size: clamp(44px, 3.65vw, 56px);
		line-height: 1.04;
		letter-spacing: -.032em;
	}
	.hk-places-hero p {
		max-width: 710px;
		font-size: 16px;
		line-height: 1.64;
	}
	.hk-places-hero__actions {
		justify-self: end;
		align-self: center;
		justify-content: flex-end;
		width: max-content;
		max-width: 100%;
		padding: 12px;
		border: 1px solid rgba(255,255,255,.13);
		border-radius: 18px;
		background: rgba(255,255,255,.055);
		box-shadow: 0 15px 34px rgba(0,0,0,.10);
		backdrop-filter: blur(8px);
	}
	.hk-places-hero__actions .hk-place-button {
		min-height: 46px;
		padding-inline: 19px;
	}

	/* Core 2.0.2 — desktop hero actions: keep text crisp and high-contrast on hover. */
	.hk-places-hero__actions .hk-place-button--primary:hover,
	.hk-places-hero__actions .hk-place-button--primary:focus-visible {
		background: #b98918;
		border-color: #d8aa36;
		color: #fff !important;
		box-shadow: 0 12px 26px rgba(0,0,0,.18), 0 0 0 1px rgba(255,255,255,.05) inset;
		transform: translateY(-2px);
	}
	.hk-places-hero__actions .hk-place-button--light:hover,
	.hk-places-hero__actions .hk-place-button--light:focus-visible {
		background: rgba(255,255,255,.14);
		border-color: rgba(199,154,43,.95);
		color: #fff !important;
		box-shadow: 0 10px 22px rgba(0,0,0,.13);
		transform: translateY(-2px);
	}

	.hk-places-signature {
		margin: 14px 8px 20px;
		padding: 14px 18px 14px 20px;
		border-radius: 0 15px 15px 0;
		background: linear-gradient(90deg, rgba(199,154,43,.065), rgba(255,255,255,0) 78%);
	}
	.hk-places-signature__mark {
		flex-basis: 36px;
		width: 36px;
		height: 36px;
	}
	.hk-places-signature strong { font-size: 19px; }
	.hk-places-signature small { margin-top: 4px; font-size: 13.5px; }

	.hk-places-filter {
		grid-template-columns: minmax(260px, 1.58fr) minmax(185px, .82fr) minmax(210px, .92fr) auto;
		gap: 12px;
		margin-bottom: 13px;
		padding: 18px 20px;
		border-radius: 20px;
		background: linear-gradient(180deg, #fff 0%, #fffefa 100%);
		box-shadow: 0 14px 38px rgba(18,63,47,.075);
	}
	.hk-places-filter__field label {
		margin-bottom: 6px;
		font-size: 11.5px;
		letter-spacing: .025em;
	}
	/* Core 2.0.3 — desktop controls use the established HARCHI 14px radius. */
	.hk-places-filter input,
	.hk-places-filter select {
		min-height: 44px;
		border-radius: 14px !important;
		background: #fffefb;
	}
	/* Core 2.0.4 — clear HARCHI dropdown chevron for desktop filters. */
	.hk-places-filter select {
		-webkit-appearance: none !important;
		appearance: none !important;
		padding-right: 42px !important;
		background-color: #fffefb !important;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1.5 1.5 7 7l5.5-5.5' fill='none' stroke='%23123F2F' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
		background-repeat: no-repeat !important;
		background-position: right 16px center !important;
		background-size: 14px 9px !important;
		cursor: pointer;
	}
	.hk-places-filter__actions .hk-place-button {
		min-width: 94px;
		min-height: 44px;
		padding-inline: 18px;
		border-radius: 14px !important;
	}
	.hk-places-hero__actions .hk-place-button {
		border-radius: 14px !important;
	}
	.hk-places-filter__actions .hk-place-button--primary {
		box-shadow: 0 8px 18px rgba(18,63,47,.15);
	}

	.hk-place-type-chips {
		gap: 9px;
		margin-bottom: 11px;
		padding: 3px 1px 5px;
	}
	.hk-place-type-chip {
		padding: 9px 15px;
		font-size: 12.5px;
		border-color: rgba(18,63,47,.15);
		box-shadow: 0 4px 13px rgba(18,63,47,.035);
	}
	.hk-place-type-chip:hover {
		border-color: rgba(199,154,43,.78);
		background: #fff9e9;
		box-shadow: 0 7px 17px rgba(18,63,47,.055);
	}
	.hk-place-type-chip.is-active {
		border-color: var(--hk-place-gold);
		background: var(--hk-place-gold);
		color: var(--hk-place-green) !important;
		box-shadow: 0 7px 18px rgba(199,154,43,.17);
	}

	.hk-places-empty {
		margin-top: 18px;
		margin-bottom: 34px;
		padding-top: 38px;
		padding-bottom: 38px;
	}

	/* Core 2.0.5 — desktop place cards: denser business presentation, mobile untouched. */
	.hk-place-card {
		box-shadow: 0 11px 30px rgba(18,63,47,.065);
	}
	.hk-place-card:hover,
	.hk-place-card:focus-within {
		transform: translateY(-4px);
		border-color: rgba(199,154,43,.48);
		box-shadow: 0 20px 44px rgba(18,63,47,.115);
	}
	.hk-place-card--no-cover .hk-place-card__cover {
		aspect-ratio: 2 / 1;
	}
	.hk-place-card--no-cover .hk-place-cover-placeholder {
		gap: 8px;
	}
	.hk-place-card--no-cover .hk-place-cover-placeholder .hk-place-pin-icon {
		width: 40px;
		height: 40px;
	}
	.hk-place-card__body {
		padding: 16px 18px 18px;
	}
	.hk-place-card h2 {
		margin-top: 9px;
		margin-bottom: 6px;
	}
	.hk-place-card p {
		min-height: 0;
		margin-bottom: 12px;
	}
	.hk-place-card__open {
		position: relative;
		gap: 7px;
		padding-bottom: 3px;
		transition: color .18s ease;
	}
	.hk-place-card__open::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0;
		height: 1px;
		background: var(--hk-place-gold);
		transition: width .2s ease;
	}
	.hk-place-card:hover .hk-place-card__open::after,
	.hk-place-card__open:hover::after,
	.hk-place-card__open:focus-visible::after {
		width: 100%;
	}
	.hk-place-card:hover .hk-place-card__open span,
	.hk-place-card__open:hover span,
	.hk-place-card__open:focus-visible span {
		transform: translateX(4px);
	}

	/* Core 2.0.6 — desktop single place refinement; mobile/tablet remain unchanged. */
	.hk-place-single-shell {
		margin-top: 30px;
		margin-bottom: 52px;
	}
	.hk-place-single-topbar { margin-bottom: 10px; }
	.hk-place-single-hero { margin-bottom: 20px; }
	.hk-place-single-cover--no-cover {
		min-height: 405px;
		box-shadow: 0 18px 48px rgba(18,63,47,.12);
	}
	.hk-place-single-cover--no-cover .hk-place-cover-placeholder {
		place-content: center;
		padding-bottom: 78px;
	}
	.hk-place-single-cover--no-cover .hk-place-cover-placeholder small { display: none; }
	.hk-place-single-cover--no-cover .hk-place-cover-placeholder .hk-place-pin-icon {
		width: 42px;
		height: 42px;
	}
	.hk-place-single-cover__content { padding: 32px 36px; }
	.hk-place-single-brandline { margin-bottom: 12px; }
	.hk-place-single-cover h1 {
		max-width: 860px;
		font-size: clamp(40px, 4.35vw, 61px);
		line-height: 1.035;
		letter-spacing: -.032em;
	}
	.hk-place-single-tagline { margin-top: 9px; font-size: 16px; }
	.hk-place-single-location { margin-top: 14px; }

	.hk-place-single-grid { gap: 20px; }
	.hk-place-single-section {
		margin-bottom: 16px;
		padding: 26px 28px;
	}
	.hk-place-section-head h2 { margin-bottom: 14px; }
	.hk-place-story__text { line-height: 1.72; }
	.hk-place-business-note {
		margin-bottom: 0;
		padding-top: 23px;
		padding-bottom: 23px;
		border-color: rgba(199,154,43,.24);
		background: linear-gradient(145deg, #fff9ec 0%, #fffdf8 62%, rgba(237,243,238,.72) 100%);
		box-shadow: 0 10px 28px rgba(18,63,47,.035);
	}
	.hk-place-business-note__mark {
		flex-basis: 42px;
		width: 42px;
		height: 42px;
	}

	.hk-place-single-side { gap: 12px; top: 90px; }
	.hk-place-contact-card,
	.hk-place-representative-card,
	.hk-place-trust-card {
		padding: 22px;
		box-shadow: 0 10px 30px rgba(18,63,47,.052);
	}
	.hk-place-contact-card h2 { margin-bottom: 16px; }
	.hk-place-contact-row { padding: 11px 0; }
	.hk-place-contact-card .hk-place-button { margin-top: 4px; }

	/* Avoid platform emoji colors: desktop contact glyphs are HARCHI gold SVG icons. */
	.hk-place-contact-row--schedule .hk-place-contact-icon,
	.hk-place-contact-row--phone .hk-place-contact-icon,
	.hk-place-contact-row--email .hk-place-contact-icon,
	.hk-place-contact-row--website .hk-place-contact-icon {
		font-size: 0;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 18px 18px;
	}
	.hk-place-contact-row--schedule .hk-place-contact-icon {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='6.5' fill='none' stroke='%23C79A2B' stroke-width='1.5'/%3E%3Cpath d='M10 6.3v4.1l2.7 1.5' fill='none' stroke='%23C79A2B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	}
	.hk-place-contact-row--phone .hk-place-contact-icon {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M6.2 3.8 8 7.2 6.7 8.5c1 2.1 2.7 3.8 4.8 4.8l1.3-1.3 3.4 1.8c.2.1.3.4.2.6-.4 1.2-1.5 2-2.8 2C8 16.4 3.6 12 3.6 6.4c0-1.3.8-2.4 2-2.8.2-.1.5 0 .6.2Z' fill='none' stroke='%23C79A2B' stroke-width='1.45' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	}
	.hk-place-contact-row--email .hk-place-contact-icon {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M14.6 13.7c-1.1 1-2.6 1.6-4.3 1.6A5.7 5.7 0 1 1 16 9.6v1.2c0 1.2-.6 2-1.6 2-.9 0-1.5-.6-1.5-1.6V7.3' fill='none' stroke='%23C79A2B' stroke-width='1.45' stroke-linecap='round'/%3E%3Ccircle cx='10.2' cy='9.8' r='2.6' fill='none' stroke='%23C79A2B' stroke-width='1.45'/%3E%3C/svg%3E");
	}
	.hk-place-contact-row--website .hk-place-contact-icon {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M7 13 13.5 6.5M9.6 6.5h3.9v3.9' fill='none' stroke='%23C79A2B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.5 11.4v3.1H5.5v-7h3.1' fill='none' stroke='%23C79A2B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	}
}

@media (max-width: 980px) {
	.hk-places-hero { grid-template-columns: 1fr; padding: 42px; }
	.hk-places-hero__actions { justify-content: flex-start; }
	.hk-places-filter { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.hk-places-filter__actions { grid-column: 1 / -1; }
	.hk-places-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.hk-place-single-grid { grid-template-columns: minmax(0,1fr); }
	.hk-place-single-side { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
	.hk-place-trust-card { grid-column: 1 / -1; }
	.hk-place-form-grid--2,
	.hk-place-media-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
	.hk-places-shell,
	.hk-place-single-shell { width: min(100% - 22px, 1180px); margin-top: 18px; margin-bottom: 44px; }
	.hk-places-hero { padding: 31px 23px 27px; border-radius: 22px; }
	.hk-places-hero h1 { font-size: 38px; }
	.hk-places-hero p { font-size: 14px; line-height: 1.6; }
	.hk-places-hero__actions { width: 100%; }
	.hk-places-hero__actions .hk-place-button { flex: 1 1 150px; }
	.hk-places-signature { margin-inline: 4px; padding-inline: 10px; }
	.hk-places-filter { grid-template-columns: 1fr; padding: 16px; border-radius: 17px; }
	.hk-places-filter__actions { grid-column: auto; }
	.hk-places-filter__actions .hk-place-button { flex: 1; }
	.hk-places-grid { grid-template-columns: 1fr; gap: 14px; }
	.hk-place-card { border-radius: 17px; }
	.hk-place-card h2 { font-size: 22px; }
	.hk-place-form-hero,
	.hk-my-places-hero { display: block; padding: 25px 21px; border-radius: 19px; }
	.hk-my-places-hero .hk-place-button { margin-top: 17px; width: 100%; }
	.hk-place-form-card { padding: 22px 18px 23px; border-radius: 18px; }
	.hk-place-form-card__head { gap: 10px; }
	.hk-place-form-card__head > span { flex-basis: 34px; width: 34px; height: 34px; }
	.hk-place-form-card__head h2 { font-size: 21px; }
	.hk-place-form-submit { display: block; padding: 20px; }
	.hk-place-form-submit .hk-place-button { width: 100%; margin-top: 16px; }
	.hk-my-place-row { grid-template-columns: 92px minmax(0,1fr); gap: 12px; }
	.hk-my-place-row__actions { grid-column: 1 / -1; justify-content: flex-start; padding-top: 4px; }
	.hk-my-place-row__actions .hk-place-button { flex: 1 1 auto; }
	.hk-place-single-cover { min-height: 470px; border-radius: 21px; }
	.hk-place-single-cover__content { padding: 25px 22px; }
	.hk-place-single-cover h1 { font-size: 39px; }
	.hk-place-single-tagline { font-size: 14px; }
	.hk-place-single-logo { width: 60px; height: 60px; flex-basis: 60px; }
	.hk-place-single-section { padding: 23px 19px; border-radius: 18px; }
	.hk-place-gallery-grid { gap: 7px; }
	.hk-place-gallery-tile:nth-child(3n+1):not(:first-child) { aspect-ratio: 16/9; }
	.hk-place-single-side { grid-template-columns: 1fr; }
	.hk-place-contact-card,
	.hk-place-representative-card,
	.hk-place-trust-card { padding: 20px; border-radius: 18px; }
	.hk-place-trust-card { grid-column: auto; }
}


/* Core 2.0.7 — desktop single-place back navigation: clearer without becoming a heavy button. */
@media (min-width: 981px) {
	.hk-place-single-topbar .hk-place-back {
		display: inline-flex;
		align-items: center;
		min-height: 38px;
		margin: 0;
		padding: 8px 11px;
		border-radius: 12px;
		color: var(--hk-place-green) !important;
		font-size: 15.5px;
		font-weight: 800;
		line-height: 1.15;
		letter-spacing: .002em;
		transition: color .18s ease, background-color .18s ease, transform .18s ease, box-shadow .18s ease;
	}
	.hk-place-single-topbar .hk-place-back:hover,
	.hk-place-single-topbar .hk-place-back:focus-visible {
		color: var(--hk-place-gold) !important;
		background: rgba(199,154,43,.085);
		box-shadow: 0 7px 18px rgba(18,63,47,.045);
		transform: translateX(-2px);
		outline: none;
	}
}



/* Core 2.0.8 — desktop submit CTA uses the approved HARCHI KOLO button geometry. */
@media (min-width: 981px) {
	.hk-place-form-submit .hk-place-button--primary {
		border-radius: 14px !important;
		border-color: rgba(18,63,47,.08);
		background: var(--hk-place-gold);
		color: var(--hk-place-green) !important;
		box-shadow: 0 8px 20px rgba(0,0,0,.10);
	}
	.hk-place-form-submit .hk-place-button--primary:hover,
	.hk-place-form-submit .hk-place-button--primary:focus-visible {
		border-color: rgba(18,63,47,.12);
		background: #e0b64c;
		color: var(--hk-place-green) !important;
		box-shadow: 0 10px 24px rgba(0,0,0,.13);
		transform: translateY(-1px);
		outline: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hk-place-card,
	.hk-place-card__cover > img,
	.hk-place-card__open span,
	.hk-place-button { transition: none !important; }
}


/* Core 2.0.9 — desktop form selects clearly show the HARCHI dropdown chevron. */
@media (min-width: 981px) {
	.hk-place-field select {
		-webkit-appearance: none !important;
		appearance: none !important;
		padding-right: 42px !important;
		background-color: #fffefb !important;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1.5 1.5 7 7l5.5-5.5' fill='none' stroke='%23123F2F' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
		background-repeat: no-repeat !important;
		background-position: right 16px center !important;
		background-size: 14px 9px !important;
		cursor: pointer;
	}
}


/* Core 2.0.11 — desktop submit CTA uses a white base state and a gold hover state. */
@media (min-width: 981px) {
	.hk-place-form-submit .hk-place-button--primary {
		min-height: 46px;
		padding: 0 28px !important;
		border-radius: 11px !important;
		border: 1px solid rgba(18,63,47,.14) !important;
		background: #ffffff !important;
		color: var(--hk-place-green) !important;
		font-weight: 700;
		letter-spacing: 0;
		box-shadow: 0 6px 16px rgba(0,0,0,.10), inset 0 1px 0 rgba(255,255,255,.22);
	}
	.hk-place-form-submit .hk-place-button--primary:hover,
	.hk-place-form-submit .hk-place-button--primary:focus-visible {
		background: #d2a93a !important;
		color: #ffffff !important;
		border-color: rgba(18,63,47,.18) !important;
		box-shadow: 0 10px 22px rgba(0,0,0,.13), inset 0 1px 0 rgba(255,255,255,.18);
		transform: translateY(-1px);
		outline: none;
	}
}


/* Core 2.0.12 — desktop return from “Мої місця” to the user's HivePress profile. */
.hk-my-places-topbar { display: none; }
@media (max-width: 980px) {
	.hk-my-places-topbar.is-account-origin {
		display: block;
		margin: 0 0 10px;
	}
}
@media (min-width: 981px) {
	.hk-my-places-topbar {
		display: block;
		margin: 0 0 10px;
	}
	.hk-my-places-topbar .hk-my-places-back {
		display: inline-flex;
		align-items: center;
		min-height: 38px;
		margin: 0;
		padding: 8px 11px;
		border-radius: 12px;
		color: var(--hk-place-green) !important;
		font-size: 15.5px;
		font-weight: 800;
		line-height: 1.15;
		text-decoration: none !important;
		transition: color .18s ease, background-color .18s ease, transform .18s ease, box-shadow .18s ease;
	}
	.hk-my-places-topbar .hk-my-places-back:hover,
	.hk-my-places-topbar .hk-my-places-back:focus-visible {
		color: var(--hk-place-gold) !important;
		background: rgba(199,154,43,.085);
		box-shadow: 0 7px 18px rgba(18,63,47,.045);
		transform: translateX(-2px);
		outline: none;
	}
}


/* Core 2.0.15 — Places business gallery + embedded map. */
.hk-place-gallery__head,
.hk-place-map-section__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}
.hk-place-gallery__head small {
	flex: 0 0 auto;
	margin-top: 5px;
	padding: 6px 10px;
	border: 1px solid rgba(199,154,43,.28);
	border-radius: 999px;
	background: #fffaf0;
	color: var(--hk-place-green);
	font-size: 11px;
	font-weight: 750;
}
.hk-place-gallery-showcase {
	display: grid;
	grid-template-columns: minmax(0,1.55fr) minmax(230px,.85fr);
	gap: 10px;
	min-height: 420px;
}
.hk-place-gallery-showcase.is-single { grid-template-columns: 1fr; min-height: 0; }
.hk-place-gallery-main,
.hk-place-gallery-thumb {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 16px;
	background: #eef1ec;
	text-decoration: none !important;
}
.hk-place-gallery-main { min-height: 420px; }
.hk-place-gallery-showcase.is-single .hk-place-gallery-main { min-height: 0; aspect-ratio: 16/9; }
.hk-place-gallery-thumbs {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	grid-auto-rows: 1fr;
	gap: 10px;
	min-height: 0;
}
.hk-place-gallery-main img,
.hk-place-gallery-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .45s ease, filter .3s ease;
}
.hk-place-gallery-main:hover img,
.hk-place-gallery-thumb:hover img { transform: scale(1.025); filter: saturate(1.03); }
.hk-place-gallery-main__cta {
	position: absolute;
	right: 18px;
	bottom: 18px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	border: 1px solid rgba(255,255,255,.38);
	border-radius: 12px;
	background: rgba(18,63,47,.88);
	color: #fff;
	box-shadow: 0 8px 24px rgba(0,0,0,.18);
	backdrop-filter: blur(8px);
}
.hk-place-gallery-main__cta b { font-size: 12px; font-weight: 800; }
.hk-place-gallery-main__cta em {
	display: grid;
	place-items: center;
	min-width: 24px;
	height: 24px;
	padding: 0 6px;
	border-radius: 8px;
	background: var(--hk-place-gold);
	color: var(--hk-place-green);
	font-size: 11px;
	font-style: normal;
	font-weight: 850;
}

.hk-place-map-card {
	overflow: hidden;
	border: 1px solid rgba(18,63,47,.12);
	border-radius: 18px;
	background: #fffdf8;
	box-shadow: 0 12px 30px rgba(18,63,47,.055);
}
.hk-place-map-frame { position: relative; height: 350px; background: #eef2ee; }
.hk-place-map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.hk-place-map-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 18px;
}
.hk-place-map-address { display: flex; align-items: flex-start; gap: 10px; min-width: 0; }
.hk-place-map-address > span { flex: 0 0 24px; color: var(--hk-place-gold); }
.hk-place-map-address .hk-place-pin-icon { width: 22px; height: 22px; }
.hk-place-map-address small { display: block; margin-bottom: 3px; color: #89928e; font-size: 10px; }
.hk-place-map-address strong { display: block; color: var(--hk-place-green); font-size: 12.5px; line-height: 1.45; }
.hk-place-map-actions { display: flex; gap: 8px; flex: 0 0 auto; }
.hk-place-map-actions .hk-place-button { min-height: 42px; padding: 10px 14px; border-radius: 12px; font-size: 12px; }

.hk-place-lightbox[hidden] { display: none !important; }
.hk-place-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: center;
	padding: 48px 74px;
	background: rgba(6,24,18,.94);
	backdrop-filter: blur(10px);
}
.hk-place-lightbox-open { overflow: hidden; }
.hk-place-lightbox__figure {
	position: relative;
	max-width: min(1180px,88vw);
	max-height: 84vh;
	margin: 0;
	display: grid;
	place-items: center;
}
.hk-place-lightbox__figure img {
	max-width: 100%;
	max-height: 82vh;
	border-radius: 16px;
	box-shadow: 0 26px 80px rgba(0,0,0,.38);
}
.hk-place-lightbox__figure figcaption {
	margin-top: 10px;
	color: rgba(255,255,255,.78);
	font-size: 12px;
	text-align: center;
}
.hk-place-lightbox__close,
.hk-place-lightbox__nav {
	position: absolute;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255,255,255,.25);
	background: rgba(255,255,255,.08);
	color: #fff;
	cursor: pointer;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.hk-place-lightbox__close { top: 22px; right: 24px; width: 46px; height: 46px; border-radius: 14px; font-size: 29px; line-height: 1; }
.hk-place-lightbox__nav { top: 50%; width: 52px; height: 68px; margin-top: -34px; border-radius: 15px; font-size: 40px; }
.hk-place-lightbox__nav--prev { left: 22px; }
.hk-place-lightbox__nav--next { right: 22px; }
.hk-place-lightbox__close:hover,
.hk-place-lightbox__nav:hover { border-color: var(--hk-place-gold); background: rgba(199,154,43,.18); transform: scale(1.03); }
.hk-place-lightbox__counter {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	padding: 7px 11px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 999px;
	background: rgba(18,63,47,.75);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
}

@media (max-width: 980px) {
	.hk-place-gallery-showcase { grid-template-columns: minmax(0,1.35fr) minmax(210px,.8fr); min-height: 360px; }
	.hk-place-gallery-main { min-height: 360px; }
	.hk-place-map-card__footer { align-items: flex-start; flex-direction: column; }
	.hk-place-map-actions { width: 100%; }
	.hk-place-map-actions .hk-place-button { flex: 1; }
}
@media (max-width: 720px) {
	.hk-place-gallery__head { align-items: center; }
	.hk-place-gallery__head .hk-place-section-head h2 { margin-bottom: 18px; }
	.hk-place-gallery-showcase { display: block; min-height: 0; }
	.hk-place-gallery-main { min-height: 0; aspect-ratio: 4/3; border-radius: 14px; }
	.hk-place-gallery-thumbs { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; margin-top: 7px; }
	.hk-place-gallery-thumb { aspect-ratio: 1; border-radius: 11px; }
	.hk-place-gallery-main__cta { right: 11px; bottom: 11px; padding: 8px 10px; border-radius: 10px; }
	.hk-place-gallery-main__cta b { font-size: 11px; }
	.hk-place-map-frame { height: 285px; }
	.hk-place-map-card { border-radius: 15px; }
	.hk-place-map-card__footer { padding: 14px; }
	.hk-place-map-actions { display: grid; grid-template-columns: 1fr; }
	.hk-place-lightbox { padding: 64px 14px 70px; }
	.hk-place-lightbox__figure { max-width: 100%; }
	.hk-place-lightbox__figure img { max-height: 72vh; border-radius: 12px; }
	.hk-place-lightbox__nav { top: auto; bottom: 16px; width: 48px; height: 44px; margin: 0; border-radius: 12px; font-size: 32px; }
	.hk-place-lightbox__nav--prev { left: 14px; }
	.hk-place-lightbox__nav--next { right: 14px; }
	.hk-place-lightbox__close { top: 12px; right: 12px; width: 42px; height: 42px; border-radius: 12px; }
	.hk-place-lightbox__counter { bottom: 22px; }
}
@media (prefers-reduced-motion: reduce) {
	.hk-place-gallery-main img,
	.hk-place-gallery-thumb img,
	.hk-place-lightbox__close,
	.hk-place-lightbox__nav { transition: none !important; }
}


/* Core 2.0.16 — smart Places gallery composition by photo count. */
.hk-place-gallery-hidden-item { display: none !important; }

@media (min-width: 981px) {
	.hk-place-gallery-showcase {
		height: clamp(390px, 34vw, 455px);
		min-height: 0;
		grid-template-columns: minmax(0, 3fr) minmax(250px, 2fr);
		gap: 11px;
	}
	.hk-place-gallery-showcase.is-single {
		height: auto;
		grid-template-columns: 1fr;
	}
	.hk-place-gallery-main,
	.hk-place-gallery-showcase.is-single .hk-place-gallery-main {
		height: 100%;
		min-height: 0;
		aspect-ratio: auto;
	}
	.hk-place-gallery-showcase.is-single .hk-place-gallery-main {
		max-height: 455px;
		aspect-ratio: 16 / 8.7;
	}
	.hk-place-gallery-thumbs { height: 100%; min-height: 0; }
	.hk-place-gallery-thumb { min-height: 0; }

	/* 2 photos: balanced 60/40 business spread. */
	.hk-place-gallery-showcase--count-2 { grid-template-columns: minmax(0, 3fr) minmax(250px, 2fr); }
	.hk-place-gallery-showcase--count-2 .hk-place-gallery-thumbs {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}

	/* 3 photos: hero on the left, two equal supporting frames. */
	.hk-place-gallery-showcase--count-3 .hk-place-gallery-thumbs {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}

	/* 4 photos: one wide supporting image over two smaller details. */
	.hk-place-gallery-showcase--count-4 .hk-place-gallery-thumbs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: minmax(0, 1.12fr) minmax(0, .88fr);
	}
	.hk-place-gallery-showcase--count-4 .hk-place-gallery-thumb:first-child { grid-column: 1 / -1; }

	/* 5–6 photos: clean 2×2 mosaic; sixth remains available in lightbox. */
	.hk-place-gallery-showcase--count-5,
	.hk-place-gallery-showcase--count-6 { grid-template-columns: minmax(0, 1.45fr) minmax(290px, 1fr); }
	.hk-place-gallery-showcase--count-5 .hk-place-gallery-thumbs,
	.hk-place-gallery-showcase--count-6 .hk-place-gallery-thumbs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}

	.hk-place-gallery-main__cta {
		right: 16px;
		bottom: 16px;
		padding: 9px 11px 9px 13px;
		border-radius: 11px;
	}
	.hk-place-gallery-main__cta b { font-size: 11.5px; }
}

@media (min-width: 721px) and (max-width: 980px) {
	.hk-place-gallery-showcase {
		height: 365px;
		min-height: 0;
		grid-template-columns: minmax(0, 3fr) minmax(220px, 2fr);
	}
	.hk-place-gallery-main { height: 100%; min-height: 0; }
	.hk-place-gallery-showcase--count-2 .hk-place-gallery-thumbs {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
	}
	.hk-place-gallery-showcase--count-3 .hk-place-gallery-thumbs {
		grid-template-columns: 1fr;
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}
	.hk-place-gallery-showcase--count-4 .hk-place-gallery-thumbs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: minmax(0, 1.1fr) minmax(0, .9fr);
	}
	.hk-place-gallery-showcase--count-4 .hk-place-gallery-thumb:first-child { grid-column: 1 / -1; }
	.hk-place-gallery-showcase--count-5 .hk-place-gallery-thumbs,
	.hk-place-gallery-showcase--count-6 .hk-place-gallery-thumbs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 720px) {
	.hk-place-gallery-main__cta b { max-width: 148px; line-height: 1.15; }
}


/* Core 2.0.17 — Places ↔ product listings relation and business product shelf. */
.hk-place-products-form-card { overflow: hidden; }
.hk-place-products-picker {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}
.hk-place-product-choice {
	position: relative;
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr) 26px;
	align-items: center;
	gap: 11px;
	min-height: 76px;
	margin: 0;
	padding: 9px 10px;
	border: 1px solid rgba(18,63,47,.12);
	border-radius: 15px;
	background: #fffefb;
	cursor: pointer;
	transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.hk-place-product-choice:hover {
	border-color: rgba(199,154,43,.48);
	background: #fffaf0;
	box-shadow: 0 8px 22px rgba(18,63,47,.055);
	transform: translateY(-1px);
}
.hk-place-product-choice > input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}
.hk-place-product-choice__media {
	display: block;
	width: 58px;
	height: 58px;
	overflow: hidden;
	border-radius: 11px;
	background: #f2eee3;
}
.hk-place-product-choice__media > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.hk-place-product-choice__media .hk-place-product-placeholder {
	min-height: 100%;
	border-radius: 0;
}
.hk-place-product-choice__media .hk-place-product-placeholder small { display: none; }
.hk-place-product-choice__media .hk-place-product-placeholder .hk-place-pin-icon { width: 25px; height: 25px; }
.hk-place-product-choice__copy { min-width: 0; }
.hk-place-product-choice__copy strong,
.hk-place-product-choice__copy small { display: block; }
.hk-place-product-choice__copy strong {
	overflow: hidden;
	color: var(--hk-place-green);
	font-size: 12.5px;
	font-weight: 800;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hk-place-product-choice__copy small {
	margin-top: 4px;
	color: var(--hk-place-muted);
	font-size: 10px;
	line-height: 1.4;
}
.hk-place-product-choice__mark {
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border: 1px solid rgba(18,63,47,.17);
	border-radius: 8px;
	background: #fff;
	color: transparent;
	font-size: 13px;
	font-weight: 900;
	transition: color .18s ease, border-color .18s ease, background-color .18s ease;
}
.hk-place-product-choice:has(input:checked) {
	border-color: rgba(199,154,43,.62);
	background: rgba(199,154,43,.075);
	box-shadow: inset 0 0 0 1px rgba(199,154,43,.12);
}
.hk-place-product-choice:has(input:checked) .hk-place-product-choice__mark {
	border-color: var(--hk-place-gold);
	background: var(--hk-place-gold);
	color: var(--hk-place-green);
}
.hk-place-product-choice:focus-within {
	outline: 2px solid rgba(199,154,43,.34);
	outline-offset: 2px;
}
.hk-place-products-form-note {
	display: block;
	margin-top: 11px;
	color: #75817c;
	font-size: 10.5px;
	line-height: 1.5;
}

.hk-place-products-section__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
}
.hk-place-products-section__head small {
	flex: 0 0 auto;
	margin-top: 1px;
	padding: 7px 10px;
	border: 1px solid rgba(199,154,43,.34);
	border-radius: 12px;
	background: #fffaf0;
	color: var(--hk-place-green);
	font-size: 10px;
	font-weight: 800;
}
.hk-place-products-section__intro {
	max-width: 660px;
	margin: -7px 0 18px;
	color: var(--hk-place-muted);
	font-size: 12.5px;
	line-height: 1.6;
}
.hk-place-products-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}
.hk-place-product-card {
	overflow: hidden;
	min-width: 0;
	border: 1px solid rgba(18,63,47,.11);
	border-radius: 17px;
	background: #fffdf8;
	box-shadow: 0 8px 24px rgba(18,63,47,.04);
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.hk-place-product-card:hover {
	transform: translateY(-2px);
	border-color: rgba(199,154,43,.36);
	box-shadow: 0 14px 32px rgba(18,63,47,.08);
}
.hk-place-product-card__media {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: #f0ecdf;
	text-decoration: none !important;
}
.hk-place-product-card__media > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease;
}
.hk-place-product-card:hover .hk-place-product-card__media > img { transform: scale(1.025); }
.hk-place-product-placeholder {
	width: 100%;
	height: 100%;
	min-height: 150px;
	display: grid;
	place-items: center;
	align-content: center;
	gap: 7px;
	background:
		radial-gradient(circle at 70% 20%, rgba(199,154,43,.12), transparent 27%),
		linear-gradient(145deg, #f7f1e3, #fffdf8);
	color: var(--hk-place-gold);
}
.hk-place-product-placeholder .hk-place-pin-icon { width: 38px; height: 38px; }
.hk-place-product-placeholder small {
	color: rgba(18,63,47,.62);
	font-size: 8.5px;
	font-weight: 850;
	letter-spacing: .12em;
}
.hk-place-product-card__category {
	position: absolute;
	top: 10px;
	left: 10px;
	max-width: calc(100% - 20px);
	padding: 6px 9px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.45);
	border-radius: 10px;
	background: rgba(18,63,47,.88);
	color: #fff;
	font-size: 9px;
	font-weight: 800;
	text-overflow: ellipsis;
	white-space: nowrap;
	backdrop-filter: blur(6px);
}
.hk-place-product-card__body { padding: 14px 15px 15px; }
.hk-place-product-card__locality {
	display: block;
	margin-bottom: 4px;
	overflow: hidden;
	color: #7d8984;
	font-size: 9.5px;
	font-weight: 650;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hk-place-product-card h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.2;
}
.hk-place-product-card h3 a {
	color: var(--hk-place-green) !important;
	text-decoration: none !important;
}
.hk-place-product-card__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 13px;
	padding-top: 11px;
	border-top: 1px solid rgba(18,63,47,.075);
}
.hk-place-product-card__foot > strong {
	color: var(--hk-place-green);
	font-size: 13px;
	font-weight: 850;
	white-space: nowrap;
}
.hk-place-product-card__foot > span {
	color: #7b8782;
	font-size: 9.5px;
	font-weight: 700;
}
.hk-place-product-card__foot > a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	color: var(--hk-place-green) !important;
	font-size: 10px;
	font-weight: 800;
	text-decoration: none !important;
	white-space: nowrap;
}
.hk-place-product-card__foot > a span {
	color: var(--hk-place-gold);
	transition: transform .18s ease;
}
.hk-place-product-card__foot > a:hover span { transform: translateX(3px); }

@media (max-width: 980px) {
	.hk-place-products-picker { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
	.hk-place-products-section__head { align-items: center; }
	.hk-place-products-section__head small { padding: 6px 9px; border-radius: 10px; }
	.hk-place-products-section__intro { margin-top: -8px; font-size: 11.5px; }
	.hk-place-products-grid { grid-template-columns: 1fr; gap: 10px; }
	.hk-place-product-card { border-radius: 15px; }
	.hk-place-product-card__media { aspect-ratio: 16 / 9; }
	.hk-place-product-card__body { padding: 13px 14px 14px; }
	.hk-place-product-card h3 { font-size: 18px; }
	.hk-place-product-choice { grid-template-columns: 52px minmax(0,1fr) 24px; min-height: 70px; padding: 8px; border-radius: 13px; }
	.hk-place-product-choice__media { width: 52px; height: 52px; border-radius: 10px; }
}
@media (prefers-reduced-motion: reduce) {
	.hk-place-product-choice,
	.hk-place-product-choice__mark,
	.hk-place-product-card,
	.hk-place-product-card__media > img,
	.hk-place-product-card__foot > a span { transition: none !important; }
}

/* Core 2.0.18 — compact Place rating in the public Places catalog. */
.hk-place-card-rating {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 7px 0 1px;
	color: #758079;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.2;
}
.hk-place-card-rating__icon { width: 16px; height: 16px; flex: 0 0 16px; color: var(--hk-place-gold); }
.hk-place-card-rating strong { color: var(--hk-place-green); font-size: 12px; font-weight: 850; }
.hk-place-card-rating span { color: #7d8781; }

/* ==================================================
   Core 2.0.23 — dedicated HARCHI Places map
   ================================================== */
.hk-places-signature__copy { flex: 1 1 auto; min-width: 0; }
.hk-places-signature__map {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid rgba(18,63,47,.16);
	border-radius: 14px;
	background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
	color: var(--hk-place-green) !important;
	font-size: 13px;
	font-weight: 850;
	letter-spacing: .01em;
	text-decoration: none !important;
	white-space: nowrap;
	box-shadow: 0 10px 24px rgba(18,63,47,.10), inset 0 1px 0 rgba(255,255,255,.85);
	transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.hk-places-signature__map span {
	display: inline-grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: rgba(199,154,43,.14);
	color: var(--hk-place-gold);
	font-size: 13px;
	transition: transform .18s ease, background-color .18s ease, color .18s ease;
}
.hk-places-signature__map:hover,
.hk-places-signature__map:focus-visible {
	border-color: var(--hk-place-gold);
	background: var(--hk-place-green);
	color: #ffffff !important;
	box-shadow: 0 14px 28px rgba(18,63,47,.18), inset 0 1px 0 rgba(255,255,255,.08);
	transform: translateY(-1px);
}
.hk-places-signature__map:hover span,
.hk-places-signature__map:focus-visible span {
	background: rgba(255,255,255,.14);
	color: #ffffff;
	transform: translateX(2px);
}

.hk-places-map-shell { max-width: 1240px; }
.hk-places-map-shell > .hk-place-back { margin-bottom: 10px; }
.hk-places-map-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 34px;
	overflow: hidden;
	margin-bottom: 18px;
	padding: 38px 42px 36px;
	border: 1px solid rgba(18,63,47,.08);
	border-radius: 22px;
	background:
		radial-gradient(circle at 88% 16%, rgba(199,154,43,.22), transparent 25%),
		linear-gradient(135deg, #123f2f 0%, #174c3a 64%, #10372a 100%);
	box-shadow: 0 18px 46px rgba(18,63,47,.12);
	color: #fff;
}
.hk-places-map-hero::after {
	content: "";
	position: absolute;
	right: -58px;
	bottom: -92px;
	width: 240px;
	height: 240px;
	border: 1px solid rgba(199,154,43,.16);
	border-radius: 50%;
	box-shadow: 0 0 0 30px rgba(199,154,43,.035), 0 0 0 60px rgba(199,154,43,.022);
	pointer-events: none;
}
.hk-places-map-hero__copy { position: relative; z-index: 1; max-width: 760px; }
.hk-places-map-hero .hk-places-kicker { color: #e0b74b; }
.hk-places-map-hero h1 {
	margin: 12px 0 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 4vw, 49px);
	font-weight: 600;
	line-height: 1.04;
	letter-spacing: -.02em;
	color: #fff;
}
.hk-places-map-hero p {
	max-width: 710px;
	margin: 0;
	color: rgba(255,255,255,.79);
	font-size: 14px;
	line-height: 1.7;
}
.hk-places-map-hero__stats {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, minmax(94px, 1fr));
	gap: 8px;
	min-width: 216px;
}
.hk-places-map-hero__stats > div {
	padding: 16px 14px 14px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 15px;
	background: rgba(255,255,255,.075);
	backdrop-filter: blur(8px);
	text-align: center;
}
.hk-places-map-hero__stats strong,
.hk-places-map-hero__stats span { display: block; }
.hk-places-map-hero__stats strong { color: #e4bd52; font-family: Georgia, "Times New Roman", serif; font-size: 28px; line-height: 1; }
.hk-places-map-hero__stats span { margin-top: 6px; color: rgba(255,255,255,.72); font-size: 10px; font-weight: 780; letter-spacing: .05em; text-transform: uppercase; }

.hk-places-map-filter {
	grid-template-columns: minmax(230px, 1.35fr) minmax(170px, .72fr) minmax(190px, .82fr) minmax(150px, auto) auto;
	margin-bottom: 16px;
	padding: 18px;
	border-radius: 18px;
	box-shadow: 0 12px 34px rgba(18,63,47,.07);
}
.hk-places-map-verified-filter {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 46px;
	padding: 9px 12px;
	border: 1px solid rgba(18,63,47,.14);
	border-radius: 12px;
	background: #fffdf8;
	color: var(--hk-place-green);
	font-size: 11.5px;
	font-weight: 780;
	cursor: pointer;
	white-space: nowrap;
	transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}
.hk-places-map-verified-filter:hover { border-color: rgba(199,154,43,.55); background: #fffaf0; }
.hk-places-map-verified-filter:focus-within { border-color: var(--hk-place-gold); box-shadow: 0 0 0 3px rgba(199,154,43,.10); }
.hk-places-map-verified-filter input { width: 16px !important; height: 16px !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; border: 1px solid rgba(18,63,47,.28) !important; border-radius: 4px !important; box-shadow: none !important; accent-color: var(--hk-place-gold); }
.hk-places-map-verified-filter .hk-place-verified-mark { width: 18px; height: 18px; flex-basis: 18px; font-size: 10px; }
.hk-places-map-filter__actions { flex-wrap: nowrap; }
.hk-places-map-filter__actions .hk-place-button { min-height: 46px; padding-inline: 15px; }

/* Core 2.0.30 — shared nearby mode for the Places catalog. */
.hk-places-catalog-nearby {
	display: grid;
	grid-template-columns: 42px minmax(0,1fr) auto;
	align-items: center;
	gap: 12px;
	margin: -2px 0 16px;
	padding: 12px 14px;
	border: 1px solid rgba(18,63,47,.11);
	border-radius: 16px;
	background: linear-gradient(90deg, rgba(199,154,43,.065), rgba(255,255,255,.98) 42%, #fff 100%);
	box-shadow: 0 10px 26px rgba(18,63,47,.055);
}
.hk-places-catalog-nearby__icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(199,154,43,.24);
	border-radius: 13px;
	background: #fffaf0;
	color: var(--hk-place-gold);
}
.hk-places-catalog-nearby__icon .hk-place-pin-icon { width: 22px; height: 22px; }
.hk-places-catalog-nearby__copy { min-width: 0; }
.hk-places-catalog-nearby__copy strong,
.hk-places-catalog-nearby__copy small { display: block; }
.hk-places-catalog-nearby__copy strong { color: var(--hk-place-green); font-size: 13px; font-weight: 850; }
.hk-places-catalog-nearby__copy small { margin-top: 2px; color: #78827d; font-size: 10.5px; line-height: 1.42; }
.hk-places-catalog-nearby__controls { display: flex; align-items: center; gap: 8px; }
.hk-places-catalog-nearby__radius {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	color: #738078;
	font-size: 10px;
	font-weight: 800;
}
.hk-places-catalog-nearby__radius select {
	min-width: 92px;
	height: 42px;
	padding: 0 34px 0 11px;
	border: 1px solid rgba(18,63,47,.14);
	border-radius: 12px;
	background-color: #fff;
	color: var(--hk-place-green);
	font-size: 11px;
	font-weight: 800;
	cursor: pointer;
}
.hk-places-catalog-nearby__button { min-height: 42px !important; padding-inline: 15px !important; border-radius: 12px !important; }
.hk-places-catalog-nearby__button.is-active { border-color: var(--hk-place-green) !important; background: var(--hk-place-green) !important; color: #fff !important; }
.hk-places-catalog-nearby__button:disabled { opacity: .68; cursor: wait; }
.hk-places-catalog-nearby__disable {
	min-height: 36px;
	padding: 0 4px;
	border: 0;
	background: transparent;
	color: #78827d;
	font-size: 10px;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-color: rgba(199,154,43,.38);
	text-underline-offset: 3px;
	cursor: pointer;
}
.hk-places-catalog-nearby__disable:hover { color: var(--hk-place-gold); }
.hk-places-catalog-nearby__state {
	grid-column: 2 / -1;
	margin: -2px 0 0;
	color: #607169;
	font-size: 10.5px;
	font-weight: 700;
}
.hk-places-catalog-nearby__state.is-ready { color: var(--hk-place-green); }
.hk-places-catalog-nearby__state.is-warning { color: #8b6928; }
.hk-places-shell--catalog.is-nearby-active .hk-places-catalog-nearby { border-color: rgba(199,154,43,.30); box-shadow: 0 12px 30px rgba(18,63,47,.075); }
.hk-places-nearby-empty {
	grid-column: 1 / -1;
	padding: 38px 22px;
	border: 1px dashed rgba(18,63,47,.18);
	border-radius: 18px;
	background: #fffdf8;
	text-align: center;
}
.hk-places-nearby-empty strong, .hk-places-nearby-empty span { display: block; }
.hk-places-nearby-empty strong { color: var(--hk-place-green); font-family: Georgia, "Times New Roman", serif; font-size: 21px; font-weight: 600; }
.hk-places-nearby-empty span { margin-top: 7px; color: var(--hk-place-muted); font-size: 12px; }

/* Core 2.0.29 — privacy-first nearby search inside HARCHI Map. */
.hk-places-map-nearby {
	display: grid;
	grid-template-columns: 40px minmax(0,1fr) auto;
	align-items: center;
	gap: 13px;
	margin: -4px 0 16px;
	padding: 11px 13px;
	border: 1px solid rgba(18,63,47,.11);
	border-radius: 16px;
	background: linear-gradient(90deg, rgba(199,154,43,.07), rgba(255,255,255,.96) 42%, #fff 100%);
	box-shadow: 0 10px 28px rgba(18,63,47,.055);
}
.hk-places-map-nearby__icon {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(199,154,43,.28);
	border-radius: 13px;
	background: #fffaf0;
	color: var(--hk-place-gold);
}
.hk-places-map-nearby__icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.hk-places-map-nearby__copy { min-width: 0; }
.hk-places-map-nearby__copy strong,
.hk-places-map-nearby__copy span { display: block; }
.hk-places-map-nearby__copy strong { color: var(--hk-place-green); font-size: 13px; font-weight: 850; }
.hk-places-map-nearby__copy span { margin-top: 2px; color: #78827d; font-size: 10.5px; line-height: 1.4; }
.hk-places-map-nearby__controls { display: flex; align-items: center; gap: 8px; }
.hk-places-map-radius { display: flex; align-items: center; gap: 7px; min-height: 42px; padding: 0 8px 0 11px; border: 1px solid rgba(18,63,47,.13); border-radius: 12px; background: #fff; }
.hk-places-map-radius > span { color: #77827c; font-size: 9px; font-weight: 780; text-transform: uppercase; letter-spacing: .05em; }
.hk-places-map-radius select {
	width: auto !important;
	min-width: 82px !important;
	height: 34px !important;
	min-height: 34px !important;
	padding: 0 28px 0 8px !important;
	border: 0 !important;
	border-radius: 9px !important;
	background-color: #fff !important;
	box-shadow: none !important;
	color: var(--hk-place-green) !important;
	font-size: 11px !important;
	font-weight: 820 !important;
}
.hk-places-map-nearby__button { min-height: 42px !important; padding-inline: 15px !important; border-radius: 12px !important; }
.hk-places-map-nearby__button.is-active { border-color: var(--hk-place-green) !important; background: var(--hk-place-green) !important; color: #fff !important; }
.hk-places-map-nearby__button:disabled { opacity: .68; cursor: wait; }

.hk-places-map-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(300px, .68fr);
	gap: 16px;
	align-items: stretch;
}
.hk-places-map-stage {
	position: relative;
	min-width: 0;
	height: 620px;
	overflow: hidden;
	border: 1px solid rgba(18,63,47,.12);
	border-radius: 20px;
	background: #edf2ee;
	box-shadow: 0 15px 42px rgba(18,63,47,.08);
}
.hk-places-map-canvas { width: 100%; height: 100%; min-height: 420px; background: #edf2ee; }
.hk-places-map-canvas.is-unavailable {
	display: grid;
	place-items: center;
	background: linear-gradient(145deg, #eef3ef, #fbf7ed);
}
.hk-places-map-state {
	position: absolute;
	left: 14px;
	bottom: 14px;
	z-index: 550;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	max-width: calc(100% - 28px);
	min-height: 34px;
	padding: 8px 11px;
	border: 1px solid rgba(18,63,47,.12);
	border-radius: 11px;
	background: rgba(255,253,248,.94);
	box-shadow: 0 8px 22px rgba(18,63,47,.10);
	color: #49625a;
	font-size: 10.5px;
	font-weight: 700;
	line-height: 1.35;
	backdrop-filter: blur(7px);
	pointer-events: none;
}
.hk-places-map-state__dot {
	width: 7px;
	height: 7px;
	flex: 0 0 7px;
	border-radius: 50%;
	background: var(--hk-place-gold);
	box-shadow: 0 0 0 4px rgba(199,154,43,.11);
}
.hk-places-map-state.is-ready .hk-places-map-state__dot { background: #2e7d52; box-shadow: 0 0 0 4px rgba(46,125,82,.10); }
.hk-places-map-state.is-warning .hk-places-map-state__dot { background: #b8732a; box-shadow: 0 0 0 4px rgba(184,115,42,.10); }

.hk-places-map-results {
	display: flex;
	min-width: 0;
	height: 620px;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(18,63,47,.11);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 15px 42px rgba(18,63,47,.06);
}
.hk-places-map-results__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 18px 18px 15px;
	border-bottom: 1px solid rgba(18,63,47,.08);
	background: linear-gradient(180deg, #fffdf8, #fff);
}
.hk-places-map-results__head span { display: block; margin-bottom: 4px; color: var(--hk-place-gold); font-size: 8.5px; font-weight: 850; letter-spacing: .14em; }
.hk-places-map-results__head h2 { margin: 0; color: var(--hk-place-green); font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 600; line-height: 1.1; }
.hk-places-map-results__head > strong {
	display: grid;
	place-items: center;
	min-width: 37px;
	height: 37px;
	padding-inline: 8px;
	border: 1px solid rgba(199,154,43,.35);
	border-radius: 12px;
	background: #fff8e8;
	color: var(--hk-place-green);
	font-size: 13px;
	font-weight: 850;
}
.hk-places-map-results__list {
	flex: 1 1 auto;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 8px;
	scrollbar-width: thin;
	scrollbar-color: rgba(18,63,47,.22) transparent;
}
.hk-places-map-result {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 11px;
	min-width: 0;
	margin-bottom: 7px;
	padding: 8px;
	border: 1px solid transparent;
	border-radius: 14px;
	background: #fff;
	transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.hk-places-map-result:last-child { margin-bottom: 0; }
.hk-places-map-result:hover,
.hk-places-map-result.is-active {
	border-color: rgba(199,154,43,.34);
	background: #fffdf8;
	box-shadow: 0 8px 20px rgba(18,63,47,.05);
	transform: translateY(-1px);
}
.hk-places-map-result[hidden] { display: none !important; }
.hk-places-map-result__media {
	display: grid;
	place-items: center;
	width: 76px;
	height: 76px;
	overflow: hidden;
	border-radius: 12px;
	background: linear-gradient(145deg, #f6efdf, #edf3ee);
	color: var(--hk-place-gold) !important;
	text-decoration: none !important;
}
.hk-places-map-result__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hk-places-map-result__media > span .hk-place-pin-icon { width: 30px; height: 30px; }
.hk-places-map-result__body { min-width: 0; align-self: center; }
.hk-places-map-result__meta { display: flex; align-items: center; gap: 6px; min-width: 0; color: #7b8781; font-size: 8.5px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.hk-places-map-result__meta > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hk-places-map-result__meta i { display: grid; place-items: center; width: 16px; height: 16px; flex: 0 0 16px; border-radius: 50%; background: var(--hk-place-gold); color: #fff; font-size: 9px; font-style: normal; }
.hk-places-map-result h3 { margin: 5px 0 3px; overflow: hidden; font-family: Georgia, "Times New Roman", serif; font-size: 15.5px; font-weight: 600; line-height: 1.16; text-overflow: ellipsis; white-space: nowrap; }
.hk-places-map-result h3 a { color: var(--hk-place-green) !important; text-decoration: none !important; }
.hk-places-map-result p { margin: 0; overflow: hidden; color: #748079; font-size: 9.5px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.hk-places-map-result__foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: 7px; }
.hk-places-map-result__footmeta { display: inline-flex; align-items: center; gap: 7px; min-width: 0; }
.hk-places-map-result__distance { display: inline-flex; align-items: center; min-height: 19px; padding: 2px 6px; border-radius: 7px; background: rgba(199,154,43,.10); color: var(--hk-place-green); font-size: 9px; font-weight: 850; white-space: nowrap; }
.hk-places-map-result__distance[hidden] { display: none !important; }
.hk-places-map-result__rating { color: var(--hk-place-gold); font-size: 10px; font-weight: 800; }
.hk-places-map-result__rating strong { color: var(--hk-place-green); font-size: 10.5px; }
.hk-places-map-result__coordinate { color: #7d8983; font-size: 9px; font-weight: 650; }
.hk-places-map-result.is-awaiting-coordinate .hk-places-map-result__coordinate { color: #9b7b32; }
.hk-places-map-result__show {
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--hk-place-green);
	font: inherit;
	font-size: 9.5px;
	font-weight: 820;
	cursor: pointer;
	text-decoration: underline;
	text-decoration-color: rgba(199,154,43,.45);
	text-underline-offset: 3px;
}
.hk-places-map-result__show:hover { color: var(--hk-place-gold); }
.hk-places-map-result__show:disabled { color: #a9b0ac; cursor: default; text-decoration: none; }

/* Leaflet is intentionally scoped to the dedicated HARCHI map. */
.hk-places-map-canvas .leaflet-control-zoom a {
	color: var(--hk-place-green) !important;
	font-weight: 750;
}
.hk-places-map-canvas .leaflet-control-zoom,
.hk-places-map-canvas .leaflet-control-scale-line {
	border-color: rgba(18,63,47,.16) !important;
	box-shadow: 0 7px 18px rgba(18,63,47,.08);
}
.hk-places-map-canvas .leaflet-control-attribution {
	background: rgba(255,255,255,.86) !important;
	color: #68756f;
	font-size: 9px;
}
.hk-places-map-canvas .leaflet-control-attribution a { color: var(--hk-place-green) !important; }
.hk-harchi-map-marker-wrap { border: 0 !important; background: transparent !important; }
.hk-harchi-map-marker {
	position: relative;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	margin: 1px 0 0 2px;
	border: 3px solid #fff;
	border-radius: 50% 50% 50% 9px;
	background: var(--hk-place-green);
	box-shadow: 0 7px 18px rgba(18,63,47,.26);
	transform: rotate(-45deg);
}
.hk-harchi-map-marker::after {
	content: "";
	position: absolute;
	inset: 4px;
	border: 1px solid rgba(199,154,43,.50);
	border-radius: inherit;
}
.hk-harchi-map-marker__core {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fffdf8;
	color: var(--hk-place-green);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	transform: rotate(45deg);
}
.hk-harchi-map-marker.is-verified { background: var(--hk-place-gold); box-shadow: 0 0 0 4px rgba(199,154,43,.16), 0 7px 18px rgba(18,63,47,.24); }
.hk-harchi-map-marker.is-verified::after { border-color: rgba(18,63,47,.30); }
.hk-harchi-map-marker.is-verified > i {
	position: absolute;
	right: -6px;
	top: -6px;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 17px;
	height: 17px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: var(--hk-place-green);
	color: #fff;
	font-size: 9px;
	font-style: normal;
	font-weight: 900;
	line-height: 1;
	transform: rotate(45deg);
}
.hk-harchi-user-marker-wrap { background: transparent !important; border: 0 !important; }
.hk-harchi-user-marker {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: var(--hk-place-green);
	box-shadow: 0 0 0 4px rgba(199,154,43,.26), 0 7px 18px rgba(18,63,47,.22);
}
.hk-harchi-user-marker i { width: 7px; height: 7px; border-radius: 50%; background: #fff; }

.hk-harchi-map-popup-shell .leaflet-popup-content-wrapper {
	overflow: hidden;
	padding: 0;
	border: 1px solid rgba(18,63,47,.10);
	border-radius: 16px;
	box-shadow: 0 16px 40px rgba(18,63,47,.17);
}
.hk-harchi-map-popup-shell .leaflet-popup-content { width: 270px !important; margin: 0; }
.hk-harchi-map-popup-shell .leaflet-popup-tip { background: #fff; }
.hk-harchi-map-popup { margin: 0; background: #fff; color: var(--hk-place-ink); }
.hk-harchi-map-popup__media { display: block; width: 100%; height: 118px; overflow: hidden; background: linear-gradient(145deg, #f5eddb, #edf3ee); }
.hk-harchi-map-popup__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hk-harchi-map-popup__media.is-empty { display: grid; place-items: center; color: var(--hk-place-gold); }
.hk-harchi-map-popup__media.is-empty b { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid rgba(199,154,43,.38); border-radius: 50%; background: #fffdf8; color: var(--hk-place-green); font-family: Georgia, "Times New Roman", serif; font-size: 20px; }
.hk-harchi-map-popup__body { padding: 13px 14px 14px; }
.hk-harchi-map-popup__type { display: inline-block; color: #7a867f; font-size: 8.5px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.hk-harchi-map-popup__verified { display: inline-flex; align-items: center; gap: 4px; margin-left: 7px; color: var(--hk-place-green); font-size: 8.5px; font-weight: 800; }
.hk-harchi-map-popup__verified i { display: grid; place-items: center; width: 14px; height: 14px; border-radius: 50%; background: var(--hk-place-gold); color: #fff; font-size: 8px; font-style: normal; }
.hk-harchi-map-popup h3 { margin: 6px 0 4px; color: var(--hk-place-green); font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 600; line-height: 1.15; }
.hk-harchi-map-popup p { margin: 0; color: #6f7c75; font-size: 10.5px; line-height: 1.45; }
.hk-harchi-map-popup__rating { display: inline-flex; align-items: center; gap: 4px; margin-top: 8px; color: var(--hk-place-gold); font-size: 10px; }
.hk-harchi-map-popup__rating strong { color: var(--hk-place-green); }
.hk-harchi-map-popup__rating small { color: #86908b; }
.hk-harchi-map-popup a { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; color: var(--hk-place-green) !important; font-size: 10.5px; font-weight: 850; text-decoration: none !important; }
.hk-harchi-map-popup a span { color: var(--hk-place-gold); }

@media (max-width: 1120px) {
	.hk-places-map-filter { grid-template-columns: minmax(210px, 1.25fr) minmax(160px, .75fr) minmax(180px, .8fr) auto; }
	.hk-places-map-verified-filter { grid-column: 1 / 2; justify-self: start; }
	.hk-places-map-filter__actions { grid-column: 2 / -1; justify-content: flex-end; }
	.hk-places-map-layout { grid-template-columns: minmax(0, 1.5fr) minmax(280px, .72fr); }
}

@media (max-width: 980px) {
	.hk-places-signature { align-items: flex-start; flex-wrap: wrap; }
	.hk-places-signature__map { margin-left: 49px; }
	.hk-places-map-hero { grid-template-columns: 1fr; align-items: start; gap: 22px; padding: 30px 27px; border-radius: 19px; }
	.hk-places-map-hero__copy { max-width: none; }
	.hk-places-map-hero__stats { width: min(280px, 100%); min-width: 0; }
	.hk-places-map-filter { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.hk-places-map-filter .hk-places-filter__field--search { grid-column: 1 / -1; }
	.hk-places-map-verified-filter { grid-column: 1 / 2; justify-self: stretch; }
	.hk-places-map-filter__actions { grid-column: 2 / 3; justify-content: flex-end; }
	.hk-places-map-nearby { grid-template-columns: 40px minmax(0,1fr); }
	.hk-places-map-nearby__controls { grid-column: 1 / -1; justify-content: flex-end; padding-left: 53px; }
	.hk-places-map-layout { grid-template-columns: 1fr; }
	.hk-places-map-stage { height: 500px; }
	.hk-places-map-results { height: auto; max-height: none; }
	.hk-places-map-results__list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; overflow: visible; padding: 10px; }
	.hk-places-map-result { margin: 0; }
}

@media (max-width: 720px) {
	.hk-places-signature__map { width: 100%; justify-content: center; margin: 2px 0 0; min-height: 44px; padding-inline: 16px; }
	.hk-places-map-shell { width: min(100% - 22px, 1180px); margin-top: 20px; }
	.hk-places-map-hero { padding: 26px 20px 23px; border-radius: 17px; }
	.hk-places-map-hero h1 { margin-top: 10px; font-size: 31px; }
	.hk-places-map-hero p { font-size: 12.5px; line-height: 1.62; }
	.hk-places-map-hero__stats { grid-template-columns: repeat(2, 1fr); width: 100%; }
	.hk-places-map-hero__stats > div { padding: 13px 11px; border-radius: 13px; }
	.hk-places-map-hero__stats strong { font-size: 24px; }
	.hk-places-map-filter { grid-template-columns: 1fr; gap: 10px; padding: 14px; border-radius: 16px; }
	.hk-places-map-filter .hk-places-filter__field--search,
	.hk-places-map-verified-filter,
	.hk-places-map-filter__actions { grid-column: auto; }
	.hk-places-map-verified-filter { justify-self: stretch; justify-content: flex-start; }
	.hk-places-map-filter__actions { display: grid; grid-template-columns: 1fr 1fr; }
	.hk-places-map-filter__actions .hk-place-button { width: 100%; }
	.hk-places-map-nearby { grid-template-columns: 36px minmax(0,1fr); gap: 10px; margin-top: -2px; padding: 11px; border-radius: 15px; }
	.hk-places-map-nearby__icon { width: 36px; height: 36px; border-radius: 11px; }
	.hk-places-map-nearby__copy span { font-size: 10px; }
	.hk-places-map-nearby__controls { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 8px; padding-left: 0; width: 100%; }
	.hk-places-map-radius { min-width: 0; width: 100%; justify-content: space-between; }
	.hk-places-map-radius select { min-width: 72px !important; }
	.hk-places-map-nearby__button { width: 100%; padding-inline: 10px !important; }
	.hk-places-map-stage { height: 390px; border-radius: 16px; }
	.hk-places-map-canvas { min-height: 390px; }
	.hk-places-map-state { left: 10px; bottom: 10px; max-width: calc(100% - 20px); font-size: 9.5px; }
	.hk-places-map-results { border-radius: 16px; }
	.hk-places-map-results__head { padding: 15px 14px 13px; }
	.hk-places-map-results__head h2 { font-size: 20px; }
	.hk-places-map-results__list { grid-template-columns: 1fr; padding: 7px; }
	.hk-places-map-result { grid-template-columns: 68px minmax(0, 1fr); gap: 10px; padding: 7px; border-radius: 13px; }
	.hk-places-map-result__media { width: 68px; height: 68px; border-radius: 11px; }
	.hk-places-map-result h3 { font-size: 15px; }
	.hk-harchi-map-popup-shell .leaflet-popup-content { width: 238px !important; }
	.hk-harchi-map-popup__media { height: 104px; }
}

@media (prefers-reduced-motion: reduce) {
	.hk-places-signature__map,
	.hk-places-signature__map span,
	.hk-places-map-result { transition: none !important; }
}


/* 2.0.26 — owner-confirmed exact geolocation for Places. */
.hk-place-location-editor {
	margin-top: 20px;
	padding: 18px;
	border: 1px solid rgba(18,63,47,.13);
	border-radius: 18px;
	background: linear-gradient(145deg,#fffdf8,#f8fbf8);
	box-shadow: 0 10px 28px rgba(18,63,47,.045);
}
.hk-place-location-editor.has-error { border-color: rgba(190,64,64,.38); }
.hk-place-location-editor__head { display:flex; justify-content:space-between; align-items:flex-start; gap:18px; margin-bottom:14px; }
.hk-place-location-editor__head strong { display:block; color:var(--hk-place-green); font-family:Georgia,"Times New Roman",serif; font-size:19px; font-weight:600; }
.hk-place-location-editor__head p { max-width:620px; margin:4px 0 0; color:var(--hk-place-muted); font-size:12.5px; line-height:1.55; }
.hk-place-location-status { display:inline-flex; align-items:center; min-height:30px; padding:6px 10px; border:1px solid rgba(199,154,43,.28); border-radius:999px; background:#fffaf0; color:#8b6815; font-size:10.5px; font-weight:800; white-space:nowrap; }
.hk-place-location-status.is-confirmed { border-color:rgba(18,63,47,.20); background:#eef7f1; color:var(--hk-place-green); }
.hk-place-location-status.is-working { opacity:.75; }
.hk-place-location-map { width:100%; height:340px; overflow:hidden; border:1px solid rgba(18,63,47,.13); border-radius:16px; background:#eef3ef; }
.hk-place-location-map .leaflet-control-attribution { font-size:9px; }
.hk-place-location-map .leaflet-control-zoom a { color:var(--hk-place-green)!important; font-weight:800; }
.hk-place-location-editor__actions { display:flex; flex-wrap:wrap; gap:9px; margin-top:13px; }
.hk-place-location-editor__actions .hk-place-button { min-height:42px; padding:10px 14px; border-radius:11px; font-size:12px; }
.hk-place-location-editor__actions [data-hk-location-confirm] { margin-left:auto; }
.hk-place-location-editor__hint { margin:10px 0 0; color:#7b8781; font-size:10.5px; line-height:1.5; }
.hk-place-map-card__footer { flex-wrap:wrap; }
.hk-place-map-precision { display:flex; align-items:flex-start; gap:9px; flex:1 1 100%; padding:10px 12px; border:1px solid rgba(199,154,43,.24); border-radius:12px; background:#fffaf0; }
.hk-place-map-precision > span { display:grid; place-items:center; flex:0 0 24px; width:24px; height:24px; border-radius:50%; background:#f1dfb2; color:#79580b; font-weight:900; }
.hk-place-map-precision strong { display:block; color:#71560f; font-size:11.5px; }
.hk-place-map-precision small { display:block; margin-top:2px; color:#8c7c55; font-size:9.5px; line-height:1.4; }
.hk-place-map-precision.is-confirmed { border-color:rgba(18,63,47,.15); background:#f1f8f3; }
.hk-place-map-precision.is-confirmed > span { background:var(--hk-place-green); color:#fff; }
.hk-place-map-precision.is-confirmed strong { color:var(--hk-place-green); }
.hk-place-map-precision.is-confirmed small { color:#6f7d75; }
.hk-harchi-map-marker.is-approximate { opacity:.72; filter:saturate(.72); }
.hk-harchi-map-marker.is-approximate::before { content:"~"; position:absolute; left:-7px; top:-7px; z-index:4; display:grid; place-items:center; width:17px; height:17px; border:2px solid #fff; border-radius:50%; background:#fff8e7; color:#946b12; font-size:11px; font-weight:900; transform:rotate(45deg); }
.hk-harchi-map-popup__location { display:inline-flex; margin-left:6px; color:#92701c; font-size:8px; font-weight:800; }
.hk-harchi-map-popup__location.is-confirmed { color:var(--hk-place-green); }

@media (max-width: 720px) {
	.hk-place-location-editor { margin-top:16px; padding:14px; border-radius:15px; }
	.hk-place-location-editor__head { flex-direction:column; gap:9px; }
	.hk-place-location-status { white-space:normal; }
	.hk-place-location-map { height:300px; border-radius:13px; }
	.hk-place-location-editor__actions { display:grid; grid-template-columns:1fr; }
	.hk-place-location-editor__actions [data-hk-location-confirm] { margin-left:0; }
	.hk-place-location-editor__actions .hk-place-button { width:100%; }
}

@media (max-width: 980px) {
	.hk-places-catalog-nearby { grid-template-columns: 38px minmax(0,1fr); gap: 10px; padding: 11px 12px; border-radius: 15px; }
	.hk-places-catalog-nearby__icon { width: 38px; height: 38px; border-radius: 12px; }
	.hk-places-catalog-nearby__controls { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.15fr) auto; gap: 7px; }
	.hk-places-catalog-nearby__radius { display: block; }
	.hk-places-catalog-nearby__radius > span { display: none; }
	.hk-places-catalog-nearby__radius select, .hk-places-catalog-nearby__button { width: 100%; }
	.hk-places-catalog-nearby__disable { padding-inline: 7px; }
	.hk-places-catalog-nearby__state { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
	.hk-places-catalog-nearby__controls { grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); }
	.hk-places-catalog-nearby__disable { grid-column: 1 / -1; justify-self: end; min-height: 28px; }
}


/* ==================================================
   Core 2.0.31 — visual cohesion: Places catalog + HARCHI Map
   ================================================== */
.hk-place-card {
	border-color: rgba(18,63,47,.115);
	box-shadow: 0 12px 32px rgba(18,63,47,.07);
}
.hk-place-card__cover::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(199,154,43,.42), transparent);
	pointer-events: none;
}
.hk-place-card__location {
	min-height: 24px;
}
.hk-place-card__distance,
.hk-places-map-result__distance {
	border: 1px solid rgba(199,154,43,.28);
	background: #fff9ea;
	color: var(--hk-place-green);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}
.hk-place-card__verified {
	min-height: 27px;
	padding: 4px 9px 4px 5px;
	border-color: rgba(199,154,43,.36);
	background: linear-gradient(180deg,#fffdf7,#fff8e8);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
.hk-place-card-rating {
	min-height: 24px;
	margin-top: 5px;
}
.hk-place-card__open {
	min-height: 36px;
	margin-top: 10px;
	padding: 0 11px;
	border: 1px solid rgba(18,63,47,.13);
	border-radius: 11px;
	background: #fffdf8;
	box-shadow: 0 5px 14px rgba(18,63,47,.045);
	transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.hk-place-card__open::after { display: none !important; }
.hk-place-card__open span {
	display: inline-grid;
	place-items: center;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background: rgba(199,154,43,.12);
}
.hk-place-card:hover .hk-place-card__open,
.hk-place-card__open:hover,
.hk-place-card__open:focus-visible {
	border-color: var(--hk-place-green);
	background: var(--hk-place-green);
	color: #fff !important;
	box-shadow: 0 8px 18px rgba(18,63,47,.14);
	transform: translateY(-1px);
	outline: none;
}
.hk-place-card:hover .hk-place-card__open span,
.hk-place-card__open:hover span,
.hk-place-card__open:focus-visible span {
	background: rgba(255,255,255,.14);
	color: #fff;
}

.hk-places-map-results {
	border-color: rgba(18,63,47,.115);
	box-shadow: 0 12px 34px rgba(18,63,47,.065);
}
.hk-places-map-results__head {
	border-bottom-color: rgba(18,63,47,.10);
	background: linear-gradient(180deg,#fffdf8,#fbf8ef);
}
.hk-places-map-result {
	position: relative;
	border-color: rgba(18,63,47,.075);
	background: #fff;
}
.hk-places-map-result:hover,
.hk-places-map-result.is-active {
	border-color: rgba(199,154,43,.46);
	background: #fffdf8;
	box-shadow: inset 3px 0 0 var(--hk-place-gold), 0 9px 22px rgba(18,63,47,.065);
	transform: translateY(-1px);
}
.hk-places-map-result__media {
	border: 1px solid rgba(18,63,47,.08);
	box-shadow: 0 4px 12px rgba(18,63,47,.045);
}
.hk-places-map-result__meta i {
	box-shadow: 0 0 0 2px rgba(199,154,43,.14);
}
.hk-places-map-result__show {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-height: 29px;
	padding: 0 9px;
	border: 1px solid rgba(18,63,47,.13);
	border-radius: 9px;
	background: #fffdf8;
	color: var(--hk-place-green);
	font-size: 9.5px;
	font-weight: 830;
	text-decoration: none;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.hk-places-map-result__show::after {
	content: "→";
	color: var(--hk-place-gold);
	transition: transform .18s ease, color .18s ease;
}
.hk-places-map-result__show:hover,
.hk-places-map-result__show:focus-visible {
	border-color: var(--hk-place-green);
	background: var(--hk-place-green);
	color: #fff;
	box-shadow: 0 6px 14px rgba(18,63,47,.12);
	transform: translateY(-1px);
	outline: none;
}
.hk-places-map-result__show:hover::after,
.hk-places-map-result__show:focus-visible::after {
	color: #fff;
	transform: translateX(2px);
}
.hk-places-map-result__show:disabled {
	border-color: rgba(18,63,47,.08);
	background: #f7f7f4;
	color: #a2aaa6;
	box-shadow: none;
	transform: none;
}
.hk-places-map-result__show:disabled::after { color: #b6bbb8; transform: none; }

.hk-harchi-map-marker {
	box-shadow: 0 0 0 3px rgba(18,63,47,.08), 0 8px 20px rgba(18,63,47,.26);
}
.hk-harchi-map-marker.is-verified {
	box-shadow: 0 0 0 4px rgba(199,154,43,.18), 0 9px 22px rgba(18,63,47,.25);
}
.hk-harchi-map-marker.is-approximate {
	opacity: .78;
	filter: saturate(.72);
}
.hk-harchi-map-popup-shell .leaflet-popup-content-wrapper {
	border-color: rgba(18,63,47,.12);
	box-shadow: 0 18px 44px rgba(18,63,47,.18);
}
.hk-harchi-map-popup__body { padding: 14px 15px 15px; }
.hk-harchi-map-popup a {
	min-height: 34px;
	padding: 0 10px;
	border: 1px solid rgba(18,63,47,.13);
	border-radius: 10px;
	background: #fffdf8;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}
.hk-harchi-map-popup a:hover,
.hk-harchi-map-popup a:focus-visible {
	border-color: var(--hk-place-green);
	background: var(--hk-place-green);
	color: #fff !important;
	transform: translateY(-1px);
	outline: none;
}
.hk-harchi-map-popup a:hover span,
.hk-harchi-map-popup a:focus-visible span { color: #fff; }

@media (min-width: 981px) {
	.hk-place-card__body { display: flex; flex-direction: column; align-items: flex-start; }
	.hk-place-card h2 { width: 100%; }
	.hk-place-card p { width: 100%; }
	.hk-place-card__open { margin-top: 11px; }
	.hk-places-map-result.is-active h3 a { color: #0d3728 !important; }
}

@media (max-width: 980px) {
	.hk-place-card__open { min-height: 35px; margin-top: 9px; }
	.hk-places-map-result__show { min-height: 30px; }
}

@media (prefers-reduced-motion: reduce) {
	.hk-place-card__open,
	.hk-place-card__open span,
	.hk-places-map-result__show,
	.hk-places-map-result__show::after,
	.hk-harchi-map-popup a { transition: none !important; }
}


/* 1.9.0 — business context directly on HARCHI Map. */
.hk-places-map-result__business {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 7px;
	min-width: 0;
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px solid rgba(18,63,47,.07);
}
.hk-places-map-result__participant {
	display: flex;
	align-items: center;
	gap: 6px;
	min-width: 0;
	color: var(--hk-place-green) !important;
	text-decoration: none !important;
}
.hk-places-map-result__participant img {
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	border: 1px solid rgba(199,154,43,.34);
	border-radius: 50%;
	object-fit: cover;
}
.hk-places-map-result__participant > span { min-width: 0; }
.hk-places-map-result__participant small,
.hk-places-map-result__participant strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hk-places-map-result__participant small { color: #89928d; font-size: 7.5px; font-weight: 760; line-height: 1.1; }
.hk-places-map-result__participant strong { margin-top: 2px; color: var(--hk-place-green); font-size: 9px; font-weight: 850; line-height: 1.1; }
.hk-places-map-result__participant:hover strong { color: var(--hk-place-gold); }
.hk-places-map-result__products {
	flex: 0 0 auto;
	padding: 4px 6px;
	border: 1px solid rgba(199,154,43,.24);
	border-radius: 999px;
	background: #fffaf0;
	color: #7d621c !important;
	font-size: 8px;
	font-weight: 820;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
}
.hk-places-map-result__products:hover { border-color: rgba(199,154,43,.52); color: var(--hk-place-green) !important; }

.hk-harchi-map-popup__participant {
	display: flex !important;
	align-items: center;
	gap: 7px !important;
	margin-top: 10px !important;
	padding: 8px !important;
	border: 1px solid rgba(18,63,47,.09);
	border-radius: 10px;
	background: #f8fbf8;
	color: var(--hk-place-green) !important;
	text-decoration: none !important;
}
.hk-harchi-map-popup__participant img,
.hk-harchi-map-popup__participant-mark {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	border: 1px solid rgba(199,154,43,.30);
	border-radius: 50%;
	background: #fffdf8;
	object-fit: cover;
	color: var(--hk-place-green);
	font-family: Georgia,"Times New Roman",serif;
	font-size: 12px;
	font-weight: 800;
}
.hk-harchi-map-popup__participant > span:last-child { min-width: 0; }
.hk-harchi-map-popup__participant small,
.hk-harchi-map-popup__participant strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hk-harchi-map-popup__participant small { color: #86918b; font-size: 7.5px; font-weight: 760; line-height: 1.1; }
.hk-harchi-map-popup__participant strong { margin-top: 2px; color: var(--hk-place-green); font-size: 10px; font-weight: 850; line-height: 1.15; }
.hk-harchi-map-popup__actions { display: flex; align-items: center; gap: 7px; margin-top: 10px; }
.hk-harchi-map-popup__actions a { margin-top: 0 !important; }
.hk-harchi-map-popup__open {
	min-height: 30px;
	padding: 7px 9px;
	border-radius: 9px;
	background: var(--hk-place-green);
	color: #fff !important;
}
.hk-harchi-map-popup__open span { color: #e2bb52 !important; }
.hk-harchi-map-popup__products {
	min-height: 30px;
	padding: 7px 9px;
	border: 1px solid rgba(199,154,43,.30);
	border-radius: 9px;
	background: #fffaf0;
	color: var(--hk-place-green) !important;
}
.hk-place-products-section { scroll-margin-top: 100px; }

@media (max-width: 720px) {
	.hk-places-map-result__business { gap: 5px; }
	.hk-places-map-result__participant img { width: 22px; height: 22px; flex-basis: 22px; }
	.hk-places-map-result__products { font-size: 7.5px; }
	.hk-harchi-map-popup__actions { align-items: stretch; flex-direction: column; }
	.hk-harchi-map-popup__actions a { justify-content: center; width: 100%; box-sizing: border-box; }
}


/* Places 2.0.0 — private business-presence control center in “Мої місця”. */
.hk-business-control-center {
	margin: 18px 0 16px;
	padding: 22px 24px;
	border: 1px solid rgba(199,154,43,.28);
	border-radius: 20px;
	background: linear-gradient(135deg, #fffdf8 0%, #fffaf0 58%, #f7f8f4 100%);
	box-shadow: 0 14px 34px rgba(18,63,47,.06);
}
.hk-business-control-center__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 22px;
	margin-bottom: 17px;
}
.hk-business-control-center__head > div:first-child > span {
	display: block;
	margin-bottom: 4px;
	color: var(--hk-place-gold);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .13em;
}
.hk-business-control-center__head h2 {
	margin: 0;
	color: var(--hk-place-green);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 27px;
	font-weight: 600;
	line-height: 1.1;
}
.hk-business-control-center__head p {
	margin: 5px 0 0;
	color: var(--hk-place-muted);
	font-size: 12px;
	line-height: 1.5;
}
.hk-business-control-center__links {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.hk-business-control-center__links a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 38px;
	padding: 8px 12px;
	border: 1px solid rgba(18,63,47,.13);
	border-radius: 11px;
	background: #fff;
	color: var(--hk-place-green) !important;
	font-size: 11px;
	font-weight: 800;
	text-decoration: none !important;
}
.hk-business-control-center__links a:last-child {
	border-color: var(--hk-place-green);
	background: var(--hk-place-green);
	color: #fff !important;
}
.hk-business-control-metrics {
	display: grid;
	grid-template-columns: repeat(4,minmax(0,1fr));
	gap: 9px;
}
.hk-business-control-metrics > div {
	min-width: 0;
	padding: 14px 15px;
	border: 1px solid rgba(18,63,47,.10);
	border-radius: 14px;
	background: rgba(255,255,255,.86);
}
.hk-business-control-metrics strong,
.hk-business-control-metrics span,
.hk-business-control-metrics small { display: block; }
.hk-business-control-metrics strong {
	color: var(--hk-place-green);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 27px;
	line-height: 1;
}
.hk-business-control-metrics span {
	margin-top: 5px;
	color: var(--hk-place-green);
	font-size: 11px;
	font-weight: 850;
}
.hk-business-control-metrics small {
	margin-top: 2px;
	color: var(--hk-place-muted);
	font-size: 9.5px;
	line-height: 1.35;
}

.hk-my-place-row { grid-template-columns: 150px minmax(0,1fr) 190px; align-items: stretch; }
.hk-my-place-row__body { align-self: center; min-width: 0; }
.hk-my-place-row__signals {
	display: flex;
	gap: 7px;
	margin-top: 12px;
	flex-wrap: wrap;
}
.hk-business-signal {
	display: inline-grid;
	grid-template-columns: auto auto;
	grid-template-areas: "value label" "note note";
	align-items: baseline;
	column-gap: 5px;
	min-width: 105px;
	padding: 7px 9px;
	border: 1px solid rgba(18,63,47,.10);
	border-radius: 11px;
	background: #fbfcfa;
	color: var(--hk-place-green) !important;
	text-decoration: none !important;
}
a.hk-business-signal {
	transition: border-color .16s ease, background-color .16s ease, transform .16s ease;
}
a.hk-business-signal:hover,
a.hk-business-signal:focus-visible {
	border-color: rgba(199,154,43,.55);
	background: #fffaf0;
	transform: translateY(-1px);
	outline: none;
}
.hk-business-signal strong { grid-area: value; font-size: 12px; font-weight: 900; }
.hk-business-signal span { grid-area: label; font-size: 10px; font-weight: 800; white-space: nowrap; }
.hk-business-signal small { grid-area: note; margin-top: 1px; color: var(--hk-place-muted); font-size: 8.5px; line-height: 1.2; }
.hk-business-signal--map.is-confirmed {
	border-color: rgba(199,154,43,.32);
	background: #fffaf0;
}
.hk-my-place-row__actions {
	align-content: center;
	align-self: stretch;
	padding-left: 13px;
	border-left: 1px solid rgba(18,63,47,.08);
}
.hk-my-place-row__actions .hk-place-button { min-width: 84px; }
.hk-my-place-row__manage {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 14px;
	border: 1px solid var(--hk-place-green);
	border-radius: 11px;
	background: var(--hk-place-green);
	color: #fff !important;
	font-size: 11px;
	font-weight: 800;
	text-decoration: none !important;
	box-shadow: 0 7px 16px rgba(18,63,47,.10);
}
.hk-my-place-row__manage:hover,
.hk-my-place-row__manage:focus-visible {
	border-color: var(--hk-place-gold);
	background: var(--hk-place-gold);
	color: #fff !important;
	outline: none;
}

@media (max-width: 980px) {
	.hk-business-control-center { padding: 18px 16px; border-radius: 18px; }
	.hk-business-control-center__head { display: block; }
	.hk-business-control-center__links { justify-content: flex-start; margin-top: 13px; }
	.hk-business-control-metrics { grid-template-columns: repeat(2,minmax(0,1fr)); }
	.hk-my-place-row { grid-template-columns: 92px minmax(0,1fr); }
	.hk-my-place-row__signals { grid-column: 1 / -1; }
	.hk-business-signal { flex: 1 1 105px; }
	.hk-my-place-row__actions {
		grid-column: 1 / -1;
		justify-content: flex-start;
		padding: 9px 0 0;
		border-left: 0;
		border-top: 1px solid rgba(18,63,47,.08);
	}
	.hk-my-place-row__actions .hk-place-button,
	.hk-my-place-row__actions .hk-my-place-row__manage { flex: 1 1 auto; }
}
@media (max-width: 520px) {
	.hk-business-control-center__head h2 { font-size: 24px; }
	.hk-business-control-center__links a { flex: 1 1 auto; justify-content: center; }
	.hk-business-control-metrics { gap: 7px; }
	.hk-business-control-metrics > div { padding: 12px; }
	.hk-business-control-metrics strong { font-size: 24px; }
	.hk-my-place-row__signals { gap: 6px; }
	.hk-business-signal { min-width: 0; flex-basis: calc(50% - 3px); }
}


/* Core 2.0.45.1 — destructive action in “Мої місця” must never look like a primary HARCHI action. */
.hk-my-place-row__actions form {
	flex: 0 0 auto;
}
.hk-my-place-row__actions .hk-place-text-action {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-width: 112px;
	min-height: 38px;
	padding: 8px 14px !important;
	border: 1px solid rgba(161,74,66,.38) !important;
	border-radius: 11px !important;
	background: #fffaf8 !important;
	color: #9b3f36 !important;
	font: inherit !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	line-height: 1.15;
	box-shadow: none !important;
	text-decoration: none !important;
	cursor: pointer;
	transition: border-color .16s ease, background-color .16s ease, color .16s ease, box-shadow .16s ease;
}
.hk-my-place-row__actions .hk-place-text-action:hover,
.hk-my-place-row__actions .hk-place-text-action:focus-visible {
	border-color: rgba(161,74,66,.66) !important;
	background: #fff1ef !important;
	color: #87352e !important;
	box-shadow: 0 6px 14px rgba(143,52,43,.07) !important;
	outline: none;
}
@media (max-width: 980px) {
	.hk-my-place-row__actions form {
		width: auto !important;
		flex: 0 0 auto !important;
	}
	.hk-my-place-row__actions .hk-place-text-action {
		min-width: 126px;
		min-height: 44px;
		padding-inline: 18px !important;
		font-size: 12px !important;
	}
}

/* Places 2.0.3 — return path from promotion setup to exact map point. */
#hk-place-location-editor{scroll-margin-top:96px}
.hk-place-location-promo-note{display:flex;align-items:center;gap:13px;margin:-2px 0 15px;padding:12px 14px;border:1px solid rgba(199,154,43,.48);border-radius:13px;background:#fff9e9;box-shadow:0 7px 18px rgba(18,63,47,.045)}.hk-place-location-promo-note>span{flex:0 0 auto;color:#a47b1e;font-size:9px;font-weight:850;letter-spacing:.1em}.hk-place-location-promo-note strong{display:block;color:var(--hk-place-green);font-size:12.5px}.hk-place-location-promo-note small{display:block;margin-top:2px;color:#748078;font-size:10.5px;line-height:1.45}
@media(max-width:640px){#hk-place-location-editor{scroll-margin-top:78px}.hk-place-location-promo-note{align-items:flex-start;flex-direction:column;gap:4px}}

