/**
 * Tour detail page hero — Figma node 197:1111
 * Desktop frame: 1920×482px
 */

.tour-detail-hero {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-height: 482px;
	margin-top: 0 !important;
	margin-block-start: 0 !important;
	background-color: #1a1a1a;
	background-image: var(--tour-detail-hero-background-image);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.tour-detail-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: rgba(0, 0, 0, 0.3);
	pointer-events: none;
}

.tour-detail-hero__container {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	width: 100%;
	max-width: var(--wp--custom--layout--wide-size, 1920px);
	min-height: 482px;
	margin: 0 auto;
	padding: 0 105px 119px;
}

.tour-detail-hero__breadcrumbs {
	position: absolute;
	top: 40px;
	left: 105px;
	right: 105px;
	display: flex;
	justify-content: flex-start;
	margin: 0;
}

.tour-detail-hero__breadcrumbs .tours-grid-section__breadcrumbs-list {
	gap: 8px;
}

.tour-detail-hero__breadcrumbs .tours-grid-section__breadcrumbs-item {
	font-family: var(--wp--preset--font-family--inter), Inter, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	color: #ffffff;
}

.tour-detail-hero__breadcrumbs .tours-grid-section__breadcrumbs-link {
	color: #ffffff;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.tour-detail-hero__breadcrumbs .tours-grid-section__breadcrumbs-link:hover,
.tour-detail-hero__breadcrumbs .tours-grid-section__breadcrumbs-link:focus-visible {
	color: #ffffff;
	opacity: 0.8;
}

.tour-detail-hero__breadcrumbs .tours-grid-section__breadcrumbs-current {
	color: #ffffff;
}

.tour-detail-hero__breadcrumbs .tours-grid-section__breadcrumbs-separator svg path {
	fill: #ffffff;
}

.tour-detail-hero__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 100%;
	max-width: 969px;
	margin: 0 auto;
	padding-top: 200px;
	text-align: center;
}

.tour-detail-hero__subtitle {
	margin: 0;
	font-family: var(--wp--preset--font-family--imperial-script), "Imperial Script", cursive;
	font-size: 60px;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffc81e;
	text-transform: none;
}

.tour-detail-hero__title {
	margin: 0;
	max-width: 100%;
	font-family: var(--wp--preset--font-family--inter), Inter, sans-serif;
	font-size: clamp(1.5rem, 3.5vw, 3rem);
	font-weight: 600;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	color: #ffffff;
	text-transform: uppercase;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
	hyphens: auto;
}

@media (max-width: 768px) {
	.tour-detail-hero {
		min-height: auto;
	}

	.tour-detail-hero__container {
		min-height: auto;
		padding: 0 20px 56px;
	}

	.tour-detail-hero__content {
		gap: 16px;
		max-width: 100%;
		padding-top: 120px;
	}

	.tour-detail-hero__subtitle {
		font-size: 48px;
		line-height: 1.1;
	}

	.tour-detail-hero__title {
		font-size: clamp(1.5rem, 7vw, 2.25rem);
		line-height: 1.35;
		max-width: 100%;
	}
}

@media (max-width: 480px) {
	.tour-detail-hero__subtitle {
		font-size: 38px;
	}

	.tour-detail-hero__title {
		font-size: clamp(1.375rem, 7vw, 1.75rem);
	}
}
