/* ===== ESTILOS LAB FUERZA ===== */
:root {
  --f-bg: #000;
  --f-panel: #0d0d0d;
  --f-line: rgba(255, 255, 255, 0.08);
  --f-red: var(--color-red-600);
  --f-muted: #888;
  --f-fg: #fff;
  --f-ease: cubic-bezier(0.2, 0.9, 0.25, 1);
}

/* ─── HERO SPLIT ─────────────────────────────── */
.hero { display: grid; grid-template-columns: 1fr 1fr; height: 100vh; min-height: 700px; overflow: hidden; }
.hero-left { position: relative; overflow: hidden; background: #060606; }
.hero-left video { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(0.88) contrast(1.05) saturate(1.1); }
.hero-left::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0)); }
.hero-right { background: var(--f-bg); display: flex; flex-direction: column; justify-content: flex-end; padding: 0 64px 72px; position: relative; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--f-red); margin-bottom: 22px; }
.eyebrow::before { content: ''; width: 6px; height: 6px; background: var(--f-red); border-radius: 50%; }
.hero-title { font-size: clamp(48px, 5.5vw, 82px); font-weight: 200; letter-spacing: -0.03em; line-height: 1.02; margin-bottom: 26px; }
.hero-title strong { font-weight: 500; }
.hero-sub { font-size: 15px; font-weight: 300; line-height: 1.75; color: #ccc; max-width: 380px; margin-bottom: 44px; }
.btn-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 48px; }
.btn { padding: 12px 26px; font-size: 10px; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; text-decoration: none; border: 1px solid; transition: all 0.3s; cursor: pointer; }

/* ─── STATEMENT ──────────────────────────────── */
.statement { padding: 110px 24px; text-align: center; }
.statement p { font-size: clamp(22px, 3.5vw, 38px); font-weight: 200; line-height: 1.45; letter-spacing: -0.02em; max-width: 860px; margin: 0 auto; color: rgba(255, 255, 255, 0.92); }
.statement strong { font-weight: 500; color: var(--f-red); }

/* ─── SECCIÓN: EQUIPOS QUE CALIBRAMOS ─────────── */
.s-equip { max-width: 1200px; margin: 0 auto; padding: 90px 48px; }
.s-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 52px; padding-bottom: 28px; }
.s-head h2 { font-size: clamp(26px, 3vw, 40px); font-weight: 200; letter-spacing: -0.025em; }
.s-head .eyebrow { margin-bottom: 14px; }
.s-link { font-size: 11px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, 0.3); padding-bottom: 2px; white-space: nowrap; transition: gap 0.3s, border-color 0.3s; }
.s-link:hover { border-color: #fff; }
.equip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.eq-card { position: relative; height: 400px; overflow: hidden; background: #111; cursor: pointer; }
.eq-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform 0.9s var(--f-ease); }
.eq-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.06) 100%); }
.eq-card:hover .eq-bg { transform: scale(1.05); }
.eq-inner { position: absolute; inset: 0; z-index: 2; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; }
.eq-tag { font-size: 9px; letter-spacing: 0.18em; text-transform: uppercase; color: #ffffff; font-weight: 700; display: flex; align-items: center; gap: 8px; }
.eq-tag::before { content: ''; width: 18px; height: 1px; background: var(--f-red); }
.eq-card h3 { font-size: 22px; font-weight: 300; line-height: 1.2; margin-bottom: 10px; }
.eq-desc { font-size: 12px; color: rgba(255, 255, 255, 0.5); line-height: 1.65; max-height: 0; overflow: hidden; opacity: 0; transition: max-height 0.5s var(--f-ease), opacity 0.4s; }
.eq-card:hover .eq-desc { max-height: 70px; opacity: 1; }
.eq-pills { display: flex; gap: 7px; flex-wrap: wrap; }
.pill { font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255, 255, 255, 0.65); background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); padding: 4px 9px; }

/* ─── STATS BAR ──────────────────────────────── */
.stats { max-width: 1200px; margin: 0 auto; padding: 0 48px 90px; }
.stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 26px 22px; }
.stat .v { font-size: 30px; font-weight: 200; letter-spacing: -0.03em; }
.stat .l { margin-top: 8px; color: var(--f-muted); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }

/* ─── SECCIÓN EDITORIAL: INGENIEROS TRABAJANDO ─ */
.s-team-inner { max-width: 1200px; margin: 0 auto; padding: 90px 48px; display: grid; grid-template-columns: 1fr 1.6fr; gap: 72px; align-items: start; }
.s-team-text .eyebrow { margin-bottom: 18px; }
.s-team-text h2 { font-size: clamp(26px, 3vw, 40px); font-weight: 200; letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 24px; }
.s-team-text p { font-size: 14px; color: var(--f-muted); font-weight: 300; line-height: 1.85; margin-bottom: 18px; }
.s-team-text p strong { color: #d4d4d4; font-weight: 400; }
.certs { display: flex; flex-direction: column; gap: 10px; margin-top: 28px; }
.cert { display: flex; align-items: center; gap: 12px; font-size: 12px; color: rgba(255, 255, 255, 0.7); padding: 12px 0; }
.cert i { color: var(--f-red); font-size: 13px; width: 16px; text-align: center; }

/* Bento grid de fotos */
.bento { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 300px 220px; gap: 10px; }
.b { overflow: hidden; background: #111; position: relative; }
.b img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.7s var(--f-ease), filter 0.5s; filter: grayscale(15%); }
.b:hover img { transform: scale(1.04); filter: grayscale(0%); }
.b-label { position: absolute; bottom: 0; left: 0; right: 0; padding: 14px 16px; background: linear-gradient(to top, rgba(0, 0, 0, 0.78), transparent); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255, 255, 255, 0.6); }
.b1 { grid-column: 1; grid-row: 1 / 3; }
.b2 { grid-column: 2; grid-row: 1; }
.b3 { grid-column: 2; grid-row: 2; }
.bph { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: rgba(255, 255, 255, 0.18); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; height: 100%; }
.bph i { font-size: 26px; color: rgba(255, 255, 255, 0.1); }

/* ─── PROCESO ────────────────────────────────── */
.s-process { max-width: 1200px; margin: 0 auto; padding: 90px 48px; }
.process-head { margin-bottom: 36px; padding-bottom: 24px; }
.process-head .eyebrow { margin-bottom: 10px; }
.process-head h2 { font-size: clamp(22px, 2.5vw, 34px); font-weight: 200; letter-spacing: -0.025em; margin-top: 10px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.step { padding: 30px 22px; position: relative; }
.step h4 { font-size: 15px; font-weight: 500; margin-bottom: 8px; letter-spacing: -0.01em; color: #fff; }
.step p { font-size: 12px; color: var(--f-muted); font-weight: 300; line-height: 1.7; }

/* ─── RESPONSIVE ─────────────────────────────── */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; grid-template-rows: 55vw 1fr; height: auto; }
  .hero-left { height: 55vw; }
  .hero-right { padding: 48px 28px 52px; }
  .equip-grid { grid-template-columns: 1fr 1fr; }
  .stats-inner { grid-template-columns: 1fr 1fr; }
  .s-team-inner { grid-template-columns: 1fr; gap: 40px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .s-equip, .stats, .s-team-inner, .s-process { padding-left: 32px; padding-right: 32px; }
}
@media (max-width: 720px) {
  .equip-grid { grid-template-columns: 1fr; }
  .eq-card { height: 360px; }
  .bento { grid-template-columns: 1fr; grid-template-rows: auto; }
  .b1, .b2, .b3 { grid-column: 1; grid-row: auto; height: 240px; }
  .process-grid { grid-template-columns: 1fr; }
  .s-head { flex-direction: column; align-items: flex-start; }
  .s-equip, .stats, .s-team-inner, .s-process { padding-left: 18px; padding-right: 18px; }
}