.profile-section__title {
	margin: 0 0 48px;
}
.page-equipe .feature {
	min-height: fit-content;
}
.profile-slider {
	position: relative;
}
.profile-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: stretch;
	width: 100%;
}
.profile-main {
	display: flex;
	flex-direction: column;
}
.profile-card {
	display: flex;
	align-items: flex-end;
	gap: 36px;
}
.profile-card__media {
	flex: 0 0 260px;
}
.profile-card__media img {
	width: 260px;
	height: 420px;
	object-fit: cover;
	display: block;
}
.profile-card__name {
	font-size: 25px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}
.profile-card__body .separator {
	width: 80%;
	background: var(--navy);
	margin: 18px 0;
}
.profile-card__role {
	margin: 0 0 16px;
	font-size: 22px;
}
.profile-card__text {
	margin: 0 0 20px;
	font-size: 0.9rem;
	color: var(--navy);
}
.profile__video {
	position: relative;
}
.video-thumb {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: auto;
	width: 70%;
	background-size: cover;
	background-position: center;
}
.video-thumb__play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: none;
	background: var(--white);
	cursor: pointer;
}
.video-thumb__play::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 54%;
	transform: translate(-50%, -50%);
	border-style: solid;
	border-width: 11px 0 11px 18px;
	border-color: transparent transparent transparent var(--orange);
}
.brand-band {
	background: #fff;
}
.brand-band__sticky {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70vh;
	padding: 0 var(--gutter);
}
.brand-band__stage {
	width: 100%;
	text-align: center;
}
.brand-band__word {
	margin: 0;
	font-size: clamp(46px, 7.5vw, 104px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: var(--navy);
	white-space: nowrap;
}
.brand-band.is-enhanced {
	position: relative;
	height: 300vh;
}
.brand-band.is-enhanced .brand-band__sticky {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	min-height: 0;
	overflow: hidden;
	display: block;
}
.brand-band.is-enhanced.is-pin-fixed .brand-band__sticky {
	position: fixed;
}
.brand-band.is-enhanced.is-pin-bottom .brand-band__sticky {
	top: auto;
	bottom: 0;
}
.brand-band.is-enhanced .brand-band__stage {
	position: absolute;
	inset: 0;
	padding: 0 var(--gutter);
}
.brand-band.is-enhanced .brand-band__word {
	position: absolute;
	left: var(--gutter);
	right: var(--gutter);
	top: 50%;
	opacity: 0;
	transform: translateY(-50%) translateY(52px);
	transition: opacity 0.5s ease, transform 0.5s ease;
	will-change: opacity, transform;
}
.brand-band.is-enhanced .brand-band__word.is-active {
	opacity: 1;
	transform: translateY(-50%) translateY(0);
}
.brand-band.is-enhanced .brand-band__word.is-past {
	opacity: 0;
	transform: translateY(-50%) translateY(-52px);
}
.page-equipe .axis-card {
	background: #f6653c;
	color: var(--white);
	opacity: 1;
}
.page-equipe .axis-card:nth-child(even) {
	background: #f88f71;
}
.page-equipe .axis-card:nth-child(3n) {
	background: #f6653c;
	opacity: 0.85;
}
.page-equipe .axis-card .icon-arrow {
	background-color: var(--white);
}
.page-equipe .axis-card .separator {
	background: rgba(255, 255, 255, 1);
}
.page-equipe .axis-card__text {
	color: rgba(255, 255, 255, 1);
}

.profile-nav {
	margin-top: 40px;
	justify-content: flex-end;
}
.video-thumb {
	display: block;
}
.team-gallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 190px;
	grid-auto-flow: dense;
	gap: 14px;
}
.team-gallery__item {
	margin: 0;
	overflow: hidden;
	background: #ece6dc;
}
.team-gallery__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}
.team-gallery__item:hover img {
	transform: scale(1.05);
}
.team-gallery__item:nth-child(3) {
	grid-column: span 2;
	grid-row: span 2;
}
.team-gallery__item:nth-child(6) {
	grid-column: span 2;
}

.profile__video {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.video-slider {
	position: relative;
	width: 100%;
}
.video-slider__track {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 10;
	overflow: hidden;
}
.video-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
}
.video-slide.is-active {
	opacity: 1;
	visibility: visible;
}
.video-slider__nav {
	display: flex;
	gap: 22px;
	margin-top: 18px;
	justify-content: flex-end;
}
.video-slider__arrow {
	width: fit-content;
	padding: 0;
	height: 44px;
	border-radius: 0;
	border: 0;
	background: #fff;
	color: var(--navy);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color 0.2s ease, color 0.2s ease;
}
.video-slider__arrow .icon-arrow {
	background-color: var(--navy);
	opacity: 0.55;
}
.video-slider__arrow:hover .icon-arrow {
	background-color: var(--navy);
	opacity: 1;
}
.video-slider__arrow--prev .icon-arrow {
	transform: rotate(180deg);
}
.video-slider__nav .icon-arrow--inline {
	width: 26px;
	height: 26px;
}
.team-photo-band {
	width: 100%;
}
.team-photo-band__media {
	display: block;
	width: 100%;
	height: auto; /* image entière, pleine largeur, sans recadrage */
}

@media screen and (max-width: 1080px) {
	.profile-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.axis-card:nth-child(4) .axis-card__text {
		color: white;
	}
	.brand-band {
		display: none;
	}
	.profile-card {
		margin-top: 30px;
		flex-direction: column;
	}
	.profile__video {
		aspect-ratio: auto;
	}
	.profile-card__media img, .profile__video {
		height: 400px;
	}
	.profile-card__media {
		flex: 1;
	}
	.profile-card__body, .profile-card__media img, .profile-card__media, .video-thumb {
		width: 100%;
	}
	.video-slider__nav {
		justify-content: center;
	}
	.video-slider__track {
		aspect-ratio: 1;
	}
	.profile-card__text {
		font-size: 18px;
	}
	.section__header {
		margin-bottom: 30px;
	}
	.team-gallery {
		grid-template-columns: repeat(3, 1fr);
		grid-auto-rows: 170px;
	}
	.profile__video {
		height: auto !important;
	}
	.page-equipe .hero__media {
		background-position: right;
	}
	.profile-section__title {
	    margin: 0;
	}
}

@media screen and (max-width: 680px) {
	.profile-card {
		flex-direction: column;
		align-items: flex-start;
	}
	.team-gallery {
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
		gap: 12px;
	}
	.team-gallery__item {
		aspect-ratio: 16 / 9;
	}
	.team-gallery__item:nth-child(3), .team-gallery__item:nth-child(6) {
		grid-column: auto;
		grid-row: auto;
	}
}