body > footer {
  display: grid;
  grid-template-columns: minmax(210px, 1.1fr) minmax(180px, .8fr) minmax(250px, 1fr);
  gap: 1.25rem 2.5rem;
  align-items: center;
  text-align: left;
}

body > footer > p { margin: 0; }

body > footer > p:first-of-type { grid-column: 2; }

body > footer .social-links {
  grid-column: 3;
  justify-self: end;
}

.brokerage-disclosure {
  grid-column: 1 / -1;
  width: 100%;
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto auto;
  gap: .55rem 1.4rem;
  align-items: center;
  padding-top: 1.25rem;
  margin-top: .35rem;
  border-top: 1px solid rgba(255,255,255,.18);
  font-size: .8rem;
  line-height: 1.55;
  letter-spacing: .02em;
}

.brokerage-disclosure strong {
  color: #d7b774;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brokerage-disclosure a,
.license-disclosure + a,
footer > p a {
  color: inherit;
}

.license-disclosure {
  grid-column: 1 / 3;
  width: auto;
  margin: 0;
  font-size: .75rem;
  line-height: 1.6;
  opacity: .78;
  text-transform: none;
  letter-spacing: .02em;
}

body > footer > p:last-of-type {
  grid-column: 3;
  justify-self: end;
  text-align: right;
}

body > footer.page-footer {
  grid-template-columns: minmax(210px, 1fr) auto auto;
}

.page-footer > span:first-child { grid-column: 1; }

.page-footer > a[href^="mailto:"] {
  grid-column: 2;
  justify-self: end;
}

.page-footer > a[href^="tel:+14348822287"] {
  grid-column: 3;
  justify-self: end;
}

.page-footer .license-disclosure {
  grid-column: 1 / 3;
  justify-self: start;
  text-align: left;
}

.page-footer > a:last-child {
  grid-column: 3;
  justify-self: end;
}

.privacy-page {
  min-height: 70vh;
  padding: clamp(4rem, 8vw, 7.5rem) clamp(1.5rem, 8vw, 8rem);
  background: #f4f0e7;
  color: #17382f;
}

.privacy-page article {
  max-width: 780px;
  margin: 0 auto;
}

.privacy-page h1 {
  max-width: 760px;
  margin: .5rem 0 1.5rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 500;
  line-height: .95;
}

.privacy-page h2 {
  margin: 2.2rem 0 .65rem;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  font-weight: 500;
}

.privacy-page p,
.privacy-page li {
  font-size: 1rem;
  line-height: 1.8;
}

.privacy-page ul { padding-left: 1.25rem; }

@media (max-width: 900px) {
  body > footer,
  body > footer.page-footer {
    grid-template-columns: 1fr;
    gap: 1rem;
    text-align: center;
  }

  body > footer > p:first-of-type,
  body > footer .social-links,
  .brokerage-disclosure,
  .license-disclosure,
  body > footer > p:last-of-type,
  .page-footer > span:first-child,
  .page-footer > a[href^="mailto:"],
  .page-footer > a[href^="tel:+14348822287"],
  .page-footer .license-disclosure,
  .page-footer > a:last-child {
    grid-column: 1;
    justify-self: center;
    text-align: center;
  }

  .brokerage-disclosure {
    grid-template-columns: 1fr 1fr;
    gap: .45rem 1.25rem;
  }
}

@media (max-width: 560px) {
  .brokerage-disclosure { grid-template-columns: 1fr; }
}
