.designerCredit {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.designerCredit a {
  color: #d3b978;
  font-weight: 700;
}

.designerCredit a:hover {
  color: #ffffff;
}

.footerCreditBar {
  padding: 15px 24px 17px;
  border-top: 1px solid rgba(211, 185, 120, .25);
  background: #031522;
  color: rgba(255, 255, 255, .78);
  text-align: center;
  font-size: 13px;
  letter-spacing: .025em;
}

.footerCreditBar a {
  color: #e2bd6c;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footerCreditBar a:hover { color: #fff; }

.mapSection {
  padding: 90px max(28px, calc((100vw - 1240px) / 2));
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: 70px;
  background: #ffffff;
}

.mapIntro h2 {
  margin: 0;
  color: #101820;
  font: 600 clamp(40px, 4vw, 58px)/1.05 var(--serif);
}

.mapIntro > p:last-child {
  margin-top: 22px;
  color: #64707a;
  font-size: 15px;
  line-height: 1.8;
}

.mapFrame {
  overflow: hidden;
  border: 1px solid #dfe3e6;
  border-bottom: 4px solid #a98545;
  box-shadow: 0 22px 55px rgba(7, 23, 36, 0.15);
}

.mapFrame iframe {
  display: block;
}

@media (max-width: 760px) {
  .designerCredit {
    display: block;
    margin: 8px 0 0;
    padding: 0;
    border-left: 0;
  }

  .mapSection {
    padding: 70px 22px;
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .mapFrame iframe {
    height: 360px;
  }
}

/* Dedicated location pages */
.locationDrop > div { grid-template-columns: repeat(2, minmax(220px, 1fr)); }
.footerLocations .footerLocationName { color: #dcb25f; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.locationPageDetails { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 70px; padding: 90px max(28px, calc((100vw - 1240px) / 2)); background: #fff; }
.locationPageDetails h2 { margin: 0 0 22px; color: #101820; font: 600 clamp(40px, 4vw, 58px)/1.05 var(--serif); }
.locationPageDetails > div > p:last-of-type { color: #64707a; line-height: 1.8; }
.locationBenefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 28px; }
.locationBenefits span { padding: 15px; border: 1px solid #e4e0d8; color: #253442; font-weight: 700; }
.locationInfoCard { padding: 34px; background: #071d2d; color: #fff; }
.locationInfoCard > span { color: #d8ad5b; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.locationInfoCard h3 { margin: 16px 0 4px; font: 600 32px/1.1 var(--serif); }
.locationInfoCard > a:not(.btn) { color: #e4bc6b; font-size: 19px; font-weight: 800; }
.locationInfoCard .serves { margin: 25px 0; color: rgba(255,255,255,.72); line-height: 1.7; }
.locationServices { padding: 90px max(28px, calc((100vw - 1240px) / 2)); background: #f4f1eb; }
.locationServiceGrid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 40px; }
.locationServiceGrid a { padding: 25px; border: 1px solid #ded8ce; background: #fff; }
.locationServiceGrid strong { display: block; margin-bottom: 8px; color: #0a2030; }
.locationServiceGrid span { color: #68737c; font-size: 13px; }
.locationMap a { color: #996c25; font-weight: 800; }
.locationHoursBand { display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; padding: 70px max(28px, calc((100vw - 1240px) / 2)); background: #071d2d; color: #fff; }
.locationHoursBand h2 { margin: 0; font: 600 clamp(36px, 4vw, 54px)/1.05 var(--serif); }
.locationHoursBand dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0; background: rgba(255,255,255,.15); }
.locationHoursBand dl div { padding: 22px; background: #0a2638; }
.locationHoursBand dt { color: #d9ad59; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.locationHoursBand dd { margin: 7px 0 0; font-weight: 800; }

@media (max-width: 900px) {
  .locationPageDetails, .locationHoursBand { grid-template-columns: 1fr; }
  .locationServiceGrid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 650px) {
  .locationPageDetails, .locationServices { padding: 65px 22px; }
  .locationBenefits, .locationServiceGrid, .locationHoursBand dl { grid-template-columns: 1fr; }
  .locationHoursBand { padding: 60px 22px; }
}

/* Two-location presentation */
.twoLocations {
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
}

.locationsColumn { min-width: 0; }

.locationGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.locationCard {
  border: 1px solid rgba(210, 167, 87, .38);
  padding: 25px;
  background: rgba(255, 255, 255, .035);
}

.locationCard > span,
.mapLabel > span {
  color: #d8ad5b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.locationCard h3 { margin: 10px 0 4px; color: #fff; }
.locationCard p { margin: 0 0 10px; }
.locationCard > a { color: #f2cb7d; font-weight: 800; }

.locationActions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.locationActions .btn { padding: 12px 16px; }
.locationContactCards article .textLink { display: inline-block; margin-top: 10px; font-size: 13px; }

.dualMaps {
  display: block;
}

.dualMaps .mapIntro {
  max-width: 760px;
  margin-bottom: 38px;
}

.mapGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.mapGrid > article {
  overflow: hidden;
  border: 1px solid rgba(185, 139, 64, .24);
  background: #fff;
}

.mapLabel { padding: 22px 24px 18px; }
.mapLabel h3 { margin: 7px 0 3px; color: #071d2d; }
.mapLabel p { margin: 0; color: #52606c; }
.mapLabel a { color: #986b22; font-weight: 800; }

@media (max-width: 980px) {
  .twoLocations { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .locationGrid,
  .mapGrid { grid-template-columns: 1fr; }
  .locationCard { padding: 21px; }
  .mapFrame iframe { height: 330px; }
}

/* Both locations remain visible in the shared header and footer. */
.locationUtility { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.utilityLocations { display: flex; align-items: center; gap: 28px; }
.utilityLocations > a { display: flex; align-items: baseline; gap: 8px; color: inherit; text-decoration: none; }
.utilityLocations b { color: #e2b85f; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.utilityLocations span, .utilityHours { white-space: nowrap; }

.headerCalls { display: flex; align-items: stretch; gap: 8px; }
.headerCalls > a { min-width: 128px; padding: 10px 12px; border: 1px solid #b88b3e; color: #e7bd68; text-align: center; font-size: 12px; font-weight: 800; line-height: 1.2; }
.headerCalls small { display: block; margin-bottom: 3px; color: rgba(255,255,255,.72); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }

.footerLocations { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(211,185,120,.22); border-top: 1px solid rgba(211,185,120,.25); }
.footerLocations > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 20px max(24px, calc((100vw - 1240px) / 4)); background: #061a28; }
.footerLocations span { color: #dcb25f; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footerLocations strong { color: #fff; font-size: 13px; }
.footerLocations a { color: #e4bc6b; font-size: 13px; font-weight: 800; }

.dualMobileCall { padding: 0 !important; display: flex !important; }
.dualMobileCall a { flex: 1; padding: 13px 8px; color: inherit; text-align: center; }
.dualMobileCall a + a { border-left: 1px solid rgba(255,255,255,.28); }

@media (max-width: 1120px) {
  .utilityLocations { gap: 14px; }
  .utilityLocations span { font-size: 10px; }
  .headerCalls { display: none; }
}

@media (max-width: 760px) {
  .locationUtility { justify-content: center; }
  .utilityLocations { width: 100%; justify-content: space-around; }
  .utilityLocations > a { display: block; text-align: center; }
  .utilityLocations span { display: block; margin-top: 2px; }
  .utilityHours { display: none; }
  .footerLocations { grid-template-columns: 1fr; }
  .footerLocations > div { grid-template-columns: 1fr; gap: 5px; padding: 18px 24px; text-align: center; }
}
