.site-footer { padding: 44px 24px 30px; background: linear-gradient(180deg, rgba(226, 216, 199, 0.96), rgba(214, 201, 181, 0.96)); border-top: 1px solid rgba(67, 46, 28, 0.18); color: rgba(35, 27, 20, 0.9); box-shadow: inset 0 1px 0 rgba(255, 251, 246, 0.52); }
.site-footer__grid { width: min(100%, var(--content)); margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.85fr 1fr; gap: 28px; padding-bottom: 28px; }
.site-footer__title, .site-footer__label { margin: 0 0 12px; font-family: "Old Standard TT", "Cormorant Garamond", Georgia, serif; font-size: 14px; font-weight: 700; letter-spacing: 0.025em; text-transform: none; color: rgba(54, 43, 32, 0.76); }
.site-footer__title { color: rgba(35, 27, 20, 0.92); }
.site-footer__copy { font-size: 21px; line-height: 1.38; color: rgba(35, 27, 20, 0.78); }
.site-footer__links { display: grid; gap: 10px; }
.site-footer__links a, .site-footer__bottom a, .site-footer__bottom span { font-family: "Old Standard TT", "Cormorant Garamond", Georgia, serif; font-size: 14px; font-weight: 700; letter-spacing: 0.025em; text-transform: none; color: rgba(35, 27, 20, 0.74); }
.site-footer__links a:hover, .site-footer__bottom a:hover { color: rgba(22, 17, 13, 0.98); }
.site-footer__bottom { width: min(100%, var(--content)); margin: 0 auto; padding-top: 20px; border-top: 1px solid rgba(67, 46, 28, 0.14); display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
@media (max-width: 980px) { .site-footer__grid { grid-template-columns: 1fr; } .site-footer__copy { font-size: 19px; } }

@media (min-width: 1081px) {
  .site-footer {
    padding: calc(44px * var(--desktop-ratio)) calc(24px * var(--desktop-ratio)) calc(30px * var(--desktop-ratio));
  }

  .site-footer__grid {
    gap: calc(28px * var(--desktop-ratio));
    padding-bottom: calc(28px * var(--desktop-ratio));
  }

  .site-footer__title,
  .site-footer__label {
    margin-bottom: calc(12px * var(--desktop-ratio));
    font-size: clamp(12px, calc(14px * var(--desktop-ratio)), 14px);
  }

  .site-footer__copy {
    font-size: clamp(16px, calc(21px * var(--desktop-ratio)), 21px);
  }

  .site-footer__links {
    gap: calc(10px * var(--desktop-ratio));
  }

  .site-footer__links a,
  .site-footer__bottom a,
  .site-footer__bottom span {
    font-size: clamp(12px, calc(14px * var(--desktop-ratio)), 14px);
  }

  .site-footer__bottom {
    padding-top: calc(20px * var(--desktop-ratio));
    gap: calc(16px * var(--desktop-ratio));
  }
}

@media (max-width: 680px) {
  .site-footer {
    padding: 32px 18px 26px;
  }

  .site-footer__grid {
    gap: 22px;
    padding-bottom: 22px;
  }

  .site-footer__copy {
    max-width: min(100%, 34ch);
    font-size: 17px;
    line-height: 1.5;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .site-footer__links {
    gap: 9px;
  }

  .site-footer__links a,
  .site-footer__bottom a,
  .site-footer__bottom span {
    font-size: 13px;
    line-height: 1.45;
    letter-spacing: 0.025em;
  }

  .site-footer__bottom {
    display: grid;
    gap: 10px;
    padding-top: 18px;
  }
}

@media (max-width: 680px) {
  .site-footer {
    padding-bottom: max(26px, calc(20px + env(safe-area-inset-bottom)));
  }
}
