.site-footer {
  --footer-ink: #f6f3ed;
  --footer-muted: rgba(246, 243, 237, .68);
  --footer-line: rgba(255, 255, 255, .13);
  --footer-accent: #a8b6a3;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 28px 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 0%, rgba(112, 137, 124, .18), transparent 35%),
    linear-gradient(145deg, #0e1a27 0%, #132536 58%, #0d1823 100%);
  color: var(--footer-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: left;
}

.site-footer *,
.site-footer *::before,
.site-footer *::after {
  box-sizing: border-box;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer a:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .72);
  outline-offset: 4px;
}

.tb-footer-callout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  width: min(1180px, 100%);
  margin: 0 auto 58px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-top: 0;
  border-radius: 0 0 24px 24px;
  padding: clamp(30px, 4vw, 48px);
  background: linear-gradient(135deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .035));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
}

.tb-footer-callout::after {
  position: absolute;
  right: 40px;
  bottom: -1px;
  left: 40px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(168, 182, 163, .75), transparent);
}

.tb-footer-kicker {
  margin: 0 0 9px;
  color: #bfccb9;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.tb-footer-callout h2 {
  max-width: 740px;
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3.2vw, 43px);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.06;
  text-wrap: balance;
}

.tb-footer-callout > div > p:last-child {
  max-width: 680px;
  margin: 14px 0 0;
  color: var(--footer-muted);
  font-size: 14px;
  line-height: 1.65;
}

.tb-footer-actions {
  display: grid;
  gap: 10px;
  min-width: 205px;
}

.tb-footer-primary,
.tb-footer-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 11px 18px;
  font-size: 13px;
  font-weight: 850;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

.tb-footer-primary {
  border: 1px solid #e9eee7;
  background: #f3f0e9;
  color: #142435 !important;
}

.tb-footer-secondary {
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .045);
}

.tb-footer-primary:hover,
.tb-footer-secondary:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.tb-footer-secondary:hover {
  border-color: rgba(255, 255, 255, .55);
  background: rgba(255, 255, 255, .09);
}

.tb-footer-shell {
  display: grid;
  grid-template-columns: minmax(250px, 1.22fr) repeat(3, minmax(145px, .72fr));
  gap: clamp(30px, 5vw, 66px);
  width: min(1180px, 100%);
  margin: 0 auto;
}

.tb-footer-intro,
.tb-footer-column {
  min-width: 0;
}

.tb-footer-brand {
  display: inline-block;
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1;
}

.tb-footer-brand span {
  color: var(--footer-accent);
}

.tb-footer-region {
  margin: 10px 0 19px !important;
  color: rgba(255, 255, 255, .48) !important;
  font-size: 10px !important;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.tb-footer-intro > p:not(.tb-footer-region) {
  max-width: 350px;
  margin: 0 0 20px;
  color: var(--footer-muted);
  font-size: 13px;
  line-height: 1.7;
}

.tb-footer-contact {
  display: grid;
  gap: 7px;
}

.tb-footer-contact a {
  width: fit-content;
  color: rgba(255, 255, 255, .88);
  font-size: 13px;
  font-weight: 750;
}

.tb-footer-column {
  display: grid;
  align-content: start;
  gap: 10px;
}

.tb-footer-column h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.tb-footer-column a {
  position: relative;
  width: fit-content;
  max-width: 100%;
  color: var(--footer-muted);
  font-size: 12.5px;
  line-height: 1.45;
  transition: color .16s ease, transform .16s ease;
}

.tb-footer-column a:hover,
.tb-footer-contact a:hover,
.tb-footer-bottom a:hover {
  color: #fff;
  text-decoration: none;
  transform: translateX(2px);
}

.tb-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: min(1180px, 100%);
  margin: 46px auto 0;
  border-top: 1px solid var(--footer-line);
  padding-top: 22px;
}

.tb-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, .45);
  font-size: 11px;
  line-height: 1.55;
}

.tb-footer-bottom a {
  color: rgba(255, 255, 255, .62);
}

@media (prefers-reduced-motion: reduce) {
  .site-footer a {
    transition: none;
  }
}

@media (max-width: 920px) {
  .tb-footer-callout {
    grid-template-columns: 1fr;
  }

  .tb-footer-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }

  .tb-footer-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .site-footer {
    padding: 0 18px 106px;
  }

  .tb-footer-callout {
    gap: 24px;
    margin-bottom: 42px;
    border-radius: 0 0 18px 18px;
    padding: 30px 22px;
  }

  .tb-footer-actions {
    grid-template-columns: 1fr;
  }

  .tb-footer-shell {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tb-footer-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
  }

  .tb-footer-column h2 {
    grid-column: 1 / -1;
  }

  .tb-footer-bottom {
    flex-direction: column;
    margin-top: 36px;
  }
}
