.propsw-page-shell {
	margin: 0 auto;
	max-width: 1240px;
	padding: 36px 20px 64px;
}

.propsw-page-head,
.propsw-hero-card {
	background: linear-gradient(135deg, #eff6ff, #ffffff 52%, #ecfeff);
	border: 1px solid #dbeafe;
	border-radius: 24px;
	box-shadow: 0 25px 65px rgba(15, 23, 42, 0.08);
	margin-bottom: 28px;
	padding: 32px;
}

.propsw-page-head h1,
.propsw-hero-card h1 {
	color: #0f172a;
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.05;
	margin: 0 0 12px;
}

.propsw-page-head p,
.propsw-hero-card p {
	margin: 0;
}

.propsw-eyebrow,
.propsw-project-type,
.propsw-category {
	color: #0f766e;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.propsw-listings {
	display: grid;
	gap: 24px;
}

.propsw-search-form,
.propsw-summary-card,
.propsw-section-card,
.propsw-gallery-shell {
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
	padding: 24px;
}

.propsw-summary-card,
.propsw-section-card,
.propsw-gallery-shell {
	margin-bottom: 28px;
}

.propsw-search-grid,
.propsw-results-grid,
.propsw-summary-grid,
.propsw-gallery-grid,
.propsw-amenities-grid {
	display: grid;
	gap: 16px;
}

.propsw-search-grid {
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.propsw-search-grid input,
.propsw-search-grid select {
	background: #f8fafc;
	border: 1px solid #cbd5e1;
	border-radius: 12px;
	font-size: 15px;
	min-height: 46px;
	padding: 0 14px;
	width: 100%;
}

.propsw-search-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 18px;
}

.propsw-search-actions button,
.propsw-search-actions a {
	border-radius: 999px;
	font-weight: 600;
	padding: 12px 20px;
	text-decoration: none;
}

.propsw-search-actions button {
	background: #0f766e;
	border: 0;
	color: #ffffff;
	cursor: pointer;
}

.propsw-search-actions a {
	color: #0f172a;
}

.propsw-results-summary {
	color: #334155;
	font-size: 15px;
}

.propsw-results-grid {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.propsw-property-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}

.propsw-card-image {
	aspect-ratio: 16 / 10;
	background: linear-gradient(135deg, #dbeafe, #f8fafc);
	color: #0f172a;
	display: grid;
	font-weight: 600;
	place-items: center;
	text-decoration: none;
}

.propsw-card-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.propsw-card-body {
	display: grid;
	gap: 12px;
	padding: 20px;
}

.propsw-card-topline {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.propsw-badge {
	background: #0f172a;
	border-radius: 999px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding: 6px 10px;
	text-transform: uppercase;
}

.propsw-badge--soft {
	background: #d1fae5;
	color: #065f46;
}

.propsw-property-card h3,
.propsw-property-card h3 a {
	color: #0f172a;
	font-size: 22px;
	line-height: 1.25;
	margin: 0;
	text-decoration: none;
}

.propsw-location,
.propsw-excerpt,
.propsw-overview {
	color: #475569;
	margin: 0;
}

.propsw-price {
	color: #b45309;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
}

.propsw-meta {
	color: #334155;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.propsw-meta li,
.propsw-summary-item {
	background: #f8fafc;
	border-radius: 14px;
	padding: 10px 12px;
}

.propsw-amenities-inline {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.propsw-amenities-inline span,
.propsw-amenity-item {
	background: #ecfeff;
	border: 1px solid #a5f3fc;
	border-radius: 999px;
	color: #164e63;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 12px;
}

.propsw-summary-grid {
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.propsw-gallery-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.propsw-gallery-item {
	aspect-ratio: 1 / 1;
	border-radius: 18px;
	overflow: hidden;
}

.propsw-gallery-item--hero {
	aspect-ratio: auto;
	grid-column: span 2;
	grid-row: span 2;
	min-height: 420px;
}

.propsw-gallery-item img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.propsw-section-card h2 {
	color: #0f172a;
	font-size: 28px;
	margin: 0 0 18px;
}

.propsw-richtext p:last-child {
	margin-bottom: 0;
}

.propsw-richtext ul,
.propsw-richtext ol {
	margin: 0 0 0 20px;
}

.propsw-amenities-grid {
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.propsw-summary-item span {
	color: #64748b;
	display: block;
	font-size: 13px;
	margin-bottom: 6px;
}

.propsw-summary-item strong {
	color: #0f172a;
	display: block;
	font-size: 16px;
}

.propsw-empty-state {
	background: #f8fafc;
	border: 1px dashed #cbd5e1;
	border-radius: 20px;
	padding: 28px;
	text-align: center;
}

.propsw-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.propsw-pagination a,
.propsw-pagination span {
	background: #ffffff;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	color: #0f172a;
	display: inline-flex;
	min-width: 42px;
	justify-content: center;
	padding: 10px 12px;
	text-decoration: none;
}

.propsw-pagination .current {
	background: #0f766e;
	border-color: #0f766e;
	color: #ffffff;
}

.propsw-gallery-preview {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.propsw-gallery-thumb {
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	display: inline-flex;
	height: 72px;
	overflow: hidden;
	width: 72px;
}

.propsw-gallery-thumb img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 640px) {
	.propsw-search-form,
	.propsw-summary-card,
	.propsw-section-card,
	.propsw-gallery-shell,
	.propsw-card-body {
		padding: 18px;
	}

	.propsw-meta {
		grid-template-columns: 1fr;
	}

	.propsw-gallery-grid {
		grid-template-columns: 1fr 1fr;
	}

	.propsw-gallery-item--hero {
		grid-column: span 2;
		min-height: 280px;
	}
}
