/* WSP custom styles */

.wsp-container {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 20px;
}

.wsp-eyebrow {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2f6f73;
}

.wsp-land-hero,
.wsp-property-hero {
	padding: 72px 0 48px;
	background: linear-gradient(135deg, #eef8f7 0%, #ffffff 60%);
}

.wsp-land-hero h1,
.wsp-property-hero h1 {
	margin: 0 0 16px;
	font-size: clamp(34px, 5vw, 56px);
	line-height: 1.08;
	color: #123238;
}

.wsp-land-hero p,
.wsp-property-hero p {
	max-width: 720px;
	font-size: 17px;
	line-height: 1.8;
	color: #42575c;
}

.wsp-land-list-section,
.wsp-property-content,
.wsp-property-summary {
	padding: 48px 0;
}

.wsp-land-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.wsp-land-card {
	overflow: hidden;
	border: 1px solid #e2eceb;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(18, 50, 56, 0.08);
}

.wsp-land-card-link {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.wsp-land-card-image img,
.wsp-property-main-image img {
	display: block;
	width: 100%;
	height: auto;
}

.wsp-land-card-image img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.wsp-land-card-body {
	padding: 20px;
}

.wsp-land-card h2 {
	margin: 8px 0 10px;
	font-size: 22px;
	line-height: 1.3;
	color: #123238;
}

.wsp-land-status {
	display: inline-flex;
	align-items: center;
	margin: 0 0 10px;
	padding: 5px 10px;
	border-radius: 999px;
	background: #e9f7ef;
	font-size: 13px;
	font-weight: 700;
	color: #247448;
}

.wsp-land-meta,
.wsp-land-price,
.wsp-land-excerpt {
	margin: 8px 0 0;
	line-height: 1.7;
	color: #42575c;
}

.wsp-land-price {
	font-size: 18px;
	font-weight: 800;
	color: #123238;
}

.wsp-property-main-image {
	margin-top: 28px;
	overflow: hidden;
	border-radius: 22px;
	box-shadow: 0 14px 40px rgba(18, 50, 56, 0.12);
}

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

.wsp-summary-item {
	padding: 20px;
	border: 1px solid #e2eceb;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(18, 50, 56, 0.06);
}

.wsp-summary-item span {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 700;
	color: #6f8589;
}

.wsp-summary-item strong {
	display: block;
	font-size: 20px;
	color: #123238;
}

.wsp-property-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 36px;
	align-items: start;
}

.wsp-section {
	margin-bottom: 42px;
}

.wsp-section h2 {
	margin: 0 0 18px;
	font-size: 28px;
	color: #123238;
}

.wsp-rich-text,
.wsp-section p {
	font-size: 16px;
	line-height: 1.9;
	color: #42575c;
}

.wsp-detail-list {
	display: grid;
	gap: 12px;
	margin: 0;
}

.wsp-detail-list div {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr);
	gap: 16px;
	padding: 14px 0;
	border-bottom: 1px solid #e5eeee;
}

.wsp-detail-list dt {
	font-weight: 700;
	color: #123238;
}

.wsp-detail-list dd {
	margin: 0;
	color: #42575c;
}

.wsp-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.wsp-gallery img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 14px;
}

.wsp-map iframe {
	width: 100%;
	min-height: 360px;
	border: 0;
	border-radius: 16px;
}

.wsp-contact-box {
	position: sticky;
	top: 24px;
	padding: 24px;
	border-radius: 20px;
	background: #123238;
	color: #fff;
	box-shadow: 0 14px 40px rgba(18, 50, 56, 0.18);
}

.wsp-contact-box h2 {
	margin: 0 0 12px;
	font-size: 24px;
	color: #fff;
}

.wsp-contact-box p {
	color: rgba(255, 255, 255, 0.86);
	line-height: 1.8;
}

.wsp-button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 16px;
	padding: 14px 18px;
	border-radius: 999px;
	background: #27b36a;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.wsp-pagination {
	margin-top: 36px;
}

@media (max-width: 900px) {
	.wsp-land-grid,
	.wsp-summary-grid,
	.wsp-property-layout,
	.wsp-gallery {
		grid-template-columns: 1fr;
	}

	.wsp-property-layout {
		gap: 20px;
	}

	.wsp-contact-box {
		position: static;
	}

	.wsp-detail-list div {
		grid-template-columns: 1fr;
		gap: 6px;
	}
}
/* Header / Footer */

.wsp-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid #e2eceb;
}

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

.wsp-site-logo {
	font-size: 20px;
	font-weight: 900;
	letter-spacing: -0.02em;
	color: #123238;
	text-decoration: none;
}

.wsp-site-nav {
	display: flex;
	align-items: center;
	gap: 22px;
}

.wsp-site-nav a {
	font-size: 15px;
	font-weight: 700;
	color: #42575c;
	text-decoration: none;
}

.wsp-site-nav a:hover {
	color: #27b36a;
}

.wsp-main {
	padding: 56px 0;
}

.wsp-post {
	max-width: 820px;
	margin: 0 auto;
}

.wsp-post h1 {
	margin: 0 0 24px;
	font-size: clamp(34px, 5vw, 52px);
	line-height: 1.1;
	color: #123238;
}

.wsp-content {
	font-size: 16px;
	line-height: 1.9;
	color: #42575c;
}

.wsp-site-footer {
	margin-top: 72px;
	padding: 32px 0;
	background: #123238;
	color: rgba(255, 255, 255, 0.8);
}

.wsp-site-footer p {
	margin: 0;
	font-size: 14px;
}

@media (max-width: 720px) {
	.wsp-header-inner {
		flex-direction: column;
		align-items: flex-start;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.wsp-site-nav {
		flex-wrap: wrap;
		gap: 14px;
	}

	.wsp-site-nav a {
		font-size: 14px;
	}
}
/* Front Page */

.wsp-front-hero {
	padding: 96px 0 72px;
	background:
		linear-gradient(135deg, rgba(238, 248, 247, 0.96), rgba(255, 255, 255, 0.92)),
		radial-gradient(circle at top right, rgba(39, 179, 106, 0.14), transparent 34%);
}

.wsp-front-hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 380px;
	gap: 48px;
	align-items: center;
}

.wsp-front-hero-text h1 {
	margin: 0 0 20px;
	max-width: 780px;
	font-size: clamp(42px, 6vw, 72px);
	line-height: 1.02;
	letter-spacing: -0.04em;
	color: #123238;
}

.wsp-front-hero-text p {
	max-width: 720px;
	font-size: 18px;
	line-height: 1.85;
	color: #42575c;
}

.wsp-front-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.wsp-button-primary {
	background: #27b36a;
	color: #fff;
}

.wsp-button-secondary {
	background: #ffffff;
	color: #123238;
	border: 1px solid #d7e7e5;
}

.wsp-front-hero-card {
	padding: 28px;
	border-radius: 24px;
	background: #123238;
	color: #fff;
	box-shadow: 0 18px 50px rgba(18, 50, 56, 0.18);
}

.wsp-front-hero-card .wsp-card-label {
	margin: 0 0 16px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
}

.wsp-front-hero-card ul {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wsp-front-hero-card li {
	position: relative;
	padding-left: 24px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.9);
}

.wsp-front-hero-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.7em;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #27b36a;
}

.wsp-front-intro,
.wsp-front-listings {
	padding: 72px 0;
}

.wsp-front-intro {
	background: #ffffff;
}

.wsp-front-listings {
	background: #f7fbfa;
}

.wsp-section-heading {
	max-width: 760px;
	margin-bottom: 32px;
}

.wsp-section-heading h2 {
	margin: 0 0 14px;
	font-size: clamp(30px, 4vw, 46px);
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: #123238;
}

.wsp-section-heading p {
	margin: 0;
	font-size: 16px;
	line-height: 1.85;
	color: #42575c;
}

.wsp-feature-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.wsp-feature-card {
	padding: 26px;
	border: 1px solid #e2eceb;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(18, 50, 56, 0.06);
}

.wsp-feature-card h3 {
	margin: 0 0 10px;
	font-size: 22px;
	color: #123238;
}

.wsp-feature-card p {
	margin: 0;
	line-height: 1.8;
	color: #42575c;
}

.wsp-center-action {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.wsp-empty-listing {
	padding: 28px;
	border: 1px dashed #bfd6d2;
	border-radius: 18px;
	background: #fff;
	color: #42575c;
}

@media (max-width: 900px) {
	.wsp-front-hero {
		padding: 72px 0 52px;
	}

	.wsp-front-hero-inner,
	.wsp-feature-grid {
		grid-template-columns: 1fr;
	}

	.wsp-front-hero-card {
		order: -1;
	}

	.wsp-front-actions {
		flex-direction: column;
	}

	.wsp-button {
		width: 100%;
	}
}