/* ============================================================
   SOBRE EL ESTUDIO — CSS ESPECÍFICO (ANTRACITA)
   Ajuste editorial:
   - cuerpo ligeramente más pequeño (más "Coton et Bois")
   - líneas a sangre MUY claritas entre apartados
   - H2 con tracking elegante, sin gritar
   - lista menos técnica
   ============================================================ */

:root{
  --about-ink: var(--antracita, #3f3f42);
  --about-muted: rgba(47,47,49,.72);
  --about-line: rgba(47,47,49,.10); /* muy clarita */
  --about-max: 900px;
}

/* Contenedor */
.page-sobre .about-inner{
  max-width: var(--about-max);
  margin: 50px 30px 20px;
  padding: 0 0px;
}

/* Main */
.page-sobre .about{
      padding: 0px 30px 0px;

font-size: 16px;
}

/* Keywords */
.page-sobre .k{
  font-weight: 600;
  color: var(--about-ink);
}
.page-sobre .wrap{
  max-width: 980px;     /* ajusta a tu gusto (900–1100 suele ir bien) */
  margin: 0 auto;       /* centra el bloque */
  padding: 0 28px;      /* aire lateral, evita tocar bordes en pantallas pequeñas */
}
/* H1 visible */
.page-sobre h1{
  font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    margin: 25px 0 35px;
    line-height: 1.2;
    color: var(--about-ink);
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

/* Lead */
.page-sobre .lead{
  font-size: 1.1 rem;     /* 1 punto menos aprox */
  line-height: 1.72;
  max-width: 100%;
  margin: 0 10px 0;
  color: var(--about-muted);
  text-align: justify;
}

/* Texto general (1 punto menos) */
.page-sobre .about-block p,
.page-sobre .about-close p{
  margin: 0;
  font-size: 18px;      /* ↓ desde 15.5 */
  line-height: 1.8;
  color: var(--about-muted);
  max-width: 100%;
  text-align: justify;
}

.page-sobre .about-block p + p{
  margin-top: 12px;
}

/* H2: aire arriba > abajo */
.page-sobre h2{
  margin-top: 50px;
  margin-bottom: 12px;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--about-ink);
  text-align: left;
}

/* Primera sección: un poco menos */
.page-sobre .about-block:first-of-type h2{
  margin-top: 40px;
}

/* Líneas a sangre: ahora entre TODOS los apartados, MUY discretas */
.page-sobre .about-rule-bleed{
  height: 1px;
  background: var(--about-line);
  width: 100vw;
  margin: 44px 0 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* Lista editorial */
.page-sobre ul{
  margin: 14px 0 14px;
  padding: 0;
  list-style: none;
  max-width: 76ch;
  color: var(--about-muted);
}

.page-sobre ul li{
  position: relative;
  padding-left: 14px;   /* menos sangrado */
  margin-bottom: 10px;  /* más aire */
  line-height: 1.8;
  text-align: left;
}

.page-sobre ul li::before{
  content: "–";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(47,47,49,.45);
}

/* Cierre */
.page-sobre .about-close{
  padding: 0px 0 30px;
}

.page-sobre .about-close-rule{
  height: 1px;
  width: 100%;
  background: rgba(47,47,49,.12);
  margin: 0 0 18px;
}

.page-sobre h3{
  margin: 0 0 10px;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(47,47,49,.86);
}

.page-sobre .final{
  margin: 0;
  font-size: 14px;
}


.page-servicios .svc-list{
          margin: 0;
        padding-left: 18px;
        line-height: 1.4;
        color: var(--ink-soft);
        font-size: 15px;
    }

.page-servicios .svc-desc{
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

.page-servicios .svc-miniTitle{
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 650;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(199, 116, 92, 0.92);
}

.site-line {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}
/* =========================
   MÓVIL
========================= */
@media (max-width: 980px){
  .page-sobre .about{ padding-top: 26px; }
  .page-sobre .about-inner{ padding: 20px 10px 10px; }

  .page-sobre h1{
    font-size: 15px;
    margin-bottom: 18px;
    margin-top:15px;
  }

  .page-sobre .lead{
    font-size: 14px;
    line-height: 1.75;
    max-width: 100%;
  }

.page-sobre h2{
  margin-top: 72px;
  margin-bottom: 14px;
}

.page-sobre h2:first-of-type{
  margin-top: 48px;
}


    .page-sobre .about-block p, 
.page-sobre .about-close p{
    font-size: 12px;
    line-height: 1.8;
    text-align: justify;
    max-width: 100%;
}

  .page-sobre .about-rule-bleed{
    margin-top: 34px;
  }

  .page-sobre ul li{
    padding-left: 12px;
    margin-bottom: 9px;
  }

.page-sobre .about {
    padding: 0px 0px 0px;
    font-size: 12px;
}

  .page-sobre .about-close{
    padding: 30px 0 28px;
  }

.page-servicios .svc-miniTitle{
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 650;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(199, 116, 92, 0.92);
}

.page-servicios .svc-desc{
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 15px;
    }

    .page-servicios .svc-list{
        margin: 0;
        padding-left: 18px;
        line-height: 1.4;
        font-size: 14px;
    }
}
/* Ventanas bajas */
@media (max-height: 720px){
  .page-sobre .about{ padding-top: 22px; }
}
/* 1) Línea a sangre bajo el menú (solo en Sobre) */
.page-sobre .topbar{
  position: relative;
}

.page-sobre .topbar::after{
  content:"";
  display:block;
  height: 1px;
  width: 100vw;
  background: rgba(47,47,49,.16); /* un punto más marcada que las internas */
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0px; /* separa del menú sin “caja” */
}
.rule--bleed{
    height: 1px;
    background: var(--muted);
    border: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: left;
}

.pro-siteLine{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
}
.footer-banner--bleed {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    line-height: 0;
    height: 180px;
    overflow: hidden;
    padding-top: 0;
    margin-bottom: 0;
    margin-top: -10px;
}
/* ============================================================
   SOBRE — BLOQUE AUTORÍA (Carmen)
   Sobrio, editorial, sin romper estilos existentes
   ============================================================ */

.about-founder{
  /* Ajusta si tu página usa otro ancho; esto es neutro */
  max-width: 980px;
  margin: 26px auto 0;
  padding: 0 18px;
}

.about-founder__grid{
    display: grid;
    grid-template-columns: 1.5fr 1.8fr;
    gap: 26px;
    align-items: start;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    padding-top: 22px;
    align-content: start;
    justify-content: space-between;
}
.about-founder__kicker{
     font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    margin: 0 30px 10px;
    color: rgba(0, 0, 0, 0.55);
}

.about-founder__copy{
      margin: 0 30px;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.52);
}

.about-founder__copy strong{
     color: rgba(0, 0, 0, 0.7);
    font-weight: 500;
}


.about-founder__figure{
  margin: 0;
  justify-self: end;
  width: 100%;
  max-width: 320px;
}

.about-founder__img{
  display: block;
  width: 80%;
  height: auto;
  border-radius: 16px;
  /* marco editorial sutil */
  outline: 1px solid rgba(0,0,0,0.10);
  outline-offset: -1px;
  /* sin sombras agresivas */
}

/* Mobile */
@media (max-width: 820px){
  .about-founder{
    margin-top: 22px;
  }

  .about-founder__grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-founder__figure{
    justify-self: start;
    max-width: 360px;
  }

  .about-founder__copy{
    font-size: 14px;
    line-height: 1.7;
  }
}