/* ── Section Présentation Nutraceutic ── */

.nut-about {
	position: relative;
	padding: clamp(4rem, 8vw, 6.5rem) 0;
	overflow: hidden;
}

.nut-about__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 clamp(1rem, 4vw, 2rem);
}

.nut-about__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(2.5rem, 5vw, 4.5rem);
	align-items: center;
}

/* ── Colonne média ── */

.nut-about__media-frame {
	position: relative;
}

.nut-about__media-accent {
	position: absolute;
	top: -1.25rem;
	left: -1.25rem;
	width: 72%;
	height: 72%;
	background: linear-gradient(135deg, rgba(57, 181, 74, 0.12) 0%, rgba(5, 10, 94, 0.06) 100%);
	border-radius: 1.5rem;
	z-index: 0;
}

.nut-about__figure {
	position: relative;
	z-index: 1;
	margin: 0;
	border-radius: 1.25rem;
	overflow: hidden;
	box-shadow:
		0 4px 6px rgba(5, 10, 94, 0.04),
		0 24px 48px rgba(5, 10, 94, 0.12);
	border: 1px solid rgba(5, 10, 94, 0.06);
	background: var(--nut-surface, #F7F8FC);
}

.nut-about__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	vertical-align: middle;
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.nut-about__figure:hover .nut-about__image {
	transform: scale(1.02);
}

.nut-about__caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.5rem 0.85rem;
	font-size: 0.65rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: center;
	color: rgba(255, 255, 255, 0.9);
	background: linear-gradient(transparent, rgba(5, 10, 94, 0.55));
}

/* Carte vidéo flottante */
.nut-about__video-card {
	position: absolute;
	right: -1rem;
	bottom: -1.5rem;
	z-index: 2;
	width: min(240px, 52%);
	background: #fff;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 12px 40px rgba(5, 10, 94, 0.18);
	border: 1px solid var(--nut-border, #E4E6F0);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nut-about__video-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 48px rgba(5, 10, 94, 0.22);
}

.nut-about__video-thumb {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: var(--nut-navy, #050A5E);
}

.nut-about__video-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0.85;
}

.nut-about__play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(5, 10, 94, 0.25);
	border: none;
	cursor: pointer;
	transition: background 0.25s;
}

.nut-about__play:hover {
	background: rgba(5, 10, 94, 0.4);
}

.nut-about__play span {
	width: 44px;
	height: 44px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	transition: transform 0.25s;
}

.nut-about__play:hover span {
	transform: scale(1.08);
}

.nut-about__play span::after {
	content: '';
	border: 7px solid transparent;
	border-left: 11px solid var(--nut-green, #39B54A);
	margin-left: 4px;
}

.nut-about__video-meta {
	padding: 0.65rem 0.85rem;
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.nut-about__video-label {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-size: 0.8rem;
	color: var(--nut-navy, #050A5E);
}

.nut-about__video-hint {
	font-size: 0.68rem;
	color: var(--nut-text-muted, #5A5A6E);
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

/* ── Colonne contenu ── */

.nut-about__content {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.nut-about__eyebrow {
	display: inline-block;
	font-family: 'Quicksand', sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--nut-green, #39B54A);
	margin-bottom: 0.85rem;
}

.nut-about__title {
	font-family: 'Quicksand', sans-serif;
	font-size: clamp(1.75rem, 3.5vw, 2.5rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--nut-navy, #050A5E);
	margin: 0 0 1.25rem;
	text-align: left;
}

.nut-about__lead {
	font-family: 'Open Sans', sans-serif;
	font-size: clamp(1rem, 1.8vw, 1.08rem);
	line-height: 1.75;
	color: var(--nut-text-muted, #5A5A6E);
	margin: 0 0 1.5rem;
	max-width: 52ch;
}

.nut-about__quote {
	position: relative;
	margin: 0 0 1.75rem;
	padding: 1rem 0 1rem 1.25rem;
	border-left: 3px solid var(--nut-green, #39B54A);
	font-family: 'Quicksand', sans-serif;
	font-size: clamp(1.05rem, 2vw, 1.2rem);
	font-weight: 600;
	font-style: normal;
	line-height: 1.45;
	color: var(--nut-navy, #050A5E);
	background: linear-gradient(90deg, rgba(57, 181, 74, 0.06) 0%, transparent 100%);
	border-radius: 0 0.5rem 0.5rem 0;
}

/* Pills highlights */
.nut-about__highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
}

.nut-about__highlight {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.45rem 0.9rem 0.45rem 0.65rem;
	background: var(--nut-surface, #F7F8FC);
	border: 1px solid var(--nut-border, #E4E6F0);
	border-radius: 9999px;
	font-family: 'Quicksand', sans-serif;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--nut-navy, #050A5E);
	transition: border-color 0.2s, background 0.2s;
}

.nut-about__highlight:hover {
	border-color: rgba(57, 181, 74, 0.4);
	background: rgba(57, 181, 74, 0.06);
}

.nut-about__highlight-icon {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(57, 181, 74, 0.2) 0%, rgba(5, 10, 94, 0.08) 100%);
	flex-shrink: 0;
	position: relative;
}

.nut-about__highlight-icon::after {
	content: '';
	position: absolute;
	inset: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	background: var(--nut-green, #39B54A);
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
}

.nut-about__highlight--rd .nut-about__highlight-icon::after {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 2v2H8a2 2 0 0 0-2 2v3.5l-3.7 6.4A2 2 0 0 0 4 19h6v-2H4.7L8 11.3V6h1v13h2V6h2v13h2V6h1v3l3.3 5.7a2 2 0 0 1-1.73 3H14v2h3.57a4 4 0 0 0 3.46-6l-3.03-5.24V6a2 2 0 0 0-2-2h-1V2h-2v2h-2V2H9Z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 2v2H8a2 2 0 0 0-2 2v3.5l-3.7 6.4A2 2 0 0 0 4 19h6v-2H4.7L8 11.3V6h1v13h2V6h2v13h2V6h1v3l3.3 5.7a2 2 0 0 1-1.73 3H14v2h3.57a4 4 0 0 0 3.46-6l-3.03-5.24V6a2 2 0 0 0-2-2h-1V2h-2v2h-2V2H9Z'/%3E%3C/svg%3E");
}

.nut-about__highlight--purity .nut-about__highlight-icon::after {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 21h6v-1H9v1Zm3-19a7 7 0 0 0-4 12.74V17a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-2.26A7 7 0 0 0 12 2Zm2 11.55-.5.29V17h-3v-3.16l-.5-.29A5 5 0 1 1 14 13.55Z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 21h6v-1H9v1Zm3-19a7 7 0 0 0-4 12.74V17a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-2.26A7 7 0 0 0 12 2Zm2 11.55-.5.29V17h-3v-3.16l-.5-.29A5 5 0 1 1 14 13.55Z'/%3E%3C/svg%3E");
}

.nut-about__highlight--bio .nut-about__highlight-icon::after {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M11 2h2v4h-2V2Zm0 16h2v4h-2v-4ZM2 11h4v2H2v-2Zm16 0h4v2h-4v-2ZM5.64 4.22l1.41-1.41 2.83 2.83-1.41 1.41-2.83-2.83Zm8.49 8.49 1.41-1.41 2.83 2.83-1.41 1.41-2.83-2.83Zm0-5.66 2.83-2.83 1.41 1.41-2.83 2.83-1.41-1.41ZM5.64 19.78l2.83-2.83 1.41 1.41-2.83 2.83-1.41-1.41ZM12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z'/%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M11 2h2v4h-2V2Zm0 16h2v4h-2v-4ZM2 11h4v2H2v-2Zm16 0h4v2h-4v-2ZM5.64 4.22l1.41-1.41 2.83 2.83-1.41 1.41-2.83-2.83Zm8.49 8.49 1.41-1.41 2.83 2.83-1.41 1.41-2.83-2.83Zm0-5.66 2.83-2.83 1.41 1.41-2.83 2.83-1.41-1.41ZM5.64 19.78l2.83-2.83 1.41 1.41-2.83 2.83-1.41-1.41ZM12 8a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z'/%3E%3C/svg%3E");
}

/* Actions */
.nut-about__actions {
	display: flex;
	flex-wrap: nowrap;
	gap: 0.85rem;
	align-items: center;
}

.nut-about__actions .nut-btn {
	white-space: nowrap;
}

.nut-about .nut-btn--outline {
	background: transparent;
	border: 2px solid var(--nut-navy, #050A5E);
	color: var(--nut-navy, #050A5E);
}

.nut-about .nut-btn--outline:hover {
	background: var(--nut-navy, #050A5E);
	color: #fff;
	border-color: var(--nut-navy, #050A5E);
}

/* ── Responsive ── */

@media (max-width: 900px) {
	.nut-about__grid {
		grid-template-columns: 1fr;
		gap: 2.5rem;
	}

	.nut-about__media {
		order: -1;
		max-width: 520px;
		margin: 0 auto;
		width: 100%;
	}

	.nut-about__video-card {
		right: 0.5rem;
		bottom: -1rem;
		width: min(220px, 55%);
	}

	.nut-about__content {
		text-align: left;
	}

	.nut-about__lead {
		max-width: none;
	}
}

@media (max-width: 480px) {
	.nut-about {
		padding: 3rem 0;
	}

	.nut-about__media-accent {
		top: -0.5rem;
		left: -0.5rem;
	}

	.nut-about__video-card {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		margin-top: 1rem;
	}

	.nut-about__actions {
		flex-direction: column;
		align-items: stretch;
		flex-wrap: wrap;
	}

	.nut-about__actions .nut-btn {
		text-align: center;
		justify-content: center;
	}
}

/* Mode sombre */
body.nut-dark .nut-about__figure,
body.nut-dark .nut-about__video-card {
	border-color: rgba(255, 255, 255, 0.1);
}

body.nut-dark .nut-about__video-card {
	background: var(--nut-navy-dark, #030740);
}

body.nut-dark .nut-about__video-label,
body.nut-dark .nut-about__title {
	color: #fff;
}

body.nut-dark .nut-about__lead,
body.nut-dark .nut-about__video-hint {
	color: rgba(255, 255, 255, 0.65);
}

body.nut-dark .nut-about__quote {
	color: rgba(255, 255, 255, 0.92);
	background: linear-gradient(90deg, rgba(57, 181, 74, 0.12) 0%, transparent 100%);
}

body.nut-dark .nut-about__highlight {
	background: rgba(255, 255, 255, 0.05);
	border-color: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.9);
}

body.nut-dark .nut-about .nut-btn--outline {
	border-color: rgba(255, 255, 255, 0.5);
	color: #fff;
}

body.nut-dark .nut-about .nut-btn--outline:hover {
	background: var(--nut-green, #39B54A);
	border-color: var(--nut-green, #39B54A);
}
