/* Meet Your Hosts - 3268238f */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:wght@300;400;500;600&display=swap');

/* Section */
.myh-3268238f-section {
	background-color: #F8F6F0;
	padding: 120px 80px;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}

/* Grid */
.myh-3268238f-grid {
	max-width: 1400px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

/* Left Column */
.myh-3268238f-col-left {
	max-width: 560px;
}

/* Header Icon */
.myh-3268238f-header-icon {
	color: #D8A65E;
	font-size: 36px;
	line-height: 1;
	margin-bottom: 20px;
}

.myh-3268238f-header-icon svg {
	width: 36px;
	height: 36px;
	fill: #D8A65E;
}

/* Title */
.myh-3268238f-title {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 64px;
	font-weight: 400;
	line-height: 1.1;
	color: #2E2E2E;
	text-transform: uppercase;
	margin: 0 0 16px 0;
	letter-spacing: -0.01em;
}

/* Subtitle */
.myh-3268238f-subtitle {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	color: #D8A65E;
	margin: 0 0 20px 0;
	line-height: 1.4;
}

/* Divider */
.myh-3268238f-divider {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 28px;
}

.myh-3268238f-divider-line {
	display: block;
	height: 1px;
	width: 80px;
	background-color: #D8A65E;
}

.myh-3268238f-divider-ornament {
	color: #D8A65E;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.myh-3268238f-divider-ornament svg {
	fill: currentColor;
}

.myh-3268238f-divider--small {
	justify-content: flex-start;
	margin-bottom: 32px;
	margin-top: 4px;
}

.myh-3268238f-divider--small .myh-3268238f-divider-line {
	width: 50px;
}

/* Description */
.myh-3268238f-description {
	font-family: 'Inter', -apple-system, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	color: #2E2E2E;
	margin-bottom: 28px;
}

.myh-3268238f-description p {
	margin: 0 0 16px 0;
}

.myh-3268238f-description p:last-child {
	margin-bottom: 0;
}

/* Quote */
.myh-3268238f-quote-block {
	margin: 0 0 8px 0;
	padding: 0;
	border: none;
	display: flex;
	align-items: flex-start;
	gap: 4px;
	flex-wrap: wrap;
}

.myh-3268238f-quote-mark {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 36px;
	line-height: 1;
	color: #D8A65E;
	font-weight: 400;
}

.myh-3268238f-quote {
	font-family: 'Playfair Display', Georgia, serif;
	font-size: 22px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.6;
	color: #D8A65E;
	flex: 1;
	min-width: 200px;
}

/* CTA Button */
.myh-3268238f-cta {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background-color: #BADFF6;
	color: #2E2E2E;
	text-decoration: none;
	padding: 16px 36px;
	border-radius: 50px;
	font-family: 'Inter', -apple-system, sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: background-color 0.4s ease, color 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease;
	margin-top: 8px;
	cursor: pointer;
	border: none;
	line-height: 1;
}

.myh-3268238f-cta:hover {
	background-color: #D8A65E;
	color: #FFFFFF;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(216, 166, 94, 0.3);
}

.myh-3268238f-cta:hover svg {
	fill: #FFFFFF;
}

.myh-3268238f-cta-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.myh-3268238f-cta:hover .myh-3268238f-cta-icon {
	transform: translateX(4px);
}

.myh-3268238f-cta-icon svg {
	width: 14px;
	height: 14px;
}

.myh-3268238f-cta-icon i {
	font-size: 14px;
}

/* Right Column */
.myh-3268238f-col-right {
	position: relative;
}

/* Images Wrapper */
.myh-3268238f-images-wrap {
	position: relative;
	width: 100%;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* Primary Image */
.myh-3268238f-img-primary {
	position: relative;
	z-index: 1;
}

.myh-3268238f-img-primary img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 12px;
	box-shadow: 0 16px 48px -8px rgba(0, 0, 0, 0.12);
	object-fit: cover;
	aspect-ratio: 4 / 5;
}

/* Secondary Image */
.myh-3268238f-img-secondary {
	position: absolute;
	bottom: -20px;
	left: -30px;
	width: 45%;
	z-index: 2;
}

.myh-3268238f-img-secondary img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
	border: 4px solid #FFFFFF;
	box-shadow: 0 12px 36px -6px rgba(0, 0, 0, 0.18);
	object-fit: cover;
	aspect-ratio: 4 / 3;
}

/* Badge */
.myh-3268238f-badge {
	position: absolute;
	bottom: -10px;
	right: 0;
	z-index: 3;
	background-color: #FFFFFF;
	border-radius: 14px;
	padding: 14px 20px;
	display: flex;
	align-items: center;
	gap: 12px;
	box-shadow: 0 8px 28px -4px rgba(0, 0, 0, 0.1);
	animation: myh-3268238f-float 4s ease-in-out infinite;
}

@keyframes myh-3268238f-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-6px); }
}

.myh-3268238f-badge-icon {
	color: #D8A65E;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.myh-3268238f-badge-icon svg {
	width: 22px;
	height: 22px;
	fill: #D8A65E;
}

.myh-3268238f-badge-text {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.myh-3268238f-badge-title {
	font-family: 'Inter', -apple-system, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #2E2E2E;
	line-height: 1.3;
	white-space: nowrap;
}

.myh-3268238f-badge-sub {
	font-family: 'Inter', -apple-system, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #6b7b8d;
	line-height: 1.3;
	white-space: nowrap;
}

/* ===== SCROLL ANIMATIONS ===== */
.myh-3268238f-animate .myh-3268238f-col-left,
.myh-3268238f-animate .myh-3268238f-img-primary,
.myh-3268238f-animate .myh-3268238f-img-secondary,
.myh-3268238f-animate .myh-3268238f-badge {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}

.myh-3268238f-animate .myh-3268238f-img-primary {
	transition-delay: 0.15s;
}

.myh-3268238f-animate .myh-3268238f-img-secondary {
	transition-delay: 0.3s;
}

.myh-3268238f-animate .myh-3268238f-badge {
	transition-delay: 0.45s;
}

.myh-3268238f-animate.myh-3268238f-visible .myh-3268238f-col-left,
.myh-3268238f-animate.myh-3268238f-visible .myh-3268238f-img-primary,
.myh-3268238f-animate.myh-3268238f-visible .myh-3268238f-img-secondary,
.myh-3268238f-animate.myh-3268238f-visible .myh-3268238f-badge {
	opacity: 1;
	transform: translateY(0);
}

/* Badge keeps floating after reveal */
.myh-3268238f-animate.myh-3268238f-visible .myh-3268238f-badge {
	animation: myh-3268238f-float 4s ease-in-out infinite;
	animation-delay: 0.5s;
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 1024px) {
	.myh-3268238f-section {
		padding: 80px 40px;
	}

	.myh-3268238f-grid {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.myh-3268238f-col-left {
		max-width: 100%;
		order: 1;
	}

	.myh-3268238f-col-right {
		order: 2;
		max-width: 600px;
		margin: 0 auto;
	}

	.myh-3268238f-title {
		font-size: 48px;
	}
}

/* Mobile */
@media (max-width: 640px) {
	.myh-3268238f-section {
		padding: 60px 20px;
	}

	.myh-3268238f-grid {
		gap: 36px;
	}

	.myh-3268238f-title {
		font-size: 36px;
	}

	.myh-3268238f-subtitle {
		font-size: 20px;
	}

	.myh-3268238f-divider-line {
		width: 50px;
	}

	.myh-3268238f-quote {
		font-size: 19px;
	}

	.myh-3268238f-cta {
		padding: 14px 28px;
		font-size: 12px;
	}

	.myh-3268238f-img-secondary {
		width: 50%;
		bottom: -16px;
		left: -16px;
	}

	.myh-3268238f-badge {
		padding: 10px 14px;
		bottom: -6px;
	}

	.myh-3268238f-badge-title {
		font-size: 12px;
	}

	.myh-3268238f-badge-sub {
		font-size: 11px;
	}

	.myh-3268238f-images-wrap {
		padding-left: 16px;
	}
}
