body {
	margin: 0;
	background: #ffffff;
	color: #1f2933;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.6;
}

a {
	color: #0f6f68;
}

img {
	max-width: 100%;
	height: auto;
}

.site-header,
.site-footer {
	background: #ffffff;
	border-color: #e5e7eb;
}

.site-header {
	border-bottom: 1px solid #e5e7eb;
}

.site-footer {
	border-top: 1px solid #e5e7eb;
}

.site-header__inner,
.site-footer__inner,
.content-area {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 72px;
}

.site-title {
	color: #111827;
	font-size: 1.25rem;
	font-weight: 700;
	text-decoration: none;
}

.site-navigation__menu,
.site-footer__menu {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-navigation__menu a,
.site-footer__menu a {
	color: #374151;
	text-decoration: none;
}

.site-main {
	min-height: 60vh;
}

.content-area {
	padding: 48px 0;
}

.entry {
	margin-bottom: 48px;
}

.entry__title {
	margin: 0 0 16px;
	color: #111827;
	line-height: 1.2;
}

.entry__title a {
	color: inherit;
	text-decoration: none;
}

.entry__thumbnail {
	margin-bottom: 24px;
}

.site-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 28px 0;
}

.site-footer__credit {
	margin: 0;
	color: #4b5563;
}

.lotus-archive-hero {
	box-sizing: border-box;
	width: 100%;
	padding: 84px 24px 92px;
	background:
		linear-gradient(135deg, rgba(15, 111, 104, 0.22), rgba(15, 23, 42, 0) 42%),
		#111827;
	color: #ffffff;
	direction: ltr;
}

.lotus-archive-hero__inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

.lotus-archive-hero__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.95rem;
}

.lotus-archive-hero__breadcrumb a {
	color: #ffffff;
	text-decoration: none;
}

.lotus-archive-hero__title {
	margin: 0;
	color: #ffffff;
	font-size: clamp(2.4rem, 5vw, 4.4rem);
	line-height: 1.05;
	letter-spacing: 0;
}

.lotus-archive-hero__subtitle {
	max-width: 680px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 1.1rem;
	line-height: 1.7;
}

.lotus-property-archive {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 80px 24px;
	background: #f3f4f6;
	direction: ltr;
	clear: both;
	overflow: visible;
}

.lotus-property-archive__inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

.lotus-property-archive__layout {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 32px;
	align-items: start;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.lotus-property-archive__sidebar,
.lotus-property-archive__content {
	min-width: 0;
}

.lotus-property-filters {
	box-sizing: border-box;
	width: 100%;
	padding: 24px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.05);
}

.lotus-property-filters__title {
	margin: 0 0 22px;
	color: #111827;
	font-size: 1.25rem;
	line-height: 1.25;
}

.lotus-property-filters__group {
	display: grid;
	gap: 10px;
	margin-bottom: 20px;
	color: #374151;
	font-size: 0.95rem;
}

.lotus-property-filters__group:last-child {
	margin-bottom: 0;
}

.lotus-property-filters__label {
	display: block;
	color: #111827;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.3;
}

.lotus-property-filters__control {
	box-sizing: border-box;
	width: 100%;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	background: #ffffff;
	color: #111827;
	font: inherit;
	direction: ltr;
}

.lotus-property-filters__control:focus {
	border-color: #0f6f68;
	outline: 2px solid rgba(15, 111, 104, 0.15);
	outline-offset: 0;
}

.lotus-property-filters__inline {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.lotus-property-filters__actions {
	display: grid;
	gap: 10px;
	margin-top: 24px;
}

.lotus-property-filters__submit,
.lotus-property-filters__reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	min-height: 44px;
	padding: 10px 16px;
	border-radius: 10px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
}

.lotus-property-filters__submit {
	border: 1px solid #0f6f68;
	background: #0f6f68;
	color: #ffffff;
}

.lotus-property-filters__submit:hover,
.lotus-property-filters__submit:focus {
	background: #0b5752;
}

.lotus-property-filters__reset {
	border: 1px solid #d1d5db;
	background: #ffffff;
	color: #374151;
}

.lotus-property-filters__reset:hover,
.lotus-property-filters__reset:focus {
	border-color: #9ca3af;
	color: #111827;
}

.lotus-property-archive__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	box-sizing: border-box;
	margin-bottom: 24px;
	padding: 18px 20px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #ffffff;
	color: #4b5563;
}

.lotus-property-archive__toolbar p {
	margin: 0;
	font-weight: 700;
}

.lotus-property-archive__toolbar span {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: #ecfdf5;
	color: #0f6f68;
	font-size: 0.85rem;
	font-weight: 700;
}

.lotus-property-archive__sort {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}

.lotus-property-archive__sort-select {
	box-sizing: border-box;
	min-height: 40px;
	padding: 8px 12px;
	border: 1px solid #d1d5db;
	border-radius: 10px;
	background: #ffffff;
	color: #111827;
	font: inherit;
}

.lotus-property-archive__sort button {
	min-height: 40px;
	padding: 8px 12px;
	border: 1px solid #0f6f68;
	border-radius: 10px;
	background: #0f6f68;
	color: #ffffff;
	font-weight: 700;
	cursor: pointer;
}

.lotus-active-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	box-sizing: border-box;
	margin-bottom: 24px;
	padding: 16px 18px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #ffffff;
}

.lotus-active-filters__label {
	color: #111827;
	font-weight: 700;
}

.lotus-active-filters__list {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: 8px;
}

.lotus-active-filters__chip {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: #ecfdf5;
	color: #0f6f68;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.2;
}

.lotus-active-filters__reset {
	color: #374151;
	font-weight: 700;
	text-decoration: none;
}

.lotus-active-filters__reset:hover,
.lotus-active-filters__reset:focus {
	color: #0f6f68;
}

.lotus-property-archive__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	direction: ltr;
	align-items: stretch;
	justify-items: stretch;
}

.lotus-archive-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 40px;
}

.lotus-archive-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	padding: 8px 12px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #ffffff;
	color: #111827;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.lotus-archive-pagination .page-numbers.current,
.lotus-archive-pagination a.page-numbers:hover,
.lotus-archive-pagination a.page-numbers:focus {
	border-color: #0f6f68;
	background: #0f6f68;
	color: #ffffff;
}

.lotus-archive-empty {
	padding: 32px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #ffffff;
	color: #4b5563;
	text-align: center;
}

.lotus-archive-empty p {
	margin: 0;
}

.lotus-project-archive {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 80px 24px;
	background: #f3f4f6;
	direction: ltr;
	clear: both;
	overflow: visible;
}

.lotus-project-archive__inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

.lotus-project-archive__toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	box-sizing: border-box;
	margin-bottom: 28px;
	padding: 18px 20px;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #ffffff;
	color: #4b5563;
}

.lotus-project-archive__toolbar p {
	margin: 0;
	font-weight: 700;
}

.lotus-project-archive__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	align-items: stretch;
	justify-items: stretch;
}

.lotus-project-card {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
	direction: ltr;
}

.lotus-project-card__image-wrap {
	display: block;
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	width: 100%;
	background: #f3f4f6;
	color: inherit;
	text-decoration: none;
	flex: 0 0 auto;
}

.lotus-project-card__image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
}

.lotus-project-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(135deg, rgba(15, 111, 104, 0.12), rgba(15, 23, 42, 0.08)),
		#f3f4f6;
}

.lotus-project-card__status {
	position: absolute;
	inset-block-start: 14px;
	inset-inline-start: 14px;
	max-width: calc(100% - 28px);
	padding: 6px 10px;
	border-radius: 999px;
	background: #ffffff;
	color: #0f6f68;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.2;
	overflow-wrap: anywhere;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.lotus-project-card__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 22px;
	min-width: 0;
}

.lotus-project-card__title {
	margin: 0 0 10px;
	font-size: 1.15rem;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.lotus-project-card__title a {
	color: #111827;
	text-decoration: none;
}

.lotus-project-card__location,
.lotus-project-card__developer,
.lotus-project-card__delivery {
	margin: 0 0 10px;
	color: #6b7280;
	font-size: 0.92rem;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.lotus-project-card__price {
	margin: 0 0 14px;
	color: #0f6f68;
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.lotus-project-card__excerpt {
	margin: 0 0 18px;
	color: #4b5563;
	font-size: 0.95rem;
	line-height: 1.6;
}

.lotus-project-card__excerpt p {
	margin: 0;
}

.lotus-project-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	padding: 10px 16px;
	border-radius: 8px;
	background: #0f6f68;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.lotus-project-card__button:hover,
.lotus-project-card__button:focus {
	background: #0b5752;
	color: #ffffff;
}

.property-archive__header,
.property-single__header {
	margin-bottom: 32px;
}

.property-archive__title,
.property-single__title {
	margin: 0;
	color: #111827;
	line-height: 1.2;
}

.property-archive__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 24px;
}

.lotus-property-card {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
	min-width: 0;
	direction: ltr;
}

.lotus-property-card--compact .lotus-property-card__content {
	padding: 18px;
}

.lotus-property-card__image-wrap {
	display: block;
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	width: 100%;
	background: #f3f4f6;
	color: inherit;
	text-decoration: none;
	flex: 0 0 auto;
}

.lotus-property-card__image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
}

.lotus-property-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background:
		linear-gradient(135deg, rgba(15, 111, 104, 0.12), rgba(15, 23, 42, 0.08)),
		#f3f4f6;
}

.lotus-property-card__badge {
	position: absolute;
	inset-block-start: 14px;
	inset-inline-start: 14px;
	max-width: calc(100% - 28px);
	padding: 6px 10px;
	border-radius: 999px;
	background: #ffffff;
	color: #0f6f68;
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.2;
	overflow-wrap: anywhere;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.lotus-property-card__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 22px;
	min-width: 0;
}

.lotus-property-card__title {
	margin: 0 0 10px;
	font-size: 1.15rem;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.lotus-property-card__title a {
	color: #111827;
	text-decoration: none;
}

.lotus-property-card__location {
	margin: 0 0 10px;
	color: #6b7280;
	font-size: 0.92rem;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.lotus-property-card__price {
	margin: 0 0 14px;
	color: #0f6f68;
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.lotus-property-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 16px;
	padding: 0;
	color: #4b5563;
	font-size: 0.88rem;
	list-style: none;
}

.lotus-property-card__meta-item {
	padding: 5px 9px;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	background: #f9fafb;
	line-height: 1.2;
}

.lotus-property-card__excerpt {
	margin: 0 0 18px;
	color: #4b5563;
	font-size: 0.95rem;
	line-height: 1.6;
}

.lotus-property-card__excerpt p {
	margin: 0;
}

.lotus-property-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: auto;
	padding: 10px 16px;
	border-radius: 8px;
	background: #0f6f68;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.lotus-property-card__button:hover,
.lotus-property-card__button:focus {
	background: #0b5752;
	color: #ffffff;
}

.property-archive__pagination {
	margin-top: 32px;
}

.property-single__article {
	max-width: 900px;
}

.property-single__image {
	margin-bottom: 32px;
}

.property-single__image img {
	display: block;
	width: 100%;
}

.property-single__details,
.property-single__taxonomies,
.property-single__content {
	margin-top: 32px;
}

.property-single__details h2,
.property-single__taxonomies h2 {
	margin: 0 0 16px;
	font-size: 1.35rem;
}

.property-meta-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
	margin: 0;
}

.property-meta-list__item {
	padding: 14px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
}

.property-meta-list dt {
	margin-bottom: 4px;
	color: #4b5563;
	font-size: 0.9rem;
}

.property-meta-list dd {
	margin: 0;
	color: #111827;
	font-weight: 600;
}

.project-archive__header,
.project-single__header {
	margin-bottom: 32px;
}

.project-archive__title,
.project-single__title {
	margin: 0;
	color: #111827;
	line-height: 1.2;
}

.project-archive__grid,
.project-related-properties__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 24px;
}

.project-card {
	overflow: hidden;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #ffffff;
}

.project-card__image {
	display: block;
	background: #f3f4f6;
}

.project-card__image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.project-card__content {
	padding: 20px;
}

.project-card__title {
	margin: 0 0 10px;
	font-size: 1.25rem;
	line-height: 1.3;
}

.project-card__title a {
	color: #111827;
	text-decoration: none;
}

.project-card__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin: 0 0 14px;
	padding: 0;
	color: #4b5563;
	list-style: none;
}

.project-card__excerpt {
	margin: 0 0 14px;
	color: #4b5563;
}

.project-card__link {
	font-weight: 700;
	text-decoration: none;
}

.project-archive__pagination {
	margin-top: 32px;
}

.project-single__article {
	max-width: 940px;
}

.project-single__image,
.project-single__content,
.project-single__details,
.project-related-properties {
	margin-top: 32px;
}

.project-single__image img {
	display: block;
	width: 100%;
}

.project-single__details h2,
.project-related-properties h2 {
	margin: 0 0 16px;
	font-size: 1.35rem;
}

.project-meta-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
	margin: 0;
}

.project-meta-list__item {
	padding: 14px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
}

.project-meta-list dt {
	margin-bottom: 4px;
	color: #4b5563;
	font-size: 0.9rem;
}

.project-meta-list dd {
	margin: 0;
	color: #111827;
	font-weight: 600;
}

.project-meta-list dd p {
	margin: 0 0 8px;
}

.project-meta-list dd p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.lotus-property-archive__layout {
		grid-template-columns: 1fr;
	}

	.lotus-property-archive__sidebar {
		max-width: 100%;
	}

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

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

@media (max-width: 700px) {
	.site-header__inner,
	.site-footer__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.lotus-archive-hero {
		padding: 64px 20px 72px;
	}

	.lotus-property-archive {
		padding: 56px 16px;
	}

	.lotus-project-archive {
		padding: 56px 16px;
	}

	.lotus-property-archive__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.lotus-project-archive__toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.lotus-project-archive__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.lotus-property-archive__toolbar,
	.lotus-active-filters {
		align-items: stretch;
		flex-direction: column;
	}

	.lotus-property-archive__sort,
	.lotus-property-archive__sort-select,
	.lotus-property-archive__sort button {
		width: 100%;
	}

	.lotus-property-filters {
		padding: 20px;
	}

	.lotus-property-filters__inline {
		grid-template-columns: 1fr;
	}
}
