/*
Theme Name: Unik-tm
Theme URI: https://unik.events/
Author: Site Unik
Description: Theme WordPress minimal pour une page unique.
Version: 0.1.2
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: unik-tm
*/

:root {
	--text: #0a0a0a;
	--muted: #777;
	--line: #e7e7e7;
	--soft: #f7f7f7;
	--blue: #020AAC;
	--blue-dark: #01066d;
	--font-main: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	max-width: 1300px;
	margin: 0 auto;
	color: var(--text);
	background: #fff;
	font-family: var(--font-main);
	line-height: 1.5;
}

button,
input,
select,
textarea {
	font: inherit;
}

a {
	color: inherit;
	text-decoration: none;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	min-height: 96px;
	padding: 0 32px;
	background: #fff;
	letter-spacing: 1px;
}

.site-logo,
.site-actions,
.site-nav {
	display: flex;
	align-items: center;
	gap: 22px;
}

.site-menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
	gap: 32px;
}

.site-logo {
	line-height: 0;
}

.muted,
small {
	color: #aaa;
}

.site-logo img {
	display: block;
	width: auto;
	height: 90px;
}

.site-nav {
	flex-wrap: wrap;
	color: #666;
	font-size: 14px;
}

.site-nav a:hover,
.site-nav a:focus {
	color: var(--blue);
}

.site-nav a.is-active {
	color: var(--blue-dark);
}

.menu-toggle {
	display: none;
}

.language-link {
	padding: 10px 18px;
	border: 1px solid var(--line);
}

.quote-link {
	display: inline-block;
	padding: 14px 28px;
	color: #fff;
	background: var(--blue);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

@keyframes quote-pulse {
	0%,
	10%,
	20%,
	100% {
		background-color: var(--blue);
	}

	5%,
	15% {
		background-color: #f00;
	}
}

.section {
	position: relative;
	scroll-margin-top: 96px;
	padding: 56px 32px;
	border-bottom: 1px solid var(--line);
}

.section-marker {
	position: absolute;
	top: 18px;
	right: 32px;
	z-index: 2;
	margin: 0;
	color: var(--blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
	pointer-events: none;
}

.hero {
	position: relative;
	min-height: 100svh;
	padding-top: 0;
	display: grid;
	grid-template-rows: 1fr auto;
	align-items: center;
	overflow: hidden;
	background: #fff;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("images/Hero.jpeg?") center top / cover no-repeat;
	opacity: 0;
	transition: opacity 1s ease;
}

.hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 50%);
	pointer-events: none;
}

.hero--background-visible::before {
	opacity: 1;
}

.hero__content {
	position: relative;
	z-index: 1;
	align-self: start;
	padding: 34px;
}

#presence {
	background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url("images/WorldMap.jpeg") center center / 100% auto no-repeat;
}

.reach-panel {
	background: none !important;
}

h1,
h2,
h3,
h4,
p {
	margin : 0;
}

h1 {
	margin-bottom: 0;
	font-size: clamp(56px, 8vw, 150px);
	line-height: 0.95;
}

h1 span,
.clients-heading h2 span,
.section-heading h2 span {
	color: var(--blue);
}

.hero h1 {
	margin-bottom: 24px;
	color: #060b1b;
	font-size: clamp(54px, 5.9vw, 78px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 0.95;
}

.hero h1 span {
	color: #060b1b;
}

.hero h1 span:last-child {
	color: var(--blue);
}

.hero__intro {
	max-width: 430px;
	margin-bottom: 24px;
	color: var(--blue);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.15;
	text-transform: uppercase;
}

.hero__outro {
	margin-bottom: 24px;
	color: #1f2430;
	font-size: clamp(16px, 1.6vw, 20px);
	font-weight: 600;
	line-height: 1.45;
}

.hero__outro::before {
	content: "";
	display: block;
	width: 46px;
	height: 3px;
	margin-bottom: 18px;
	background: var(--blue);
}

.hero-features {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: 590px;
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
	border-top: 1px solid rgba(2, 10, 172, 0.2);
	border-bottom: 1px solid rgba(2, 10, 172, 0.2);
}

.hero-features li {
	display: grid;
	justify-items: center;
	gap: 10px;
	min-height: 96px;
	padding: 14px 12px 12px;
	color: #172037;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	border-right: 1px solid rgba(2, 10, 172, 0.2);
}

.hero-features li:last-child {
	border-right: 0;
}

.hero-feature__icon {
	position: relative;
	display: block;
	width: 38px;
	height: 38px;
	color: var(--blue);
}

.hero-feature__icon::before,
.hero-feature__icon::after {
	content: "";
	position: absolute;
	box-sizing: border-box;
}

.hero-feature__icon--people::before {
	top: 5px;
	left: 7px;
	width: 11px;
	height: 11px;
	border: 2px solid currentColor;
	border-radius: 50%;
	box-shadow: 14px 0 0 -2px #fff, 14px 0 0 0 currentColor;
}

.hero-feature__icon--people::after {
	right: 4px;
	bottom: 5px;
	left: 4px;
	height: 15px;
	border: 2px solid currentColor;
	border-bottom: 0;
	border-radius: 16px 16px 0 0;
}

.hero-feature__icon--globe::before {
	inset: 3px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.hero-feature__icon--globe::after {
	top: 6px;
	left: 18px;
	width: 2px;
	height: 26px;
	background: currentColor;
	box-shadow: -12px 12px 0 -11px currentColor, 12px 12px 0 -11px currentColor;
}

.hero-feature__icon--clock::before {
	inset: 4px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.hero-feature__icon--clock::after {
	top: 11px;
	left: 18px;
	width: 10px;
	height: 12px;
	border-left: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
}

.hero-feature__icon--user::before {
	top: 4px;
	left: 13px;
	width: 12px;
	height: 12px;
	border: 2px solid currentColor;
	border-radius: 50%;
}

.hero-feature__icon--user::after {
	right: 7px;
	bottom: 4px;
	left: 7px;
	height: 16px;
	border: 2px solid currentColor;
	border-bottom: 0;
	border-radius: 18px 18px 0 0;
}

.hero-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	padding: 15px 28px;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.button::after {
	content: ">";
	margin-left: 14px;
	font-size: 18px;
	line-height: 1;
}

.button--primary {
	color: #fff;
	background: var(--blue);
}

.button--secondary {
	color: var(--blue);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid currentColor;
}

.trusted-band {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 20px;
	width: calc(100% + 64px);
	margin: 0 -32px;
	padding: 18px 32px 20px;
	color: #fff;
	background: #060b1b;
	text-align: center;
}

.trusted-band p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.trusted-band ul {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	align-items: center;
	gap: 28px;
	width: min(100%, 900px);
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.trusted-band li {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
}

.trusted-band img {
	display: block;
	max-width: 128px;
	max-height: 44px;
	width: auto;
	height: auto;
	opacity: 0.9;
	object-fit: contain;
}

.trusted-band li:nth-child(3) img,
.trusted-band li:nth-child(5) img {
	filter: brightness(0) invert(1);
}

h2 {
	font-size: clamp(36px, 5vw, 82px);
	line-height: 1;
}

h3 {
	font-size: 24px;
}

.text-reveal {
	opacity: 0;
	transform: translateX(-32px);
	transition: opacity 1s ease, transform 1s ease;
}

.text-reveal--visible {
	opacity: 1;
	transform: translateX(0);
}

body.is-language-switching .text-reveal {
	opacity: 0;
	transform: translateX(32px);
	transition-duration: 0.35s;
}

@media (prefers-reduced-motion: reduce) {
	.hero::before,
	.text-reveal,
	body.is-language-switching .text-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.site-menu,
	.site-menu a,
	.menu-toggle span {
		transition: none;
	}
}

.eyebrow {
	color: var(--blue);
	text-transform: uppercase;
	letter-spacing: 4px;
}

.scroll-hint {
	position: absolute;
	left: 50%;
	bottom: 20px;
	z-index: 2;
	display: none;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	margin: 0;
	color: var(--blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	text-transform: uppercase;
	transform: translateX(-50%);
	opacity: 0.55;
	transition: opacity 0.18s ease;
	pointer-events: none;
}

.scroll-hint__mouse {
	position: relative;
	width: 20px;
	height: 32px;
	border: 2px solid currentColor;
	border-radius: 999px;
}

.scroll-hint__mouse span {
	position: absolute;
	top: 7px;
	left: 50%;
	width: 3px;
	height: 7px;
	border-radius: 999px;
	background: currentColor;
	transform: translateX(-50%);
	animation: scroll-wheel 1.15s ease-in-out infinite;
}

body.has-scrolled .scroll-hint {
	opacity: 0;
}

@keyframes scroll-wheel {
	0% {
		opacity: 0;
		transform: translate(-50%, 0);
	}

	25% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translate(-50%, 9px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.scroll-hint,
	.scroll-hint__mouse span {
		animation: none;
		transition: none;
	}
}

.panel {
	display: grid;
	grid-template-columns: 1fr 1.6fr;
	gap: 72px;
}

.broken-image {
	width: 100%;
	min-height: 420px;
	background: var(--soft);
	border: 1px solid var(--line);
	object-fit: cover;
}

.fleet-intro {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	display: grid;
	align-items: center;
	min-height: 430px;
	padding: 64px;
	border-radius: 8px;
	background: url("images/Fleet.jpeg") center center / cover no-repeat;
	box-shadow: 0 18px 36px rgba(10, 16, 34, 0.16);
}

.fleet-intro::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 30%,  rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0) 90%);
	pointer-events: none;
}

.fleet-intro > div {
	max-width: 620px;
}

.fleet-intro p {
	max-width: 620px;
	color: #4d5263;
	font-size: 22px;
	line-height: 1.35;
}

.fleet-intro .simple-list {
	margin: 28px 0 0;
	color: #2a2f3d;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.7;
}

.fleet-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: 58px;
}

.fleet-card {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 560px;
	padding: 32px 30px 0;
	background: linear-gradient(180deg, #fff 0%, #fbfcff 58%, #f1f4f8 100%);
	border: 1px solid var(--line);
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(10, 16, 34, 0.08);
}

.fleet-card__index {
	margin-bottom: 22px;
	color: var(--blue);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.28em;
	text-transform: uppercase;
}

.fleet-card h3 {
	margin-bottom: 20px;
	color: #060b1b;
	font-size: clamp(28px, 2.8vw, 42px);
	font-weight: 800;
	line-height: 1.05;
}

.fleet-card__description {
	min-height: 76px;
	margin-bottom: 20px;
	color: #4f5565;
	font-size: 17px;
	line-height: 1.45;
}

.fleet-card__facts {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 22px 0 0;
	color: #303648;
	font-size: 14px;
	line-height: 1.35;
	list-style: none;
	border-top: 1px solid var(--line);
}

.fleet-card__facts li {
	display: grid;
	grid-template-columns: 18px 1fr;
	column-gap: 10px;
}

.fleet-card__dot {
	width: 8px;
	height: 8px;
	margin-top: 6px;
	background: var(--blue);
	border-radius: 50%;
}

.fleet-card__facts strong {
	color: #060b1b;
}

.fleet-card__visual {
	min-height: 170px;
	margin: auto -30px 0;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.fleet-card--sedan .fleet-card__visual {
	background-image: url("images/Vehicule-Sedan.png");
}

.fleet-card--van .fleet-card__visual {
	background-image: url("images/Vehicule-Van.png");
}

.fleet-card--minibus .fleet-card__visual {
	background-image: url("images/Vehicule-Minibus.png");
}

.fleet-card--coach .fleet-card__visual {
	background-image: url("images/Vehicule-Coach.png");
}

.panel {
	position: relative;
	margin-top: 48px;
	padding: 64px;
	background: var(--soft);
}

.section > .panel:first-child {
	margin-top: 0;
}

.simple-list {
	padding-left: 18px;
	color: #aaa;
}

.simple-list li::marker {
	color: var(--blue);
}

.clients .section-marker,
.case-studies .section-marker {
	top: 56px;
}

.client-groups {
	display: grid;
	gap: 44px;
}

.client-group h3 {
	margin-bottom: 18px;
	color: var(--blue);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.client-logos {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
	list-style: none;
}

.client-logos li {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 116px;
	padding: 24px 18px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	background: #fff;
}

.client-logos img {
	display: block;
	max-width: 138px;
	max-height: 54px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.about-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
	gap: 72px;
	align-items: start;
}

.about-section h2,
.about-section h3 {
	color: var(--blue);
}

.about-section h2 {
	margin-bottom: 20px;
	font-size: clamp(38px, 5vw, 74px);
}

.about-lead {
	margin-bottom: 10px;
}

.about-lead p {
	max-width: 640px;
	color: #666;
	font-size: clamp(20px, 2vw, 30px);
	line-height: 1.05;
}

.about-block,
.about-signature {
	padding: 10px 0;
	border-top: 1px solid var(--line);
}

.about-block h3,
.about-signature h3 {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.about-block p {
	max-width: 720px;
	color: #666;
	font-size: 18px;
	line-height: 1.18;
}

.about-block .simple-list {
	line-height: 1.2;
}

.about-block p strong {
	color: var(--text);
	font-size: 22px;
}

.about-team__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
	margin-top: 32px;
}

.about-team__list article {
	padding-top: 24px;
	border-top: 1px solid var(--line);
}

.about-team__list h4 {
	margin-bottom: 6px;
	color: var(--text);
	font-size: 24px;
	line-height: 1.1;
}

.about-signature p {
	margin-bottom: 10px;
	color: var(--blue);
	font-size: clamp(28px, 4vw, 54px);
	font-weight: 700;
	line-height: 1.05;
}

.about-signature p + p {
	margin-bottom: 0;
	color: var(--text);
	font-size: clamp(20px, 2.4vw, 32px);
	line-height: 1.15;
}

.about-portraits {
	display: grid;
	gap: 24px;
}

.about-portrait {
	display: grid;
	gap: 12px;
}

.about-portrait img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid var(--line);
	background: var(--soft);
}

.about-portrait h4 {
	margin: 10px 0 0;
	font-size: 24px;
	line-height: 1.1;
}

.about-portrait p {
	margin: 0;
	color: var(--text);
	font-weight: 700;
}

.about-portrait .simple-list {
	margin: 0;
	color: #666;
	line-height: 1.35;
}

.scale-panel {
	grid-template-columns: minmax(0, calc((100% - 72px) / 2 + 50px)) minmax(0, calc((100% - 72px) / 2 - 50px));
	padding: 0;
	background: transparent;
}

.scale-intro {
	display: flex;
	flex-direction: column;
}

.scale-intro .muted {
	color: var(--text);
}

.scale-intro strong {
	display: block;
	margin: 20px 0;
	font-size: clamp(70px, 12vw, 170px);
	line-height: 0.9;
	white-space: nowrap;
}

.scale-visual {
	overflow: hidden;
	display: grid;
	place-items: center;
	width: 100%;
	margin: 0;
	border-radius: 8px;
}

.scale-visual img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	box-shadow: 0 14px 30px rgba(10, 10, 10, 0.18);
	object-fit: cover;
}

.scale-bars h2 {
	margin-top: 50px;
}

.reach-panel h2 {
	line-height: 1.08;
}

.bar {
	margin-top: 34px;
}

.bar div,
.region-list li {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: baseline;
}

progress {
	width: 100%;
	height: 8px;
	accent-color: var(--blue);
}

.region-list {
	margin: 0;
	padding: 0;
	list-style: decimal-leading-zero inside;
}

.region-list li {
	padding: 28px;
	border-bottom: 1px solid var(--line);
}

.region-list span,
.case-list p,
.case-list small {
	color: #aaa;
}

.region-list span {
	text-align: right;
}

.section-heading {
	align-items: start;
	border-bottom: 1px solid var(--line);
}

.section-heading h2, .clients-heading h2 {
	margin: 30px 0;
}

.section-heading a {
	justify-self: end;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--text);
}

.case-studies .section-heading {
	padding-bottom: 32px;
}

.case-list {
	display: grid;
}

.case-item {
	display: grid;
	grid-template-columns: minmax(220px, 0.8fr) minmax(680px, 2fr);
	gap: 32px;
	padding: 28px 0;
	border-bottom: 1px solid var(--line);
}

.case-item__main {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.case-index {
	padding-top: 4px;
	color: #aaa;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.case-copy h3 {
	margin-bottom: 12px;
	font-size: clamp(28px, 2.5vw, 36px);
	line-height: 1.05;
}

.case-copy p {
	max-width: 760px;
	margin-bottom: 0;
	color: #707786;
	font-size: 18px;
	line-height: 1.5;
}

.case-item__meta {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	align-self: start;
}

.case-stat {
	display: grid;
	gap: 6px;
	align-content: start;
	min-height: 104px;
	padding: 18px 18px 16px;
	background: #f6f8fb;
	border: 1px solid var(--line);
	border-radius: 8px;
}

.case-stat strong {
	color: var(--text);
	font-size: clamp(28px, 2.3vw, 34px);
	line-height: 1.1;
}

.case-place {
	min-height: 104px;
	padding: 18px 18px 16px;
	color: var(--text);
	background: #eef2ff;
	border: 1px solid #d8defa;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.case-stat small {
	display: block;
	color: #707786;
	font-size: 13px;
	line-height: 1.35;
}

.case-place br {
	content: "";
}

.site-footer {
	display: flex;
	justify-content: space-between;
	gap: 32px;
	padding: 24px 32px;
	background: var(--text);
	color: #fff;
	font-size: 14px;
	line-height: 1.45;
}

.site-footer * {
	color: #fff;
}

.site-footer h2 {
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 1.1;
}

.site-footer .eyebrow,
.site-footer p {
	margin-bottom: 8px;
}

.site-footer address {
	font-style: normal;
}

@media (max-width: 900px) {
	.section-marker {
		display: none;
	}

	#presence {
		background-image: none;
	}

	.site-actions,
	.site-nav,
	.site-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	body.is-menu-open {
		overflow: hidden;
	}

	.site-header {
		min-height: 64px;
		padding: 0 20px;
	}

	.site-logo {
		position: relative;
		z-index: 12;
	}

	.menu-toggle {
		position: relative;
		z-index: 12;
		display: grid;
		gap: 6px;
		width: 44px;
		height: 44px;
		margin-left: auto;
		padding: 15px 12px;
		background: none;
		border: 0;
		cursor: pointer;
	}

	.menu-toggle span {
		display: block;
		width: 20px;
		height: 1px;
		background: var(--text);
		transition: transform 0.28s ease;
	}

	body.is-menu-open .menu-toggle span:first-child {
		transform: translateY(3.5px) rotate(45deg);
	}

	body.is-menu-open .menu-toggle span:last-child {
		transform: translateY(-3.5px) rotate(-45deg);
	}

	.site-menu {
		position: fixed;
		inset: 64px 0 auto;
		z-index: 11;
		display: flex;
		align-items: stretch;
		flex-direction: column;
		justify-content: flex-start;
		gap: 28px;
		height: calc(100vh - 64px);
		height: calc(100dvh - 64px);
		overflow-y: auto;
		overscroll-behavior: contain;
		padding: 36px 28px;
		background: #fff;
		visibility: hidden;
		opacity: 0;
		pointer-events: none;
		transform: translateY(-18px);
		transition: opacity 0.28s ease, transform 0.35s ease, visibility 0s linear 0.35s;
		-webkit-overflow-scrolling: touch;
	}

	@supports ((-webkit-backdrop-filter: blur(18px)) or (backdrop-filter: blur(18px))) {
		.site-menu {
			background: #fff;
		}
	}

	body.is-menu-open .site-menu {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		transition-delay: 0s;
	}

	.site-menu a {
		opacity: 0;
		transform: translateY(-10px);
		transition: opacity 0.3s ease, transform 0.35s ease;
	}

	body.is-menu-open .site-menu a {
		opacity: 1;
		transform: translateY(0);
	}

	.site-nav {
		gap: 0;
		color: var(--text);
		font-size: 34px;
		line-height: 1;
		text-transform: none;
		letter-spacing: 0;
	}

	.site-nav a {
		width: 100%;
		padding: 16px 0;
		border-bottom: 1px solid var(--line);
	}

	.site-actions {
		gap: 0;
		width: 100%;
		margin-top: auto;
	}

	.site-menu .language-link,
	.site-menu .quote-link {
		width: 100%;
		padding: 16px 0;
		color: var(--text);
		background: none;
		border: 0;
		border-bottom: 1px solid var(--line);
		font-size: 24px;
		font-weight: 400;
		text-transform: none;
		letter-spacing: 0;
	}

	.site-menu .quote-link {
		color: var(--blue);
		animation: none;
	}

	body.is-menu-open .site-nav a:nth-child(1) {
		transition-delay: 0.06s;
	}

	body.is-menu-open .site-nav a:nth-child(2) {
		transition-delay: 0.1s;
	}

	body.is-menu-open .site-nav a:nth-child(3) {
		transition-delay: 0.14s;
	}

	body.is-menu-open .site-nav a:nth-child(4) {
		transition-delay: 0.18s;
	}

	body.is-menu-open .site-nav a:nth-child(5) {
		transition-delay: 0.22s;
	}

	body.is-menu-open .site-nav a:nth-child(6) {
		transition-delay: 0.26s;
	}

	body.is-menu-open .site-actions a:nth-child(1) {
		transition-delay: 0.3s;
	}

	body.is-menu-open .site-actions a:nth-child(2) {
		transition-delay: 0.34s;
	}

	.panel,
	.about-layout,
	.about-team__list,
	.clients-heading,
	.section-heading {
		grid-template-columns: 1fr;
	}

	.case-item,
	.case-item__main,
	.case-item__meta {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.case-item {
		padding: 24px 0;
	}

	.case-index {
		padding-top: 0;
	}

	.case-stat,
	.case-place {
		min-height: auto;
	}

	.about-portraits {
		position: static;
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.clients-heading {
		margin-bottom: 44px;
	}

	.client-groups {
		gap: 34px;
	}

	.client-logos {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.client-logos li {
		min-height: 98px;
		padding: 20px 14px;
	}

	.client-logos img {
		max-width: 116px;
		max-height: 48px;
	}

	.fleet-grid {
		grid-template-columns: 1fr;
	}

	.fleet-intro {
		min-height: auto;
		padding: 32px 24px;
		background: #fff;
	}

	.fleet-intro::after {
		display: none;
	}

	.fleet-grid {
		gap: 20px;
		margin-top: 36px;
	}

	.fleet-card {
		min-height: auto;
		padding-bottom: 24px;
	}

	.fleet-card__description {
		min-height: auto;
	}

	.fleet-card__visual {
		display: none;
	}

	.scale-visual {
		display: none;
	}

	.panel {
		padding: 32px;
	}

	.scale-panel {
		padding: 0;
	}

	.section {
		padding: 48px 20px;
	}

	.hero {
		min-height: 100svh;
		padding: 14px 20px 0;
	}

	.hero::before {
		background-image: url("images/Hero-mobile.jpeg?");
		background-position: center center;
	}

	.hero::after {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.00) 90%);
	}

	.hero__content {
		isolation: isolate;
		max-width: 520px;
		padding: 30px 0 28px;
	}

	.hero__content::before {
		content: "";
		position: absolute;
		z-index: -1;
	}

	.hero h1 {
		font-size: clamp(44px, 13vw, 64px);
	}

	.hero__intro {
		max-width: 320px;
		margin-bottom: 22px;
		font-size: 13px;
	}

	.hero__outro {
		max-width: 260px;
		font-size: 16px;
	}

	.hero-features {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-bottom: 24px;
	}

	.hero-features li:nth-child(2) {
		border-right: 0;
	}

	.hero-features li:nth-child(-n+2) {
		border-bottom: 1px solid rgba(2, 10, 172, 0.2);
	}

	.hero-ctas {
		gap: 12px;
	}

	.button {
		width: 100%;
		min-height: 54px;
		padding: 16px 20px;
	}

	.trusted-band {
		width: calc(100% + 40px);
		margin: 0 -20px;
		padding: 22px 20px 24px;
	}

	.trusted-band ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 24px;
	}

	.trusted-band li:last-child {
		grid-column: 1 / -1;
	}

	.trusted-band img {
		max-width: 116px;
		max-height: 46px;
	}
}

@media (max-width: 900px) and (prefers-reduced-motion: reduce) {
	.site-menu,
	.site-menu a,
	.menu-toggle span {
		transition: none;
	}
}
