.site-footer {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  background: #d8c1b3 !important;
  color: #493a33;
  text-align: left !important;
}

.site-footer .footer-utility {
  background: #a88d69;
  color: #fff;
}

.site-footer .footer-utility-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-footer .footer-utility-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.site-footer .footer-utility a {
  color: #fff !important;
  font-size: .91rem;
  font-weight: 700;
  transition: opacity .2s ease, transform .2s ease;
}

.site-footer .footer-utility a:hover {
  opacity: .8;
  transform: translateY(-1px);
}

.site-footer .footer-main {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 58px 0 46px;
  display: grid;
  grid-template-columns: 1.25fr 1.1fr .85fr 1fr;
  gap: clamp(32px, 5vw, 76px);
  background:
    radial-gradient(circle at 12% 35%, rgba(255,255,255,.14), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.08), transparent 45%);
}

.site-footer .footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.site-footer .footer-column h2 {
  margin: 0 0 10px;
  color: #493a33;
  font-family: inherit;
  font-size: 1.05rem;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.site-footer .footer-column a,
.site-footer .footer-column p {
  margin: 0;
  color: #fffaf5 !important;
  font-size: .88rem;
  line-height: 1.48;
  font-weight: 650;
}

.site-footer .footer-column a {
  transition: color .2s ease, transform .2s ease;
}

.site-footer .footer-column a:hover {
  color: #493a33 !important;
  transform: translateX(3px);
}

.site-footer .footer-menu-logo {
  display: block;
  width: min(100%, 270px);
  height: 92px;
  margin: -12px 0 16px !important;
  background: url('assets/ruveyda-durmus-logo-transparent.png') center / contain no-repeat;
}

.site-footer .footer-menu-logo:hover {
  transform: none !important;
}

.site-footer .footer-contact-link,
.site-footer .footer-hours {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.site-footer .footer-wa-link {
  color: #f7fff9 !important;
}

.site-footer .footer-information p {
  max-width: 250px;
}

.site-footer .footer-copyright {
  padding: 14px 20px;
  border-top: 1px solid rgba(73,58,51,.12);
  color: rgba(73,58,51,.78);
  font-size: .78rem;
  text-align: center;
}

@media (max-width: 900px) {
  .site-footer .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 54px;
  }
}

@media (max-width: 620px) {
  .site-footer .footer-utility-inner {
    width: min(100% - 28px, 1180px);
    padding: 14px 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .site-footer .footer-policy-links {
    gap: 10px 18px;
  }

  .site-footer .footer-main {
    width: min(100% - 40px, 1180px);
    padding: 42px 0 34px;
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .site-footer .footer-menu-logo {
    width: 245px;
    height: 84px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer *, .site-footer *::before, .site-footer *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
