/* =========================================================
   SOULTRIP FOOTER
========================================================= */
:root{
  --sta-footer-bg:#3C4434;
  --sta-footer-line:#566052;
  --sta-footer-text:#E8E3D5;
  --sta-footer-gold:#C3A890;
}

.sta-footer{
  width:100%;
  max-width:100%;
  margin:0;
  margin-bottom:0 !important;
  background:var(--sta-footer-bg);
  border-radius:75px 75px 0 0;
  overflow:hidden;
  color:var(--sta-footer-text);
  position:relative;
  flex-shrink:0;
  margin-top:auto;
}

.sta-footer__inner{
  width:100%;
  max-width:none;
  margin:0;
  padding:60px 34px 60px 20px;
}

.sta-footer__grid{
  display:grid;
  grid-template-columns:minmax(280px, 1.1fr) minmax(170px, .7fr) minmax(220px, .85fr) minmax(380px, 1.7fr);
  gap:24px;
  align-items:start;
}

.sta-footer__brand,
.sta-footer__col{
  min-width:0;
}

.sta-footer__logo-link{
  display:inline-block;
  text-decoration:none !important;
}

.sta-footer__logo{
  width:clamp(120px, 11vw, 180px);
  height:auto;
  display:block;
}

.sta-footer__divider{
  width:100%;
  height:1px;
  background:var(--sta-footer-line);
  opacity:.9;
  margin:18px 0 22px;
}

.sta-footer__claim{
  margin:0;
  font-size:18px;
  line-height:1.65;
  font-weight:500;
  color:var(--sta-footer-text);
  font-family:"Noto Sans TC","PingFang TC","Microsoft JhengHei","Poppins","Inter",system-ui,sans-serif;
}

.sta-footer__title{
  position:relative;
  margin:0 0 18px;
  padding-top:12px;
  font-size:18px;
  line-height:1.35;
  font-weight:600;
  color:var(--sta-footer-gold);
  font-family:"Noto Serif TC","Songti TC","PMingLiU","Playfair Display",Georgia,serif;
}

.sta-footer__title::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:28px;
  height:1px;
  background:var(--sta-footer-line);
  opacity:.9;
}

.sta-footer__nav .sta-footer__menu,
.sta-footer__menu{
  list-style:none;
  margin:0;
  padding:0;
}

.sta-footer__menu li{
  display:block;
  list-style:none;
  margin:0 0 10px;
  padding:0;
}

.sta-footer__menu a{
  display:inline-block;
  color:var(--sta-footer-text);
  text-decoration:none !important;
  font-size:16px;
  line-height:1.6;
  font-weight:400;
  opacity:.96;
  transition:color .2s ease, opacity .2s ease;
  font-family:"Noto Sans TC","PingFang TC","Microsoft JhengHei","Poppins","Inter",system-ui,sans-serif;
}

.sta-footer__menu a:hover,
.sta-footer__menu a:focus{
  color:var(--sta-footer-gold);
  opacity:1;
}

.sta-footer__contact{
  margin-top:18px;
}

.sta-footer__contact-line{
  margin:0 0 8px;
  font-size:15px;
  line-height:1.7;
  color:var(--sta-footer-text);
  font-family:"Noto Sans TC","PingFang TC","Microsoft JhengHei","Poppins","Inter",system-ui,sans-serif;
}

.sta-footer__contact-line a{
  color:var(--sta-footer-text);
  text-decoration:none !important;
  transition:color .2s ease;
}

.sta-footer__contact-line a:hover,
.sta-footer__contact-line a:focus{
  color:var(--sta-footer-gold);
}

.sta-footer__col--map{
  justify-self:stretch;
  width:100%;
}

.sta-footer__map-wrap{
  width:100%;
  max-width:none;
  margin-left:0;
  border:1px solid var(--sta-footer-line);
  overflow:hidden;
  border-radius:18px;
  background:#d7d7d7;
  min-height:260px;
}

.sta-footer__map{
  display:block;
  width:100%;
  height:300px;
  border:0;
}

.sta-footer__bottom{
  margin-top:26px;
  padding-top:24px;
  border-top:1px solid var(--sta-footer-line);
  width:100%;
}

.sta-footer__brand-name{
  padding-left:0;
  font-family:"Playfair Display","Noto Serif TC","Songti TC","PMingLiU",serif;
  font-weight:400;
  color:var(--sta-footer-gold);
  letter-spacing:1px;
  font-size:clamp(34px, 5.8vw, 88px);
  line-height:1.05;
}

.sta-footer__copyright{
  padding-left:0;
  margin:10px 0 0;
  font-size:14px;
  line-height:1.6;
  color:var(--sta-footer-text);
  opacity:.88;
  font-family:"Poppins","Noto Sans TC",sans-serif;
}

/* ===== FOOTER SIEMPRE ABAJO CUANDO HAY POCO CONTENIDO ===== */
html,
body{
  margin:0 !important;
  padding:0 !important;
  min-height:100%;
}

body{
  min-height:100vh;
  display:flex;
  flex-direction:column;
  overflow-x:hidden;
}

body.admin-bar{
  min-height:calc(100vh - 32px);
}

#page,
.site{
  flex:1 0 auto;
  display:flex;
  flex-direction:column;
  min-height:100%;
}

.site-main,
main{
  flex:1 0 auto;
}

.elementor-location-footer,
.elementor-location-header{
  flex-shrink:0;
}

.elementor,
.elementor-section-wrap{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

/* ===== tablet ===== */
@media (max-width:1100px){
  .sta-footer__inner{
    padding:34px 24px 18px 18px;
  }

  .sta-footer__grid{
    grid-template-columns:1fr 1fr;
    gap:26px 22px;
  }

  .sta-footer__col--map{
    justify-self:stretch;
  }

  .sta-footer__map-wrap{
    max-width:none;
    margin-left:0;
  }

  .sta-footer__map{
    height:280px;
  }
}

/* ===== móvil ===== */
@media (max-width:767px){
  body.admin-bar{
    min-height:calc(100vh - 46px);
  }

  .sta-footer{
    border-radius:28px 28px 0 0;
  }

  .sta-footer__inner{
    padding:28px 16px 16px;
  }

  .sta-footer__grid{
    grid-template-columns:1fr;
    gap:24px;
  }

  .sta-footer__logo{
    width:120px;
  }

  .sta-footer__claim{
    font-size:16px;
  }

  .sta-footer__title{
    font-size:17px;
    margin-bottom:14px;
  }

  .sta-footer__menu a{
    font-size:15px;
  }

  .sta-footer__col--map{
    justify-self:stretch;
  }

  .sta-footer__map-wrap{
    max-width:none;
    margin-left:0;
  }

  .sta-footer__map{
    height:240px;
  }

  .sta-footer__brand-name{
    font-size:clamp(28px, 11vw, 46px);
    line-height:1.04;
    word-break:break-word;
  }
}

html[lang="zh-CN"] .sta-footer__claim,
html[lang="zh-CN"] .sta-footer__title,
html[lang="zh-CN"] .sta-footer__menu a,
html[lang="zh-CN"] .sta-footer__contact-line,
html[lang="zh-CN"] .sta-footer__location,
html[lang="zh-CN"] .sta-footer__copyright,
html[lang="zh-CN"] .sta-footer__brand-name{
  font-family:var(--sta-font-zh-cn-sans) !important;
  letter-spacing:0 !important;
  font-synthesis:none;
}
