.brandLockup { gap: 12px; color: #ff5c35; }
.brandSymbol { width: 38px; height: 38px; padding: 7px; border-radius: 9px; background: #ff5c35; display: flex; flex-direction: column; justify-content: space-between; align-items: center; flex: 0 0 auto; }
.brandSymbol i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #111413; }
.brandName { font-size: 16px; font-weight: 800; line-height: 1; letter-spacing: -.02em; }
.brandName small { display: block; margin-top: 5px; color: currentColor; font-size: 7px; font-weight: 700; letter-spacing: .18em; }
.footerBrand .brandSymbol i { background: #0b0d0c; }

.brandLogoActual {
  display: block;
  width: 285px;
  height: 54px;
  overflow: hidden;
}

.brandLogoActual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.footerBrand.brandLogoActual {
  width: 235px;
  height: 48px;
}

.audienceHighlight {
  display: inline;
  color: #ff5c35;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .035em;
}

.resultHighlight {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .035em;
}

/* Hero contenido dentro del primer viewport */
.hero {
  height: calc(100svh - 84px);
  min-height: 570px;
  max-height: 790px;
}

.heroCopy {
  padding-top: clamp(42px, 8vh, 82px);
}

.hero h1 {
  font-size: clamp(46px, min(6.4vw, 11vh), 101px);
  margin-top: clamp(18px, 3vh, 30px);
  margin-bottom: clamp(15px, 2.5vh, 25px);
}

.lead {
  font-size: clamp(13px, 1.8vh, 16px);
  line-height: 1.55;
}

.actions {
  margin-top: clamp(18px, 3vh, 34px);
}

@media (max-width: 900px) {
  .hero {
    height: calc(100svh - 72px);
    min-height: 600px;
  }

  .heroCopy { padding-top: clamp(35px, 7vh, 70px); }
}

@media (max-width: 560px) {
  .hero {
    height: calc(100svh - 72px);
    min-height: 620px;
    max-height: 790px;
  }

  .heroCopy { padding-top: clamp(28px, 5vh, 50px); }
  .hero h1 { font-size: clamp(36px, 10.5vw, 43px); }
  .actions { margin-top: 18px; }
}

/* Servicios: contraste visual respecto del bloque anterior */
.services {
  background: #f8f8f5;
}

.services .sectionHead {
  padding: 30px 34px;
  background: #fff;
  border-left: 8px solid var(--coral);
  box-shadow: 0 18px 50px rgba(17, 20, 19, .07);
}

.services .serviceGrid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  border-top: 0;
}

.services .serviceGrid article,
.services .serviceGrid article + article {
  min-width: 0;
  padding: 25px 20px 22px;
  background: #fff;
  border: 1px solid #deddd7;
  border-top: 4px solid var(--coral);
  box-shadow: 0 12px 36px rgba(17, 20, 19, .06);
}

.services .serviceGrid article:hover {
  background: #111413;
  color: #fff;
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(17, 20, 19, .16);
}

.services .serviceGrid article:hover p { color: #b9c0bc; }
.services .serviceGrid article:hover .serviceIcon { border-color: #ffffff55; }

@media (max-width: 1100px) {
  .services .serviceGrid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .services .serviceGrid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .services .sectionHead { padding: 24px 20px; }
  .services .serviceGrid { grid-template-columns: 1fr; }
}

@media (max-height: 680px) and (min-width: 561px) {
  .heroProof { bottom: 18px; }
  .hero h1 { font-size: clamp(42px, 9vh, 66px); }
  .primary, .primaryLight { padding-block: 12px; }
}

/* Legibilidad general: incremento de 2 px */
.nav nav { font-size: 14px; }
.kicker { font-size: 14px; }
.lead { font-size: clamp(15px, 1.8vh, 18px); }
.primary, .primaryLight, .textLink { font-size: 14px; }
.heroProof span, .imageTag { font-size: 11px; }
.manifestoNote p, .serviceGrid p, .clients p { font-size: 14px; }
.sectionNumber, .clients span { font-size: 11px; }
.serviceGrid a, .aboutCopy > a { font-size: 13px; }
.methodIntro > p:last-child { font-size: 15px; }
.method li p { font-size: 13px; }
.expLead { font-size: 23px; }
.sectors span { font-size: 12px; }
.contactBottom > p, .aboutText p { font-size: 16px; }
.contactBottom small { font-size: 11px; }
footer { font-size: 11px; }

@media (max-width: 560px) {
  .kicker { font-size: 11px; }
  .primary, .primaryLight, .textLink { font-size: 13px; }
}

.about {
  display: grid;
  grid-template-columns: 28% 72%;
  min-height: 560px;
  background: #e6e1d6;
}

.aboutPhoto {
  min-height: 560px;
  overflow: hidden;
  background: #080b0a;
}

.aboutPhoto img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 28%;
  filter: contrast(1.05);
}

.aboutCopy {
  padding: 80px 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aboutCopy h2 {
  margin: 30px 0 45px;
  max-width: 800px;
  font: 800 clamp(40px, 4.5vw, 68px)/.98 "DM Sans", Arial, sans-serif;
  letter-spacing: -.05em;
}

.aboutText {
  max-width: 680px;
  padding-left: 24px;
  border-left: 3px solid var(--coral);
}

.aboutText p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.aboutCopy > a {
  width: fit-content;
  margin-top: 30px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.aboutCopy > a span { color: var(--coral); margin-left: 18px; }

@media (max-width: 900px) {
  .about { grid-template-columns: 1fr; }
  .aboutPhoto { min-height: 420px; height: 50vh; }
  .aboutCopy { padding: 80px 6vw; }
}

@media (max-width: 560px) {
  .brandName { font-size: 14px; }
  .brandSymbol { width: 34px; height: 34px; }
  .brandLogoActual { width: 220px; height: 44px; }
  .aboutPhoto { min-height: 330px; height: 42vh; }
  .aboutCopy h2 { font-size: 36px; }
}

body { padding-top: 84px; }
.nav { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 1000; }
@media (max-width: 900px) { body { padding-top: 72px; } }
