.site-footer {
  margin-top: var(--space-20);
  padding: clamp(2.75rem, 4.5vw, 4.5rem) 0 clamp(1.5rem, 2.6vw, 2.5rem);
  border-top: 1px solid rgba(167, 141, 130, 0.18);
  background: #f7f3ef;
  color: #6f6661;
}

.site-footer .site-container {
  width: min(calc(100% - 2rem), var(--container));
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(250px, 0.78fr) minmax(0, 2.22fr);
  gap: clamp(2rem, 3.5vw, 4rem);
  align-items: start;
}

.site-footer__grid > * {
  min-width: 0;
}

.site-footer__brand {
  display: grid;
  align-content: start;
  gap: clamp(1.1rem, 1.7vw, 1.55rem);
  max-width: 25rem;
}

.site-footer__brand-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(0.9rem, 1.4vw, 1.35rem);
}

.site-footer__brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(4.5rem, 5.5vw, 5.9rem);
  height: clamp(4.5rem, 5.5vw, 5.9rem);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(69, 43, 34, 0.1);
}

.site-footer__brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-footer__brand-text {
  display: grid;
  gap: 0.35rem;
  min-width: 0;
}

.site-footer__brand-title {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 0.28em;
  margin: 0;
  padding-bottom: 0.85rem;
  width: fit-content;
  max-width: 100%;
  font-family: "Ebru Logo", Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 2.6vw, 2.8rem);
  font-weight: 400;
  line-height: 0.98;
  color: #4b403c;
  letter-spacing: 0;
  white-space: nowrap;
}

.site-footer__brand-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(9.5rem, 74%);
  height: 1px;
  transform: translateX(-50%);
  background: rgba(167, 141, 130, 0.38);
}

.site-footer__brand-title-main,
.site-footer__brand-title-sub {
  display: inline;
  min-width: 0;
}

.site-footer__description {
  margin: 0;
  max-width: 24.5rem;
  color: #6f6661;
  font-size: clamp(0.98rem, 1vw, 1.08rem);
  line-height: 1.85;
}

.site-footer__links-grid {
  display: grid;
  grid-template-columns: minmax(12rem, 0.95fr) minmax(11rem, 0.86fr) minmax(15rem, 1.15fr);
  gap: clamp(1.4rem, 2.6vw, 3rem);
  min-width: 0;
}

.site-footer__stack {
  position: relative;
  display: grid;
  align-content: start;
  gap: 0.72rem;
  min-width: 0;
  padding-left: clamp(1.1rem, 1.8vw, 1.7rem);
}

.site-footer__stack::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0.1rem;
  left: 0;
  width: 1px;
  background: rgba(167, 141, 130, 0.18);
}

.site-footer__title {
  position: relative;
  margin: 0 0 0.7rem;
  padding-bottom: 0.82rem;
  color: #4b403c;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-footer__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.75rem;
  height: 1px;
  background: rgba(167, 141, 130, 0.48);
}

.site-footer__link,
.site-footer__meta {
  color: #6f6661;
  line-height: 1.65;
}

.site-footer__link {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-bottom: 1px solid transparent;
  font-size: 0.94rem;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-footer__link--button {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6f6661;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.site-footer__link:hover {
  color: #8d4a5d;
  border-color: rgba(141, 74, 93, 0.28);
  transform: translateX(2px);
}

.site-footer__contact-list {
  display: grid;
  gap: 0.92rem;
  min-width: 0;
}

.site-footer__contact-row {
  display: grid;
  grid-template-columns: 2.2rem minmax(0, 1fr);
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  color: #6f6661;
  line-height: 1.62;
  transition: color 180ms ease, transform 180ms ease;
}

.site-footer__contact-row span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.site-footer__contact-row:hover {
  color: #8d4a5d;
  transform: translateX(2px);
}

.site-footer__contact-row--hours:hover {
  color: #6f6661;
  transform: none;
}

.site-footer__contact-icon,
.site-footer__shortcut {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(167, 141, 130, 0.18);
  background: rgba(255, 255, 255, 0.6);
  color: #8d4a5d;
  box-shadow: 0 12px 30px rgba(69, 43, 34, 0.045);
}

.site-footer__contact-icon {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
}

.site-footer__contact-icon svg,
.site-footer__shortcut-icon svg,
.site-footer__trust-item svg {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer__contact-icon svg {
  width: 1.05rem;
  height: 1.05rem;
  stroke-width: 1.85;
}

.site-footer__shortcut-links,
.site-footer__trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.site-footer__shortcut-links {
  gap: 0.85rem;
}

.site-footer__shortcut {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
  min-width: 3.1rem;
  height: 3.1rem;
  gap: 0.62rem;
  padding: 0 1.1rem;
  flex-shrink: 0;
  border-radius: 0.5rem;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.site-footer__shortcut:hover {
  transform: translateY(-2px);
  border-color: rgba(141, 74, 93, 0.28);
  background: rgba(255, 255, 255, 0.86);
  color: #7e3d50;
  box-shadow: 0 16px 36px rgba(69, 43, 34, 0.08);
}

.site-footer__shortcut-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
  color: currentColor;
}

.site-footer__shortcut-icon svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 1.8;
}

.site-footer__shortcut-label {
  display: inline-flex;
  align-items: center;
  color: #6f6661;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.site-footer__trust-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-footer__bottom {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1.25rem, 3vw, 2.25rem);
  margin-top: clamp(2.1rem, 3.2vw, 3.2rem);
  padding: clamp(1.15rem, 1.6vw, 1.45rem) 0 0;
  border-top: 1px solid rgba(167, 141, 130, 0.2);
}

.site-footer__bottom::before {
  content: none;
}

.site-footer__meta {
  min-width: 0;
  font-size: 0.94rem;
}

.site-footer__meta-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(111, 102, 97, 0.32);
  transition: color 0.18s ease, border-color 0.18s ease;
}

.site-footer__meta-link:hover {
  color: #8d4a5d;
  border-color: rgba(141, 74, 93, 0.44);
}

.site-footer__meta-developer {
  display: inline;
}

.site-footer__trust {
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0.9rem;
  min-height: 3.75rem;
  padding: 0.48rem 0.58rem 0.48rem 0.72rem;
  border: 1px solid rgba(167, 141, 130, 0.2);
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.56);
}

.site-footer__trust-intro,
.site-footer__trust-brands,
.site-footer__trust-item,
.site-footer__trust-icon,
.site-footer__trust-copy {
  display: inline-flex;
  align-items: center;
}

.site-footer__trust-intro {
  gap: 0.58rem;
  min-width: max-content;
}

.site-footer__trust-icon {
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #efe7e1;
  color: #8f7469;
}

.site-footer__trust-icon svg {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer__trust-copy {
  align-items: flex-start;
  flex-direction: column;
  gap: 0.08rem;
  line-height: 1.15;
}

.site-footer__trust-copy strong {
  color: #4b403c;
  font-size: 0.77rem;
  font-weight: 750;
}

.site-footer__trust-copy small {
  color: #8a8581;
  font-size: 0.64rem;
  white-space: nowrap;
}

.site-footer__trust-divider {
  width: 1px;
  height: 2.3rem;
  flex: 0 0 auto;
  background: rgba(167, 141, 130, 0.22);
}

.site-footer__trust-brands {
  gap: 0;
}

.site-footer__trust-item {
  justify-content: center;
  width: auto;
  min-width: 3rem;
  height: 2.7rem;
  padding: 0 0.62rem;
  flex-shrink: 0;
  border-left: 1px solid rgba(167, 141, 130, 0.15);
  color: #8d4a5d;
}

.site-footer__trust-item:first-child {
  border-left: 0;
}

.site-footer__trust-item svg {
  width: 1.28rem;
  height: 1.28rem;
  stroke-width: 1.7;
}

.site-footer__trust-item img {
  width: auto;
  height: 1.45rem;
  max-width: 5rem;
  object-fit: contain;
}

.site-footer__trust-item--payment {
  min-width: 5.8rem;
}

.site-footer__trust-item--payment img {
  height: 1.85rem;
  max-width: 4.8rem;
}

.site-footer__trust-item--card-brand {
  color: #2e2623;
}

.site-footer__card-brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 1.35rem;
}

.site-footer__card-brand-logo svg {
  display: block;
  width: 2.15rem;
  height: 1.05rem;
  fill: initial;
  stroke: none;
}

.site-footer__trust-item--transfer {
  gap: 0.4rem;
  min-width: auto;
  color: #7e655b;
}

.site-footer__trust-item--transfer svg {
  width: 1.05rem;
  height: 1.05rem;
}

.site-footer__trust-item-text {
  color: #6f6661;
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: clamp(2.25rem, 5vw, 3.25rem);
  }

  .site-footer__brand {
    max-width: none;
  }

  .site-footer__links-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .site-footer {
    margin-top: var(--space-16);
    padding-top: clamp(2.4rem, 7vw, 4rem);
  }

  .site-footer__links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1.6rem;
  }

  .site-footer__stack {
    padding-left: 1.15rem;
  }

  .site-footer__stack:last-child {
    grid-column: 1 / -1;
  }

  .site-footer__bottom {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .site-footer__trust {
    width: fit-content;
    max-width: 100%;
    justify-content: flex-start;
  }

  .site-footer__meta-separator {
    display: none;
  }

  .site-footer__meta-developer {
    display: block;
    margin-top: 0.25rem;
  }
}

@media (max-width: 640px) {
  .site-footer {
    padding-bottom: 8.5rem;
  }

  .site-footer .site-container {
    width: min(calc(100% - 1rem), var(--container));
  }

  .site-footer__grid {
    gap: 2rem;
  }

  .site-footer__brand {
    justify-items: center;
    text-align: center;
  }

  .site-footer__brand-head {
    grid-template-columns: auto auto;
    justify-content: center;
    justify-items: center;
    width: 100%;
    gap: 0.8rem;
  }

  .site-footer__brand-title {
    font-size: clamp(1.55rem, 7.5vw, 2rem);
    text-align: left;
    white-space: nowrap;
  }

  .site-footer__description {
    max-width: 22rem;
    font-size: 0.96rem;
  }

  .site-footer__shortcut-links {
    justify-content: center;
    width: 100%;
  }

  .site-footer__shortcut {
    width: fit-content;
    min-width: 0;
    height: 2.85rem;
    padding: 0 0.9rem;
    gap: 0.55rem;
  }

  .site-footer__shortcut-label {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: nowrap;
  }

  .site-footer__links-grid {
    grid-template-columns: 1fr;
    gap: 1.45rem;
  }

  .site-footer__stack:last-child {
    grid-column: auto;
  }

  .site-footer__stack {
    padding-left: 0;
    justify-items: center;
    text-align: center;
  }

  .site-footer__stack::before {
    display: none;
  }

  .site-footer__title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .site-footer__contact-row {
    display: inline-flex;
    justify-content: center;
    width: fit-content;
    max-width: min(100%, 22rem);
    text-align: center;
  }

  .site-footer__contact-list {
    justify-items: center;
    width: 100%;
  }

  .site-footer__contact-row span:last-child {
    text-align: center;
  }

  .site-footer__contact-row:last-child {
    flex-direction: column;
    gap: 0.5rem;
  }

  .site-footer__bottom {
    justify-items: center;
    text-align: center;
    padding: 1.1rem 0 0;
  }

  .site-footer__trust {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 0.55rem;
    width: 100%;
    padding: 0.7rem;
  }

  .site-footer__trust-intro {
    justify-content: center;
  }

  .site-footer__trust-divider {
    width: 100%;
    height: 1px;
  }

  .site-footer__trust-brands {
    justify-content: center;
    width: 100%;
  }

  .site-footer__trust-item {
    width: auto;
    min-width: 0;
    height: 2.5rem;
    padding: 0 clamp(0.42rem, 2.4vw, 0.7rem);
  }

  .site-footer__trust-item--payment {
    min-width: 0;
  }

  .site-footer__trust-item--payment img {
    height: 1.65rem;
    max-width: 4rem;
  }

  .site-footer__card-brand-logo {
    width: 2.05rem;
  }

  .site-footer__card-brand-logo svg {
    width: 2rem;
  }

  .site-footer__trust-item-text {
    font-size: 0.68rem;
  }
}
