/**
 * Couples Like You Block Styles
 *
 * @package made-to-thrive-2026-base
 * @since 1.0.0
 */

/* Main Container */
.couples-like-you {
	width: 100%;
	position: relative;
	padding: 0;
	overflow: hidden;
}

.couples-like-you-container {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	background: #4C4C3B;
}

/* Upper Section */
.couples-like-you-upper {
	width: 100%;
	min-height: 600px;
	background: #4C4C3B;
	padding: 72px 0 101px 0;
	max-width: 1059px;
	margin: 0 auto;
}

/* Left Image Wrapper */
.couples-like-you-image-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	width: 566px;
}
.couples-like-you-image-wrapper:after {
	content:"";
	display:block;
	width:100%;
	height:100%;
	background-color: #C1B588;
	border-radius:12px;
	position:absolute;
	top: -10px;
	left: -12px;
}
.couples-like-you-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	position: relative;
	z-index: 1;
	border-radius: 12px;
}

/* Image Overlay Text */
.couples-like-you-image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 5.5rem 0 0;
	z-index: 2;
	pointer-events: none;
}

/* Main Title (Large, Bold, Sans-serif) */
.couples-like-you-title {
	margin: 0;
	padding: 0;
	font-size: 35px;
	line-height: 41px;
	font-weight: 100;
	font-family: 'Sunrider';
	text-transform: uppercase;
	color: #F8F2DF;
	max-width: 100%;
	margin-top: 5rem;
	text-align: center;
}

/* Angled Title (Script/Handwritten Font, Rotated) */
.couples-like-you-angled-title {
	margin: 0 0 0 -9px;
	padding: 0;
	font-size: 50px;
	line-height: 1.3;
	font-weight: 400;
	font-family: 'Palmer Lake Print', serif;
	color: #4C4C3B;
	transform: rotate(-9deg);
	max-width: 100%;
	text-align: center;
	width: 100%;
}

/* Right Text Block */
.couples-like-you-text-block {
	background-color: #C1B588;
	padding: 0 0;
	display: flex;
	align-items: center;
	position: absolute;
	justify-content: center;
	top: 231px;
	right: 0;
	min-height: 355px;
	z-index: 0;
	width: 56%;
}

.couples-like-you-text-content {
	width: 100%;
	max-width: 342px;
	color: #4C4C3B;
	font-size: 16px;
	line-height: 22px;
}

.couples-like-you-text-content p {
	margin: 20px 0;
}

.couples-like-you-text-content p:last-child {
	margin-bottom: 0;
}

/* Lower Section */
.couples-like-you-lower {
	position: relative;
	width: 100%;
	min-height: 276px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0 0 37px;
	background-color: #F8F2DF;
	text-align: center;
	box-sizing: border-box;
	margin: 0 auto;
	display: flex;
}

/* Lower Section Background Pattern (when no image) */
.couples-like-you-lower:not([style*="background-image"]) {
	background-color: #F8F2DF;
	background-image: 
		radial-gradient(circle at 1px 1px, rgba(76, 76, 59, 0.1) 1px, transparent 0);
	background-size: 30px 30px;
	background-repeat: repeat;
}

/* Lower Content */
.couples-like-you-lower-content {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 900px;
	color: #4C4C3B;
	margin: 0 auto 0;
	display: flex;
	flex-direction: column;
}

.couples-like-you-lower-content h2,
.couples-like-you-lower-content h3,
.couples-like-you-lower-content h4 {
	color: #4C4C3B;
	margin-top: 0;
	margin-bottom: 1rem;
	font-family: 'Article Century';
}

.couples-like-you-lower-content h2 {
	font-size: 35px;
	line-height: 45px;
	text-transform: uppercase;
	font-weight: 100;
	font-family: 'Sunrider';
	color: #BF9E75;
	margin: -42px auto 17px;
	display: block;
}

.couples-like-you-lower-content h3 {
	font-size: 26px;
	line-height: 28px;
	margin: 0;
}

.couples-like-you-lower-content p {
	margin: 1px auto 29px;
	font-size: 16px;
	line-height: 22px;
	max-width: 700px;
}

.couples-like-you-lower-content p:last-child {
	margin-bottom: 0;
}

/* Responsive Design - Tablet (768px - 1024px) */
@media (max-width:1080px) {
	.couples-like-you-image {
		max-width: 95%;
	}
	.couples-like-you-upper {
		max-width:95%;
	}
	.couples-like-you-image-wrapper {
		width:50%;
	}
	.couples-like-you-image-wrapper:after {
		width:94%;
	}
	.couples-like-you-image-overlay {
width:90%;}
	.couples-like-you-title {
		font-size:30px;
	}
}
@media (max-width:1024px) {
	.couples-like-you-title {
		font-size:25px;
		line-height:1.3;
	} 
	.couples-like-you-angled-title {
		font-size:40px;
	}
	.couples-like-you-text-block {
		top: 174px;
		min-height: 300px;
	}
}
/* Responsive Design - Mobile (max-width: 767px) */
@media (max-width: 800px) {
	.couples-like-you-text-block {
		position:relative;
		border-radius:12px;
		text-align:center;
		top: inherit;
		max-width: 400px;
		margin: 30px auto 0;
		padding: 0;
		width: 100%;
		left: 0;
		right: 0;
	}
	    .couples-like-you-image-wrapper {
        width: 400px;
			margin: 0 auto;
    }
	.couples-like-you-title {
		font-size:23px;
		margin:0;
		padding:0 10px;
	}
	.couples-like-you-text-content p:last-child {
		margin-bottom:20px;
	}
	.couples-like-you-lower-content h2 {
		font-size:25px;
	}
	.couples-like-you-lower-content p {
    margin: 1px auto 29px;
    font-size: 16px;
    line-height: 22px;
    max-width: 500px;
}
	.couples-like-you-upper {
		padding-bottom:70px;
	}
	.couples-like-you-lower-content h3 {
		font-size:20px;
	}
}

/* Extra Small Devices (max-width: 520px) */
@media (max-width: 520px) {
	.couples-like-you-upper {
        padding-bottom: 70px;
			padding-top:50px;
    }
	.couples-like-you-image {
        max-width: 100%;
    } 
	.couples-like-you-image-wrapper {
        width: 300px;
        margin: 0 auto;
    }
	    .couples-like-you-title {
        font-size: 18px;
        margin: 0;
        padding: 0 10px;
    }
	    .couples-like-you-image-overlay {
        width: 100%;
			padding-top:50px;
    }
	    .couples-like-you-angled-title {
        font-size: 30px;
			margin-top:10px;
    }
	.couples-like-you-text-block {
		max-width:300px;
		padding: 10px 20px 0;
		min-height: auto;
	}
	.couples-like-you-text-content p {
	    margin: 10px 0;
		font-size:14px;
	}
	    .couples-like-you-lower-content h2 {
        font-size: 22px;
        max-width: 362px;
        line-height:1.2;
        margin: -37px auto 17px;
    }
	.couples-like-you-lower-content p {
		max-width:95%;
		font-size: 14px;
		line-height: 1.5;
		margin: 5px auto 10px;
	}
	    .couples-like-you-lower-content h3 {
        font-size: 18px;
        line-height: 1.3;
        margin: 20px auto 0;
        max-width: 95%;
    }
}

/* High Contrast Mode Support */
@media (prefers-contrast: high) {
	.couples-like-you-title,
	.couples-like-you-angled-title {
		text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9), 0 0 12px rgba(0, 0, 0, 0.7);
		color: #ffffff;
		background-color: rgba(0, 0, 0, 0.6);
		padding: 0.75rem 1rem;
		border: 2px solid #ffffff;
	}

	.couples-like-you-text-block {
		background-color: #ffffff;
		border: 2px solid #000000;
	}

	.couples-like-you-text-content {
		color: #000000;
		font-weight: 500;
	}

	.couples-like-you-lower-content {
		color: #000000;
		background-color: rgba(255, 255, 255, 0.9);
		padding: 1.5rem;
		border: 2px solid #000000;
	}
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
	.couples-like-you-image,
	.couples-like-you-lower {
		transition: none;
	}

	.couples-like-you-angled-title {
		transform: none;
	}
}

/* Print Styles */
@media print {
	.couples-like-you-image-wrapper {
		page-break-inside: avoid;
	}

	.couples-like-you-image {
		max-height: 300px;
		object-fit: contain;
	}

	.couples-like-you-title,
	.couples-like-you-angled-title {
		color: #000000;
		text-shadow: none;
		position: static;
		transform: none;
		background: transparent;
		border: none;
		padding: 0;
		margin: 0.5rem 0;
	}

	.couples-like-you-text-block {
		background-color: #ffffff;
		border: 1px solid #000000;
	}

	.couples-like-you-lower {
		background-image: none !important;
		background-color: #ffffff;
		border: 1px solid #000000;
	}

	.couples-like-you-lower-content {
		color: #000000;
	}
}

/* Support for block wrapper color classes */
.couples-like-you.has-background {
	padding: 0;
}

.couples-like-you.has-text-color .couples-like-you-title,
.couples-like-you.has-text-color .couples-like-you-angled-title,
.couples-like-you.has-text-color .couples-like-you-text-content,
.couples-like-you.has-text-color .couples-like-you-lower-content {
	color: inherit;
}

/* Ensure proper spacing when background color is applied */
.couples-like-you.has-background .couples-like-you-container {
	padding: 0;
}

/* Overlay text contrast enhancement when background color is set */
.couples-like-you.has-background .couples-like-you-title,
.couples-like-you.has-background .couples-like-you-angled-title {
}












