.site-footer {
  width: 100%;
  padding: clamp(54px, 5vw, 76px) clamp(56px, 8vw, 124px) 24px;
  background: #172b23;
  color: #fffaf0;
}

.footer-inner { width: 100%; max-width: 1220px; margin: 0 auto; }
.footer-main {
  display: grid;
  grid-template-columns: minmax(300px, 1.3fr) minmax(160px, .5fr) minmax(220px, .65fr);
  gap: clamp(60px, 8vw, 130px);
  align-items: start;
  padding-bottom: clamp(28px, 2.8vw, 40px);
}
.footer-brand-lockup { display: flex; align-items: center; gap: 18px; margin-bottom: 28px; }
.footer-logo-wrap { width: 76px; height: 76px; flex: 0 0 76px; }
.footer-logo { display: block; width: 76px; height: 76px; object-fit: contain; }
.footer-logo-wrap .footer-logo { width: 100%; height: 100%; }
.footer-brand-name {
  max-width: 260px;
  color: #fffaf0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.16;
}
.footer-statement { max-width: 500px; margin: 0; color: rgba(255,250,240,.68); font-size: 15px; line-height: 1.75; }
.footer-heading { margin: 5px 0 25px; color: #d8bd88; font-size: 10px; font-weight: 600; line-height: 1.4; letter-spacing: .17em; text-transform: uppercase; }
.footer-main > div:nth-child(2) .footer-heading { margin-bottom: 14px; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { padding: 0; border-bottom: 0; }
.footer-links a,
.footer-contact a { color: rgba(255,250,240,.78); text-decoration: none; font-size: 14px; line-height: 1.5; }
.footer-links a:hover,
.footer-contact a:hover { color: #d8bd88; }
.footer-contact p:not(.footer-heading) { max-width: 290px; margin: 0 0 20px; color: rgba(255,250,240,.68); font-size: 14px; line-height: 1.7; }
.footer-contact a { padding-bottom: 4px; border-bottom: 1px solid #d8bd88; }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(216,189,136,.24);
  color: rgba(255,250,240,.48);
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand-column { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  .site-footer { padding: 52px 24px 24px; }
  .footer-main { grid-template-columns: 1fr; gap: 38px; }
  .footer-brand-column { grid-column: auto; }
  .footer-bottom { display: grid; gap: 12px; }
}
