/* Cortinajes Triana — foot: pie de pagina */

.ground{background:var(--graphite-deep);color:#B9B7B3;padding:62px 0 28px}
.ground a{color:#CFCDC9}
.ground a:hover{color:var(--highlight-soft)}

.ground .top{
  display:grid;gap:36px;
  grid-template-columns:1fr;
  padding-bottom:40px;border-bottom:1px solid #2a2926;
}
@media (min-width:720px){.ground .top{grid-template-columns:1.4fr 1fr 1fr}}

.ground .brand b{
  font-family:var(--ff-display);font-size:1.6rem;color:#fff;display:block;margin-bottom:10px;
}
.ground .brand p{font-size:.93rem;color:#9F9D99;max-width:38ch;margin:0}
.ground .brand .mini{
  margin-top:16px;font-size:.82rem;letter-spacing:.2em;text-transform:uppercase;color:var(--highlight-soft);
}

.ground h4{
  font-family:var(--ff-body);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;
  color:#88857F;font-weight:600;margin:0 0 16px;
}
.ground ul{list-style:none;padding:0;margin:0}
.ground ul li{margin-bottom:11px}
.ground ul a{font-size:.95rem}
.ground address{font-style:normal;font-size:.95rem;line-height:1.7;color:#B9B7B3}
.ground address a{font-weight:600}

.ground .bottom{
  display:flex;flex-wrap:wrap;gap:10px 24px;justify-content:space-between;align-items:center;
  padding-top:24px;
}
.ground .bottom p{margin:0;font-size:.84rem;color:#7C7A76}
.ground .legal-links{display:flex;flex-wrap:wrap;gap:8px 18px}
.ground .legal-links a{font-size:.84rem;color:#9F9D99}
.ground .legal-links a:hover{color:var(--highlight-soft)}
