/**
 * Page Agence FR — couche « elite studio » (complète agency-fr.css).
 * Accent unique #FF29D0 — motifs/icônes maison sans bleu/violet.
 */

.agency-fr__section-lead {
	margin: clamp(-6px, -0.6vw, -2px) auto clamp(22px, 3vw, 34px);
	max-width: 52rem;
	line-height: 1.65;
	font-size: clamp(0.98rem, 1.2vw, 1.08rem);
	color: rgba(255, 255, 255, 0.62);
	text-wrap: balance;
}

.agency-fr__section-lead--center {
	text-align: center;
}

.agency-fr__inline-link {
	color: rgba(255, 255, 255, 0.92);
	text-decoration: underline;
	text-decoration-color: rgba(255, 41, 208, 0.45);
	text-underline-offset: 3px;
	transition:
		color var(--agency-fr-dur) var(--agency-fr-ease-out),
		text-decoration-color var(--agency-fr-dur) var(--agency-fr-ease-out);
}

.agency-fr__inline-link:hover {
	color: #ffffff;
	text-decoration-color: rgba(255, 41, 208, 0.95);
}

/* ── Hero : grille typo maison + carte dash ──────────────────────────────── */
.agency-fr--hero .agency-fr__hero-eyebrow.wsl-services__eyebrow {
	margin-bottom: 18px;
}

.agency-fr__h1--xl {
	font-size: clamp(2.35rem, 5vw, 3.55rem);
	line-height: 1.06;
	letter-spacing: -0.04em;
	font-weight: 700;
	text-transform: none;
	text-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}

.agency-fr__cta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: clamp(14px, 2vw, 18px);
	margin-bottom: clamp(22px, 3vw, 30px);
}

.agency-fr__hero-stats {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
}

.agency-fr__hero-stat-val {
	display: inline-block;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
	color: #ffffff;
	letter-spacing: -0.02em;
	font-size: clamp(1.2rem, 2vw, 1.45rem);
}

.agency-fr__hero-stat-label {
	display: inline-block;
	margin-left: 6px;
	font-size: 13px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.52);
}

.agency-fr__dash {
	position: relative;
	border-radius: 24px;
	padding: clamp(18px, 2vw, 22px);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.012) 100%);
	border: 1px solid rgba(255, 255, 255, 0.09);
	box-shadow:
		0 26px 80px rgba(0, 0, 0, 0.45),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
	overflow: hidden;
	isolation: isolate;
}

.agency-fr__dash-glow {
	position: absolute;
	inset: -30%;
	background: radial-gradient(circle at 40% 32%, rgba(255, 41, 208, 0.12), transparent 62%);
	pointer-events: none;
	z-index: 0;
	opacity: 0.85;
}

.agency-fr__dash-top {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 14px;
}

.agency-fr__dash-tag {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	font-family: Unbounded-Medium, sans-serif;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.35);
}

.agency-fr__dash-pill {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0b0b0b;
	background: rgba(255, 255, 255, 0.92);
}

.agency-fr__dash-chart {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(0, 0, 0, 0.32);
	padding: 10px 8px 4px;
}

.agency-fr__dash-chart svg {
	display: block;
	width: 100%;
	height: auto;
}

.agency-fr__dash-metrics {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 12px;
}

.agency-fr__dash-metric {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	padding: 10px 10px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(0, 0, 0, 0.28);
	min-height: 100%;
}

.agency-fr__dash-metric-k {
	font-size: 10px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.52);
	font-weight: 700;
}

.agency-fr__dash-metric-v {
	font-size: 17px;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: -0.02em;
}

.agency-fr__dash-float {
	position: relative;
	z-index: 1;
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.agency-fr__dash-chip {
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 11px;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
}

.agency-fr__dash-frame {
	position: relative;
	z-index: 1;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.4);
}

.agency-fr__dash-frame img {
	display: block;
	width: 100%;
	height: auto;
	transform: translateZ(0);
}

/* Logos + grille valeurs « Qui sommes-nous » */
.agency-fr__logo-strip {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: clamp(14px, 3vw, 28px);
	margin-top: clamp(12px, 2vw, 18px);
}

.agency-fr__logo-cell {
	padding: clamp(14px, 2vw, 18px) clamp(20px, 3vw, 28px);
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	background: rgba(255, 255, 255, 0.02);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
}

.agency-fr__logo-cell img {
	display: block;
	max-height: 44px;
	width: auto;
	max-width: min(200px, 42vw);
	height: auto;
	object-fit: contain;
	filter: grayscale(1) brightness(1.25);
	opacity: 0.9;
}

.agency-fr__trust-mini {
	list-style: none;
	margin: clamp(28px, 4vw, 44px) 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(12px, 2vw, 18px);
}

.agency-fr__trust-mini-card p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 1024px) {
	.agency-fr__trust-mini {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.agency-fr__trust-mini {
		grid-template-columns: 1fr;
	}

	.agency-fr__dash-metrics {
		grid-template-columns: 1fr;
	}

	.agency-fr__cta-row .pink_button,
	.agency-fr__cta-row .agency-fr__btn-secondary {
		flex: 1 1 100%;
		justify-content: center;
		text-align: center;
	}
}

.agency-fr__hero-stats--trio {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 560px;
}

.agency-fr__hero-visual-inner {
	position: relative;
	min-height: clamp(340px, 44vw, 460px);
}

.agency-fr__hero-float {
	position: absolute;
	border-radius: 22px;
	pointer-events: none;
	z-index: 0;
	opacity: 0.85;
}

.agency-fr__hero-float--one {
	width: min(46%, 220px);
	height: 110px;
	right: -4%;
	top: 8%;
	background:
		radial-gradient(circle at 30% 40%, rgba(255, 41, 208, 0.35), transparent 62%),
		linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.45));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
	transform: rotate(-8deg);
}

.agency-fr__hero-float--two {
	width: min(38%, 180px);
	height: 92px;
	left: -6%;
	bottom: 14%;
	background:
		radial-gradient(circle at 70% 35%, rgba(255, 41, 208, 0.28), transparent 58%),
		linear-gradient(155deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.42));
	border: 1px solid rgba(255, 255, 255, 0.07);
	box-shadow: 0 26px 78px rgba(0, 0, 0, 0.5);
	transform: rotate(9deg);
	opacity: 0.75;
}

@media (prefers-reduced-motion: no-preference) {
	.agency-fr__hero-float--one {
		animation: agency-fr-float-a 14s ease-in-out infinite;
	}
	.agency-fr__hero-float--two {
		animation: agency-fr-float-b 16s ease-in-out infinite;
	}
}

@keyframes agency-fr-float-a {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(-8deg);
	}
	50% {
		transform: translate3d(0, -10px, 0) rotate(-6deg);
	}
}

@keyframes agency-fr-float-b {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(9deg);
	}
	50% {
		transform: translate3d(0, 12px, 0) rotate(7deg);
	}
}

.agency-fr__particle-field {
	position: absolute;
	inset: -10% -8% -14% -8%;
	z-index: 0;
	opacity: 0.35;
	background-image:
		radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
		radial-gradient(rgba(255, 41, 208, 0.09) 1px, transparent 1px);
	background-size: 42px 42px, 58px 58px;
	background-position: 0 0, 18px 24px;
	mask-image: radial-gradient(ellipse 68% 62% at 50% 42%, #000 42%, transparent 100%);
	pointer-events: none;
}

.agency-fr__glass-stack {
	position: absolute;
	left: 14px;
	top: 108px;
	z-index: 3;
	display: grid;
	gap: 10px;
	pointer-events: none;
}

.agency-fr__glass-panel {
	min-width: 118px;
	padding: 10px 12px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: linear-gradient(155deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.42));
	box-shadow: 0 18px 58px rgba(0, 0, 0, 0.48);
	font-size: 10px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
	display: grid;
	gap: 4px;
}

.agency-fr__glass-panel strong {
	font-size: 15px;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.96);
}

.agency-fr__glass-panel--offset {
	transform: translateX(18px);
}

.agency-fr__dash--cinema {
	min-height: clamp(340px, 44vw, 460px);
}

.agency-fr__studio-scene {
	position: relative;
	min-height: clamp(280px, 36vw, 380px);
	border-radius: 26px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.09);
	background:
		radial-gradient(ellipse 70% 55% at 22% 18%, rgba(255, 41, 208, 0.14), transparent 58%),
		radial-gradient(ellipse 60% 50% at 82% 78%, rgba(255, 255, 255, 0.05), transparent 62%),
		linear-gradient(165deg, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.55));
	box-shadow:
		0 34px 100px rgba(0, 0, 0, 0.55),
		inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.agency-fr__studio-glow {
	position: absolute;
	inset: -35%;
	background: radial-gradient(circle at 38% 28%, rgba(255, 41, 208, 0.22), transparent 58%);
	filter: blur(54px);
	opacity: 0.55;
	pointer-events: none;
}

.agency-fr__studio-grid {
	position: absolute;
	inset: 0;
	opacity: 0.22;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: radial-gradient(ellipse 82% 70% at 50% 45%, #000 35%, transparent 100%);
	pointer-events: none;
}

.agency-fr__studio-panel {
	position: absolute;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.28);
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.45);
	pointer-events: none;
}

.agency-fr__studio-panel--a {
	width: 46%;
	height: 42%;
	left: 8%;
	top: 10%;
	transform: rotate(-6deg);
	opacity: 0.85;
}

.agency-fr__studio-panel--b {
	width: 38%;
	height: 34%;
	right: 10%;
	bottom: 16%;
	transform: rotate(7deg);
	opacity: 0.65;
}

.agency-fr__studio-scene .agency-fr__ui-thumb {
	position: relative;
	z-index: 2;
	max-width: min(420px, 88%);
	margin: clamp(28px, 4vw, 44px) auto;
	box-shadow:
		0 38px 110px rgba(0, 0, 0, 0.52),
		0 0 0 1px rgba(255, 41, 208, 0.08);
}

.agency-fr__trust-mini-card--a {
	box-shadow: 0 22px 66px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.agency-fr__trust-mini-card--b {
	border-color: rgba(255, 255, 255, 0.1);
}

.agency-fr__trust-mini-card--c {
	background: linear-gradient(155deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015));
}

.agency-fr__trust-mini-card--d {
	border-color: rgba(255, 41, 208, 0.14);
}

.agency-fr--mission-cinematic {
	margin-bottom: clamp(56px, 9vw, 112px);
	padding-block: clamp(36px, 6vw, 72px);
	padding-inline: 0;
	border-radius: 0;
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	background: transparent;
	box-shadow: none;
	position: relative;
	overflow: visible;
}

.agency-fr--mission-cinematic::before {
	display: none;
}

.agency-fr__mission-split {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(26px, 4vw, 46px);
	align-items: start;
}

.agency-fr__mission-kicker-h {
	margin: 0 0 14px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.48);
}

.agency-fr__display--massive {
	font-size: clamp(2.05rem, 4vw, 3.45rem);
	line-height: 1.06;
	margin: 0 0 clamp(16px, 2vw, 22px);
	max-width: 22ch;
}

.agency-fr__mission-lead {
	margin: 0;
	max-width: 44rem;
	font-size: clamp(1.02rem, 1.45vw, 1.18rem);
	line-height: 1.74;
	color: rgba(255, 255, 255, 0.74);
}

.agency-fr__mission-viz {
	display: grid;
	gap: clamp(16px, 2.4vw, 22px);
}

.agency-fr__spark-card {
	padding: clamp(16px, 2vw, 20px);
	position: relative;
	overflow: hidden;
}

.agency-fr__spark-label {
	margin: 0 0 10px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.agency-fr__spark-svg svg {
	display: block;
	width: 100%;
	height: auto;
}

@media (prefers-reduced-motion: no-preference) {
	.agency-fr__spark-line {
		stroke-dasharray: 520;
		stroke-dashoffset: 520;
		animation: agency-fr-spark-draw 2.4s var(--agency-fr-ease-out) forwards;
		animation-play-state: paused;
	}
	.agency-fr--mission-cinematic.agency-fr--inview .agency-fr__spark-line {
		animation-play-state: running;
	}
}

@keyframes agency-fr-spark-draw {
	to {
		stroke-dashoffset: 0;
	}
}

.agency-fr__mission-bars {
	list-style: none;
	margin: 0;
	padding: clamp(14px, 2vw, 18px);
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(0, 0, 0, 0.35);
	display: grid;
	gap: 12px;
}

.agency-fr__mission-bar-row {
	display: grid;
	grid-template-columns: minmax(0, 130px) minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.72);
}

.agency-fr__mission-bar-k {
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.agency-fr__mission-bar-track {
	display: block;
	height: 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.06);
	overflow: hidden;
}

.agency-fr__mission-bar-fill {
	display: block;
	height: 100%;
	width: 0;
	border-radius: inherit;
	background: linear-gradient(90deg, rgba(255, 41, 208, 0.15), rgba(255, 41, 208, 0.92));
	box-shadow: 0 0 28px rgba(255, 41, 208, 0.22);
	transition: width 1.15s var(--agency-fr-ease-out);
	will-change: width;
}

.agency-fr__mission-bar-fill.agency-fr__mission-bar-fill--on {
	width: var(--af-fill);
}

.agency-fr__mission-bar-v {
	font-weight: 800;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.92);
	min-width: 3ch;
	text-align: right;
	font-variant-numeric: tabular-nums;
}

.agency-fr__timeline-x {
	position: relative;
	margin-top: clamp(18px, 3vw, 28px);
	padding-top: 26px;
}

.agency-fr__timeline-x-track {
	position: absolute;
	left: 0;
	right: 0;
	top: 46px;
	height: 2px;
	border-radius: 99px;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.06),
		rgba(255, 255, 255, 0.12) 35%,
		rgba(255, 255, 255, 0.06)
	);
	overflow: hidden;
}

.agency-fr__timeline-x-glow {
	display: block;
	height: 100%;
	width: 42%;
	background: linear-gradient(90deg, transparent, rgba(255, 41, 208, 0.85), transparent);
	filter: blur(0.2px);
	opacity: 0.85;
	transform: translateX(-30%);
	animation: agency-fr-timeline-shine 6.5s ease-in-out infinite;
}

@keyframes agency-fr-timeline-shine {
	0% {
		transform: translateX(-40%);
		opacity: 0.55;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translateX(220%);
		opacity: 0.55;
	}
}

.agency-fr__timeline-x-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(14px, 2vw, 22px);
	position: relative;
	z-index: 1;
}

.agency-fr__timeline-x-step {
	display: grid;
	grid-template-rows: auto auto auto 1fr;
	justify-items: center;
	text-align: center;
	gap: 10px;
	padding: clamp(14px, 2vw, 18px) clamp(10px, 1.5vw, 14px);
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.06);
	background: rgba(0, 0, 0, 0.22);
	transition:
		transform var(--agency-fr-dur) var(--agency-fr-ease-out),
		border-color var(--agency-fr-dur) var(--agency-fr-ease-out),
		box-shadow var(--agency-fr-dur) var(--agency-fr-ease-out);
}

.agency-fr__timeline-x-step:hover {
	transform: translateY(-6px);
	border-color: rgba(255, 41, 208, 0.26);
	box-shadow: 0 28px 76px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 41, 208, 0.08);
}

.agency-fr__timeline-x-node {
	display: grid;
	place-items: center;
	height: 44px;
}

.agency-fr__timeline-x-dot {
	width: 18px;
	height: 18px;
	border-radius: 99px;
	background: radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.65), rgba(255, 41, 208, 0.55));
	box-shadow:
		0 0 0 7px rgba(255, 41, 208, 0.08),
		0 16px 38px rgba(0, 0, 0, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.22);
}

.agency-fr__timeline-x-n {
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.14em;
	color: rgba(255, 255, 255, 0.42);
}

.agency-fr__timeline-x-t {
	font-size: clamp(1.02rem, 1.45vw, 1.18rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.94);
}

.agency-fr__timeline-x-d {
	font-size: 0.92rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.62);
	max-width: 34ch;
}

.agency-fr__metrics-grid--xl .agency-fr__metric-val {
	font-size: clamp(2.15rem, 4vw, 3rem);
}

.agency-fr__founders-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
	gap: clamp(18px, 3vw, 28px);
	align-items: stretch;
}

.agency-fr__founders--hero .agency-fr__founders-photo img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 20px;
}

.agency-fr__founders-name {
	margin: 0 0 12px;
	font-size: clamp(1.18rem, 1.8vw, 1.45rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: rgba(255, 255, 255, 0.96);
}

.agency-fr__founders-note {
	padding: clamp(22px, 3vw, 30px);
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
	min-height: 100%;
}

.agency-fr__founders-link {
	margin-top: auto;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.62);
	display: inline-flex;
	align-items: center;
	gap: 10px;
	transition: color var(--agency-fr-dur) var(--agency-fr-ease-out);
}

.agency-fr__founders-link::after {
	content: "";
	width: 9px;
	height: 9px;
	border-right: 2px solid rgba(255, 255, 255, 0.35);
	border-bottom: 2px solid rgba(255, 255, 255, 0.35);
	transform: rotate(-45deg);
}

.agency-fr__founders-link:hover {
	color: #ff29d0;
}

.agency-fr--distinctions {
	margin-bottom: clamp(56px, 9vw, 112px);
}

.agency-fr__expert-grid--premium .agency-fr__expert-title::before {
	display: none !important;
}

.agency-fr__expert-icon-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.26);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
	margin-bottom: 4px;
	transition:
		border-color var(--agency-fr-dur) var(--agency-fr-ease-out),
		box-shadow var(--agency-fr-dur) var(--agency-fr-ease-out),
		transform var(--agency-fr-dur) var(--agency-fr-ease-out);
}

.agency-fr__expert-card:hover .agency-fr__expert-icon-wrap {
	border-color: rgba(255, 41, 208, 0.35);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		0 0 36px rgba(255, 41, 208, 0.12);
	transform: translateY(-2px);
}

.agency-fr__expert-grid--premium .agency-fr__expert-card--1 {
	transform: translateY(0);
}
.agency-fr__expert-grid--premium .agency-fr__expert-card--2 {
	transform: translateY(6px);
}
.agency-fr__expert-grid--premium .agency-fr__expert-card--3 {
	transform: translateY(-4px);
}
.agency-fr__expert-grid--premium .agency-fr__expert-card--4 {
	transform: translateY(8px);
}
.agency-fr__expert-grid--premium .agency-fr__expert-card--5 {
	transform: translateY(-6px);
}
.agency-fr__expert-grid--premium .agency-fr__expert-card--6 {
	transform: translateY(4px);
}

.agency-fr__quote .agency-fr__cite::before {
	display: none;
}

.agency-fr__cite {
	gap: 14px;
	align-items: center;
}

.agency-fr__avatar {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	flex-shrink: 0;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.06em;
	color: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(255, 255, 255, 0.14);
	background:
		radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.35), transparent 58%),
		linear-gradient(145deg, rgba(255, 41, 208, 0.55), rgba(255, 255, 255, 0.06));
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.42);
}

.agency-fr__cite-text {
	display: block;
	font-size: 11px;
	line-height: 1.45;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.agency-fr__cta-panel--cinema {
	position: relative;
	overflow: hidden;
	padding: clamp(28px, 4vw, 44px);
	border-radius: clamp(22px, 3vw, 34px);
	text-align: center;
	border-color: rgba(255, 41, 208, 0.14);
	box-shadow:
		0 46px 140px rgba(0, 0, 0, 0.58),
		0 0 0 1px rgba(255, 255, 255, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.agency-fr__cta-panel--cinema::before {
	content: "";
	position: absolute;
	inset: -40%;
	background:
		radial-gradient(circle at 50% 14%, rgba(255, 41, 208, 0.22), transparent 58%),
		radial-gradient(circle at 18% 92%, rgba(255, 255, 255, 0.06), transparent 52%);
	opacity: 0.85;
	pointer-events: none;
}

.agency-fr__cta-panel--cinema > * {
	position: relative;
	z-index: 1;
}

.agency-fr__cta-eyebrow {
	margin: 0 0 14px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.48);
}

.agency-fr__cta-panel--cinema .agency-fr__cta-title {
	font-size: clamp(2rem, 4.2vw, 3.35rem);
	line-height: 1.08;
	margin-bottom: clamp(14px, 2vw, 18px);
}

.agency-fr__cta-panel--cinema .agency-fr__cta-lead {
	max-width: 46rem;
	margin-left: auto;
	margin-right: auto;
	color: rgba(255, 255, 255, 0.72);
}

.agency-fr__cta-panel--cinema .agency-fr__cta-giant {
	margin-top: clamp(18px, 3vw, 26px);
	min-height: 62px;
	padding-inline: clamp(28px, 4vw, 44px);
	font-size: clamp(15px, 1.4vw, 17px);
	box-shadow:
		0 26px 80px rgba(255, 41, 208, 0.35),
		0 0 0 1px rgba(255, 255, 255, 0.12);
}

@media (max-width: 1024px) {
	.agency-fr__mission-split {
		grid-template-columns: 1fr;
	}

	.agency-fr__timeline-x-track {
		display: none;
	}

	.agency-fr__timeline-x-steps {
		grid-template-columns: 1fr;
	}

	.agency-fr__timeline-x-step {
		text-align: left;
		justify-items: start;
		grid-template-rows: auto auto auto auto;
		padding-left: clamp(16px, 3vw, 22px);
		border-left: 2px solid rgba(255, 41, 208, 0.35);
		border-radius: 18px;
	}

	.agency-fr__timeline-x-node {
		justify-self: start;
		height: auto;
	}

	.agency-fr__founders-grid {
		grid-template-columns: 1fr;
	}

	.agency-fr__glass-stack {
		display: none;
	}

	.agency-fr__hero-float {
		opacity: 0.55;
	}
}

@media (max-width: 900px) {
	.agency-fr__expert-grid--premium .agency-fr__expert-card--1,
	.agency-fr__expert-grid--premium .agency-fr__expert-card--2,
	.agency-fr__expert-grid--premium .agency-fr__expert-card--3,
	.agency-fr__expert-grid--premium .agency-fr__expert-card--4,
	.agency-fr__expert-grid--premium .agency-fr__expert-card--5,
	.agency-fr__expert-grid--premium .agency-fr__expert-card--6 {
		transform: none;
	}
}

@media (max-width: 768px) {
	.agency-fr__hero-stats--trio {
		grid-template-columns: 1fr;
		max-width: none;
	}

	.agency-fr__mission-bar-row {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.agency-fr__mission-bar-v {
		text-align: left;
	}
}

@media (prefers-reduced-motion: reduce) {
	.agency-fr__timeline-x-glow {
		animation: none !important;
	}
	.agency-fr__hero-float--one,
	.agency-fr__hero-float--two {
		animation: none !important;
	}
	.agency-fr__spark-line {
		stroke-dashoffset: 0 !important;
		animation: none !important;
	}
}
