/* Woodbridge City: Full-Width Hero template styles */
.wb-city--full-hero {
  --wb-gap: clamp(16px, 3vw, 28px);
  max-width: 1200px;
  margin-inline: auto;
  padding: var(--wb-gap);
}

/* Full-width hero */
.wb-city__hero {
  margin-bottom: var(--wb-gap);
}
.wb-city__hero img,
.wb-city__hero picture,
.wb-city__hero figure {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
}

/* H1 + content */
.wb-city__title {
  margin: 0 0 calc(var(--wb-gap) * 0.75) 0;
  font-weight: 800;
  line-height: 1.1;
}

/* Space content nicely */
.wb-city__content > * + * {
  margin-top: calc(var(--wb-gap) * 0.75);
}

/* Safety: collapse any empty columns that might be left in old content */
.wb-city--full-hero .wp-block-column:empty {
  display: none !important;
}
