.pff-site-footer {
  --pff-footer-cream: #f7f1e5;
  --pff-footer-cream-deep: #efe5d2;
  --pff-footer-green: #174226;
  --pff-footer-green-dark: #0d2d1a;
  --pff-footer-gold: #c69a3a;
  --pff-footer-ink: #1d2820;
  --pff-footer-muted: #59645b;
  --pff-footer-line: rgba(23, 66, 38, 0.18);
  background: var(--pff-footer-cream);
  border-top: 4px solid var(--pff-footer-green);
  box-sizing: border-box;
  color: var(--pff-footer-ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  margin: 0;
  position: relative;
  width: 100%;
}

.pff-site-footer *,
.pff-site-footer *::before,
.pff-site-footer *::after {
  box-sizing: border-box;
}

.pff-site-footer a {
  color: inherit;
  text-decoration: none;
}

.pff-site-footer__inner {
  display: grid;
  gap: clamp(42px, 6vw, 78px);
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.95fr) minmax(210px, 0.8fr);
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(52px, 6vw, 72px) clamp(24px, 4vw, 48px);
}

.pff-site-footer__identity,
.pff-site-footer__visit,
.pff-site-footer__farm {
  min-width: 0;
}

.pff-site-footer__brand {
  align-items: center;
  color: var(--pff-footer-green-dark) !important;
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 2.4vw, 38px) !important;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.08;
  max-width: 330px;
}

.pff-site-footer__brand:hover,
.pff-site-footer__brand:focus-visible {
  color: var(--pff-footer-green) !important;
}

.pff-site-footer__description {
  color: var(--pff-footer-ink);
  font-size: 16px !important;
  line-height: 1.55;
  margin: 22px 0 0;
  max-width: 390px;
}

.pff-site-footer__history {
  border-top: 1px solid var(--pff-footer-line);
  color: var(--pff-footer-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px !important;
  font-style: italic;
  line-height: 1.5;
  margin: 18px 0 0;
  max-width: 390px;
  padding-top: 16px;
}

.pff-site-footer__social {
  margin-top: 18px;
}

.pff-site-footer__social-link {
  align-items: center;
  color: var(--pff-footer-green) !important;
  display: inline-flex;
  font-size: 15px !important;
  font-weight: 800;
  gap: 10px;
  min-height: 40px;
  padding: 3px 2px;
}

.pff-site-footer__social-icon {
  display: block;
  flex: 0 0 34px;
  height: 34px;
  overflow: visible;
  width: 34px;
}

.pff-site-footer__social-icon circle {
  fill: #1877f2;
}

.pff-site-footer__social-icon path {
  fill: #ffffff;
}

.pff-site-footer__social-link:hover,
.pff-site-footer__social-link:focus-visible {
  color: var(--pff-footer-green-dark) !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pff-site-footer h2 {
  color: var(--pff-footer-green-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 23px;
  padding-bottom: 12px;
  position: relative;
}

.pff-site-footer h2::after {
  background: var(--pff-footer-gold);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 46px;
}

.pff-site-footer address {
  display: grid;
  font-style: normal;
  gap: 15px;
  margin: 0;
}

.pff-site-footer__address,
.pff-site-footer__phone {
  color: var(--pff-footer-ink) !important;
  display: grid;
  font-size: 16px !important;
  font-weight: 700;
  gap: 1px;
  width: fit-content;
}

.pff-site-footer__address:hover,
.pff-site-footer__address:focus-visible,
.pff-site-footer__phone:hover,
.pff-site-footer__phone:focus-visible {
  color: var(--pff-footer-green) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pff-site-footer__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 24px;
}

.pff-site-footer__button {
  align-items: center;
  background: var(--pff-footer-green) !important;
  border: 1px solid var(--pff-footer-green);
  border-radius: 7px;
  color: #fffaf0 !important;
  display: inline-flex;
  font-size: 14px !important;
  font-weight: 800;
  justify-content: center;
  min-height: 44px;
  padding: 10px 17px;
}

.pff-site-footer__button:hover,
.pff-site-footer__button:focus-visible {
  background: var(--pff-footer-green-dark) !important;
  border-color: var(--pff-footer-green-dark);
}

.pff-site-footer__text-link {
  color: var(--pff-footer-green) !important;
  font-size: 14px !important;
  font-weight: 800;
  padding: 8px 0;
}

.pff-site-footer__text-link::after {
  content: "\2192";
  margin-left: 7px;
}

.pff-site-footer__text-link:hover,
.pff-site-footer__text-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pff-site-footer__farm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pff-site-footer__farm li {
  border-bottom: 1px solid var(--pff-footer-line);
  margin: 0;
  padding: 0;
}

.pff-site-footer__farm li:last-child {
  border-bottom: 0;
}

.pff-site-footer__farm a {
  align-items: center;
  color: var(--pff-footer-ink) !important;
  display: flex;
  font-size: 15px !important;
  font-weight: 700;
  justify-content: space-between;
  min-height: 42px;
  padding: 8px 0;
}

.pff-site-footer__farm a::after {
  color: var(--pff-footer-green);
  content: "\203A";
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1;
}

.pff-site-footer__farm a:hover,
.pff-site-footer__farm a:focus-visible {
  color: var(--pff-footer-green) !important;
  padding-left: 5px;
}

.pff-site-footer__legal {
  align-items: center;
  background: rgba(239, 229, 210, 0.6);
  border-top: 1px solid var(--pff-footer-line);
  color: var(--pff-footer-muted);
  display: flex;
  font-size: 13px !important;
  gap: 10px;
  justify-content: center;
  min-height: 58px;
  padding: 16px 24px;
  text-align: center;
}

.pff-site-footer__legal a {
  color: var(--pff-footer-green) !important;
  font-weight: 700;
}

.pff-site-footer__legal a:hover,
.pff-site-footer__legal a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pff-site-footer__privacy-label {
  color: var(--pff-footer-muted);
}

.pff-site-footer a:focus-visible {
  outline: 3px solid var(--pff-footer-gold);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .pff-site-footer__inner {
    gap: 44px;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.8fr);
  }

  .pff-site-footer__identity {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .pff-site-footer__inner {
    gap: 38px;
    grid-template-columns: 1fr;
    padding: 44px 22px;
  }

  .pff-site-footer__identity {
    grid-column: auto;
  }

  .pff-site-footer__brand {
    font-size: 30px !important;
  }

  .pff-site-footer__description,
  .pff-site-footer__history {
    max-width: none;
  }

  .pff-site-footer__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pff-site-footer__button,
  .pff-site-footer__text-link {
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .pff-site-footer__legal {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pff-site-footer__farm a {
    transition: none;
  }
}
