/* =============================================================
   TORQUE360 — Editorial Dark Industrial (adaptado de Archetype 02)
   1. Tokens
   ============================================================= */
@property --mesh-angle { syntax: "<angle>"; inherits: false; initial-value: 0deg; }
@property --mesh-x     { syntax: "<percentage>"; inherits: false; initial-value: 30%; }
@property --mesh-y     { syntax: "<percentage>"; inherits: false; initial-value: 40%; }

:root {
  --bg:       #0C0B0A;
  --bg-2:     #141210;
  --bg-3:     #1C1916;
  --cream:    #FFFFFF;
  --cream-2:  #DAD4C7;
  --cream-3:  #A69F90;
  --accent:   #FF5A1F;
  --accent-2: #E8480D;
  --steel:    #5C6B78;
  --line:     rgba(238,234,226,.12);
  --line-2:   rgba(238,234,226,.06);

  --display: "Archivo Black", "Inter", sans-serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --mono: "JetBrains Mono", "IBM Plex Mono", monospace;

  --ease-out:  cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in:   cubic-bezier(0.7, 0, 0.84, 0);
  --ease-soft: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);

  --container: 1240px;
  --gutter: clamp(1.25rem, 4vw, 3rem);

  /* Golden ratio type scale (φ = 1.618), base 1rem */
  --phi: 1.618;
  --step--1: .618rem;
  --step-0:  1rem;
  --step-1:  1.618rem;
  --step-2:  2.618rem;
  --step-3:  4.236rem;
  --step-4:  6.854rem;
}

/* =============================================================
   2. Reset & base
   ============================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; }
html { -webkit-text-size-adjust: 100%; tab-size: 2; scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
  overscroll-behavior-y: none;
}
img, svg, video { display: block; max-width: 100%; }
img { height: auto; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
a { color: inherit; text-decoration: none; }
p { text-wrap: pretty; }
h1, h2, h3, h4 { text-wrap: balance; line-height: 1.05; letter-spacing: -0.01em; font-family: var(--display); font-weight: 400; }
ul { list-style: none; padding: 0; }
::selection { background: var(--accent); color: var(--bg); }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

/* =============================================================
   3. Utilities
   ============================================================= */
.skip-link {
  position: fixed; top: -100px; left: 1rem;
  padding: .6rem 1rem; background: var(--cream); color: var(--bg);
  z-index: 9999; border-radius: 8px; font-weight: 600; font-family: var(--sans);
}
.skip-link:focus { top: 1rem; }

.container { max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.section-pad { padding-block: clamp(4rem, 9vw, 8rem); }
section { scroll-margin-top: 80px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--mono); font-size: .8rem; text-transform: uppercase; letter-spacing: .12em;
  color: var(--accent); margin-bottom: 1.1rem;
}
.eyebrow::before { content: ""; width: 18px; height: 1px; background: var(--accent); }
.accent-text { color: var(--accent); }

[data-reveal] {
  opacity: 0; transform: translateY(42px) scale(.985);
  transition: opacity .9s var(--ease-soft), transform .9s var(--ease-soft);
}
[data-reveal].is-revealed { opacity: 1; transform: none; }
[data-reveal].delay-1 { transition-delay: .08s; }
[data-reveal].delay-2 { transition-delay: .16s; }
[data-reveal].delay-3 { transition-delay: .24s; }
[data-reveal].delay-4 { transition-delay: .32s; }
[data-reveal].delay-5 { transition-delay: .4s; }

.service-groups .service-card:nth-child(1) { transition-delay: 0s; }
.service-groups .service-card:nth-child(2) { transition-delay: .1s; }
.service-groups .service-card:nth-child(3) { transition-delay: .2s; }
.pillars .pillar:nth-child(1) { transition-delay: 0s; }
.pillars .pillar:nth-child(2) { transition-delay: .08s; }
.pillars .pillar:nth-child(3) { transition-delay: .16s; }
.pillars .pillar:nth-child(4) { transition-delay: .24s; }
.process-track .process-step:nth-child(1) { transition-delay: 0s; }
.process-track .process-step:nth-child(2) { transition-delay: .1s; }
.process-track .process-step:nth-child(3) { transition-delay: .2s; }
.process-track .process-step:nth-child(4) { transition-delay: .3s; }
.process-track .process-step:nth-child(5) { transition-delay: .4s; }
.gallery-grid .gallery-item:nth-child(1) { transition-delay: 0s; }
.gallery-grid .gallery-item:nth-child(2) { transition-delay: .07s; }
.gallery-grid .gallery-item:nth-child(3) { transition-delay: .14s; }
.gallery-grid .gallery-item:nth-child(4) { transition-delay: .21s; }
.gallery-grid .gallery-item:nth-child(5) { transition-delay: .28s; }
.gallery-grid .gallery-item:nth-child(6) { transition-delay: .35s; }
.credentials-grid .credential:nth-child(1) { transition-delay: 0s; }
.credentials-grid .credential:nth-child(2) { transition-delay: .1s; }
.credentials-grid .credential:nth-child(3) { transition-delay: .2s; }

/* =============================================================
   4. Typography
   ============================================================= */
h1 { font-size: clamp(2.618rem, 6.4vw, var(--step-4)); }
h2 { font-size: clamp(2rem, 4.2vw, var(--step-3)); }
h3 { font-size: clamp(1.15rem, 2vw, var(--step-1)); }
.lead { font-size: clamp(1.05rem, 1.6vw, 1.272rem); color: var(--cream-2); max-width: 46ch; }
.body-text { color: var(--cream-2); max-width: 56ch; }

/* =============================================================
   5. Components
   ============================================================= */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  padding: .95rem 1.7rem; font-family: var(--sans); font-weight: 600; font-size: .95rem;
  border-radius: 3px; white-space: nowrap;
  box-shadow: 0 4px 14px rgba(0,0,0,.28);
  transition: transform .45s var(--ease-soft), box-shadow .45s var(--ease-soft), background .3s, color .3s;
}
.btn:hover { transform: translateY(-3px); }
.btn:active { transform: translateY(-1px); transition-duration: .12s; }
.btn-primary { background: var(--accent); color: #100D0A; }
.btn-primary:hover { box-shadow: 0 22px 44px rgba(255,90,31,.28), 0 10px 20px rgba(0,0,0,.35); }
.btn-ghost { background: transparent; color: var(--cream); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--accent); color: var(--accent); }

.split-mono { font-family: var(--mono); font-size: .78rem; letter-spacing: .06em; color: var(--cream-3); }

/* =============================================================
   6. Sections — Header / Nav
   ============================================================= */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 300;
  background: var(--line-2); pointer-events: none;
}
.scroll-progress span {
  display: block; height: 100%; background: linear-gradient(90deg, var(--accent), var(--accent-2));
  transform-origin: 0 0; transform: scaleX(0); transition: transform .08s linear;
}

.site-nav {
  position: fixed; inset-inline: 0; top: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: .85rem var(--gutter);
  background: rgba(12,11,10,.92);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: padding .4s var(--ease-out), box-shadow .4s var(--ease-out);
}
.site-nav.is-scrolled { box-shadow: 0 8px 24px rgba(0,0,0,.35); }
.nav-logo img { height: 30px; width: auto; }
.nav-list { display: none; align-items: center; gap: 2.2rem; }
.nav-link { position: relative; font-size: .92rem; font-weight: 500; padding: .25rem 0; color: var(--cream-2); }
.nav-link-caret { display: inline-flex; align-items: center; gap: .4rem; }
.nav-link-caret svg { transition: transform .3s var(--ease-soft); }
.nav-link-caret:hover svg { transform: translateY(2px); }
.nav-link::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 1px;
  background: var(--accent); transform: scaleX(0); transform-origin: right;
  transition: transform .45s var(--ease-soft);
}
.nav-link:hover, .nav-link.is-active { color: var(--cream); }
.nav-link:hover::after, .nav-link.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-right { display: flex; align-items: center; gap: 1rem; }
.nav-cta { display: none; }
.nav-toggle {
  width: 42px; height: 42px; display: grid; place-items: center;
  border: 1px solid var(--line); border-radius: 3px;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ""; display: block; width: 18px; height: 1px; background: var(--cream); position: relative;
  transition: transform .3s var(--ease-soft), opacity .3s;
}
.nav-toggle span::before { position: absolute; top: -6px; }
.nav-toggle span::after { position: absolute; top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { transform: translateY(-6px) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 150; background: var(--bg);
  display: flex; flex-direction: column; justify-content: center; gap: 1.6rem; padding: var(--gutter);
  clip-path: inset(0 0 100% 0); transition: clip-path .55s var(--ease-soft);
  pointer-events: none;
}
.mobile-menu.is-open { clip-path: inset(0); pointer-events: auto; }
.mobile-menu a {
  font-family: var(--display); font-size: 2.1rem; color: var(--cream);
  opacity: 0; transform: translateY(16px);
  transition: opacity .5s var(--ease-soft), transform .5s var(--ease-soft), color .3s;
}
.mobile-menu.is-open a { opacity: 1; transform: none; }
.mobile-menu.is-open a:nth-child(1) { transition-delay: .05s; }
.mobile-menu.is-open a:nth-child(2) { transition-delay: .1s; }
.mobile-menu.is-open a:nth-child(3) { transition-delay: .15s; }
.mobile-menu.is-open a:nth-child(4) { transition-delay: .2s; }
.mobile-menu.is-open a:nth-child(5) { transition-delay: .25s; }
.mobile-menu.is-open a:nth-child(6) { transition-delay: .3s; }
.mobile-menu a:hover { color: var(--accent); }
.mobile-menu .mobile-cta { margin-top: 1rem; align-self: flex-start; }

.wa-float {
  position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 180;
  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;
  background: #25D366; color: #fff;
  box-shadow: 0 10px 26px rgba(0,0,0,.4);
  transition: transform .4s var(--ease-soft);
}
.wa-float:hover { transform: scale(1.08); }

/* =============================================================
   Mobile conversion bar
   ============================================================= */
.mobile-cta-bar {
  position: fixed; inset-inline: 0; bottom: 0; z-index: 190;
  display: grid; grid-template-columns: 1fr 1fr;
  background: rgba(12,11,10,.94); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
  padding-bottom: env(safe-area-inset-bottom, 0);
}
.mobile-cta-btn {
  display: flex; align-items: center; justify-content: center; gap: .55rem;
  padding: 1rem .5rem; font-family: var(--sans); font-weight: 600; font-size: .92rem;
}
.mobile-cta-call { color: var(--cream); border-right: 1px solid var(--line); }
.mobile-cta-wa { color: #25D366; }
.mobile-cta-call:active, .mobile-cta-wa:active { background: var(--bg-2); }

/* =============================================================
   Lightbox
   ============================================================= */
.lightbox {
  position: fixed; inset: 0; z-index: 500; background: rgba(12,11,10,.96);
  display: grid; place-items: center; padding: clamp(1.5rem, 6vw, 4rem);
  opacity: 0; visibility: hidden; transition: opacity .35s var(--ease-soft);
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox img { max-width: 100%; max-height: 86vh; width: auto; border-radius: 4px; box-shadow: 0 30px 80px rgba(0,0,0,.6); }
.lightbox-close {
  position: absolute; top: clamp(1rem, 3vw, 2rem); right: clamp(1rem, 3vw, 2rem);
  width: 44px; height: 44px; display: grid; place-items: center;
  border: 1px solid var(--line); border-radius: 50%; color: var(--cream);
  transition: border-color .3s, color .3s, transform .3s var(--ease-soft);
}
.lightbox-close:hover { border-color: var(--accent); color: var(--accent); transform: rotate(90deg); }

/* =============================================================
   Hero
   ============================================================= */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: flex-end;
  overflow: clip; isolation: isolate;
}
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-video { position: absolute; inset: 0; transition: opacity 1.1s linear; }
.hero-video-b { opacity: 0; }
.hero-bg img, .hero-bg video { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; filter: saturate(1.05) contrast(1.04); image-rendering: -webkit-optimize-contrast; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12,11,10,.55) 0%, rgba(12,11,10,.35) 38%, rgba(12,11,10,.94) 100%);
}
.hero-mesh {
  position: absolute; inset: -10%; z-index: -1; pointer-events: none;
  background:
    radial-gradient(55% 45% at var(--mesh-x) var(--mesh-y), rgba(255,90,31,.30), transparent 62%),
    conic-gradient(from var(--mesh-angle), rgba(92,107,120,.18), rgba(255,90,31,.14), rgba(92,107,120,.1), rgba(255,90,31,.14));
  filter: blur(90px) saturate(120%);
  opacity: .8;
  animation: meshShift 24s linear infinite;
  mix-blend-mode: screen;
}
@keyframes meshShift {
  0%   { --mesh-angle: 0deg;   --mesh-x: 24%; --mesh-y: 30%; }
  50%  { --mesh-angle: 180deg; --mesh-x: 74%; --mesh-y: 56%; }
  100% { --mesh-angle: 360deg; --mesh-x: 24%; --mesh-y: 30%; }
}
.hero-inner { position: relative; z-index: 1; padding: 0 var(--gutter) clamp(3rem,7vw,5.5rem); width: 100%; }
.hero-tagline { font-family: var(--mono); font-size: .618rem; letter-spacing: .1em; text-transform: uppercase; color: var(--accent); margin-bottom: var(--step--1); }
.hero h1 { max-width: 18ch; }
.hero h1 span { display: block; }
.hero-services-line { font-family: var(--mono); font-size: 1.05rem; letter-spacing: .06em; color: var(--cream-3); margin-top: 1rem; }
.hero-sub { margin-top: .618rem; max-width: 46ch; color: var(--cream-2); font-size: 1rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.618rem; }
.hero-scroll {
  position: absolute; right: var(--gutter); bottom: 2.2rem; z-index: 1;
  display: none; flex-direction: column; align-items: center; gap: .6rem;
  font-family: var(--mono); font-size: .72rem; letter-spacing: .1em; color: var(--cream-3);
}
.hero-scroll-line { width: 1px; height: 46px; background: linear-gradient(var(--cream-3), transparent); }

/* =============================================================
   Marquee (industrias)
   ============================================================= */
.marquee-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--bg-2); }
.marquee { overflow: hidden; position: relative; padding-block: 1.1rem; }
.marquee-track { display: inline-flex; gap: 2.6rem; white-space: nowrap; will-change: transform; }
.marquee-track span { font-family: var(--mono); font-size: .82rem; letter-spacing: .06em; color: #FDFDFD; text-transform: uppercase; }
.marquee-track span.dot { color: var(--accent); }

/* =============================================================
   Quiénes somos
   ============================================================= */
.about-grid { display: grid; gap: 3rem; }
.about-media { position: relative; height: 100%; min-height: 320px; }
.about-media img { border-radius: 4px; width: 100%; height: 100%; object-fit: cover; }
.about-media-frame { position: absolute; inset: 14px; border: 1px solid rgba(238,234,226,.35); border-radius: 4px; pointer-events: none; }
.about-media-tag {
  position: absolute; left: 24px; bottom: 24px; display: flex; align-items: center; gap: .5rem;
  background: rgba(12,11,10,.75); backdrop-filter: blur(8px); padding: .55rem .9rem; border-radius: 3px;
  font-family: var(--mono); font-size: .74rem; letter-spacing: .05em; color: var(--cream);
}
.about-media-tag .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.about-fits {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: .55rem 1.4rem; margin-top: 1.6rem;
}
.about-fits li {
  font-size: .92rem; color: var(--cream-2); display: flex; align-items: baseline; gap: .6rem;
}
.about-fits li::before { content: "—"; color: var(--accent); flex-shrink: 0; }
.about-diff {
  display: flex; gap: 1.1rem; margin-top: 2rem; padding: 1.4rem; border: 1px solid var(--line);
  border-left: 2px solid var(--accent); border-radius: 3px; background: var(--bg-2);
}
.about-diff-icon { color: var(--accent); flex-shrink: 0; }
.about-diff-icon svg { width: 30px; height: 30px; }
.about-diff h3 { font-size: 1rem; text-transform: uppercase; letter-spacing: .02em; color: var(--accent); }
.about-diff p { margin-top: .4rem; font-size: .88rem; color: var(--cream-2); }

/* =============================================================
   Quiénes somos v3 — copy + media panel
   ============================================================= */
.about-v3-grid { display: grid; gap: 3rem; align-items: center; }
.about-v3-title { font-size: clamp(2rem, 4.2vw, 2.9rem); line-height: 1.1; margin-top: .6rem; }
.about-v3-copy .body-text { margin-top: 1.2rem; color: var(--cream-2); }
.about-v3-scope { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem; margin-top: 2.2rem; }
.about-v3-scope h3 { font-size: .82rem; text-transform: uppercase; letter-spacing: .04em; color: var(--cream); }
.about-v3-scope p { margin-top: .35rem; font-size: .88rem; color: var(--cream-3); }
.about-v3-media { position: relative; }
.about-v3-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 4px; }
.about-v3-tag {
  position: absolute; left: -1px; bottom: -1px; transform: translateY(30%);
  background: var(--bg); border: 1px solid var(--accent); border-radius: 3px;
  padding: 1rem 1.4rem; max-width: 78%;
}
.about-v3-tag-title { font-family: var(--mono); font-size: .74rem; letter-spacing: .08em; color: var(--accent); }
.about-v3-tag-sub { margin-top: .3rem; font-size: .86rem; color: var(--cream-2); }
.about-v3-highlight { margin: 1.4rem 0; padding: .9rem 1.2rem; border-left: 3px solid var(--accent); background: var(--bg-2); }
.about-v3-highlight p { font-family: var(--display); font-size: 1.05rem; line-height: 1.4; color: var(--cream); }
.about-v3-badges { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem 1rem; margin-top: 2rem; }
.about-v3-badges > div { display: flex; flex-direction: column; align-items: flex-start; gap: .6rem; }
.about-v3-badges svg { width: 26px; height: 26px; color: var(--accent); }
.about-v3-badges span { font-size: .78rem; font-weight: 600; letter-spacing: .01em; color: var(--cream-2); }
.about-v3-quote {
  max-width: none; margin: clamp(2.5rem, 6vw, 4rem) auto 0; padding: 0 var(--gutter); text-align: center;
  font-family: var(--display); font-size: clamp(1.1rem, 2vw, 1.4rem); line-height: 1.5; color: var(--cream-2); font-style: italic;
}
.about-v3-strip {
  margin-top: 2rem; padding-top: 1.6rem; text-align: center; border-top: 1px solid var(--line);
  font-family: var(--mono); font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--accent);
}
@media (min-width: 900px) {
  .about-v3-grid { grid-template-columns: 1.15fr 1fr; }
}
.pillars { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem 1.4rem; margin-top: 2.2rem; }
.pillar { border-top: 1px solid var(--line); padding-top: 1rem; }
.pillar-icon { color: var(--accent); margin-bottom: .7rem; }
.pillar-icon svg { width: 26px; height: 26px; }
.pillar h3 { margin-top: .5rem; font-size: 1.1rem; }
.pillar p { margin-top: .4rem; font-size: .88rem; color: var(--cream-3); }

/* =============================================================
   Servicios (signature: tilt + halo)
   ============================================================= */
.service-groups { display: grid; gap: 1.4rem; margin-top: 2.5rem; }
.services-strip {
  margin-top: 3rem; padding-top: 1.6rem; border-top: 1px solid var(--line); text-align: center;
  font-family: var(--mono); font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--accent);
}
.services-strip span { display: block; margin-top: .5rem; font-size: .78rem; letter-spacing: .02em; text-transform: none; color: var(--cream-2); }
@media (min-width: 620px) and (max-width: 959px) {
  .service-groups { grid-template-columns: repeat(2, 1fr); }
}
.service-card {
  --mx: 50%; --my: 50%; --rx: 0deg; --ry: 0deg;
  position: relative; isolation: isolate; overflow: hidden;
  border: 1px solid var(--line); border-radius: 6px; background: var(--bg-2);
  padding: 2rem;
  transform: perspective(1000px) rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: transform .55s var(--ease-soft), border-color .4s;
}
.service-card.has-tilt:hover { transition-duration: .15s; border-color: rgba(255,90,31,.4); }
.service-card::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(260px circle at var(--mx) var(--my), rgba(255,90,31,.22), transparent 62%);
  opacity: 0; transition: opacity .4s; mix-blend-mode: screen;
}
.service-card:hover::before { opacity: 1; }
.service-card-media { position: relative; aspect-ratio: 16/10; border-radius: 4px; overflow: hidden; margin-bottom: 1.4rem; }
.service-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease-soft); }
.service-card:hover .service-card-media img { transform: scale(1.08); }
.service-card-n { font-family: var(--mono); color: var(--accent); font-size: .82rem; position: relative; z-index: 1; }
.service-card-icon { color: var(--accent); margin-top: .6rem; position: relative; z-index: 1; }
.service-card-icon svg { width: 28px; height: 28px; }
.service-card h3 { margin-top: .5rem; position: relative; z-index: 1; }
.service-card ul { margin-top: 1.1rem; display: grid; gap: .5rem; position: relative; z-index: 1; }
.service-card li { font-size: .9rem; color: var(--cream-2); display: flex; gap: .6rem; align-items: baseline; }
.service-card li::before { content: "—"; color: var(--accent); flex-shrink: 0; }
.service-link { display: inline-block; margin-top: 1.4rem; font-size: .88rem; font-weight: 600; color: var(--accent); position: relative; z-index: 1; }

/* =============================================================
   Empresas y flotas
   ============================================================= */
.fleet { position: relative; overflow: clip; }
.fleet-grid { display: grid; gap: 3rem; align-items: stretch; }
.fleet-media { position: relative; height: 100%; }
.fleet-media img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; border-radius: 6px; box-shadow: 0 30px 70px rgba(0,0,0,.45); }
.fleet-content { max-width: 560px; }
.fleet-tags { margin-top: 1.2rem; font-family: var(--mono); font-size: .85rem; color: var(--cream-3); line-height: 1.9; }
.fleet-content .btn { margin-top: 1.8rem; }
.fleet-features { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.6rem; }
.fleet-features li { display: flex; align-items: flex-start; gap: .9rem; }
.fleet-features svg { width: 24px; height: 24px; color: var(--accent); flex-shrink: 0; margin-top: 2px; }
.fleet-features span { font-size: .92rem; color: var(--cream-2); line-height: 1.4; }
.fleet-badge {
  margin-top: 2.5rem; display: flex; align-items: center; gap: 1.2rem; padding: 1.1rem 1.6rem;
  background: #0a0908; border: 1px solid var(--accent); border-radius: 4px;
}
.fleet-badge > svg:first-child { width: 40px; height: 40px; color: var(--accent); flex-shrink: 0; }
.fleet-badge-text { display: flex; flex-direction: column; gap: .2rem; flex: 1; }
.fleet-badge-text span { font-family: var(--mono); font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; color: var(--cream-3); }
.fleet-badge-text strong { font-family: var(--display); font-size: 1.15rem; color: var(--accent); text-transform: uppercase; }
.fleet-badge-seal { width: 34px; height: 34px; color: var(--accent); flex-shrink: 0; }
@media (min-width: 900px) {
  .fleet-grid { grid-template-columns: 1fr 1fr; }
}

/* =============================================================
   Proceso
   ============================================================= */
.process-track { position: relative; display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; margin-top: 3rem; align-items: start; }
.process-step {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: .6rem;
  padding: 0 1.2rem; position: relative;
}
@media (min-width: 960px) {
  .process-step:not(:last-child) { border-right: 1px solid var(--line); }
}
.process-num { font-family: var(--mono); font-size: 1.3rem; font-weight: 700; color: var(--accent); }
.process-icon { color: var(--cream); margin: .3rem 0; transition: transform .4s var(--ease-soft), color .3s; }
.process-icon svg { width: 34px; height: 34px; }
.process-step:hover .process-icon { color: var(--accent); transform: scale(1.1); }
.process-chevron { display: none; align-self: center; color: var(--accent); font-size: 1.4rem; font-weight: 700; }
.process-step h3 { font-size: 1rem; text-transform: uppercase; letter-spacing: .02em; }
.process-step p { font-size: .88rem; color: var(--cream-3); max-width: 22ch; }

/* =============================================================
   Galería
   ============================================================= */
.gallery-grid { display: grid; gap: .8rem; margin-top: 2.2rem; }
.gallery-item {
  position: relative; overflow: hidden; border-radius: 4px; aspect-ratio: 4/3;
  display: block; width: 100%; padding: 0; text-align: left;
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease-soft), filter .5s; }
.gallery-item:hover img, .gallery-item:focus-visible img { transform: scale(1.1); filter: saturate(1.15); }
.gallery-item-label {
  position: absolute; left: 0; right: 0; bottom: 0; padding: .9rem 1rem;
  background: linear-gradient(0deg, rgba(12,11,10,.9), transparent);
  font-family: var(--mono); font-size: .74rem; color: var(--cream-2);
  opacity: 0; transform: translateY(8px); transition: opacity .4s, transform .4s;
}
.gallery-item:hover .gallery-item-label, .gallery-item:focus-visible .gallery-item-label { opacity: 1; transform: none; }
.gallery-item::after {
  content: ""; position: absolute; inset: 0; border-radius: 4px;
  box-shadow: inset 0 0 0 1px var(--line); pointer-events: none;
}

/* =============================================================
   Credenciales
   ============================================================= */
.credentials { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.credentials-grid { display: grid; gap: 2.4rem; padding-block: clamp(3rem,6vw,5rem); }
.credential strong { display: block; font-family: var(--display); font-size: clamp(2.4rem,5vw,3.6rem); color: var(--accent); }
.credential span { font-size: .88rem; color: var(--cream-3); }

/* =============================================================
   CTA final
   ============================================================= */
.final-cta { position: relative; overflow: clip; text-align: center; }
.final-cta-media { position: absolute; inset: 0; }
.final-cta-media img { width: 100%; height: 100%; object-fit: cover; }
.final-cta-media::after { content: ""; position: absolute; inset: 0; background: rgba(12,11,10,.88); }
.final-cta-content { position: relative; z-index: 1; max-width: 680px; margin-inline: auto; }
.final-cta-content .lead { margin-inline: auto; margin-top: 1rem; }
.final-cta .hero-actions { justify-content: center; margin-top: 2rem; }

/* =============================================================
   Contacto
   ============================================================= */
.contact-grid { display: grid; gap: 3rem; }
.contact-list { display: grid; gap: 1.1rem; margin-top: 1.8rem; }
.contact-list a, .contact-list .row { display: flex; flex-direction: column; gap: .2rem; padding-top: 1rem; border-top: 1px solid var(--line); transition: opacity .3s; }
.contact-list a:hover { opacity: .75; }
.contact-list .label { font-family: var(--mono); font-size: .74rem; text-transform: uppercase; letter-spacing: .08em; color: var(--cream-3); }
.contact-map { margin-top: 1.8rem; border-radius: 4px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 16/10; }
.contact-map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.3) contrast(1.05); }
.contact-form { display: grid; gap: 1.1rem; }
.field { display: grid; gap: .45rem; }
.field label { font-family: var(--mono); font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; color: var(--cream-3); }
.field input, .field select, .field textarea {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: 3px; padding: .85rem 1rem;
  color: var(--cream); font-family: var(--sans); font-size: .95rem;
  transition: border-color .3s;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--accent); }
.field textarea { min-height: 110px; resize: vertical; }
.contact-form .btn { margin-top: .4rem; padding: .8rem 1.6rem; font-size: .85rem; }
.form-success, .form-error { padding: .9rem 1.1rem; border-radius: 3px; font-size: .9rem; }
.form-success { border: 1px solid var(--accent); background: rgba(255,90,31,.08); }
.form-error { border: 1px solid #C0392B; background: rgba(192,57,43,.08); }

/* =============================================================
   Footer
   ============================================================= */
.site-footer { border-top: 1px solid var(--line); padding-block: 3rem; }
.footer-grid { display: grid; gap: 2rem; }
.footer-logo img { height: 26px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 1.4rem; }
.footer-nav a { font-size: .88rem; color: var(--cream-3); }
.footer-nav a:hover { color: var(--accent); }
.footer-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; margin-top: 2.2rem; padding-top: 1.6rem; border-top: 1px solid var(--line-2); }
.footer-meta p { font-family: var(--mono); font-size: .76rem; color: var(--cream-3); }

/* =============================================================
   Splash loader
   ============================================================= */
.splash {
  position: fixed; inset: 0; z-index: 10000; background: var(--bg);
  display: grid; place-items: center;
  transition: opacity .8s, clip-path 1s;
  animation: splashSafety .01s 4.5s forwards;
}
.splash.is-out { opacity: 0; pointer-events: none; clip-path: inset(0 0 100% 0); }
.splash-inner { display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.splash-logo { height: 40px; width: auto; opacity: .95; }
.splash-line { width: 120px; height: 1px; background: var(--line); position: relative; overflow: hidden; }
.splash-line::after {
  content: ""; position: absolute; inset: 0; width: 40%; background: var(--accent);
  animation: splashSweep 1.1s var(--ease-soft) infinite;
}
@keyframes splashSweep { 0% { transform: translateX(-100%); } 100% { transform: translateX(280%); } }
@keyframes splashSafety { to { opacity: 0; pointer-events: none; clip-path: inset(0 0 100% 0); } }

/* =============================================================
   8. Responsive (mobile-first)
   ============================================================= */
@media (min-width: 540px) {
  .pillars { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .credentials-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 720px) {
  .contact-grid { grid-template-columns: 1fr 1.1fr; }
}
@media (max-width: 959px) {
  .wa-float { display: none; }
  .site-footer { padding-bottom: calc(3rem + 60px); }
}
@media (min-width: 960px) {
  .nav-list { display: flex; }
  .nav-cta { display: inline-flex; }
  .nav-toggle { display: none; }
  .hero-scroll { display: flex; }
  .about-grid { grid-template-columns: 1fr 1fr; align-items: center; }
  .service-groups { grid-template-columns: repeat(3, 1fr); }
  .process-track { grid-template-columns: repeat(6, 1fr); position: relative; }
  .process-step:not(:last-child)::after {
    content: "›"; position: absolute; right: -1px; top: 30px; transform: translateX(50%);
    color: var(--accent); font-size: 1.3rem; font-weight: 700; line-height: 1; background: var(--bg); padding: 0 2px;
  }
  .process-track::before {
    content: ""; position: absolute; top: 36px; left: 36px; right: 36px; height: 1px; z-index: 0;
    background: repeating-linear-gradient(90deg, var(--line) 0 8px, transparent 8px 16px);
  }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: auto 1fr; align-items: center; }
  .mobile-cta-bar { display: none; }
}
@media (min-width: 1280px) {
  .container { padding-inline: var(--gutter); }
}

/* =============================================================
   9. Reduced motion — only intrusive effects
   ============================================================= */
@media (prefers-reduced-motion: reduce) {
  .hero-mesh { animation: none; opacity: .5; }
  .marquee-track { animation-duration: 90s !important; }
  html { scroll-behavior: auto; }
}


/* =============================================================
   10. Production responsive hardening (WordPress)
   Keeps the Claude Design desktop composition while removing
   fixed canvas dimensions and adapting all sections to devices.
   ============================================================= */
html, body { width: 100%; max-width: 100%; }
body { min-width: 0; }
main, section, footer, nav, .marquee-strip { max-width: 100%; }
.services, .about-v3, .fleet, .process { width: 100% !important; height: auto !important; min-height: 0; }
.services .eyebrow { width: auto !important; height: auto !important; }
.container, .hero-inner, .final-cta-content { min-width: 0; }
.contact-form, .contact-info, .fleet-content, .fleet-media, .about-v3-copy, .about-v3-media { min-width: 0; }
.contact-form .btn { width: 100% !important; min-height: 56px; height: auto !important; }
.footer-logo img { width: clamp(145px, 17vw, 197px) !important; height: auto !important; max-height: none; }
.site-nav .nav-logo img { width: auto !important; height: clamp(44px, 5vw, 68px) !important; max-width: min(220px, 55vw); }
.about-v3-quote { font-size: clamp(1.1rem, 2vw, 1.7125rem) !important; }
.torque-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.field input, .field select, .field textarea { width: 100%; min-width: 0; }

/* The original process was six columns even on phones. */
@media (max-width: 959px) {
  .process-track { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem 1rem; }
  .process-step { padding: 1rem .75rem 1.4rem; border-bottom: 1px solid var(--line); }
  .process-step p { max-width: 30ch; }
  .mobile-menu { overflow-y: auto; padding-top: max(6.5rem, env(safe-area-inset-top)); padding-bottom: max(5.5rem, calc(env(safe-area-inset-bottom) + 4rem)); }
  .mobile-menu a { font-size: clamp(1.45rem, 7vw, 2.1rem); }
}

@media (max-width: 719px) {
  .contact-grid { grid-template-columns: 1fr; }
  .about-v3-scope { gap: 1rem; }
  .about-v3-badges { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fleet-badge { align-items: flex-start; padding: 1rem; gap: .8rem; }
  .fleet-badge-text strong { font-size: 1rem; }
  .final-cta .hero-actions, .hero-actions { align-items: stretch; }
}

@media (max-width: 539px) {
  :root { --gutter: clamp(1rem, 5vw, 1.35rem); }
  .site-nav { padding-block: .55rem; }
  .site-nav .nav-logo img { height: 48px !important; max-width: 185px; }
  .hero { min-height: max(680px, 100svh); }
  .hero-inner { padding-bottom: 6.5rem; }
  .hero h1 { font-size: clamp(2.25rem, 11vw, 3.35rem); max-width: 11.5ch; }
  .hero-services-line { font-size: .82rem; line-height: 1.55; letter-spacing: .045em; }
  .hero-sub { font-size: .95rem; line-height: 1.55; }
  .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; max-width: 360px; }
  .hero-actions .btn { width: 100%; white-space: normal; text-align: center; }
  .section-pad { padding-block: clamp(3.5rem, 16vw, 5rem); }
  .service-card { padding: 1.35rem; }
  .service-groups { gap: 1rem; }
  .about-v3-grid, .fleet-grid, .contact-grid { gap: 2rem; }
  .about-v3-scope { grid-template-columns: 1fr; }
  .about-v3-badges { grid-template-columns: 1fr 1fr; gap: 1.2rem .8rem; }
  .about-v3-tag { max-width: 92%; padding: .8rem 1rem; }
  .process-track { grid-template-columns: 1fr; gap: .35rem; }
  .process-step { padding: 1rem .5rem 1.25rem; }
  .gallery-grid { grid-template-columns: 1fr; }
  .fleet-media img { min-height: 260px; }
  .fleet-badge-seal { display: none; }
  .contact-map { aspect-ratio: 4/3; }
  .footer-grid { gap: 1.4rem; }
  .footer-nav { gap: .85rem 1.15rem; }
  .footer-meta { flex-direction: column; }
}

@media (max-width: 374px) {
  .site-nav .nav-logo img { max-width: 160px; }
  .nav-toggle { width: 40px; height: 40px; }
  .hero h1 { font-size: clamp(2rem, 10.5vw, 2.65rem); }
  .about-v3-badges { grid-template-columns: 1fr; }
  .mobile-cta-btn { font-size: .84rem; }
}

@media (min-width: 540px) and (max-width: 719px) {
  .process-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 720px) and (max-width: 959px) {
  .process-track { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

/* Landscape phones and short-height screens */
@media (max-height: 560px) and (max-width: 959px) and (orientation: landscape) {
  .hero { min-height: 620px; }
  .mobile-menu { justify-content: flex-start; gap: .8rem; }
  .mobile-menu a { font-size: 1.35rem; }
}
