.pw-footer {
  background: #001f3f;
  color: #f4ebdd;
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1.5rem, 5vw, 4.5rem) clamp(2.5rem, 5vw, 4rem);
}

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

.pw-footer__shell { margin: 0 auto; max-width: 100rem; }

.pw-footer__grid {
  align-items: start;
  display: grid;
  gap: clamp(2rem, 3vw, 3.5rem);
  grid-template-columns: minmax(20rem, 1.45fr) repeat(4, minmax(9rem, 1fr));
}

.pw-footer__brand { min-width: 0; }

.pw-footer__logo-panel {
  align-items: center;
  background: #f4ebdd;
  border-radius: 1.125rem;
  display: flex;
  justify-content: center;
  max-width: 24rem;
  padding: clamp(1rem, 2.4vw, 1.75rem);
}

.pw-footer__logo { display: block; height: auto; max-width: 100%; width: 100%; }

.pw-footer__tagline {
  color: #f4ebdd;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-style: italic;
  line-height: 1.45;
  margin: 1.5rem 0 0;
}

.pw-footer__nav { align-content: start; display: grid; gap: 1rem; min-width: 0; }

.pw-footer__heading {
  color: #f26a21;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1.25;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.pw-footer__heading::after {
  background: #f26a21;
  content: "";
  display: block;
  height: 0.125rem;
  margin-top: 0.75rem;
  width: 4.5rem;
}

.pw-footer__nav a,
.pw-footer__bottom a {
  color: #f4ebdd;
  font-family: Lato, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-underline-offset: 0.25rem;
}

.pw-footer__nav a { font-size: 1rem; line-height: 1.45; }
.pw-footer__nav a:hover,
.pw-footer__bottom a:hover { color: #f9d8bd; text-decoration: underline; }

.pw-footer a:focus-visible {
  border-radius: 0.2rem;
  outline: 0.1875rem solid #f26a21;
  outline-offset: 0.25rem;
}

.pw-footer__bottom {
  align-items: flex-start;
  border-top: 0.0625rem solid rgba(244, 235, 221, 0.78);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-top: clamp(3rem, 6vw, 5rem);
  padding-top: 2rem;
}

.pw-footer__bottom p {
  color: #f4ebdd;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
  max-width: 62rem;
}

.pw-footer__bottom a { flex: 0 0 auto; font-size: 0.95rem; line-height: 1.6; }

@media (max-width: 74rem) {
  .pw-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pw-footer__brand { grid-column: 1 / -1; max-width: 32rem; }
}

@media (max-width: 44rem) {
  .pw-footer { padding: 3rem 1.35rem 2.25rem; }
  .pw-footer__grid { gap: 2.5rem; grid-template-columns: 1fr; }
  .pw-footer__brand { grid-column: auto; }
  .pw-footer__logo-panel { max-width: 22rem; }
  .pw-footer__nav { gap: 0.9rem; }
  .pw-footer__bottom { flex-direction: column; gap: 1rem; margin-top: 3rem; }
  .pw-footer__bottom a { min-height: 2.75rem; padding: 0.55rem 0; }
}
