.site-footer {
  margin-top: 24px;
  padding: 46px 0 26px;
  border-top: 1px solid rgba(29, 22, 25, 0.08);
  background: #f3ebe5;
  color: #241d20;
}

.site-footer a {
  color: #4b4346;
}

.site-footer a:hover {
  color: #241d20;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.2fr) minmax(140px, 0.8fr) minmax(260px, 1.15fr) minmax(180px, 0.95fr);
  gap: 38px;
}

.site-footer__col {
  padding: 0;
}

.site-footer__col h2 {
  margin: 0 0 18px;
  font-family: "TStarProHeavy", sans-serif;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #171315;
}

.site-footer__col p,
.site-footer__col li {
  color: #5e5559;
  font-size: 14px;
  line-height: 1.7;
}

.site-footer__col--contact p {
  max-width: 22em;
}

.site-footer__support-email {
  margin: 0 0 10px;
  font-family: "TStarProHeavy", sans-serif;
  font-size: 15px;
  line-height: 1.35;
}

.site-footer__support-email a {
  color: #171315;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li + li {
  margin-top: 9px;
}

.site-footer__newsletter-content {
  display: grid;
  gap: 14px;
}

.site-footer__col--newsletter p {
  margin: 0;
  color: #8f6c79;
}

.site-footer .newsletter-form {
  display: grid;
  gap: 10px;
  width: 100%;
}

.site-footer .newsletter-form__field-wrapper {
  width: 100%;
}

.site-footer .newsletter-form__field {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 54px;
  border-radius: 8px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(156, 109, 121, 0.26);
}

.site-footer .newsletter-form__field:focus-within {
  box-shadow: inset 0 0 0 1px rgba(156, 109, 121, 0.44);
}

.site-footer .newsletter-form input[type="email"] {
  width: 100%;
  min-height: 54px;
  margin: 0;
  padding: 24px 18px 10px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: #121212;
  font-size: 14px;
  line-height: 1.15;
  box-shadow: none;
}

.site-footer .newsletter-form input[type="email"]:focus {
  outline: none;
}

.site-footer .newsletter-form input[type="email"]::placeholder {
  color: transparent;
}

.site-footer .newsletter-form__label {
  position: absolute;
  top: 17px;
  left: 18px;
  color: #9c6d79;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  pointer-events: none;
  transition: top 0.18s ease, font-size 0.18s ease, letter-spacing 0.18s ease, color 0.18s ease;
}

.site-footer .newsletter-form input[type="email"]:focus + .newsletter-form__label,
.site-footer .newsletter-form input[type="email"]:not(:placeholder-shown) + .newsletter-form__label {
  top: 9px;
  color: #8a6673;
  font-size: 10px;
  letter-spacing: 0.06em;
}

.site-footer .newsletter-form__submit,
.site-footer .newsletter-form button {
  width: 100%;
  justify-content: center;
  justify-self: stretch;
  min-height: 49px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  background: #efd7e5;
  background-image: none;
  color: #121212;
  font-family: "TStarProHeavy", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: none;
  transform: none;
  transition: background 0.22s ease, color 0.22s ease, opacity 0.22s ease;
}

.site-footer .newsletter-form__submit::before,
.site-footer .newsletter-form__submit::after,
.site-footer .newsletter-form button::before,
.site-footer .newsletter-form button::after {
  display: none;
}

.site-footer .newsletter-form__submit:hover,
.site-footer .newsletter-form button:hover {
  background: #ebc8da;
  background-image: none;
  color: #121212;
  box-shadow: none;
  transform: none;
}

.site-footer .newsletter-form__submit:active,
.site-footer .newsletter-form button:active {
  box-shadow: none;
  transform: none;
}

.site-footer .newsletter-form__submit:focus-visible,
.site-footer .newsletter-form button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(240, 239, 234, 0.96), 0 0 0 4px rgba(156, 109, 121, 0.28);
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid rgba(29, 22, 25, 0.08);
  color: #6f6569;
  font-size: 12px;
}

.site-footer__copyright,
.site-footer__meta {
  margin: 0;
}

.site-footer__copyright {
  color: #4a4346;
  font-size: 12px;
}

.empty-state h2,
.empty-state h3 {
  margin-bottom: 10px;
}

.pagination,
.page-numbers {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.page-numbers {
  justify-content: center;
  min-width: 24px;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.pagination--collection {
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}

.pagination--collection .page-numbers {
  color: #1d1619;
  font-size: 13px;
}

.pagination--collection .page-numbers.current {
  padding-bottom: 4px;
  border-bottom: 1px solid #1d1619;
}
