/*
 * Sustainable Wellbeing Page Styles
 */

.page-id-164 .hero-section,
.page-id-163 .hero-section {
	display: none;
}

.poc-sustainable-wellbeing-page {
	background: #fafaf8;
	padding: clamp(1.5rem, 4vw, 3rem) var(--poc-gutter, 2rem) clamp(3rem, 8vw, 7rem);
}

.poc-sw-container {
	max-width: 1120px;
	margin: 0 auto;
}

.poc-sw-hero {
	align-items: center !important;
	gap: clamp(2rem, 5vw, 4rem);
	margin-bottom: 0;
}

.poc-sw-copy {
	min-width: 0;
}

.poc-sw-logo {
	max-width: min(100%, 26rem);
	margin: 0 0 clamp(1.5rem, 4vw, 2.75rem);
}

.poc-sw-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.poc-sw-visual-column {
	display: flex;
	justify-content: center;
}

.poc-sw-illustration {
	width: min(100%, 26rem);
	margin: 0;
}

.poc-sw-illustration img {
	display: block;
	width: 100%;
	height: auto;
}

.poc-sw-eyebrow {
	font-family: 'Inter', sans-serif;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin: 0 0 1rem;
	text-transform: uppercase;
	color: var(--poc-accent, #d4a373);
}

.poc-sw-title {
	font-family: 'Lora', Georgia, serif;
	font-size: clamp(3rem, 8vw, 5.5rem);
	font-weight: 400;
	line-height: 1.05;
	margin: 0 0 2rem;
	color: var(--poc-primary, #5a7d7c);
}

.poc-sw-lede {
	font-family: 'Crimson Text', Georgia, serif;
	font-size: clamp(1.35rem, 2.8vw, 1.8rem);
	line-height: 1.55;
	margin: 0;
	color: var(--poc-text, #3a4543);
}

.poc-sw-divider {
	width: 100%;
	max-width: 9rem;
	margin: clamp(2rem, 5vw, 3.5rem) 0;
	border: 0;
	border-top: 2px solid rgba(90, 125, 124, 0.35);
}

.poc-sw-body {
	max-width: 860px;
	margin: 0;
}

.poc-sw-text {
	font-family: 'Crimson Text', Georgia, serif;
	font-size: clamp(1.125rem, 2vw, 1.3rem);
	line-height: 1.85;
	margin: 0 0 1.4rem;
	color: var(--poc-text, #3a4543);
}

.poc-sw-cta {
	margin-top: clamp(2rem, 5vw, 3rem);
}

.poc-sw-button .wp-block-button__link {
	display: inline-block;
	padding: 1rem 2rem;
	font-family: 'Inter', sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #ffffff;
	background: var(--poc-primary, #5a7d7c);
	border: 2px solid var(--poc-primary, #5a7d7c);
	border-radius: 999px;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(58, 69, 67, 0.15);
	transition: all 0.25s ease;
}

.poc-sw-button:hover .wp-block-button__link {
	background: var(--poc-accent, #d4a373);
	border-color: var(--poc-accent, #d4a373);
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(212, 163, 115, 0.28);
}

@media (max-width: 640px) {
	.poc-sustainable-wellbeing-page {
		padding-inline: 1.35rem;
	}

	.poc-sw-hero {
		gap: 1.75rem;
	}

	.poc-sw-logo {
		max-width: 18rem;
	}

	.poc-sw-illustration {
		width: min(100%, 20rem);
	}

	.poc-sw-button,
	.poc-sw-button .wp-block-button__link {
		width: 100%;
		text-align: center;
	}
}
