/* ============================================================
   BATTER — VOILES PAR PASSES
   Scope : .batter-voiles
   Typo  : Barlow Condensed (titres) + Inter (corps)
   Palette : Anthracite #141414 · Blanc · Orange accent #0A73A8
   Radius : 0px — style industriel pur
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800&family=Inter:wght@300;400;500;600&display=swap');

/* ── Eliminar espacio Astra — página Batter (ID 3266) ───────── */
.page-id-3266 .entry-header,
.page-id-3266 .ast-page-header-wrap,
.page-id-3266 .page-header,
.page-id-3266 .ast-page-title {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}

.page-id-3266 .entry-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.page-id-3266 .site-content,
.page-id-3266 .ast-container,
.page-id-3266 #content,
.page-id-3266 #primary,
.page-id-3266 .content-area {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* ── Tokens ─────────────────────────────────────────────────── */
.batter-voiles {
  --bat-bg:        #141414;
  --bat-surface:   #1C1C1C;
  --bat-surface2:  #242424;
  --bat-border:    #2E2E2E;
  --bat-white:     #FFFFFF;
  --bat-muted:     #888888;
  --bat-muted2:    #555555;
  --bat-accent:    #0A73A8;
  --bat-accent-dk: #084E73;

  --bat-font-title: 'Barlow Condensed', sans-serif;
  --bat-font-body:  'Inter', sans-serif;

  background: var(--bat-bg);
  color: var(--bat-white);
  font-family: var(--bat-font-body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.batter-voiles * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.batter-voiles a { color: inherit; text-decoration: none; }
.batter-voiles img { display: block; max-width: 100%; }

/* ── Container ──────────────────────────────────────────────── */
.bv-wrap {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ── Section spacing ────────────────────────────────────────── */
.bv-section {
  padding: 72px 0;
  border-top: 1px solid var(--bat-border);
}

/* ── Eyebrow ────────────────────────────────────────────────── */
.bv-eyebrow {
  display: inline-block;
  font-family: var(--bat-font-title);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .20em;
  text-transform: uppercase;
  color: var(--bat-accent);
  margin-bottom: 12px;
}

/* ── Headings ───────────────────────────────────────────────── */
.bv-h1 {
  font-family: var(--bat-font-title);
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .01em;
  line-height: 1;
  color: var(--bat-white);
}

.bv-h2 {
  font-family: var(--bat-font-title);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .02em;
  line-height: 1.05;
  color: var(--bat-white);
}

.bv-h3 {
  font-family: var(--bat-font-title);
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  line-height: 1.1;
  color: var(--bat-white);
}

.bv-lead {
  font-size: 15px;
  font-weight: 400;
  color: var(--bat-muted);
  line-height: 1.75;
  max-width: 600px;
}

/* ── Accent line ────────────────────────────────────────────── */
.bv-line {
  display: block;
  width: 40px;
  height: 3px;
  background: var(--bat-accent);
  margin: 16px 0 24px 0;
}

/* ── Buttons ────────────────────────────────────────────────── */
.bv-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-family: var(--bat-font-title);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: all .2s ease;
}

.bv-btn--primary {
  background: var(--bat-accent);
  color: var(--bat-white);
}
.bv-btn--primary:hover {
  background: var(--bat-accent-dk);
  transform: translateY(-2px);
}

.bv-btn--ghost {
  background: transparent;
  color: var(--bat-white);
  border: 1px solid var(--bat-border);
}
.bv-btn--ghost:hover {
  border-color: var(--bat-accent);
  color: var(--bat-accent);
}

/* ============================================================
   1. BANNER
   ============================================================ */
.bv-banner {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.bv-banner__bg {
  position: absolute;
  inset: 0;
  background-image: url('http://groupeimmotep.com/wp-content/uploads/2026/04/AdobeStock_353456991-scaled-1920x600-1.jpeg');
  background-size: cover;
  background-position: center;
  filter: brightness(.45);
}

.bv-banner__content {
  position: relative;
  z-index: 2;
  padding: 56px 0;
}

.bv-banner__logo {
  height: 62px;
  width: auto;
  margin-bottom: 36px;
  filter: brightness(0) invert(1);
  display: block;
  margin-left: auto;
}

.bv-banner__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--bat-font-title);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--bat-accent);
  border: 1px solid var(--bat-accent);
  padding: 5px 12px;
  margin-bottom: 20px;
}

.bv-banner__metrics {
  display: flex;
  gap: 0;
  margin-top: 40px;
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 32px;
  flex-wrap: wrap;
}

.bv-metric {
  padding: 0 40px 0 0;
  margin-right: 40px;
  border-right: 1px solid var(--bat-border);
}
.bv-metric:last-child {
  border-right: none;
}

.bv-metric__val {
  font-family: var(--bat-font-title);
  font-size: 36px;
  font-weight: 800;
  color: var(--bat-accent);
  line-height: 1;
}

.bv-metric__lbl {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--bat-muted);
  margin-top: 6px;
}

/* ============================================================
   2. CONCEPT
   ============================================================ */
.bv-concept__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.bv-concept__img {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.bv-concept__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.85);
  transition: transform .5s ease;
}
.bv-concept__img:hover img { transform: scale(1.03); }

.bv-concept__img-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 18px;
  background: rgba(20,20,20,.85);
  font-family: var(--bat-font-title);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: var(--bat-accent);
  border-top: 2px solid var(--bat-accent);
}

.bv-concept__list {
  list-style: none;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bv-concept__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: var(--bat-muted);
  line-height: 1.6;
}

.bv-concept__list li::before {
  content: '—';
  color: var(--bat-accent);
  font-weight: 700;
  flex-shrink: 0;
}

/* ============================================================
   3. PHASES
   ============================================================ */
.bv-phases__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--bat-border);
  margin-top: 48px;
}

.bv-phase {
  background: var(--bat-surface);
  padding: 36px 28px;
  transition: background .2s;
}

.bv-phase:hover {
  background: var(--bat-surface2);
}

.bv-phase__num {
  font-family: var(--bat-font-title);
  font-size: 64px;
  font-weight: 800;
  color: var(--bat-border);
  line-height: 1;
  margin-bottom: 16px;
  transition: color .2s;
}

.bv-phase:hover .bv-phase__num {
  color: var(--bat-accent);
}

.bv-phase h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.bv-phase p {
  font-size: 13px;
  color: var(--bat-muted);
  line-height: 1.70;
}

.bv-phase__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 20px;
}

.bv-tag {
  font-family: var(--bat-font-title);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--bat-accent);
  border: 1px solid var(--bat-accent);
  padding: 3px 8px;
}

/* ============================================================
   4. SPECS
   ============================================================ */
.bv-specs__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--bat-border);
  margin-top: 48px;
}

.bv-spec {
  background: var(--bat-surface);
  padding: 32px 28px;
  border-left: 3px solid transparent;
  transition: border-color .2s;
}

.bv-spec:hover {
  border-left-color: var(--bat-accent);
}

.bv-spec__val {
  font-family: var(--bat-font-title);
  font-size: 44px;
  font-weight: 800;
  color: var(--bat-white);
  line-height: 1;
  margin-bottom: 8px;
}

.bv-spec__lbl {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--bat-muted);
}

/* ============================================================
   5. SAFETY STRIP
   ============================================================ */
.bv-safety {
  background: var(--bat-accent);
  padding: 0;
  border-top: none;
}

.bv-safety__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
  padding: 36px 0;
}

.bv-safety__icon {
  font-family: var(--bat-font-title);
  font-size: 48px;
  font-weight: 800;
  color: var(--bat-bg);
  line-height: 1;
}

.bv-safety h3 {
  font-size: 22px;
  color: var(--bat-bg);
  margin-bottom: 6px;
}

.bv-safety p {
  font-size: 14px;
  color: rgba(20,20,20,.75);
  line-height: 1.6;
}

.bv-safety__kpi {
  text-align: right;
}

.bv-safety__kpi-val {
  font-family: var(--bat-font-title);
  font-size: 42px;
  font-weight: 800;
  color: var(--bat-bg);
  line-height: 1;
}

.bv-safety__kpi-lbl {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(20,20,20,.65);
  margin-top: 4px;
}

/* ============================================================
   6. PROCESSUS (steps)
   ============================================================ */
.bv-process__steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--bat-border);
  margin-top: 48px;
}

.bv-step {
  background: var(--bat-surface);
  padding: 28px 22px;
  position: relative;
}

.bv-step__num {
  font-family: var(--bat-font-title);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--bat-accent);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bv-step__num::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: var(--bat-accent);
}

.bv-step h4 {
  font-family: var(--bat-font-title);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--bat-white);
  margin-bottom: 10px;
}

.bv-step p {
  font-size: 13px;
  color: var(--bat-muted);
  line-height: 1.65;
}

/* ============================================================
   7. GALLERY
   ============================================================ */
.bv-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--bat-border);
  margin-top: 48px;
}

.bv-gallery__item {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.bv-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.75) grayscale(.25);
  transition: all .4s ease;
}

.bv-gallery__item:hover img {
  filter: brightness(.90) grayscale(0);
  transform: scale(1.04);
}

.bv-gallery__item-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 16px;
  background: linear-gradient(to top, rgba(20,20,20,.90), transparent);
  font-family: var(--bat-font-title);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: var(--bat-white);
  transform: translateY(4px);
  opacity: 0;
  transition: all .3s ease;
}

.bv-gallery__item:hover .bv-gallery__item-label {
  transform: translateY(0);
  opacity: 1;
}

/* ============================================================
   8. AUDIENCE (B2C / B2B)
   ============================================================ */
.bv-audience__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--bat-border);
  margin-top: 48px;
}

.bv-audience__panel {
  background: var(--bat-surface);
  padding: 48px 40px;
  border-top: 3px solid var(--bat-border);
  transition: border-color .2s;
}

.bv-audience__panel:hover {
  border-top-color: var(--bat-accent);
}

.bv-audience__label {
  font-family: var(--bat-font-title);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--bat-accent);
  margin-bottom: 16px;
  display: block;
}

.bv-audience__panel h3 {
  font-size: 26px;
  margin-bottom: 14px;
}

.bv-audience__panel > p {
  font-size: 14px;
  color: var(--bat-muted);
  line-height: 1.75;
  margin-bottom: 28px;
}

.bv-audience__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 36px;
}

.bv-audience__list li {
  display: flex;
  gap: 10px;
  font-size: 13px;
  color: var(--bat-muted);
  align-items: flex-start;
}

.bv-audience__list li::before {
  content: '→';
  color: var(--bat-accent);
  flex-shrink: 0;
  font-weight: 700;
}

/* ============================================================
   9. CTA FINAL
   ============================================================ */
.bv-cta {
  background: var(--bat-surface);
  border-top: 1px solid var(--bat-border);
}

.bv-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 64px 0;
  flex-wrap: wrap;
}

.bv-cta h2 {
  font-size: clamp(28px, 4vw, 48px);
}

.bv-cta p {
  font-size: 14px;
  color: var(--bat-muted);
  margin-top: 10px;
  max-width: 480px;
}

.bv-cta__actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
  flex-wrap: wrap;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .bv-phases__grid   { grid-template-columns: repeat(2, 1fr); }
  .bv-specs__grid    { grid-template-columns: repeat(2, 1fr); }
  .bv-process__steps { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .bv-section { padding: 52px 0; }
  .bv-concept__grid   { grid-template-columns: 1fr; gap: 36px; }
  .bv-audience__grid  { grid-template-columns: 1fr; }
  .bv-safety__inner   { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .bv-safety__kpi     { text-align: center; }
  .bv-gallery__grid   { grid-template-columns: repeat(2, 1fr); }
  .bv-process__steps  { grid-template-columns: repeat(2, 1fr); }
  .bv-cta__inner      { flex-direction: column; align-items: flex-start; }
  .bv-banner__metrics { gap: 20px; }
  .bv-metric { padding: 0 20px 0 0; margin-right: 20px; }
}

@media (max-width: 480px) {
  .bv-phases__grid   { grid-template-columns: 1fr; }
  .bv-specs__grid    { grid-template-columns: repeat(2, 1fr); }
  .bv-process__steps { grid-template-columns: 1fr; }
  .bv-gallery__grid  { grid-template-columns: 1fr; }
  .bv-h1 { font-size: 48px; }
}
