/* Footer-specific overrides for AI edits. */
.site-footer {
  background: var(--bw-color-footer-bg);
  color: var(--bw-color-footer-text);
  margin-top: 3rem;
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  max-width: 1180px;
  margin: 0 auto;
  padding: 3rem 1.5rem 2rem;
}

.site-footer__kicker {
  margin-bottom: 0.75rem;
  color: #f0c27b;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-footer__brand h2 {
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.site-footer__media {
  align-self: stretch;
}

.site-footer__image {
  min-height: 240px;
  height: 100%;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background-image: linear-gradient(180deg, rgba(18, 52, 74, 0.18), rgba(18, 52, 74, 0.36)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 760 520'%3E%3Crect width='760' height='520' fill='%23204b63'/%3E%3Crect y='330' width='760' height='190' fill='%2312344a'/%3E%3Crect x='90' y='120' width='180' height='210' rx='18' fill='%23f0c27b' opacity='.95'/%3E%3Crect x='300' y='90' width='170' height='240' rx='18' fill='%23b5542f' opacity='.95'/%3E%3Crect x='500' y='150' width='170' height='180' rx='18' fill='%23f7f3eb' opacity='.92'/%3E%3Ccircle cx='620' cy='120' r='42' fill='%23f0c27b'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.site-footer a {
  color: inherit;
}

.site-footer .footer-widgets {
  grid-column: 1 / -1;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
}

.site-footer .colophon {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1180px;
  margin: 0 auto;
  padding: 1.25rem 1.5rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  text-align: left;
}

.site-footer .credits {
  color: rgba(247, 243, 235, 0.82);
}

.site-footer .sep {
  display: inline-block;
  margin: 0 0.35rem;
}

@media (max-width: 900px) {
  .site-footer__top,
  .site-footer .colophon {
    grid-template-columns: 1fr;
    display: block;
  }

  .site-footer__media {
    margin: 1.5rem 0;
  }

  .site-footer .colophon {
    text-align: center;
  }

  .site-footer .credits {
    margin-top: 0.75rem;
  }
}
