/* Bíbor Wines — brand styling. Colors live in the Blocksy palette (Customizer → Colors). */
:root { --bibor-primary:#984357; --bibor-primary-dark:#813648; }

/* Typography */
body { font-family:"Montserrat",-apple-system,sans-serif; }
h1,h2,h3,h4,h5,h6,.wp-block-heading,.entry-title,.ct-hero-title,.woocommerce-loop-product__title,.product_title { font-family:"Playfair Display",Georgia,serif; }

/* Hide the auto "Home" page-title bar on the front page only (other pages keep their title) */
body.home .hero-section[data-type="type-1"]{ display:none; }

/* Section headings a touch more elegant */
.wp-block-group h2.wp-block-heading, .wp-block-columns + * h2 { letter-spacing:.01em; }
.bibor-eyebrow{ text-transform:uppercase; letter-spacing:.2em; font-size:.78rem; color:var(--bibor-primary); font-weight:600; margin-bottom:.4rem; }

/* Media + text: vertically centre, tidy image */
.wp-block-media-text{ align-items:center; }
.wp-block-media-text__media img{ border-radius:4px; box-shadow:0 18px 40px -18px rgba(76,35,45,.45); }
.wp-block-media-text__content{ padding:0 6% !important; }

/* Hero cover: constrain the summer list so it reads well over the image */
.wp-block-cover__inner-container .wp-block-list{ display:inline-block; text-align:left; max-width:640px; margin:0 auto 1rem; }
.wp-block-cover__inner-container{ padding:0 4vw; }

/* Buttons */
.wp-block-button__link,.wc-block-components-button,.button,.ct-button,button.single_add_to_cart_button{
  border-radius:2px; letter-spacing:.05em; text-transform:uppercase; font-size:14px; padding:.7em 1.6em;
}
.wp-block-button.is-style-outline .wp-block-button__link{ border-color:var(--bibor-primary); color:var(--bibor-primary); }

/* Product cards */
ul.products li.product{ text-align:center; }
ul.products li.product .woocommerce-loop-product__title{ font-size:1.05rem; }

/* "Onze drie favoriete wijnen" images: uniform height */
.wp-block-columns .wp-block-image img{ aspect-ratio:3/4; object-fit:cover; width:100%; border-radius:4px; }

/* Winemaker strip */
.wp-block-group .has-medium-font-size{ line-height:2.4; }

/* A little more breathing room between full-width sections */
.wp-block-group.alignfull,.wp-block-cover.alignfull,.wp-block-media-text.alignfull{ margin-top:0; margin-bottom:0; }

@media (max-width:781px){
  .wp-block-media-text__content{ padding:24px 6% !important; }
  .wp-block-cover__inner-container .wp-block-list{ font-size:.95rem; }
}
