/* Museum Footer */

.museum-footer {
  margin-top: 120px;
  padding: 80px 30px;
  border-top: 1px solid #30251d;
  background: #0b0907;
  color: #ece7df;
}

.footer-title h2{

font-size:42px;

margin: 30px;

}

.footer-title p{

color:#7ecae8;

letter-spacing:2px;

text-transform:uppercase;

}

.footer-quote{

margin:40px auto;

max-width:700px;

font-size:22px;

font-style:italic;

color:#c9c2b6;

line-height:1.8;

}

.footer-store-invitation {
  max-width: 760px;
  margin: 46px auto;
  padding: 34px clamp(22px, 5vw, 54px);
  border: 1px solid #47362b;
  background: linear-gradient(145deg, rgba(126, 202, 232, 0.08), rgba(13, 10, 8, 0.4));
}

.footer-store-eyebrow {
  margin: 0 0 10px;
  color: #7ecae8;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-store-invitation h3 {
  margin: 0;
  color: #ece7df;
  font-size: clamp(25px, 4vw, 38px);
  font-weight: 400;
}

.footer-store-invitation > p:not(.footer-store-eyebrow) {
  max-width: 620px;
  margin: 18px auto 26px;
  color: #c9c2b6;
  line-height: 1.7;
}

.footer-store-button {
  display: inline-block;
  padding: 14px 24px;
  border: 1px solid #7ecae8;
  background: #7ecae8;
  color: #0b0907;
  text-decoration: none;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.footer-store-button:hover {
  background: transparent;
  color: #7ecae8;
}

.footer-navigation .footer-store-nav-link {
  border-color: #7ecae8;
  color: #7ecae8;
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.footer-navigation {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin: 50px auto;
}

.footer-navigation a {
  padding: 12px 20px;
  border: 1px solid #3a2a20;
  color: #ece7df;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-navigation a:hover {
  border-color: #7ecae8;
  color: #7ecae8;
}

.footer-bottom{

margin-top:60px;

color:#8f8780;

line-height:1.8;

font-size:14px;

}

.museum-footer {

    margin-top:140px;

    padding:80px 30px;

    border-top:1px solid #30251d;

    background:#0b0907;

}
