/**
 * Service Single Page Styles
 * YC Ramen & Deuren
 */

.single-services .entry-content {
  max-width: 800px;
  margin: 0 auto;
}

.single-services .wp-block-cover {
  min-height: 40vh;
}

.service-features-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin: 2rem 0;
}

.service-feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: var(--wp--preset--color--gray-100);
  border-radius: 0.5rem;
}

.service-cta-box {
  background: var(--wp--preset--color--primary);
  color: var(--ink-inverse, #ffffff);
  padding: 2rem;
  border-radius: 0.75rem;
  margin: 3rem 0;
  text-align: center;
}

.service-cta-box h3 {
  color: var(--ink-inverse, #ffffff);
  margin-bottom: 1rem;
}

/* =============================================
   Single Realisatie — hero fallback
   When the featured image isn't uploaded yet
   (e.g. Railway staging), show a default photo.
   A real featured image (WP cover img) sits
   inside the block and stacks on top via z-index.
   ============================================= */
.single-realizations .yc-hero {
  background-image: url('/wp-content/themes/YC/assets/images/renovatie.jpg');
  background-size: cover;
  background-position: center;
}

/* Slightly stronger scrim so the default photo
   doesn't compete with the post title text */
.single-realizations .yc-hero .wp-block-cover__background {
  opacity: 0.65 !important;
}
