/* ── Homepage bandeau slider ── */
.mmf-home-slider {
	width: min(var(--mmf-layout-shell-max, 1180px), calc(100% - 1rem));
	margin: clamp(0.5rem, 2vw, 1.25rem) auto clamp(1.5rem, 4vw, 3rem);
	--mmf-slider-height: 360px;}
.mmf-home-slider__viewport {
	overflow: hidden;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(30, 34, 68, 0.08);
	box-shadow:
		0 22px 58px rgba(30, 34, 68, 0.12),
		0 1px 0 rgba(255, 255, 255, 0.86) inset;
	touch-action: pan-y;}
.mmf-home-slider__track {
	display: flex;
	width: 100%;
	transition: transform 520ms ease;
	will-change: transform;}
.mmf-home-slider__slide {
	flex: 0 0 100%;
	margin: 0;}
.mmf-home-slider__media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: min(var(--mmf-slider-height), 58vw);
	min-height: 190px;
	background: #fff;
	text-decoration: none;}
.mmf-home-slider__media:focus-visible {
	outline: 3px solid rgba(238, 111, 92, 0.52);
	outline-offset: -3px;}
.mmf-home-slider__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	user-select: none;
	-webkit-user-drag: none;}
.mmf-home-slider__controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 0.8rem;}
.mmf-home-slider__button,
.mmf-home-slider__dot {
	border: 1px solid rgba(30, 34, 68, 0.14);
	background: rgba(255, 255, 255, 0.94);
	color: #1E2244;
	cursor: pointer;
	box-shadow: 0 8px 18px rgba(30, 34, 68, 0.08);}
.mmf-home-slider__button {
	width: 42px;
	height: 42px;
	border-radius: 8px;
	font-size: 1.55rem;
	font-weight: 800;
	line-height: 1;}
.mmf-home-slider__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 42px;
	padding: 0 0.25rem;}
.mmf-home-slider__dot {
	width: 11px;
	height: 11px;
	padding: 0;
	border-radius: 999px;
	transition: width 180ms ease, background-color 180ms ease, border-color 180ms ease;}
.mmf-home-slider__dot.is-active {
	width: 28px;
	background: #EE6F5C;
	border-color: #EE6F5C;}
.mmf-home-slider__button:focus-visible,
.mmf-home-slider__dot:focus-visible {
	outline: 3px solid rgba(238, 111, 92, 0.42);
	outline-offset: 3px;}
@media (max-width: 781px) {
	.mmf-home-slider {
		width: 100%;
		margin: 0.25rem auto 1.5rem;
		padding-inline: 0.75rem;
		box-sizing: border-box;}
	.mmf-home-slider__viewport {
		border-radius: 8px;
		box-shadow: 0 16px 38px rgba(30, 34, 68, 0.1);}
	.mmf-home-slider__media {
		height: clamp(190px, 60vw, 320px);
		min-height: 180px;}
	.mmf-home-slider__controls {
		gap: 0.55rem;
		margin-top: 0.65rem;}
	.mmf-home-slider__button {
		width: 40px;
		height: 40px;
		font-size: 1.4rem;}
	.mmf-home-slider__dots {
		flex: 1 1 auto;
		min-width: 0;}}
@media (prefers-reduced-motion: reduce) {
	.mmf-home-slider__track,
	.mmf-home-slider__dot {
		transition: none;}}
