/* ============================================================
   Koerber's Fine Jewelry – Custom Footer
   Paste this entire file into:
   Punchmark Site Manager > Design / Theme Settings > Global CSS
   ============================================================ */

/* --- Layout ------------------------------------------------ */
.kfj-footer {
  width: 100%;
  padding: 56px 32px 32px;
  background-color: #f5f3f0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

.kfj-footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 40px;
}

/* --- Columns ----------------------------------------------- */
.kfj-footer__col {
  flex: 1 1 220px;
  min-width: 200px;
  max-width: 280px;
}

.kfj-footer__col--center {
  flex: 0 0 auto;
  width: 380px;
  max-width: 100%;
}

/* --- Store Photo ------------------------------------------- */
.kfj-footer__store-img-wrap {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.10);
}

.kfj-footer__store-img,
.kfj-store-photo img {
  width: 100%;
  height: 420px;
  display: block;
  object-fit: cover;
  object-position: center 30%;
  border-radius: 4px;
}

/* --- Headings ---------------------------------------------- */
.kfj-footer__heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 0.70rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #2a2a2a;
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d4c9bb;
}

/* --- Address / Contact ------------------------------------ */
.kfj-footer__address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.kfj-footer__address p {
  margin: 0;
  font-size: 0.845rem;
  color: #555;
  line-height: 1.6;
}

.kfj-footer__phone {
  display: inline-block;
  margin-top: 4px;
  font-size: 0.925rem;
  font-weight: 600;
  color: #2a2a2a;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.kfj-footer__phone:hover {
  color: #8a6a3e;
}

.kfj-footer__link--cta {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #8a6a3e;
  text-decoration: none;
  border-bottom: 1px solid #c5a87a;
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}

.kfj-footer__link--cta:hover {
  color: #5e4726;
  border-color: #5e4726;
}

/* --- Social Section --------------------------------------- */
.kfj-footer__social-section {
  margin-top: 28px;
}

.kfj-footer__socials {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.kfj-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #c9bfb2;
  color: #555;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.kfj-footer__social-link:hover {
  background-color: #8a6a3e;
  border-color: #8a6a3e;
  color: #fff;
}

/* --- Navigation List (Shop With Confidence) --------------- */
.kfj-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.kfj-footer__link {
  font-size: 0.845rem;
  color: #555;
  text-decoration: none;
  transition: color 0.2s;
}

.kfj-footer__link:hover {
  color: #8a6a3e;
}

/* --- Bottom Row (Pay Types + Affiliates) ------------------ */
.kfj-footer__bottom {
  border-top: 1px solid #d4c9bb;
  padding-top: 28px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.kfj-footer__pay-label {
  font-size: 0.70rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #999;
  margin-right: 10px;
}

.kfj-footer__pay-types,
.kfj-footer__affiliates {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* --- Section spacing -------------------------------------- */
.kfj-footer__section {
  margin-bottom: 0;
}

/* --- Responsive ------------------------------------------- */
@media (max-width: 900px) {
  .kfj-footer__top {
    flex-direction: column;
    align-items: center;
  }

  .kfj-footer__col,
  .kfj-footer__col--left,
  .kfj-footer__col--right {
    max-width: 480px;
    width: 100%;
    text-align: center;
  }

  .kfj-footer__col--center {
    width: 100%;
    max-width: 480px;
    order: -1;
  }

  .kfj-footer__store-img,
  .kfj-store-photo img {
    height: 260px;
  }

  .kfj-footer__address {
    align-items: center;
  }

  .kfj-footer__socials {
    justify-content: center;
  }

  .kfj-footer__nav-list {
    align-items: center;
  }

  .kfj-footer__heading {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .kfj-footer {
    padding: 40px 20px 24px;
  }
}
