/* Charoal footer v11 — light, readable contact footer with store map. */

html.charoal-redesign footer#footer {
  margin-top: clamp(52px, 7vw, 92px) !important;
  color: #171219 !important;
  background: #fff !important;
  border-top: 1px solid #eadfe8 !important;
}

/* Native footer stays readable as a safe fallback if JavaScript is blocked. */
html.charoal-redesign footer#footer .footer-rows {
  color: #171219 !important;
  background: #fff !important;
}

html.charoal-redesign footer#footer .footer-rows :is(h4, .h4) {
  color: #171219 !important;
}

html.charoal-redesign footer#footer .footer-rows a {
  color: #5e2a74 !important;
}

html.charoal-redesign footer#footer .footer-rows a:hover {
  color: #d72f93 !important;
}

html.charoal-redesign footer#footer.charoal-footer-v11-ready .footer-rows {
  display: none !important;
}

.charoal-footer-v11 {
  width: 100%;
  color: #171219;
  background:
    radial-gradient(circle at 10% 15%, rgba(215, 47, 147, .07), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fdfafd 100%);
}

.charoal-footer-v11-inner {
  display: grid;
  width: min(100% - 48px, 1280px);
  margin: 0 auto;
  padding: clamp(42px, 5vw, 70px) 0 40px;
  grid-template-columns: 1.05fr .95fr 1.15fr 1.55fr;
  gap: clamp(26px, 3vw, 46px);
  align-items: start;
}

.charoal-footer-v11-column {
  min-width: 0;
}

.charoal-footer-v11-brand img {
  display: block;
  width: min(230px, 100%);
  height: auto;
  margin: 0 0 18px;
}

.charoal-footer-v11-tagline {
  max-width: 265px;
  margin: 0;
  color: #6d6570;
  font-size: 14px;
  line-height: 1.65;
}

.charoal-footer-v11-title {
  margin: 0 0 17px;
  color: #171219 !important;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: .02em;
  line-height: 1.25;
  text-transform: uppercase;
}

.charoal-footer-v11-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.charoal-footer-v11-list a,
.charoal-footer-v11-contact a,
.charoal-footer-v11-map-link {
  color: #4a404b !important;
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none !important;
}

.charoal-footer-v11-list a:hover,
.charoal-footer-v11-contact a:hover,
.charoal-footer-v11-map-link:hover {
  color: #d72f93 !important;
  text-decoration: underline !important;
}

.charoal-footer-v11-contact {
  display: grid;
  gap: 11px;
}

.charoal-footer-v11-contact-row {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.charoal-footer-v11-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #75278d;
  background: #f7eafa;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 800;
}

.charoal-footer-v11-contact-copy {
  min-width: 0;
  padding-top: 4px;
  color: #4a404b;
  font-size: 14px;
  line-height: 1.5;
}

.charoal-footer-v11-contact-copy strong {
  display: block;
  margin-bottom: 2px;
  color: #171219;
}

.charoal-footer-v11-map {
  min-width: 0;
}

.charoal-footer-v11-map-frame {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: #f4eff3;
  border: 1px solid #e4d8e1;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(38, 18, 36, .08);
}

.charoal-footer-v11-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.charoal-footer-v11-map-link {
  display: inline-flex;
  margin-top: 11px;
  color: #75278d !important;
  font-weight: 750;
}

html.charoal-redesign footer#footer .footer-bottom {
  width: min(100% - 48px, 1280px) !important;
  margin: 0 auto !important;
  padding: 22px 0 28px !important;
  color: #716a73 !important;
  background: transparent !important;
  border-top: 1px solid #eadfe8 !important;
}

html.charoal-redesign footer#footer .footer-bottom a {
  color: #5e2a74 !important;
}

@media (max-width: 1050px) {
  .charoal-footer-v11-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .charoal-footer-v11-map {
    grid-column: 1 / -1;
  }

  .charoal-footer-v11-map-frame {
    height: 300px;
  }
}

@media (max-width: 640px) {
  .charoal-footer-v11-inner {
    width: min(100% - 32px, 1280px);
    padding: 38px 0 30px;
    grid-template-columns: 1fr;
    gap: 31px;
  }

  .charoal-footer-v11-map {
    grid-column: auto;
  }

  .charoal-footer-v11-map-frame {
    height: 250px;
    border-radius: 15px;
  }

  html.charoal-redesign footer#footer .footer-bottom {
    width: min(100% - 32px, 1280px) !important;
    padding-bottom: 88px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .charoal-footer-v11 a {
    scroll-behavior: auto;
  }
}
