/*************************************************
 * HEADER — Full width + one-line layout
 *************************************************/
.site-header .col-full,
.site-header > .col-full,
header.site-header .col-full {
  max-width: none !important;
  width: 100% !important;
  padding-left: clamp(16px, 3vw, 32px);
  padding-right: clamp(16px, 3vw, 32px);
  display: flex !important;
  align-items: center;
  gap: 16px;
}

.site-header .site-branding { margin-right: 12px; }

.site-header .storefront-primary-navigation,
.site-header .main-navigation { flex: 1 1 auto; }

.site-header .storefront-primary-navigation ul.menu,
.site-header .main-navigation ul.menu {
  display: flex;
  gap: 18px;
  justify-content: flex-start;
}

.site-header .site-search,
.site-header .site-header-cart { margin-left: auto; }

/*************************************************
 * BENEFIT CARDS — add class "benefit-cards" on the ROW
 *************************************************/
.benefit-cards .wpb_column {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  padding: 24px;
  transition: all 0.3s ease;
}

.benefit-cards .wpb_column:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}

/*************************************************
 * CATEGORY HERO TILES — Savoy-style cards
 * Add class "cat-hero-grid" on the ROW
 * Add class "cat-hero" on EACH COLUMN
 *************************************************/

/* Uniform image crop + rounded corners */
.cat-hero .wpb_single_image .vc_single_image-img,
.cat-hero-grid .wpb_single_image .vc_single_image-img {
  width: 100% !important;
  height: 240px !important;     /* tweak between 220–280px to taste */
  object-fit: cover !important;  /* crops evenly, keeps centre */
  border-radius: 16px !important;
  display: block;
  transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
}

/* Ensure wrapper doesn’t constrain the height + hide overflow edges */
.cat-hero .wpb_single_image .vc_single_image-wrapper,
.cat-hero-grid .wpb_single_image .vc_single_image-wrapper {
  height: auto !important;
  overflow: hidden;
}

/* Make full image clickable area block-level */
.cat-hero .wpb_single_image a,
.cat-hero-grid .wpb_single_image a { display: block; }

/* Hover polish */
.cat-hero:hover .vc_single_image-img,
.cat-hero-grid .wpb_column:hover .vc_single_image-img {
  transform: scale(1.03);
  box-shadow: 0 16px 38px rgba(0,0,0,.16);
  filter: saturate(1.05);
}

/* Grid gap (padding applied per column for consistent spacing) */
.cat-hero-grid .wpb_column { padding: 10px; }

/* Optional: titles/CTA BELOW image */
.cat-hero .wpb_text_column { text-align: center; margin-top: 10px; }
.cat-hero .wpb_text_column p { margin: 0; }
.cat-hero .cat-title {
  display: block; font-weight: 700; font-size: 16px; line-height: 1.3; color: #111;
}
.cat-hero .cat-cta {
  display: inline-block; margin-top: 4px; font-size: 13px; color: #555;
  border-bottom: 1px solid transparent; transition: color .2s ease, border-color .2s ease;
}
.cat-hero:hover .cat-cta { color: #111; border-color: #111; }

/* Optional: overlay title ON the image (use extra class "overlay" on column) */
.cat-hero.overlay .wpb_single_image { position: relative; }
.cat-hero.overlay .wpb_single_image:after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.35), rgba(0,0,0,0));
  border-radius: 16px;
}
.cat-hero.overlay .overlay-title {
  position: absolute; left: 16px; bottom: 14px;
  color: #fff; font-weight: 700; font-size: 18px; line-height: 1.25;
  text-shadow: 0 2px 6px rgba(0,0,0,.35);
}

/*************************************************
 * RESPONSIVE TWEAKS
 *************************************************/
@media (max-width: 1024px) {
  .cat-hero .wpb_single_image .vc_single_image-img,
  .cat-hero-grid .wpb_single_image .vc_single_image-img { height: 220px !important; }
}

@media (max-width: 768px) {
  .cat-hero .wpb_single_image .vc_single_image-img,
  .cat-hero-grid .wpb_single_image .vc_single_image-img { height: 200px !important; }
  .benefit-cards .wpb_column { padding: 16px; }
}
/* Make the Single Image block and its wrapper fill the column */
.cat-hero .wpb_single_image,
.cat-hero-grid .wpb_single_image { width:100% !important; }

.cat-hero .wpb_single_image .vc_single_image-wrapper,
.cat-hero-grid .wpb_single_image .vc_single_image-wrapper {
  width:100% !important;
  max-width:none !important;   /* override inline widths WPBakery injects */
  display:block !important;
}

/* Image itself: full width + fixed height + crop */
.cat-hero .wpb_single_image .vc_single_image-img,
.cat-hero-grid .wpb_single_image .vc_single_image-img {
  width:100% !important;
  height:240px !important;     /* adjust 220–280px to taste */
  object-fit:cover !important;
  border-radius:16px !important;
  display:block !important;
}

/* Make the link fill the tile too (so it’s all clickable) */
.cat-hero .wpb_single_image a,
.cat-hero-grid .wpb_single_image a { display:block !important; width:100% !important; }

/* Remove the gap between header and first section on Home */
.home .site-header { margin-bottom: 0 !important; }
.home .site-content,
.home .site-content .col-full,
.home .content-area,
.home .site-main { padding-top: 0 !important; margin-top: 0 !important; }

/* Kill any top margin on the first WPBakery row */
.home .entry-content > .vc_row:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* (If breadcrumbs are on, hide on home) */
.home .storefront-breadcrumb { display: none !important; }

/* Hide the auto page title on the About page */
.page .entry-title { 
  display: none !important; 
  visibility: hidden; 
}

.about-hero h1,
.about-hero h3,
.about-hero .wpb_text_column,
.about-hero .wpb_text_column p {
  color: #fff !important;
  text-shadow: 0 3px 10px rgba(0,0,0,.55), 0 0 1px rgba(0,0,0,.85);
}

/* Optional polish */
.about-hero h1, .about-hero h3 {
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: .2px;
  margin-bottom: 8px;
}
.about-hero .wpb_text_column { 
  max-width: 800px; 
}

@media (max-width: 768px){
  .about-hero h1 { font-size: 2rem; }
  .about-hero h3 { font-size: 1.6rem; }
}

/* Stronger readability for the second line only */
.about-hero .about-kicker,
.about-hero .about-kicker p {
  color:#fff !important;
  text-shadow: 0 4px 14px rgba(0,0,0,.65), 0 0 1px rgba(0,0,0,.9);
  font-weight:600;
}

/* Optional: soft translucent pill behind the text (toggle on if you want it extra clear) */
.about-hero .about-kicker {
  display:inline-block;
  background: rgba(0,0,0,.28);  /* increase to .38/.42 if needed */
  padding: 6px 6px;
  border-radius: 8px;
}

.plaque-feature {
  min-height: 260px;                 /* try 260–340px until it looks right */
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}