/* Fix CLS by reserving space for gallery images before they load */
img.pp-gallery-image {
  aspect-ratio: 2560 / 1707;
  height: auto;
}

/* Reserve space for intro block container */
.pp-column__inner {
  min-height: 250px;
}

/* Reserve space + lock styling for outer wrapper of intro text block */
.css-znsrnw {
  min-height: 350px;
  overflow: hidden;
  position: relative;
}

.css-znsrnw p {
  font-size: 16px;
  line-height: 1.6;
}

.css-znsrnw h2,
.css-znsrnw h3 {
  font-size: 24px;
  line-height: 1.2;
}

/* Lock base body font to prevent layout shift */
body {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  line-height: 1.6;
}
