/* ===== MAIN ===== */

main {
	background: #f7f8fa;
	color: #0f172a;
}

/* ===== CONTAINER ===== */

.container {
	width: min(1400px, calc(100% - 30px));
	margin-inline: auto;
}

.container.horiz {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}
@media (max-width: 900px) {
	.container.horiz {
		gap: 0;
		flex-direction: column;
	}
}

/* ===== TYPOGRAPHY ===== */

.eyebrow,
.section-heading span,
.featured-content>span,
.sunset-experience>.container>span {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #b48b3c;
	margin-bottom: 1rem;
}

.section-heading {
	max-width: 770px;
	margin-bottom: 4rem;
}
@media (max-width: 768px) {
	.section-heading {
		margin-bottom: 2rem;
	}
}

.section-heading h2,
.featured-content h2,
.sunset-experience h2 {
	font-size: clamp(1.5rem, 5vw, 3.2rem);
	line-height: 1.05;
	font-weight: 600;
	letter-spacing: -0.04em;
	margin-bottom: 1rem;
}

.section-heading p,
.featured-content p,
.sunset-experience p {
	font-size: 1.05rem;
	line-height: 1.5;
	color: #dddddd;
}

/* ===== HERO ===== */

.tour-hero {
	height: calc(100vh - var(--header-height) - 400px);
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	background: linear-gradient(rgba(4, 14, 28, 0.45), rgba(4, 14, 28, 0.55)), url("/assets/yacht_hero.webp") center/cover;
}

.tour-hero .container {
	max-width: 1400px;
}

.tour-hero h1 {
	font-size: clamp(1.5rem, 8vw, 4rem);
	line-height: 0.95;
	font-weight: 600;
	color: #fff;
	margin-bottom: 1.5rem;
	font-family: Libre_Baskerville;
}

.tour-hero p {
	max-width: 650px;
	font-size: clamp(.9rem, 4vw, 1.2rem);
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.85);
}

/* ===== SECTIONS ===== */

.included,
.destination-section,
.transfer-section,
.sunset-experience {
	padding: 8rem 0;
}

.featured-tour {
	padding: 10rem 0;
}

/* ===== FEATURES ===== */

.features-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
}

.features-grid article {
	background: #fff;
	padding: 2rem;
	border-radius: 24px;
	border: 1px solid rgba(15, 23, 42, 0.08);
	transition: box-shadow 0.35s ease;
	box-shadow: 0 0 4px 2px #eeeeee;
}

.svg-container {
	display: flex;
	width: fit-content;
	background-color: #b58b3d38;
	aspect-ratio: 1;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}

.svg-container svg {
	width: 30px;
	height: 30px;
	padding: 18px;
	fill: #b58b3d;
}

.features-grid article:hover {
	box-shadow: 0 30px 60px rgba(15, 23, 42, 0.08);
}

.features-grid h3 {
	font-size: clamp(.9rem, 4vw, 1.1rem);
	margin-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing: .07em;
}

.features-grid p {
	color: #64748b;
	font-size: clamp(.8rem, 4vw, 1rem);
	line-height: 1.4;
}

/* ===== DESTINATIONS ===== */

.destination-section.dark {
	background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("/assets/destinations/sounion.webp") center/cover;
	color: white;
}

.destination-section.dark p,
.destination-section.dark .route {
	color: rgba(255, 255, 255, 0.7);
}

.tour-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
}
.tour-grid > :nth-child(3) {
	grid-column: 1 / -1;
}

.tour-card {
	position: relative;
	background: white;
	padding: 2.5rem;
	border-radius: 28px;
	overflow: hidden;
}

.destination-section.dark .tour-card {
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(20px);
}
.destination-section .section-heading p {
	color: #707d90;
}

.tour-number {
	display: block;
	font-size: 4rem;
	font-weight: 700;
	color: rgb(180 139 60 / 49%);
	margin-bottom: 1rem;
	line-height: 1;
	margin-bottom: 30px;
}

.tour-card h3 {
	font-size: 1.3rem;
	margin-bottom: 1rem;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 500;
}

.route {
	margin-bottom: 1.25rem;
	font-size: 0.95rem;
	font-weight: 600;
	color: #475569;
}

.tour-card p {
	line-height: 1.8;
	color: #64748b;
	margin-bottom: 0;
}

.destination-section.dark .tour-card p {
	color: rgba(255, 255, 255, 0.75);
}

/* ===== FEATURED TOUR ===== */

.featured-tour {
	position: relative;
	width: 100%;
	background:
		linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
		url("/assets/destinations/saronic.webp") center/cover;
}
.featured-tour.myk {
	background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("/assets/destinations/mykonos.webp") center/cover;
}


.featured-content {
	color: white;
}

.featured-content h2 {
	color: white;
}

.route.large {
	font-size: 1.15rem;
	color: rgba(255, 255, 255, 0.85);
	margin: 2rem 0;
}

.highlights {
	margin-top: 4rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.highlights div {
	padding: 2rem;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(16px);
}

.highlights h4 {
	margin-bottom: 0.75rem;
	font-size: 1.2rem;
	color: white;
	margin-top: 0;
}

.highlights p {
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 0;
}

/* ===== TRANSFERS ===== */

.transfer-card {
	background: white;
	padding: 3rem;
	border-radius: 32px;
	box-shadow: 0 30px 80px rgba(15, 23, 42, 0.08);
}

.transfer-card h3 {
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 1.5rem;
	margin-top: 0;
}

.transfer-card p {
	line-height: 1.9;
	color: #64748b;
}

/* ===== SUNSET ===== */

.sunset-experience {
	text-align: center;
	background: linear-gradient(180deg, #fff7ec 0%, #fff2df 100%);
	margin-bottom: 20px;
	width: 100%;
	max-width: 850px;
}

.sunset-experience .container {
	max-width: 850px;
}

.sunset-experience .lead {
	font-size: 1.35rem;
	color: #1e293b;
	margin-bottom: 2rem;
}

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

@media (max-width: 1100px) {

	.features-grid,
	.tour-grid,
	.highlights {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.tour-hero {
		min-height: 75vh;
	}

	.included,
	.destination-section,
	.featured-tour,
	.transfer-section,
	.sunset-experience {
		padding: 5rem 0;
	}

	.features-grid,
	.tour-grid,
	.highlights {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.tour-card,
	.transfer-card {
		padding: 1.2rem;
	}
	.features-grid article{
		padding: 1rem;
	}

	.tour-card p {
		line-height: 1.4;
	}
	.route {
		font-size: 0.85rem;
	}

	.tour-number {
		font-size: 3rem;line-height: 1;
		margin-bottom: 20px;

	}
}

/* ~~~~~~~~~ */

.sunset-photo-container {
	width: 500px;
	border-radius: 30px;
	box-shadow: 0 0 10px 2px #dfdfdf;
	overflow: hidden;
	height: 400px;
	flex-shrink: 0;
}
@media (max-width: 540px) {
	.sunset-photo-container {
		width: 100%;
	}

}

.sunset-photo-container img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}