/* AICS V2-A4 Locations Hub Rebuild - page-scoped styles only. */
.locations-hub-page .locations-hub-hero{
  background-image:url('/assets/images/content-tasmania-support.png');
  background-position:center right;
}
.locations-hub-page .locations-hub-hero .shade{
  background:linear-gradient(90deg,#5d2369 0%,#5d2369 58%,rgba(93,35,105,.92) 72%,rgba(105,43,116,.56) 100%);
}
.locations-hub-page .locations-hub-hero h1{max-width:900px}
.locations-hub-page .locations-hub-hero p{max-width:860px}
.locations-hub-page .locations-narrow{width:min(980px,calc(100% - 40px))}
.locations-hub-page .locations-kicker{
  display:inline-block;
  margin:0 0 10px;
  color:#6a2875;
  font-size:13px;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.locations-hub-page .locations-heading-wide{max-width:920px;margin-left:auto;margin-right:auto}
.locations-hub-page .locations-jump{
  position:relative;
  z-index:3;
  background:#fff;
  border-bottom:1px solid rgba(105,43,116,.14);
  box-shadow:0 8px 22px rgba(67,31,73,.05);
}
.locations-hub-page .locations-jump-inner{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:72px;
  overflow-x:auto;
  scrollbar-width:thin;
}
.locations-hub-page .locations-jump-inner>span{
  flex:0 0 auto;
  font-weight:800;
  color:#332739;
}
.locations-hub-page .locations-jump a{
  flex:0 0 auto;
  padding:10px 14px;
  border:1px solid rgba(105,43,116,.18);
  border-radius:999px;
  background:#fbf7fc;
  color:#6a2875;
  font-weight:800;
  text-decoration:none;
}
.locations-hub-page .locations-jump a:hover{background:#f3e9f5}
.locations-hub-page .region-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  margin-top:30px;
}
.locations-hub-page .region-card{
  position:relative;
  padding:30px;
  border:1px solid rgba(105,43,116,.15);
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 34px rgba(67,31,73,.07);
}
.locations-hub-page .region-card-victoria{background:linear-gradient(145deg,#fff 0%,#fbf6fc 100%)}
.locations-hub-page .region-label,
.locations-hub-page .location-card-label{
  display:block;
  margin-bottom:8px;
  color:#783184;
  font-size:12px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.locations-hub-page .region-card h3{
  margin:0 0 12px;
  color:#6a2875;
  font-size:30px;
}
.locations-hub-page .region-card p{margin:0 0 16px;line-height:1.7}
.locations-hub-page .region-note{
  padding:12px 14px;
  border-left:4px solid #783184;
  border-radius:10px;
  background:#f7eff8;
}
.locations-hub-page .region-actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
  margin-top:22px;
}
.locations-hub-page .text-link,
.locations-hub-page .location-card-link,
.locations-hub-page .support-path-card a{
  color:#6a2875;
  font-weight:800;
}
.locations-hub-page .location-card-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin-top:30px;
}
.locations-hub-page .location-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  padding:26px;
  border:1px solid rgba(105,43,116,.14);
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 26px rgba(67,31,73,.06);
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.locations-hub-page .location-card:hover{
  transform:translateY(-2px);
  border-color:rgba(105,43,116,.32);
  box-shadow:0 16px 32px rgba(67,31,73,.09);
}
.locations-hub-page .location-card-featured{
  background:linear-gradient(145deg,#fff 0%,#f8f0fa 100%);
}
.locations-hub-page .location-card h3{margin:0 0 10px;font-size:24px}
.locations-hub-page .location-card h3 a{color:#6a2875;text-decoration:none}
.locations-hub-page .location-card p{margin:0 0 18px;line-height:1.65}
.locations-hub-page .location-card-link{margin-top:auto;text-decoration:none}
.locations-hub-page .other-areas-panel{
  display:grid;
  grid-template-columns:minmax(260px,.75fr) minmax(0,1.25fr);
  gap:24px;
  align-items:center;
  margin-top:28px;
  padding:28px;
  border-radius:22px;
  background:#efe3f2;
}
.locations-hub-page .other-areas-panel h3{margin:0 0 8px;color:#6a2875}
.locations-hub-page .other-areas-panel p{margin:0}
.locations-hub-page .area-chip-list{display:flex;flex-wrap:wrap;gap:10px}
.locations-hub-page .area-chip-list a{
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  color:#6a2875;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 4px 12px rgba(67,31,73,.05);
}
.locations-hub-page .support-path-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin-top:30px;
}
.locations-hub-page .support-path-card{
  display:flex;
  flex-direction:column;
  padding:24px;
  border:1px solid rgba(105,43,116,.14);
  border-radius:20px;
  background:#fff;
}
.locations-hub-page .support-path-card h3{margin:0 0 10px;color:#6a2875;font-size:22px}
.locations-hub-page .support-path-card p{margin:0 0 18px;line-height:1.65}
.locations-hub-page .support-path-card a{margin-top:auto;text-decoration:none}
.locations-hub-page .planning-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:26px;
}
.locations-hub-page .planning-grid article{
  padding:22px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(105,43,116,.13);
}
.locations-hub-page .planning-grid h3{margin:0 0 8px;color:#6a2875;font-size:20px}
.locations-hub-page .planning-grid p{margin:0;line-height:1.65}
.locations-hub-page .contact-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
.locations-hub-page .btn-outline-purple{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 20px;
  border:2px solid #6a2875;
  border-radius:999px;
  color:#6a2875;
  background:#fff;
  font-weight:800;
  text-decoration:none;
}
.locations-hub-page a:focus-visible,
.locations-hub-page button:focus-visible,
.locations-hub-page summary:focus-visible{
  outline:3px solid #d5a8de;
  outline-offset:3px;
}
@media(max-width:980px){
  .locations-hub-page .location-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .locations-hub-page .support-path-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:700px){
  .locations-hub-page .locations-hub-hero{
    background-image:none;
    background-color:#66256f;
  }
  .locations-hub-page .locations-hub-hero .shade{background:#66256f}
  .locations-hub-page .locations-hub-hero .actions{display:grid;grid-template-columns:1fr;gap:12px}
  .locations-hub-page .locations-hub-hero .actions .btn{width:100%}
  .locations-hub-page .locations-jump-inner{
    width:100%;
    padding-left:14px;
    padding-right:14px;
  }
  .locations-hub-page .locations-jump-inner>span{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
  }
  .locations-hub-page .region-grid,
  .locations-hub-page .location-card-grid,
  .locations-hub-page .support-path-grid,
  .locations-hub-page .planning-grid,
  .locations-hub-page .other-areas-panel{
    grid-template-columns:1fr;
  }
  .locations-hub-page .region-card,
  .locations-hub-page .location-card,
  .locations-hub-page .support-path-card,
  .locations-hub-page .other-areas-panel{padding:22px}
  .locations-hub-page .contact-actions{display:grid;grid-template-columns:1fr}
  .locations-hub-page .contact-actions .btn,
  .locations-hub-page .contact-actions .btn-outline-purple{width:100%}
}
@media(max-width:430px){
  .locations-hub-page .locations-narrow{width:min(100% - 28px,980px)}
  .locations-hub-page .region-card h3{font-size:26px}
  .locations-hub-page .location-card h3{font-size:22px}
  .locations-hub-page .area-chip-list{display:grid;grid-template-columns:1fr 1fr}
  .locations-hub-page .area-chip-list a{text-align:center}
}
