/*
Theme Name: lightside-theme
Theme URI: https://lightside.es/
Author: LIGHTSIDE
Author URI: https://lightside.es/
Description: Premium block theme for LIGHTSIDE, built for cinematic technology, virtual production, tracking, LED workflows, and high-end interactive experiences.
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 7.4
Version: 0.8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lightside-theme
Tags: full-site-editing, block-patterns, custom-colors, custom-logo, editor-style, wide-blocks
*/

:root {
	--lightside-radius: 8px;
	--lightside-border: rgba(245, 247, 249, 0.14);
	--lightside-border-strong: rgba(245, 247, 249, 0.28);
	--lightside-electric: #00a8ff;
	--lightside-electric-soft: rgba(0, 168, 255, 0.2);
	--lightside-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background:
		linear-gradient(180deg, rgba(245, 247, 249, 0.035), transparent 18rem),
		linear-gradient(90deg, rgba(0, 168, 255, 0.09), transparent 28%, transparent 72%, rgba(216, 243, 255, 0.055)),
		#050607;
}

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.22em;
}

::selection {
	background: rgba(216, 243, 255, 0.22);
	color: var(--wp--preset--color--porcelain);
}

.wp-site-blocks {
	overflow-x: clip;
}

.lightside-site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	border-bottom: 1px solid rgba(245, 247, 249, 0.09);
	background: rgba(5, 6, 7, 0.84);
	backdrop-filter: blur(18px);
}

.lightside-brand {
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lightside-site-header .wp-block-navigation a {
	opacity: 0.76;
	transition: color 180ms ease, opacity 180ms ease;
}

.lightside-site-header .wp-block-navigation a:hover,
.lightside-site-header .wp-block-navigation .current-menu-item > a {
	opacity: 1;
	color: var(--wp--preset--color--electric);
}

.lightside-hero {
	position: relative;
	min-height: clamp(680px, 94vh, 920px);
	display: grid;
	align-items: stretch;
	isolation: isolate;
	background: #050607;
}

.lightside-hero__media {
	position: absolute;
	inset: 0;
	z-index: -2;
	margin: 0;
}

.lightside-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.94) contrast(1.08);
}

.lightside-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(5, 6, 7, 0.98) 0%, rgba(5, 6, 7, 0.86) 32%, rgba(5, 6, 7, 0.32) 72%, rgba(5, 6, 7, 0.76) 100%),
		linear-gradient(180deg, rgba(5, 6, 7, 0.22) 0%, rgba(5, 6, 7, 0.08) 48%, rgba(5, 6, 7, 0.98) 100%);
}

.lightside-hero__inner {
	width: min(100% - 40px, var(--wp--style--global--wide-size));
	margin-inline: auto;
	padding-block: clamp(8rem, 14vw, 12rem) clamp(4rem, 8vw, 7rem);
	display: grid;
	align-content: end;
	min-height: inherit;
}

.lightside-kicker {
	display: inline-flex;
	gap: 0.7rem;
	align-items: center;
	color: var(--wp--preset--color--electric);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.lightside-kicker::before {
	content: "";
	width: 2.65rem;
	height: 1px;
	background: currentColor;
	opacity: 0.78;
}

.lightside-hero h1 {
	max-width: 13ch;
	text-wrap: balance;
}

.lightside-hero__copy {
	max-width: 40rem;
	color: rgba(245, 247, 249, 0.78);
}

.lightside-button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.wp-block-button .wp-block-button__link {
	border-radius: var(--lightside-radius);
	border: 1px solid transparent;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.wp-block-button .wp-block-button__link:hover {
	transform: translateY(-1px);
}

.wp-block-search__inside-wrapper {
	border: 1px solid var(--lightside-border);
	border-radius: var(--lightside-radius);
	background: rgba(245, 247, 249, 0.04);
}

.wp-block-search__input {
	min-height: 3.2rem;
	border: 0;
	background: transparent;
	color: var(--wp--preset--color--porcelain);
}

.wp-block-search__input::placeholder {
	color: rgba(245, 247, 249, 0.46);
}

.wp-block-search__button {
	border: 0;
	border-radius: 6px;
	background: var(--wp--preset--color--porcelain);
	color: var(--wp--preset--color--void);
	font-weight: 800;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	border-color: var(--lightside-border-strong);
	background: rgba(245, 247, 249, 0.04);
	color: var(--wp--preset--color--electric);
}

.lightside-proof-strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid var(--lightside-border);
	border-radius: var(--lightside-radius);
	background: rgba(245, 247, 249, 0.045);
	backdrop-filter: blur(16px);
}

.lightside-proof-strip > * {
	padding: clamp(1rem, 2vw, 1.35rem);
	border-right: 1px solid var(--lightside-border);
}

.lightside-proof-strip > *:last-child {
	border-right: 0;
}

.lightside-panel {
	border: 1px solid var(--lightside-border);
	border-radius: var(--lightside-radius);
	background:
		linear-gradient(145deg, rgba(245, 247, 249, 0.085), rgba(245, 247, 249, 0.024)),
		rgba(5, 6, 7, 0.62);
	box-shadow: var(--lightside-shadow);
}

.lightside-service-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	border: 1px solid var(--lightside-border);
	border-radius: var(--lightside-radius);
	background: var(--lightside-border);
}

.lightside-service {
	min-height: 18rem;
	padding: clamp(1.35rem, 3vw, 2rem);
	background:
		linear-gradient(180deg, rgba(245, 247, 249, 0.064), rgba(245, 247, 249, 0.018)),
		#080a0b;
}

.lightside-service p {
	color: rgba(245, 247, 249, 0.68);
}

.lightside-index {
	display: inline-grid;
	place-items: center;
	width: 2.4rem;
	height: 2.4rem;
	border: 1px solid var(--lightside-border);
	border-radius: 999px;
	color: var(--wp--preset--color--lumen);
	font-size: 0.78rem;
	font-weight: 700;
}

.lightside-band {
	border-block: 1px solid rgba(245, 247, 249, 0.1);
	background:
		linear-gradient(90deg, rgba(75, 169, 196, 0.11), transparent 34%),
		linear-gradient(270deg, rgba(212, 155, 86, 0.11), transparent 42%),
		rgba(245, 247, 249, 0.035);
}

.lightside-process {
	counter-reset: lightside-step;
}

.lightside-process > .wp-block-group {
	position: relative;
	padding-left: 4rem;
}

.lightside-process > .wp-block-group::before {
	counter-increment: lightside-step;
	content: counter(lightside-step, decimal-leading-zero);
	position: absolute;
	left: 0;
	top: 0.12rem;
	color: var(--wp--preset--color--lumen);
	font-size: 0.78rem;
	font-weight: 800;
}

.lightside-process > .wp-block-group::after {
	content: "";
	position: absolute;
	left: 1.15rem;
	top: 2rem;
	bottom: -1.8rem;
	width: 1px;
	background: var(--lightside-border);
}

.lightside-process > .wp-block-group:last-child::after {
	display: none;
}

.lightside-cta {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--lightside-border);
	border-radius: var(--lightside-radius);
	background:
		linear-gradient(135deg, rgba(75, 169, 196, 0.18), transparent 38%),
		linear-gradient(315deg, rgba(212, 155, 86, 0.18), transparent 42%),
		#080a0b;
}

.lightside-cta::after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(245, 247, 249, 0.44), transparent);
}

.lightside-footer {
	border-top: 1px solid rgba(245, 247, 249, 0.1);
}

.lightside-muted {
	color: rgba(245, 247, 249, 0.62);
}

.lightside-section {
	padding-block: clamp(5rem, 10vw, 8rem);
}

.lightside-section--compact {
	padding-block: clamp(3.5rem, 7vw, 5rem);
}

.lightside-section-head {
	max-width: 760px;
}

.lightside-section-head h2,
.lightside-section-head h1 {
	text-wrap: balance;
}

.lightside-eyebrow {
	color: var(--wp--preset--color--lumen);
	font-family: var(--wp--preset--font-family--ibm-plex-mono);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.lightside-grid-2 {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1rem, 2.4vw, 1.5rem);
}

.lightside-grid-3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2.4vw, 1.5rem);
}

.lightside-grid-4 {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	border: 1px solid var(--lightside-border);
	border-radius: var(--lightside-radius);
	background: var(--lightside-border);
}

.lightside-card,
.is-style-lightside-glass {
	border: 1px solid var(--lightside-border);
	border-radius: var(--lightside-radius);
	background:
		linear-gradient(180deg, rgba(245, 247, 249, 0.07), rgba(245, 247, 249, 0.018)),
		rgba(8, 10, 11, 0.88);
	box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
}

.lightside-card {
	padding: clamp(1.25rem, 2.6vw, 2rem);
}

.lightside-card--tall {
	min-height: 24rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.lightside-page-blacktrax #blacktrax {
	position: relative;
	isolation: isolate;
	min-height: clamp(52rem, 92vh, 72rem);
	padding-block: clamp(8rem, 14vw, 13rem);
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 35%, rgba(0, 168, 255, 0.18), transparent 24rem),
		linear-gradient(90deg, rgba(4, 10, 14, 0.84), rgba(4, 8, 11, 0.36) 52%, rgba(4, 8, 11, 0.88)),
		#050708;
}

.lightside-blacktrax-bg {
	display: none;
}

.lightside-page-blacktrax #blacktrax .lightside-blacktrax-bg {
	display: block;
	position: absolute;
	inset: 0;
	z-index: -3;
	margin: 0;
	overflow: hidden;
	pointer-events: none;
}

.lightside-page-blacktrax #blacktrax .lightside-blacktrax-bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	filter: contrast(1.04) brightness(0.82) saturate(0.94);
	opacity: 0.88;
}

.lightside-page-blacktrax #blacktrax::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		radial-gradient(circle at 28% 34%, rgba(0, 168, 255, 0.2), transparent 22rem),
		linear-gradient(90deg, rgba(5, 7, 8, 0.62), rgba(5, 7, 8, 0.16) 52%, rgba(5, 7, 8, 0.66)),
		linear-gradient(rgba(38, 183, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(38, 183, 255, 0.035) 1px, transparent 1px);
	background-size: auto, auto, 56px 56px, 56px 56px;
}

.lightside-page-blacktrax #blacktrax::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(180deg, rgba(5, 7, 8, 0.04), rgba(5, 7, 8, 0.18));
	pointer-events: none;
}

.lightside-page-blacktrax #blacktrax > .wp-block-group {
	position: relative;
	z-index: 1;
}

.lightside-blacktrax-feature__content {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 0.75fr);
	align-items: center;
	gap: clamp(1.5rem, 5vw, 5rem);
	width: min(100% - 2rem, var(--wp--style--global--wide-size));
	margin-inline: auto;
}

.lightside-blacktrax-feature__intro {
	width: min(100%, 54rem);
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid rgba(38, 183, 255, 0.24);
	border-radius: var(--lightside-radius);
	background:
		linear-gradient(180deg, rgba(12, 18, 24, 0.13), rgba(5, 8, 11, 0.05)),
		rgba(5, 7, 8, 0.05);
	backdrop-filter: blur(7px) saturate(1.12);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42), 0 0 34px rgba(0, 168, 255, 0.12);
}

.lightside-blacktrax-feature__intro h2 {
	max-width: 16ch;
	font-size: clamp(2.15rem, 4.6vw, 5rem);
	line-height: 0.96;
	letter-spacing: 0;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7);
}

.lightside-blacktrax-feature__intro .lightside-muted {
	max-width: 46rem;
}

.lightside-page-blacktrax #blacktrax .lightside-card {
	background:
		linear-gradient(180deg, rgba(12, 18, 24, 0.13), rgba(5, 8, 11, 0.05)),
		rgba(5, 7, 8, 0.05);
	backdrop-filter: blur(7px) saturate(1.12);
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42), 0 0 34px rgba(0, 168, 255, 0.14);
}

.lightside-spec-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	border: 1px solid var(--lightside-border);
	border-radius: var(--lightside-radius);
	background: var(--lightside-border);
}

.lightside-spec-list > * {
	margin: 0;
	padding: 1rem;
	background: rgba(8, 10, 11, 0.92);
}

.lightside-metric {
	padding: clamp(1.2rem, 2.4vw, 1.6rem);
	background: rgba(8, 10, 11, 0.94);
}

.lightside-metric strong {
	display: block;
	margin-bottom: 0.2rem;
	color: var(--wp--preset--color--porcelain);
	font-size: clamp(2rem, 5vw, 4rem);
	line-height: 0.96;
}

.lightside-device {
	position: relative;
	overflow: hidden;
	min-height: 28rem;
	border: 1px solid var(--lightside-border);
	border-radius: var(--lightside-radius);
	background:
		linear-gradient(120deg, rgba(245, 247, 249, 0.08), transparent 36%),
		linear-gradient(180deg, rgba(75, 169, 196, 0.08), rgba(8, 10, 11, 0.96)),
		#080a0b;
}

.lightside-device::before {
	content: "";
	position: absolute;
	inset: 10%;
	border: 1px solid rgba(216, 243, 255, 0.18);
	border-radius: 6px;
	background:
		linear-gradient(rgba(245, 247, 249, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(245, 247, 249, 0.08) 1px, transparent 1px);
	background-size: 38px 38px;
	mask-image: linear-gradient(180deg, black, transparent 92%);
}

.lightside-device::after {
	content: "";
	position: absolute;
	right: 10%;
	bottom: 12%;
	width: 36%;
	height: 42%;
	border: 1px solid rgba(212, 155, 86, 0.36);
	border-radius: 6px;
	background:
		linear-gradient(180deg, rgba(212, 155, 86, 0.16), rgba(75, 169, 196, 0.08)),
		rgba(5, 6, 7, 0.72);
	box-shadow: 0 0 38px rgba(75, 169, 196, 0.12);
}

.lightside-device--interactive {
	--diagram-pan-x: -50%;
	--diagram-pan-y: -46%;
	background:
		linear-gradient(120deg, rgba(0, 168, 255, 0.1), transparent 34%),
		linear-gradient(180deg, rgba(75, 169, 196, 0.1), rgba(8, 10, 11, 0.98)),
		#050708;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3), 0 0 34px rgba(0, 168, 255, 0.08);
}

.lightside-device--interactive::before {
	z-index: 2;
	inset: 0;
	border: 0;
	background:
		linear-gradient(rgba(38, 183, 255, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(38, 183, 255, 0.05) 1px, transparent 1px),
		radial-gradient(circle at 34% 30%, rgba(0, 168, 255, 0.16), transparent 20rem);
	background-size: 42px 42px, 42px 42px, auto;
	mask-image: none;
	pointer-events: none;
}

.lightside-device--interactive::after {
	inset: 0;
	z-index: 3;
	width: auto;
	height: auto;
	border: 0;
	border-radius: 0;
	background:
		linear-gradient(90deg, rgba(5, 7, 8, 0.28), rgba(5, 7, 8, 0.04) 48%, rgba(5, 7, 8, 0.34)),
		linear-gradient(180deg, rgba(5, 7, 8, 0.2), rgba(5, 7, 8, 0.5));
	box-shadow: none;
	pointer-events: none;
}

.lightside-device__media {
	position: absolute;
	inset: 0;
	z-index: 1;
	margin: 0;
	overflow: hidden;
}

.lightside-device__media img {
	display: block;
	width: 185%;
	max-width: none;
	height: 125%;
	object-fit: cover;
	filter: saturate(0.88) contrast(1.08) brightness(0.72);
	transform: translate3d(var(--diagram-pan-x), var(--diagram-pan-y), 0);
	transition: transform 160ms ease, filter 220ms ease;
	will-change: transform;
}

.lightside-device--interactive:hover .lightside-device__media img,
.lightside-device--interactive:focus-within .lightside-device__media img {
	filter: saturate(1) contrast(1.1) brightness(0.82);
}

.lightside-optitrack-feature {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: clamp(52rem, 92vh, 72rem);
	padding-block: clamp(8rem, 14vw, 13rem);
	background:
		radial-gradient(circle at 12% 35%, rgba(0, 168, 255, 0.18), transparent 24rem),
		linear-gradient(90deg, rgba(4, 10, 14, 0.84), rgba(4, 8, 11, 0.36) 52%, rgba(4, 8, 11, 0.88)),
		#050708;
}

.lightside-optitrack-feature::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		radial-gradient(circle at 28% 34%, rgba(0, 168, 255, 0.2), transparent 22rem),
		linear-gradient(90deg, rgba(5, 7, 8, 0.62), rgba(5, 7, 8, 0.16) 52%, rgba(5, 7, 8, 0.66)),
		linear-gradient(rgba(38, 183, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(38, 183, 255, 0.035) 1px, transparent 1px);
	background-size: auto, auto, 56px 56px, 56px 56px;
	pointer-events: none;
}

.lightside-optitrack-bg {
	position: absolute;
	inset: 0;
	z-index: -3;
	margin: 0;
	overflow: hidden;
	pointer-events: none;
}

.lightside-optitrack-bg video {
	display: block;
	width: 116%;
	height: 112%;
	margin-left: -4%;
	object-fit: cover;
	object-position: calc(64% + 400px) top;
	filter: contrast(1.08) brightness(0.78) saturate(0.98);
	opacity: 0.88;
}

.lightside-optitrack-feature__intro {
	position: relative;
	z-index: 1;
	width: min(100% - 2rem, 54rem);
	margin-inline: auto;
	margin-left: max(1rem, calc((100vw - var(--wp--style--global--wide-size)) / 2));
	margin-bottom: 0;
	transform: translate(-2.5rem, -3rem);
	padding: clamp(1.25rem, 3vw, 2rem);
	border: 1px solid rgba(38, 183, 255, 0.24);
	border-radius: var(--lightside-radius);
	background:
		linear-gradient(180deg, rgba(12, 18, 24, 0.06), rgba(5, 8, 11, 0.02)),
		rgba(5, 7, 8, 0.05);
	backdrop-filter: blur(2px) saturate(1.08);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42), 0 0 34px rgba(0, 168, 255, 0.12);
}

.lightside-optitrack-feature__intro h2 {
	max-width: 16ch;
	font-size: clamp(2.15rem, 4.6vw, 5rem);
	line-height: 0.96;
	letter-spacing: 0;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7);
}

.lightside-optitrack-feature__intro .lightside-muted {
	max-width: 46rem;
}

.lightside-camera-tracking-feature {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: max(66.667vw, 52rem);
	padding-block: clamp(8rem, 12vw, 11rem);
	background:
		linear-gradient(90deg, rgba(4, 10, 14, 0.72), rgba(4, 8, 11, 0.2) 52%, rgba(4, 8, 11, 0.72)),
		linear-gradient(180deg, rgba(5, 7, 8, 0.08), rgba(5, 7, 8, 0.18)),
		url("assets/images/camera-tracking-ezprofile-white.png"),
		#050708;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100vw auto;
}

.lightside-camera-tracking-feature::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		radial-gradient(circle at 68% 32%, rgba(255, 132, 0, 0.12), transparent 24rem),
		radial-gradient(circle at 28% 34%, rgba(0, 168, 255, 0.18), transparent 22rem),
		linear-gradient(rgba(38, 183, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(38, 183, 255, 0.035) 1px, transparent 1px);
	background-size: auto, auto, 56px 56px, 56px 56px;
	pointer-events: none;
}

.lightside-camera-tracking-feature::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(5, 7, 8, 0.08), rgba(5, 7, 8, 0.24)),
		linear-gradient(90deg, rgba(5, 7, 8, 0.16), transparent 44%, rgba(5, 7, 8, 0.22));
	pointer-events: none;
}

.lightside-camera-tracking-feature__content {
	position: relative;
	z-index: 1;
	align-items: stretch;
}

.lightside-camera-tracking-feature .lightside-card {
	background:
		linear-gradient(180deg, rgba(12, 18, 24, 0.05), rgba(5, 8, 11, 0.02)),
		rgba(5, 7, 8, 0.05);
	backdrop-filter: blur(6px) saturate(1.08);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.44), 0 0 34px rgba(0, 168, 255, 0.12);
}

.lightside-camera-tracking-feature .lightside-card h2,
.lightside-camera-tracking-feature .lightside-card h3,
.lightside-camera-tracking-feature .lightside-card p {
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.78);
}

.lightside-camera-tracking-feature .lightside-card h2 {
	max-width: 12ch;
	font-size: clamp(2.2rem, 4.4vw, 4.9rem);
	line-height: 0.98;
	letter-spacing: 0;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.72);
}

.lightside-system-map {
	--map-pan-x: 0px;
	--map-pan-y: 0px;
	--map-glow-x: 50%;
	--map-glow-y: 50%;
	position: relative;
	min-height: 30rem;
	border: 1px solid var(--lightside-border);
	border-radius: var(--lightside-radius);
	background:
		radial-gradient(circle at var(--map-glow-x) var(--map-glow-y), rgba(38, 183, 255, 0.18), transparent 28%),
		linear-gradient(rgba(245, 247, 249, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(245, 247, 249, 0.045) 1px, transparent 1px),
		linear-gradient(180deg, rgba(245, 247, 249, 0.05), rgba(245, 247, 249, 0.012)),
		#080a0b;
	background-position:
		center,
		var(--map-pan-x) var(--map-pan-y),
		var(--map-pan-x) var(--map-pan-y),
		center,
		center;
	background-size: auto, 54px 54px, 54px 54px, auto, auto;
	overflow: hidden;
}

.lightside-system-map::before {
	content: "";
	position: absolute;
	inset: -14%;
	background:
		linear-gradient(118deg, transparent 18%, rgba(38, 183, 255, 0.16) 19%, transparent 20%),
		linear-gradient(28deg, transparent 42%, rgba(212, 155, 86, 0.12) 43%, transparent 44%);
	opacity: 0.55;
	transform: translate3d(calc(var(--map-pan-x) * 0.28), calc(var(--map-pan-y) * 0.28), 0);
	transition: transform 180ms ease, opacity 180ms ease;
	pointer-events: none;
}

.lightside-system-map__network {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	color: rgba(38, 183, 255, 0.74);
	opacity: 0.72;
	transform: translate3d(calc(var(--map-pan-x) * -0.45), calc(var(--map-pan-y) * -0.45), 0);
	transition: transform 160ms ease;
	pointer-events: none;
}

.lightside-system-map__network path {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.25;
	stroke-dasharray: 7 11;
	filter: drop-shadow(0 0 10px rgba(38, 183, 255, 0.28));
}

.lightside-system-map__network circle {
	fill: #26b7ff;
	stroke: rgba(245, 247, 249, 0.72);
	stroke-width: 1;
	filter: drop-shadow(0 0 9px rgba(38, 183, 255, 0.62));
}

.lightside-system-map > .wp-block-group {
	position: absolute;
	z-index: 2;
	width: min(13rem, 38%);
	padding: 1rem;
	border: 1px solid var(--lightside-border);
	border-radius: var(--lightside-radius);
	background: rgba(5, 6, 7, 0.78);
	backdrop-filter: blur(10px);
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.lightside-node-a {
	left: 8%;
	top: 12%;
}

.lightside-node-b {
	right: 8%;
	top: 20%;
}

.lightside-node-c {
	left: 22%;
	bottom: 12%;
}

.lightside-node-d {
	right: 16%;
	bottom: 14%;
}

.lightside-node-chip {
	position: absolute;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	min-height: 1.8rem;
	padding: 0.28rem 0.62rem;
	border: 1px solid rgba(38, 183, 255, 0.34);
	border-radius: 999px;
	background: rgba(5, 6, 7, 0.72);
	color: rgba(245, 247, 249, 0.78);
	font-family: var(--lightside-font-mono);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: 0 0 22px rgba(38, 183, 255, 0.12);
	transform: translate3d(calc(var(--map-pan-x) * 0.18), calc(var(--map-pan-y) * 0.18), 0);
	transition: transform 160ms ease, border-color 160ms ease, color 160ms ease;
}

.lightside-system-map:hover .lightside-node-chip {
	border-color: rgba(38, 183, 255, 0.72);
	color: #f5f7f9;
}

.lightside-node-chip--lens {
	left: 48%;
	top: 24%;
}

.lightside-node-chip--sync {
	right: 30%;
	top: 48%;
}

.lightside-node-chip--frustum {
	left: 42%;
	top: 42%;
}

.lightside-node-chip--latency {
	right: 40%;
	bottom: 28%;
}

.lightside-node-chip--calibration {
	left: 34%;
	bottom: 30%;
}

.lightside-tag-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

.lightside-tag {
	display: inline-flex;
	align-items: center;
	min-height: 2rem;
	padding-inline: 0.7rem;
	border: 1px solid var(--lightside-border);
	border-radius: 999px;
	color: rgba(245, 247, 249, 0.74);
	font-size: 0.82rem;
}

.lightside-media-frame {
	overflow: hidden;
	border: 1px solid var(--lightside-border);
	border-radius: var(--lightside-radius);
	background: #080a0b;
}

.lightside-media-frame img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 26rem;
	object-fit: cover;
}

.lightside-logo-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
}

.lightside-logo-strip span {
	display: inline-flex;
	align-items: center;
	min-height: 2.4rem;
	padding-inline: 0.9rem;
	border: 1px solid rgba(245, 247, 249, 0.1);
	border-radius: var(--lightside-radius);
	color: rgba(245, 247, 249, 0.62);
	font-family: var(--wp--preset--font-family--ibm-plex-mono);
	font-size: 0.72rem;
	text-transform: uppercase;
}

.lightside-faq {
	border-top: 1px solid var(--lightside-border);
}

.lightside-faq .wp-block-details {
	margin: 0;
	padding-block: 1.25rem;
	border-bottom: 1px solid var(--lightside-border);
}

.lightside-faq summary {
	cursor: pointer;
	color: var(--wp--preset--color--porcelain);
	font-weight: 750;
}

.is-style-lightside-ghost .wp-block-button__link {
	border-color: var(--lightside-border-strong);
	background: rgba(245, 247, 249, 0.035);
	color: var(--wp--preset--color--porcelain);
}

.lightside-page-hero {
	padding-block: clamp(7rem, 13vw, 11rem) clamp(4rem, 8vw, 6rem);
	border-bottom: 1px solid rgba(245, 247, 249, 0.1);
	background:
		linear-gradient(180deg, rgba(245, 247, 249, 0.052), transparent 58%),
		linear-gradient(90deg, rgba(75, 169, 196, 0.12), transparent 42%),
		#050607;
}

.lightside-page-hero h1 {
	max-width: 11ch;
}

.lightside-contact-hero {
	position: relative;
	min-height: clamp(48rem, 92vh, 68rem);
	padding-block: clamp(24rem, 52vh, 35rem) clamp(10rem, 18vw, 16rem);
	background:
		linear-gradient(90deg, rgba(2, 5, 8, 0.68), rgba(2, 6, 10, 0.28) 44%, rgba(2, 5, 8, 0.12) 72%),
		linear-gradient(180deg, rgba(2, 5, 8, 0.22), rgba(2, 5, 8, 0.46)),
		url("assets/images/contacto-page-bg.png") center center / cover no-repeat;
}

.lightside-contact-hero__content {
	position: absolute;
	top: clamp(15.25rem, calc(64vh - 300px), 25.25rem);
	right: max(1rem, calc((100vw - var(--wp--style--global--wide-size)) / 2));
	width: min(100% - 2rem, 31rem);
	margin: 0;
	transform: none;
	padding: clamp(1.25rem, 2.4vw, 2rem);
	border: 1px solid rgba(38, 183, 255, 0.18);
	border-radius: var(--lightside-radius);
	background: rgba(5, 7, 8, 0.1);
	backdrop-filter: blur(1px) saturate(1.04);
}

.lightside-contact-hero h1 {
	max-width: 12ch;
	font-size: clamp(2rem, 3.8vw, 4.2rem);
	line-height: 0.96;
	letter-spacing: 0;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.72);
}

.lightside-contact-hero .lightside-muted {
	max-width: 35rem;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.72);
}

.lightside-split {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
}

.lightside-conversion-bar {
	position: relative;
	z-index: 2;
	margin-top: -1px;
	border-block: 1px solid rgba(245, 247, 249, 0.1);
	background: rgba(5, 6, 7, 0.92);
}

.lightside-anchor-rail {
	position: sticky;
	top: 4.5rem;
	z-index: 10;
	border-block: 1px solid rgba(245, 247, 249, 0.1);
	background: rgba(5, 6, 7, 0.82);
	backdrop-filter: blur(18px);
}

.lightside-anchor-rail .wp-block-navigation {
	width: min(100% - 40px, var(--wp--style--global--wide-size));
	margin-inline: auto;
	padding-block: 0.75rem;
}

.lightside-tech-matrix {
	display: grid;
	grid-template-columns: 0.78fr 1.22fr;
	gap: clamp(1.5rem, 4vw, 4rem);
	align-items: stretch;
}

.lightside-tech-list {
	display: grid;
	gap: 0.7rem;
	align-content: start;
}

.lightside-tech-list a,
.lightside-tech-pill {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem;
	border: 1px solid var(--lightside-border);
	border-radius: var(--lightside-radius);
	background: rgba(245, 247, 249, 0.035);
	color: var(--wp--preset--color--porcelain);
	text-decoration: none;
}

.lightside-tech-list a:hover {
	border-color: rgba(0, 168, 255, 0.55);
	background: rgba(0, 168, 255, 0.075);
}

.lightside-orbit {
	position: relative;
	min-height: 36rem;
	border: 1px solid var(--lightside-border);
	border-radius: var(--lightside-radius);
	background:
		linear-gradient(rgba(0, 168, 255, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 168, 255, 0.06) 1px, transparent 1px),
		linear-gradient(180deg, rgba(245, 247, 249, 0.065), rgba(245, 247, 249, 0.014)),
		#07090a;
	background-size: 64px 64px, 64px 64px, auto, auto;
	overflow: hidden;
}

.lightside-orbit::before {
	content: "";
	position: absolute;
	inset: 18%;
	border: 1px solid rgba(0, 168, 255, 0.28);
	border-radius: 999px;
	box-shadow: 0 0 70px rgba(0, 168, 255, 0.12);
}

.lightside-orbit::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 8rem;
	height: 8rem;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(245, 247, 249, 0.34);
	border-radius: 999px;
	background: rgba(0, 168, 255, 0.12);
}

.lightside-orbit-node {
	position: absolute;
	width: min(13rem, 38%);
	padding: 1rem;
	border: 1px solid var(--lightside-border);
	border-radius: var(--lightside-radius);
	background: rgba(5, 6, 7, 0.82);
	backdrop-filter: blur(12px);
}

.lightside-orbit-node--a {
	left: 8%;
	top: 9%;
}

.lightside-orbit-node--b {
	right: 8%;
	top: 18%;
}

.lightside-orbit-node--c {
	left: 10%;
	bottom: 14%;
}

.lightside-orbit-node--d {
	right: 12%;
	bottom: 10%;
}

.lightside-product-hero {
	padding-block: clamp(7rem, 13vw, 12rem) clamp(5rem, 10vw, 8rem);
	border-bottom: 1px solid rgba(245, 247, 249, 0.1);
	background:
		linear-gradient(180deg, rgba(0, 168, 255, 0.12), transparent 42%),
		linear-gradient(90deg, rgba(5, 6, 7, 0.98), rgba(5, 6, 7, 0.72)),
		#050607;
}

.lightside-product-hero h1 {
	max-width: 12ch;
}

.lightside-page-eventos .lightside-product-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		linear-gradient(90deg, rgba(5, 6, 7, 0.82), rgba(5, 6, 7, 0.2) 54%, rgba(5, 6, 7, 0.18)),
		linear-gradient(180deg, rgba(5, 6, 7, 0.12), rgba(5, 6, 7, 0.62)),
		url("assets/images/eventos-page-background.png") right center / cover no-repeat,
		#050607;
}

.lightside-page-eventos .lightside-product-hero > .wp-block-group {
	position: relative;
	z-index: 1;
}

.lightside-page-eventos .lightside-product-hero .lightside-kicker,
.lightside-page-eventos .lightside-product-hero h1,
.lightside-page-eventos .lightside-product-hero .lightside-muted {
	width: fit-content;
	max-width: min(100%, 44rem);
	padding: 0.35rem 0.55rem;
	border-radius: var(--lightside-radius-small);
	background: rgba(0, 0, 0, 0.55);
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

.lightside-page-eventos .lightside-product-hero h1 {
	max-width: 12ch;
}

.lightside-page-formacion {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background: #050607;
}

.lightside-page-formacion > *:not(.lightside-academy-page-bg) {
	position: relative;
	z-index: 1;
	opacity: 0.6;
}

.lightside-page-formacion #academy {
	position: relative;
	isolation: isolate;
	min-height: 100vh;
	overflow: hidden;
	background: transparent;
}

.lightside-page-formacion #academy::after {
	content: none;
}

.lightside-academy-page-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	margin: 0;
	pointer-events: none;
	opacity: 0.6;
}

.lightside-academy-page-bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(1.08) contrast(1.1) saturate(1.08);
}

.lightside-page-formacion #academy > .wp-block-columns {
	position: relative;
	z-index: 1;
}

.lightside-page-formacion #academy .wp-block-column:first-child .lightside-kicker,
.lightside-page-formacion #academy .wp-block-column:first-child h2,
.lightside-page-formacion #academy .wp-block-column:first-child .lightside-muted {
	width: fit-content;
	max-width: min(100%, 44rem);
	padding: 0.35rem 0.55rem;
	border-radius: var(--lightside-radius-small);
	background: rgba(0, 0, 0, 0.55);
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

.lightside-page-formacion #academy .lightside-academy-path > .wp-block-group {
	background: rgba(0, 0, 0, 0.55);
}

@media (min-width: 901px) {
	.lightside-page-formacion #academy .wp-block-column:nth-child(2) {
		margin-top: clamp(22rem, 34vh, 30rem);
	}
}

.lightside-academy-phone {
	width: min(100%, 34rem);
	margin: 2rem 0 0;
	filter: drop-shadow(0 1.4rem 3rem rgba(0, 0, 0, 0.52));
}

.lightside-academy-phone__bezel {
	position: relative;
	display: block;
	aspect-ratio: 19.5 / 9;
	padding: 0.72rem;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 2.35rem;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04) 28%, rgba(0, 168, 255, 0.16)),
		#050607;
	box-shadow:
		inset 0 0 0 0.18rem rgba(255, 255, 255, 0.05),
		0 0 0 0.08rem rgba(0, 168, 255, 0.22);
	overflow: hidden;
}

.lightside-academy-phone__bezel video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1.65rem;
	background: #000;
}

.lightside-academy-phone__island {
	position: absolute;
	top: 50%;
	left: 1.18rem;
	z-index: 2;
	width: 1.45rem;
	height: 5.8rem;
	border-radius: 999px;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.86);
	box-shadow: 0.2rem 0 0.9rem rgba(0, 0, 0, 0.35);
}

.lightside-lab-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: clamp(1.2rem, 3vw, 2rem);
}

.lightside-page-lab #lightside-lab {
	position: relative;
	isolation: isolate;
	min-height: clamp(52rem, 92vh, 72rem);
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 38%, rgba(0, 168, 255, 0.18), transparent 24rem),
		linear-gradient(90deg, rgba(4, 10, 14, 0.88), rgba(4, 8, 11, 0.48) 52%, rgba(4, 8, 11, 0.88)),
		url("assets/images/lab-engineering-tv-diagram.png"),
		#050708;
	background-repeat: no-repeat;
	background-position: center, center, right center, center;
	background-size: auto, auto, cover, auto;
}

.lightside-page-lab #lightside-lab::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		radial-gradient(circle at 26% 34%, rgba(0, 168, 255, 0.22), transparent 22rem),
		linear-gradient(90deg, rgba(5, 7, 8, 0.6), rgba(5, 7, 8, 0.18) 52%, rgba(5, 7, 8, 0.64));
}

.lightside-page-lab #lightside-lab::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(rgba(38, 183, 255, 0.07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(38, 183, 255, 0.045) 1px, transparent 1px),
		linear-gradient(180deg, rgba(5, 7, 8, 0.18), rgba(5, 7, 8, 0.78));
	background-size: 54px 54px, 54px 54px, auto;
	pointer-events: none;
}

.lightside-page-lab #lightside-lab > .wp-block-group {
	position: relative;
	z-index: 1;
}

.lightside-page-lab #lightside-lab .lightside-lab-grid > .wp-block-group:first-child {
	padding: clamp(1.4rem, 3vw, 2rem);
	border: 1px solid rgba(0, 168, 255, 0.22);
	border-radius: var(--lightside-radius);
	background: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(7px) saturate(1.12);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38), 0 0 34px rgba(0, 168, 255, 0.1);
}

.lightside-lab-console {
	min-height: 32rem;
	padding: clamp(1.4rem, 3vw, 2rem);
	border: 1px solid rgba(0, 168, 255, 0.28);
	border-radius: var(--lightside-radius);
	background:
		linear-gradient(rgba(0, 168, 255, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 168, 255, 0.08) 1px, transparent 1px),
		#06090b;
	background-size: 36px 36px;
	box-shadow: inset 0 0 0 1px rgba(245, 247, 249, 0.04), 0 28px 80px rgba(0, 0, 0, 0.34);
}

.lightside-page-lab #lightside-lab .lightside-lab-console {
	background:
		linear-gradient(rgba(0, 168, 255, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 168, 255, 0.05) 1px, transparent 1px),
		rgba(0, 0, 0, 0.55);
	background-size: 36px 36px, 36px 36px, auto;
	backdrop-filter: blur(7px) saturate(1.12);
	box-shadow: inset 0 0 0 1px rgba(245, 247, 249, 0.04), 0 28px 80px rgba(0, 0, 0, 0.38), 0 0 34px rgba(0, 168, 255, 0.12);
}

.lightside-console-line {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding-block: 0.7rem;
	border-bottom: 1px solid rgba(245, 247, 249, 0.1);
	color: rgba(245, 247, 249, 0.68);
	font-family: var(--wp--preset--font-family--ibm-plex-mono);
	font-size: 0.82rem;
}

.lightside-console-line strong {
	color: var(--wp--preset--color--electric);
	font-weight: 700;
}

.lightside-editorial {
	border: 1px solid rgba(245, 247, 249, 0.12);
	border-radius: var(--lightside-radius);
	background:
		radial-gradient(circle at 82% 18%, rgba(0, 168, 255, 0.18), transparent 28rem),
		linear-gradient(rgba(0, 168, 255, 0.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(0, 168, 255, 0.045) 1px, transparent 1px),
		#050607;
	background-size: auto, 52px 52px, 52px 52px, auto;
	color: var(--wp--preset--color--porcelain);
}

.lightside-editorial h1,
.lightside-editorial h2,
.lightside-editorial h3,
.lightside-editorial p {
	color: var(--wp--preset--color--porcelain);
}

.lightside-editorial .lightside-kicker,
.lightside-editorial .lightside-eyebrow {
	color: var(--wp--preset--color--electric);
}

.lightside-book-cover {
	display: grid;
	min-height: 34rem;
	place-items: center;
	padding: 2rem;
	overflow: hidden;
	border-radius: var(--lightside-radius);
	background:
		radial-gradient(circle at 50% 28%, rgba(0, 168, 255, 0.24), transparent 22rem),
		linear-gradient(180deg, rgba(0, 168, 255, 0.08), rgba(5, 6, 7, 0.95)),
		linear-gradient(rgba(245, 247, 249, 0.09) 1px, transparent 1px),
		linear-gradient(90deg, rgba(245, 247, 249, 0.09) 1px, transparent 1px),
		#07090a;
	background-size: auto, auto, 42px 42px, 42px 42px, auto;
	color: var(--wp--preset--color--porcelain);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}

.lightside-book-cover figure {
	width: min(82%, 28rem);
	margin: 0;
	filter: drop-shadow(0 34px 72px rgba(0, 0, 0, 0.58));
	transform: rotate(-2deg);
}

.lightside-book-cover img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: var(--lightside-radius-small);
}

.lightside-academy-path {
	counter-reset: academy-step;
	display: grid;
	gap: 1px;
	overflow: hidden;
	border: 1px solid var(--lightside-border);
	border-radius: var(--lightside-radius);
	background: var(--lightside-border);
}

.lightside-academy-path > .wp-block-group {
	position: relative;
	padding: clamp(1.2rem, 2.8vw, 2rem) clamp(1.2rem, 2.8vw, 2rem) clamp(1.2rem, 2.8vw, 2rem) 4rem;
	background: rgba(8, 10, 11, 0.94);
}

.lightside-academy-path > .wp-block-group::before {
	counter-increment: academy-step;
	content: counter(academy-step, decimal-leading-zero);
	position: absolute;
	left: 1.2rem;
	top: 1.45rem;
	color: var(--wp--preset--color--electric);
	font-family: var(--wp--preset--font-family--ibm-plex-mono);
	font-size: 0.8rem;
	font-weight: 800;
}

@media (max-width: 900px) {
	.lightside-hero {
		min-height: 760px;
	}

	.lightside-hero::before {
		background:
			linear-gradient(180deg, rgba(5, 6, 7, 0.66) 0%, rgba(5, 6, 7, 0.88) 44%, rgba(5, 6, 7, 1) 100%),
			linear-gradient(90deg, rgba(5, 6, 7, 0.9), rgba(5, 6, 7, 0.35));
	}

	.lightside-hero__media img {
		object-position: 68% center;
	}

	.lightside-proof-strip,
	.lightside-service-grid,
	.lightside-grid-2,
	.lightside-grid-3,
	.lightside-grid-4,
	.lightside-spec-list,
	.lightside-split,
	.lightside-tech-matrix,
	.lightside-lab-grid {
		grid-template-columns: 1fr;
	}

	.lightside-proof-strip > * {
		border-right: 0;
		border-bottom: 1px solid var(--lightside-border);
	}

	.lightside-proof-strip > *:last-child {
		border-bottom: 0;
	}

	.lightside-optitrack-feature {
		min-height: 44rem;
		padding-block: 7rem;
	}

	.lightside-camera-tracking-feature {
		min-height: 44rem;
		padding-block: 7rem;
	}

	.lightside-page-blacktrax #blacktrax {
		min-height: 44rem;
		padding-block: 7rem;
	}

	.lightside-blacktrax-feature__content {
		grid-template-columns: 1fr;
		width: min(100% - 2rem, 44rem);
	}

	.lightside-blacktrax-feature__intro {
		width: 100%;
	}

	.lightside-optitrack-bg video {
		object-position: center;
	}

	.lightside-camera-tracking-bg img {
		object-position: center;
	}

	.lightside-optitrack-feature__intro {
		width: min(100% - 2rem, 44rem);
		margin-inline: auto;
		transform: none;
	}

	.lightside-contact-hero {
		min-height: 48rem;
		padding-block: 24rem 4rem;
		background-position: center, center, 60% center;
	}

	.lightside-contact-hero__content {
		position: relative;
		top: auto;
		right: auto;
		width: min(100% - 2rem, 34rem);
		margin-left: auto;
		margin-right: 1rem;
		transform: none;
	}

	.lightside-contact-hero h1 {
		font-size: clamp(2.35rem, 7vw, 4.2rem);
	}
}

@media (max-width: 620px) {
	.lightside-hero__inner {
		width: min(100% - 28px, var(--wp--style--global--wide-size));
		padding-block: 7rem 4rem;
	}

	.lightside-process > .wp-block-group {
		padding-left: 3rem;
	}

	.lightside-site-header .wp-block-group {
		gap: 1rem;
	}

	.lightside-system-map > .wp-block-group {
		position: relative;
		inset: auto;
		width: auto;
		margin: 1rem;
	}

	.lightside-system-map {
		display: grid;
		gap: 0;
		min-height: auto;
		padding-block: 1rem;
	}

	.lightside-system-map__network {
		opacity: 0.38;
	}

	.lightside-node-chip {
		position: relative;
		inset: auto;
		z-index: 2;
		width: fit-content;
		margin: 0.35rem 1rem;
		transform: none;
	}

	.lightside-anchor-rail {
		position: relative;
		top: auto;
	}

	.lightside-anchor-rail .wp-block-navigation {
		width: min(100% - 28px, var(--wp--style--global--wide-size));
		overflow-x: auto;
	}

	.lightside-orbit {
		display: grid;
		gap: 1rem;
		min-height: auto;
		padding: 1rem;
	}

	.lightside-orbit::before,
	.lightside-orbit::after {
		display: none;
	}

	.lightside-orbit-node {
		position: relative;
		inset: auto;
		width: auto;
	}

	.lightside-product-hero h1,
	.lightside-page-hero h1 {
		max-width: none;
	}

	.lightside-contact-hero {
		min-height: 42rem;
		padding-block: 18rem 3rem;
		background-position: center, center, 65% center;
	}

	.lightside-contact-hero__content {
		position: relative;
		top: auto;
		right: auto;
		width: min(100% - 28px, 31rem);
		margin-inline: auto;
		transform: none;
		background: rgba(5, 7, 8, 0.18);
	}

	.lightside-contact-hero h1 {
		font-size: clamp(2.15rem, 13vw, 3.8rem);
	}

	.lightside-academy-path > .wp-block-group {
		padding-left: 3.4rem;
	}
}

body.single-post.postid-46 main.wp-block-group.alignfull {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: 100vh;
	background: #050708;
}

body.single-post.postid-46 main.wp-block-group.alignfull::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background-image: url("assets/images/blog-focus-capture-touch-bg.png");
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.92;
	filter: contrast(1.06) brightness(0.84) saturate(1.08);
	pointer-events: none;
}

body.single-post.postid-46 main.wp-block-group.alignfull::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(180deg, rgba(5, 7, 8, 0.68) 0%, rgba(5, 7, 8, 0.38) 24%, rgba(5, 7, 8, 0.16) 48%, rgba(5, 7, 8, 0.74) 100%),
		linear-gradient(90deg, rgba(5, 7, 8, 0.62), rgba(5, 7, 8, 0.16) 48%, rgba(5, 7, 8, 0.56));
	backdrop-filter: blur(0.8px);
	mask-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.64) 38%, rgba(0, 0, 0, 0.12) 70%, transparent 100%);
	pointer-events: none;
}

body.single-post.postid-46 main.wp-block-group.alignfull > * {
	position: relative;
	z-index: 1;
}

body.single-post.postid-46 main.wp-block-group.alignfull > .wp-block-group:first-child,
body.single-post.postid-46 .wp-block-post-content {
	border: 1px solid rgba(38, 183, 255, 0.2);
	border-radius: var(--lightside-radius);
	background:
		linear-gradient(180deg, rgba(12, 18, 24, 0.34), rgba(5, 8, 11, 0.18)),
		rgba(5, 7, 8, 0.18);
	backdrop-filter: blur(8px) saturate(1.1);
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34), 0 0 34px rgba(0, 168, 255, 0.1);
}

body.single-post.postid-46 main.wp-block-group.alignfull > .wp-block-group:first-child {
	padding: clamp(1.25rem, 3vw, 2rem);
}

body.single-post.postid-46 .wp-block-post-content {
	padding: clamp(1.25rem, 3vw, 2.4rem);
}

.lightside-blog-video-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: clamp(28rem, 62vh, 44rem);
	margin: clamp(3rem, 7vw, 5rem) auto clamp(2rem, 5vw, 4rem);
	border: 1px solid rgba(38, 183, 255, 0.24);
	border-radius: var(--lightside-radius);
	background: #050708;
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.4), 0 0 36px rgba(0, 168, 255, 0.12);
}

.lightside-blog-video-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(3, 6, 9, 0.86), rgba(3, 6, 9, 0.28) 56%, rgba(3, 6, 9, 0.86)),
		linear-gradient(rgba(38, 183, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(38, 183, 255, 0.035) 1px, transparent 1px);
	background-size: auto, 56px 56px, 56px 56px;
	pointer-events: none;
}

.lightside-blog-video-hero__media {
	position: absolute;
	inset: 0;
	z-index: -2;
	margin: 0;
	background: #050708;
}

.lightside-blog-video-hero__media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: contrast(1.08) brightness(0.68) saturate(0.96);
	opacity: 0.92;
}

.lightside-blog-video-hero__content {
	width: min(100% - 2rem, 42rem);
	padding: clamp(2rem, 5vw, 4rem);
}

.lightside-blog-video-hero__content h2 {
	max-width: 12ch;
	margin: 0 0 1.25rem;
	font-size: clamp(2.4rem, 6vw, 6.25rem);
	line-height: 0.92;
	letter-spacing: 0;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7);
}

.lightside-blog-video-hero__content p:not(.lightside-kicker) {
	max-width: 36rem;
	color: rgba(245, 247, 249, 0.72);
	font-size: clamp(1.05rem, 1.3vw, 1.25rem);
	line-height: 1.55;
}

@media (max-width: 782px) {
	.lightside-blog-video-hero {
		min-height: 34rem;
	}

	.lightside-blog-video-hero__content {
		padding: 2rem;
	}
}

.lightside-technical-post-grid .wp-block-post-template > li {
	position: relative;
}

.lightside-technical-post-grid .lightside-card {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: clamp(24rem, 32vw, 31rem);
	background:
		linear-gradient(180deg, rgba(245, 247, 249, 0.07), rgba(245, 247, 249, 0.018)),
		rgba(8, 10, 11, 0.88);
}

.lightside-technical-post-grid .lightside-card::before,
.lightside-technical-post-grid .lightside-card::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.lightside-technical-post-grid .lightside-card::before {
	z-index: -2;
	background-image: var(--lightside-blog-card-bg);
	background-position: center;
	background-size: cover;
	filter: contrast(1.08) brightness(0.58) saturate(0.95);
	opacity: 0.62;
	transform: scale(1.02);
}

.lightside-technical-post-grid .lightside-card::after {
	z-index: -1;
	background:
		linear-gradient(180deg, rgba(4, 7, 10, 0.58), rgba(4, 7, 10, 0.84)),
		linear-gradient(90deg, rgba(0, 168, 255, 0.16), transparent 46%);
}

.lightside-technical-post-grid .wp-block-post-template > li:nth-child(3n + 1) .lightside-card {
	--lightside-blog-card-bg: url("assets/images/blog/focus-capture-touch-card-01.png");
}

.lightside-technical-post-grid .wp-block-post-template > li:nth-child(3n + 2) .lightside-card {
	--lightside-blog-card-bg: url("assets/images/blog/focus-capture-touch-card-02.png");
}

.lightside-technical-post-grid .wp-block-post-template > li:nth-child(3n) .lightside-card {
	--lightside-blog-card-bg: url("assets/images/blog/focus-capture-touch-card-03.png");
}

.lightside-technical-post-grid .lightside-card > * {
	position: relative;
	z-index: 1;
}
/* Blog tecnico: Focus Capture Touch hero as full-page video background. */
.lightside-blog-video-hero {
	width: 100vw;
	max-width: 100vw;
	min-height: calc(100vh - 32px);
	margin: 0 0 clamp(2rem, 5vw, 4rem) calc(50% - 50vw);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: flex;
	align-items: center;
	background: #050708;
}

.lightside-blog-video-hero::before {
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(3, 6, 9, 0.86), rgba(3, 6, 9, 0.32) 54%, rgba(3, 6, 9, 0.86)),
		linear-gradient(180deg, rgba(3, 6, 9, 0.12), rgba(3, 6, 9, 0.74)),
		linear-gradient(rgba(38, 183, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(38, 183, 255, 0.035) 1px, transparent 1px);
	background-size: auto, auto, 56px 56px, 56px 56px;
}

.lightside-blog-video-hero__media video {
	filter: contrast(1.1) brightness(0.52) saturate(0.95);
	opacity: 1;
}

.lightside-blog-video-hero__content {
	width: min(100% - 2rem, 62rem);
	margin-inline: auto;
	padding: clamp(2rem, 5vw, 4rem);
	border: 1px solid rgba(38, 183, 255, 0.14);
	border-radius: var(--lightside-radius);
	background: rgba(3, 6, 9, 0.08);
	backdrop-filter: blur(2px) saturate(1.02);
	box-shadow: 0 18px 70px rgba(0, 0, 0, 0.18), 0 0 24px rgba(0, 168, 255, 0.06);
}

.lightside-blog-video-hero__content h1 {
	max-width: 12ch;
	margin: 0 0 1.25rem;
	font-size: clamp(2.4rem, 6vw, 6.25rem);
	line-height: 0.92;
	letter-spacing: 0;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.7);
}

@media (max-width: 782px) {
	.lightside-blog-video-hero {
		min-height: calc(100vh - 32px);
	}

	.lightside-blog-video-hero__content {
		width: min(100% - 1.5rem, 42rem);
		padding: 2rem;
	}
}
main:has(.lightside-blog-video-hero) > .lightside-section-head {
	display: none;
}
.lightside-case-video-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	min-height: clamp(42rem, 82vh, 60rem);
	background: #050607;
}

.lightside-case-video-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(3, 6, 9, 0.86), rgba(3, 6, 9, 0.42) 48%, rgba(3, 6, 9, 0.78)),
		linear-gradient(180deg, rgba(3, 6, 9, 0.12), rgba(3, 6, 9, 0.76)),
		linear-gradient(rgba(38, 183, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(38, 183, 255, 0.026) 1px, transparent 1px);
	background-size: auto, auto, 56px 56px, 56px 56px;
	pointer-events: none;
}

.lightside-case-video-hero__media {
	position: absolute;
	inset: 0;
	z-index: -2;
	margin: 0;
	background: #050607;
	pointer-events: none;
}

.lightside-case-video-hero__media video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: contrast(1.08) brightness(0.58) saturate(0.9);
	opacity: 0.86;
}

.lightside-case-video-hero > .wp-block-group {
	position: relative;
	z-index: 1;
}
.lightside-case-video-hero__sound {
	position: absolute;
	right: max(1rem, calc((100vw - var(--wp--style--global--wide-size)) / 2));
	bottom: clamp(1rem, 3vw, 2rem);
	z-index: 3;
	min-height: 3rem;
	padding: 0.85rem 1.1rem;
	border: 1px solid rgba(38, 183, 255, 0.36);
	border-radius: 999px;
	background: rgba(5, 7, 8, 0.58);
	color: var(--wp--preset--color--porcelain);
	font: inherit;
	font-weight: 750;
	cursor: pointer;
	backdrop-filter: blur(8px) saturate(1.08);
	box-shadow: 0 16px 42px rgba(0, 0, 0, 0.26), 0 0 18px rgba(38, 183, 255, 0.12);
}

.lightside-case-video-hero__sound:hover,
.lightside-case-video-hero__sound:focus-visible {
	border-color: rgba(115, 215, 255, 0.78);
	outline: none;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3), 0 0 24px rgba(38, 183, 255, 0.24);
}

.lightside-system-map__bcle {
	position: absolute;
	inset: 0;
	z-index: 0;
	margin: 0;
	display: grid;
	place-items: center;
	padding: clamp(0.75rem, 2vw, 1.4rem);
	pointer-events: none;
}

.lightside-system-map__bcle img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: contrast(1.04) brightness(0.72) saturate(0.82);
	opacity: 0.95;
	mix-blend-mode: screen;
}

.lightside-system-map__network,
.lightside-system-map > .wp-block-group,
.lightside-node-chip {
	opacity: 0.5;
}


	opacity: 0.5;
}

.lightside-system-map__network,
.lightside-system-map > .wp-block-group,
.lightside-node-chip {
	z-index: 2;
}
/* Case studies refinements: full-width video, softer title, stronger BCLE map. */
.lightside-case-video-hero {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.lightside-case-video-hero::before {
	background:
		linear-gradient(90deg, rgba(3, 6, 9, 0.42), rgba(3, 6, 9, 0.08) 48%, rgba(3, 6, 9, 0.34)),
		linear-gradient(180deg, rgba(3, 6, 9, 0.02), rgba(3, 6, 9, 0.34)),
		linear-gradient(rgba(38, 183, 255, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(38, 183, 255, 0.022) 1px, transparent 1px);
	background-size: auto, auto, 56px 56px, 56px 56px;
}

.lightside-case-video-hero__media video {
	object-fit: cover;
	object-position: center center;
	filter: contrast(1.18) brightness(1.02) saturate(1.08);
	opacity: 1;
}

.lightside-case-video-hero h1 {
	opacity: 0.5;
}

.lightside-system-map__bcle {
	padding: 0;
}

.lightside-system-map__bcle img {
	object-fit: cover;
	filter: contrast(1.04) brightness(0.78) saturate(0.88);
}

.lightside-system-map__network,
.lightside-system-map > .wp-block-group,
.lightside-node-chip {
	opacity: 0.35;
}

.lightside-system-map::before {
	opacity: 0.35;
}
/* Case studies final map image layout. */
.lightside-system-map {
	aspect-ratio: 1054 / 341;
	min-height: auto;
}

.lightside-system-map__bcle {
	inset: 0;
	padding: 0;
	z-index: 0;
}

.lightside-system-map__bcle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	filter: contrast(1.08) brightness(0.9) saturate(1.02);
	opacity: 1;
	mix-blend-mode: normal;
}

.lightside-system-map::before,
.lightside-system-map__network,
.lightside-system-map > .wp-block-group,
.lightside-node-chip {
	opacity: 0.5;
}
/* Desktop: force case hero video edge-to-edge. */
@media (min-width: 783px) {
	.lightside-case-video-hero.alignfull,
	.wp-block-group.alignfull.lightside-case-video-hero {
		width: 100vw !important;
		max-width: 100vw !important;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
	}

	.lightside-case-video-hero__media {
		inset: 0 !important;
		width: 100vw !important;
		height: 100% !important;
	}

	.lightside-case-video-hero__media video {
		width: 100vw !important;
		max-width: none !important;
		height: 100% !important;
		object-fit: cover !important;
		object-position: center center !important;
		transform: translateX(-250px) scale(1.18);
		transform-origin: center center;
	}
}
/* Blog tecnico: brighter Focus Capture Touch video hero. */
.lightside-blog-video-hero::before {
	background:
		linear-gradient(rgba(38, 183, 255, 0.018) 1px, transparent 1px),
		linear-gradient(90deg, rgba(38, 183, 255, 0.014) 1px, transparent 1px) !important;
	background-size: 56px 56px, 56px 56px !important;
}

.lightside-blog-video-hero__media video {
	filter: contrast(1.2) brightness(1.08) saturate(1.08) !important;
	opacity: 1 !important;
}

.lightside-blog-video-hero__content {
	background: rgba(3, 6, 9, 0.02) !important;
	backdrop-filter: none !important;
	box-shadow: 0 18px 70px rgba(0, 0, 0, 0.1), 0 0 18px rgba(0, 168, 255, 0.04) !important;
}

.lightside-blog-video-hero__content h1 {
	opacity: 0.5;
}
/* Desktop background video rule: overscale to fill the full viewport width. */
@media (min-width: 783px) {
	.lightside-blog-video-hero__media video,
	.lightside-case-video-hero__media video {
		width: 100vw !important;
		max-width: none !important;
		height: 100% !important;
		object-fit: cover !important;
		object-position: center center !important;
		transform: scale(1.18);
		transform-origin: center center;
	}

	.lightside-blog-video-hero__media,
	.lightside-case-video-hero__media {
		width: 100vw !important;
		max-width: 100vw !important;
	}
}

.lightside-blog-video-hero__content h1 {
	opacity: 0.6;
}
.lightside-integration-video-hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	width: 100vw;
	max-width: 100vw;
	min-height: 100vh;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	display: flex;
	align-items: center;
	background: #050607;
}

.lightside-integration-video-hero::before {
	content: none !important;
}

.lightside-integration-video-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100vw;
	height: 100%;
	margin: 0;
	background: #050607;
	pointer-events: none;
}

.lightside-integration-video-hero__media video {
	display: block;
	width: 100vw;
	max-width: none;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	opacity: 1;
	filter: none;
}

.lightside-integration-video-hero > .wp-block-group {
	position: relative;
	z-index: 1;
}

@media (min-width: 783px) {
	.lightside-integration-video-hero__media video {
		transform: scale(1.18);
		transform-origin: center center;
	}
}
/* Integracion tecnica: final video framing and soft overlay. */
.lightside-integration-video-hero::before {
	content: "" !important;
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(3, 6, 9, 0.1) !important;
	pointer-events: none;
}

.lightside-integration-video-hero__media {
	width: 100vw !important;
	max-width: 100vw !important;
}

.lightside-integration-video-hero__media video {
	width: 100vw !important;
	max-width: none !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center center !important;
}

.lightside-integration-video-hero > .wp-block-group {
	z-index: 2;
}

.lightside-integration-video-hero h1 {
	opacity: 0.7;
}

@media (min-width: 783px) {
	.lightside-integration-video-hero__media video {
		transform: translateX(-150px) scale(1.18);
		transform-origin: center center;
	}
}
/* Formacion: desktop background video framed smaller so the full width is visible. */
@media (min-width: 783px) {
	.lightside-page-formacion .lightside-academy-page-bg {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		background: #050607;
	}

	.lightside-page-formacion .lightside-academy-page-bg video {
		width: 100vw;
		height: auto;
		max-width: none;
		object-fit: contain;
		object-position: center top;
	}
}
