﻿:root {
	--ftcck-cream: #fffaf7;
	--ftcck-white: #ffffff;
	--ftcck-navy: #12345b;
	--ftcck-pink: #f2537d;
	--ftcck-blush: #fff0f3;
	--ftcck-text: #435064;
	--ftcck-border: #f5dce3;
}

.ftcck-page,
.ftcck-page * { box-sizing: border-box; }

.ftcck-page {
	--ftcck-gap: 68px;
	display: flex;
	flex-direction: column;
	gap: var(--ftcck-gap);
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	color: var(--ftcck-text);
	font-family: Arial, sans-serif;
}

.ftcck-section { position: relative; width: 100%; }

.ftcck-hero {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	align-items: center;
	padding: clamp(34px, 6vw, 84px);
	background: var(--ftcck-cream);
}

.ftcck-hero__content { position: relative; z-index: 2; min-width: 0; }

.ftcck-eyebrow {
	margin-bottom: 18px;
	color: var(--ftcck-pink);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.ftcck-hero__heading,
.ftcck-section-heading,
.ftcck-item__title {
	margin-top: 0;
	color: var(--ftcck-navy);
	font-family: Georgia, serif;
	font-weight: 500;
}

.ftcck-hero__heading {
	margin-bottom: 28px;
	font-size: clamp(46px, 5.3vw, 78px);
	line-height: 1.03;
}

.ftcck-description { font-size: 16px; line-height: 1.7; }
.ftcck-description > :last-child { margin-bottom: 0; }
.ftcck-hero .ftcck-description { max-width: 530px; }

.ftcck-buttons { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }

.ftcck-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 14px 26px;
	border: 2px solid transparent;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: .2s ease;
}

.ftcck-button:hover { transform: translateY(-2px); }
.ftcck-button--primary { border-color: var(--ftcck-pink); background: var(--ftcck-pink); color: var(--ftcck-white); }
.ftcck-button--secondary { border-color: var(--ftcck-pink); background: transparent; color: var(--ftcck-pink); }

.ftcck-image,
.ftcck-image img { display: block; width: 100%; max-width: 100%; }
.ftcck-image { overflow: hidden; }
.ftcck-image img { height: 100%; object-fit: cover; }

.ftcck-hero__image {
	position: relative;
	min-height: 510px;
	border-radius: 34% 28% 33% 20%;
	box-shadow: 24px 16px 0 rgba(242, 83, 125, .1);
}
.ftcck-hero__image img { height: 510px; }

.ftcck-section-heading {
	margin-bottom: 32px;
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.12;
}

.ftcck-ship,
.ftcck-ages { padding-inline: clamp(20px, 6vw, 88px); }
.ftcck-ship > .ftcck-section-heading,
.ftcck-ages > .ftcck-section-heading,
.ftcck-planning > .ftcck-section-heading { text-align: center; }

.ftcck-panel {
	padding: 34px;
	border: 1px solid var(--ftcck-border);
	border-radius: 22px;
	background: var(--ftcck-blush);
	box-shadow: 0 12px 30px rgba(18, 52, 91, .05);
}

.ftcck-grid { display: grid; }
.ftcck-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ftcck-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ftcck-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.ftcck-item { min-width: 0; padding: 8px 30px; }
.ftcck-item__title { margin-bottom: 9px; font-size: 24px; line-height: 1.2; }
.ftcck-divided > * + * { border-left: 1px solid rgba(242, 83, 125, .28); }

.ftcck-island {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
	gap: clamp(34px, 6vw, 80px);
	align-items: center;
	padding-inline: clamp(20px, 6vw, 88px);
}

.ftcck-island__image {
	border-radius: 26% 18% 24% 18%;
	box-shadow: 14px 12px 0 rgba(242, 83, 125, .09);
}
.ftcck-island__image img { height: 430px; }
.ftcck-island__content .ftcck-description { max-width: 540px; }
.ftcck-text-link { display: inline-flex; margin-top: 22px; color: var(--ftcck-pink); font-weight: 700; text-decoration: none; }

.ftcck-itinerary {
	padding-inline: clamp(20px, 10vw, 150px);
	text-align: center;
}

.ftcck-itinerary .ftcck-grid {
	max-width: 920px;
	margin-inline: auto;
}

.ftcck-age__number {
	margin-bottom: 10px;
	color: rgba(242, 83, 125, .62);
	font-family: Georgia, serif;
	font-size: 54px;
	line-height: 1;
}

.ftcck-ages .ftcck-item { padding-block: 0; }

.ftcck-planning { margin-inline: clamp(20px, 5vw, 70px); }
.ftcck-planning .ftcck-section-heading { margin-bottom: 20px; font-size: clamp(30px, 3.3vw, 46px); }

.ftcck-cta {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
	align-items: stretch;
	margin-inline: clamp(20px, 4vw, 58px);
	padding: 0;
	overflow: hidden;
}
.ftcck-cta__content { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(30px, 5vw, 66px); }
.ftcck-cta__content .ftcck-section-heading { margin-bottom: 18px; }
.ftcck-cta__content .ftcck-button { margin-top: 26px; }
.ftcck-cta__image { border-radius: 32% 0 0 32%; }
.ftcck-cta__image img { height: 350px; }

@media (max-width: 1024px) {
	.ftcck-page { --ftcck-gap: 50px; }
	.ftcck-hero,
	.ftcck-island,
	.ftcck-cta { grid-template-columns: 1fr; }
	.ftcck-hero__image { margin-top: 36px; border-radius: 28px; }
	.ftcck-island__image { order: 2; }
	.ftcck-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 0; }
	.ftcck-grid--four > :nth-child(3) { border-left: 0; }
	.ftcck-cta__image { border-radius: 30px 30px 0 0; order: -1; }
}

@media (max-width: 767px) {
	.ftcck-page { --ftcck-gap: 38px; }
	.ftcck-hero { padding: 34px 22px; }
	.ftcck-hero__heading { font-size: 43px; }
	.ftcck-hero__image,
	.ftcck-hero__image img { min-height: 330px; height: 330px; }
	.ftcck-grid--three,
	.ftcck-grid--two,
	.ftcck-grid--four { grid-template-columns: 1fr; }
	.ftcck-item { padding: 22px 8px; }
	.ftcck-divided > * + * { border-top: 1px solid rgba(242, 83, 125, .28); border-left: 0; }
	.ftcck-island { padding-inline: 22px; }
	.ftcck-island__image img { height: 300px; }
	.ftcck-planning,
	.ftcck-cta { margin-inline: 12px; }
	.ftcck-panel { padding: 22px; }
	.ftcck-cta { padding: 0; }
	.ftcck-cta__content { padding: 34px 24px; }
	.ftcck-cta__image img { height: 270px; }
}

