
/* compact header site-wide */
#masthead .custom-logo { max-height: 64px !important; height: auto !important; width: auto !important; }

/* Commerce7 side cart: force full height so it is not clipped behind page content */
#c7-side-cart { height: 100vh !important; max-height: 100vh !important; }

/* remove small brush under eyebrows (looked like a scribble at small size) */
.mc-home .eyebrow::after { display: none !important; }

/* Commerce7 buttons: the child theme maps --c7-primary-button-bg to
   Kadence --global-palette-btn-bg (#fdfcfc), the same cream as the page
   background, so every primary button rendered as plain text. */
:root, body {
  --c7-primary-button-bg: #4b0104;
  --c7-primary-button-bg-hover: #80000d;
  --c7-primary-button-text-color: #ffffff;
  --c7-alt-button-bg: #ffffff;
  --c7-alt-text-color: #4b0104;
}
.c7-btn--primary {
  background: #4b0104 !important;
  color: #ffffff !important;
  border: 1px solid #4b0104 !important;
  letter-spacing: 0.06em;
}
.c7-btn--primary:not([disabled]):hover,
.c7-btn--primary:not([disabled]):focus,
.c7-btn--primary:not([disabled]):active {
  background: #80000d !important;
  border-color: #80000d !important;
  color: #ffffff !important;
}
.c7-btn--primary[disabled] { opacity: 0.45; }
.c7-btn--alt {
  background: #ffffff !important;
  color: #4b0104 !important;
  border: 1px solid #4b0104 !important;
}
.c7-btn--alt:not([disabled]):hover,
.c7-btn--alt:not([disabled]):focus {
  background: #4b0104 !important;
  color: #ffffff !important;
}

/* Cohesive headings: match homepage display type (Cormorant Garamond) on Our Story + Our Wines */
.page-id-109 .wp-block-heading,
.page-id-1481 .wp-block-heading {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  font-weight: 500 !important;
}

/* Our Story (page 109) design cohesion: body type -> Jost taupe, CTA button -> homepage burgundy */
.page-id-109 .entry-content p,
.page-id-109 .entry-content li {
  font-family: "Jost", system-ui, -apple-system, sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  color: #6A5F58 !important;
}
.page-id-109 .entry-content .wp-block-cover p,
.page-id-109 .entry-content .wp-block-cover li {
  color: #FDFCFC !important;
}
.page-id-109 .wp-block-cover .wp-block-button__link {
  background-color: #4b0104 !important;
  color: #FDFCFC !important;
  border: 1px solid #4b0104 !important;
  border-radius: 3px !important;
  font-weight: 500 !important;
  letter-spacing: 1.8px !important;
}

/* Our Story (109): reduce mobile hero height so heading + intro appear together */
@media (max-width: 767px) {
  .page-id-109 .entry-content .wp-block-cover.alignwide { min-height: 300px !important; }
}
/* Mobile menu toggle: 44x44 accessible touch target (site-wide header) */
.menu-toggle-open.drawer-toggle {
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Our Story (109) team: left-align member bios + harmonize Eamonn's caption to match name/role/bio format */
.page-id-109 .entry-content .wp-block-columns .wp-block-column p { text-align: left !important; }
.page-id-109 .entry-content figcaption.wp-element-caption {
  font-family: "Jost", system-ui, -apple-system, sans-serif !important;
  font-weight: 400 !important; font-size: 18px !important; line-height: 1.65 !important;
  color: #6A5F58 !important; text-align: left !important;
  max-width: 299px !important; margin-left: auto !important; margin-right: auto !important;
}
.page-id-109 .entry-content figcaption.wp-element-caption strong {
  display: block !important; text-align: center !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 500 !important; font-size: 15.66px !important; color: #4b0104 !important;
  text-transform: uppercase !important; letter-spacing: 0.783px !important;
}
.page-id-109 .entry-content figcaption.wp-element-caption strong em {
  font-style: normal !important; font-weight: 500 !important; text-transform: none !important;
  letter-spacing: normal !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 30.42px !important; color: #27241D !important;
}

/* Our Story (109): content CTA button -> homepage primary (burgundy 3px) */
.page-id-109 .entry-content .wp-block-buttons .wp-block-button__link {
  background-color: #4b0104 !important;
  color: #FDFCFC !important;
  border: 1px solid #4b0104 !important;
  border-radius: 3px !important;
  font-weight: 500 !important;
  letter-spacing: 1.8px !important;
}
