/* Shared site footer — independent of each page's contact-panel width. */
.contact-footer.footer-updated {
  container-type: inline-size;
  width: min(1600px, calc(100vw - 320px));
  align-self: center;
  flex-shrink: 0;
  min-height: 0;
  gap: 0;
  padding: clamp(64px, 8.333333vw, 160px) 0 0;
  background: #003527;
  color: #fff;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .contact-footer.footer-updated { width: 1200px; }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .contact-footer.footer-updated { width: 1040px; }
}
@media (max-width: 1199px) {
  .contact-footer.footer-updated { width: calc(100vw - 2 * var(--gutter)); }
}
.contact-footer.footer-updated::before { background: #003527; }
.footer-updated-grid {
  display: grid;
  grid-template-columns: 46% 7.3125% 13.375%;
  justify-content: space-between;
  align-items: start;
}
.footer-updated-logo {
  display: block;
  width: 18.0625cqw;
  height: 6.75cqw;
  margin-bottom: 1cqw;
}
.footer-addresses {
  display: grid;
  min-height: 7.375cqw;
  grid-template-columns: 1fr 1fr;
  gap: 6cqw;
}
.footer-office { position: relative; min-width: 0; }
.footer-office + .footer-office::before {
  content: "";
  position: absolute;
  left: -3cqw;
  top: 0;
  height: 7.375cqw;
  border-left: 1px solid var(--stroke-color);
}
.footer-updated h3,
.footer-updated p,
.footer-updated a {
  margin: 0;
  font-family: "InterVariable", Arial, sans-serif;
  color: #fff;
}
.footer-updated h3 {
  font-size: 1.5cqw;
  line-height: 2cqw;
  font-weight: 700;
  font-variation-settings: "wght" 700;
  letter-spacing: -.025em;
}
.footer-office p,
.footer-updated-links a {
  font-size: 1.25cqw;
  line-height: 1.75cqw;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  letter-spacing: -.015em;
}
.footer-updated-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5cqw;
  white-space: nowrap;
}
.footer-updated-links a:hover { text-decoration: underline; text-underline-offset: .25em; }
.footer-updated a:focus-visible { outline: 2px solid #fff; outline-offset: 5px; }
.footer-updated-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5cqw;
  margin-top: 10cqw;
}
.footer-updated-wordmark {
  display: block;
  width: 70.9299375cqw;
  height: 12.996375cqw;
}
.footer-updated-strip {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 4.5cqw;
}
.footer-updated-strip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  border-top: 1px solid var(--stroke-color);
}
.footer-updated-strip p {
  font-size: .875cqw;
  line-height: 1.5cqw;
  letter-spacing: -.015em;
}
/* Homepage CTA: 800px copy, 264px gap and 216px button at 1920px. */
.home-contact-cta {
  display: grid;
  grid-template-columns: minmax(0, 800fr) minmax(0, 216fr);
  column-gap: 20.625%;
  align-content: center;
  align-items: end;
}
.home-contact-cta .contact-copy,
.home-contact-cta .contact-copy h2,
.home-contact-cta .contact-copy p { width: 100%; }
.home-contact-cta .contact-actions { margin: 0; align-self: end; justify-self: end; }
.home-contact-cta .contact-button-primary {
  min-width: 0;
  width: max-content;
  height: auto;
  padding: 16px 32px;
  border: 0;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home-contact-cta .contact-button-primary { padding: 12px 24px; }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-contact-cta .contact-button-primary { padding: 10.4px 20.8px; }
}
@media (max-width: 1199px) {
  .home-contact-cta { display: flex; flex-direction: column; height: auto; min-height: 440px; gap: 40px; padding: 64px; }
  .home-contact-cta .contact-actions { align-self: flex-start; }
}
@media (max-width: 760px) {
  .home-contact-cta { padding: 40px 24px; }
  .home-contact-cta .contact-copy br { display: none; }
}
@media (max-width: 1199px) {
  .footer-updated-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-offices { grid-column: 1 / -1; }
  .footer-updated-logo { width: 240px; height: 90px; margin-bottom: 24px; }
  .footer-updated h3 { font-size: 24px; line-height: 32px; }
  .footer-office p, .footer-updated-links a { font-size: 20px; line-height: 28px; }
  .footer-updated-links { gap: 24px; }
  .footer-office + .footer-office::before { height: 118px; }
  .footer-updated-strip { min-height: 72px; }
  .footer-updated-strip p { font-size: 14px; line-height: 24px; }
}
@media (max-width: 620px) {
  .footer-addresses { grid-template-columns: 1fr; gap: 24px; }
  .footer-office + .footer-office::before { display: none; }
  .footer-updated-grid { grid-template-columns: 1fr; }
  .footer-updated-brand { margin-top: 64px; gap: 32px; }
  .footer-updated-wordmark { width: 100%; height: auto; aspect-ratio: 1134.879 / 207.942; }
  .footer-updated-strip { flex-wrap: wrap; gap: 12px; padding: 16px 0; height: auto; }
}
