:root {
	--bg: #06080b;
	--bg-elevated: #0c1116;
	--bg-soft: #141a21;
	--surface: rgba(15, 20, 26, 0.82);
	--surface-strong: rgba(7, 10, 13, 0.94);
	--border: rgba(242, 189, 74, 0.16);
	--text: #f4f7fb;
	--muted: #aeb8c4;
	--accent: #c9952d;
	--accent-strong: #f2bd4a;
	--accent-soft: rgba(201, 149, 45, 0.14);
	--success: #2de08a;
	--shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
	--radius: 24px;
	--radius-sm: 16px;
	--container: min(1120px, calc(100% - 2rem));
	--nav-height: 84px;
	color-scheme: dark;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Barlow", sans-serif;
	background:
		linear-gradient(115deg, rgba(201, 149, 45, 0.16), transparent 34%),
		linear-gradient(45deg, rgba(255, 255, 255, 0.032) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.032) 75%),
		linear-gradient(45deg, rgba(0, 0, 0, 0.36) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.36) 75%),
		linear-gradient(180deg, #06080b 0%, #0b0f13 42%, #121820 100%);
	background-position: 0 0, 0 0, 8px 8px, 0 0;
	background-size: auto, 16px 16px, 16px 16px, auto;
	color: var(--text);
	min-height: 100vh;
}

img {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select,
textarea {
	font: inherit;
}

.site-shell {
	overflow-x: clip;
}

.intro-splash {
	position: fixed;
	inset: 0;
	z-index: 180;
	display: grid;
	place-items: center;
	overflow: hidden;
	background:
		radial-gradient(circle at center, rgba(242, 189, 74, 0.12), transparent 22%),
		linear-gradient(135deg, rgba(0, 0, 0, 0.96), rgba(12, 12, 12, 0.98));
	animation: introSplashExit 760ms cubic-bezier(0.65, 0, 0.35, 1) forwards 2.35s;
}

.intro-splash::before,
.intro-splash::after {
	content: "";
	position: absolute;
	top: -20vh;
	width: 40vw;
	height: 140vh;
	background: linear-gradient(180deg, rgba(242, 189, 74, 0.4), rgba(201, 149, 45, 0.03));
	filter: blur(10px);
	opacity: 0.58;
	will-change: transform, opacity;
}

.intro-splash::before {
	left: -12vw;
	transform: rotate(-18deg) translateY(20%);
	animation: introBeamLeft 1.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.intro-splash::after {
	right: -14vw;
	transform: rotate(18deg) translateY(-18%);
	animation: introBeamRight 1.6s cubic-bezier(0.22, 1, 0.36, 1) both 120ms;
}

.intro-splash__content {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	gap: 1rem;
	padding: 2rem;
	text-align: center;
	animation: introContentReveal 1s cubic-bezier(0.22, 1, 0.36, 1) both 180ms;
}

.intro-splash__logo-wrap {
	position: relative;
	width: clamp(9rem, 18vw, 13rem);
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	padding: 0.9rem;
	border-radius: 2rem;
	background: linear-gradient(180deg, rgba(242, 189, 74, 0.2), rgba(255, 255, 255, 0.03));
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
	will-change: transform;
	animation: introLogoShell 1.2s cubic-bezier(0.2, 1, 0.3, 1) both;
}

.intro-splash__ring {
	position: absolute;
	inset: -1.15rem;
	border: 1px solid rgba(242, 189, 74, 0.26);
	border-radius: 2.5rem;
	box-shadow: 0 0 0 1px rgba(242, 189, 74, 0.05) inset;
	animation: introRingPulse 1.8s ease-out infinite;
}

.intro-splash__logo {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1.5rem;
	border: 1px solid rgba(242, 189, 74, 0.24);
	box-shadow: 0 18px 32px rgba(0, 0, 0, 0.34);
	animation: introLogoFloat 1.7s ease-in-out infinite alternate 900ms;
}

.intro-splash__eyebrow {
	margin: 0;
	color: var(--accent-strong);
	font-family: "Rajdhani", sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.34em;
	text-transform: uppercase;
	animation: introTextSlide 900ms cubic-bezier(0.22, 1, 0.36, 1) both 320ms;
}

.intro-splash strong {
	max-width: 14ch;
	font-family: "Rajdhani", sans-serif;
	font-size: clamp(2.5rem, 6vw, 4.8rem);
	font-weight: 700;
	line-height: 0.92;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	text-wrap: balance;
	animation: introTextSlide 1s cubic-bezier(0.22, 1, 0.36, 1) both 420ms;
}

.intro-splash__line {
	width: min(18rem, 48vw);
	height: 0.35rem;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(242, 189, 74, 0), rgba(242, 189, 74, 1), rgba(242, 189, 74, 0));
	box-shadow: 0 0 26px rgba(242, 189, 74, 0.48);
	transform-origin: center;
	animation: introLineSweep 1.1s cubic-bezier(0.22, 1, 0.36, 1) both 520ms;
}

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
	.intro-splash__logo-wrap {
		-webkit-backdrop-filter: blur(12px);
		backdrop-filter: blur(12px);
	}
}

.container {
	width: var(--container);
	margin: 0 auto;
}

.section {
	padding: 5.5rem 0;
	scroll-margin-top: calc(var(--nav-height) + 16px);
}

.section--accent {
	position: relative;
}

.section--accent::before,
.section--contact::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)),
		linear-gradient(135deg, rgba(201, 149, 45, 0.1), transparent 45%);
	pointer-events: none;
}

.eyebrow {
	margin: 0 0 0.85rem;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--accent-strong);
	font-family: "Rajdhani", sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.eyebrow::before {
	content: "";
	width: 1.5rem;
	height: 1px;
	background: currentColor;
}

.eyebrow--small {
	font-size: 0.78rem;
	letter-spacing: 0.2em;
}

.hero__content .eyebrow {
	margin-bottom: 1.15rem;
	font-family: "Anton", "Rajdhani", sans-serif;
	font-size: 5.65rem;
	font-weight: 400;
	line-height: 0.88;
	letter-spacing: 0.025em;
	background: linear-gradient(180deg, #ffe27a 0%, #f2bd4a 48%, #b77a1e 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 1px rgba(255, 233, 160, 0.16);
	filter:
		drop-shadow(0 11px 20px rgba(0, 0, 0, 0.5))
		drop-shadow(0 0 16px rgba(242, 189, 74, 0.22));
}

.hero__content .eyebrow::before {
	display: none;
}

.navbar {
	position: sticky;
	top: 0;
	z-index: 100;
	backdrop-filter: blur(16px);
	background: rgba(4, 4, 4, 0.8);
	border-bottom: 1px solid var(--border);
}

.navbar__inner {
	min-height: var(--nav-height);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.brand {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.brand__logo {
	width: 4.3rem;
	height: auto;
	border-radius: 18px;
	border: 1px solid rgba(242, 189, 74, 0.24);
	background: #0b0b0b;
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
	flex-shrink: 0;
}

.brand__copy {
	display: grid;
	gap: 0.18rem;
}

.brand__text {
	font-size: 1.3rem;
	line-height: 1;
}

.brand__tag {
	color: var(--muted);
	font-size: 0.72rem;
	letter-spacing: 0.16em;
}

.nav {
	display: flex;
	align-items: center;
	gap: 1.4rem;
}

.nav a {
	color: var(--muted);
	font-weight: 500;
	transition: color 180ms ease, transform 180ms ease;
}

.nav a:hover,
.nav a:focus-visible,
.nav a.is-active {
	color: var(--accent-strong);
	transform: translateY(-1px);
}

.nav-toggle {
	display: none;
	width: 3rem;
	aspect-ratio: 1;
	padding: 0;
	border: 1px solid var(--border);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.03);
	color: var(--text);
	cursor: pointer;
}

.nav-toggle span {
	display: block;
	width: 1.25rem;
	height: 2px;
	margin: 0.27rem auto;
	background: currentColor;
	transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
	position: relative;
	min-height: calc(100svh - var(--nav-height));
	display: grid;
	align-items: center;
	overflow: hidden;
	padding: clamp(3.5rem, 6vw, 5.8rem) 0 clamp(4rem, 7vw, 6.2rem);
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 73% 28%, rgba(242, 189, 74, 0.16), transparent 24rem),
		linear-gradient(115deg, rgba(0, 0, 0, 0.18), rgba(201, 149, 45, 0.08) 52%, transparent 72%);
	pointer-events: none;
}

.hero::after {
	content: "";
	position: absolute;
	right: -12rem;
	bottom: -18rem;
	width: min(48rem, 58vw);
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(201, 149, 45, 0.16), transparent 68%);
	filter: blur(10px);
	pointer-events: none;
}

.hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.88fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: center;
}

.hero__content h1,
.section-heading h2,
.contact-copy h2 {
	margin: 0;
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: -0.03em;
}

.hero__content h1 {
	max-width: 18.5ch;
	font-size: clamp(2.35rem, 3.75vw, 3.45rem);
	line-height: 0.94;
	text-wrap: balance;
}

.hero__lead,
.section-heading p,
.contact-copy p,
.service-card p,
.gallery-item__body span,
.gallery-item__body h3,
.contact-panel span {
	color: var(--muted);
}

.hero__lead {
	margin: 1.25rem 0 0;
	max-width: 46rem;
	font-size: clamp(1rem, 1.2vw, 1.12rem);
	line-height: 1.65;
}

.hero__actions {
	margin-top: 1.9rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3.4rem;
	padding: 0.95rem 1.45rem;
	border-radius: 999px;
	border: 1px solid transparent;
	font-weight: 700;
	letter-spacing: 0.02em;
	transition:
		transform 160ms ease,
		box-shadow 160ms ease,
		background-color 160ms ease,
		border-color 160ms ease,
		color 160ms ease;
}

.button:hover,
.button:focus-visible {
	transform: translateY(-2px) scale(1.01);
}

.button--primary {
	background: linear-gradient(135deg, var(--accent), var(--accent-strong));
	box-shadow: 0 16px 30px rgba(201, 149, 45, 0.22);
	color: #141414;
}

.button--primary:hover,
.button--primary:focus-visible {
	box-shadow: 0 20px 34px rgba(201, 149, 45, 0.3);
}

.button--ghost {
	border-color: rgba(242, 189, 74, 0.22);
	background: rgba(255, 255, 255, 0.02);
	color: var(--text);
}

.button--ghost:hover,
.button--ghost:focus-visible {
	border-color: rgba(242, 189, 74, 0.45);
	background: var(--accent-soft);
	color: var(--accent-strong);
}

.button--full {
	width: 100%;
}

.hero__stats {
	margin-top: 1.7rem;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.85rem;
}

.hero__stats[hidden] {
	display: none;
}

.hero__stats article,
.hero-card,
.service-card,
.gallery-item,
.contact-panel,
.contact-map-card {
	border: 1px solid var(--border);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
	box-shadow: var(--shadow);
}

.hero__stats article {
	padding: 0.9rem;
	border-radius: var(--radius-sm);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
		rgba(8, 8, 8, 0.36);
}


.hero__stats strong {
	display: block;
	font-family: "Rajdhani", sans-serif;
	font-size: clamp(1.25rem, 1.8vw, 1.55rem);
	line-height: 1;
}

.hero__stats span {
	color: var(--muted);
	font-size: 0.88rem;
	line-height: 1.4;
}

.hero__visual {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(10rem, 0.72fr);
	grid-template-areas:
		"main secondary"
		"main accent";
	gap: 1.05rem;
	align-items: stretch;
	max-width: 34rem;
	margin-left: auto;
	padding: 0.45rem;
	border: 1px solid rgba(242, 189, 74, 0.1);
	border-radius: calc(var(--radius) + 0.65rem);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
}

.hero-card {
	position: relative;
	overflow: hidden;
	border-radius: var(--radius);
	min-height: 12.5rem;
}

.hero-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 420ms ease, filter 420ms ease;
}

.hero-card:hover img {
	transform: scale(1.035);
	filter: saturate(1.06) contrast(1.03);
}

.hero-card--main {
	grid-area: main;
	min-height: clamp(26rem, 42vw, 31rem);
	display: grid;
	align-items: center;
	background:
		linear-gradient(180deg, rgba(201, 149, 45, 0.2), rgba(201, 149, 45, 0.05)),
		rgba(15, 15, 15, 0.95);
}

.hero-card--secondary {
	grid-area: secondary;
	min-height: 14.2rem;
}

.hero-card--accent {
	grid-area: accent;
	min-height: 12rem;
	background: linear-gradient(180deg, rgba(242, 189, 74, 0.08), rgba(255, 255, 255, 0.02));
}

.contact-map-card {
	padding: 1.5rem;
	border-radius: var(--radius);
	display: grid;
	gap: 1rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
}

.contact-map-card__copy {
	display: grid;
	gap: 1rem;
	align-content: start;
}

.eyebrow--inline {
	margin-bottom: -0.3rem;
}

.contact-map-card strong {
	font-size: clamp(1.15rem, 2vw, 1.4rem);
	line-height: 1.3;
}

.contact-map-card p {
	margin: 0;
	color: var(--muted);
	line-height: 1.65;
}

.contact-side {
	display: grid;
	gap: 1rem;
	align-content: start;
}

.contact-map {
	min-height: 320px;
	border-radius: calc(var(--radius) - 0.15rem);
	overflow: hidden;
	border: 1px solid rgba(242, 189, 74, 0.18);
	background: rgba(6, 6, 6, 0.78);
}

.contact-map iframe {
	width: 100%;
	height: 100%;
	min-height: 320px;
	border: 0;
	display: block;
}

.hero-card__overlay {
	position: absolute;
	inset: auto 0.85rem 0.85rem 0.85rem;
	display: grid;
	gap: 0.55rem;
	padding: 0.95rem;
	border-radius: 1.15rem;
	border: 1px solid rgba(242, 189, 74, 0.16);
	background: linear-gradient(180deg, rgba(5, 6, 8, 0.28), rgba(5, 6, 8, 0.9));
	box-shadow: 0 16px 30px rgba(0, 0, 0, 0.24);
}

.hero-card__overlay strong {
	font-family: "Rajdhani", sans-serif;
	font-size: clamp(1.15rem, 1.7vw, 1.35rem);
	line-height: 1.05;
}

.hero-card__mini-overlay {
	position: absolute;
	inset: auto 0.7rem 0.7rem 0.7rem;
	display: grid;
	gap: 0.3rem;
	padding: 0.75rem;
	border-radius: 1rem;
	border: 1px solid rgba(242, 189, 74, 0.15);
	background: linear-gradient(180deg, rgba(5, 6, 8, 0.08), rgba(5, 6, 8, 0.86));
	box-shadow: 0 14px 26px rgba(0, 0, 0, 0.22);
}

.hero-card__mini-overlay span {
	color: var(--accent-strong);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.hero-card__mini-overlay strong {
	font-family: "Rajdhani", sans-serif;
	font-size: clamp(1rem, 1.45vw, 1.18rem);
	line-height: 1.05;
	text-wrap: balance;
}

.chip {
	display: inline-flex;
	width: fit-content;
	padding: 0.4rem 0.75rem;
	border-radius: 999px;
	border: 1px solid rgba(242, 189, 74, 0.22);
	background: rgba(201, 149, 45, 0.16);
	color: var(--accent-strong);
	font-size: 0.85rem;
	font-weight: 600;
}

.section-heading {
	position: relative;
	z-index: 1;
	max-width: 70ch;
	margin-bottom: 2.4rem;
}

.section-heading h2,
.contact-copy h2 {
	font-size: clamp(2.2rem, 5vw, 4rem);
}

.section-heading p {
	margin: 0.9rem 0 0;
	line-height: 1.65;
}

.section-heading--split {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: 2rem;
	align-items: end;
	max-width: none;
}

.services-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.services-grid--media {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.services-grid--compact {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-areas:
		"autos volantes"
		"utility utility";
	gap: 1.25rem;
}

.service-card--autos {
	grid-area: autos;
}

.service-card--volantes {
	grid-area: volantes;
}

.service-card--trucks {
	grid-area: trucks;
}

.service-card--equipment {
	grid-area: equipment;
}

.service-utility-suite {
	grid-area: utility;
	display: grid;
	grid-template-columns: minmax(15rem, 0.42fr) minmax(0, 1fr);
	gap: 1.25rem;
	padding: 1.35rem;
	border: 1px solid rgba(242, 189, 74, 0.24);
	border-radius: var(--radius-sm);
	background:
		radial-gradient(circle at 18% 18%, rgba(201, 149, 45, 0.16), transparent 18rem),
		linear-gradient(135deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.012)),
		rgba(5, 5, 5, 0.58);
	box-shadow: var(--shadow);
}

.services-grid--compact > .service-card--trucks,
.services-grid--compact > .service-card--equipment,
.services-grid--compact > .service-partner-banner {
	display: none;
}

.utility-suite__brand {
	display: grid;
	align-content: center;
	justify-items: center;
	gap: 1rem;
	min-width: 0;
	padding: 1rem;
	border: 1px solid rgba(242, 189, 74, 0.18);
	border-radius: calc(var(--radius-sm) - 0.15rem);
	background:
		linear-gradient(180deg, rgba(201, 149, 45, 0.08), rgba(255, 255, 255, 0.015)),
		rgba(4, 4, 4, 0.62);
}

.utility-suite__brand img {
	width: min(100%, 18rem);
	display: block;
	object-fit: contain;
	border-radius: 0.85rem;
}

.utility-suite__brand .service-card__whatsapp {
	margin-top: 0;
}

.utility-suite__content {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	min-width: 0;
	border: 1px solid rgba(242, 189, 74, 0.14);
	border-radius: calc(var(--radius-sm) - 0.15rem);
	overflow: hidden;
	background: rgba(6, 8, 10, 0.36);
}

.utility-suite__category {
	display: grid;
	align-content: start;
	gap: 0.8rem;
	min-width: 0;
	padding: 1rem;
}

.utility-suite__category + .utility-suite__category {
	border-left: 1px solid rgba(242, 189, 74, 0.22);
	background: rgba(255, 255, 255, 0.018);
}

.utility-suite__head {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-width: 0;
}

.utility-suite__head .service-card__icon {
	margin: 0;
	flex-shrink: 0;
}

.utility-suite__head h3 {
	margin: 0;
	font-size: clamp(1.08rem, 1.8vw, 1.35rem);
	line-height: 1.12;
}

.utility-suite__category p {
	margin: 0;
	color: var(--muted);
	line-height: 1.55;
}

.service-partner-banner {
	grid-area: partner;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	width: min(100%, 34rem);
	justify-self: center;
	padding: 0.85rem 1rem;
	border: 1px solid rgba(242, 189, 74, 0.22);
	border-radius: var(--radius-sm);
	background:
		linear-gradient(135deg, rgba(201, 149, 45, 0.11), rgba(255, 255, 255, 0.018)),
		rgba(5, 5, 5, 0.58);
	box-shadow: var(--shadow);
}

.service-partner-banner img {
	width: clamp(9.5rem, 18vw, 14rem);
	max-width: 50%;
	display: block;
	object-fit: contain;
	border-radius: 0.8rem;
}

.service-partner-banner .service-card__whatsapp {
	margin-top: 0;
	white-space: nowrap;
}

.service-card {
	padding: 1.5rem;
	border-radius: var(--radius-sm);
}

.service-card--icon {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	padding: 1.35rem;
	min-height: 100%;
}

.service-card--media {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	overflow: hidden;
	padding: 0;
}

.service-card__media {
	position: relative;
	min-height: 13.5rem;
	display: flex;
	align-items: flex-end;
	padding: 1rem;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.72)),
		var(--service-image, linear-gradient(135deg, rgba(201, 149, 45, 0.18), rgba(255, 255, 255, 0.04)));
	background-color: rgba(12, 12, 12, 0.95);
	background-position: center;
	background-size: cover;
}

.service-card__media::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(201, 149, 45, 0.22), transparent 42%),
		repeating-linear-gradient(135deg, rgba(242, 189, 74, 0.1) 0 1px, transparent 1px 14px);
	opacity: 0.45;
	pointer-events: none;
}

.service-card__media span {
	position: relative;
	z-index: 1;
	display: inline-flex;
	width: fit-content;
	padding: 0.42rem 0.78rem;
	border-radius: 999px;
	border: 1px solid rgba(242, 189, 74, 0.24);
	background: rgba(5, 5, 5, 0.72);
	color: var(--accent-strong);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.service-card__content {
	display: grid;
	align-content: start;
	gap: 0.75rem;
	padding: 1.4rem;
	flex: 1;
}

.service-card__icon {
	width: 3.2rem;
	height: 3.2rem;
	display: grid;
	place-items: center;
	margin-bottom: 0.35rem;
	border-radius: 1rem;
	color: var(--accent-strong);
	background:
		linear-gradient(135deg, rgba(201, 149, 45, 0.18), rgba(255, 255, 255, 0.035));
	border: 1px solid rgba(242, 189, 74, 0.18);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.service-card__icon svg {
	width: 1.75rem;
	height: 1.75rem;
}

.service-card h3,
.gallery-item__body h3 {
	margin: 0;
	font-size: 1.28rem;
	line-height: 1.15;
}

.service-card--icon h3 {
	font-size: 1.12rem;
}

.service-card p {
	margin: 0;
	line-height: 1.6;
}

.service-card--icon p {
	font-size: 0.95rem;
	line-height: 1.5;
}

.service-card:not(.service-card--media) p {
	margin-top: 0.75rem;
}

.service-card--icon:not(.service-card--media) p {
	margin-top: 0;
}

.service-card__list {
	display: grid;
	gap: 0.55rem;
	margin: 0.2rem 0 0;
	padding: 0;
	list-style: none;
	color: var(--muted);
}

.service-card--icon .service-card__list {
	gap: 0.38rem;
	margin-top: 0.1rem;
	font-size: 0.9rem;
}

.service-card__list li {
	position: relative;
	padding-left: 1.05rem;
	line-height: 1.45;
}

.service-card__list li::before {
	content: "";
	position: absolute;
	top: 0.68em;
	left: 0;
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 999px;
	background: var(--accent-strong);
	box-shadow: 0 0 0 0.22rem rgba(201, 149, 45, 0.12);
}

.service-card__whatsapp {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	width: fit-content;
	margin-top: auto;
	padding: 0.58rem 0.82rem;
	border: 1px solid rgba(45, 224, 138, 0.28);
	border-radius: 999px;
	background: rgba(21, 160, 79, 0.15);
	color: #bff7d5;
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1;
	transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.service-card__whatsapp svg {
	width: 1rem;
	height: 1rem;
	flex-shrink: 0;
	color: #2de08a;
}

.service-card__whatsapp:hover,
.service-card__whatsapp:focus-visible {
	border-color: rgba(45, 224, 138, 0.52);
	background: rgba(21, 160, 79, 0.24);
	transform: translateY(-1px);
}

.service-card__partner {
	display: flex;
	gap: 0.7rem;
	align-items: center;
	width: 100%;
	margin-top: auto;
	padding-top: 0.3rem;
}

.service-card__partner .service-card__whatsapp {
	margin-top: 0;
	width: fit-content;
	min-width: 0;
	white-space: nowrap;
}

.service-card__whatsapp--number {
	padding-inline: 0.65rem;
}

.gallery-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1.35rem;
}

.filter-button {
	padding: 0.75rem 1rem;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.03);
	color: var(--muted);
	font-weight: 700;
	cursor: pointer;
	transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.filter-button:hover,
.filter-button:focus-visible,
.filter-button.is-active {
	color: var(--text);
	border-color: rgba(242, 189, 74, 0.5);
	background: rgba(201, 149, 45, 0.16);
	transform: translateY(-1px);
}

.gallery-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
	padding: 1rem;
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01));
	box-shadow: var(--shadow);
}

.gallery-toolbar p {
	margin: 0.55rem 0 0;
	color: var(--muted);
	line-height: 1.55;
}

.gallery-toolbar__chip {
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.gallery-controls {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	justify-content: flex-end;
}

.gallery-controls[hidden] {
	display: none;
}

.gallery-control {
	min-height: 2.7rem;
	padding: 0.68rem 0.95rem;
	border: 1px solid rgba(242, 189, 74, 0.24);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.035);
	color: var(--text);
	font-weight: 800;
	cursor: pointer;
	transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.gallery-control:hover,
.gallery-control:focus-visible {
	transform: translateY(-1px);
	border-color: rgba(242, 189, 74, 0.5);
	background: rgba(201, 149, 45, 0.14);
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	gap: 1rem;
}

.gallery-grid--work {
	align-items: stretch;
	transition: opacity 180ms ease;
}

.gallery-grid--work.is-overview .gallery-item {
	grid-column: span 3;
	min-height: 24rem;
}

.gallery-grid--work.is-overview .gallery-item:not([data-featured="true"]) {
	display: none;
}

.gallery-grid--work.is-overview .gallery-item__body {
	inset: auto 1rem 1rem 1rem;
}

.gallery-grid--work.is-overview .gallery-item__body > span:not(.gallery-item__count) {
	margin-bottom: 0;
	font-family: "Rajdhani", sans-serif;
	font-size: clamp(1.25rem, 2.4vw, 1.85rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.02em;
	text-wrap: balance;
}

.gallery-grid--work.is-overview .gallery-item__body h3,
.gallery-grid--work.is-overview .gallery-item__count {
	display: none;
}

.gallery-grid--work.is-filtered {
	display: flex;
	align-items: stretch;
	gap: 1rem;
	margin-inline: -0.35rem;
	padding: 0.25rem 0.35rem 1.35rem;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-inline: contain;
	scroll-padding-inline: 0.35rem;
	scroll-snap-type: x mandatory;
	scrollbar-color: rgba(242, 189, 74, 0.82) rgba(255, 255, 255, 0.08);
	scrollbar-width: auto;
}

.gallery-grid--work.is-filtered::-webkit-scrollbar {
	height: 1rem;
}

.gallery-grid--work.is-filtered::-webkit-scrollbar-track {
	margin-inline: 0.45rem;
	border: 1px solid rgba(242, 189, 74, 0.16);
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
		linear-gradient(90deg, rgba(201, 149, 45, 0.08), rgba(242, 189, 74, 0.02), rgba(201, 149, 45, 0.08));
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.08),
		inset 0 -8px 18px rgba(0, 0, 0, 0.35);
}

.gallery-grid--work.is-filtered::-webkit-scrollbar-thumb {
	min-width: 5rem;
	border: 3px solid transparent;
	border-radius: 999px;
	background:
		linear-gradient(90deg, rgba(92, 67, 18, 0.95), var(--accent-strong), rgba(92, 67, 18, 0.95)) padding-box,
		linear-gradient(90deg, rgba(242, 189, 74, 0.28), rgba(255, 255, 255, 0.18)) border-box;
	box-shadow:
		0 0 18px rgba(201, 149, 45, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.gallery-grid--work.is-filtered::-webkit-scrollbar-thumb:hover {
	background:
		linear-gradient(90deg, rgba(142, 101, 24, 0.98), #ffd36a, rgba(142, 101, 24, 0.98)) padding-box,
		linear-gradient(90deg, rgba(242, 189, 74, 0.42), rgba(255, 255, 255, 0.25)) border-box;
}

.gallery-grid--work.is-filtered .gallery-item {
	flex: 0 0 clamp(18rem, 30vw, 23.5rem);
	min-height: clamp(23rem, 38vw, 30rem);
	scroll-snap-align: start;
}

.gallery-grid--work.is-filtered .gallery-item[data-category~="camiones"]::after,
.gallery-grid--work.is-filtered .gallery-item[data-category~="camiones"] .gallery-item__body {
	display: none;
}

.gallery-grid--work.is-filtered .gallery-item__body > span:not(.gallery-item__count) {
	display: none;
}

.gallery-item {
	grid-column: span 4;
	position: relative;
	min-height: 20rem;
	border-radius: var(--radius-sm);
	overflow: hidden;
	isolation: isolate;
	background-color: rgba(12, 12, 12, 0.95);
	cursor: zoom-in;
	transition: transform 180ms ease, opacity 180ms ease, box-shadow 180ms ease;
}

.gallery-item:hover,
.gallery-item:focus-visible {
	outline: none;
	transform: translateY(-4px);
}

.gallery-item img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 320ms ease, filter 320ms ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
	transform: scale(1.045);
	filter: saturate(1.08) contrast(1.04);
}

.gallery-item::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 20% 18%, rgba(242, 189, 74, 0.18), transparent 28%),
		repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px 18px);
	opacity: 0.5;
	pointer-events: none;
}

.gallery-item::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(180deg, rgba(8, 10, 12, 0.02), rgba(8, 10, 12, 0.88)),
		linear-gradient(135deg, rgba(201, 149, 45, 0.12), transparent 45%);
}

.gallery-grid--work.is-filtered .gallery-item[data-category="car-audio"]::before,
.gallery-grid--work.is-filtered .gallery-item[data-category="car-audio"]::after,
.gallery-grid--work.is-filtered .gallery-item[data-category="car-audio"] .gallery-item__body {
	display: none;
}

.gallery-item__body {
	position: absolute;
	inset: auto 1rem 1rem 1rem;
	z-index: 1;
}

.gallery-item__body span {
	display: inline-block;
	margin-bottom: 0.5rem;
	color: var(--accent-strong);
	font-size: 0.86rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.gallery-item__count {
	margin-top: 0.7rem;
	padding: 0.2rem 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: rgba(247, 244, 232, 0.68) !important;
	font-size: 0.74rem !important;
	font-weight: 600 !important;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.gallery-item.is-hidden {
	opacity: 0;
	transform: scale(0.98);
	pointer-events: none;
}

.gallery-item[hidden] {
	display: none !important;
}

.gallery-lightbox {
	position: relative;
	width: min(96vw, 1040px);
	max-height: 92vh;
	padding: 0;
	border: 1px solid rgba(242, 189, 74, 0.24);
	border-radius: var(--radius);
	overflow: hidden;
	background:
		radial-gradient(circle at top left, rgba(201, 149, 45, 0.14), transparent 32%),
		rgba(7, 7, 7, 0.98);
	color: var(--text);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.68);
}

.gallery-lightbox::backdrop {
	background: rgba(0, 0, 0, 0.76);
	backdrop-filter: blur(8px);
}

.gallery-lightbox__frame {
	display: grid;
	gap: 0;
	margin: 0;
}

.gallery-lightbox__frame img {
	width: 100%;
	max-height: 74vh;
	object-fit: contain;
	background: #06080b;
}

.gallery-lightbox figcaption {
	display: grid;
	gap: 0.3rem;
	padding: 1rem 1.15rem;
	border-top: 1px solid rgba(242, 189, 74, 0.16);
	background: rgba(12, 12, 12, 0.92);
}

.gallery-lightbox figcaption span {
	color: var(--accent-strong);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.gallery-lightbox figcaption strong {
	font-family: "Rajdhani", sans-serif;
	font-size: clamp(1.25rem, 2.2vw, 1.8rem);
	line-height: 1.05;
}

.gallery-lightbox__close,
.gallery-lightbox__nav {
	position: absolute;
	z-index: 2;
	border: 1px solid rgba(242, 189, 74, 0.26);
	background: rgba(5, 5, 5, 0.82);
	color: var(--text);
	font-weight: 800;
	cursor: pointer;
	transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.gallery-lightbox__close {
	top: 0.85rem;
	right: 0.85rem;
	min-height: 2.7rem;
	padding: 0.68rem 0.95rem;
	border-radius: 999px;
}

.gallery-lightbox__nav {
	top: 50%;
	transform: translateY(-50%);
	min-height: 3rem;
	padding: 0.7rem 0.85rem;
	border-radius: 999px;
}

.gallery-lightbox__nav--prev {
	left: 0.85rem;
}

.gallery-lightbox__nav--next {
	right: 0.85rem;
}

.gallery-lightbox__close:hover,
.gallery-lightbox__close:focus-visible,
.gallery-lightbox__nav:hover,
.gallery-lightbox__nav:focus-visible {
	border-color: rgba(242, 189, 74, 0.55);
	background: rgba(201, 149, 45, 0.22);
}

.gallery-lightbox__close:hover,
.gallery-lightbox__close:focus-visible {
	transform: translateY(-1px);
}

.gallery-lightbox__nav:hover,
.gallery-lightbox__nav:focus-visible {
	transform: translateY(-50%) scale(1.03);
}

.workflow-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
	gap: 1.5rem;
	align-items: stretch;
}

.workflow-grid--stock {
	grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
}

.workflow-media {
	position: relative;
	min-height: 32rem;
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid var(--border);
	box-shadow: var(--shadow);
	background: rgba(8, 10, 12, 0.92);
}

.workflow-media--stock {
	min-height: clamp(31rem, 54vw, 42rem);
}

.workshop-front-card {
	position: relative;
	min-height: clamp(31rem, 54vw, 42rem);
	margin: 0;
	border-radius: var(--radius);
	overflow: hidden;
	border: 1px solid rgba(242, 189, 74, 0.22);
	box-shadow: var(--shadow);
}

.workshop-front-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: left center;
}

.workflow-media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.workflow-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(8, 10, 12, 0.12), rgba(8, 10, 12, 0.88));
}

.workflow-media__overlay {
	position: absolute;
	inset: auto 1rem 1rem 1rem;
	z-index: 1;
	display: grid;
	gap: 0.6rem;
	padding: 1rem;
	border-radius: 1.15rem;
	background: linear-gradient(180deg, rgba(5, 6, 8, 0.24), rgba(5, 6, 8, 0.88));
}

.workflow-media__overlay--stock {
	inset: auto 1.25rem 1.25rem 1.25rem;
	max-width: 48rem;
	padding: 1.25rem;
	background: linear-gradient(180deg, rgba(5, 6, 8, 0.18), rgba(5, 6, 8, 0.9));
}

.workflow-media__overlay strong {
	font-family: "Rajdhani", sans-serif;
	font-size: 1.35rem;
	line-height: 1.05;
}

.workflow-media__overlay--stock strong {
	font-size: clamp(1.55rem, 2.75vw, 2.85rem);
	line-height: 0.98;
	text-wrap: balance;
}

.workflow-copy {
	display: grid;
	align-content: start;
	gap: 1rem;
}

.workflow-copy h2 {
	margin: 0;
	font-size: clamp(2.2rem, 5vw, 4rem);
	font-family: "Rajdhani", sans-serif;
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: -0.03em;
}

.workflow-copy p {
	margin: 0;
	max-width: 58ch;
	line-height: 1.65;
	color: var(--muted);
}

.workflow-steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 0.5rem;
}

.workflow-step {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1rem;
	padding: 1.25rem;
	border-radius: var(--radius-sm);
	border: 1px solid var(--border);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
	box-shadow: var(--shadow);
}

.workflow-step span {
	display: inline-grid;
	place-items: center;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 999px;
	background: rgba(201, 149, 45, 0.16);
	border: 1px solid rgba(242, 189, 74, 0.22);
	color: var(--accent-strong);
	font-family: "Rajdhani", sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1;
	flex-shrink: 0;
}

.workflow-step h3 {
	margin: 0;
	font-size: 1.18rem;
	line-height: 1.15;
}

.workflow-step p {
	margin: 0.65rem 0 0;
	line-height: 1.6;
	color: var(--muted);
}

.contact-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 1.5rem;
	align-items: start;
}

.contact-copy p {
	margin: 1rem 0 0;
	max-width: 58ch;
	line-height: 1.65;
}

.contact-panel {
	display: grid;
	gap: 1rem;
	margin-top: 2rem;
	padding: 1.4rem;
	border-radius: var(--radius);
}

.contact-panel article {
	display: grid;
	gap: 0.3rem;
}

.contact-panel strong {
	font-size: 1.08rem;
}

.contact-whatsapp-list {
	display: grid;
	gap: 0.35rem;
	justify-items: start;
}

.contact-whatsapp {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	width: fit-content;
	margin-top: 0.08rem;
	color: var(--text);
	transition: color 160ms ease, transform 160ms ease;
}

.contact-whatsapp svg {
	width: 1.2rem;
	height: 1.2rem;
	flex-shrink: 0;
	color: #2de08a;
}

.contact-whatsapp:hover,
.contact-whatsapp:focus-visible {
	color: #bff7d5;
	transform: translateY(-1px);
}

.footer {
	padding: 3.5rem 0 0;
	border-top: 1px solid var(--border);
}

.footer__top {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr;
	gap: 3rem;
	padding-bottom: 3rem;
}

.footer__logo {
	display: inline-block;
	margin-bottom: 0.75rem;
	font-family: "Rajdhani", sans-serif;
	font-size: 1.3rem;
	color: var(--accent-strong);
}

.footer__brand p {
	max-width: 28rem;
	font-size: 0.9rem;
	line-height: 1.65;
	color: var(--muted);
}

.footer__col-title {
	display: block;
	margin-bottom: 1rem;
	font-family: "Rajdhani", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--accent-strong);
}

.footer__links {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.footer__links a {
	font-size: 0.9rem;
	color: var(--muted);
	text-decoration: none;
	transition: color 0.2s;
}

.footer__links a:hover {
	color: var(--accent-strong);
}

.footer__contact-info {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.footer__contact-info p {
	margin: 0;
	font-size: 0.9rem;
	color: var(--muted);
}

.footer__phone-group {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
	column-gap: 0.3rem;
	margin-top: 0.25rem;
	font-size: 0.9rem;
	color: var(--muted);
}

.footer__phone-numbers {
	display: grid;
	gap: 0.25rem;
}

.footer__contact-info .footer__phone-numbers a {
	margin-top: 0;
}

.footer__contact-info a {
	margin-top: 0.25rem;
	font-size: 0.9rem;
	color: var(--muted);
	text-decoration: none;
	transition: color 0.2s;
}

.footer__contact-info a:hover {
	color: var(--accent-strong);
}

.footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 1.25rem 0;
	border-top: 1px solid var(--border);
	font-size: 0.82rem;
}

.footer__bottom p {
	margin: 0;
	color: var(--muted);
}

.footer__bottom a {
	color: var(--muted);
	text-decoration: none;
	transition: color 0.2s;
}

.footer__bottom a:hover {
	color: var(--accent-strong);
}

.whatsapp-float {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 90;
	width: 3.6rem;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: linear-gradient(135deg, #19cc67, #15a04f);
	color: #fff;
	box-shadow: 0 18px 32px rgba(21, 160, 79, 0.3);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.whatsapp-float svg {
	width: 1.7rem;
	height: 1.7rem;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
	transform: translateY(-3px) scale(1.02);
	box-shadow: 0 22px 38px rgba(21, 160, 79, 0.38);
}

@keyframes introBeamLeft {
	0% {
		transform: rotate(-24deg) translate3d(-20%, 22%, 0);
		opacity: 0;
	}
	100% {
		transform: rotate(-12deg) translate3d(4%, 0, 0);
		opacity: 0.58;
	}
}

@keyframes introBeamRight {
	0% {
		transform: rotate(24deg) translate3d(24%, -24%, 0);
		opacity: 0;
	}
	100% {
		transform: rotate(10deg) translate3d(-4%, 0, 0);
		opacity: 0.54;
	}
}

@keyframes introContentReveal {
	0% {
		opacity: 0;
		transform: translateY(2rem) scale(0.96);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes introLogoShell {
	0% {
		transform: scale(0.72) rotate(-12deg);
		opacity: 0;
	}
	75% {
		transform: scale(1.04) rotate(1deg);
		opacity: 1;
	}
	100% {
		transform: scale(1) rotate(0deg);
		opacity: 1;
	}
}

@keyframes introLogoFloat {
	0% {
		transform: translateY(0) scale(1);
	}
	100% {
		transform: translateY(-0.45rem) scale(1.015);
	}
}

@keyframes introRingPulse {
	0% {
		transform: scale(0.92);
		opacity: 0.2;
	}
	65% {
		opacity: 0.72;
	}
	100% {
		transform: scale(1.08);
		opacity: 0;
	}
}

@keyframes introTextSlide {
	0% {
		opacity: 0;
		transform: translateY(1rem);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes introLineSweep {
	0% {
		opacity: 0;
		transform: scaleX(0.25);
	}
	100% {
		opacity: 1;
		transform: scaleX(1);
	}
}

@keyframes introSplashExit {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@media (max-width: 980px) {
	.hero__grid,
	.workflow-grid,
	.contact-grid,
	.section-heading--split,
	.services-grid {
		grid-template-columns: 1fr 1fr;
	}

	.hero__grid,
	.workflow-grid,
	.contact-grid,
	.section-heading--split {
		gap: 1.5rem;
	}

	.services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hero__visual {
		grid-template-columns: minmax(0, 1fr) 180px;
		max-width: 30rem;
	}

	.hero__content h1 {
		font-size: clamp(2.25rem, 4vw, 3.05rem);
	}

	.hero__content .eyebrow {
		font-size: 4.75rem;
	}

	.gallery-item {
		grid-column: span 6;
	}

	.gallery-grid--work.is-overview .gallery-item {
		grid-column: span 6;
	}

	.gallery-grid--work.is-filtered .gallery-item {
		flex-basis: clamp(17rem, 42vw, 22rem);
	}

	.gallery-item--wide {
		grid-column: span 12;
	}
}

@media (max-width: 760px) {
	.intro-splash {
		padding: 1rem;
		animation-delay: 1.95s;
	}

	.intro-splash::before,
	.intro-splash::after {
		top: -10vh;
		width: 56vw;
		height: 120vh;
		filter: none;
		opacity: 0.34;
	}

	.intro-splash__content {
		gap: 0.85rem;
		padding: 1rem;
	}

	.intro-splash__logo-wrap {
		width: min(10rem, 46vw);
		padding: 0.65rem;
		border-radius: 1.6rem;
		box-shadow: 0 18px 36px rgba(0, 0, 0, 0.42);
	}

	.intro-splash__ring {
		inset: -0.7rem;
		border-radius: 2rem;
		animation: none;
		opacity: 0.48;
	}

	.intro-splash__logo {
		border-radius: 1.15rem;
		animation: none;
	}

	.intro-splash__eyebrow {
		font-size: 0.78rem;
		letter-spacing: 0.24em;
	}

	.intro-splash strong {
		max-width: 10ch;
		font-size: clamp(2rem, 11vw, 3.1rem);
		line-height: 0.96;
	}

	.intro-splash__line {
		width: min(11rem, 58vw);
		height: 0.28rem;
		box-shadow: 0 0 16px rgba(242, 189, 74, 0.38);
	}

	.intro-splash::before,
	.intro-splash::after,
	.intro-splash__logo-wrap {
		will-change: auto;
	}
}

@media (max-width: 760px) {
	:root {
		--nav-height: 76px;
	}

	.section {
		padding: 4.5rem 0;
	}

	.navbar__inner {
		position: relative;
	}

	.brand {
		gap: 0.75rem;
	}

	.brand__logo {
		width: 3.4rem;
		border-radius: 14px;
	}

	.brand__text {
		font-size: 1.05rem;
	}

	.brand__tag {
		display: none;
	}

	.nav-toggle {
		display: inline-block;
	}

	.nav {
		position: absolute;
		top: calc(100% + 0.75rem);
		left: 0;
		right: 0;
		flex-direction: column;
		align-items: stretch;
		padding: 0.75rem;
		border: 1px solid var(--border);
		border-radius: 20px;
		background: rgba(9, 11, 14, 0.96);
		box-shadow: var(--shadow);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-8px);
		transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
	}

	.nav.is-open {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.nav a {
		padding: 0.8rem 0.95rem;
		border-radius: 14px;
	}

	.nav a:hover,
	.nav a:focus-visible,
	.nav a.is-active {
		background: rgba(201, 149, 45, 0.12);
	}

	.hero {
		min-height: auto;
		padding: 2.25rem 0 3.5rem;
	}

	.hero__grid,
	.workflow-grid,
	.contact-grid,
	.section-heading--split,
	.footer__top {
		grid-template-columns: 1fr;
		display: grid;
	}

	.hero__grid {
		gap: 2rem;
	}

	.footer__bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.4rem;
	}

	.workflow-steps {
		grid-template-columns: 1fr;
	}

	.workflow-media {
		min-height: 24rem;
	}

	.workflow-media--stock {
		min-height: 25rem;
	}

	.workshop-front-card {
		min-height: min(128vw, 34rem);
	}

	.workflow-media__overlay--stock {
		inset: auto 0.85rem 0.85rem 0.85rem;
		padding: 1rem;
	}

	.hero__content h1 {
		font-size: clamp(1.95rem, 7.4vw, 2.4rem);
		max-width: none;
	}

	.hero__content .eyebrow {
		font-size: 3.55rem;
	}

	.hero__content .eyebrow::before {
		width: 1.5rem;
	}

	.hero__lead {
		font-size: 0.98rem;
		line-height: 1.6;
		max-width: 38rem;
	}

	/* Visual: mostrar solo la imagen principal como banner limpio */
	.hero__visual {
		display: block;
		max-width: none;
		margin: 0;
		padding: 0;
		border: none;
		background: none;
		box-shadow: none;
		border-radius: var(--radius);
		overflow: hidden;
	}

	.hero-card--main {
		min-height: min(20rem, 68vw);
		border-radius: var(--radius);
	}

	.hero-card--secondary,
	.hero-card--accent {
		display: none;
	}

	/* Stats: indicadores de texto, no botones */
	.hero__stats {
		grid-template-columns: repeat(3, 1fr);
		gap: 0;
		margin-top: 1.6rem;
		border: 1px solid var(--border);
		border-radius: var(--radius-sm);
		overflow: hidden;
	}

	.hero__stats article {
		padding: 0.75rem 0.5rem;
		text-align: center;
		background: none;
		border: none;
		border-radius: 0;
		box-shadow: none;
		position: relative;
	}

	.hero__stats article:not(:last-child) {
		border-right: 1px solid var(--border);
	}

	.hero__stats strong {
		font-size: 0.9rem;
		color: var(--accent-strong);
	}

	.hero__stats span {
		display: none;
	}

	/* Centrar el glow al estar en columna única */
	.hero::before {
		background:
			radial-gradient(circle at 50% 20%, rgba(242, 189, 74, 0.18), transparent 22rem),
			linear-gradient(180deg, rgba(201, 149, 45, 0.06), transparent 60%);
	}

	.hero::after {
		display: none;
	}

	.services-grid,
	.gallery-grid {
		grid-template-columns: 1fr;
	}

	.services-grid--compact {
		grid-template-areas:
			"autos"
			"volantes"
			"utility";
	}

	.service-utility-suite {
		grid-template-columns: 1fr;
		padding: 1rem;
	}

	.utility-suite__brand {
		padding: 0.9rem;
	}

	.utility-suite__brand img {
		width: min(16rem, 82vw);
	}

	.utility-suite__content {
		grid-template-columns: 1fr;
	}

	.utility-suite__category + .utility-suite__category {
		border-left: 0;
		border-top: 1px solid rgba(242, 189, 74, 0.22);
	}

	.service-partner-banner {
		flex-direction: column;
		align-items: center;
		width: 100%;
		gap: 0.8rem;
	}

	.service-partner-banner img {
		width: min(15rem, 82vw);
		max-width: 100%;
	}

	.gallery-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.gallery-controls {
		justify-content: stretch;
	}

	.gallery-control {
		flex: 1;
	}

	.gallery-item,
	.gallery-item--wide,
	.gallery-item--tall {
		grid-column: auto;
		min-height: 18rem;
	}

	.gallery-grid--work.is-overview .gallery-item {
		grid-column: auto;
		min-height: 21rem;
	}

	.gallery-grid--work.is-filtered .gallery-item {
		flex-basis: min(82vw, 22rem);
		min-height: 24rem;
	}

	.gallery-lightbox {
		width: calc(100vw - 1rem);
		border-radius: 18px;
	}

	.gallery-lightbox__frame img {
		max-height: 68vh;
	}

	.gallery-lightbox__close {
		top: 0.65rem;
		right: 0.65rem;
	}

	.gallery-lightbox__nav {
		top: auto;
		bottom: 5.25rem;
		transform: none;
	}

	.gallery-lightbox__nav:hover,
	.gallery-lightbox__nav:focus-visible {
		transform: scale(1.03);
	}

	.contact-map-card,
	.contact-panel,
	.service-card {
		padding: 1.25rem;
	}

	.service-card--media {
		padding: 0;
	}
}

@media (max-width: 420px), (hover: none) and (pointer: coarse) and (max-width: 900px) {
	.intro-splash {
		animation-delay: 1.7s;
	}

	.intro-splash::before,
	.intro-splash::after {
		width: 62vw;
		height: 108vh;
		opacity: 0.24;
	}

	.intro-splash__content {
		gap: 0.7rem;
	}

	.intro-splash__logo-wrap {
		width: min(8.6rem, 44vw);
		padding: 0.55rem;
		border-radius: 1.35rem;
		-webkit-backdrop-filter: none;
		backdrop-filter: none;
	}

	.intro-splash__ring {
		display: none;
	}

	.intro-splash__eyebrow {
		font-size: 0.72rem;
		letter-spacing: 0.2em;
	}

	.intro-splash strong {
		font-size: clamp(1.7rem, 10.5vw, 2.5rem);
		max-width: 9ch;
	}

	.hero__content .eyebrow {
		font-size: 2.95rem;
	}

	.hero__content .eyebrow::before {
		width: 1.1rem;
	}

	.intro-splash__line {
		width: min(9rem, 52vw);
		height: 0.22rem;
		animation-duration: 700ms;
	}
	}

@media (prefers-reduced-motion: reduce) {
	.intro-splash {
		animation: none;
		opacity: 0;
		visibility: hidden;
	}

	.intro-splash::before,
	.intro-splash::after,
	.intro-splash__content,
	.intro-splash__logo-wrap,
	.intro-splash__ring,
	.intro-splash__logo,
	.intro-splash__eyebrow,
	.intro-splash strong,
	.intro-splash__line {
		animation: none !important;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
