/* Exact owner-approved full master. Preserve all artwork and original aspect ratio. */
.footer-addresses {
  display:flex;
  flex-wrap:wrap;
  gap:24px 64px;
  width:100%;
  padding:12px 0 20px;
  color:var(--navy);
  font-size:1rem;
  line-height:1.6;
}
.footer-addresses address {font-style:normal;}
.footer-addresses strong {display:inline-block;margin-bottom:4px;}
.footer-community {
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:24px 36px;
  width:100%;
  padding:8px 0 24px;
  border-bottom:1px solid var(--line, #dce2e8);
}
.footer-community .granbury-home {margin:0;}
.footer-community .granbury-home p {
  margin:0 0 12px;
  color:var(--navy, #142d45);
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.footer-community a {display:inline-block;margin:0;}
.footer-community .granbury-mark {display:block;width:260px;max-width:100%;height:auto;}
.footer-community .local-marks {display:flex;align-items:center;gap:26px;}
.footer-community .county-mark {display:block;width:76px;height:76px;object-fit:contain;}
.footer-community .texas-mark {display:block;width:48px;height:32px;}
.footer-community .texas-pride {display:grid;justify-items:center;gap:7px;}
.footer-community .texas-pride span {font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;}
.header-inner > .brand,
.header-inner > .logo {
  display:block;
  width:240px;
  flex:0 0 240px;
  min-width:0;
}
.header-inner > .brand img,
.header-inner > .logo img {
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
}
@media(max-width:760px) {
  .header-inner > .brand,
  .header-inner > .logo {width:180px;flex-basis:180px;}
}
@media(max-width:360px) {
  .header-inner > .brand,
  .header-inner > .logo {width:165px;flex-basis:165px;}
}
