.ast-blog-featured-section img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.luxe-footer-editorial {
  background: #f9f6f4;
  padding: 60px 20px 30px;
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #4d433d;
  border-top: 1px solid rgba(191,163,122,0.2);
}

.luxe-footer-editorial .brand-name {
  font-size: 28px;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 10px;
  color: #2f2722;
}

.luxe-footer-editorial .tagline {
  font-size: 15px;
  max-width: 560px;
  margin: 0 auto 28px;
  color: #6d625b;
  line-height: 1.8;
}

.luxe-divider {
  width: 60px;
  height: 2px;
  background: linear-gradient(to right, transparent, #bfa37a, transparent);
  margin: 24px auto;
  border-radius: 10px;
}

.luxe-footer-nav,
.luxe-footer-legal-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 24px;
}

.luxe-footer-nav {
  margin-bottom: 22px;
  font-size: 14px;
}

.luxe-footer-nav a,
.luxe-footer-legal-links a {
  text-decoration: none;
  color: #5f544d;
  transition: color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.luxe-footer-nav a:hover,
.luxe-footer-legal-links a:hover {
  color: #bfa37a;
}

.luxe-social {
  margin: 8px 0 6px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.luxe-social a {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(191,163,122,0.28);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7a6f67;
  background: rgba(255,255,255,0.6);
  transition: all 0.25s ease;
}

.luxe-social a:hover {
  color: #bfa37a;
  border-color: rgba(191,163,122,0.5);
  transform: translateY(-2px);
  background: #fff;
}

.luxe-social svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
  display: block;
}

.luxe-footer-legal {
  margin-top: 18px;
}

.luxe-footer-legal-title {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #bfa37a;
  margin-bottom: 14px;
}

.luxe-footer-legal-links {
  font-size: 13px;
}

.luxe-footer-copy {
  margin-top: 28px;
  font-size: 12px;
  color: #9a8f88;
}

@media (max-width: 768px) {
  .luxe-footer-editorial {
    padding: 50px 18px 28px;
  }

  .luxe-footer-nav,
  .luxe-footer-legal-links {
    gap: 12px 18px;
  }

  .luxe-social {
    gap: 12px;
  }
}
/* Header brand area cleanup */
.site-branding {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
}

.site-branding .custom-logo-link,
.site-branding .site-logo-img {
  flex: 0 0 auto;
}

.site-branding .ast-site-title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.site-branding .site-title,
.site-branding .site-title a {
  margin: 0;
  line-height: 1.1;
}

.site-branding .site-description {
  margin-top: 6px;
  line-height: 1.35;
}

/* Keep logo from overpowering header */
.site-branding img.custom-logo,
.site-branding .custom-logo-link img {
  max-height: 54px;
  width: auto;
}

/* Give the whole header a little breathing room */
.ast-site-header-wrap .site-header {
  padding-top: 8px;
  padding-bottom: 8px;
}