.site-footer {
  width: 100%;
  border-top: 1px solid rgba(161, 141, 126, 0.32);
  background: #0e0e0e;
  color: #e5e2e1;
  font-family: "Montserrat", sans-serif;
}

.site-footer__main,
.site-footer__bottom {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.site-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.8fr) minmax(240px, 1fr);
  gap: 64px;
  padding: 72px 0 56px;
}

.site-footer__brand {
  display: inline-block;
  margin-bottom: 18px;
  color: #ffb875;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.site-footer__description {
  max-width: 360px;
  color: #a18d7e;
  font-size: 14px;
  line-height: 1.75;
}

.site-footer__label {
  display: block;
  margin-bottom: 20px;
  color: #b5914c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.site-footer__nav a,
.site-footer__story-link {
  color: #d9c3b1;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  transition: color 220ms ease;
}

.site-footer__nav a:hover,
.site-footer__story-link:hover {
  color: #ffb875;
}

.site-footer__contact-title {
  margin: 0 0 20px;
  color: #e5e2e1;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
}

.site-footer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border: 1px solid #d4842e;
  background: #d4842e;
  color: #17100a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 22px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 220ms ease, border-color 220ms ease;
}

.site-footer__cta:hover {
  border-color: #ffb875;
  background: #ffb875;
}

.site-footer__cta .material-symbols-outlined {
  font-size: 18px;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(161, 141, 126, 0.18);
  color: #756a62;
  font-size: 11px;
  line-height: 1.5;
  padding: 22px 0 28px;
}

.gallery-quote-cta {
  border-top: 1px solid rgba(161, 141, 126, 0.2);
  background: #131313;
  padding: 104px 24px;
}

.gallery-quote-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 64px;
  width: min(1200px, 100%);
  margin: 0 auto;
}

.gallery-quote-cta__eyebrow {
  display: block;
  margin-bottom: 14px;
  color: #d4842e;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gallery-quote-cta__title {
  max-width: 700px;
  margin: 0 0 16px;
  color: #e5e2e1;
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.gallery-quote-cta__text {
  max-width: 620px;
  color: #a18d7e;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

.gallery-quote-cta__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  border: 1px solid #d4842e;
  color: #ffb875;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0 24px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 220ms ease, color 220ms ease;
}

.gallery-quote-cta__link:hover {
  background: #d4842e;
  color: #17100a;
}

@media (max-width: 767px) {
  .site-footer__main,
  .site-footer__bottom {
    width: min(100% - 32px, 1200px);
  }

  .site-footer__main {
    grid-template-columns: minmax(0, 1fr);
    gap: 40px;
    padding: 56px 0 40px;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0 24px;
  }

  .site-footer__cta {
    width: 100%;
  }

  .gallery-quote-cta {
    padding: 72px 16px;
  }

  .gallery-quote-cta__inner {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 32px;
  }

  .gallery-quote-cta__title {
    font-size: 32px;
    line-height: 1.25;
  }

  .gallery-quote-cta__link {
    width: 100%;
  }
}
