/* Home = mockup 1. Alta especificidad para que no lo tumbe base.css */
body.ed-root{
  font-family:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:#171614;
  background:#f7f4ef;
}
body.ed-root a{ color:inherit; text-decoration:none; }
body.ed-root #main-content{
  background:#f7f4ef;
  overflow:hidden;
}
body.ed-root #main-content img{
  max-width:100%;
  display:block;
  height:auto;
}

body.ed-root .nav{
  position:fixed !important;
  top:0; left:0; right:0; width:100%;
  background:#f7f4ef !important;
  border-bottom:1px solid #ece6dc !important;
  backdrop-filter:none !important;
}
body.ed-root .nav .nav-link{ color:#5f5a53; }
body.ed-root .nav .nav-logo-text{ color:#171614; }
body.ed-root .nav .nav-hamburger span{ background:#171614; }
body.ed-root .nav .btn-ghost{ color:#171614; border-color:#ddd6ca; }

.mm-wrap{ width:min(1120px, calc(100% - 56px)); margin:0 auto; }
.mm-kicker{
  margin:0 0 18px;
  font-size:11px; letter-spacing:.26em; text-transform:uppercase;
  color:#8a847b; font-weight:500;
}
.mm-kicker-light{ color:rgba(255,255,255,.7); }
.mm-text-link{
  display:inline-flex; align-items:center; gap:8px;
  font-size:14px; font-weight:500; color:#171614;
}
.mm-btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  min-height:48px; padding:0 22px; border-radius:999px;
  font-size:14px; font-weight:500; border:1px solid transparent;
}
.mm-btn-dark{ background:#171614; color:#fff; }
.mm-btn-ghost{ background:#fff; border-color:#ddd6ca; color:#171614; }
.mm-btn-light{ background:#fff; color:#171614; }
.mm-btn-ghost-light{ background:transparent; border-color:rgba(255,255,255,.35); color:#fff; }

/* HERO */
.mm-hero{ padding:128px 0 8px; }
.mm-hero-grid{
  display:grid !important;
  grid-template-columns:1.05fr .95fr;
  gap:56px;
  align-items:center;
}
.mm-hero h1{
  margin:0 0 22px;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-weight:400; letter-spacing:-.035em; line-height:.92;
  font-size:clamp(56px, 7vw, 86px);
  color:#171614;
}
.mm-lead{ margin:0; max-width:36em; font-size:17px; line-height:1.65; color:#6f6a62; }
.mm-hero-actions{ display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.mm-hero-photo{ margin:0; position:relative; }
.mm-hero-photo img{
  width:100% !important;
  height:620px !important;
  object-fit:cover;
  object-position:center 15%;
}
.mm-hero-photo figcaption{
  position:absolute; right:24px; bottom:28px; max-width:170px; margin:0;
  color:#fff; font-family:'Cormorant Garamond',Georgia,serif;
  font-style:italic; font-size:20px; line-height:1.25;
  text-shadow:0 10px 24px rgba(0,0,0,.35);
}

.mm-pillars{
  display:grid !important;
  grid-template-columns:repeat(4,1fr);
  gap:28px;
  margin-top:54px;
  padding:42px 0 10px;
  border-top:1px solid #ece6dc;
}
.mm-pillar{ display:flex; gap:14px; align-items:flex-start; }
.mm-pillar i{ color:#8a847b; margin-top:2px; font-size:16px; }
.mm-pillar p{ margin:0; font-size:14px; line-height:1.4; color:#3f3b36; }

/* ABOUT */
.mm-about{ padding:92px 0 70px; }
.mm-about-grid{
  display:grid !important;
  grid-template-columns:1fr 1.05fr;
  gap:72px;
  align-items:center;
}
.mm-about h2{
  margin:0 0 22px;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-weight:400; letter-spacing:-.03em; line-height:.98;
  font-size:clamp(42px, 5vw, 64px);
}
.mm-about-copy p{ margin:0 0 16px; font-size:16px; line-height:1.75; color:#6f6a62; }
.mm-about-photo{ margin:0; position:relative; background:#111; }
.mm-about-photo img{
  width:100% !important;
  height:460px !important;
  object-fit:cover;
  object-position:left center;
}
.mm-about-photo figcaption{
  position:absolute; right:36px; top:50%; transform:translateY(-50%);
  display:flex; flex-direction:column; gap:8px; margin:0;
  color:#fff; font-family:'Cormorant Garamond',Georgia,serif;
  font-size:clamp(30px, 3.2vw, 42px); line-height:1;
  text-align:right; text-shadow:0 12px 28px rgba(0,0,0,.28);
}

/* EXPERIENCIAS: foto arriba, texto abajo */
.mm-exp{ padding:10px 0 80px; }
.mm-sec-head{
  display:flex; justify-content:space-between; align-items:flex-end;
  gap:20px; margin-bottom:26px;
}
.mm-sec-head .mm-kicker{ margin:0; }
.mm-exp-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.mm-exp-card{ display:block; }
.mm-exp-photo{ overflow:hidden; background:#111; }
.mm-exp-photo img{
  width:100% !important;
  height:220px !important;
  object-fit:cover;
}
.mm-exp-body{ padding:18px 2px 0; }
.mm-exp-cat{
  display:block; margin-bottom:8px;
  font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:#8a847b;
}
.mm-exp-foot{ display:flex; align-items:flex-end; justify-content:space-between; gap:12px; }
.mm-exp-foot strong{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:28px; font-weight:400; line-height:1.1;
}
.mm-exp-foot small{ display:block; margin-top:6px; font-family:'DM Sans',sans-serif; font-size:14px; color:#6f6a62; }
.mm-exp-go{
  width:36px; height:36px; border-radius:50%;
  display:grid; place-items:center; flex-shrink:0;
  border:1px solid #ddd6ca; background:#fff;
}

/* SPLIT full-bleed */
.mm-split{
  display:grid !important;
  grid-template-columns:1fr 1fr;
  width:100%;
}
.mm-split-card{
  position:relative; min-height:520px; color:#fff; overflow:hidden;
}
.mm-split-card img{
  position:absolute; inset:0;
  width:100% !important; height:100% !important;
  object-fit:cover; object-position:center 20%;
}
.mm-split-card::after{
  content:''; position:absolute; inset:0;
  background:linear-gradient(90deg, rgba(8,10,8,.62) 0%, rgba(8,10,8,.18) 70%);
}
.mm-split-body{
  position:relative; z-index:1;
  min-height:520px; padding:56px 48px;
  display:flex; flex-direction:column; justify-content:flex-end;
  max-width:460px;
}
.mm-split-body h2{
  margin:0 0 14px;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-weight:400; line-height:1.02;
  font-size:clamp(36px, 3.6vw, 50px);
}
.mm-split-body p{ margin:0 0 24px; color:rgba(255,255,255,.82); line-height:1.6; }

/* CONTENIDO */
.mm-content{ padding:88px 0 28px; }
.mm-content-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.mm-content-card{ display:block; background:#fffdf9; }
.mm-content-card img{
  width:100% !important;
  height:200px !important;
  object-fit:cover;
}
.mm-content-card div{ padding:20px 4px 8px; }
.mm-content-card span{
  display:block; margin-bottom:8px;
  font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:#8a847b;
}
.mm-content-card strong{
  display:block; margin-bottom:14px;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:28px; font-weight:400; line-height:1.12;
}
.mm-content-card em{ font-style:normal; font-size:14px; color:#6f6a62; }

.mm-quote{
  min-height:220px;
  display:flex; align-items:center;
  background:#f3efe8 center/cover no-repeat;
  text-align:center;
  padding:70px 20px;
}
.mm-quote blockquote{
  margin:0 auto; max-width:16em;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-style:italic; font-weight:400;
  font-size:clamp(30px, 4vw, 44px); line-height:1.2;
}

.mm-faq{ padding:56px 0 24px; }
.mm-faq-inner{ max-width:760px; }
.mm-faq h2{
  margin:0 0 22px;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-weight:400; font-size:clamp(30px, 3.4vw, 42px);
}
.mm-faq-item{ border-bottom:1px solid #ece6dc; }
.mm-faq-q{
  width:100%; display:flex; justify-content:space-between; gap:16px;
  padding:18px 0; background:none; border:0; font:inherit; font-size:16px;
  text-align:left; cursor:pointer;
}
.mm-plus{ color:#8a847b; font-size:20px; }
.mm-faq-item.is-open .mm-plus{ transform:rotate(45deg); }
.mm-faq-a{ max-height:0; overflow:hidden; }
.mm-faq-a p{ margin:0; padding:0 0 16px; color:#6f6a62; line-height:1.65; }

.mm-testi{ padding:36px 0 70px; }
.mm-testi h2{
  margin:0 0 24px; max-width:12em;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-weight:400; font-size:clamp(30px, 3.4vw, 42px);
}
.mm-testi-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.mm-tcard{ display:none; padding:26px 24px; background:#fffdf9; border:1px solid #ece6dc; }
.mm-tcard blockquote{
  margin:0 0 18px;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-style:italic; font-size:22px; line-height:1.3;
}
.mm-tcard footer{ display:flex; gap:12px; align-items:center; }
.mm-tavatar{ width:36px; height:36px; border-radius:50%; overflow:hidden; background:#ddd6ca; display:grid; place-items:center; }
.mm-tavatar img{ width:100%; height:100%; object-fit:cover; }
.mm-tcard strong{ display:block; font-size:14px; }
.mm-tcard span{ font-size:12px; color:#8a847b; }
.mm-testi-controls{ display:flex; justify-content:center; align-items:center; gap:12px; margin-top:22px; }
.mm-tctl{ width:40px; height:40px; border-radius:50%; border:1px solid #ddd6ca; background:#fff; cursor:pointer; }

.mm-final{
  background:#14241c; color:#fff; text-align:center;
  padding:84px 20px 92px;
}
.mm-final h2{
  margin:0 0 12px;
  font-family:'Cormorant Garamond',Georgia,serif;
  font-weight:400; font-size:clamp(36px, 5vw, 58px);
}
.mm-final p{ margin:0 0 28px; color:rgba(255,255,255,.7); }
.mm-final-actions{ display:flex; justify-content:center; flex-wrap:wrap; gap:12px; }

@media (max-width:980px){
  .mm-hero-grid, .mm-about-grid, .mm-exp-grid, .mm-content-grid, .mm-split, .mm-pillars, .mm-testi-grid{
    grid-template-columns:1fr !important;
  }
  .mm-hero-photo img, .mm-about-photo img{ height:420px !important; }
  .mm-split-card, .mm-split-body{ min-height:420px; }
}
@media (max-width:720px){
  .mm-wrap{ width:calc(100% - 32px); }
  .mm-hero{ padding-top:108px; }
  .mm-hero h1{ font-size:46px; }
  .mm-sec-head, .mm-hero-actions, .mm-final-actions{ flex-direction:column; align-items:flex-start; }
}
