/*
Theme Name: DMG Service
Theme URI: https://craftcode.com.ua/
Author: CraftCode
Author URI: https://craftcode.com.ua/
Description: Custom premium WordPress theme for DMG Service auto repair station.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: dmg-service
Domain Path: /languages
*/

:root {
	--bcs-black: #111111;
	--bcs-ink: #171717;
	--bcs-ink-soft: #222222;
	--bcs-gold: #ffd000;
	--bcs-gold-bright: #fff200;
	--bcs-orange: #ff7a00;
	--bcs-white: #ffffff;
	--bcs-muted: #bebebe;
	--bcs-line: rgba(255, 255, 255, 0.12);
	--bcs-container: 1180px;
	--bcs-radius: 8px;
	--bcs-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
	--bcs-glow: 0 0 24px rgba(255, 210, 0, 0.34), 0 0 54px rgba(255, 122, 0, 0.18);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--bcs-black);
	color: var(--bcs-white);
	font-family: Inter, Montserrat, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

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

img,
svg,
video {
	display: block;
	max-width: 100%;
	height: auto;
}

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

a:hover,
a:focus-visible {
	color: var(--bcs-gold-bright);
}

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

button {
	cursor: pointer;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site {
	min-height: 100vh;
	overflow: clip;
	background:
		radial-gradient(circle at 78% 18%, rgba(255, 210, 0, 0.18), transparent 28%),
		radial-gradient(circle at 10% 72%, rgba(255, 122, 0, 0.08), transparent 30%),
		linear-gradient(180deg, #101010 0%, #151515 52%, #111111 100%);
}

.container {
	width: min(calc(100% - 40px), var(--bcs-container));
	margin-inline: auto;
}

.site-header {
	position: fixed;
	z-index: 50;
	top: 0;
	right: 0;
	left: 0;
	border-bottom: 1px solid var(--bcs-line);
	background: rgba(17, 17, 17, 0.78);
	backdrop-filter: blur(18px);
}

.admin-bar .site-header {
	top: 32px;
}

.site-header__inner {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 32px;
	min-height: 82px;
}

.site-branding {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 190px;
	font-family: Montserrat, Inter, Arial, sans-serif;
	font-weight: 800;
	line-height: 1.05;
	text-transform: uppercase;
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
	max-width: 210px;
}

.custom-logo {
	max-height: 48px;
	width: auto;
}

.site-branding__mark {
	display: grid;
	place-items: center;
	width: 46px;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 210, 0, 0.72);
	border-radius: 50%;
	color: var(--bcs-gold);
	font-weight: 900;
	box-shadow: 0 0 20px rgba(255, 210, 0, 0.18);
}

.site-branding__text span {
	display: block;
	color: var(--bcs-gold);
	font-size: 12px;
	letter-spacing: 0.12em;
}

.site-branding__text strong {
	display: block;
	font-size: 17px;
	letter-spacing: 0.03em;
}

.primary-navigation {
	justify-self: center;
}

.primary-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	font-weight: 600;
}

.primary-menu a::after {
	position: absolute;
	right: 0;
	bottom: 7px;
	left: 0;
	height: 2px;
	background: var(--bcs-gold);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 180ms ease;
}

.primary-menu a:hover::after,
.primary-menu a:focus-visible::after,
.primary-menu .current-menu-item > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.site-header__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 14px;
}

.language-switcher {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px;
	border: 1px solid var(--bcs-line);
	border-radius: var(--bcs-radius);
	background: rgba(255, 255, 255, 0.04);
}

.language-switcher a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	min-height: 30px;
	border-radius: 6px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.language-switcher a:hover,
.language-switcher a:focus-visible,
.language-switcher a.is-active {
	background: var(--bcs-gold);
	color: #111111;
}

.header-phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--bcs-white);
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.header-phone::before {
	width: 11px;
	aspect-ratio: 1;
	border-radius: 999px;
	background: var(--bcs-gold);
	box-shadow: 0 0 0 5px rgba(255, 210, 0, 0.16), 0 0 18px rgba(255, 210, 0, 0.44);
	content: "";
}

.menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	aspect-ratio: 1;
	border: 1px solid var(--bcs-line);
	border-radius: var(--bcs-radius);
	background: transparent;
	color: var(--bcs-white);
}

.menu-toggle__bar {
	position: relative;
	width: 20px;
	height: 2px;
	background: currentColor;
}

.menu-toggle__bar::before,
.menu-toggle__bar::after {
	position: absolute;
	left: 0;
	width: 20px;
	height: 2px;
	background: currentColor;
	content: "";
	transition: transform 180ms ease, top 180ms ease;
}

.menu-toggle__bar::before {
	top: -7px;
}

.menu-toggle__bar::after {
	top: 7px;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bar {
	background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bar::before {
	top: 0;
	transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__bar::after {
	top: 0;
	transform: rotate(-45deg);
}

.hero {
	position: relative;
	display: grid;
	align-items: center;
	min-height: 100vh;
	padding: 150px 0 120px;
	isolation: isolate;
}

.hero::before {
	position: absolute;
	inset: 0;
	z-index: -3;
	background:
		linear-gradient(90deg, rgba(17, 17, 17, 0.82) 0%, rgba(17, 17, 17, 0.58) 38%, rgba(17, 17, 17, 0.12) 74%, rgba(17, 17, 17, 0.58) 100%),
		linear-gradient(180deg, rgba(17, 17, 17, 0.08), rgba(17, 17, 17, 0.42));
	content: "";
}

.hero::after {
	position: absolute;
	right: -10vw;
	bottom: -10vh;
	z-index: -2;
	width: 58vw;
	min-width: 520px;
	aspect-ratio: 1.9;
	background: linear-gradient(135deg, var(--bcs-gold-bright), var(--bcs-gold) 54%, var(--bcs-orange));
	box-shadow: -18px -12px 80px rgba(255, 210, 0, 0.18);
	clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
	content: "";
	opacity: 0.94;
}

.hero__slides {
	position: absolute;
	inset: 0;
	z-index: -4;
	overflow: hidden;
	background: #111111;
}

.hero__slide {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	opacity: 0;
	transform: scale(1.04);
	transition: opacity 900ms ease, transform 2400ms ease;
}

.hero__slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 650px) 1fr;
	align-items: center;
	gap: 56px;
}

.hero__content {
	position: relative;
	max-width: 650px;
	min-height: 410px;
	animation: bcs-fade-up 640ms ease both;
}

.hero__copy {
	position: absolute;
	inset: 0 auto auto 0;
	max-width: 650px;
	opacity: 0;
	pointer-events: none;
	transform: translateY(18px);
	transition: opacity 520ms ease, transform 520ms ease;
	visibility: hidden;
}

.hero__copy.is-active {
	position: relative;
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 18px;
	color: var(--bcs-gold-bright);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.hero__eyebrow::before {
	width: 48px;
	height: 1px;
	background: currentColor;
	content: "";
}

.hero h1 {
	margin: 0;
	font-family: Montserrat, Inter, Arial, sans-serif;
	font-size: clamp(54px, 7vw, 112px);
	font-weight: 800;
	line-height: 0.95;
}

.hero__title {
	margin: 0;
	font-family: Montserrat, Inter, Arial, sans-serif;
	font-size: clamp(46px, 6vw, 86px);
	font-weight: 800;
	line-height: 0.98;
}

.hero__lead {
	max-width: 560px;
	margin: 26px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.55;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 38px;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: var(--bcs-radius);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
	transform: translateY(-2px);
}

.button--primary {
	background: linear-gradient(135deg, var(--bcs-gold-bright), var(--bcs-gold) 62%, var(--bcs-orange));
	color: #141414;
	box-shadow: var(--bcs-glow);
}

.button--primary:hover,
.button--primary:focus-visible {
	background: linear-gradient(135deg, #ffffff, var(--bcs-gold-bright) 48%, var(--bcs-orange));
	color: #111111;
}

.button--ghost {
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.04);
	color: var(--bcs-white);
}

.button--ghost:hover,
.button--ghost:focus-visible {
	border-color: var(--bcs-gold);
	background: rgba(255, 210, 0, 0.1);
	color: var(--bcs-gold-bright);
}

.hero__panel {
	justify-self: end;
	width: min(100%, 370px);
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--bcs-radius);
	background: rgba(17, 17, 17, 0.68);
	box-shadow: var(--bcs-shadow);
	backdrop-filter: blur(16px);
	animation: bcs-fade-up 640ms 120ms ease both;
}

.hero__metric {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 8px 14px;
	padding: 18px 0;
	border-bottom: 1px solid var(--bcs-line);
}

.hero__metric:last-child {
	border-bottom: 0;
}

.hero__metric strong {
	grid-row: span 2;
	color: var(--bcs-gold-bright);
	font-family: Montserrat, Inter, Arial, sans-serif;
	font-size: 42px;
	line-height: 1;
}

.hero__metric span {
	align-self: end;
	color: var(--bcs-white);
	font-weight: 800;
}

.hero__metric small {
	color: var(--bcs-muted);
}

.hero__controls {
	position: absolute;
	right: 0;
	bottom: 48px;
	left: 0;
	z-index: 5;
	display: flex;
	align-items: center;
	gap: 14px;
	pointer-events: none;
}

.hero__arrow,
.hero__dot {
	pointer-events: auto;
}

.hero__arrow {
	position: relative;
	width: 38px;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(17, 17, 17, 0.34);
	color: var(--bcs-white);
	backdrop-filter: blur(18px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.hero__arrow::before {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	font-size: 18px;
	line-height: 1;
}

.hero__arrow--prev::before {
	content: "<";
}

.hero__arrow--next::before {
	content: ">";
}

.hero__arrow:hover,
.hero__arrow:focus-visible {
	border-color: rgba(255, 210, 0, 0.64);
	background: rgba(255, 210, 0, 0.16);
	color: var(--bcs-gold-bright);
	transform: translateY(-1px);
}

.hero__dots {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 11px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(17, 17, 17, 0.28);
	backdrop-filter: blur(18px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}

.hero__dot {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.42);
	transition: width 180ms ease, background 180ms ease, opacity 180ms ease;
}

.hero__dot.is-active {
	width: 24px;
	background: linear-gradient(90deg, var(--bcs-gold-bright), var(--bcs-orange));
	box-shadow: 0 0 16px rgba(255, 210, 0, 0.42);
}

.site-main {
	min-height: 50vh;
}

.section {
	position: relative;
	padding: 112px 0;
}

.section--dark {
	background: var(--bcs-ink);
}

.section--gold {
	background:
		radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.22), transparent 24%),
		linear-gradient(135deg, var(--bcs-gold-bright), var(--bcs-gold) 58%, var(--bcs-orange));
	color: #151515;
}

.section--light {
	background: #f7f7f4;
	color: #171717;
}

.section--split {
	background:
		linear-gradient(101deg, #f6f5f0 0 52%, var(--bcs-gold) 52% 76%, var(--bcs-orange) 100%);
	color: #151515;
}

.section-heading {
	display: grid;
	grid-template-columns: minmax(160px, 0.32fr) minmax(0, 0.68fr);
	align-items: end;
	gap: 36px;
	margin-bottom: 46px;
}

.section-heading p,
.section-kicker {
	margin: 0;
	color: var(--bcs-gold-bright);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.section-heading h2,
.split-content h2,
.contact-grid h2 {
	margin: 0;
	font-family: Montserrat, Inter, Arial, sans-serif;
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.05;
}

.section-heading--dark p {
	color: rgba(17, 17, 17, 0.62);
}

.service-strip {
	padding: 42px 0 54px;
	clip-path: polygon(0 14%, 100% 0, 100% 86%, 0 100%);
	margin-top: -44px;
	z-index: 2;
}

.service-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.service-strip__grid a {
	display: grid;
	place-items: center;
	min-height: 92px;
	border: 1px solid rgba(17, 17, 17, 0.18);
	border-radius: var(--bcs-radius);
	color: #181818;
	font-weight: 800;
	text-align: center;
	transition: background 180ms ease, transform 180ms ease;
}

.service-strip__grid a:hover,
.service-strip__grid a:focus-visible {
	background: rgba(255, 255, 255, 0.24);
	color: #111111;
	transform: translateY(-3px);
}

.safety-preview {
	overflow: hidden;
	padding: 96px 0;
	background:
		radial-gradient(circle at 82% 14%, rgba(255, 210, 0, 0.16), transparent 30%),
		radial-gradient(circle at 12% 78%, rgba(255, 122, 0, 0.12), transparent 28%),
		#111111;
}

.safety-preview__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.66fr) minmax(280px, 0.34fr);
	align-items: center;
	gap: 42px;
}

.safety-preview__content {
	max-width: 760px;
}

.safety-preview__content h2,
.safe-page h1,
.safe-page__copy h2 {
	margin: 12px 0 20px;
	color: var(--bcs-white);
	font-family: Montserrat, Inter, Arial, sans-serif;
	line-height: 1.06;
}

.safety-preview__content h2 {
	font-size: clamp(34px, 5vw, 64px);
}

.safety-preview__content p:not(.section-kicker) {
	max-width: 680px;
	margin: 0 0 28px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 19px;
	line-height: 1.7;
}

.safety-preview__facts {
	display: grid;
	gap: 14px;
}

.safety-preview__facts span {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 78px;
	padding: 18px 20px 18px 58px;
	border: 1px solid rgba(255, 210, 0, 0.26);
	border-radius: var(--bcs-radius);
	background: rgba(255, 255, 255, 0.055);
	color: var(--bcs-white);
	font-weight: 800;
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
}

.safety-preview__facts span::before {
	position: absolute;
	left: 20px;
	width: 20px;
	aspect-ratio: 1;
	border: 2px solid var(--bcs-gold-bright);
	border-radius: 50%;
	box-shadow: 0 0 18px rgba(255, 210, 0, 0.32);
	content: "";
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}

.service-card {
	min-height: 260px;
	padding: 28px;
	border: 1px solid var(--bcs-line);
	border-radius: var(--bcs-radius);
	background:
		linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
		#171717;
	transition: border-color 180ms ease, transform 180ms ease;
}

.service-card:hover {
	border-color: rgba(255, 210, 0, 0.68);
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22), 0 0 28px rgba(255, 210, 0, 0.12);
	transform: translateY(-5px);
}

.service-card a {
	display: block;
	color: inherit;
}

.service-card__icon {
	position: relative;
	display: inline-grid;
	place-items: center;
	width: 54px;
	aspect-ratio: 1;
	margin-bottom: 26px;
	border: 1px solid rgba(255, 210, 0, 0.58);
	border-radius: 50%;
	color: var(--bcs-gold-bright);
	box-shadow: inset 0 0 18px rgba(255, 210, 0, 0.08), 0 0 20px rgba(255, 210, 0, 0.12);
}

.service-card__icon::before,
.service-card__icon::after {
	position: absolute;
	content: "";
}

.service-card__icon::before {
	width: 24px;
	height: 16px;
	border: 2px solid currentColor;
	border-radius: 4px;
}

.service-card__icon--wheel::before,
.service-card__icon--brake::before {
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.service-card__icon--bolt::before {
	width: 14px;
	height: 26px;
	border: 0;
	background: currentColor;
	clip-path: polygon(46% 0, 100% 0, 64% 42%, 100% 42%, 28% 100%, 42% 55%, 0 55%);
}

.service-card__icon--oil::before {
	width: 18px;
	height: 26px;
	border-radius: 50% 50% 55% 55%;
	transform: rotate(18deg);
}

.service-card__icon--wash::before {
	width: 27px;
	height: 13px;
	border-radius: 12px 12px 5px 5px;
	transform: translateY(4px);
}

.service-card__icon--wash::after {
	width: 18px;
	height: 12px;
	border: 2px solid currentColor;
	border-bottom: 0;
	border-radius: 12px 12px 0 0;
	transform: translateY(-8px);
}

.service-card h3 {
	margin: 0 0 12px;
	font-family: Montserrat, Inter, Arial, sans-serif;
	font-size: 22px;
	line-height: 1.2;
}

.service-card p {
	margin: 0;
	color: var(--bcs-muted);
}

.split-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	align-items: center;
	gap: 68px;
}

.split-media {
	position: relative;
	min-height: 520px;
}

.split-media::before {
	position: absolute;
	inset: 46px 0 0 52px;
	border: 1px solid rgba(17, 17, 17, 0.22);
	content: "";
}

.split-media__photo {
	position: absolute;
	inset: 0 58px 48px 0;
	background:
		linear-gradient(180deg, rgba(17, 17, 17, 0.06), rgba(17, 17, 17, 0.42)),
		var(--about-image, url("assets/images/hero-service.jpg")) center / cover;
	border-radius: var(--bcs-radius);
	box-shadow: var(--bcs-shadow);
}

.split-content {
	max-width: 620px;
}

.split-content p:not(.section-kicker) {
	color: rgba(17, 17, 17, 0.72);
	font-size: 18px;
}

.advantage-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin-top: 30px;
}

.advantage-item {
	padding: 16px 18px;
	border-left: 3px solid #151515;
	background: rgba(255, 255, 255, 0.42);
	font-weight: 800;
}

.brands-section {
	clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}

.brand-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
}

.brand-grid span {
	display: grid;
	place-items: center;
	min-height: 58px;
	border: 1px solid rgba(17, 17, 17, 0.18);
	border-radius: var(--bcs-radius);
	background: rgba(255, 255, 255, 0.18);
	font-family: Montserrat, Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
}

.section-action {
	display: flex;
	justify-content: center;
	margin-top: 34px;
}

.gallery-grid {
	display: grid;
	grid-template-columns: 1.2fr 1fr 1fr;
	grid-auto-rows: 220px;
	gap: 16px;
}

.gallery-card {
	position: relative;
	overflow: hidden;
	border-radius: var(--bcs-radius);
	background:
		linear-gradient(180deg, rgba(17, 17, 17, 0.1), rgba(17, 17, 17, 0.82)),
		url("assets/images/hero-service.jpg") center / cover;
}

.gallery-card:nth-child(2) {
	background-position: 55% 30%;
}

.gallery-card:nth-child(3) {
	background-position: 25% 64%;
}

.gallery-card:nth-child(4) {
	background-position: 70% 76%;
}

.gallery-card--large {
	grid-row: span 2;
}

.gallery-card span {
	position: absolute;
	right: 20px;
	bottom: 18px;
	left: 20px;
	color: var(--bcs-white);
	font-family: Montserrat, Inter, Arial, sans-serif;
	font-size: 20px;
	font-weight: 800;
}

.gallery-card::after {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(255, 255, 255, 0.12);
	content: "";
	transition: inset 180ms ease, border-color 180ms ease;
}

.gallery-card:hover::after {
	inset: 10px;
	border-color: rgba(255, 210, 0, 0.78);
	box-shadow: inset 0 0 30px rgba(255, 210, 0, 0.12);
}

.contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
	gap: 72px;
	align-items: start;
}

.contact-list {
	margin-top: 28px;
	color: rgba(17, 17, 17, 0.72);
}

.contact-list a {
	color: #151515;
	font-weight: 800;
}

.booking-form {
	display: grid;
	gap: 16px;
	padding: 30px;
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: var(--bcs-radius);
	background: #ffffff;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}

.booking-form__trap {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.booking-modal {
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.62);
	backdrop-filter: blur(8px);
}

.booking-modal:not(.is-open) {
	display: none;
}

.booking-modal__panel {
	position: relative;
	width: min(100%, 460px);
	padding: 32px 58px 32px 32px;
	border-radius: var(--bcs-radius);
	background: #ffffff;
	color: #151515;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.booking-modal__panel::before {
	position: absolute;
	top: 32px;
	left: 0;
	width: 5px;
	height: 42px;
	border-radius: 0 999px 999px 0;
	background: linear-gradient(180deg, var(--bcs-gold-bright), var(--bcs-orange));
	content: "";
}

.booking-modal__panel p {
	margin: 0;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.5;
}

.booking-modal__close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 34px;
	aspect-ratio: 1;
	border: 1px solid rgba(17, 17, 17, 0.14);
	border-radius: 50%;
	background: #f7f7f4;
	cursor: pointer;
}

.booking-modal__close::before,
.booking-modal__close::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 2px;
	background: #151515;
	content: "";
}

.booking-modal__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.booking-modal__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.booking-form__notice--success {
	border: 1px solid rgba(18, 124, 67, 0.22);
}

.booking-form__notice--error {
	border: 1px solid rgba(176, 39, 39, 0.24);
}

.booking-form label {
	display: grid;
	gap: 7px;
	color: rgba(17, 17, 17, 0.72);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.booking-form input,
.booking-form textarea {
	width: 100%;
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: var(--bcs-radius);
	background: #f7f7f4;
	color: #171717;
	padding: 14px 15px;
	outline: none;
}

.booking-form input:focus,
.booking-form textarea:focus {
	border-color: var(--bcs-gold);
	box-shadow: 0 0 0 3px rgba(255, 210, 0, 0.22), 0 0 18px rgba(255, 122, 0, 0.12);
}

.placeholder-section,
.content-area {
	padding: 96px 0;
}

.placeholder-section {
	background: var(--bcs-ink);
}

.placeholder-section h2,
.content-area h1 {
	margin-top: 0;
	font-family: Montserrat, Inter, Arial, sans-serif;
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.05;
}

.content-area {
	color: rgba(255, 255, 255, 0.84);
}

.content-area a {
	color: var(--bcs-gold-bright);
}

.safe-page {
	max-width: 1080px;
	margin: 0 auto;
}

.safe-page h1 {
	max-width: 880px;
	color: var(--bcs-white);
	font-size: clamp(42px, 6vw, 78px);
}

.safe-page__lead {
	max-width: 820px;
	margin: 0 0 46px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 22px;
	line-height: 1.7;
}

.safe-page__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.6fr) minmax(280px, 0.4fr);
	gap: 28px;
	align-items: start;
}

.safe-page__copy,
.safe-page__list {
	border: 1px solid var(--bcs-line);
	border-radius: var(--bcs-radius);
	background: rgba(255, 255, 255, 0.045);
}

.safe-page__copy {
	padding: 34px;
}

.safe-page__copy h2 {
	margin: 0 0 20px;
	color: var(--bcs-white);
	font-family: Montserrat, Inter, Arial, sans-serif;
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.12;
}

.safe-page__copy p {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 18px;
	line-height: 1.7;
}

.safe-page__copy p:last-child {
	margin-bottom: 0;
}

.safe-page__list {
	display: grid;
	gap: 16px;
	padding: 30px;
	margin: 0;
	list-style: none;
}

.safe-page__list li {
	position: relative;
	padding-left: 30px;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.6;
}

.safe-page__list li::before {
	position: absolute;
	top: 0.56em;
	left: 0;
	width: 12px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--bcs-gold-bright), var(--bcs-orange));
	box-shadow: 0 0 18px rgba(255, 210, 0, 0.42);
	content: "";
}

.breadcrumbs {
	margin: 0 0 32px;
	color: rgba(255, 255, 255, 0.56);
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.breadcrumbs li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.breadcrumbs li + li::before {
	color: rgba(255, 255, 255, 0.28);
	content: "/";
}

.archive-layout,
.single-layout {
	padding-top: 150px;
}

.archive-hero,
.single-hero {
	margin-bottom: 44px;
}

.archive-hero p,
.single-hero p {
	margin: 0 0 14px;
	color: var(--bcs-gold-bright);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.archive-description,
.single-hero__lead {
	max-width: 760px;
	color: var(--bcs-muted);
	font-size: 18px;
}

.post-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.archive-card a,
.archive-card > div {
	display: grid;
	align-content: start;
	min-height: 100%;
	padding: 28px;
	border: 1px solid var(--bcs-line);
	border-radius: var(--bcs-radius);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
	color: var(--bcs-white);
	transition: border-color 180ms ease, transform 180ms ease;
}

.archive-card a:hover,
.archive-card a:focus-visible {
	border-color: rgba(255, 210, 0, 0.68);
	color: var(--bcs-white);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22), 0 0 24px rgba(255, 210, 0, 0.12);
	transform: translateY(-4px);
}

.archive-card img {
	width: 100%;
	aspect-ratio: 1.45;
	object-fit: cover;
	margin-bottom: 22px;
	border-radius: var(--bcs-radius);
}

.archive-card h3,
.archive-card h2 {
	margin: 0 0 12px;
	font-family: Montserrat, Inter, Arial, sans-serif;
	font-size: 24px;
	line-height: 1.18;
}

.archive-card p,
.review-card__text {
	color: var(--bcs-muted);
}

.archive-card__more {
	margin-top: 22px;
	color: var(--bcs-gold-bright);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.service-archive-card .service-card__icon {
	margin-bottom: 24px;
}

.review-stars {
	display: inline-flex;
	gap: 4px;
	margin-bottom: 18px;
	color: var(--bcs-gold-bright);
	font-size: 18px;
	letter-spacing: 0.08em;
}

.review-source,
.review-meta {
	display: inline-flex;
	margin: -4px 0 14px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.single-entry {
	max-width: 920px;
}

.single-entry--service,
.single-entry--review {
	max-width: none;
}

.single-hero {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: end;
	gap: 28px;
	padding-bottom: 34px;
	border-bottom: 1px solid var(--bcs-line);
}

.single-hero h1 {
	margin-bottom: 0;
}

.single-featured {
	margin: 0 0 38px;
}

.single-featured img {
	width: 100%;
	max-height: 520px;
	object-fit: cover;
	border-radius: var(--bcs-radius);
}

.entry-content {
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
}

.entry-content h2,
.entry-content h3,
.single-cta h2 {
	color: var(--bcs-white);
	font-family: Montserrat, Inter, Arial, sans-serif;
	line-height: 1.15;
}

.entry-content p {
	margin: 0 0 20px;
}

.single-cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 48px;
	padding: 28px;
	border-radius: var(--bcs-radius);
	background: var(--bcs-gold);
	color: #151515;
}

.single-cta h2 {
	margin: 0;
	color: #151515;
}

.single-cta .button {
	min-width: 180px;
	border-color: #111111;
	background: #111111;
	color: #ffffff;
	box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.16) inset;
}

.single-cta .button:hover,
.single-cta .button:focus-visible {
	border-color: #111111;
	background: #ffffff;
	color: #111111;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

.review-avatar img {
	width: 92px;
	aspect-ratio: 1;
	object-fit: cover;
	border: 2px solid var(--bcs-gold);
	border-radius: 50%;
}

.review-avatar--initials {
	display: grid;
	place-items: center;
	width: 92px;
	aspect-ratio: 1;
	border: 2px solid var(--bcs-gold);
	border-radius: 50%;
	background: rgba(255, 210, 0, 0.18);
	color: var(--bcs-gold-bright);
	font-family: Montserrat, Inter, Arial, sans-serif;
	font-size: 36px;
	font-weight: 800;
}

.review-content {
	max-width: 780px;
	font-size: 22px;
	line-height: 1.7;
}

.service-detail-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 42px;
}

.service-detail-box,
.service-contact-box {
	padding: 28px;
	border: 1px solid var(--bcs-line);
	border-radius: var(--bcs-radius);
	background: rgba(255, 255, 255, 0.045);
}

.service-detail-box h2,
.service-contact-box h2 {
	margin: 0 0 18px;
	font-family: Montserrat, Inter, Arial, sans-serif;
	font-size: 24px;
	line-height: 1.2;
}

.service-detail-box ul {
	display: grid;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.service-detail-box li {
	position: relative;
	padding-left: 22px;
	color: rgba(255, 255, 255, 0.82);
}

.service-detail-box li::before {
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 8px;
	height: 2px;
	background: var(--bcs-gold);
	content: "";
}

.service-contact-box {
	margin-top: 24px;
}

.empty-state {
	padding: 36px;
	border: 1px solid var(--bcs-line);
	border-radius: var(--bcs-radius);
	background: rgba(255, 255, 255, 0.04);
}

.empty-state h2 {
	margin-top: 0;
	font-family: Montserrat, Inter, Arial, sans-serif;
}

.latest-posts .post-grid {
	margin-bottom: 28px;
}

.latest-post-card a,
.latest-post-card > div,
.empty-state--dark {
	border-color: rgba(17, 17, 17, 0.16);
	background: rgba(255, 255, 255, 0.24);
	color: #151515;
}

.latest-post-card p,
.latest-post-card .archive-card__more {
	color: rgba(17, 17, 17, 0.68);
}

.button--dark {
	border-color: #111111;
	background: #111111;
	color: #ffffff;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.button--dark:hover,
.button--dark:focus-visible {
	border-color: #151515;
	background: #ffffff;
	color: #151515;
}

.site-footer {
	border-top: 1px solid var(--bcs-line);
	background: #0d0d0d;
	color: var(--bcs-muted);
}

.site-footer__inner {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr;
	gap: 40px;
	padding: 54px 0;
}

.site-footer h2,
.site-footer h3 {
	margin: 0 0 16px;
	color: var(--bcs-white);
	font-family: Montserrat, Inter, Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}

.footer-menu {
	display: grid;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer__bottom {
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.52);
	font-size: 13px;
}

.site-footer__privacy {
	display: inline-flex;
	margin-left: 12px;
}

.site-footer__privacy::before {
	margin-right: 12px;
	color: rgba(255, 255, 255, 0.24);
	content: "/";
}

@keyframes bcs-fade-up {
	from {
		opacity: 0;
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 960px) {
	.admin-bar .site-header {
		top: 46px;
	}

	.site-header__inner {
		grid-template-columns: auto auto;
		min-height: 74px;
	}

	.primary-navigation {
		position: fixed;
		top: 74px;
		right: 0;
		left: 0;
		display: none;
		padding: 26px 20px 32px;
		border-bottom: 1px solid var(--bcs-line);
		background: rgba(17, 17, 17, 0.96);
		backdrop-filter: blur(18px);
	}

	.primary-navigation.is-open {
		display: block;
	}

	.primary-menu {
		display: grid;
		gap: 12px;
		justify-content: stretch;
	}

	.primary-menu a {
		min-height: 48px;
		font-size: 17px;
	}

	.site-header__actions {
		justify-self: end;
	}

	.header-phone {
		display: none;
	}

	.language-switcher {
		margin-right: 2px;
	}

	.menu-toggle {
		display: inline-flex;
	}

	.hero {
		min-height: auto;
		padding: 132px 0 112px;
	}

	.hero::after {
		right: -34vw;
		bottom: -8vh;
		min-width: 360px;
	}

	.hero__grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.hero__panel {
		justify-self: start;
	}

	.hero__controls {
		bottom: 30px;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.section {
		padding: 82px 0;
	}

	.section-heading,
	.split-grid,
	.contact-grid,
	.safety-preview__grid,
	.safe-page__grid {
		grid-template-columns: 1fr;
	}

	.service-strip__grid,
	.services-grid,
	.brand-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.section--split {
		background: linear-gradient(180deg, #f6f5f0 0 58%, var(--bcs-gold) 58% 100%);
	}

	.split-media {
		min-height: 420px;
	}

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

	.post-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.service-detail-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.container {
		width: min(calc(100% - 28px), var(--bcs-container));
	}

	.admin-bar .site-header {
		top: 0;
	}

	.site-branding__text strong {
		font-size: 15px;
	}

	.site-branding__mark {
		width: 40px;
	}

	.hero h1 {
		font-size: 48px;
	}

	.hero__title {
		font-size: 42px;
	}

	.hero__content {
		min-height: 480px;
	}

	.hero__actions {
		display: grid;
	}

	.button {
		width: 100%;
	}

	.hero__panel {
		width: 100%;
	}

	.hero__controls {
		justify-content: center;
	}

	.service-strip {
		clip-path: polygon(0 4%, 100% 0, 100% 96%, 0 100%);
	}

	.safety-preview {
		padding: 74px 0;
	}

	.service-strip__grid,
	.services-grid,
	.advantage-list,
	.brand-grid,
	.gallery-grid {
		grid-template-columns: 1fr;
	}

	.gallery-card,
	.gallery-card--large {
		grid-row: auto;
		min-height: 230px;
	}

	.booking-form {
		padding: 22px;
	}

	.archive-layout,
	.single-layout {
		padding-top: 120px;
	}

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

	.single-hero {
		grid-template-columns: 1fr;
	}

	.single-cta {
		display: grid;
	}
}
