/* Concept homepage only — keeps brand tokens from style.css */

.concept-home__badge {
	position: relative;
	z-index: 100;
	text-align: center;
	padding: 10px 16px;
	background: var(--yellowColor);
	color: var(--mainColor);
	font-family: StolzlBook, Stolzl, sans-serif;
	font-size: 13px;
	line-height: 1.3;
}

.concept-home__hero .first__body,
.concept-home__hero-body {
	padding-top: 72px;
}

@media (min-width: 768px) {
	.concept-home__hero .first__body,
	.concept-home__hero-body {
		padding-top: 110px;
	}
}

.concept-home__hero .first__title {
	max-width: 16ch;
	margin-left: auto;
	margin-right: auto;
}

.concept-home__hero .first__subtitle {
	max-width: 22ch;
	margin-left: auto;
	margin-right: auto;
}

.concept-home__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 28px;
}

.concept-home__cta .button {
	min-width: 200px;
}

.concept-home__intent-sub {
	display: block;
	margin-top: 6px;
	font-family: StolzlBook, Stolzl, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	opacity: 0.95;
	text-shadow: 0 1px 2px rgba(6, 20, 40, 0.4);
}

.concept-home__intent-title {
	display: inline-flex;
	align-items: center;
	gap: 14px;
}

.concept-home__intent-title .cat-icon {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
}

.concept-home__more {
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.concept-home__booking-tabs {
	max-width: 100%;
	margin-top: 28px;
}

.concept-home__cats {
	display: flex;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	border-radius: 10px;
	background-color: var(--darkBlue);
}

.concept-home__cats .first__tabstitle {
	flex: 1 0 auto;
	min-width: 110px;
	white-space: nowrap;
	padding-left: 14px;
	padding-right: 14px;
	text-decoration: none;
	border-radius: 0;
	gap: 10px;
}

.cat-icon {
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	display: block;
	object-fit: contain;
}

img.cat-icon {
	max-width: 30px;
}

img.cat-icon--lg {
	flex: 0 0 36px;
	width: 36px;
	height: 36px;
	max-width: 36px;
}

img.cat-icon--sm {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	max-width: 24px;
}

.cat-label {
	display: inline;
}

.first__tabstitle {
	gap: 10px;
}

.concept-home__cats .first__tabstitle:first-child {
	border-radius: 10px 0 0 10px;
}

.concept-home__cats .first__tabstitle:last-child {
	border-radius: 0 10px 10px 0;
}

.concept-home__cats .first__tabstitle:hover {
	background-color: var(--lightBlue);
	color: var(--whiteColor);
}

.concept-home__booking-preview {
	margin-top: 24px;
}

.cruises__empty {
	padding: 24px;
	border-radius: 20px;
	background: var(--whiteColor);
	font-family: StolzlBook, Stolzl, sans-serif;
	color: var(--lightGray);
}

.cruises__prods .product-item__image {
	position: relative;
	aspect-ratio: 1;
	min-height: 180px;
}

.cruises__prods .product-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cruises__prods .product-item__right {
	padding: 16px;
}

.concept-home__booking-content {
	background: transparent;
	border-radius: 0 0 20px 20px;
	padding: 24px 0 0;
}

.concept-home__booking .first__tabsnavigation {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.concept-home__booking .first__tabstitle {
	flex: 1 0 auto;
	min-width: 110px;
	white-space: nowrap;
	padding-left: 14px;
	padding-right: 14px;
}

.concept-home__booking-panel .poproutes__body {
	margin-top: 0;
}

.concept-home__soon {
	display: inline-flex;
	margin-bottom: 16px;
	padding: 8px 12px;
	border-radius: 10px;
	background: var(--lightBlue5);
	color: var(--darkBlue);
	font-family: StolzlBook, Stolzl, sans-serif;
	font-size: 13px;
}

.concept-home__intents {
	display: grid !important;
	grid-template-columns: 1fr;
	gap: 10px;
}

.concept-home__intents .moodwalk__item {
	flex: none !important;
	width: 100%;
	margin-bottom: 0 !important;
	aspect-ratio: 355 / 220;
	position: relative;
}

.concept-home__intents .moodwalk__item::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	border-radius: 20px;
	pointer-events: none;
	background: linear-gradient(
		180deg,
		rgba(6, 20, 40, 0.72) 0%,
		rgba(6, 20, 40, 0.35) 42%,
		rgba(6, 20, 40, 0.08) 70%,
		rgba(6, 20, 40, 0) 100%
	);
}

.concept-home__intents .moodwalk__text {
	position: relative;
	z-index: 2;
	text-shadow: 0 1px 2px rgba(6, 20, 40, 0.45);
}

.concept-home__placeholder .product-item__image {
	position: relative;
	aspect-ratio: 1;
	min-height: 180px;
}

.concept-home__placeholder .product-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.concept-home__placeholder .product-item__right {
	padding: 16px;
	width: 100%;
}

@media (min-width: 47.99875em) {
	.concept-home__intents {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.concept-home__intents .moodwalk__item {
		aspect-ratio: 650 / 280;
	}
}

@media (min-width: 61.99875em) {
	.concept-home__intents {
		grid-template-columns: repeat(3, 1fr);
	}
}

.concept-home__partners .waterwalk__text {
	font-family: StolzlBook, Stolzl, sans-serif;
}

.concept-home__partners .waterwalk__text p:not(:last-child) {
	margin-bottom: 12px;
}

.concept-home__partners .button {
	margin-top: 20px;
}

/* Motion — float while keeping brand polaroid angles */
@keyframes concept-float-1 {
	0%, 100% { transform: rotate(-6.02deg) translateY(0); }
	50% { transform: rotate(-6.02deg) translateY(-10px); }
}
@keyframes concept-float-2 {
	0%, 100% { transform: rotate(20.06deg) translateY(0); }
	50% { transform: rotate(20.06deg) translateY(-8px); }
}
@keyframes concept-float-3 {
	0%, 100% { transform: rotate(-20.5deg) translateY(0); }
	50% { transform: rotate(-20.5deg) translateY(-12px); }
}
@keyframes concept-float-4 {
	0%, 100% { transform: rotate(-8.7deg) translateY(0); }
	50% { transform: rotate(-8.7deg) translateY(-9px); }
}
@keyframes concept-float-5 {
	0%, 100% { transform: rotate(8.02deg) translateY(0); }
	50% { transform: rotate(8.02deg) translateY(-11px); }
}

@media (min-width: 61.99875em) {
	.first__image-1.concept-home__float { animation: concept-float-1 6s ease-in-out infinite; }
	.first__image-2.concept-home__float { animation: concept-float-2 7s ease-in-out infinite 0.4s; }
	.first__image-3.concept-home__float { animation: concept-float-3 5.2s ease-in-out infinite 0.8s; }
	.first__image-4.concept-home__float { animation: concept-float-4 6.4s ease-in-out infinite 0.2s; }
	.first__image-5.concept-home__float { animation: concept-float-5 5.8s ease-in-out infinite 0.6s; }
}

@keyframes concept-rise {
	from { opacity: 0; transform: translateY(18px); }
	to { opacity: 1; transform: translateY(0); }
}

.concept-home__reveal {
	animation: concept-rise 0.7s ease both;
}

.concept-home__reveal:nth-of-type(2) { animation-delay: 0.05s; }
.concept-home__reveal:nth-of-type(3) { animation-delay: 0.1s; }

.moodwalk__item img {
	transition: transform 0.45s ease;
}

.moodwalk__item:hover img {
	transform: scale(1.04);
}

.cozyhotels__item:hover img {
	transform: scale(1.04);
}

.concept-home #concept-stay.cozyhotels {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (min-width: 47.99875em) {
	.concept-home #concept-stay.cozyhotels {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.concept-home__partners.waterwalk {
	padding-bottom: 40px;
}

@media (min-width: 47.99875em) {
	.concept-home__partners.waterwalk {
		padding-bottom: 60px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.concept-home__float,
	.concept-home__reveal {
		animation: none !important;
	}
	.moodwalk__item:hover img,
	.cozyhotels__item:hover img {
		transform: none;
	}
}

@media (max-width: 61.99875em) {
	.concept-home__cta .button {
		width: 100%;
	}
}

.cruises--after-header {
	padding-top: 56px;
}

@media (min-width: 768px) {
	.cruises--after-header {
		padding-top: 80px;
	}
}

.cruises__more--scroll {
	display: block;
	margin: 28px auto 8px;
	min-width: 200px;
}
