body.page-template-page-services,
body.page-services {
	background: #040506;
}

.brandonic-services-page {
	background: #040506;
	color: #fff;
	font-family: var(--font-body);
	overflow: visible;
}

.services-hero {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 100svh;
	overflow: hidden;
	padding: calc(var(--header-height) + clamp(72px, 8vw, 120px)) clamp(24px, 6vw, 110px) clamp(80px, 9vw, 130px);
	position: relative;
	width: 100%;
}

.services-hero__silk,
.services-hero__overlay {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.services-hero__silk {
	display: block;
	pointer-events: none;
	z-index: 0;
}

.services-hero__overlay {
	background:
		radial-gradient(circle at 72% 28%, rgba(200, 255, 0, 0.07), transparent 34%),
		linear-gradient(90deg, rgba(3, 4, 5, 0.89), rgba(3, 4, 5, 0.48) 58%, rgba(3, 4, 5, 0.72)),
		linear-gradient(180deg, rgba(3, 4, 5, 0.42), transparent 32%, #040506 100%);
	pointer-events: none;
	z-index: 1;
}

.services-hero__content {
	margin: 0 auto;
	max-width: 1540px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.services-hero__eyebrow {
	align-items: center;
	color: rgba(255, 255, 255, 0.74);
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: 12px;
	font-weight: 600;
	gap: 12px;
	letter-spacing: 0.16em;
	margin: 0 0 clamp(32px, 5vw, 62px);
	text-transform: uppercase;
}

.services-hero__eyebrow span {
	background: var(--accent);
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(200, 255, 0, 0.68);
	height: 9px;
	width: 9px;
}

.services-focus {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.38em;
	margin: 0 0 clamp(34px, 5vw, 64px);
	outline: none;
	position: relative;
	user-select: none;
	width: fit-content;
}

.services-focus__word {
	color: transparent;
	cursor: default;
	filter: none;
	font-family: var(--font-display);
	font-size: clamp(24px, 3.4vw, 52px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	position: relative;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.72);
	transition: color 0.45s ease, text-shadow 0.45s ease;
}

.services-focus__word.is-active,
.services-focus__word.is-complete {
	filter: none;
	text-shadow: none;
}

.services-focus__word.is-active {
	color: var(--accent);
}

.services-focus__word.is-complete { color: #fff; }

.services-focus__frame {
	box-sizing: content-box;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: height 0.5s ease, opacity 0.3s ease, transform 0.5s ease, width 0.5s ease;
}

.services-focus__corner {
	border: 2px solid var(--accent);
	border-radius: 2px;
	filter: drop-shadow(0 0 5px rgba(200, 255, 0, 0.72));
	height: 12px;
	position: absolute;
	width: 12px;
}
.services-focus__corner--tl { border-bottom: 0; border-right: 0; left: -8px; top: -8px; }
.services-focus__corner--tr { border-bottom: 0; border-left: 0; right: -8px; top: -8px; }
.services-focus__corner--bl { border-right: 0; border-top: 0; bottom: -8px; left: -8px; }
.services-focus__corner--br { border-left: 0; border-top: 0; bottom: -8px; right: -8px; }

.services-hero h1 {
	color: #f6f5f1;
	font-family: var(--font-display);
	font-size: clamp(54px, 7.2vw, 116px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 0.94;
	margin: 0;
	max-width: 1320px;
	text-wrap: balance;
}

.services-hero [data-services-reveal] {
	opacity: 0;
	transform: translateY(34px);
	transition: opacity 0.85s ease, transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}
.services-hero.is-ready [data-services-reveal] { opacity: 1; transform: none; }
.services-hero.is-ready [data-services-reveal]:nth-child(2) { transition-delay: 0.1s; }
.services-hero.is-ready [data-services-reveal]:nth-child(3) { transition-delay: 0.2s; }

.services-intro {
	align-items: center;
	background: #040506 url('https://brandonic.ae/wp-content/uploads/2026/07/Nasa-image-bg-for-brandonic-service-page-scaled.webp') center 45% / cover no-repeat;
	box-sizing: border-box;
	display: flex;
	isolation: isolate;
	min-height: auto;
	overflow: hidden;
	padding: clamp(78px, 7vw, 108px) clamp(24px, 4vw, 72px) clamp(64px, 6vw, 88px);
	position: relative;
	margin-top: -2px;
	width: 100%;
}

.services-intro__rays,
.services-intro__particles,
.services-intro__shade {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.services-intro__rays,
.services-intro__particles {
	display: block;
	pointer-events: none;
	z-index: 0;
}

.services-intro__particles { z-index: 1; }

.services-intro__rays {
	opacity: 0.42;
	-webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 100%);
	mask-image: linear-gradient(to bottom, transparent 0%, #000 14%, #000 100%);
}

.services-intro__shade {
	background:
		linear-gradient(90deg, rgba(4,5,6,.9) 0%, rgba(4,5,6,.68) 48%, rgba(4,5,6,.42) 100%),
		linear-gradient(180deg, #040506 0%, rgba(4,5,6,.18) 16%, rgba(4,5,6,.24) 78%, #040506 100%);
	pointer-events: none;
	z-index: 2;
}

.services-intro__content {
	justify-self: stretch;
	margin: 0 auto !important;
	max-width: 1800px !important;
	position: relative;
	transform: none !important;
	width: 100% !important;
	z-index: 3;
}

.services-intro__text {
	color: #fff;
	font-family: var(--font-display);
	font-size: clamp(25px, 2.75vw, 42px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.45;
	margin: 0 !important;
	max-width: 1760px !important;
	overflow-wrap: anywhere;
	text-align: left !important;
	transform: none !important;
	width: 100% !important;
}

.services-intro__word {
	display: inline-block;
	filter: blur(1.2px);
	margin-right: .25em;
	opacity: 0.4;
	will-change: filter, opacity;
}
.services-intro__word:last-child { margin-right: 0; }

.services-intro__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 24px 42px;
	justify-content: flex-start;
	margin-top: clamp(42px, 6vw, 72px);
}

.services-text-link {
	align-items: center;
	color: #fff;
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: 13px;
	font-weight: 600;
	gap: 14px;
	letter-spacing: .12em;
	padding-bottom: 9px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.services-text-link::after {
	background: var(--accent);
	bottom: 0;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(.34);
	transform-origin: left;
	transition: transform .35s cubic-bezier(.16, 1, .3, 1);
	width: 100%;
}

.services-text-link span { transition: transform .3s ease; }
.services-text-link:hover,
.services-text-link:focus-visible { color: var(--accent); }
.services-text-link:hover::after,
.services-text-link:focus-visible::after { transform: scaleX(1); }
.services-text-link:hover span,
.services-text-link:focus-visible span { transform: translateX(6px); }

.services-showcase {
	background:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		#040506;
	background-size: 72px 72px;
	color: #fff;
	min-height: 100svh;
	overflow: hidden;
	padding: clamp(42px, 4vw, 64px) clamp(24px, 5vw, 92px) clamp(42px, 5vw, 72px);
	position: relative;
	touch-action: pan-y;
}

.services-showcase__viewport {
	min-height: clamp(540px, 48vw, 620px);
	position: relative;
}

.services-showcase__slide {
	align-content: start;
	display: grid;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translate3d(36px, 0, 0);
	transition: opacity 0.65s ease, transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
	visibility: hidden;
}

.services-showcase__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: none;
	visibility: visible;
}

.services-showcase__watermark {
	bottom: -0.08em;
	color: transparent;
	font-family: var(--font-display);
	font-size: clamp(58px, 6vw, 112px);
	font-weight: 500;
	left: 50%;
	letter-spacing: 0;
	line-height: 0.72;
	opacity: 0.34;
	pointer-events: none;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	-webkit-text-stroke: 1px rgba(200, 255, 0, 0.9);
	text-stroke: 1px rgba(200, 255, 0, 0.9);
	white-space: nowrap;
	width: 94%;
	z-index: 0;
}

.services-showcase__grid {
	align-items: center;
	display: grid;
	gap: clamp(30px, 3.4vw, 58px);
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.12fr) minmax(260px, 0.68fr);
	position: relative;
	z-index: 1;
}

.services-showcase__copy { max-width: 650px; }

.services-showcase__index,
.services-showcase__includes > p {
	color: var(--accent);
	font-family: var(--font-ui);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.16em;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.services-showcase__copy h2 {
	color: var(--accent);
	font-family: var(--font-display);
	font-size: clamp(32px, 3.2vw, 52px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.02;
	margin: 0 0 28px;
}

.services-showcase__copy > p:not(.services-showcase__index) {
	color: rgba(255, 255, 255, 0.76);
	font-family: var(--font-body);
	font-size: clamp(16px, 1.25vw, 19px);
	line-height: 1.72;
	margin: 0 0 30px;
}

.services-showcase__link {
	align-items: center;
	border-bottom: 1px solid rgba(200, 255, 0, 0.55);
	color: #fff;
	display: inline-flex;
	font-family: var(--font-ui);
	font-size: 14px;
	font-weight: 600;
	gap: 14px;
	padding: 0 0 8px;
	text-decoration: none;
	transition: color 0.25s ease, border-color 0.25s ease;
}

.services-showcase__link:hover,
.services-showcase__link:focus-visible { border-color: var(--accent); color: var(--accent); }

.services-showcase__media {
	aspect-ratio: 16 / 11;
	background: transparent;
	border: 0;
	border-radius: 14px;
	box-shadow: 0 28px 72px rgba(0, 0, 0, 0.3);
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.services-showcase__media::after {
	display: none;
}

.services-showcase__media img {
	border-radius: inherit;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.services-showcase__includes ul {
	display: grid;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.services-showcase__includes li {
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.86);
	font-family: var(--font-body);
	font-size: clamp(15px, 1.15vw, 18px);
	line-height: 1.45;
	padding: 17px 0 17px 25px;
	position: relative;
}

.services-showcase__includes li::before {
	background: var(--accent);
	border-radius: 50%;
	content: '';
	height: 6px;
	left: 0;
	position: absolute;
	top: 25px;
	width: 6px;
}

.services-showcase__controls {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: 44px minmax(120px, 1fr) auto 44px;
	margin: 30px auto 0;
	max-width: 1500px;
	position: relative;
	z-index: 3;
}

.services-showcase__controls button {
	align-items: center;
	background: rgba(255, 255, 255, 0.055);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	height: 44px;
	justify-content: center;
	padding: 0;
	transition: border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
	width: 44px;
}

.services-showcase__controls button:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-2px); }
.services-showcase__controls p { color: rgba(255,255,255,.62); font: 600 12px/1 var(--font-ui); letter-spacing: .12em; margin: 0; }

.services-showcase__progress {
	background: rgba(255, 255, 255, 0.13);
	height: 2px;
	overflow: hidden;
}

.services-showcase__progress span {
	background: var(--accent);
	display: block;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left center;
	width: 100%;
}

.services-why {
	background:
		linear-gradient(rgba(10, 10, 10, .045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(10, 10, 10, .045) 1px, transparent 1px),
		#f4f4f1;
	background-size: 72px 72px;
	color: #0b0c0d;
	padding: clamp(86px, 10vw, 160px) clamp(24px, 6vw, 112px);
	position: relative;
}

.services-why__inner { margin: 0 auto; max-width: 1540px; }
.services-why__eyebrow { align-items: center; color: #536d00; display: flex; font: 600 12px/1 var(--font-ui); gap: 12px; letter-spacing: .16em; margin: 0 0 34px; text-transform: uppercase; }
.services-why__eyebrow span { background: #0b0c0d; border: 1px solid var(--accent); border-radius: 50%; height: 9px; width: 9px; }

.services-why h2 {
	color: #0b0c0d;
	font-family: var(--font-display);
	font-size: clamp(46px, 6.5vw, 104px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: .98;
	margin: 0 0 clamp(70px, 9vw, 126px);
	max-width: 1220px;
}

.services-why__char { display: inline-block; opacity: 0; transform: translateY(40px); transition: opacity 1.05s ease, transform 1.25s cubic-bezier(.16, 1, .3, 1); }
.services-why__word { display: inline-block; white-space: nowrap; }
.services-why__char--space { width: .28em; }
.services-why.is-visible .services-why__char { opacity: 1; transform: none; }

.services-why__reasons { border-top: 1px solid rgba(11, 12, 13, .2); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.services-why__reasons article { border-bottom: 1px solid rgba(11, 12, 13, .2); display: grid; gap: 20px; grid-template-columns: 54px minmax(180px, .75fr) minmax(240px, 1fr); opacity: 0; padding: clamp(28px, 3.2vw, 48px) 0; transform: translateY(24px); transition: opacity .7s ease, transform .8s cubic-bezier(.16, 1, .3, 1); }
.services-why__reasons article:nth-child(odd) { border-right: 1px solid rgba(11, 12, 13, .2); padding-right: clamp(24px, 3vw, 48px); }
.services-why__reasons article:nth-child(even) { padding-left: clamp(24px, 3vw, 48px); }
.services-why.is-visible .services-why__reasons article { opacity: 1; transform: none; }
.services-why.is-visible .services-why__reasons article:nth-child(2) { transition-delay: .08s; }
.services-why.is-visible .services-why__reasons article:nth-child(3) { transition-delay: .16s; }
.services-why.is-visible .services-why__reasons article:nth-child(4) { transition-delay: .24s; }
.services-why__reasons article > span { color: #637800; font: 600 12px/1.4 var(--font-ui); letter-spacing: .12em; }
.services-why__reasons h3 { color: #0b0c0d; font-family: var(--font-display); font-size: clamp(23px, 2vw, 32px); font-weight: 500; line-height: 1.12; margin: 0; }
.services-why__reasons p { color: rgba(11, 12, 13, .68); font-family: var(--font-body); font-size: clamp(15px, 1.2vw, 18px); line-height: 1.65; margin: 0; }

.services-why__stats { background: #0b0c0d; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: clamp(62px, 8vw, 108px); }
.services-why__stats div { align-items: flex-start; border-right: 1px solid rgba(255,255,255,.14); display: flex; flex-direction: column; gap: 10px; padding: clamp(25px, 3vw, 42px); }
.services-why__stats div:last-child { border-right: 0; }
.services-why__stats strong { color: var(--accent); font: 500 clamp(38px, 4.5vw, 70px)/1 var(--font-display); }
.services-why__stats span { color: rgba(255,255,255,.66); font: 500 12px/1.4 var(--font-ui); letter-spacing: .08em; text-transform: uppercase; }

.services-process { background: #040506; color: #fff; height: 300svh; position: relative; }
.services-process__sticky { display: flex; flex-direction: column; height: 100svh; justify-content: center; overflow: hidden; padding: calc(var(--header-height) + 34px) clamp(24px, 5vw, 92px) 42px; position: sticky; top: 0; }
.services-process__header { margin: 0 auto; max-width: 1480px; width: 100%; }
.services-process__header h2 { color: #fff; font: 500 clamp(48px, 6vw, 96px)/.98 var(--font-display); letter-spacing: 0; margin: 0; }
.services-process__header p { color: rgba(255,255,255,.52); font: 400 clamp(15px, 1.25vw, 19px)/1.6 var(--font-body); margin: 18px 0 0; max-width: 620px; }
.services-process__viewport { align-items: center; display: flex; margin: clamp(30px, 5vh, 66px) auto 0; max-width: 1480px; overflow: hidden; padding: 10px 0 26px; width: 100%; }
.services-process__track { display: flex; gap: clamp(22px, 2.2vw, 42px); padding-inline: 2px; transform: translate3d(0,0,0); will-change: transform; }
.services-process__card { background: rgba(255,255,255,.018); border-radius: 10px; display: flex; flex: 0 0 clamp(260px, 25vw, 370px); flex-direction: column; min-height: clamp(250px, 30vh, 330px); opacity: 1; padding: clamp(24px, 2.3vw, 34px); transform: none; filter: none; will-change: opacity, transform, filter; }
.services-process.is-scroll-ready .services-process__card { filter: blur(4px); opacity: .08; transform: translateY(28px); }
.services-process__card.is-active { background: rgba(255,255,255,.04); box-shadow: 0 20px 65px rgba(0,0,0,.24); }
.services-process__card > span { color: var(--accent); font: 600 12px/1 var(--font-ui); letter-spacing: .08em; }
.services-process__card h3 { color: #fff; font: 500 clamp(24px, 2.2vw, 36px)/1.08 var(--font-display); margin: clamp(34px, 4vh, 54px) 0 0; }
.services-process__card p { color: rgba(255,255,255,.58); font: 400 15px/1.55 var(--font-body); margin: 22px 0 0; }
.services-process__progress { margin: 0 auto; max-width: 1480px; position: relative; width: 100%; }
.services-process__progress > div:first-child { background: rgba(255,255,255,.16); height: 1px; overflow: hidden; }
.services-process__progress > div:first-child span { background: var(--accent); display: block; height: 100%; transform: scaleX(0); transform-origin: left; will-change: transform; }
.services-process__markers { display: flex; justify-content: space-between; left: 0; pointer-events: none; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.services-process__markers span { align-items: center; background: #040506; color: rgba(255,255,255,.5); display: flex; font: 400 24px/1 var(--font-ui); height: 24px; justify-content: center; transition: color .2s ease, transform .2s ease; width: 24px; }
.services-process__markers span.is-active { color: var(--accent); transform: scale(1.08); }

.services-faq { background: #030405; color: #fff; min-height: 100svh; overflow: hidden; padding: clamp(100px, 11vw, 170px) clamp(24px, 6vw, 110px); position: relative; }
.services-faq::before {
	background: url('https://brandonic.ae/wp-content/uploads/2026/07/Brandonic-digital-agency-service-page-astronaut-image-scaled.webp') 76% center / cover no-repeat;
	content: '';
	filter: brightness(.52) contrast(1.06);
	-webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.82) 18%, #000 38%, #000 100%);
	mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.82) 18%, #000 38%, #000 100%);
	bottom: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 64%;
}
.services-faq::after {
	background:
		radial-gradient(circle at 17% 28%, rgba(200,255,0,.07), transparent 30%),
		linear-gradient(90deg, #030405 0%, rgba(3,4,5,.9) 34%, rgba(3,4,5,.28) 72%, rgba(3,4,5,.16) 100%),
		linear-gradient(180deg, #030405 0%, transparent 14%, transparent 82%, #030405 100%);
	content: '';
	inset: 0;
	pointer-events: none;
	position: absolute;
}
.services-faq__inner { display: grid; gap: clamp(60px, 9vw, 150px); grid-template-columns: minmax(300px,.75fr) minmax(480px,1.25fr); margin: 0 auto; max-width: 1500px; position: relative; z-index: 2; }
.services-faq__items { background: transparent; padding-inline: clamp(18px, 2.3vw, 38px); text-shadow: 0 2px 16px rgba(0,0,0,.92), 0 1px 3px #000; }
.services-faq__heading > p { color: rgba(255,255,255,.62); font: 600 12px/1 var(--font-ui); letter-spacing: .15em; margin: 0 0 26px; text-transform: uppercase; }
.services-faq h2 { color: var(--accent); font: 500 clamp(44px, 4.8vw, 72px)/1 var(--font-display); letter-spacing: 0; margin: 0; }
.services-faq__item { border-top: 1px solid rgba(255,255,255,.18); }
.services-faq__item:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.services-faq__item button { align-items: center; background: transparent; border: 0; color: #fff; cursor: pointer; display: flex; font: 500 clamp(20px,2vw,30px)/1.18 var(--font-display); gap: 24px; justify-content: space-between; padding: 30px 0; text-align: left; width: 100%; }
.services-faq__item button:hover span,
.services-faq__item button[aria-expanded="true"] span { color: var(--accent); }
.services-faq__item button i { align-items: center; border: 1px solid rgba(200,255,0,.55); border-radius: 50%; color: var(--accent); display: flex; flex: 0 0 42px; font: normal 22px/1 var(--font-ui); height: 42px; justify-content: center; transition: background-color .3s ease, color .3s ease, transform .4s ease; }
.services-faq__item button[aria-expanded="true"] i { background: var(--accent); color: #050608; transform: rotate(45deg); }
.services-faq__answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .42s ease-in-out; }
.services-faq__answer > div { overflow: hidden; }
.services-faq__answer p { color: rgba(255,255,255,.66); font: 400 16px/1.72 var(--font-body); margin: 0; max-width: 760px; padding: 0 70px 0 0; transition: padding-bottom .42s ease; }
.services-faq__item.is-open .services-faq__answer { grid-template-rows: 1fr; }
.services-faq__item.is-open .services-faq__answer p { padding-bottom: 30px; }
.services-faq [data-faq-reveal] { opacity: 0; transform: translateY(32px); transition: opacity .85s ease, transform .85s cubic-bezier(.16,1,.3,1); }
.services-faq.is-visible [data-faq-reveal] { opacity: 1; transform: none; }
.services-faq.is-visible [data-faq-reveal]:nth-child(2) { transition-delay: .12s; }

.services-circular-text { border: 1px solid rgba(200,255,0,.28); border-radius: 50%; cursor: default; height: 190px; margin: 56px 0 0; position: relative; transition: scale .35s ease; width: 190px; }
.services-circular-text:hover { scale: .94; }
.services-circular-text svg { animation: services-circle-spin 20s linear infinite; display: block; height: 100%; overflow: visible; transform-origin: 50% 50%; width: 100%; }
.services-circular-text:hover svg { animation-duration: 5s; }
.services-circular-text text { fill: rgba(255,255,255,.8); font-family: var(--font-ui); font-size: 11px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; }
.services-circular-text::after { background: var(--accent); border-radius: 50%; box-shadow: 0 0 18px rgba(200,255,0,.6); content: ''; height: 12px; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 12px; }
@keyframes services-circle-spin { to { transform: rotate(360deg); } }

.services-final-cta {
	align-items: center;
	background: #020304;
	display: flex;
	isolation: isolate;
	justify-content: center;
	min-height: 88svh;
	overflow: hidden;
	padding: clamp(100px, 12vw, 180px) clamp(24px, 6vw, 110px);
	position: relative;
	width: 100%;
}

.services-final-cta__canvas,
.services-final-cta__shade { height: 100%; inset: 0; position: absolute; width: 100%; }
.services-final-cta__canvas { display: block; pointer-events: none; z-index: 0; }
.services-final-cta__shade { background: radial-gradient(circle at 50% 48%, rgba(2,3,4,.18), rgba(2,3,4,.72) 74%); pointer-events: none; z-index: 1; }
.services-final-cta__content { margin: 0 auto; max-width: 1100px; position: relative; text-align: center; z-index: 2; }
.services-final-cta__content > p { color: var(--accent); font: 600 12px/1 var(--font-ui); letter-spacing: .16em; margin: 0 0 28px; text-transform: uppercase; }
.services-final-cta h2 { color: #fff; font: 500 clamp(40px, 5vw, 74px)/1.02 var(--font-display); letter-spacing: 0; margin: 0; max-width: 960px; text-wrap: balance; }
.services-final-cta__content > div { color: rgba(255,255,255,.7); font: 400 clamp(16px,1.35vw,20px)/1.6 var(--font-body); margin: 30px auto 0; max-width: 650px; }
.services-final-cta__button { align-items: center; background: rgba(3,4,5,.46); border: 1px solid rgba(200,255,0,.72); border-radius: 999px; color: #fff; display: inline-flex; font: 600 13px/1 var(--font-ui); gap: 16px; margin-top: 42px; padding: 18px 28px; text-decoration: none; transition: background-color .3s ease, color .3s ease, transform .3s ease; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.services-final-cta__button span { transition: transform .3s ease; }
.services-final-cta__button:hover,
.services-final-cta__button:focus-visible { background: var(--accent); color: #050608; transform: translateY(-3px); }
.services-final-cta__button:hover span,
.services-final-cta__button:focus-visible span { transform: translateX(5px); }

@media (max-width: 1100px) {
	.services-showcase__viewport { min-height: 820px; }
	.services-showcase__grid { grid-template-columns: 1fr 0.8fr; }
	.services-showcase__includes { grid-column: 1 / -1; }
	.services-showcase__includes ul { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 30px; }
}

@media (max-width: 1000px) {
	.services-why__reasons { grid-template-columns: 1fr; }
	.services-why__reasons article:nth-child(odd) { border-right: 0; padding-right: 0; }
	.services-why__reasons article:nth-child(even) { padding-left: 0; }
	.services-why__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.services-why__stats div:nth-child(2) { border-right: 0; }
	.services-why__stats div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }
	.services-faq__inner { grid-template-columns: 1fr; }
	.services-circular-text { margin-top: 42px; }
}

@media (max-width: 900px) {
	.services-process { height: 300svh; }
	.services-process__sticky { padding: calc(var(--header-height) + 24px) 24px 38px; }
	.services-process__viewport { margin-top: 34px; }
	.services-process__card { flex-basis: min(78vw, 320px); }
}

@media (max-width: 700px) {
	.services-hero {
		align-items: center;
		min-height: 100svh;
		padding: calc(var(--header-height) + 34px) 20px 42px;
	}
	.services-hero__overlay {
		background:
			radial-gradient(circle at 70% 22%, rgba(200, 255, 0, 0.08), transparent 34%),
			linear-gradient(180deg, rgba(3, 4, 5, 0.48), rgba(3, 4, 5, 0.72) 48%, rgba(3, 4, 5, 0.92));
	}
	.services-focus { gap: 0.3em; margin-bottom: 28px; }
	.services-focus__word { font-size: clamp(20px, 6.5vw, 28px); }
	.services-hero h1 { font-size: clamp(38px, 10.5vw, 52px); line-height: 1; }
	.services-intro {
		background-position: 58% center;
		min-height: auto;
		padding: 68px 22px 58px;
	}
	.services-intro__shade {
		background:
			linear-gradient(90deg, rgba(4,5,6,.88), rgba(4,5,6,.58)),
			linear-gradient(180deg, #040506 0%, rgba(4,5,6,.25) 18%, rgba(4,5,6,.42) 76%, #040506 100%);
	}
	.services-intro__text {
		font-size: clamp(20px, 5.7vw, 27px);
		line-height: 1.52;
	}
	.services-intro__actions { gap: 22px 28px; margin-top: 40px; }
	.services-text-link { font-size: 11px; }
	.services-showcase { padding: 62px 20px 36px; }
	.services-showcase__viewport { min-height: 0; }
	.services-showcase__slide { display: none; inset: auto; padding-bottom: 142px; position: relative; }
	.services-showcase__slide.is-active { display: block; }
	.services-showcase__grid { display: flex; flex-direction: column; gap: 34px; }
	.services-showcase__copy,
	.services-showcase__includes { max-width: none; width: 100%; }
	.services-showcase__copy h2 { font-size: clamp(32px, 8.5vw, 42px); }
	.services-showcase__media { align-self: center; aspect-ratio: 16 / 11; max-height: 560px; max-width: 760px; width: min(100%, 760px); }
	.services-showcase__includes ul { grid-template-columns: 1fr; }
	.services-showcase__watermark {
		animation: services-watermark-marquee 13s linear infinite;
		bottom: 12px;
		font-size: clamp(76px, 25vw, 118px);
		left: 0;
		opacity: .3;
		text-align: left;
		top: auto;
		transform: translateX(100vw);
		width: max-content;
	}
	.services-showcase__controls { grid-template-columns: 42px 1fr auto 42px; gap: 12px; margin-top: 38px; }
	.services-showcase__controls button { height: 42px; width: 42px; }
	.services-why { padding: 80px 22px; }
	.services-why h2 { font-size: clamp(40px, 11.5vw, 58px); margin-bottom: 64px; }
	.services-why__reasons article { gap: 12px; grid-template-columns: 38px 1fr; }
	.services-why__reasons article p { grid-column: 2; }
	.services-why__stats { grid-template-columns: 1fr 1fr; }
	.services-why__stats div { min-height: 145px; padding: 24px 18px; }
	.services-why__stats strong { font-size: 38px; }
	.services-process__header h2 { font-size: clamp(44px, 12vw, 66px); }
	.services-process__header p { font-size: 14px; margin-top: 14px; }
	.services-process__card { min-height: 270px; }
	.services-faq { padding: 90px 22px; }
	.services-faq::before {
		background-position: 70% center;
		filter: brightness(.45) contrast(1.08);
		-webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 82%, transparent 100%);
		mask-image: linear-gradient(180deg, transparent 0%, #000 14%, #000 82%, transparent 100%);
		width: 100%;
	}
	.services-faq::after { background: linear-gradient(180deg, #030405 0%, rgba(3,4,5,.38) 30%, rgba(3,4,5,.6) 72%, #030405 100%); }
	.services-faq__items { background: transparent; padding-inline: 16px; }
	.services-faq h2 { font-size: clamp(38px, 10vw, 52px); }
	.services-faq__item button { padding: 24px 0; }
	.services-faq__answer p { padding-right: 12px; }
	.services-circular-text { height: 166px; margin-top: 38px; width: 166px; }
	.services-final-cta { min-height: 78svh; padding: 92px 22px; }
	.services-final-cta h2 { font-size: clamp(34px, 8.8vw, 44px); }
	.services-final-cta__button { font-size: 12px; padding: 17px 22px; }
}

@keyframes services-watermark-marquee {
	from { transform: translateX(100vw); }
	to { transform: translateX(-100%); }
}

@media (prefers-reduced-motion: reduce) {
	.services-hero [data-services-reveal] { opacity: 1; transform: none; transition: none; }
	.services-focus__word { filter: none; }
	.services-focus__frame { display: none; }
	.services-intro__text { transform: none !important; }
	.services-intro__word { filter: none !important; opacity: 1 !important; }
	.services-showcase__watermark { animation: none; transform: none; }
	.services-why__char,
	.services-why__reasons article { opacity: 1; transform: none; transition: none; }
	.services-process { height: auto; }
	.services-process__sticky { height: auto; min-height: 100svh; position: relative; }
	.services-process__track { transform: none !important; }
	.services-process__card { filter: none !important; opacity: 1 !important; transform: none !important; }
	.services-circular-text svg { animation: none; }
	.services-final-cta__canvas { display: none; }
	.services-faq [data-faq-reveal] { opacity: 1; transform: none; transition: none; }
}
