/* Small, theme-friendly refinements for the reusable HKH editorial layouts. */
.hkh-real-wedding-blog,
.hkh-venue-guide-editorial-blog {
  --hkh-ink: #1a1b1d;
  --hkh-paper: #f2f2ec;
  --hkh-cream: #f2ede3;
  --hkh-muted: #777;
}

.hkh-real-wedding-blog .hkh-intro,
.hkh-venue-guide-editorial-blog .hkh-intro,
.hkh-real-wedding-blog .hkh-copy-band,
.hkh-venue-guide-editorial-blog .hkh-venue-section,
.hkh-venue-guide-editorial-blog .hkh-practical,
.hkh-real-wedding-blog .hkh-suppliers,
.hkh-venue-guide-editorial-blog .hkh-suppliers {
  margin-block: clamp(2.5rem, 6vw, 5rem);
}

.hkh-real-wedding-blog .hkh-image-row,
.hkh-venue-guide-editorial-blog .hkh-image-row,
.hkh-real-wedding-blog .hkh-image-text,
.hkh-venue-guide-editorial-blog .hkh-image-text,
.hkh-real-wedding-blog .hkh-editorial-grid,
.hkh-venue-guide-editorial-blog .hkh-editorial-grid,
.hkh-real-wedding-blog .hkh-editorial-mosaic,
.hkh-real-wedding-blog .hkh-editorial-collage {
  gap: clamp(.75rem, 2vw, 1.5rem);
  margin-block: clamp(1.5rem, 4vw, 3.5rem);
}

.hkh-real-wedding-blog .hkh-editorial-mosaic {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
}

.hkh-real-wedding-blog .hkh-editorial-collage {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  align-items: stretch;
}

.hkh-real-wedding-blog .hkh-editorial-collage > .wp-block-column {
  min-width: 0;
}

.hkh-real-wedding-blog .hkh-editorial-collage .wp-block-image {
  height: 100%;
  margin: 0;
}

.hkh-real-wedding-blog .hkh-editorial-collage img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hkh-real-wedding-blog .hkh-editorial-collage .hkh-collage-tall img {
  aspect-ratio: 4 / 5;
}

.hkh-real-wedding-blog .hkh-editorial-collage .hkh-collage-wide img {
  aspect-ratio: 16 / 9;
}

.hkh-real-wedding-blog .hkh-editorial-collage .hkh-collage-pair {
  gap: clamp(.75rem, 2vw, 1.5rem);
  margin-top: clamp(.75rem, 2vw, 1.5rem);
}

.hkh-real-wedding-blog .hkh-editorial-collage .hkh-collage-square img {
  aspect-ratio: 1;
}

.hkh-real-wedding-blog .hkh-editorial-mosaic > .wp-block-column {
  display: flex;
  flex-direction: column;
  gap: clamp(.75rem, 2vw, 1.5rem);
  min-width: 0;
}

.hkh-real-wedding-blog .hkh-editorial-mosaic .wp-block-image {
  height: 100%;
  margin: 0;
}

.hkh-real-wedding-blog .hkh-editorial-mosaic img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hkh-real-wedding-blog .hkh-editorial-mosaic .hkh-mosaic-large img {
  aspect-ratio: 4 / 5;
}

.hkh-real-wedding-blog .hkh-editorial-mosaic .hkh-mosaic-small img {
  aspect-ratio: 1 / 1;
}

.hkh-real-wedding-blog .hkh-credit-columns,
.hkh-venue-guide-editorial-blog .hkh-credit-columns {
  gap: clamp(1.5rem, 4vw, 4rem);
}

.hkh-real-wedding-blog .hkh-credit-columns ul,
.hkh-venue-guide-editorial-blog .hkh-credit-columns ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hkh-real-wedding-blog .hkh-credit-columns li,
.hkh-venue-guide-editorial-blog .hkh-credit-columns li {
  border-bottom: 1px solid color-mix(in srgb, var(--hkh-ink) 15%, transparent);
  padding: .8rem 0;
}

.hkh-real-wedding-blog .hkh-credit-columns strong,
.hkh-venue-guide-editorial-blog .hkh-credit-columns strong {
  color: var(--hkh-ink);
  font-family: Poppins, system-ui, sans-serif;
  font-size: .72rem;
  font-weight: 400;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.hkh-real-wedding-blog .hkh-kicker,
.hkh-venue-guide-editorial-blog .hkh-kicker,
.hkh-real-wedding-blog .hkh-meta,
.hkh-venue-guide-editorial-blog .hkh-meta {
  color: var(--hkh-ink);
  font-family: Poppins, system-ui, sans-serif;
  font-size: .75rem;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hkh-real-wedding-blog .hkh-enquiry-cta,
.hkh-venue-guide-editorial-blog .hkh-enquiry-cta {
  background: var(--hkh-ink);
  color: #fff;
  margin-block: clamp(3rem, 7vw, 6rem);
  padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 4vw, 3rem);
  text-align: center;
}

.hkh-real-wedding-blog .hkh-enquiry-cta p,
.hkh-venue-guide-editorial-blog .hkh-enquiry-cta p {
  color: rgba(255, 255, 255, .82);
  margin-inline: auto;
  max-width: 40rem;
}

@media (max-width: 781px) {
  .hkh-real-wedding-blog .wp-block-columns,
  .hkh-venue-guide-editorial-blog .wp-block-columns {
    gap: 1rem;
  }

  .hkh-real-wedding-blog .hkh-editorial-mosaic {
    grid-template-columns: 1fr 1fr;
  }

  .hkh-real-wedding-blog .hkh-editorial-mosaic > .wp-block-column:first-child {
    grid-column: 1 / -1;
  }

  .hkh-real-wedding-blog .hkh-editorial-collage {
    grid-template-columns: 1fr;
  }
}
