/* =========================================================
   MIRADA EDITORIAL · PREMIUM
   Quiet luxury / The Lane
   ========================================================= */

/* ---------- NAV / BASE ---------- */

body.page--mirada-editorial{
  background: #f7f4ef;
  color: #111;
}

/* ---------- HERO IMAGE ---------- */

body.page--mirada-editorial .editorial-hero-image{
  position: relative;
  max-width: 1440px;
  margin: 22px auto 0;
  padding: 0 44px;
  box-sizing: border-box;
}

body.page--mirada-editorial .editorial-hero-image img{
  display: block;
  width: 100%;
  height: auto;
  min-height: 700px;
  max-height: 780px;
  object-fit: cover;
  object-position: center 66%;
  border-radius: 0;
}

/* ---------- HERO TEXT ---------- */

body.page--mirada-editorial .editorial-hero{
  max-width: 760px;
margin: -90px auto 0;
  padding: 0 56px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

body.page--mirada-editorial .editorial-hero-inner{
  text-align: center;
}

body.page--mirada-editorial .editorial-eyebrow{

margin:0 0 18px;
font-size:.78rem;
letter-spacing:.28em;
text-transform:uppercase;
color:rgba(0,0,0,.45);
}

body.page--mirada-editorial .editorial-hero h1{
  max-width: 12ch;
  margin: 0 auto 22px;
  font-size: clamp(3.2rem, 5.2vw, 5.4rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
}

body.page--mirada-editorial .editorial-lead{
  max-width: 28ch;
  margin: 0 auto 18px;
  font-size: 1.18rem;
  line-height: 1.58;
  color: rgba(0,0,0,.68);
}

body.page--mirada-editorial .editorial-back{
  margin: 0;
}

body.page--mirada-editorial .editorial-back a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.14);
  color: #111;
  text-decoration: none;
  transition: all .24s ease;
}

body.page--mirada-editorial .editorial-back a:hover{
  background: #111;
  color: #fff;
  border-color: #111;
}

/* ---------- CONTENT BLOCKS ---------- */

body.page--mirada-editorial .editorial-block,
body.page--mirada-editorial .editorial-closing{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 56px;
  box-sizing: border-box;
}

body.page--mirada-editorial .editorial-block{
  margin-top: 72px;
}

body.page--mirada-editorial .editorial-soft{
  background: transparent;
}

body.page--mirada-editorial .editorial-text{
  text-align: center;
}

body.page--mirada-editorial .editorial-text h2{
  max-width: 15ch;
  margin: 0 auto 22px;
  font-size: clamp(2rem, 3vw, 2.7rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

body.page--mirada-editorial .editorial-text p{
  max-width: 760px;
  margin: 0 auto 16px;
  font-size: 1.08rem;
  line-height: 1.76;
  color: rgba(0,0,0,.72);
}

body.page--mirada-editorial .editorial-quote{
  margin-top: 26px !important;
  font-style: italic;
  color: rgba(0,0,0,.66);
}
/* ----------- EDITORIAL IMAGES ----------- */

body.page--mirada-editorial .editorial-image-block{
max-width:760px;
margin:140px auto;
padding:0 40px;
}

body.page--mirada-editorial .editorial-image-block img{
width:100%;
height:auto;
display:block;
border-radius:2px;
}
/* ---------- EDITION BLOCK ---------- */

body.page--mirada-editorial .editorial-edition{
  margin-top: 88px;
}

body.page--mirada-editorial .edition-card{
  max-width: 760px;
  margin: 34px auto 14px;
}

body.page--mirada-editorial .edition-card a{
  display: block;
  text-decoration: none;
}

body.page--mirada-editorial .edition-card img{
  display: block;
  width: 100%;
  border-radius: 28px;
  object-fit: cover;
}

body.page--mirada-editorial .edition-card figcaption{
  margin-top: 12px;
  font-size: 0.95rem;
  color: rgba(0,0,0,.55);
}

body.page--mirada-editorial .edition-actions{
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

body.page--mirada-editorial .edition-primary,
body.page--mirada-editorial .edition-secondary,
body.page--mirada-editorial .editorial-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  transition: all .24s ease;
}

body.page--mirada-editorial .edition-primary,
body.page--mirada-editorial .editorial-cta{
  border: 1px solid rgba(0,0,0,.14);
  color: #111;
  background: transparent;
}

body.page--mirada-editorial .edition-secondary{
  border: 1px solid rgba(0,0,0,.1);
  color: rgba(0,0,0,.7);
  background: transparent;
}

body.page--mirada-editorial .edition-primary:hover,
body.page--mirada-editorial .editorial-cta:hover{
  background: #111;
  border-color: #111;
  color: #fff;
}

body.page--mirada-editorial .edition-secondary:hover{
  border-color: rgba(0,0,0,.22);
  color: #111;
}

/* ---------- CLOSING ---------- */

body.page--mirada-editorial .editorial-closing{
  margin-top: 88px;
  margin-bottom: 96px;
  text-align: center;
}

body.page--mirada-editorial .closing-statement{
  max-width: 28ch;
  margin: 0 auto 22px;
  font-size: 1.16rem;
  line-height: 1.6;
  color: rgba(0,0,0,.68);
}

/* ---------- TABLET ---------- */

@media (max-width: 1200px){
  body.page--mirada-editorial .editorial-hero-image{
    padding: 0 32px;
  }

  body.page--mirada-editorial .editorial-hero-image img{
    min-height: 620px;
    max-height: 700px;
  }

  body.page--mirada-editorial .editorial-hero,
  body.page--mirada-editorial .editorial-block,
  body.page--mirada-editorial .editorial-closing{
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* ---------- MOBILE ---------- */

@media (max-width: 900px){
  body.page--mirada-editorial .editorial-hero-image{
    padding: 0 24px;
    margin-top: 14px;
  }

  body.page--mirada-editorial .editorial-hero-image img{
    min-height: auto;
    max-height: none;
    height: auto;
    object-fit: cover;
    object-position: center 62%;
  }

  body.page--mirada-editorial .editorial-hero{
    margin-top: -26px;
    padding: 0 24px;
  }

  body.page--mirada-editorial .editorial-hero h1{
    max-width: 11ch;
    font-size: clamp(2.6rem, 10vw, 4rem);
  }

  body.page--mirada-editorial .editorial-lead{
    font-size: 1rem;
    line-height: 1.62;
  }

  body.page--mirada-editorial .editorial-block,
  body.page--mirada-editorial .editorial-closing{
    padding-left: 24px;
    padding-right: 24px;
  }

  body.page--mirada-editorial .editorial-text h2{
    font-size: clamp(1.8rem, 7vw, 2.3rem);
  }

  body.page--mirada-editorial .editorial-text p{
    font-size: 1rem;
    line-height: 1.74;
  }

  body.page--mirada-editorial .edition-actions{
    gap: 12px;
  }

  body.page--mirada-editorial .edition-primary,
  body.page--mirada-editorial .edition-secondary,
  body.page--mirada-editorial .editorial-cta{
    width: 100%;
  }
}
