/* MuseConnect hero — full-bleed + map pins + modern search */

.mc-hero--bleed {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 0;
	margin-bottom: 40px;
	min-height: clamp(400px, 56vh, 540px);
	display: flex;
	align-items: center;
	overflow: hidden;
	background: #e8eef0;
	color: #141816;
	font-family: inherit;
	box-sizing: border-box;
}

.mc-hero--bleed *,
.mc-hero--bleed *::before,
.mc-hero--bleed *::after {
	box-sizing: border-box;
}

.mc-hero__map {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 0;
}

.mc-hero__shade {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(105deg, rgba(232, 238, 240, 0.94) 0%, rgba(232, 238, 240, 0.72) 42%, rgba(232, 238, 240, 0.35) 100%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.2), transparent 40%);
}

.mc-hero--photo {
	background-color: #1c1917;
	background-image: var(--mc-hero-image);
	background-size: cover;
	background-position: center;
}

.mc-hero--photo .mc-hero__map {
	display: none;
}

.mc-hero--photo .mc-hero__shade {
	background: linear-gradient(115deg, rgba(20, 24, 22, 0.82) 0%, rgba(20, 24, 22, 0.5) 55%, rgba(20, 24, 22, 0.28) 100%);
}

.mc-hero--photo .mc-hero__kicker,
.mc-hero--photo .mc-hero__title,
.mc-hero--photo .mc-hero__subtitle {
	color: #fafaf9;
}

.mc-hero--photo .mc-hero__kicker {
	color: rgba(250, 250, 249, 0.65);
}

.mc-hero--photo .mc-hero__subtitle {
	color: rgba(250, 250, 249, 0.78);
}

.mc-hero__inner {
	position: relative;
	z-index: 2;
	width: min(720px, calc(100% - 2.5rem));
	margin: 0 auto;
	padding: clamp(3rem, 8vw, 5rem) 0;
}

.mc-hero__kicker {
	margin: 0 0 0.9rem;
	font-size: 0.72rem;
	font-weight: 650;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #5c6b6e;
}

.mc-hero__title {
	margin: 0;
	font-size: clamp(2.2rem, 5.8vw, 3.5rem);
	line-height: 1.06;
	font-weight: 700;
	letter-spacing: -0.035em;
	color: #141816;
	max-width: 12ch;
}

.mc-hero__subtitle {
	margin: 1rem 0 0;
	font-size: clamp(1.05rem, 2.1vw, 1.18rem);
	line-height: 1.55;
	font-weight: 450;
	color: #4a5557;
	max-width: 38ch;
}

.mc-hero-search {
	position: relative;
	margin-top: 1.85rem;
	max-width: 560px;
}

.mc-hero-search__field {
	display: flex;
	align-items: stretch;
	background: #ffffff;
	border-radius: 16px;
	border: 1px solid rgba(20, 24, 22, 0.1);
	overflow: hidden;
	box-shadow:
		0 1px 2px rgba(20, 24, 22, 0.04),
		0 16px 40px rgba(20, 24, 22, 0.1);
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.mc-hero-search__field:focus-within {
	border-color: rgba(20, 24, 22, 0.28);
	box-shadow:
		0 1px 2px rgba(20, 24, 22, 0.04),
		0 18px 44px rgba(20, 24, 22, 0.14);
}

.mc-hero-search__field input {
	flex: 1;
	border: 0;
	outline: none;
	min-width: 0;
	padding: 1.05rem 1.2rem;
	font-size: 1.02rem;
	font-weight: 500;
	color: #141816;
	background: transparent;
}

.mc-hero-search__field input::placeholder {
	color: #8b9597;
	font-weight: 450;
}

.mc-hero-search__field button {
	border: 0;
	cursor: pointer;
	margin: 6px;
	padding: 0 1.25rem;
	border-radius: 12px;
	font-size: 0.95rem;
	font-weight: 700;
	color: #fff;
	background: #141816;
	white-space: nowrap;
	transition: background 0.15s ease, transform 0.15s ease;
}

.mc-hero-search__field button:hover {
	background: #000;
	transform: translateY(-1px);
}

.mc-hero-suggest {
	background: #fff;
	border: 1px solid #e7e5e4;
	border-radius: 14px;
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.14);
	color: #141816;
}

.mc-hero .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.entry-content .mc-hero--bleed,
.elementor-widget-container .mc-hero--bleed,
.elementor-shortcode .mc-hero--bleed {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-bottom: 40px;
}

@media (max-width: 640px) {
	.mc-hero__inner {
		width: min(100% - 1.5rem, 720px);
	}

	.mc-hero-search__field {
		border-radius: 14px;
	}
}
