.tt-site-footer {
  position: relative;
  overflow: hidden;
  padding: 92px var(--tt-gutter) 24px;
  border-top: 1px solid var(--tt-gold-line);
  background: #070809;
}
.tt-footer-grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, var(--tt-container));
  margin: auto;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 42px;
}
.tt-footer-grid > div:nth-child(1) {
  grid-column: 1 / 5;
  grid-row: 1 / 3;
}
.tt-footer-grid > div:nth-child(2) {
  grid-column: 6 / 9;
}
.tt-footer-grid > div:nth-child(3) {
  grid-column: 10 / 13;
}
.tt-footer-grid > div:nth-child(4) {
  grid-column: 6 / 13;
  grid-row: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  padding-top: 30px;
  border-top: 1px solid var(--tt-line);
}
.tt-site-footer h2 {
  margin: 0 0 16px;
  color: var(--tt-gold-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.tt-site-footer p,
.tt-site-footer address,
.tt-site-footer a {
  color: #bcb8b0;
  font-size: 13px;
}
.tt-site-footer address,
.tt-site-footer div > a:not(.tt-button) {
  display: block;
  margin-bottom: 6px;
  text-decoration: none;
}
.tt-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tt-footer-brand .tt-crown {
  width: 58px;
  margin-bottom: 24px;
  color: var(--tt-gold-light);
}
.tt-footer-brand strong {
  font-size: 23px;
  font-weight: 480;
}
.tt-footer-brand p {
  max-width: 28ch;
}
.tt-footer-menu {
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}
.tt-footer-menu a {
  text-decoration: none;
}
.tt-footer-action .tt-button {
  grid-column: 2;
  grid-row: 1 / 3;
}
.tt-footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  width: min(100%, var(--tt-container));
  margin: 64px auto 0;
  padding-top: 20px;
  border-top: 1px solid var(--tt-line);
  justify-content: space-between;
}
.tt-footer-bottom p {
  margin: 0;
}
.tt-footer-bottom nav {
  display: flex;
  gap: 24px;
}
.tt-footer-crown {
  position: absolute;
  right: -5vw;
  bottom: -70px;
  color: rgba(209, 166, 77, 0.05);
}
.tt-crown--footer {
  width: min(40vw, 560px);
  stroke-width: 0.4;
}
