@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&family=Playfair+Display:ital,wght@0,400;1,400&display=swap");
/* =========================================
   KEYFRAMES (must be outside .brickell-footer scope for animation to work)
   ========================================= */
@keyframes mfRevealGroup {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.brickell-footer {
  --color-bg-light: #f5f4f0;
  --color-text-dark: #2c251f;
  --color-accent: #8b7d6b;
  --font-serif: 'Playfair Display', serif;
  --font-sans: 'Inter', sans-serif;
  background-color: var(--color-bg-light);
  color: var(--color-text-dark);
  padding: var(--bl-padding-top, 6rem) var(--bl-padding-right, 5%) var(--bl-padding-bottom, 0) var(--bl-padding-left, 5%);
  margin: var(--bl-margin-top, 0) var(--bl-margin-right, 0) var(--bl-margin-bottom, 0) var(--bl-margin-left, 0);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.brickell-footer h1, .brickell-footer h2, .brickell-footer h3, .brickell-footer h4 {
  font-family: var(--font-sans, "Inter", sans-serif) !important;
  font-weight: 400;
  line-height: 1.1;
}
.brickell-footer .text-italic {
  font-style: italic;
}
.brickell-footer .footer-main {
  display: grid;
  grid-template-columns: var(--bl-grid-columns, 1.5fr 1fr 1fr);
  gap: var(--bl-gap, 4rem);
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 4rem;
}
.brickell-footer {
  /* Brand Column */
}
.brickell-footer .footer-brand {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.brickell-footer .footer-logo img {
  height: 30px;
  display: block;
  filter: invert(1);
}
.brickell-footer .footer-tagline {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 300;
  color: #595959;
  line-height: 1.7;
  max-width: 320px;
  margin: 0;
}
.brickell-footer .footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.brickell-footer .footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all 0.3s ease;
}
.brickell-footer .footer-social a:hover {
  border-color: var(--color-text-dark);
  color: var(--color-text-dark);
  transform: translateY(-2px);
}
.brickell-footer .footer-social a svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.brickell-footer {
  /* Nav Column */
}
.brickell-footer .footer-nav-col h4 {
  font-family: var(--font-sans) !important;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 2rem;
  color: #595959;
  font-weight: 500;
}
.brickell-footer .footer-nav-col ul {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.brickell-footer .footer-nav-col ul li a {
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
  letter-spacing: 0.5px;
}
.brickell-footer .footer-nav-col ul li a:hover {
  color: var(--color-text-dark);
}
.brickell-footer {
  /* Contact Column */
}
.brickell-footer .footer-contact-col h4 {
  font-family: var(--font-sans) !important;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 2rem;
  color: #595959;
  font-weight: 500;
}
.brickell-footer .footer-contact-col address {
  font-style: normal;
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.brickell-footer .footer-contact-col .footer-contact-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.brickell-footer .footer-contact-col .footer-contact-links a {
  font-size: 0.9rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}
.brickell-footer .footer-contact-col .footer-contact-links a:hover {
  color: var(--color-text-dark);
}
.brickell-footer {
  /* =========================================
     MISTERFRONT LOGO & ANIMATION
     ========================================= */
}
.brickell-footer .mf-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
}
.brickell-footer .mf-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.brickell-footer .mf-logo-full {
  height: 1.25em;
  width: auto;
  display: inline-block;
  transform-origin: center;
  font-size: 1.25rem;
}
.brickell-footer .mf-svg-white {
  fill: currentColor;
  transition: fill 0.3s ease;
}
.brickell-footer .mf-svg-accent {
  fill: var(--color-accent);
  transition: fill 0.3s ease;
}
.brickell-footer .mf-text {
  font-weight: 500;
  display: inline-flex;
}
.brickell-footer .mf-char {
  display: inline-block;
}
.brickell-footer .mf-phrase {
  font-size: inherit;
}
.brickell-footer {
  /* Editorial Credit */
}
.brickell-footer .footer-credit {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  margin-top: 24px;
  font-size: 12px;
  font-family: var(--font-sans);
  color: #6b6b6b;
  letter-spacing: 0.8px;
  text-align: center;
}
.brickell-footer .footer-credit a {
  color: #6b6b6b;
  text-decoration: none;
  transition: color 0.3s ease;
}
.brickell-footer .footer-credit a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.brickell-footer .footer-credit .mf-char,
.brickell-footer .footer-credit .mf-logo-full {
  opacity: 0;
}
.brickell-footer .footer-credit.in-view .mf-char:nth-child(1) {
  animation: mfRevealGroup 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) 0.1s forwards;
}
.brickell-footer .footer-credit.in-view .mf-char:nth-child(2) {
  animation: mfRevealGroup 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) 0.15s forwards;
}
.brickell-footer .footer-credit.in-view .mf-char:nth-child(3) {
  animation: mfRevealGroup 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) 0.2s forwards;
}
.brickell-footer .footer-credit.in-view .mf-char:nth-child(4) {
  animation: mfRevealGroup 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) 0.25s forwards;
}
.brickell-footer .footer-credit.in-view .mf-char:nth-child(5) {
  animation: mfRevealGroup 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s forwards;
}
.brickell-footer .footer-credit.in-view .mf-char:nth-child(6) {
  animation: mfRevealGroup 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) 0.35s forwards;
}
.brickell-footer .footer-credit.in-view .mf-char:nth-child(7) {
  animation: mfRevealGroup 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) 0.4s forwards;
}
.brickell-footer .footer-credit.in-view .mf-char:nth-child(8) {
  animation: mfRevealGroup 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) 0.45s forwards;
}
.brickell-footer .footer-credit.in-view .mf-char:nth-child(9) {
  animation: mfRevealGroup 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) 0.5s forwards;
}
.brickell-footer .footer-credit.in-view .mf-char:nth-child(10) {
  animation: mfRevealGroup 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) 0.55s forwards;
}
.brickell-footer .footer-credit.in-view .mf-char:nth-child(11) {
  animation: mfRevealGroup 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) 0.6s forwards;
}
.brickell-footer .footer-credit.in-view .mf-logo-full {
  animation: mfRevealGroup 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) 0.7s forwards;
}
.brickell-footer {
  /* Bottom Bar */
}
.brickell-footer .footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 1400px;
  margin: 24px auto 0;
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.brickell-footer .footer-copyright {
  font-size: 0.75rem;
  color: #595959;
  letter-spacing: 1px;
}
.brickell-footer .footer-lang {
  font-size: 0.75rem;
  color: #595959;
  letter-spacing: 1px;
}
.brickell-footer .footer-lang a {
  color: #595959;
  text-decoration: none;
  transition: color 0.3s ease;
}
.brickell-footer .footer-lang a:hover, .brickell-footer .footer-lang a.active {
  color: var(--color-text-dark);
}
.brickell-footer {
  /* Editor placeholders */
}
.brickell-footer .editor-image-placeholder {
  background: #f0f0f0;
  border: 2px dashed #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  cursor: pointer;
  text-align: center;
  color: #333;
}
.brickell-footer .editor-image-placeholder.is-logo {
  width: 120px;
  height: 40px;
}

/* Tablet — matches static footer.css breakpoint (900px) */
@media (max-width: 900px) {
  .brickell-footer .footer-main {
    grid-template-columns: 1fr 1fr;
  }
}
/* Mobile — matches static footer.css breakpoint (600px) */
@media (max-width: 600px) {
  .brickell-footer {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .brickell-footer .footer-main {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .brickell-footer .footer-bottom {
    justify-content: center;
    text-align: center;
  }
  .brickell-footer .footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* Visibility utilities */
@media (min-width: 1024px) {
  .bl-hide-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bl-hide-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .bl-hide-mobile {
    display: none !important;
  }
}
