:root {
	--page: #050505;
	--surface: #161616;
	--surface-raised: #211a2b;
	--text: #fff;
	--text-secondary: #d0d0d0;
	--muted: #a9a9a9;
	--border: rgba(255, 255, 255, .18);
	--accent: #e11d48;
	--accent-hover: #be123c;
	--container: 1248px;
	--gutter: max(24px, 6.5vw);
	--radius: 8px;
	--shadow: 0 20px 60px rgba(0, 0, 0, .48);
}

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

html {
	background: var(--page);
	color-scheme: dark;
	overflow-x: clip;
	scroll-behavior: smooth;
}

body {
	width: 100%;
	min-width: 0;
	margin: 0;
	overflow-x: clip;
	background: var(--page);
	color: var(--text);
	font: 400 16px/1.45 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.has-overlay {
	overflow: hidden;
}

button,
input,
textarea {
	font: inherit;
}

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

a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

img,
video {
	display: block;
	max-width: 100%;
}

button {
	color: inherit;
}

:focus-visible {
	outline: 2px solid var(--text);
	outline-offset: 3px;
}

[hidden] {
	display: none !important;
}

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

.site-header__inner,
.site-footer__inner,
.catalog,
.seo-content,
.profile-detail,
.content-list {
	width: min(87%, var(--container));
	margin-inline: auto;
}

.site-main {
	width: 100%;
	min-width: 0;
}

.site-header {
	position: relative;
	z-index: 40;
	height: 72px;
	background: linear-gradient(180deg, rgba(0, 0, 0, .96), rgba(5, 5, 5, .76));
}

.home .site-header,
.archive .site-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, .72), transparent);
}

.site-header__inner {
	display: flex;
	align-items: center;
	height: 100%;
	gap: 24px;
}

.site-identity {
	min-width: 0;
	margin-right: auto;
}

.site-brand {
	display: inline-block;
	overflow: hidden;
	max-width: min(310px, 30vw);
	color: var(--text);
	font-size: 21px;
	font-weight: 800;
	letter-spacing: -.04em;
	line-height: 1.1;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.primary-nav {
	display: flex;
	align-items: center;
	gap: 24px;
}

.primary-nav a,
.nav-city-trigger {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	border: 0;
	background: transparent;
	color: var(--text-secondary);
	font-size: 14px;
	font-weight: 650;
	text-decoration: none;
	cursor: pointer;
}

.primary-nav a:hover,
.nav-city-trigger:hover {
	color: var(--text);
}

.nav-city-trigger {
	padding: 0 14px;
	border: 1px solid var(--border);
	border-radius: 6px;
}

.menu-toggle,
.icon-button {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--border);
	border-radius: 6px;
	background: rgba(22, 22, 22, .88);
	cursor: pointer;
}

.menu-toggle__bar,
.menu-toggle::before,
.menu-toggle::after {
	width: 18px;
	height: 2px;
	background: currentColor;
	content: "";
	transition: transform .2s ease, opacity .2s ease;
}

.menu-toggle {
	flex-direction: column;
	gap: 4px;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bar {
	opacity: 0;
}

.menu-toggle[aria-expanded="true"]::before {
	transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"]::after {
	transform: translateY(-6px) rotate(-45deg);
}

.listing-hero {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 224px;
	padding: 72px var(--gutter) 38px;
	overflow: hidden;
	text-align: center;
	background:
		radial-gradient(circle at 50% 115%, rgba(225, 29, 72, .18), transparent 34%),
		radial-gradient(circle at 12% 15%, rgba(93, 48, 123, .26), transparent 34%),
		linear-gradient(135deg, #0b0710 0%, #111 52%, #080808 100%);
}

.listing-hero::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	background: linear-gradient(90deg, transparent, var(--accent) 34%, #b32679 66%, transparent);
	box-shadow: 0 8px 30px rgba(225, 29, 72, .3);
	content: "";
	clip-path: ellipse(62% 100% at 50% 100%);
}

.listing-hero h1 {
	max-width: 620px;
	margin: 0;
	font-size: clamp(36px, 4vw, 48px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1.08;
	text-wrap: balance;
}

.catalog {
	padding-top: 32px;
}

.catalog-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 44px;
	margin-bottom: 16px;
}

.catalog-toolbar h2 {
	margin: 0;
	font-size: 26px;
	letter-spacing: -.025em;
	line-height: 1.2;
}

.catalog-count {
	margin: 4px 0 0;
	color: var(--muted);
	font-size: 16px;
	font-weight: 600;
}

.catalog-layout {
	display: grid;
	grid-template-columns: 264px minmax(0, 1fr);
	align-items: start;
	gap: 24px;
}

.catalog-results {
	min-width: 0;
}

.profile-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.profile-card {
	position: relative;
	min-width: 0;
	overflow: hidden;
	border-radius: var(--radius);
	background: var(--surface);
	transition: transform .2s ease, background-color .2s ease;
}

.profile-card:hover {
	z-index: 2;
	background: #1d1d1d;
	transform: translateY(-3px);
}

.profile-card__media {
	display: block;
	aspect-ratio: 2 / 3;
	overflow: hidden;
	background: #202020;
}

.profile-card__media img,
.profile-card__media .wp-post-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.profile-card:hover .profile-card__media img {
	transform: scale(1.025);
}

.profile-card__body {
	display: grid;
	gap: 12px;
	padding: 16px;
}

.profile-card__identity {
	min-width: 0;
}

.profile-card h3 {
	margin: 0;
	font-size: 18px;
	letter-spacing: -.02em;
	line-height: 1.2;
}

.profile-card h3 a {
	text-decoration: none;
}

.profile-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 8px;
	margin: 8px 0 0;
	color: var(--muted);
	font-size: 14px;
}

.profile-card__meta span + span::before {
	margin-right: 8px;
	color: #686868;
	content: "•";
}

.phone-trigger,
.filter-toggle,
.report-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 16px;
	border: 0;
	border-radius: 6px;
	background: var(--accent);
	color: #fff;
	font-size: 15px;
	font-weight: 750;
	line-height: 1;
	cursor: pointer;
	transition: background-color .2s ease, transform .2s ease;
}

.phone-trigger:hover,
.filter-toggle:hover,
.report-submit:hover {
	background: var(--accent-hover);
}

.profile-card .phone-trigger {
	width: 100%;
}

.catalog-filters {
	position: sticky;
	top: 16px;
	max-height: calc(100vh - 32px);
	overflow: auto;
	scrollbar-width: thin;
	padding: 18px 16px 22px;
	border-radius: var(--radius);
	background: var(--surface);
}

.catalog-filters__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.catalog-filters__header h2 {
	margin: 0;
	font-size: 20px;
	letter-spacing: -.02em;
}

.catalog-filters__close {
	display: none;
}

.catalog-filter-group {
	padding-top: 16px;
}

.catalog-filter-group + .catalog-filter-group {
	margin-top: 14px;
	border-top: 1px solid var(--border);
}

.catalog-filter-group h3 {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.2;
}

.catalog-filter-group__items {
	display: grid;
	gap: 2px;
}

.catalog-filter-group__items a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 34px;
	padding: 5px 7px;
	border-radius: 4px;
	color: var(--text-secondary);
	font-size: 14px;
	line-height: 1.25;
	text-decoration: none;
}

.catalog-filter-group__items a:hover {
	background: rgba(255, 255, 255, .07);
	color: var(--text);
}

.catalog-filter-group__items small {
	flex: 0 0 auto;
	color: var(--muted);
	font-size: 14px;
}

.filter-toggle,
.filter-scrim {
	display: none;
}

.empty-state {
	grid-column: 1 / -1;
	margin: 0;
	padding: 36px;
	border-radius: var(--radius);
	background: var(--surface);
	color: var(--muted);
}

.seo-content {
	max-width: 880px;
	padding: 48px 0;
	color: var(--text-secondary);
}

.seo-content h2 {
	margin: 0 0 18px;
	color: var(--text);
	font-size: 26px;
	letter-spacing: -.025em;
}

.seo-content > :last-child {
	margin-bottom: 0;
}

.profile-detail {
	padding: 38px 0 56px;
}

.profile-detail__header {
	margin-bottom: 24px;
}

.profile-detail__header h1 {
	margin: 0;
	font-size: clamp(36px, 4vw, 52px);
	letter-spacing: -.045em;
	line-height: 1.05;
}

.profile-location {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	margin: 10px 0 0;
	color: var(--muted);
	font-size: 15px;
}

.profile-location span + span::before {
	margin-right: 10px;
	content: "•";
}

.profile-primary {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	align-items: start;
	gap: 24px;
}

.profile-gallery {
	grid-column: 1;
	grid-row: 1;
	min-width: 0;
}

.profile-gallery__secondary {
	display: grid;
	grid-column: 1;
	grid-row: 2;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	min-width: 0;
}

.profile-gallery__item {
	overflow: hidden;
	margin: 0;
	border-radius: var(--radius);
	background: var(--surface);
}

.profile-gallery__lead img,
.profile-gallery__lead video {
	width: 100%;
	height: auto;
	max-height: 620px;
	object-fit: cover;
}

.profile-gallery__secondary img,
.profile-gallery__secondary video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profile-gallery__secondary .profile-gallery__item {
	aspect-ratio: 2 / 3;
}

@media (min-width: 768px) {
	.profile-gallery__lead img,
	.profile-gallery__lead video {
		height: clamp(520px, 42vw, 560px);
		object-fit: cover;
	}
}

.profile-sidebar {
	display: grid;
	grid-column: 2;
	grid-row: 1 / span 2;
	gap: 16px;
	position: sticky;
	top: 16px;
}

.profile-panel,
.profile-section {
	border-radius: var(--radius);
	background: var(--surface);
}

.profile-panel {
	padding: 20px;
}

.profile-panel h2,
.profile-section h2 {
	margin: 0 0 16px;
	font-size: 19px;
	letter-spacing: -.02em;
	line-height: 1.2;
}

.profile-contact .phone-trigger {
	width: 100%;
}

.profile-contact h2 {
	font-size: 21px;
}

.profile-characteristics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 0;
	overflow: hidden;
	border-radius: 6px;
	background: var(--border);
}

.profile-characteristics div {
	min-width: 0;
	padding: 12px;
	background: #1b1b1b;
}

.profile-characteristics dt {
	overflow-wrap: anywhere;
	color: var(--muted);
	font-size: 14px;
}

.profile-characteristics dd {
	overflow-wrap: anywhere;
	margin: 3px 0 0;
	font-weight: 700;
}

.profile-prices {
	overflow: hidden;
	padding: 18px;
}

.profile-prices h2 {
	margin-bottom: 12px;
}

.price-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 14px;
}

.price-table th,
.price-table td {
	padding: 10px 5px;
	overflow-wrap: anywhere;
	border-bottom: 1px solid var(--border);
	text-align: left;
	vertical-align: top;
}

.price-table th {
	color: var(--muted);
	font-size: 14px;
	font-weight: 600;
}

.price-table tbody tr:last-child td {
	border-bottom: 0;
}

.profile-flow {
	display: grid;
	gap: 24px;
	margin-top: 48px;
}

.profile-section {
	padding: 24px;
}

.profile-description {
	color: var(--text-secondary);
}

.profile-description > :last-child {
	margin-bottom: 0;
}

.profile-services ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.profile-services li {
	padding: 8px 11px;
	border: 1px solid var(--border);
	border-radius: 6px;
	color: var(--text-secondary);
	font-size: 14px;
}

.profile-report label {
	display: block;
	margin-bottom: 8px;
	font-weight: 650;
}

.profile-report textarea {
	display: block;
	width: 100%;
	min-height: 132px;
	resize: vertical;
	padding: 13px;
	border: 1px solid var(--border);
	border-radius: 6px;
	background: #0d0d0d;
	color: var(--text);
}

.report-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 14px;
}

.form-status {
	margin: 0;
	color: var(--text-secondary);
	font-size: 14px;
}

.form-status.is-error {
	color: #fda4af;
}

.site-footer {
	border-top: 1px solid var(--border);
	background: #080808;
	color: var(--muted);
}

.site-footer__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 10px 24px;
	min-height: 112px;
	padding-block: 24px;
}

.site-footer strong {
	color: var(--text);
	font-size: 17px;
}

.site-footer__tagline {
	margin: 3px 0 0;
	font-size: 14px;
}

.site-footer__copyright {
	margin: 0;
	font-size: 14px;
}

.dialog {
	position: fixed;
	inset: 0;
	z-index: 100;
	display: grid;
	place-items: center;
	padding: 16px;
	background: rgba(0, 0, 0, .82);
	backdrop-filter: blur(8px);
}

.dialog__panel {
	position: relative;
	width: min(100%, 560px);
	max-height: 88vh;
	overflow: auto;
	padding: 28px;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: var(--surface-raised);
	box-shadow: var(--shadow);
}

.dialog__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 20px;
}

.dialog__header h2 {
	margin: 0;
	font-size: 24px;
	letter-spacing: -.025em;
}

.dialog__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--border);
	border-radius: 6px;
	background: rgba(0, 0, 0, .24);
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

@media (min-width: 768px) {
	.catalog-filters__close {
		display: none;
	}
}

.city-search {
	width: 100%;
	height: 52px;
	padding: 0 14px;
	border: 1px solid var(--border);
	border-radius: 6px;
	background: rgba(0, 0, 0, .5);
	color: var(--text);
}

.city-dialog__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-top: 16px;
}

.city-dialog__grid a {
	display: flex;
	align-items: center;
	min-height: 44px;
	padding: 8px 11px;
	border-radius: 5px;
	background: rgba(0, 0, 0, .22);
	color: var(--text-secondary);
	text-decoration: none;
}

.city-dialog__grid a:hover {
	background: rgba(255, 255, 255, .08);
	color: var(--text);
}

.city-country {
	grid-column: 1 / -1;
	border: 1px solid var(--border);
	font-weight: 750;
}

.phone-dialog .dialog__panel {
	width: min(100%, 420px);
}

.phone-number {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 10px 16px;
	border-radius: 6px;
	background: var(--accent);
	font-size: 20px;
	font-weight: 800;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.content-list {
	display: grid;
	gap: 16px;
	padding: 40px 0;
}

.content-list article {
	padding: 20px;
	border-radius: var(--radius);
	background: var(--surface);
}

@media (max-width: 1305px) {
	.profile-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) and (max-width: 1100px) {
	.site-header__inner,
	.site-footer__inner,
	.catalog,
	.seo-content,
	.profile-detail,
	.content-list {
		width: calc(100% - 96px);
	}

	.catalog-layout {
		grid-template-columns: 220px minmax(0, 1fr);
		gap: 16px;
	}
}

@media (max-width: 1023px) {
	.site-header__inner,
	.site-footer__inner,
	.catalog,
	.seo-content,
	.profile-detail,
	.content-list {
		width: calc(100% - 48px);
	}

	.catalog-layout {
		grid-template-columns: 264px minmax(0, 1fr);
	}

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

@media (min-width: 960px) and (max-width: 1023px) {
	.profile-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	:root {
		--gutter: 24px;
	}

	.site-header {
		height: 56px;
	}

	.site-header__inner,
	.site-footer__inner,
	.catalog,
	.seo-content,
	.profile-detail,
	.content-list {
		width: calc(100% - 48px);
	}

	.site-brand {
		max-width: calc(100vw - 116px);
		font-size: 18px;
	}

	.site-header .menu-toggle {
		display: inline-flex;
		flex: 0 0 44px;
		visibility: visible;
		opacity: 1;
	}

	.primary-nav {
		position: absolute;
		top: 56px;
		right: 24px;
		left: 24px;
		display: none;
		align-items: stretch;
		padding: 10px;
		border: 1px solid var(--border);
		border-radius: var(--radius);
		background: #101010;
		box-shadow: var(--shadow);
	}

	.primary-nav.is-open {
		display: grid;
	}

	.primary-nav a,
	.nav-city-trigger {
		justify-content: flex-start;
		width: 100%;
		padding-inline: 12px;
		border: 0;
		text-align: left;
	}

	.listing-hero {
		min-height: 152px;
		padding: 56px var(--gutter) 28px;
	}

	.listing-hero h1 {
		font-size: 28px;
	}

	.catalog {
		padding-top: 24px;
	}

	.catalog-toolbar {
		align-items: center;
		margin-bottom: 16px;
	}

	.catalog-toolbar h2 {
		font-size: 20px;
	}

	.catalog-layout {
		display: block;
	}

	.filter-toggle {
		display: inline-flex;
		flex: 0 0 auto;
	}

	.filter-scrim {
		position: fixed;
		inset: 0;
		z-index: 79;
		background: rgba(0, 0, 0, .72);
	}

	.filter-scrim.is-open {
		display: block;
	}

	.catalog-filters {
		position: fixed;
		inset: 0 auto 0 0;
		z-index: 80;
		width: min(88vw, 360px);
		max-height: none;
		padding: 20px 18px 30px;
		border-radius: 0;
		box-shadow: var(--shadow);
		transform: translateX(-105%);
		visibility: hidden;
		transition: transform .25s ease, visibility .25s;
	}

	.catalog-filters.is-open {
		transform: translateX(0);
		visibility: visible;
	}

	.catalog-filters__close {
		display: inline-flex;
	}

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

	.profile-card h3 {
		font-size: 16px;
	}

	.profile-card__body {
		gap: 10px;
		padding: 11px;
	}

	.profile-card__meta {
		display: grid;
		gap: 1px;
		font-size: 14px;
	}

	.profile-card__meta span + span::before {
		display: none;
	}

	.profile-card .phone-trigger {
		padding-inline: 8px;
		font-size: 14px;
	}

	.seo-content {
		padding: 32px 0;
	}

	.seo-content h2 {
		font-size: 20px;
	}

	.profile-detail {
		padding: 26px 0 40px;
	}

	.profile-detail__header h1 {
		font-size: 36px;
	}

	.profile-primary {
		grid-template-columns: 1fr;
	}

	.profile-gallery {
		grid-column: 1;
		grid-row: 1;
	}

	.profile-sidebar {
		grid-column: 1;
		grid-row: 2;
	}

	.profile-gallery__secondary {
		grid-column: 1;
		grid-row: 3;
		display: grid;
		grid-template-columns: none;
		grid-auto-flow: column;
		grid-auto-columns: 150px;
		gap: 12px;
		max-height: none;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scrollbar-gutter: auto;
	}

	.profile-gallery__secondary .profile-gallery__item {
		scroll-snap-align: start;
	}

	.profile-gallery__lead img,
	.profile-gallery__lead video {
		width: 100%;
		height: auto;
		max-height: min(58vh, 520px);
		object-fit: contain;
	}

	.profile-gallery__secondary img,
	.profile-gallery__secondary video {
		width: 100%;
		height: 100%;
		aspect-ratio: 2 / 3;
		object-fit: cover;
	}

	.profile-sidebar {
		position: static;
	}

	.catalog-filter-group__items a {
		min-height: 44px;
	}

	.profile-characteristics dt,
	.price-table th {
		font-size: 14px;
	}

	.profile-flow {
		margin-top: 32px;
	}

	.profile-section {
		padding: 20px;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.site-footer__copyright {
		margin-top: 8px;
	}

	.dialog__panel {
		padding: 20px;
	}
}

@media (max-width: 359px) {
	.site-header__inner,
	.site-footer__inner,
	.catalog,
	.seo-content,
	.profile-detail,
	.content-list {
		width: calc(100% - 36px);
	}

	.primary-nav {
		right: 18px;
		left: 18px;
	}

	.profile-grid {
		grid-template-columns: 1fr;
	}

	.city-dialog__grid {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
