/* =============================================
   YOGA CHIC® — Custom Footer
   Phase 3 — 2026-03-10
   Stacked/centered layout, premium feel
   ============================================= */

/* Hide old Elementor footer — replaced by yc-footer */
.elementor-location-footer,
footer.elementor-15057,
footer.site-footer,
.site-footer {
  display: none !important;
}

/* =============================================
   Footer Container
   ============================================= */
.yc-footer {
  background: var(--yc-cream, #FAF9F7);
  padding: 60px 24px 30px;
  text-align: center;
  font-family: 'Gotu', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--yc-dark, #344033);
  position: relative;
  z-index: 1;
}

/* =============================================
   Row 1: Logo / Brand Mark
   ============================================= */
.yc-footer-logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
}

.yc-footer-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  padding: 6px;
  box-sizing: border-box;
  text-decoration: none;
  transition: box-shadow 0.3s ease;
}

.yc-footer-logo:hover {
  box-shadow: 0 4px 24px rgba(51, 204, 204, 0.2);
}

.yc-footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  display: block;
}

.yc-footer-brand {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--yc-dark, #344033);
  margin-top: 4px;
}

.yc-footer-tagline {
  font-size: 13px;
  font-weight: 400;
  color: var(--yc-dark, #344033);
  opacity: 0.6;
  letter-spacing: 0.5px;
}

/* =============================================
   Row 2: Navigation Links
   ============================================= */
.yc-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px 0;
  margin-bottom: 32px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.yc-footer-nav a {
  text-decoration: none;
  color: var(--yc-dark, #344033);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 4px 8px;
  transition: color 0.2s ease;
}

.yc-footer-nav a:hover,
.yc-footer-nav a:focus {
  color: var(--yc-turquoise, #33CCCC);
}

.yc-footer-sep {
  color: var(--yc-dark, #344033);
  opacity: 0.3;
  font-size: 14px;
  user-select: none;
  padding: 0 2px;
}

/* =============================================
   Row 3: Social Icons
   ============================================= */
.yc-footer-socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.yc-footer-social {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #344033;
  background: transparent;
  border: 1.5px solid rgba(52, 64, 51, 0.15);
  text-decoration: none;
  transition: all 0.3s ease;
}

.yc-footer-social svg {
  width: 20px;
  height: 20px;
  fill: #344033;
  color: #344033;
  display: block;
  transition: fill 0.2s ease, color 0.2s ease;
}

.yc-footer-social svg path {
  fill: currentColor;
}

.yc-footer-social:hover,
.yc-footer-social:focus {
  background: #33CCCC !important;
  border-color: #33CCCC !important;
  color: #ffffff !important;
  transform: scale(1.1);
}

.yc-footer-social:hover svg,
.yc-footer-social:focus svg {
  fill: #ffffff !important;
  color: #ffffff !important;
}

.yc-footer-social:hover svg path,
.yc-footer-social:focus svg path {
  fill: #ffffff !important;
}

/* =============================================
   Row 4: Contact Info
   ============================================= */
.yc-footer-contact {
  font-size: 13px;
  color: var(--yc-dark, #344033);
  opacity: 0.7;
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px 0;
}

.yc-footer-contact a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
  padding: 2px 4px;
}

.yc-footer-contact a:hover,
.yc-footer-contact a:focus {
  color: var(--yc-turquoise, #33CCCC);
  opacity: 1;
}

/* =============================================
   Row 5: Separator
   ============================================= */
.yc-footer-hr {
  border: none;
  height: 1px;
  background: var(--yc-turquoise, #33CCCC);
  opacity: 0.2;
  max-width: 600px;
  margin: 0 auto 24px;
}

/* =============================================
   Row 6: Legal Links
   ============================================= */
.yc-footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px 0;
  margin-bottom: 16px;
}

.yc-footer-legal a {
  text-decoration: none;
  color: var(--yc-dark, #344033);
  opacity: 0.5;
  font-size: 12px;
  letter-spacing: 0.3px;
  padding: 2px 6px;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.yc-footer-legal a:hover,
.yc-footer-legal a:focus {
  color: var(--yc-turquoise, #33CCCC);
  opacity: 1;
}

.yc-footer-legal .yc-footer-sep {
  font-size: 12px;
  opacity: 0.2;
}

/* =============================================
   Row 7: Copyright
   ============================================= */
.yc-footer-copyright {
  font-size: 12px;
  color: var(--yc-dark, #344033);
  opacity: 0.4;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.yc-footer-tm-badge {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  opacity: 0.85;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}

.yc-footer-tm-badge:hover {
  opacity: 1;
}

/* =============================================
   Mobile (<=768px)
   ============================================= */
@media (max-width: 768px) {
  .yc-footer {
    padding: 48px 20px 24px;
  }

  .yc-footer-nav {
    flex-direction: column;
    gap: 2px;
    margin-bottom: 28px;
  }

  .yc-footer-nav .yc-footer-sep {
    display: none;
  }

  .yc-footer-nav a {
    padding: 6px 8px;
  }

  .yc-footer-socials {
    gap: 12px;
    margin-bottom: 28px;
  }

  .yc-footer-contact {
    flex-direction: column;
    gap: 4px;
    margin-bottom: 28px;
  }

  .yc-footer-contact .yc-footer-sep {
    display: none;
  }
}
