.contact-section {
  color: var(--paper);
  background: var(--forest);
}

.contact-grid {
  max-width: 1160px;
}

.contact-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: clamp(48px, 10vw, 140px);
}

.contact-heading h2 {
  max-width: 780px;
  margin-bottom: 0;
  font-size: clamp(3.4rem, 5.8vw, 6rem);
}

.contact-heading > p {
  margin: 0 0 10px;
  color: rgba(255, 253, 248, 0.72);
}

.contact-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(48px, 7vw, 84px);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-list a {
  display: grid;
  min-width: 0;
  gap: 3px;
  padding: 24px 24px 24px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-list a:not(:first-child) {
  padding-left: 24px;
}

.contact-list a:last-child {
  border-right: 0;
}

.contact-list small {
  color: var(--gold-soft);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-list strong {
  font-family: var(--font-display);
  overflow-wrap: anywhere;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 500;
}

.site-footer {
  padding-block: 68px 26px;
  color: var(--paper);
  background: var(--forest-deep);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.75fr;
  gap: 50px;
}

.brand--footer img {
  width: 44px;
  height: 44px;
}

.brand--footer .brand-copy small,
.brand--footer .brand-copy strong {
  color: var(--paper);
}

.brand--footer .brand-copy strong span {
  color: var(--gold);
}

.footer-brand p,
.footer-grid > div > p {
  max-width: 420px;
  margin: 18px 0 0;
  color: rgba(255, 253, 248, 0.56);
  font-size: 0.78rem;
}

.footer-grid > div > strong {
  display: block;
  margin-bottom: 16px;
  color: var(--gold-soft);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-grid > div > a {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 253, 248, 0.78);
  font-size: 0.82rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 54px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 253, 248, 0.47);
  font-size: 0.67rem;
}

.footer-bottom a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.footer-bottom a:hover {
  color: #fff;
}
