.ftcp-section,
.ftcp-section * {
	box-sizing: border-box;
}

.ftcp-section {
	--ftcp-deep: #153a32;
	--ftcp-copy: #586968;
	--ftcp-gold: #a68038;
	--ftcp-site-ink: #1f2a42;
	--ftcp-site-mint: #b8d5cc;
	--ftcp-site-mint-hover: #a6c8be;
	--ftcp-site-mint-border: #8fb4aa;
	--ftcp-cream: #fbf9f2;
	--ftcp-paper: #f6f3e9;
	display: block;
	container-type: inline-size;
	width: 100%;
	height: auto !important;
	min-height: 0 !important;
	margin: 0;
	padding: clamp(6px, 0.9vw, 12px) clamp(8px, 1.2vw, 18px) 0;
	font-family: inherit;
}

.ftcp-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(132px, 150px) minmax(0, 1fr);
	align-items: center;
	gap: clamp(20px, 2.6vw, 32px);
	width: min(100%, 900px);
	height: auto !important;
	min-height: 0 !important;
	margin-inline: auto;
	padding: clamp(18px, 2.2vw, 26px);
	overflow: hidden;
	background: linear-gradient(135deg, #fdfdf9 0%, var(--ftcp-cream) 100%);
	border: 1px solid rgba(31, 42, 66, 0.05);
	border-radius: 10px;
	box-shadow: 0 10px 26px rgba(22, 42, 39, 0.05);
}

.ftcp-artwork {
	position: absolute;
	right: -38px;
	bottom: -62px;
	width: 240px;
	height: 138px;
	opacity: 0.20;
	pointer-events: none;
	background:
		repeating-linear-gradient(125deg, transparent 0 17px, rgba(169, 205, 195, 0.16) 18px 19px),
		radial-gradient(ellipse at center, rgba(166, 128, 56, 0.05), transparent 70%);
	transform: rotate(-4deg);
}

.ftcp-image-wrap {
	position: relative;
	z-index: 2;
	width: min(100%, 164px);
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 14px 32px rgba(20, 36, 33, 0.15);
}

.ftcp-image-wrap::before {
	content: none;
}

.ftcp-image-wrap::after {
	content: none;
}

.ftcp-image {
	display: block;
	position: relative;
	z-index: 1;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: none !important;
	object-fit: contain;
	object-position: center top;
	image-rendering: auto;
	filter: none;
	border-radius: 0;
}

.ftcp-image-placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: var(--ftcp-deep);
	background: #f2efe5;
	font-family: Georgia, serif;
	font-size: 32px;
	letter-spacing: 0.08em;
}

.ftcp-content {
	position: relative;
	z-index: 2;
	min-width: 0;
	max-width: 650px;
}

.ftcp-eyebrow {
	margin: 0 0 10px !important;
	padding: 0 !important;
	color: var(--ftcp-gold);
	font-size: 11.5px;
	font-weight: 800;
	line-height: 1.4;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	overflow-wrap: anywhere;
}

.ftcp-title {
	max-width: 620px;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--ftcp-site-ink);
	font-family: inherit;
	font-size: clamp(18px, 1.52vw, 22px);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.03em;
	overflow-wrap: anywhere;
}

.ftcp-description {
	max-width: 620px;
	margin: 14px 0 0 !important;
	padding: 0 !important;
	color: #405a54;
	font-size: clamp(15px, 1.18vw, 16px);
	font-weight: 600;
	line-height: 1.6;
	overflow-wrap: anywhere;
}

.ftcp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.ftcp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-width: 0;
	min-height: 44px;
	padding: 10px 18px;
	border-radius: 5px;
	box-shadow: none;
	font-size: 12.75px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	white-space: normal;
	overflow-wrap: anywhere;
	transition: transform 180ms ease, color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ftcp-button svg {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

a.ftcp-button-primary,
a.ftcp-button-primary:visited {
	color: #ffffff !important;
	background: var(--ftcp-site-mint);
	border: 1px solid var(--ftcp-site-mint);
	box-shadow: 0 8px 18px rgba(118, 158, 146, 0.16);
}

a.ftcp-button-primary span,
a.ftcp-button-primary svg {
	color: #ffffff !important;
}

a.ftcp-button-primary:hover,
a.ftcp-button-primary:focus-visible {
	color: #ffffff !important;
	background: var(--ftcp-site-mint-hover);
	border-color: var(--ftcp-site-mint-hover);
	transform: translateY(-2px);
}

.ftcp-button-secondary {
	color: var(--ftcp-site-ink) !important;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid var(--ftcp-site-mint-border);
}

.ftcp-button-secondary:hover,
.ftcp-button-secondary:focus-visible {
	color: var(--ftcp-site-ink) !important;
	background: #edf5f2;
	border-color: var(--ftcp-site-mint-border);
	box-shadow: 0 8px 18px rgba(118, 158, 146, 0.13);
	transform: translateY(-2px);
}

.ftcp-button:focus-visible {
	outline: 3px solid rgba(169, 205, 195, 0.32);
	outline-offset: 3px;
}

/* Keep the shortcode compact inside Elementor and prevent inherited spacing. */
.elementor-widget-shortcode:has(.ftcp-section),
.elementor-widget-shortcode:has(.ftcp-section) > .elementor-widget-container,
.elementor-widget-shortcode .elementor-shortcode:has(.ftcp-section) {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	min-height: 0 !important;
}

.elementor-widget-shortcode .ftcp-section,
.elementor-shortcode .ftcp-section,
.elementor-widget-shortcode .ftcp-card,
.elementor-shortcode .ftcp-card {
	height: auto !important;
	min-height: 0 !important;
}

.elementor-widget-shortcode .ftcp-card img,
.elementor-shortcode .ftcp-card img {
	max-height: none !important;
}

/* Orientation-aware defaults */
.ftcp-image-wrap {
	height: auto;
	aspect-ratio: auto;
}

.ftcp-image-wrap .ftcp-image {
	display: block;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: auto !important;
}

.ftcp-card.ftcp-card-landscape {
	grid-template-columns: clamp(225px, 24vw, 270px) minmax(0, 1fr);
}

.ftcp-image-wrap.ftcp-image-landscape {
	width: min(100%, 255px);
}

.ftcp-card.ftcp-card-square {
	grid-template-columns: clamp(165px, 17vw, 188px) minmax(0, 1fr);
}

.ftcp-image-wrap.ftcp-image-square {
	width: min(100%, 178px);
}

.ftcp-image-wrap.ftcp-image-portrait {
	width: min(100%, 164px);
}

/* Container-aware responsive layout */
@container (max-width: 820px) {
	.ftcp-card,
	.ftcp-card.ftcp-card-landscape,
	.ftcp-card.ftcp-card-square {
		grid-template-columns: minmax(118px, 132px) minmax(0, 1fr);
		gap: 18px;
		padding: 18px;
	}

	.ftcp-image-wrap,
	.ftcp-image-wrap.ftcp-image-portrait,
	.ftcp-image-wrap.ftcp-image-square {
		width: min(100%, 142px);
	}

	.ftcp-image-wrap.ftcp-image-landscape {
		width: min(100%, 210px);
	}

	.ftcp-title {
		font-size: clamp(18px, 3.4cqi, 21px);
	}

	.ftcp-description {
		font-size: 15px;
	}
}

@container (max-width: 620px) {
	.ftcp-card,
	.ftcp-card.ftcp-card-landscape,
	.ftcp-card.ftcp-card-square {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 18px 16px;
		text-align: center;
	}

	.ftcp-image-wrap,
	.ftcp-image-wrap.ftcp-image-portrait {
		width: min(100%, 162px);
		margin-inline: auto;
	}

	.ftcp-image-wrap.ftcp-image-square {
		width: min(100%, 162px);
		margin-inline: auto;
	}

	.ftcp-image-wrap.ftcp-image-landscape {
		width: min(100%, 260px);
		margin-inline: auto;
	}

	.ftcp-content,
	.ftcp-description {
		max-width: 100%;
		margin-inline: auto;
	}

	.ftcp-title {
		font-size: clamp(18px, 5.4cqi, 21px);
	}

	.ftcp-actions {
		justify-content: center;
	}

	.ftcp-artwork {
		right: -82px;
		bottom: -88px;
		opacity: 0.14;
	}
}

@container (max-width: 430px) {
	.ftcp-section {
		padding-inline: 6px;
	}

	.ftcp-card,
	.ftcp-card.ftcp-card-landscape,
	.ftcp-card.ftcp-card-square {
		padding: 16px 14px;
	}

	.ftcp-image-wrap,
	.ftcp-image-wrap.ftcp-image-portrait {
		width: min(100%, 142px);
	}

	.ftcp-image-wrap.ftcp-image-square {
		width: min(100%, 150px);
	}

	.ftcp-image-wrap.ftcp-image-landscape {
		width: min(100%, 230px);
	}

	.ftcp-title {
		font-size: 18px;
		line-height: 1.24;
	}

	.ftcp-description {
		font-size: 14px;
	}

	.ftcp-actions,
	.ftcp-button {
		width: 100%;
	}

	.ftcp-button {
		min-height: 43px;
		padding-inline: 14px;
	}
}

/* Viewport fallbacks */
@media (max-width: 900px) {
	.ftcp-card,
	.ftcp-card.ftcp-card-landscape,
	.ftcp-card.ftcp-card-square {
		grid-template-columns: minmax(118px, 132px) minmax(0, 1fr);
		gap: 18px;
		padding: 18px;
	}

	.ftcp-image-wrap,
	.ftcp-image-wrap.ftcp-image-portrait,
	.ftcp-image-wrap.ftcp-image-square {
		width: min(100%, 142px);
	}

	.ftcp-image-wrap.ftcp-image-landscape {
		width: min(100%, 210px);
	}
}

@media (max-width: 640px) {
	.ftcp-card,
	.ftcp-card.ftcp-card-landscape,
	.ftcp-card.ftcp-card-square {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 18px 16px;
		text-align: center;
	}

	.ftcp-image-wrap,
	.ftcp-image-wrap.ftcp-image-portrait {
		width: min(100%, 162px);
		margin-inline: auto;
	}

	.ftcp-image-wrap.ftcp-image-square {
		width: min(100%, 162px);
		margin-inline: auto;
	}

	.ftcp-image-wrap.ftcp-image-landscape {
		width: min(100%, 260px);
		margin-inline: auto;
	}

	.ftcp-content,
	.ftcp-description {
		max-width: 100%;
		margin-inline: auto;
	}

	.ftcp-actions {
		justify-content: center;
	}

	.ftcp-artwork {
		right: -82px;
		bottom: -88px;
		opacity: 0.14;
	}
}

@media (max-width: 440px) {
	.ftcp-section {
		padding-inline: 6px;
	}

	.ftcp-card,
	.ftcp-card.ftcp-card-landscape,
	.ftcp-card.ftcp-card-square {
		padding: 16px 14px;
	}

	.ftcp-image-wrap,
	.ftcp-image-wrap.ftcp-image-portrait {
		width: min(100%, 142px);
	}

	.ftcp-image-wrap.ftcp-image-square {
		width: min(100%, 150px);
	}

	.ftcp-image-wrap.ftcp-image-landscape {
		width: min(100%, 230px);
	}

	.ftcp-title {
		font-size: 18px;
		line-height: 1.24;
	}

	.ftcp-description {
		font-size: 14px;
	}

	.ftcp-actions,
	.ftcp-button {
		width: 100%;
	}

	.ftcp-button {
		min-height: 43px;
		padding-inline: 14px;
	}
}


/* v1.3.2: clean frameless image presentation. */
.ftcp-image-wrap,
.elementor .ftcp-image-wrap {
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
}
.ftcp-image-wrap .ftcp-image {
	border: 0 !important;
	box-shadow: none !important;
}


/* v1.3.3: square image corners. */
.ftcp-image-wrap,
.ftcp-image-wrap .ftcp-image,
.elementor .ftcp-image-wrap,
.elementor .ftcp-image-wrap .ftcp-image {
	border-radius: 0 !important;
}
