
/* ============================================================
   HERO PHOTO LAYER
   Painterly wine image sits behind the watercolour wash + content
   ============================================================ */
.hero-photo-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-photo {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.13;
  filter: sepia(0.3) saturate(0.8);
}

/* ============================================================
   ABOUT SECTION PHOTO LAYER
   Soft wine image behind the dark ink section
   ============================================================ */
.about-photo-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.about-photo {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.08;
  filter: sepia(0.4) saturate(0.6);
}
