/*
 * ONIX Consulting Group — Pro Design System
 * Style: McKinsey / BCG / Accenture tier
 * Overrides style.css toward a clean, editorial, data-forward consulting look.
 *
 * Sections:
 *  1–30  Core overrides (typography, colors, hero, cards, etc.)
 *  31    Hero Split (McKinsey style)
 *  32    Hero Spotlight row (BCG style)
 *  33    Presence Editorial (BCG Locations style)
 *  34    Client Impact Library cards
 */

/* ============================================================
   1. TIPOGRAFÍA — Graphik unificado, sin Barlow Condensed
   ============================================================ */
:root {
  --font-sans: "Graphik", "Helvetica Neue", Arial, sans-serif;
  --font-display: "Graphik", "Helvetica Neue", Arial, sans-serif;
}

body {
  font-family: var(--font-sans);
  line-height: 1.68;
  letter-spacing: -0.008em;
}

h1, h2, h3 {
  font-family: var(--font-display);
  letter-spacing: -0.028em;
}

h1 { font-weight: 500; line-height: 1.04; font-size: clamp(2.1rem, 3.8vw, 3.6rem); }
h2 { font-weight: 500; line-height: 1.1;  font-size: clamp(1.6rem, 2.4vw, 2.35rem); }
h3 { font-weight: 500; line-height: 1.18; font-size: clamp(1.1rem, 1.5vw, 1.35rem); }

/* Override display font para todos los titulares de secciones */
.bcg-title,
.feature-card h2,
.assist-copy h2,
.editorial-copy h2,
.career-copy h2,
.subscribe-copy h2,
.library-card h2,
.editorial-hero h1,
.image-hero h1,
.narrow-copy h2,
.editorial-note h2,
.editorial-card h2,
.editorial-cta h2,
.editorial-band h2,
.editorial-list-item h2,
.metric-line-grid strong,
.stat-ribbon strong {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.028em;
}

.eyebrow {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--gold);
}
.eyebrow.gold { color: var(--gold); }

/* ============================================================
   2. FONDO Y COLORES — Base blanca limpia
   ============================================================ */
body,
.home-bcg,
.inner-bcg {
  background: #fff;
}

/* ============================================================
   3. HEADER — Más editorial, borde definido
   ============================================================ */
.site-header,
.home-bcg .site-header,
.inner-bcg .site-header {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(13, 35, 64, 0.13);
}

.header-inner { min-height: 76px; }
.home-bcg .header-inner { min-height: 76px; }

.header-inner .brand img {
  width: clamp(158px, 15.75vw, 213px);
}

.site-nav { gap: 28px; }
.site-nav a {
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--navy);
}

.nav-cta {
  border-radius: 0 !important;
  background: transparent !important;
  border: 1px solid rgba(13, 35, 64, 0.35) !important;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 9px 16px;
}
.nav-cta:hover {
  background: var(--navy) !important;
  color: #fff !important;
  border-color: var(--navy) !important;
}

/* ============================================================
   4. BOTONES — Rectangulares, estilo consultora
   ============================================================ */
.button {
  border-radius: 0;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  min-height: 46px;
  padding: 11px 22px;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
.button:hover { transform: none; }
.primary { background: var(--navy); color: #fff; border-color: var(--navy); }
.primary:hover { background: #1a3a5c; }
.secondary { background: transparent; color: var(--navy); border-color: rgba(13,35,64,0.3); }
.secondary:hover { background: var(--navy); color: #fff; border-color: var(--navy); }

.pill-link {
  border-radius: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 9px 14px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
  margin-top: 14px;
}
.pill-link:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.6); }

.editorial-card .pill-link,
.editorial-note .pill-link,
.neutral-card .pill-link {
  color: var(--navy);
  border-color: rgba(13, 35, 64, 0.25);
  background: transparent;
}
.editorial-card .pill-link:hover,
.editorial-note .pill-link:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

/* ============================================================
   5. HERO HOME — Left-aligned, fondo oscuro editorial
   ============================================================ */
.hero-with-image {
  padding: 120px 0 104px;
  background: var(--navy);
}
.hero-with-image:before {
  background:
    linear-gradient(108deg, rgba(6, 14, 34, 0.97) 38%, rgba(8, 22, 50, 0.88) 62%, rgba(13, 35, 64, 0.65) 100%),
    url("https://images.unsplash.com/photo-1473341304170-971dccb5ac1e?auto=format&w=1600&q=80");
  background-size: cover;
  background-position: center 35%;
}

.bcg-hero-inner { text-align: left !important; }
.bcg-hero-inner .eyebrow.center { text-align: left !important; color: var(--gold) !important; }

.bcg-title {
  font-family: var(--font-display) !important;
  font-size: clamp(2.4rem, 4.2vw, 4.0rem) !important;
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.03em;
  max-width: 22ch;
  margin: 0 !important;
  color: #fff !important;
}

/* Topic tabs: editorial, rectangular */
.topic-tabs {
  border-radius: 0;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.25);
  margin-top: 38px;
  display: inline-flex;
  gap: 0;
  padding: 0;
}
.topic-tabs a {
  font-size: 0.80rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 18px;
  border-radius: 0;
  color: rgba(255,255,255,0.8);
  border-right: 1px solid rgba(255,255,255,0.2);
  transition: background 0.15s, color 0.15s;
}
.topic-tabs a:last-child { border-right: 0; }
.topic-tabs a:hover { background: rgba(255,255,255,0.1); color: #fff; }
.home-bcg .topic-tabs a:hover { background: rgba(255,255,255,0.1); color: #fff; }

/* ============================================================
   6. SPOTLIGHT ROW — Mini-cards más limpias
   ============================================================ */
.spotlight-row { gap: 16px; margin-top: 44px; }

.mini-card {
  border-radius: 0;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(6px);
  cursor: pointer;
  text-decoration: none;
  display: block;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  overflow: hidden;
}
.mini-card:hover {
  transform: translateY(-5px) scale(1.025);
  box-shadow: 0 16px 48px rgba(0,0,0,0.45);
  border-color: rgba(200,168,75,0.4);
}

.mini-media { height: 148px; background-size: cover !important; background-position: center !important; }
.soft-a .mini-media {
  background:
    linear-gradient(rgba(13,35,64,0.42), rgba(13,35,64,0.55)),
    url("https://images.unsplash.com/photo-1509391366360-2e959784a276?auto=format&w=400&q=75");
}
.soft-b .mini-media {
  background:
    linear-gradient(rgba(6,14,34,0.48), rgba(6,14,34,0.58)),
    url("https://images.unsplash.com/photo-1581092162384-8987c1d64718?auto=format&w=400&q=75");
}
.soft-c .mini-media {
  background:
    linear-gradient(rgba(13,35,64,0.46), rgba(13,35,64,0.56)),
    url("https://images.unsplash.com/photo-1513828583688-c52646db42da?auto=format&w=400&q=75");
}
.soft-d .mini-media {
  background:
    linear-gradient(rgba(13,35,64,0.42), rgba(13,35,64,0.52)),
    url("https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&w=400&q=75");
}

.mini-copy { padding: 14px 16px 18px; background: rgba(255,255,255,0.03); }
.mini-copy span { color: var(--gold); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; display: block; margin-bottom: 6px; }
.mini-copy strong { color: rgba(245,244,240,0.92); font-size: 0.88rem; line-height: 1.38; display: block; }
.mini-cta {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 10px;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.mini-card:hover .mini-cta {
  opacity: 1;
  transform: translateY(0);
}

.feature-card {
  border-radius: 0;
  background:
    linear-gradient(160deg, rgba(6,14,34,0.88) 0%, rgba(13,35,64,0.72) 55%, rgba(8,22,50,0.60) 100%),
    url("https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&w=700&q=80");
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(200,168,75,0.28);
}
.feature-card h2 { color: #fff; font-size: clamp(1.6rem, 2.6vw, 2.2rem); }
.feature-card span { color: var(--gold); }
.feature-glow { display: none; } /* Eliminar glow decorativo */

.feature-card .pill-link {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
  font-weight: 700;
}
.feature-card .pill-link:hover { background: var(--goldLight); border-color: var(--goldLight); }

/* ============================================================
   7. MÉTRICAS HOME — Strip de datos prominente
   ============================================================ */
.home-metrics {
  padding: 56px 0;
  border-top: none;
  border-bottom: none;
  background:
    linear-gradient(90deg, rgba(6,12,24,0.96) 0%, rgba(10,22,42,0.94) 100%),
    url("https://images.unsplash.com/photo-1565608438257-fac3c27beb36?auto=format&w=1400&q=75");
  background-size: cover;
  background-position: center;
}
.home-metrics .metric-line-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.home-metrics .metric-line-grid article {
  padding: 0 32px 0 0;
  border-right: 1px solid rgba(255,255,255,0.1);
  margin-right: 32px;
}
.home-metrics .metric-line-grid article:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.home-metrics .metric-line-grid strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3.4vw, 3.2rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #f5f4f0;
}
.home-metrics .metric-line-grid span {
  display: block;
  margin-top: 8px;
  font-size: 0.82rem;
  color: rgba(245,244,240,0.55);
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.home-metrics .metric-line-grid article::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: var(--gold, #c8a84b);
  margin-bottom: 18px;
}

/* ============================================================
   8. ASSIST PANEL — Sin waves, más editorial
   ============================================================ */
.assist-panel {
  border-top: 1px solid rgba(13,35,64,0.08);
  border-bottom: 1px solid rgba(13,35,64,0.08);
}
.home-bcg .assist-copy {
  background: #f5f3ee;
  padding: 72px 56px;
}
.home-bcg .assist-visual {
  background: var(--navy);
  position: relative;
  overflow: hidden;
}
.home-bcg .assist-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(6,14,34,0.72) 0%, rgba(13,35,64,0.45) 100%),
    url("https://images.unsplash.com/photo-1566273107286-8e395fd5fd66?auto=format&w=900&q=80");
  background-size: cover;
  background-position: center;
}

/* Eliminar waves decorativas */
.wave { display: none !important; }

.assist-copy h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  line-height: 1.12;
  max-width: 10ch;
}
.assist-copy p { font-size: 0.95rem; color: var(--muted); max-width: 42ch; }

.assist-filters { gap: 12px; margin-top: 28px; }
.assist-filters a {
  min-width: auto;
  padding: 11px 20px;
  border-radius: 0;
  background: transparent;
  border: 1px solid rgba(13,35,64,0.2);
  font-size: 0.80rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.assist-filters a:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

/* Assist visual inner content */
.assist-visual-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 56px 52px;
  gap: 36px;
}
.assist-stat-row {
  display: flex;
  gap: 40px;
}
.assist-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.8vw, 2.6rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #f5f4f0;
  line-height: 1;
}
.assist-stat span {
  display: block;
  margin-top: 6px;
  font-size: 0.76rem;
  color: rgba(245,244,240,0.52);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.assist-stat::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: var(--gold, #c8a84b);
  margin-bottom: 14px;
}
.assist-quote {
  border-left: 2px solid rgba(200,168,75,0.4);
  padding-left: 20px;
}
.assist-quote p {
  font-size: 0.95rem;
  color: rgba(245,244,240,0.68);
  font-style: italic;
  line-height: 1.7;
  max-width: 36ch;
  margin: 0;
}
.assist-cta-link {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold, #c8a84b);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s;
}
.assist-cta-link:hover { gap: 10px; color: #d4b866; }

/* ============================================================
   9. EDITORIAL BLOCK — Sección de ubicaciones
   ============================================================ */
.editorial-block.section {
  background: #f9f7f3;
  border-top: 1px solid rgba(13,35,64,0.08);
}
.editorial-image {
  border-radius: 0;
  background: linear-gradient(135deg, #0d2340 0%, #1a3a5c 60%, #102b4c 100%);
}
.glass-panel {
  border-radius: 0;
  background: linear-gradient(180deg, rgba(200,168,75,0.15), transparent);
  border-color: rgba(200,168,75,0.2);
}
.editorial-copy h2 { font-size: clamp(1.6rem, 2.4vw, 2.2rem); max-width: 28ch; }

/* ============================================================
   10. CAREER BAND — Limpio, sin gradientes vistosos
   ============================================================ */
.career-band { background: #f0ece5; }
.career-art {
  border-radius: 0;
  background: var(--navy);
  background: linear-gradient(135deg, #0d2340, #1a3a5c);
}
.frame-card { border-radius: 0; box-shadow: none; }
.frame-inner { background: linear-gradient(135deg, #c8a84b, #e8c96a, #d4b04a); }
.career-copy h2 { font-size: clamp(1.6rem, 2.4vw, 2.2rem); }

/* ============================================================
   11. LIBRARY CARDS — Rectangulares, más editorial
   ============================================================ */
.library-grid { gap: 20px; }
.library-card {
  border-radius: 0;
  min-height: 280px;
}
.library-card span { font-size: 0.70rem; letter-spacing: 0.14em; }
.library-card h2 { font-size: clamp(1.4rem, 2.2vw, 1.9rem); }

.earth-card {
  background:
    linear-gradient(160deg, rgba(6,12,22,0.82) 0%, rgba(13,35,64,0.65) 60%, rgba(10,22,40,0.72) 100%),
    url("https://images.unsplash.com/photo-1451187580459-43490279c0fa?auto=format&w=900&q=80");
  background-size: cover;
  background-position: center;
}
.neutral-card {
  background:
    linear-gradient(rgba(245,244,240,0.88), rgba(237,232,224,0.88)),
    url("https://images.unsplash.com/photo-1535352370622-a52e9c79c249?auto=format&w=500&q=70");
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(13,35,64,0.08);
}
.dark-card {
  background:
    linear-gradient(160deg, rgba(6,12,20,0.88) 0%, rgba(10,22,40,0.82) 100%),
    url("https://images.unsplash.com/photo-1508615039623-a25605d2b022?auto=format&w=500&q=70");
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(200,168,75,0.15);
}
.neutral-card h2 { color: var(--navy); }
.neutral-card span { color: var(--gold); }
.neutral-card .pill-link { color: var(--navy); border-color: rgba(13,35,64,0.3); }

/* ============================================================
   12. SUBSCRIBE BAND — Más limpia
   ============================================================ */
.home-bcg .subscribe-band { background: var(--navy); }
.subscribe-copy h2 { color: #fff; font-size: clamp(1.5rem, 2.2vw, 2.0rem); max-width: 12ch; }
.subscribe-form {
  border-radius: 0;
  background: rgba(245,244,240,0.92);
  border-top: 3px solid var(--gold);
  font-size: 0.9rem;
  font-weight: 500;
}

/* ============================================================
   13. INNER PAGE HEROES — Fondo oscuro con imagen + overlay azul suave
   ============================================================ */
.inner-bcg .editorial-hero {
  position: relative;
  overflow: hidden;
  padding: 100px 0 84px !important;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--navy);
  background-size: cover;
  background-position: center center;
  border-bottom: none;
}
/* ── Deep blue photo treatment (matches library cards) ── */
.inner-bcg .editorial-hero,
.image-hero {
  background-blend-mode: multiply !important;
  background-color: rgba(5, 12, 32, 0.78) !important;
}

.inner-bcg .editorial-hero::before,
.inner-bcg .image-hero::before,
.image-hero::before {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    to bottom,
    rgba(4, 9, 22, 0.30) 0%,
    rgba(6, 14, 36, 0.55) 100%
  ) !important;
  z-index: 1 !important;
}
/* Video iframe pinned behind content */
.hero-video-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.hero-video-wrap iframe {
  position: absolute;
  top: 50%; left: 50%;
  width: 180%; height: 180%;
  transform: translate(-50%, -50%);
  border: none;
}
.inner-bcg .editorial-hero .container {
  position: relative;
  z-index: 2;
}
.inner-bcg .editorial-hero h1 {
  font-size: clamp(1.6rem, 2.6vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  max-width: 24ch;
  color: #f5f4f0;
}
.inner-bcg .editorial-hero .eyebrow {
  color: var(--gold) !important;
  opacity: 1 !important;
  letter-spacing: 0.14em;
}
.hero-summary {
  font-size: 0.88rem;
  color: rgba(245,244,240,0.76);
  max-width: 54ch;
  line-height: 1.68;
  margin-top: 10px;
}
.service-hero { background-color: var(--navy) !important; }

/* Overlay unificado — ya definido arriba en la regla combinada */
/* Video wrap works inside image-hero too */
.image-hero .hero-video-wrap { z-index: 0; }
.image-hero .image-hero-inner,
.image-hero > .container { position: relative; z-index: 2; }
.image-hero {
  position: relative;
  overflow: hidden;
  padding: 100px 0 84px !important;
  min-height: 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--navy);
  background-size: cover;
  background-position: center center;
}
/* Per-page hero background images — CSS fallback (hero.js also sets these at runtime) */
[data-hero-key="about-hero"]       { background-image: url("https://images.unsplash.com/photo-1466611653911-95081537e5b7?auto=format&w=1600&q=80"); }
[data-hero-key="services-hero"]    { background-image: url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&w=1600&q=80"); }
[data-hero-key="methodology-hero"] { background-image: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&w=1600&q=80"); }
[data-hero-key="contact-hero"]     { background-image: url("https://images.unsplash.com/photo-1486325212027-8081e485255e?auto=format&w=1600&q=80"); }
[data-hero-key="projects-hero"]    { background-image: url("https://images.unsplash.com/photo-1508615039623-a25605d2b022?auto=format&w=1600&q=80"); }
[data-hero-key="insights-hero"]    { background-image: url("https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&w=1600&q=80"); }
.image-hero h1 {
  font-size: clamp(1.6rem, 2.6vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -0.03em;
  max-width: 24ch;
}
/* Standardized hero summary — short, understated reference line */
.inner-bcg .editorial-hero .hero-summary,
.image-hero .hero-summary {
  font-size: 0.84rem !important;
  color: rgba(245,244,240,0.52) !important;
  line-height: 1.6;
  max-width: 52ch;
  margin-top: 10px !important;
  letter-spacing: 0.01em;
}
/* Editable text highlight in editor mode */
[data-editable-text].onix-text-editable {
  outline: 2px dashed rgba(200,168,75,0.7);
  outline-offset: 3px;
  cursor: pointer;
  transition: outline-color .15s;
}
[data-editable-text].onix-text-editable:hover { outline-color: #c8a84b; }

/* ============================================================
   14. METRIC LINE (about page) — Fondo oscuro, datos legibles
   ============================================================ */
.metric-line { background: var(--navy); padding: 52px 0 40px; }
.metric-line-grid strong {
  color: #fff;
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}
.metric-line-grid span {
  color: rgba(245,244,240,0.65);
  font-size: 0.84rem;
  margin-top: 8px;
}

/* ============================================================
   15. STAT RIBBON (projects) — Datos sin tarjeta, con línea gold
   ============================================================ */
.stat-ribbon { padding: 56px 0; gap: 0; }
.stat-ribbon article {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border: none;
  border-top: 2px solid var(--gold);
  padding: 24px 32px 24px 0;
  margin-right: 32px;
}
.stat-ribbon article:last-child { margin-right: 0; padding-right: 0; }
.stat-ribbon strong {
  font-size: clamp(1.9rem, 3.2vw, 2.7rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  color: var(--navy);
}
.stat-ribbon span { color: var(--muted); font-size: 0.84rem; margin-top: 8px; }

/* ============================================================
   16. EDITORIAL CARDS (inner pages) — Sin shadow, border sutil
   ============================================================ */
.editorial-card, .editorial-note {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid rgba(13,35,64,0.12);
  transition: border-color 0.2s ease;
}
.editorial-card:hover { border-color: var(--navy); }
.editorial-card span { font-size: 0.70rem; letter-spacing: 0.14em; color: var(--gold); }
.editorial-card h2 { font-size: clamp(1.3rem, 2.0vw, 1.9rem); max-width: 11ch; }
.editorial-card p { font-size: 0.93rem; line-height: 1.68; }

.editorial-band {
  border-radius: 0 !important;
  background: #f5f2ec !important;
  border: 1px solid rgba(13,35,64,0.08) !important;
}
.editorial-band h2 { font-size: clamp(1.4rem, 2.1vw, 2.0rem); }
.editorial-visual { border-radius: 0; }
.editorial-visual:before, .editorial-visual:after { display: none; }

.editorial-cta {
  border-radius: 0 !important;
  background: var(--navy) !important;
  padding: 56px 52px;
}
.editorial-cta .eyebrow {
  color: var(--gold) !important;
  opacity: 1;
  letter-spacing: .14em;
  font-size: .68rem;
}
.editorial-cta h2 {
  font-size: clamp(1.3rem, 2.0vw, 1.9rem) !important;
  color: #f5f4f0 !important;
  line-height: 1.35;
  max-width: 22ch;
}
.editorial-cta p {
  font-size: .88rem;
  color: rgba(245,244,240,.65) !important;
  line-height: 1.65;
  max-width: 52ch;
  margin: 0;
}
.editorial-cta .cta-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}
.editorial-cta .button.primary {
  background: #c8a84b !important;
  color: #0d2340 !important;
  border-color: #c8a84b !important;
  font-size: .82rem !important;
  padding: 14px 28px !important;
  letter-spacing: .07em !important;
}
.editorial-cta .button.primary:hover { background: #d9bc6a !important; border-color: #d9bc6a !important; }
.editorial-cta .button.ghost-light {
  border: 1px solid rgba(245,244,240,.35) !important;
  color: rgba(245,244,240,.8) !important;
  background: transparent !important;
  font-size: .82rem !important;
  padding: 14px 24px !important;
}
.editorial-cta .button.ghost-light:hover { border-color: rgba(245,244,240,.7) !important; color: #f5f4f0 !important; }

/* Split CTA — text left, image right */
.editorial-cta-split {
  border-radius: 0 !important;
  background: var(--navy) !important;
  display: grid !important;
  grid-template-columns: 1fr 420px;
  gap: 0;
  overflow: hidden;
  min-height: 280px;
  padding: 0 !important;
}
.editorial-cta-split .cta-text-col {
  padding: 56px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.editorial-cta-split .cta-text-col .eyebrow {
  color: var(--gold);
  opacity: 1;
  letter-spacing: .14em;
  font-size: .68rem;
}
.editorial-cta-split h2 {
  font-size: clamp(1.3rem, 2.0vw, 1.9rem) !important;
  max-width: 18ch !important;
  color: #f5f4f0;
  line-height: 1.35;
}
.editorial-cta-split p {
  font-size: .88rem;
  color: rgba(245,244,240,.65);
  line-height: 1.65;
  max-width: 44ch;
  margin: 0;
}
.editorial-cta-split .cta-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.editorial-cta-split .button.primary {
  background: #c8a84b !important;
  color: #0d2340 !important;
  border-color: #c8a84b !important;
  font-size: .82rem !important;
  padding: 14px 28px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  transition: background .2s, transform .15s !important;
}
.editorial-cta-split .button.primary:hover {
  background: #d4b866 !important;
  transform: translateY(-1px);
}
.editorial-cta-split .button.ghost-light {
  background: transparent;
  border: 1px solid rgba(245,244,240,.3);
  color: rgba(245,244,240,.8);
  font-size: .8rem;
  padding: 13px 22px;
  font-weight: 500;
  letter-spacing: .04em;
  text-decoration: none;
  transition: border-color .2s, color .2s;
}
.editorial-cta-split .button.ghost-light:hover {
  border-color: rgba(245,244,240,.65);
  color: #f5f4f0;
}
.editorial-cta-split .cta-img-col {
  position: relative;
  overflow: hidden;
  min-height: 280px;
}
.editorial-cta-split .cta-img-col img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(.72) saturate(.9);
}
.editorial-cta-split .cta-img-col::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(13,35,64,0.55) 0%, transparent 60%);
}
@media (max-width: 860px) {
  .editorial-cta-split {
    grid-template-columns: 1fr !important;
  }
  .editorial-cta-split .cta-img-col {
    min-height: 200px;
  }
  .editorial-cta-split .cta-text-col {
    padding: 40px 24px;
  }
}

.editorial-list-item { border-radius: 0; border: none; box-shadow: none; padding: 24px 0; border-top: 1px solid rgba(13,35,64,0.1); background: transparent; }
.editorial-list-item h2 { font-size: clamp(1.3rem, 1.9vw, 1.8rem); max-width: 14ch; }
.editorial-list-item p { font-size: 0.93rem; }

/* ============================================================
   17. SECCIONES — Separadores editoriales
   ============================================================ */
.section { padding: 100px 0; }
.section-head { margin-bottom: 44px; }
.section-head h2 { font-size: clamp(1.5rem, 2.2vw, 2.1rem); }

/* ============================================================
   18. NARROW COPY
   ============================================================ */
.narrow-copy h2 {
  font-size: clamp(1.7rem, 2.6vw, 2.4rem);
  letter-spacing: -0.03em;
  font-weight: 500;
}
.narrow-copy p { font-size: 0.98rem; color: var(--muted); line-height: 1.76; }

/* ============================================================
   19. VISUAL PANEL (services, projects)
   ============================================================ */
.visual-panel { border-radius: 0; }
.visual-showcase { gap: 44px; }

/* ============================================================
   20. FOOTER — Oscuro, minimalista
   ============================================================ */
.site-footer.bcg-footer {
  background: #050d18;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 48px 0;
}
.bcg-footer .footer-brand p {
  color: rgba(245,244,240,0.55);
  font-size: 0.85rem;
  max-width: 16ch;
  line-height: 1.6;
}
.bcg-footer .footer-links a {
  font-size: 0.84rem;
  font-weight: 500;
  color: rgba(245,244,240,0.75);
  transition: color 0.15s;
}
.bcg-footer .footer-links a:hover { color: var(--gold); }
.bcg-footer .footer-links { gap: 24px; }

/* ============================================================
   21. RESPONSIVE AJUSTES
   ============================================================ */
@media (max-width: 1080px) {
  .home-metrics .metric-line-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .home-metrics .metric-line-grid article { border-right: none; margin-right: 0; padding-right: 0; border-top: 1px solid rgba(13,35,64,0.1); padding-top: 24px; }
  .home-metrics .metric-line-grid article:first-child { border-top: none; padding-top: 0; }
  .stat-ribbon article { padding: 20px 0; margin-right: 0; }
}

@media (max-width: 760px) {
  .bcg-title { font-size: clamp(2.0rem, 9vw, 3.0rem) !important; max-width: 100% !important; }
  .home-metrics .metric-line-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .home-metrics { padding: 36px 0; }
  .assist-copy { padding: 48px 24px !important; }
  .topic-tabs { flex-direction: row; flex-wrap: wrap; }
  .topic-tabs a { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.2); }
  .stat-ribbon { flex-direction: column; }
  .image-hero h1 { font-size: clamp(2.0rem, 9vw, 3.0rem); }
  .inner-bcg .editorial-hero h1 { font-size: clamp(2.0rem, 9vw, 3.0rem); }
  .section { padding: 64px 0; }
}

/* ============================================================
   22. HERO LEAD & ACTIONS — copy largo de hero
   ============================================================ */
.hero-lead {
  margin-top: 28px;
  font-size: 1.1rem;
  color: rgba(245,244,240,0.76);
  max-width: 66ch;
  line-height: 1.82;
}
.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 36px;
  flex-wrap: wrap;
}
.button.secondary-light {
  background: transparent;
  color: rgba(245,244,240,0.9);
  border: 1px solid rgba(255,255,255,0.3);
}
.button.secondary-light:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.65);
  color: #fff;
}
.button.primary-light {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
  font-weight: 700;
}
.button.primary-light:hover { background: var(--goldLight); border-color: var(--goldLight); }

/* ============================================================
   23. CAPABILITY TICKER — scrolling animado bajo el hero
   ============================================================ */
.capability-ticker {
  border-top: 1px solid rgba(255,255,255,0.1);
  overflow: hidden;
  padding: 13px 0;
  background: rgba(0,0,0,0.18);
  user-select: none;
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 50s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.ticker-track:hover { animation-play-state: paused; }
.ticker-item {
  display: inline-flex;
  align-items: center;
  padding: 0 28px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(245,244,240,0.55);
  white-space: nowrap;
}
.ticker-item::after {
  content: "·";
  margin-left: 28px;
  color: var(--gold);
  font-size: 1rem;
}
@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============================================================
   24. NARRATIVE SECTION — sección editorial 2-col McKinsey
   ============================================================ */
.narrative-section { background: #fff; }
.narrative-grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 72px;
  align-items: start;
}
.narrative-label { padding-top: 4px; }
.narrative-label .n-num {
  display: block;
  font-size: 3.6rem;
  font-weight: 400;
  color: rgba(13,35,64,0.08);
  letter-spacing: -0.06em;
  line-height: 1;
  font-family: var(--font-display);
}
.narrative-label .n-tag {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 10px;
}
.narrative-body h2 {
  font-size: clamp(1.9rem, 3.0vw, 2.7rem);
  line-height: 1.1;
  max-width: 26ch;
  margin-bottom: 24px;
}
.narrative-body p {
  font-size: 1rem;
  color: var(--muted);
  max-width: 58ch;
  line-height: 1.78;
}
.narrative-body p + p { margin-top: 14px; }

/* Narrative differentiators — 3 sharp lines replacing paragraphs */
.narrative-diff {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: flex;
  flex-direction: column;
}
.narrative-diff li {
  border-left: 3px solid var(--gold, #c8a84b);
  padding: 12px 0 12px 20px;
  border-top: 1px solid rgba(13,35,64,.07);
  font-size: .91rem;
  color: var(--navy, #0d2340);
  line-height: 1.6;
  font-family: var(--font-body, "Graphik","Helvetica Neue",Arial,sans-serif);
  max-width: 52ch;
}
.narrative-diff li:last-child { border-bottom: 1px solid rgba(13,35,64,.07); }
.narrative-diff li strong {
  display: block;
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: var(--gold, #c8a84b);
  margin-bottom: 5px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 24px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--navy);
  border-bottom: 1.5px solid var(--gold);
  padding-bottom: 2px;
  transition: color 0.15s, border-color 0.15s;
}
.text-link:hover { color: var(--gold); border-color: var(--gold); }

/* ============================================================
   25. SERVICES NUMBERED LIST — estilo McKinsey
   ============================================================ */
.services-list-section { background: #f9f7f3; }
.section-head-split {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--navy);
}
.section-head-split .eyebrow { margin: 0; }
.services-numbered { display: grid; }
.service-row {
  display: grid;
  grid-template-columns: 52px 1fr 32px;
  gap: 28px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid rgba(13,35,64,0.08);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
}
.service-row:hover { background: rgba(200,168,75,0.04); }
.service-row:hover .svc-num { color: var(--gold); }
.service-row:hover .svc-arrow { opacity: 1; transform: translateX(4px); }
.svc-num {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(13,35,64,0.25);
  font-family: var(--font-display);
  transition: color 0.18s;
  align-self: start;
  padding-top: 4px;
}
.svc-body h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: -0.01em;
  margin-bottom: 7px;
}
.svc-body p {
  font-size: 0.89rem;
  color: var(--muted);
  max-width: 62ch;
  line-height: 1.64;
}
.svc-arrow {
  font-size: 1.1rem;
  color: var(--navy);
  opacity: 0.2;
  transition: opacity 0.18s, transform 0.18s;
}

/* ============================================================
   26. FEATURED INSIGHT BAND — dark editorial
   ============================================================ */
.featured-insight-band {
  background:
    linear-gradient(135deg, rgba(6,12,24,0.94) 0%, rgba(10,22,42,0.90) 100%),
    url("https://images.unsplash.com/photo-1601963468494-b1e5f13e23e1?auto=format&w=1400&q=75");
  background-size: cover;
  background-position: center;
  padding: 104px 0;
  border-top: 1px solid rgba(200,168,75,0.15);
}
.featured-insight-band .eyebrow {
  color: var(--gold);
  margin-bottom: 40px;
}
.insight-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}
.insight-split > h2 {
  color: #fff;
  font-size: clamp(1.9rem, 3.0vw, 2.8rem);
  line-height: 1.12;
  max-width: 20ch;
}
.insight-right p {
  color: rgba(245,244,240,0.7);
  font-size: 1rem;
  line-height: 1.78;
  max-width: 44ch;
}
.insight-right .button {
  margin-top: 30px;
  display: inline-flex;
  width: auto !important;
  align-self: flex-start;
}
.insight-label {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid rgba(200,168,75,0.3);
  padding: 5px 10px;
  margin-bottom: 20px;
}

/* ============================================================
   27. PRESENCE SECTION — mapa editorial de mercados
   ============================================================ */
.presence-section { background: #fff; }
.presence-intro { margin-bottom: 52px; }
.presence-intro .eyebrow { margin-bottom: 16px; }
.presence-intro h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  max-width: 18ch;
  margin-bottom: 18px;
}
.presence-intro p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.74;
  max-width: 56ch;
}
.presence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(13,35,64,0.1);
}
.presence-card {
  padding: 36px 32px;
  border-right: 1px solid rgba(13,35,64,0.1);
  transition: background 0.2s;
}
.presence-card:last-child { border-right: none; }
.presence-card:hover { background: #f9f7f3; }
.presence-card .p-country {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
}
.presence-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 12px;
  line-height: 1.2;
}
.presence-card p {
  font-size: 0.87rem;
  color: var(--muted);
  line-height: 1.68;
}

/* ============================================================
   28. INNER PAGE HERO — texto largo, impacto real
   ============================================================ */
.inner-bcg .editorial-hero h1 {
  max-width: 26ch !important;
}
.image-hero h1 {
  max-width: 24ch !important;
}

/* ============================================================
   29. COUNTER ANIMATION — datos que se cuentan
   ============================================================ */
.count-target {
  display: block;
  font-variant-numeric: tabular-nums;
}

/* ============================================================
   30. RESPONSIVE — nuevas secciones
   ============================================================ */
@media (max-width: 1080px) {
  .narrative-grid { grid-template-columns: 1fr; gap: 28px; }
  .narrative-label { display: flex; align-items: center; gap: 16px; }
  .narrative-label .n-num { font-size: 2.4rem; }
  .insight-split { grid-template-columns: 1fr; gap: 40px; }
  .presence-grid { grid-template-columns: 1fr 1fr; }
  .presence-card:nth-child(2) { border-right: none; }
  .presence-card:nth-child(3) {
    grid-column: span 2;
    border-top: 1px solid rgba(13,35,64,0.1);
    border-right: none;
  }
  .service-row { grid-template-columns: 44px 1fr 24px; gap: 20px; }
}
@media (max-width: 760px) {
  .hero-lead { font-size: 0.97rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .capability-ticker { display: none; }
  .narrative-label { display: block; }
  .narrative-label .n-num { display: none; }
  .section-head-split { flex-direction: column; align-items: flex-start; gap: 10px; }
  .service-row { grid-template-columns: 40px 1fr; }
  .svc-arrow { display: none; }
  .featured-insight-band { padding: 64px 0; }
  .presence-grid { grid-template-columns: 1fr; }
  .presence-card { border-right: none; border-top: 1px solid rgba(13,35,64,0.1); }
  .presence-card:first-child { border-top: none; }
  .presence-card:nth-child(3) { grid-column: auto; }
}

/* ============================================================
   31. HERO SPLIT — McKinsey style (text left + insight card right)
   ============================================================ */
.hero-split-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: start;
  text-align: left;
}

.hero-copy .bcg-title { max-width: 20ch; }

.hero-feature { padding-top: 12px; }

.hero-insight-card {
  min-height: 380px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
  transition: border-color 0.22s ease, transform 0.22s ease;
}
.hero-insight-card:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
}
.hero-insight-card h2 {
  font-size: clamp(1.3rem, 1.9vw, 1.75rem);
  max-width: 18ch;
  color: #fff;
}
.hero-feature-desc {
  color: rgba(245,244,240,0.65);
  font-size: 0.9rem;
  line-height: 1.72;
  max-width: 38ch;
  margin-top: 14px;
}

/* ============================================================
   32. HERO SPOTLIGHT — BCG style (topic tabs + mini cards)
   ============================================================ */
.hero-spotlight {
  margin-top: 52px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.hero-spotlight .topic-tabs {
  margin: 0 0 28px;
  border-color: rgba(255,255,255,0.2);
}

.hero-spotlight .spotlight-row {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 0;
  gap: 14px;
}

/* ============================================================
   33. PRESENCE EDITORIAL — BCG "Our Locations" style
   ============================================================ */
.presence-editorial { background: #f9f7f3; }

.presence-map-visual {
  min-height: 500px;
  background:
    linear-gradient(135deg, rgba(6,14,34,0.72) 0%, rgba(13,35,64,0.52) 50%, rgba(8,20,50,0.64) 100%),
    url("https://images.unsplash.com/photo-1466611653911-95081537e5b7?auto=format&w=900&q=80");
  background-size: cover;
  background-position: center 40%;
  position: relative;
  overflow: hidden;
}
.presence-map-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 35% 65%, rgba(200,168,75,0.18), transparent 40%),
    radial-gradient(ellipse at 80% 25%, rgba(13,35,64,0.5), transparent 35%);
}
.presence-map-labels {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.map-pin {
  position: absolute;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 7px;
}
.map-pin::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(200,168,75,0.3);
  animation: pulse-pin 2.4s ease-in-out infinite;
  flex-shrink: 0;
}
.pin-chile  { bottom: 28%; left: 24%; }
.pin-peru   { bottom: 42%; left: 19%; }
.pin-brazil { bottom: 36%; left: 52%; }

@keyframes pulse-pin {
  0%, 100% { box-shadow: 0 0 0 3px rgba(200,168,75,0.3); }
  50%       { box-shadow: 0 0 0 7px rgba(200,168,75,0.12); }
}

.presence-editorial-copy { padding-left: 12px; }
.presence-editorial-copy .eyebrow { margin-bottom: 14px; }
.presence-editorial-copy h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.2rem);
  margin-bottom: 18px;
  max-width: 28ch;
}
.presence-editorial-copy > p {
  color: var(--muted);
  font-size: 0.97rem;
  line-height: 1.76;
  max-width: 50ch;
}

.presence-list {
  display: grid;
  gap: 0;
  margin-top: 28px;
}
.presence-item {
  padding: 18px 0;
  border-bottom: 1px solid rgba(13,35,64,0.1);
  transition: padding-left 0.18s;
}
.presence-item:last-child { border-bottom: none; }
.presence-item:hover { padding-left: 8px; }
.p-label {
  display: block;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}
.presence-item p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.64;
  max-width: 46ch;
}
.presence-editorial-copy .button { margin-top: 32px; display: inline-flex; }

/* ============================================================
   34. CLIENT IMPACT LIBRARY — BCG card grid
   ============================================================ */
.client-impact-section { background: #fff; }

.library-stack {
  display: grid;
  gap: 20px;
  align-content: start;
}
.library-stack .library-card {
  min-height: 220px;
}

/* Hover lift on library cards */
.library-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  cursor: pointer;
}
.library-card:hover { transform: translateY(-4px); }
.earth-card:hover   { box-shadow: 0 24px 48px rgba(5,10,20,0.45); }
.neutral-card:hover { box-shadow: 0 14px 36px rgba(13,35,64,0.12); }
.dark-card:hover    { box-shadow: 0 14px 36px rgba(0,0,0,0.4); }

/* ============================================================
   35. ASSIST FILTERS — dropdown-style labels
   ============================================================ */
.filter-arrow {
  display: inline-block;
  font-size: 0.75rem;
  opacity: 0.6;
  margin-left: 2px;
}

/* ============================================================
   36. RESPONSIVE — new sections
   ============================================================ */
@media (max-width: 1080px) {
  .hero-split-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .hero-feature { padding-top: 0; }
  .hero-insight-card { min-height: 260px; }
  .hero-spotlight .spotlight-row { grid-template-columns: repeat(2, 1fr); }
  .presence-map-visual { min-height: 320px; }
  .presence-editorial-copy { padding-left: 0; }
}

@media (max-width: 760px) {
  .hero-split-inner { gap: 24px; }
  .hero-insight-card { min-height: 220px; padding: 24px; }
  .hero-insight-card h2 { font-size: clamp(1.2rem, 7vw, 1.55rem); }
  .hero-spotlight { margin-top: 36px; padding-top: 24px; }
  .hero-spotlight .spotlight-row { grid-template-columns: 1fr 1fr; gap: 10px; }
  .hero-spotlight .topic-tabs { display: none; }
  .library-stack .library-card { min-height: 180px; }
  .presence-map-visual { min-height: 240px; }
}

/* ============================================================
   37. TWO NAV BUTTONS
   ============================================================ */
.nav-cta-intranet {
  background: transparent !important;
  border: none !important;
  color: var(--muted) !important;
  font-size: 0.82rem;
  font-weight: 500;
  padding: 9px 10px !important;
  letter-spacing: 0.02em !important;
}
.nav-cta-intranet:hover {
  color: var(--navy) !important;
  background: transparent !important;
}

/* ============================================================
   38. FOOTER PRO (McKinsey style)
   ============================================================ */
.footer-pro {
  background: #050d18 !important;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 0 !important;
}

.footer-top { padding: 68px 0 48px; }

.footer-top-inner {
  display: grid;
  grid-template-columns: 200px 1fr 260px;
  gap: 56px;
  align-items: start;
}

/* Brand column */
.footer-brand-col img {
  width: 118px;
  filter: brightness(0) invert(1);
  display: block;
  margin-bottom: 16px;
}
.footer-brand-col p {
  font-size: 0.82rem;
  color: rgba(245,244,240,0.45);
  line-height: 1.64;
  max-width: 20ch;
  margin-bottom: 22px;
}
.footer-social {
  display: flex;
  gap: 8px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(245,244,240,0.55);
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.footer-social a:hover {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}

/* Nav columns */
.footer-nav-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.footer-col h4 {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245,244,240,0.35);
  margin-bottom: 16px;
}
.footer-col a {
  display: block;
  margin-bottom: 10px;
  font-size: 0.82rem;
  color: rgba(245,244,240,0.65);
  transition: color 0.15s;
  text-decoration: none;
}
.footer-col a:hover { color: var(--gold); }

/* Subscribe column */
.footer-subscribe-col h4 {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(245,244,240,0.35);
  margin-bottom: 10px;
}
.footer-subscribe-col > p {
  font-size: 0.82rem;
  color: rgba(245,244,240,0.5);
  line-height: 1.62;
  margin-bottom: 18px;
}
.footer-subscribe-form {
  display: flex;
  border: 1px solid rgba(255,255,255,0.14);
}
.footer-subscribe-form input {
  flex: 1;
  min-width: 0;
  padding: 11px 12px;
  background: transparent;
  border: none;
  color: rgba(245,244,240,0.9);
  font-size: 0.82rem;
  outline: none;
  font-family: inherit;
}
.footer-subscribe-form input::placeholder { color: rgba(245,244,240,0.28); }
.footer-subscribe-form button {
  padding: 11px 14px;
  background: var(--gold);
  color: var(--navy);
  border: none;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
  transition: background 0.15s;
}
.footer-subscribe-form button:hover { background: var(--goldLight); }

/* Bottom bar */
.footer-bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer-bottom-inner > span {
  font-size: 0.75rem;
  color: rgba(245,244,240,0.3);
}
.footer-legal {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer-legal a {
  font-size: 0.75rem;
  color: rgba(245,244,240,0.4);
  text-decoration: none;
  transition: color 0.15s;
}
.footer-legal a:hover { color: var(--gold); }

@media (max-width: 1080px) {
  .footer-top-inner {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
  .footer-subscribe-col { grid-column: span 2; }
}
@media (max-width: 760px) {
  .footer-top-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-nav-cols { grid-template-columns: 1fr 1fr; }
  .footer-subscribe-col { grid-column: auto; }
  .footer-bottom-inner { flex-direction: column; align-items: flex-start; gap: 10px; }
  .footer-legal { justify-content: flex-start; gap: 12px; }
}
