/* ==========================================================================
   Manifiesto
   ========================================================================== */
.mf-hero{position:relative;min-height:78svh;display:flex;align-items:flex-end;overflow:hidden;padding-top:calc(var(--nav-h) + 60px);}
.mf-hero-bg{position:absolute;inset:0;}
.mf-hero-bg img{width:100%;height:100%;object-fit:cover;}
.mf-hero-bg::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(6,13,20,.86) 0%,rgba(6,13,20,.4) 38%,rgba(6,13,20,.94) 100%);
}
.mf-hero-in{position:relative;padding-bottom:clamp(38px,6vw,78px);}
.mf-h1{margin-bottom:1.4rem;}
.mf-lead{max-width:52ch;}

.mf{counter-reset:mf;}
.mf-item{padding-block:clamp(34px,5vw,60px);border-top:1px solid var(--line);position:relative;}
.mf-item:first-child{border-top:0;padding-top:0;}
.mf-n{
  display:block;color:var(--secondary);font-size:.72rem;letter-spacing:.22em;margin-bottom:1rem;
}
.mf-item h2{max-width:22ch;}
.mf-item .body{max-width:64ch;font-size:1.02rem;line-height:1.72;}

.mf-firma{margin:clamp(44px,6vw,80px) 0 0;padding-top:clamp(30px,4vw,48px);border-top:1px solid var(--line);}
.mf-firma blockquote{margin:0;}
.mf-firma blockquote p{
  font-family:var(--font-heading);font-weight:600;font-size:clamp(1.1rem,1.9vw,1.45rem);
  line-height:1.44;letter-spacing:-.02em;color:#fff;max-width:44ch;
}
.mf-firma figcaption{margin-top:1.5rem;font-size:.86rem;color:var(--fg-dim);line-height:1.6;}
.mf-firma figcaption strong{color:var(--fg);}
