.elementor-322 .elementor-element.elementor-element-a2d4cae{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-8ed8e6d *//* ============================================================================
   CHAFA — Section 13: Footer
   ============================================================================ */

.chafa-footer {
  background: #1F1A17;
  color: #FAF7F2;
  padding: 0;
  width: 100%;
}

.chafa-footer .footer-inner {
  width: calc(100% - 64px);
  max-width: 1320px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 80px 0 32px;
}


/* ============================================
   MAIN: 4-COLUMN GRID
   ============================================ */

.chafa-footer .ft-main {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 56px;
  margin-bottom: 64px;
}


/* ============================================
   BRAND COLUMN
   ============================================ */

.chafa-footer .ft-brand {
  max-width: 320px;
}

.chafa-footer .ft-logo {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 24px;
}

.chafa-footer .ft-logo img {
  display: block;
  width: auto;
  height: 56px;
  max-width: 100%;
}

.chafa-footer .ft-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(250, 247, 242, 0.8);
  margin: 0 0 32px;
  letter-spacing: 0.2px;
}


/* === SOCIAL ICONS === */

.chafa-footer .ft-social {
  display: flex;
  gap: 14px;
}

.chafa-footer .ft-social-icon {
  width: 40px;
  height: 40px;
  border: 0.5px solid rgba(250, 247, 242, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(250, 247, 242, 0.75);
  text-decoration: none;
  transition: background 0.4s ease, border-color 0.4s ease, color 0.4s ease, transform 0.3s ease;
}

.chafa-footer .ft-social-icon svg {
  width: 16px;
  height: 16px;
}

.chafa-footer .ft-social-icon:hover {
  background: #A8745A;
  border-color: #A8745A;
  color: #FAF7F2;
  transform: translateY(-2px);
}


/* ============================================
   LINK COLUMNS
   ============================================ */

.chafa-footer .ft-col-title {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #A8745A;
  margin: 0 0 24px;
  font-weight: 400;
}

.chafa-footer .ft-links {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}

.chafa-footer .ft-links li {
  margin-bottom: 14px;
}

.chafa-footer .ft-links a {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(250, 247, 242, 0.75);
  text-decoration: none;
  font-weight: 300;
  letter-spacing: 0.2px;
  transition: color 0.3s ease, padding-left 0.3s ease;
  display: inline-block;
}

.chafa-footer .ft-links a:hover {
  color: #A8745A;
  padding-left: 4px;
}


/* ============================================
   CONTACT EMAIL (in Care column)
   ============================================ */

.chafa-footer .ft-contact {
  margin-top: 8px;
}

.chafa-footer .ft-contact-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(250, 247, 242, 0.5);
  margin-bottom: 8px;
  font-weight: 400;
}

.chafa-footer .ft-contact-email {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 16px;
  color: #FAF7F2;
  text-decoration: none;
  border-bottom: 0.5px solid rgba(168, 116, 90, 0.5);
  padding-bottom: 3px;
  letter-spacing: 0.3px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.chafa-footer .ft-contact-email:hover {
  color: #A8745A;
  border-bottom-color: #A8745A;
}


/* ============================================
   TRUST STRIP (between main and bottom)
   ============================================ */

.chafa-footer .ft-trust {
  border-top: 0.5px solid rgba(250, 247, 242, 0.12);
  border-bottom: 0.5px solid rgba(250, 247, 242, 0.12);
  padding: 32px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.chafa-footer .ft-trust-text {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: rgba(250, 247, 242, 0.65);
  letter-spacing: 0.5px;
  margin: 0;
  font-weight: 300;
  line-height: 1.6;
}

.chafa-footer .ft-trust-text em {
  color: #A8745A;
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  font-weight: 400;
  margin-right: 4px;
}


/* === PAYMENT CHIPS === */

.chafa-footer .ft-payments {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.chafa-footer .ft-pay {
  padding: 6px 12px;
  border: 0.5px solid rgba(250, 247, 242, 0.2);
  border-radius: 2px;
  font-family: 'Inter', sans-serif;
  font-size: 9.5px;
  color: rgba(250, 247, 242, 0.7);
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}


/* ============================================
   BOTTOM: COPYRIGHT + LEGAL
   ============================================ */

.chafa-footer .ft-bottom {
  padding-top: 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
}

.chafa-footer .ft-copyright {
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  color: rgba(250, 247, 242, 0.55);
  letter-spacing: 0.3px;
  margin: 0;
  font-weight: 300;
}

.chafa-footer .ft-copyright em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: rgba(250, 247, 242, 0.75);
  margin: 0 6px;
  font-size: 13px;
}

.chafa-footer .ft-legal {
  display: flex;
  gap: 28px;
}

.chafa-footer .ft-legal a {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(250, 247, 242, 0.55);
  text-decoration: none;
  transition: color 0.3s ease;
}

.chafa-footer .ft-legal a:hover {
  color: #A8745A;
}


/* ============================================
   RESPONSIVE — TABLET
   ============================================ */

@media (max-width: 1024px) {
  .chafa-footer .footer-inner {
    width: calc(100% - 48px);
    padding: 64px 0 28px;
  }

  .chafa-footer .ft-main {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
  }

  .chafa-footer .ft-brand {
    grid-column: 1 / 3;
    max-width: 100%;
    text-align: center;
  }

  .chafa-footer .ft-tagline {
    margin: 0 auto 28px;
    max-width: 380px;
  }

  .chafa-footer .ft-social {
    justify-content: center;
  }

  .chafa-footer .ft-trust {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }

  .chafa-footer .ft-payments {
    justify-content: center;
  }
}


/* ============================================
   RESPONSIVE — MOBILE
   ============================================ */

@media (max-width: 600px) {
  .chafa-footer .footer-inner {
    width: calc(100% - 40px);
    padding: 48px 0 24px;
  }

  .chafa-footer .ft-main {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 40px;
  }

  .chafa-footer .ft-brand {
    grid-column: 1;
    text-align: center;
  }

  .chafa-footer .ft-logo img {
    height: 48px;
  }

  .chafa-footer .ft-tagline {
    font-size: 14.5px;
  }

  .chafa-footer .ft-col-title {
    margin-bottom: 18px;
  }

  .chafa-footer .ft-links li {
    margin-bottom: 12px;
  }

  .chafa-footer .ft-links a {
    font-size: 13px;
  }

  .chafa-footer .ft-contact-email {
    font-size: 15px;
  }

  .chafa-footer .ft-trust {
    padding: 24px 0;
    gap: 18px;
  }

  .chafa-footer .ft-trust-text {
    font-size: 11.5px;
    line-height: 1.7;
  }

  .chafa-footer .ft-payments {
    gap: 6px;
  }

  .chafa-footer .ft-pay {
    padding: 5px 10px;
    font-size: 9px;
  }

  .chafa-footer .ft-bottom {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 16px;
    padding-top: 24px;
  }

  .chafa-footer .ft-legal {
    justify-content: center;
    gap: 22px;
  }

  .chafa-footer .ft-copyright {
    font-size: 11px;
  }
}/* End custom CSS */