/*
 * Footer primitives.
 *
 * Migrated from assets/styles.css without changing approved rendered output.
 */

.footer {
  color: var(--white);
  background: #151617;
  padding: 18px 0 12px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 1.28fr 1.2fr 1.12fr;
  gap: 30px;
  padding-bottom: 15px;
}

.footer-brand {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--white);
  font-size: 1.55rem;
}

.footer p,
.footer a {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.66rem;
  line-height: 1.35;
  font-weight: 700;
}

.footer h3 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 900;
}

.footer a {
  margin: 6px 0;
}

.socials {
  display: flex;
  gap: 9px;
  margin-top: 14px;
}

.socials a {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: var(--white);
  font-size: 0.65rem;
}

.newsletter {
  margin-top: 8px;
}

.newsletter input {
  width: 100%;
  height: 24px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  background: transparent;
  color: var(--white);
  font-size: 0.66rem;
}

.newsletter button {
  margin-top: 8px;
  min-height: 20px;
  padding: 0 18px;
  border: 0;
  border-radius: 3px;
  background: var(--yellow);
  color: var(--black);
  font-size: 0.62rem;
  font-weight: 900;
}

.copyright {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 0.68rem;
  font-weight: 700;
}
