/*
 * Optimus Pharma — immersive home direction.
 * Photography participates in the composition; motion stays intentionally quiet.
 */

body.home {
	background: var(--paper);
}

.home .site-header {
	border-bottom-color: rgba(255, 255, 255, 0.14);
	background: transparent;
	backdrop-filter: none;
}

.home .site-header.is-scrolled {
	top: 12px;
	left: 14px;
	right: 14px;
	width: auto;
	height: 68px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 20px;
	background: rgba(8, 10, 13, 0.94);
	backdrop-filter: blur(18px);
}

.admin-bar.home .site-header.is-scrolled {
	top: 44px;
}

.home .button--light,
.home .button--secondary {
	gap: 12px;
}

.home .button--outline-dark {
	border-color: #c5c4cc;
	background: transparent;
	color: var(--ink);
}

.home .button--outline-dark:hover {
	border-color: transparent;
	background: var(--gradient-action);
	color: var(--white);
}

/* Hero */
.home-hero--immersive {
	position: relative;
	display: flex;
	min-height: max(700px, calc(100svh - 28px));
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-radius: 0 0 30px 30px;
	background: var(--ink);
	color: var(--white);
}

.home-hero__media,
.home-hero__veil {
	position: absolute;
	inset: 0;
}

.home-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 68% center;
	filter: saturate(0.82) contrast(1.03);
}

.home-hero__veil {
	background:
		linear-gradient(90deg, rgba(5, 6, 10, 0.98) 0%, rgba(8, 10, 13, 0.9) 34%, rgba(21, 10, 32, 0.38) 62%, rgba(8, 10, 13, 0.08) 100%),
		linear-gradient(180deg, rgba(8, 10, 13, 0.34), transparent 40%, rgba(8, 10, 13, 0.76));
}

.home-hero__veil::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 74% 36%, rgba(138, 59, 217, 0.2), transparent 34%);
}

.home-hero__symbol {
	position: absolute;
	left: -110px;
	top: 18%;
	width: 430px;
	height: auto;
	opacity: 0.08;
	filter: invert(1);
	transform: rotate(-12deg);
}

.home-hero__content {
	position: relative;
	z-index: 3;
	align-self: center;
	padding: clamp(148px, 18vh, 205px) 0 170px;
}

.home-hero__content > * {
	max-width: 735px;
}

body.home .home-hero__content h1 {
	width: min(100%, 720px);
	max-width: 720px;
	margin: 0 0 26px;
	font-family: var(--font-body) !important;
	font-size: clamp(2.55rem, 3.55vw, 3rem);
	font-weight: 680;
	line-height: 1.07;
	letter-spacing: -0.035em;
}

body.home .home-hero__content .home-hero__title-main,
body.home .home-hero__content .home-hero__title-end {
	display: block;
}

body.home .home-hero__content .home-hero__title-main {
	font-family: var(--font-body) !important;
	font-size: 1em;
	color: var(--white);
	white-space: nowrap;
}

body.home .home-hero__content .home-hero__title-end {
	font-family: var(--font-body) !important;
	font-size: 0.82em;
	font-weight: 680;
	line-height: 1.07;
	letter-spacing: -0.035em;
	background: var(--gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	white-space: nowrap;
}

.home-hero__content .hero-lead {
	max-width: 520px;
	margin-bottom: 32px;
	color: #d7d5de;
	font-size: 1rem;
	line-height: 1.7;
}

.home-hero__content .button-row {
	margin-bottom: 32px;
}

.home-hero .button--primary {
	background-image: linear-gradient(110deg, #6e5bf0 0%, #8a3bd9 38%, #c44ed9 56%, #6e5bf0 100%);
	background-size: 220% 100%;
	background-position: 0 50%;
	box-shadow: 0 12px 28px rgba(110, 67, 222, 0.22);
	transition: background-position 420ms var(--ease), box-shadow 260ms var(--ease), transform 260ms var(--ease);
}

.home-hero .button--primary:hover {
	background-image: linear-gradient(110deg, #6e5bf0 0%, #8a3bd9 38%, #c44ed9 56%, #6e5bf0 100%);
	background-position: 100% 50%;
	box-shadow: 0 17px 36px rgba(107, 50, 189, 0.34);
	transform: translateY(-2px);
}

.home-hero__assurances {
	display: flex;
	gap: 18px 34px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.home-hero__assurances li {
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 245px;
	color: #f0edf4;
	font-size: 0.79rem;
	font-weight: 600;
	line-height: 1.45;
}

.home-hero__assurances .icon {
	flex: 0 0 auto;
	width: 31px;
	height: 31px;
	padding: 7px;
	background: var(--gradient);
	color: var(--white);
	filter: drop-shadow(0 8px 12px rgba(110, 91, 240, 0.32));
}

@media (min-width: 641px) {
	.home-hero__content > .home-hero__assurances {
		width: min(100%, 780px);
		max-width: 780px;
		flex-wrap: nowrap;
	}

	.home-hero__assurances li {
		max-width: none;
		white-space: nowrap;
	}
}

.home-hero__material {
	position: absolute;
	right: clamp(30px, 5vw, 76px);
	bottom: 132px;
	z-index: 3;
	width: clamp(126px, 12vw, 172px);
	aspect-ratio: 1;
	overflow: hidden;
	border: 6px solid rgba(255, 255, 255, 0.86);
	border-radius: 50%;
	box-shadow: 0 24px 56px rgba(0, 0, 0, 0.28);
}

.home-hero__material img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-hero__facts {
	position: absolute;
	inset: auto 0 0;
	z-index: 4;
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(8, 10, 13, 0.62);
	backdrop-filter: blur(16px);
}

.home-hero__facts-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.home-hero__facts-grid--three {
	grid-template-columns: repeat(3, 1fr);
}

.home-hero__facts-grid > div {
	min-width: 0;
	padding: 23px 24px 25px;
	border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.home-hero__facts-grid > div:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.home-hero__facts span,
.home-hero__facts strong {
	display: block;
}

.home-hero__facts span {
	margin-bottom: 7px;
	color: #aaa7b3;
	font-size: 0.61rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.home-hero__facts strong {
	color: #f4f2f7;
	font-size: 0.77rem;
	font-weight: 600;
	line-height: 1.45;
}

/* Institutional story */
.home-story {
	overflow: hidden;
}

.home-story__grid {
	display: grid;
	grid-template-columns: minmax(460px, 0.94fr) minmax(450px, 1.06fr);
	gap: clamp(52px, 6vw, 82px);
	align-items: center;
}

.story-collage {
	position: relative;
	min-height: 610px;
}

.story-collage__main {
	position: absolute;
	inset: 0 0 0 6%;
	overflow: hidden;
	border-radius: 26px 100px 26px 26px;
	box-shadow: 0 28px 70px rgba(18, 20, 28, 0.14);
}

.story-collage__main::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 62%, rgba(8, 10, 13, 0.3));
}

.story-collage__main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.story-collage__since {
	position: absolute;
	left: calc(6% + 24px);
	top: 24px;
	z-index: 2;
	display: flex;
	align-items: baseline;
	gap: 8px;
	color: var(--white);
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.42);
}

.story-collage__since span,
.story-collage__since strong {
	display: block;
}

.story-collage__since span {
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	opacity: 0.72;
}

.story-collage__since strong {
	font-family: var(--font-editorial);
	font-size: 1.24rem;
	font-weight: 400;
	line-height: 1;
}

.story-collage__symbol {
	position: absolute;
	right: -60px;
	bottom: -47px;
	z-index: 3;
	display: block;
	width: 126px;
	aspect-ratio: 260 / 237;
	background: var(--gradient);
	-webkit-mask: url("../images/optimus-symbol.svg") center / contain no-repeat;
	mask: url("../images/optimus-symbol.svg") center / contain no-repeat;
	filter: drop-shadow(0 14px 22px rgba(80, 25, 124, 0.2));
}

.home-story__content h2 {
	max-width: 620px;
	margin-bottom: 27px;
	font-family: var(--font-body) !important;
	font-size: clamp(2.1rem, 2.7vw, 2.65rem);
	font-weight: 680;
	line-height: 1.06;
	letter-spacing: -0.04em;
	text-wrap: balance;
}

.home-story__title-sans {
	font-family: var(--font-body) !important;
}

.home-story__title-serif {
	font-family: var(--font-body) !important;
	font-weight: 680;
	letter-spacing: -0.04em;
}

.home-story__link {
	color: var(--violet);
}

.home-story__link:hover {
	color: var(--violet-deep);
}

.home-story__content > p:not(.eyebrow) {
	max-width: 620px;
	color: var(--muted);
}

.home-story__content .lead-copy {
	color: var(--text) !important;
}

.story-values {
	margin: 36px 0 24px;
	border-top: 1px solid var(--line);
}

.story-values > div {
	display: grid;
	grid-template-columns: minmax(190px, 0.78fr) minmax(0, 1.22fr);
	gap: 24px;
	padding: 18px 0;
	border-bottom: 1px solid var(--line);
}

.story-values strong {
	color: var(--ink);
	font-size: 0.86rem;
	font-weight: 680;
}

.story-values span {
	color: var(--muted);
	font-size: 0.8rem;
	line-height: 1.55;
}

/* Specialties */
.specialty-stage {
	position: relative;
	margin: 0 14px;
	margin-bottom: clamp(58px, 6vw, 82px);
	padding-block: clamp(58px, 5.5vw, 76px) 0;
	overflow: visible;
	border-radius: 30px;
	background:
		radial-gradient(circle at 88% 22%, rgba(138, 59, 217, 0.28), transparent 30%),
		var(--ink);
	color: var(--white);
}

.specialty-stage__texture {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
	border-radius: inherit;
	opacity: 0.08;
	filter: invert(1) contrast(1.1);
	mix-blend-mode: screen;
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.22) 27%, #000 58%, #000 100%);
	mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.22) 27%, #000 58%, #000 100%);
	pointer-events: none;
}

.specialty-stage__symbol {
	display: none;
}

.specialty-stage__heading {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.6fr);
	gap: clamp(40px, 7vw, 100px);
	align-items: end;
	margin-bottom: 34px;
}

.specialty-stage__heading h2 {
	max-width: 700px;
	margin: 0;
	color: var(--white);
	font-size: clamp(2.1rem, 2.7vw, 2.65rem);
	font-weight: 680;
	line-height: 1.06;
	letter-spacing: -0.04em;
	text-wrap: balance;
}

.specialty-stage__heading h2 span {
	display: block;
}

.specialty-stage__heading h2 .specialty-stage__title-end {
	font-size: 0.9em;
}

.specialty-stage__heading > p {
	margin: 0 0 4px;
	color: #bbb8c4;
	font-size: 0.92rem;
}

.specialty-stage__canvas {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	top: 54px;
}

.specialty-stage__area {
	position: relative;
	min-width: 0;
	min-height: 340px;
	overflow: hidden;
	border: 0;
	border-radius: 16px;
	background: var(--coal);
	color: var(--white);
	box-shadow: 0 24px 56px rgba(5, 6, 10, 0.24);
}

.specialty-stage__area::before {
	content: "";
	position: absolute;
	right: 22px;
	top: 20px;
	z-index: 2;
	width: 52px;
	aspect-ratio: 1;
	background: var(--gradient);
	opacity: 0.46;
	-webkit-mask: url("../images/optimus-symbol.svg") center / contain no-repeat;
	mask: url("../images/optimus-symbol.svg") center / contain no-repeat;
	pointer-events: none;
}

.specialty-stage__area::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 10, 13, 0.01) 20%, rgba(8, 10, 13, 0.88) 100%);
}

.specialty-stage__area--team::after {
	background: linear-gradient(180deg, rgba(35, 16, 50, 0.02) 20%, rgba(20, 8, 29, 0.9) 100%);
}

.specialty-stage__area > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s var(--ease), filter 0.3s;
}

.specialty-stage__area--process > img {
	object-position: 52% center;
}

.specialty-stage__area--team > img {
	object-position: center 63%;
	filter: saturate(0.8) contrast(1.04);
}

.specialty-stage__area:hover > img {
	transform: scale(1.018);
}

.specialty-stage__copy {
	position: absolute;
	inset: auto 0 0;
	z-index: 2;
	padding: clamp(24px, 2.5vw, 30px);
}

.specialty-stage__copy > p {
	margin-bottom: 10px;
	color: #ddd7e6;
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.specialty-stage__copy h3 {
	max-width: 500px;
	margin-bottom: 16px;
	font-family: var(--font-body) !important;
	color: var(--white);
	font-size: clamp(1.65rem, 2.1vw, 2.15rem);
	font-weight: 640;
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.specialty-stage__copy > span {
	position: relative;
	display: inline-block;
	padding: 0 0 7px;
	color: #f1ecf5;
	font-size: 0.73rem;
	font-weight: 650;
	transition: color 0.22s;
}

.specialty-stage__copy > span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 34px;
	height: 2px;
	border-radius: 2px;
	background: var(--gradient);
	transition: width 0.28s var(--ease);
}

.specialty-stage__area:hover .specialty-stage__copy > span {
	color: var(--lavender);
}

.specialty-stage__area:hover .specialty-stage__copy > span::after {
	width: 100%;
}

/* Quality mosaic */
.quality-canvas {
	background: var(--paper);
}

.quality-canvas__heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 42px;
	align-items: end;
	margin-bottom: 48px;
}

.quality-canvas__heading h2 {
	max-width: 790px;
	margin: 0;
}

.quality-canvas__heading h2,
.human-presence__content h2,
.trust-stage__heading h2,
.faq-editorial__content h2 {
	font-size: clamp(2.1rem, 2.7vw, 2.65rem);
	font-weight: 680;
	line-height: 1.06;
	letter-spacing: -0.04em;
}

.quality-canvas__intro {
	max-width: 720px;
	margin: 20px 0 0;
	color: var(--muted);
	font-size: 0.92rem;
	line-height: 1.7;
}

.quality-canvas__accent {
	background: var(--gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.quality-canvas__mosaic {
	position: relative;
	display: grid;
	grid-template-columns: 0.62fr 1.42fr 0.9fr;
	grid-template-rows: 1fr 1fr;
	gap: 16px;
	min-height: 720px;
	padding: 16px;
	overflow: hidden;
	border-radius: 30px;
	background:
		radial-gradient(circle at 74% 22%, rgba(138, 59, 217, 0.22), transparent 28%),
		#0d0f15;
	color: var(--white);
}

.quality-canvas__mosaic::before {
	content: "";
	position: absolute;
	right: -140px;
	bottom: -160px;
	width: 430px;
	aspect-ratio: 1;
	border: 1px solid rgba(170, 119, 242, 0.22);
	border-radius: 50%;
	box-shadow: 0 0 0 54px rgba(138, 59, 217, 0.04), 0 0 0 108px rgba(138, 59, 217, 0.025);
}

.quality-canvas__vertical,
.quality-canvas__main,
.quality-canvas__detail,
.quality-canvas__facts {
	position: relative;
	z-index: 2;
	min-width: 0;
}

.quality-canvas__vertical {
	grid-row: 1 / 3;
	overflow: hidden;
	border-radius: 18px 18px 70px 18px;
}

.quality-canvas__main {
	grid-row: 1 / 3;
	overflow: hidden;
	border-radius: 18px;
}

.quality-canvas__detail {
	overflow: hidden;
	border-radius: 70px 18px 18px 18px;
}

.quality-canvas__vertical img,
.quality-canvas__main img,
.quality-canvas__detail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.quality-canvas__vertical img {
	object-position: center;
	filter: saturate(0.7) contrast(1.06);
}

.quality-canvas__main img {
	object-position: center;
}

.quality-canvas__main picture {
	display: block;
	width: 100%;
	height: 100%;
}

.quality-canvas__detail img {
	object-position: center;
	filter: saturate(0.72) contrast(1.08);
}

.quality-canvas__facts {
	align-self: stretch;
	margin: 0;
	padding: 12px 22px 16px;
}

.quality-canvas__facts > div {
	display: grid;
	grid-template-columns: 34px 1fr;
	column-gap: 13px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.quality-canvas__facts > div:last-child {
	border-bottom: 0;
}

.quality-canvas__facts .icon {
	grid-row: 1 / 3;
	width: 31px;
	height: 31px;
	padding: 7px;
	border-radius: 50%;
	background: linear-gradient(135deg, rgba(110, 91, 240, 0.95), rgba(196, 78, 217, 0.95));
	color: var(--white);
}

.quality-canvas__facts dt {
	color: #f0edf4;
	font-size: 0.8rem;
	font-weight: 680;
}

.quality-canvas__facts dd {
	margin: 5px 0 0;
	color: #aaa8b2;
	font-size: 0.74rem;
	line-height: 1.55;
}

/* Human presence */
.human-presence {
	overflow: hidden;
}

.human-presence__grid {
	display: grid;
	grid-template-columns: minmax(390px, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(70px, 9vw, 132px);
	align-items: center;
}

.human-presence__media {
	position: relative;
	min-height: 610px;
}

.human-presence__media > img:first-of-type {
	position: absolute;
	inset: 0 4% 0 6%;
	width: 90%;
	height: 100%;
	object-fit: cover;
	object-position: center 32%;
	border-radius: 48% 48% 28px 28px;
	filter: contrast(1.03);
}

.human-presence__arc {
	position: absolute;
	left: -40px;
	top: -42px;
	width: 78%;
	aspect-ratio: 1;
	border: 22px solid var(--violet-soft);
	border-right-color: var(--lavender);
	border-radius: 50%;
	transform: rotate(-28deg);
}

.human-presence__brand {
	position: absolute;
	right: -58px;
	bottom: -44px;
	width: 230px;
	height: auto;
	opacity: 0.09;
	transform: rotate(10deg);
}

.human-presence__content h2 {
	max-width: 720px;
	margin-bottom: 26px;
}

.human-presence__content > p:not(.eyebrow) {
	max-width: 690px;
}

.human-presence__areas {
	margin: 30px 0;
	border-top: 1px solid var(--line);
}

.human-presence__areas article {
	display: grid;
	grid-template-columns: minmax(190px, 0.72fr) minmax(0, 1.28fr);
	gap: 24px;
	padding: 18px 0;
	border-bottom: 1px solid var(--line);
}

.human-presence__areas h3 {
	margin: 0;
	color: var(--ink);
	font-size: 0.86rem;
	font-weight: 680;
	line-height: 1.4;
}

.human-presence__areas p {
	margin: 0;
	color: var(--muted);
	font-size: 0.8rem;
	line-height: 1.55;
}

.human-presence__metric {
	display: grid;
	grid-template-columns: minmax(180px, 0.55fr) minmax(0, 1fr);
	gap: 28px;
	align-items: center;
	margin: 34px 0 30px;
	padding: 25px 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.human-presence__metric strong {
	background: var(--gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: clamp(2rem, 3.2vw, 3rem);
	font-weight: 720;
	line-height: 1;
}

.human-presence__metric span {
	color: var(--muted);
	font-size: 0.8rem;
	line-height: 1.55;
}

/* Trust and contact */
.trust-stage {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 92% 8%, rgba(138, 59, 217, 0.1), transparent 28%),
		var(--paper);
	color: var(--ink);
}

.trust-stage::before {
	content: "";
	position: absolute;
	right: -90px;
	top: 8px;
	width: 350px;
	aspect-ratio: 1;
	background: var(--gradient);
	opacity: 0.05;
	-webkit-mask: url("../images/optimus-symbol.svg") center / contain no-repeat;
	mask: url("../images/optimus-symbol.svg") center / contain no-repeat;
	transform: rotate(-10deg);
	pointer-events: none;
}

.trust-stage__heading {
	position: relative;
	z-index: 2;
	margin-bottom: 42px;
}

.trust-stage__heading h2 {
	max-width: 760px;
	margin: 0;
	font-family: var(--font-body) !important;
	color: var(--ink);
	font-size: clamp(2.1rem, 2.7vw, 2.65rem);
	font-weight: 680;
	line-height: 1.06;
	text-wrap: balance;
}

.trust-stage__heading h2 span {
	font-family: var(--font-body) !important;
	font-weight: 680;
	background: var(--gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.compliance-stage__intro {
	max-width: 780px;
	margin: 22px 0 0;
	color: var(--muted);
	font-size: 0.92rem;
	line-height: 1.7;
}

.compliance-stage__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.compliance-stage__grid .compliance-card {
	flex: none;
	height: auto;
	min-height: 230px;
}

.compliance-card h3 {
	max-width: 320px;
	margin: auto 0 14px;
	font-size: clamp(1.15rem, 1.5vw, 1.45rem);
	line-height: 1.2;
}

.compliance-card > p:last-child {
	margin: 0;
	color: var(--muted);
	font-size: 0.78rem;
	line-height: 1.6;
}

.trust-stage__carousel:focus-visible {
	outline: 3px solid rgba(110, 91, 240, 0.28);
	outline-offset: 3px;
}

.trust-stage__carousel {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.trust-stage__track {
	display: flex;
	width: max-content;
	will-change: transform;
}

.trust-stage__group {
	display: flex;
	gap: 20px;
	padding-right: 20px;
}

.trust-stage__carousel.is-ready .trust-stage__track {
	animation: trust-stage-loop 34s linear infinite;
}

@keyframes trust-stage-loop {
	to { transform: translateX(-50%); }
}

.trust-card {
	position: relative;
	display: flex;
	flex: 0 0 clamp(330px, 31vw, 430px);
	flex-direction: column;
	height: 270px;
	min-height: 270px;
	padding: 30px;
	overflow: hidden;
	border: 1px solid rgba(26, 26, 31, 0.1);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 16px 42px rgba(20, 18, 28, 0.055);
	color: var(--ink);
}

.trust-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 3px;
	background: var(--gradient);
}

.trust-card__type {
	margin: 0 0 20px;
	color: var(--violet-deep);
	font-size: 0.64rem;
	font-weight: 720;
	letter-spacing: 0.11em;
	text-transform: uppercase;
}

.trust-card--quote {
	border-color: transparent;
	background:
		linear-gradient(#fff, #fff) padding-box,
		var(--gradient) border-box;
}

.trust-card--quote::after {
	content: "“";
	position: absolute;
	right: 23px;
	top: 9px;
	font-family: var(--font-editorial) !important;
	font-size: 5rem;
	line-height: 1;
	background: var(--gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	opacity: 0.22;
}

.trust-card blockquote {
	max-width: 355px;
	margin: auto 0 24px;
	font-family: var(--font-body) !important;
	font-size: clamp(1rem, 1.2vw, 1.14rem);
	font-weight: 570;
	line-height: 1.55;
	letter-spacing: 0;
}

.trust-card footer {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.trust-card footer strong {
	font-size: 0.78rem;
	font-weight: 680;
}

.trust-card footer span {
	max-width: 285px;
	color: var(--muted);
	font-size: 0.66rem;
	line-height: 1.45;
}


/* Home contact */
.home-contact {
	position: relative;
	margin: 0 14px 14px;
	overflow: hidden;
	border-radius: 30px;
	background:
		radial-gradient(circle at 7% 14%, rgba(138, 59, 217, 0.12), transparent 31%),
		radial-gradient(circle at 91% 91%, rgba(110, 91, 240, 0.055), transparent 27%),
		#101014;
	color: var(--white);
}

.home-contact::before {
	content: "";
	position: absolute;
	left: -120px;
	bottom: -150px;
	width: 470px;
	aspect-ratio: 1;
	background: var(--gradient);
	opacity: 0.035;
	-webkit-mask: url("../images/optimus-symbol-original.png") center / contain no-repeat;
	mask: url("../images/optimus-symbol-original.png") center / contain no-repeat;
	transform: rotate(-13deg);
	pointer-events: none;
}

.home-contact__grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
	gap: clamp(54px, 7vw, 104px);
	align-items: center;
}

.home-contact__copy {
	max-width: 570px;
}

.home-contact__copy h2 {
	max-width: 560px;
	margin-bottom: 24px;
	color: var(--white);
	font-family: var(--font-body) !important;
	font-size: clamp(2.2rem, 3.1vw, 3.05rem);
	font-weight: 650;
	line-height: 1.04;
	text-wrap: balance;
}

.home-contact__copy h2 span {
	font-family: var(--font-body) !important;
	font-weight: inherit;
	background: var(--gradient);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.home-contact__copy > p:not(.eyebrow) {
	max-width: 530px;
	margin: 0;
	color: #c9c6d0;
	font-size: 0.93rem;
	line-height: 1.72;
}

.home-contact__channels {
	margin-top: 38px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.home-contact__channels > * {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	min-height: 68px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
	color: var(--white);
}

.home-contact__channels a {
	transition: color 0.22s, padding-left 0.22s var(--ease);
}

.home-contact__channels a:hover {
	padding-left: 6px;
	color: var(--lavender);
}

.home-contact__channels .icon {
	width: 24px;
	height: 24px;
	padding: 0;
	border-radius: 0;
	background: var(--gradient);
}

.home-contact__channels span {
	display: grid;
	gap: 4px;
}

.home-contact__channels small {
	color: #aaa7b3;
	font-size: 0.65rem;
	font-weight: 650;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home-contact__channels strong {
	font-size: 0.78rem;
	font-weight: 620;
	line-height: 1.45;
}

.home-contact__form.form-card {
	padding: clamp(28px, 3.4vw, 42px);
	border-color: rgba(255, 255, 255, 0.14);
	border-radius: 24px;
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
	color: var(--ink);
}

.home-contact__form-heading {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	align-items: end;
	margin-bottom: 28px;
	padding-bottom: 22px;
	border-bottom: 1px solid var(--line);
}

.home-contact__form-heading p {
	margin: 0 0 6px;
	color: var(--violet-deep);
	font-size: 0.66rem;
	font-weight: 720;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.home-contact__form-heading h3 {
	margin: 0;
	font-family: var(--font-body) !important;
	font-size: clamp(1.28rem, 1.7vw, 1.55rem);
}

.home-contact__form-heading > span {
	max-width: 150px;
	color: var(--muted);
	font-size: 0.67rem;
	line-height: 1.5;
	text-align: right;
}

.home-contact__form .optimus-form {
	gap: 12px 16px;
}

.home-contact__form .wpcf7-form input:not([type="checkbox"]):not([type="submit"]),
.home-contact__form .wpcf7-form select,
.home-contact__form .optimus-form input:not([type="checkbox"]):not([type="submit"]),
.home-contact__form .optimus-form select {
	min-height: 46px;
	padding-block: 10px;
}

.home-contact__form .wpcf7-form textarea,
.home-contact__form .optimus-form textarea {
	height: 94px;
	min-height: 90px;
}

.home-contact__form .wpcf7-submit,
.home-contact__form .optimus-form input[type="submit"] {
	width: 100%;
	background: var(--gradient-action);
}

/* FAQ */
.faq-editorial__grid {
	display: grid;
	grid-template-columns: minmax(380px, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(60px, 8vw, 112px);
	align-items: center;
}

.faq-editorial__media {
	position: relative;
	min-height: 640px;
}

.faq-editorial__media > img {
	width: 100%;
	height: 640px;
	object-fit: cover;
	object-position: center;
	border-radius: 28px 112px 28px 28px;
}

.faq-editorial__contact {
	position: absolute;
	right: -38px;
	bottom: 36px;
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 265px;
	padding: 20px 24px;
	border-radius: 20px;
	background: var(--gradient);
	color: var(--white);
	box-shadow: 0 22px 55px rgba(65, 18, 98, 0.22);
	transition: transform 0.24s var(--ease), box-shadow 0.24s;
}

.faq-editorial__contact:hover {
	color: var(--white);
	transform: translateY(-3px);
	box-shadow: 0 27px 62px rgba(65, 18, 98, 0.3);
}

.faq-editorial__contact .icon {
	position: relative;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	-webkit-mask: none;
	mask: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
}

.faq-editorial__contact .icon::before {
	content: "";
	width: 18px;
	height: 18px;
	background: currentColor;
	-webkit-mask: var(--icon-url) center / contain no-repeat;
	mask: var(--icon-url) center / contain no-repeat;
}

.faq-editorial__contact small,
.faq-editorial__contact strong {
	display: block;
}

.faq-editorial__contact small {
	font-size: 0.65rem;
	font-weight: 600;
}

.faq-editorial__contact strong {
	margin-top: 3px;
	font-size: 1rem;
}

.faq-editorial__content > h2 {
	max-width: 680px;
	margin-bottom: 17px;
}

.faq-editorial__content > p:not(.eyebrow) {
	color: var(--muted);
}

.faq-editorial .accordion {
	margin-top: 32px;
}

.faq-editorial .accordion details {
	border-top: 1px solid var(--line);
	border-bottom: 0;
}

.faq-editorial .accordion details:last-child {
	border-bottom: 1px solid var(--line);
}

.faq-editorial .accordion summary {
	padding: 21px 0;
	font-size: 0.9rem;
	font-weight: 650;
}

.faq-editorial .accordion summary span {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--violet-soft);
	color: var(--violet-deep);
}

.faq-editorial .accordion details p {
	padding: 0 44px 22px 0;
	color: var(--muted);
}

/* Home footer treatment */
.home .site-footer {
	position: relative;
	margin: 14px 14px 0;
	overflow: hidden;
	border-radius: 30px 30px 0 0;
	background:
		radial-gradient(circle at 86% 8%, rgba(138, 59, 217, 0.18), transparent 25%),
		#080a0d;
}

.home .site-footer::before {
	content: "";
	position: absolute;
	right: -100px;
	bottom: -130px;
	width: 470px;
	aspect-ratio: 1;
	background: url("../images/optimus-symbol.svg") center / contain no-repeat;
	opacity: 0.045;
	filter: invert(1);
	transform: rotate(13deg);
}

.home .site-footer > * {
	position: relative;
	z-index: 2;
}

/* Quiet motion */
.home [data-reveal] {
	opacity: 0;
	transform: translateY(16px);
	transition: opacity 0.52s var(--ease), transform 0.52s var(--ease);
}

.home [data-reveal].is-visible {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.home [data-reveal],
	.home [data-reveal].is-visible {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.specialty-stage__area > img {
		transition: none;
	}

	.trust-stage__carousel {
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.trust-stage__carousel .trust-stage__track {
		animation: none;
		transform: none;
	}

	.trust-stage__group[data-trust-clone] {
		display: none;
	}

}

@media (max-width: 1120px) {
	.home-hero__content > :not(h1) { max-width: 590px; }
	body.home .home-hero__content h1 { width: min(100%, 700px); max-width: 700px; font-size: clamp(2.15rem, 5.2vw, 2.55rem); }
	.home-hero__material { right: 28px; }
	.home-story__grid { grid-template-columns: minmax(430px, 0.94fr) minmax(390px, 1.06fr); gap: 54px; }
	.story-collage { min-height: 560px; }
	.story-collage__symbol { right: -22px; }
	.quality-canvas__mosaic { grid-template-columns: 0.58fr 1.25fr 0.88fr; }
	.human-presence__grid { gap: 70px; }
	.faq-editorial__grid { gap: 66px; }
}

@media (max-width: 900px) {
	.admin-bar.home .site-header.is-scrolled { top: 58px; }
	.home .site-header.is-scrolled { left: 8px; right: 8px; }
	.home-hero--immersive { min-height: 872px; }
	.home-hero__media img { object-position: 62% center; }
	.home-hero__veil { background: linear-gradient(90deg, rgba(5, 6, 10, 0.97), rgba(8, 10, 13, 0.78) 60%, rgba(8, 10, 13, 0.28)); }
	.home-hero__content { padding-bottom: 250px; }
	.home-hero__facts-grid { grid-template-columns: repeat(2, 1fr); }
	.home-hero__facts-grid--three { grid-template-columns: repeat(3, 1fr); }
	.home-hero__facts-grid > div { padding-block: 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
	.home-hero__facts-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
	.home-hero__facts-grid--three > div { border-bottom: 0; }
	.home-hero__material { bottom: 144px; }
	.home-story__grid,
	.specialty-stage__heading,
	.human-presence__grid,
	.faq-editorial__grid { grid-template-columns: 1fr; }
	.story-collage { min-height: 620px; max-width: 680px; }
	.home-story__content { max-width: 720px; }
	.specialty-stage__heading { gap: 24px; }
	.specialty-stage__heading > p { max-width: 650px; }
	.specialty-stage__area { min-height: 330px; }
	.quality-canvas__heading { grid-template-columns: 1fr; }
	.quality-canvas__heading .button { justify-self: start; }
	.quality-canvas__mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 440px 310px auto; min-height: 0; }
	.quality-canvas__main { grid-column: 1 / 3; grid-row: 1; }
	.quality-canvas__vertical { grid-column: 1; grid-row: 2; }
	.quality-canvas__detail { grid-column: 2; grid-row: 2; }
	.quality-canvas__facts { grid-column: 1 / 3; grid-row: 3; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
	.quality-canvas__facts > div { grid-template-columns: 32px 1fr; padding: 18px 0; border-top: 1px solid rgba(255, 255, 255, 0.13); border-bottom: 0; }
	.human-presence__media { width: min(520px, 84vw); margin-inline: auto; }
	.human-presence__content { max-width: 720px; }
	.compliance-stage__grid { grid-template-columns: 1fr; }
	.compliance-stage__grid .compliance-card { min-height: 210px; }
	.faq-editorial__media { width: min(620px, 86vw); margin-inline: auto; }
	.faq-editorial__content { max-width: 760px; }
	.home-contact__grid { grid-template-columns: 1fr; }
	.home-contact__copy { max-width: 720px; }
	.home-contact__form { max-width: 820px; }
}

@media (max-width: 640px) {
	.home .site-header.is-scrolled { top: 7px; height: 62px; border-radius: 17px; }
	.admin-bar.home .site-header.is-scrolled { top: 53px; }
	.specialty-stage { margin-inline: 8px; margin-bottom: 54px; padding-top: 52px; border-radius: 22px; }
	.home-contact { margin-inline: 8px; border-radius: 22px; }
	.home-hero--immersive { margin: 0; border-radius: 0 0 22px 22px; }
	.specialty-stage > .container,
	.trust-stage > .container,
	.home-contact > .container { width: calc(100% - 36px); }
	.home-hero--immersive { min-height: 897px; }
	.home-hero__media img { object-position: 61% center; }
	.home-hero__veil { background: linear-gradient(90deg, rgba(5, 6, 10, 0.96), rgba(8, 10, 13, 0.72)), linear-gradient(180deg, transparent 30%, rgba(8, 10, 13, 0.72)); }
	.home-hero__symbol { left: -90px; top: 22%; width: 290px; }
	.home-hero__content { align-self: flex-start; padding: 138px 0 285px; }
	body.home .home-hero__content h1 { max-width: 100%; font-size: clamp(2.05rem, 8.4vw, 2.35rem); line-height: 1.05; letter-spacing: -0.04em; }
	body.home .home-hero__content .home-hero__title-main,
	body.home .home-hero__content .home-hero__title-end { font-size: 1em; line-height: 1.05; white-space: normal; }
	.home-hero__assurances { flex-direction: column; gap: 12px; }
	.home-hero__assurances li { max-width: 300px; }
	.home-hero__material { display: none; }
	.home-hero__facts-grid > div { padding: 15px 12px; }
	.home-hero__facts-grid > div:nth-child(odd) { border-left: 0; }
	.home-hero__facts-grid > div:nth-child(even) { border-right: 0; }
	.home-hero__facts-grid--three > div { border-right: 0; border-left: 1px solid rgba(255, 255, 255, 0.13); }
	.home-hero__facts-grid--three > div:first-child { border-left: 0; }
	.home-hero__facts strong { font-size: 0.7rem; }
	.story-collage { min-height: 480px; }
	.story-collage__main { inset: 0 0 0 4%; border-radius: 22px 70px 22px 22px; }
	.story-collage__since { left: calc(4% + 18px); top: 18px; gap: 7px; }
	.story-collage__since strong { font-size: 1.12rem; }
	.story-collage__symbol { right: -4px; bottom: -19px; width: 100px; }
	.story-values > div { grid-template-columns: 1fr; gap: 5px; }
	.home-story__content h2,
	.specialty-stage__heading h2,
	.quality-canvas__heading h2,
	.human-presence__content h2,
	.trust-stage__heading h2,
	.faq-editorial__content h2 { font-size: clamp(1.9rem, 7.9vw, 2.25rem); }
	.specialty-stage__texture { width: 100%; }
	.specialty-stage__canvas { grid-template-columns: 1fr; gap: 10px; top: 38px; }
	.specialty-stage__area { min-height: 320px; border-radius: 14px; }
	.specialty-stage__copy { padding: 24px; }
	.specialty-stage__copy h3 { font-size: clamp(1.7rem, 8vw, 2rem); }
	.quality-canvas__heading { gap: 26px; }
	.quality-canvas__mosaic { grid-template-rows: 380px 240px auto; gap: 10px; padding: 10px; border-radius: 22px; }
	.quality-canvas__vertical { border-radius: 14px 14px 44px 14px; }
	.quality-canvas__detail { border-radius: 44px 14px 14px 14px; }
	.quality-canvas__facts { grid-template-columns: 1fr; gap: 0; padding: 10px 16px 16px; }
	.quality-canvas__facts > div { border-top: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.13); }
	.quality-canvas__facts > div:last-child { border-bottom: 0; }
	.human-presence__media { min-height: 500px; }
	.human-presence__arc { left: -28px; top: -30px; border-width: 16px; }
	.human-presence__brand { right: -38px; width: 180px; }
	.human-presence__metric { grid-template-columns: 1fr; gap: 10px; }
	.human-presence__areas article { grid-template-columns: 1fr; gap: 7px; padding: 16px 0; }
	.trust-stage__heading { margin-bottom: 28px; }
	.trust-stage__heading h2 { font-size: clamp(1.9rem, 7.9vw, 2.25rem); }
	.trust-card { flex-basis: min(86vw, 350px); height: 270px; min-height: 270px; padding: 24px; }
	.faq-editorial__media { width: 100%; min-height: 480px; }
	.faq-editorial__media > img { height: 480px; border-radius: 22px 70px 22px 22px; }
	.faq-editorial__contact { right: 12px; bottom: 18px; min-width: 240px; padding: 17px 19px; }
	.home-contact__grid { gap: 38px; }
	.home-contact__copy h2 { font-size: clamp(1.9rem, 8vw, 2.25rem); }
	.home-contact__channels strong { overflow-wrap: anywhere; }
	.home-contact__form.form-card { padding: 22px 18px; border-radius: 18px; }
	.home-contact__form-heading { align-items: start; flex-direction: column; gap: 8px; margin-bottom: 22px; padding-bottom: 18px; }
	.home-contact__form-heading > span { max-width: none; text-align: left; }
	.home-contact__form .optimus-form { grid-template-columns: 1fr; }
	.home .site-footer { margin-inline: 8px; border-radius: 22px 22px 0 0; }
}
