/* =========================================================
   SHARED SITE FOOTER
   Approved five-column, compact Destinations-like treatment
========================================================= */

.bmk-site-footer {
  display: block;
  padding: 0;
  background: #0d332d;
  color: #fff;
  font-family: var(--bmk-sans);
}

.bmk-footer-grid {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1.15fr .62fr .92fr .95fr 1fr;
  column-gap: clamp(34px, 3.25vw, 66px);
  align-items: start;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 36px 5vw 24px;
}

.bmk-footer-brand { max-width: 330px; }

.bmk-footer-brand p,
.bmk-footer-signoff {
  margin: 14px 0 16px;
  font-family: var(--bmk-serif);
  font-size: 17px;
  line-height: 1.28;
  font-style: italic;
  color: #c8d3ce;
}

.bmk-footer-col {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.bmk-footer-col > span {
  display: block;
  margin-bottom: 14px;
  font-size: 9px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #c59a58;
}

.bmk-footer-col > a {
  display: block;
  width: fit-content;
  margin-bottom: 7px;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 300;
  color: #c8d3ce;
  text-decoration: none;
  transition: color .2s ease;
}

.bmk-footer-col > a:hover,
.bmk-footer-col > a:focus-visible { color: #fffaf2; }

.bmk-footer-contact,
.bmk-footer-newsletter { max-width: 340px; }

.bmk-footer-contact p,
.bmk-footer-newsletter p,
.bmk-footer-info p {
  margin: 0 0 8px;
  font-size: 10px;
  line-height: 1.45;
  font-weight: 300;
  color: #9fb2ab;
}

.bmk-footer-contact h3,
.bmk-footer-newsletter h3 {
  margin: 0 0 8px;
  font-family: var(--bmk-serif);
  font-size: 17px;
  line-height: 1.12;
  font-weight: 400;
  color: #e5e9e6;
}

.bmk-footer-col > .footer-contact-link,
.bmk-footer-col > .footer-newsletter-link {
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 0;
  padding-bottom: 4px;
  font-size: 9px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: #d9dfdc;
  border-bottom: 1px solid rgba(197, 154, 88, .65);
}

.bmk-footer-contact .footer-response-note,
.bmk-footer-info .footer-external-note {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 9px;
  line-height: 1.35;
  font-style: italic;
  color: #758f86;
}

.bmk-social-icons {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 17px;
  font-size: initial;
}

.bmk-social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 18px;
  color: #9fb2ab;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.bmk-social-icons i {
  font-size: 14px;
  line-height: 1;
}

.bmk-social-icons a:hover,
.bmk-social-icons a:focus-visible {
  color: #d8bd85;
  transform: translateY(-2px);
}

.bmk-footer-legal {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: auto;
  max-width: none;
  margin: 0 5vw;
  padding: 13px 0 15px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  font-size: 9px;
  line-height: 1.3;
  color: #758f86;
}

.bmk-footer-legal > span {
  flex: 0 0 auto;
  text-align: left;
}

.bmk-footer-legal > div {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin-left: auto;
}

.bmk-footer-legal a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.bmk-footer-legal a:hover,
.bmk-footer-legal a:focus-visible { color: #c8d3ce; }

@media (max-width: 1100px) {
  .bmk-footer-grid {
    grid-template-columns: 1.2fr .7fr 1fr;
    gap: 36px 44px;
    padding-inline: 7vw;
  }

  .bmk-footer-contact,
  .bmk-footer-newsletter { max-width: none; }

  .bmk-footer-legal { margin-inline: 7vw; }
}

@media (min-width: 701px) and (max-width: 1199px) {
  .bmk-footer-grid {
    padding-left: 48px;
    padding-right: 48px;
  }

  .bmk-footer-legal {
    margin-left: 48px;
    margin-right: 48px;
  }
}

@media (max-width: 700px) {
  .bmk-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px 28px;
    padding: 34px 24px 28px;
  }

  .bmk-footer-brand,
  .bmk-footer-info,
  .bmk-footer-contact,
  .bmk-footer-newsletter { grid-column: 1 / -1; }

  .bmk-footer-brand { max-width: none; }

  .bmk-footer-legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin: 0 24px;
    padding: 15px 0 20px;
  }

  .bmk-footer-legal > div {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 20px;
    margin-left: 0;
  }
}

@media (max-width: 420px) {
  .bmk-footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .bmk-social-icons a { transition: none; }

  .bmk-social-icons a:hover,
  .bmk-social-icons a:focus-visible { transform: none; }
}
/* Keep the footer logo together as one compact lockup */
.bmk-site-footer .bmk-brand.footer {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: fit-content;
  line-height: 1;
}

.bmk-site-footer .bmk-brand.footer .bmk-brand-mark {
  display: block;
  margin: 0;
  line-height: 0.9;
}

.bmk-site-footer .bmk-brand.footer .bmk-brand-sub {
  display: block;
  margin: 6px 0 0;
  line-height: 1;
}

@media (max-width: 1199px) {
  .bmk-site-footer .bmk-brand.footer {
    grid-column: auto;
    grid-row: auto;
  }
}