/* Homepage contact, office and footer — September 2026. */
.lf-contact-banner, .lf-office, .lf-footer {
  --lf-navy: #092957;
  --lf-orange: #ff881c;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--lf-navy);
}
.lf-contact-inner, .lf-office-inner {
  width: min(1560px, calc(100% - 112px));
  margin-inline: auto;
}
.lf-contact-banner {
  position: relative;
  isolation: isolate;
  background: #ff901f;
  overflow: hidden;
}
.lf-contact-banner::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, #ff901f 58%, rgba(255,144,31,.78)), url("/assets/brenda-georgia-capitol-20260902.png") right 15% / 760px auto no-repeat;
}
.lf-contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  padding-block: 48px 52px;
}
.lf-kicker {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.lf-kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  flex: 0 0 30px;
  background: currentColor;
}
.lf-contact-banner h2 {
  margin: 0;
  max-width: none;
  font-family: inherit;
  font-size: clamp(32px, 3.1vw, 56px);
  line-height: 1.14;
  font-weight: 600;
  letter-spacing: -.025em;
}
.lf-contact-intro {
  margin: 8px 0 0;
  font-size: clamp(19px, 1.55vw, 28px);
  line-height: 1.4;
}
.lf-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  min-height: 68px;
  padding: 18px 36px;
  border-radius: 5px;
  background: #092957;
  color: #fff;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .1em;
  text-decoration: none;
  transition: background .2s;
}
.lf-button:hover { background: #15447e; color: #fff; }
.lf-button:focus-visible, .lf-footer a:focus-visible, .lf-office address a:focus-visible {
  outline: 3px solid #2463a8;
  outline-offset: 5px;
}
.lf-button span { font-family: Arial, sans-serif; font-size: 28px; line-height: 1; }
.lf-office { background: #f6f5f2; }
.lf-office-inner {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: 64px;
  padding-block: 30px;
}
.lf-office .lf-kicker::before { background: #ff881c; }
.lf-office h2 {
  margin: 0 0 20px;
  font-family: inherit;
  font-size: clamp(36px, 3.3vw, 60px);
  line-height: 1.15;
  letter-spacing: -.025em;
}
.lf-office address {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin: 0 0 22px;
  font-size: clamp(20px, 1.8vw, 31px);
  line-height: 1.4;
  font-style: normal;
  color: #465772;
}
.lf-office address a { color: inherit; text-decoration: none; }
.lf-icon { width: 30px; height: 30px; flex: 0 0 30px; color: #fb8519; }
.lf-office address .lf-icon { width: 34px; height: 42px; flex-basis: 34px; }
.lf-office-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 1.5;
  color: #53627a;
}
.lf-office-note .lf-icon { color: #53627a; width: 25px; height: 25px; flex-basis: 25px; }
.lf-office-map {
  overflow: hidden;
  min-width: 0;
  height: 365px;
  border: 1px solid #d9dce1;
  border-radius: 17px;
  background: #e7e9e8;
}
.lf-office-map iframe { display: block; width: 100%; height: 100%; border: 0; }
.site-footer.lf-footer {
  padding: 30px max(56px, calc((100% - 1560px) / 2)) 25px;
  background: #fbfcff;
}
.lf-footer .footer-main {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0 0 28px;
}
.lf-footer .footer-brand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 15px;
  padding-right: 48px;
}
.lf-footer .footer-brand img { width: 72px; height: 80px; object-fit: contain; }
.lf-footer .footer-brand strong {
  color: #092957;
  font-family: inherit;
  font-size: 37px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -.02em;
}
.lf-footer .footer-brand small {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: .18em;
  font-weight: 600;
  color: #53627a;
}
.lf-footer .footer-main address { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 0; }
.lf-footer .footer-main address a {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 12px 38px;
  border-left: 1px solid #cbd3df;
  color: #092957;
  font-size: clamp(18px, 1.4vw, 25px);
  font-weight: 400;
}
.lf-footer .footer-bottom {
  gap: 18px;
  padding-top: 18px;
  border-color: #cbd3df;
  color: #465772;
  font-size: 16px;
  line-height: 1.5;
}
.lf-footer .footer-bottom a { font-weight: 400; }
.lf-footer .footer-bottom nav { gap: 12px; }
.lf-footer .footer-bottom p { margin: 0; }
body:has(.lf-footer) .chatbot:not(.is-open) { right: 16px; bottom: 110px; }
body:has(.lf-footer) .chatbot-launcher {
  border: 2px solid #fff;
  border-radius: 999px;
  min-height: 58px;
  padding: 8px 22px 8px 12px;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .lf-contact-inner, .lf-office-inner { width: calc(100% - 64px); gap: 32px; }
  .lf-contact-banner h2 { font-size: 38px; }
  .site-footer.lf-footer { padding-inline: 32px; }
  .lf-footer .footer-brand { padding-right: 24px; }
  .lf-footer .footer-brand strong { font-size: 30px; }
  .lf-footer .footer-main address a { padding-inline: 24px; }
}
@media (max-width: 900px) {
  .lf-contact-inner { grid-template-columns: 1fr; gap: 24px; padding-block: 36px; }
  .lf-contact-inner > .lf-button { justify-self: start; }
  .lf-office-inner { grid-template-columns: 1fr; padding-block: 36px; }
  .lf-office h2 { font-size: 44px; }
  .lf-office-map { height: 330px; }
  .lf-footer .footer-main { flex-wrap: wrap; gap: 22px; }
  .lf-footer .footer-main address a:first-child { border-left: 0; padding-left: 0; }
  .lf-footer .footer-bottom { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 540px) {
  .lf-contact-inner, .lf-office-inner { width: calc(100% - 40px); }
  .lf-contact-banner h2 { font-size: 34px; }
  .lf-contact-intro { font-size: 20px; }
  .lf-office h2 { font-size: 38px; }
  .lf-kicker { font-size: 12px; }
  .lf-button { min-height: 60px; padding: 16px 24px; font-size: 15px; }
  .lf-office address { gap: 10px; font-size: 21px; }
  .lf-office-map { height: 300px; }
  .site-footer.lf-footer { padding: 28px 20px 108px; }
  .lf-footer .footer-brand { padding-right: 0; }
  .lf-footer .footer-main address { flex-direction: column; gap: 16px; }
  .lf-footer .footer-main address a { padding: 0; border-left: 0; font-size: 21px; }
  .lf-footer .footer-bottom { font-size: 14px; }
  body:has(.lf-footer) .chatbot:not(.is-open) { right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); }
}
