
/* T114 — footer + WhatsApp polish for desktop and mobile */
.site-footer-open{
  position:relative;
  margin-top:clamp(34px,5vw,64px);
  padding:clamp(26px,3vw,42px);
  border:1px solid rgba(230,194,105,.18);
  border-radius:30px;
  background:
    radial-gradient(circle at 12% 15%,rgba(230,194,105,.07),transparent 34%),
    linear-gradient(145deg,rgba(8,25,42,.78),rgba(2,11,21,.90));
  box-shadow:0 24px 70px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.035);
  overflow:hidden;
}
.site-footer-open::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(115deg,transparent 25%,rgba(255,255,255,.025) 48%,transparent 72%);
}
.site-footer-open .site-footer-heading{
  position:relative;
  z-index:1;
  margin-bottom:28px;
}
.site-footer-open .site-footer-grid{
  position:relative;
  z-index:1;
  grid-template-columns:minmax(260px,1.25fr) minmax(150px,.72fr) minmax(330px,1.35fr) minmax(150px,.68fr);
  gap:clamp(22px,3vw,42px);
  align-items:start;
}
.site-footer-open .footer-col{
  min-width:0;
}
.site-footer-open .footer-col h3,
.site-footer-open .footer-col h4{
  font-size:1.02rem;
  letter-spacing:.1px;
}
.site-footer-open .footer-about p{
  max-width:42ch;
  margin:0;
  color:#dccfb0;
  line-height:2;
}
.site-footer-open .footer-links{
  gap:7px;
}
.site-footer-open .footer-link-btn{
  width:max-content;
  max-width:100%;
}
.site-footer-open .footer-quick-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.site-footer-open .footer-quick-item{
  min-height:72px;
  padding:12px 13px;
  border:1px solid rgba(230,194,105,.14);
  border-radius:17px;
  background:rgba(255,255,255,.025);
  align-items:center;
  gap:11px;
  overflow:hidden;
}
.site-footer-open .footer-quick-item:hover{
  background:rgba(230,194,105,.075);
  border-color:rgba(230,194,105,.34);
  transform:translateY(-2px);
}
.site-footer-open .footer-quick-item img{
  width:34px;
  height:34px;
  flex:0 0 34px;
  padding:5px;
  border:1px solid rgba(230,194,105,.18);
  border-radius:12px;
  background:rgba(230,194,105,.055);
}
.site-footer-open .footer-quick-item > span{
  display:flex;
  flex-direction:column;
  gap:3px;
  min-width:0;
  line-height:1.45;
}
.site-footer-open .footer-quick-item strong{
  color:#f1ce73;
  font-size:.9rem;
  font-weight:800;
}
.site-footer-open .footer-quick-item small{
  color:#d9ccb0;
  font-size:.78rem;
  line-height:1.55;
  overflow-wrap:anywhere;
}
.site-footer-open .footer-quick-whatsapp{
  border-color:rgba(230,194,105,.34);
  background:linear-gradient(135deg,rgba(230,194,105,.13),rgba(255,255,255,.025));
}
.site-footer-open .footer-quick-location{
  grid-column:1/-1;
}
.site-footer-open .footer-socials{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  align-items:stretch;
}
.site-footer-open .footer-socials a{
  display:flex;
  align-items:center;
  gap:10px;
  width:100%;
  min-height:48px;
  padding:8px 10px;
  border:1px solid rgba(230,194,105,.14);
  border-radius:14px;
  background:rgba(255,255,255,.02);
}
.site-footer-open .footer-socials a::after{display:none}
.site-footer-open .footer-socials a:hover{
  background:rgba(230,194,105,.075);
  transform:translateY(-2px);
}
.site-footer-open .footer-socials img{
  width:28px;
  height:28px;
  object-fit:contain;
  padding:4px;
  border-radius:10px;
  border:1px solid rgba(230,194,105,.16);
}
.site-footer-open .site-footer-bottom{
  position:relative;
  z-index:1;
  margin-top:30px;
}

@media (max-width:1050px){
  .site-footer-open .site-footer-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .site-footer-open .footer-about p{max-width:none}
}
@media (max-width:640px){
  .site-footer-open{
    margin-top:28px;
    padding:20px 16px 18px;
    border-radius:24px;
  }
  .site-footer-open .site-footer-heading{
    margin-bottom:18px;
  }
  .site-footer-open .site-footer-grid{
    grid-template-columns:1fr 1fr;
    gap:16px 12px;
  }
  .site-footer-open .footer-col{
    text-align:start;
    padding:0;
  }
  .site-footer-open .footer-about,
  .site-footer-open .footer-col:nth-child(3){
    grid-column:1/-1;
  }
  .site-footer-open .footer-about{
    text-align:center;
    padding-bottom:2px;
  }
  .site-footer-open .footer-about p{
    font-size:.9rem;
    line-height:1.9;
    max-width:36ch;
    margin-inline:auto;
  }
  .site-footer-open .footer-col h3,
  .site-footer-open .footer-col h4{
    margin-bottom:10px;
    text-align:center;
    font-size:.95rem;
  }
  .site-footer-open .footer-col:nth-child(2),
  .site-footer-open .footer-col:nth-child(4){
    grid-column:1/-1;
  }
  .site-footer-open .footer-links{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:min(100%,430px);
    margin-inline:auto;
    gap:0 18px;
    align-items:stretch;
  }
  .site-footer-open .footer-link-btn{
    position:relative;
    width:100%;
    min-height:42px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    padding:9px 18px 9px 4px;
    padding-inline-start:18px;
    padding-inline-end:4px;
    border:0;
    border-bottom:1px solid rgba(230,194,105,.15);
    border-radius:0;
    background:transparent;
    box-shadow:none;
    color:#ead8ae;
    font-size:.88rem;
    text-align:start;
    transition:color .2s ease,border-color .2s ease,transform .2s ease;
  }
  .site-footer-open .footer-link-btn::before{
    content:"◇";
    position:absolute;
    inset-inline-start:1px;
    top:50%;
    transform:translateY(-50%);
    color:#d9aa43;
    font-size:.78rem;
    line-height:1;
  }
  .site-footer-open .footer-link-btn::after{display:none}
  .site-footer-open .footer-link-btn:hover,
  .site-footer-open .footer-link-btn:focus-visible{
    color:#f3d37d;
    border-bottom-color:rgba(230,194,105,.36);
    background:transparent;
    transform:translateY(-1px);
  }
  .site-footer-open .footer-link-btn:nth-last-child(-n+2){
    border-bottom-color:transparent;
  }
  .site-footer-open .footer-socials{
    align-items:stretch;
    gap:7px;
  }
  .site-footer-open .footer-socials a{
    justify-content:center;
    min-height:42px;
    padding:6px 8px;
    font-size:.86rem;
  }
  .site-footer-open .footer-socials img{
    width:24px;height:24px;
  }
  .site-footer-open .footer-quick-list{
    width:100%;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px;
  }
  .site-footer-open .footer-quick-item,
  .site-footer-open .footer-quick-item:nth-child(-n+2){
    width:100%;
    max-width:none;
    min-height:68px;
    margin:0;
    justify-content:flex-start;
    text-align:start;
    padding:10px;
    gap:9px;
  }
  .site-footer-open .footer-quick-item img{
    width:31px;height:31px;flex-basis:31px;
  }
  .site-footer-open .footer-quick-item strong{font-size:.82rem}
  .site-footer-open .footer-quick-item small{font-size:.72rem}
  .site-footer-open .footer-quick-location{
    grid-column:1/-1;
  }
  .site-footer-open .site-footer-bottom{
    margin-top:20px;
    padding-top:14px;
    font-size:.78rem;
    line-height:1.7;
  }
}
@media (max-width:390px){
  .site-footer-open .site-footer-grid{
    grid-template-columns:1fr;
  }
  .site-footer-open .footer-about,
  .site-footer-open .footer-col:nth-child(2),
  .site-footer-open .footer-col:nth-child(3),
  .site-footer-open .footer-col:nth-child(4){
    grid-column:auto;
  }
  .site-footer-open .footer-links{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0 12px;
  }
}
@media (max-width:330px){
  .site-footer-open .footer-links{
    grid-template-columns:1fr;
  }
  .site-footer-open .footer-link-btn:nth-last-child(2){
    border-bottom-color:rgba(230,194,105,.15);
  }
}

.site-footer-open .footer-seo-aliases{
  display:block;
  margin-top:10px;
  color:#a99b7b;
  font-size:.76rem;
  line-height:1.7;
}


/* T114 final mobile/footer refinements */
.site-footer-open .footer-quick-whatsapp{
  border-color:rgba(230,194,105,.34);
  background:linear-gradient(135deg,rgba(230,194,105,.12),rgba(255,255,255,.025));
}
.site-footer-open .footer-quick-item span{min-width:0}
.site-footer-open .footer-quick-item small{overflow-wrap:anywhere}
@media (max-width:640px){
  .site-footer-open .footer-quick-whatsapp{grid-column:1/-1;min-height:72px}
  .site-footer-open .footer-quick-phone,.site-footer-open .footer-quick-hours{grid-column:auto}
  .site-footer-open .footer-socials{display:grid;grid-template-columns:1fr 1fr}
  .site-footer-open .footer-socials a{width:100%}
}
@media (max-width:390px){
  .site-footer-open .footer-quick-list{grid-template-columns:1fr}
  .site-footer-open .footer-quick-whatsapp,.site-footer-open .footer-quick-phone,.site-footer-open .footer-quick-location,.site-footer-open .footer-quick-hours{grid-column:auto}
}

/* T115 — mobile quick links: clean text list without boxed buttons */
@media (max-width:640px){
  .site-footer-open .site-footer-grid{
    grid-template-columns:1fr;
    gap:20px;
  }
  .site-footer-open .footer-about,
  .site-footer-open .footer-col:nth-child(2),
  .site-footer-open .footer-col:nth-child(3),
  .site-footer-open .footer-col:nth-child(4){
    grid-column:auto;
  }
  .site-footer-open .footer-col:nth-child(2){
    width:100%;
    max-width:430px;
    margin-inline:auto;
  }
  .site-footer-open .footer-col:nth-child(2) h4{
    margin-bottom:8px;
  }
  .site-footer-open .footer-links{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:0 18px;
    width:100%;
    align-items:stretch;
  }
  .site-footer-open .footer-link-btn{
    position:relative;
    width:100%;
    min-height:38px;
    padding:8px 14px 8px 2px;
    border:0;
    border-bottom:1px solid rgba(230,194,105,.14);
    border-radius:0;
    background:transparent;
    color:#e9d8af;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    text-align:start;
    font-size:.88rem;
    line-height:1.45;
    box-shadow:none;
  }
  html[dir="ltr"] .site-footer-open .footer-link-btn{
    padding:8px 2px 8px 14px;
  }
  .site-footer-open .footer-link-btn::before{
    content:"";
    position:absolute;
    inset-inline-start:2px;
    width:5px;
    height:5px;
    border:1px solid rgba(241,206,115,.8);
    transform:rotate(45deg);
    border-radius:1px;
    opacity:.9;
  }
  .site-footer-open .footer-link-btn::after{display:none}
  .site-footer-open .footer-link-btn:hover,
  .site-footer-open .footer-link-btn:focus-visible{
    color:#f1ce73;
    background:transparent;
    transform:none;
    border-bottom-color:rgba(241,206,115,.42);
  }
}
@media (max-width:350px){
  .site-footer-open .footer-links{
    grid-template-columns:1fr;
  }
}
