/* Areas served page */
.page-areas-served .page-hero { height: 392px; }
.page-areas-served .split__text { padding-top: 197px; }
.page-areas-served .split__text p { margin: 0; }
.page-areas-served .split__text .split__text-gap { margin-bottom: 24px; }

/* Grey photo band with council accordions */
.areas-band { position: relative; padding: 80px 40px; background-size: cover; background-position: center; background-attachment: fixed; }
.areas-band::before { content: ""; position: absolute; inset: 0; background: rgba(128,128,128,.92); }
.areas-band .container { position: relative; }
.areas-band h2 { color: #fff; text-align: center; margin: 10px 0 32px; }
.areas-grid { display: grid; grid-template-columns: repeat(3, 380px); justify-content: space-between; gap: 30px 20px; align-items: start; padding: 0 10px; }

.area-card { background: var(--navy); border-radius: 30px 0 30px 0; padding: 30px; }
.area-card__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; min-height: 70px; padding: 15px 28px 15px 20px; background: #f2f2f2; border: 0; text-align: left; cursor: pointer; font-family: var(--font-head); font-weight: 900; font-size: 21px; line-height: 31.5px; color: var(--dark); }
.area-card__icon { position: relative; flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%; background: var(--orange); }
.area-card__icon::before { content: ""; position: absolute; left: 50%; top: 50%; width: 7px; height: 7px; border-right: 2px solid #fff; border-bottom: 2px solid #fff; transform: translate(-50%, -70%) rotate(45deg); transition: transform .2s; }
.area-card.is-open .area-card__icon::before { transform: translate(-50%, -30%) rotate(225deg); }
.area-card__body { display: none; padding: 20px 0 0 60px; }
.area-card.is-open .area-card__body { display: block; }
.area-card__body li { color: #fff; font-size: 16px; line-height: 24px; }
.area-card__body a { color: #fff; }
.area-card__body a:hover { color: var(--orange); }

/* Full-width map strip */
.areas-map iframe { display: block; width: 100%; height: 350px; border: 0; }

@media (max-width: 1100px) {
  .areas-grid { grid-template-columns: repeat(2, 1fr); padding: 0; }
}
@media (max-width: 1024px) {
  .page-areas-served .page-hero { height: auto; min-height: 0; padding: 40px 16px; }
  .page-areas-served .page-hero h1 { font-size: 30px; line-height: 36px; margin: 10px 0; }
  .page-areas-served .split { padding: 40px 20px; }
  .page-areas-served .split__text { padding-top: 0; }
  .page-areas-served .split__text h2 { font-size: 24px; line-height: 28.8px; margin: 10px 0 16px; }
  .page-areas-served .split__text p { margin: 0; }
  .page-areas-served .split__text .split__text-gap { margin-bottom: 23px; }
  .page-areas-served .split__text p:last-child { margin-bottom: 33px; }
  .page-areas-served .split__form { display: none; }
  .areas-band { padding: 40px 20px; background-attachment: scroll; }
  .areas-band::before { background: rgba(50,50,60,.6); }
  .areas-band h2 { font-size: 24px; line-height: 28.8px; margin: 8px 0 30px; }
  .areas-grid { grid-template-columns: 1fr; gap: 30px; padding: 0; }
  .area-card { padding: 30px; }
  .area-card__head { min-height: 69px; padding: 15px 20px; }
  .area-card__body { padding-left: 20px; }
  .areas-map iframe { height: 350px; }
}
