/* CONTACT page — minimal layout aids (no design-system overrides) */
.side-card .k,
.side-card .v{display:block}
.side-card .v{word-break:break-word}
@media (max-width:560px){
  .side-card .v{font-size:15.5px}
}
aside .note{margin-top:34px;letter-spacing:.18em;text-transform:uppercase}
aside .chip-row{margin-top:14px}
aside .map-wrap{margin-top:26px}
/* placeholder so the lazy-loaded map never reads as a broken empty box */
.map-wrap{
  min-height:280px;position:relative;background:var(--paper2);
}
.map-wrap::before{
  content:"SERVICE AREA — DALLAS–FORT WORTH, TX";
  position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  font-family:var(--mono);font-size:11px;font-weight:700;letter-spacing:.2em;
  color:var(--mortar);text-align:center;padding:0 20px;
}
.map-wrap iframe{position:relative;z-index:1}
