/*
Theme Name: Kadence Child - BSH Catering
Template: kadence
Version: 0.1.0
Description: Child theme for the Business Supplies Hub catering store.
Author: Digital Edge
*/

:root {
  --bsh-white: #f7f9fc;
  --bsh-surface: #ffffff;
  --bsh-border: #dce5f0;
  --bsh-navy: #15263f;
  --bsh-navy-soft: #314866;
  --bsh-text: #132136;
  --bsh-text-soft: #5a6e88;
  --bsh-tint: #eef3f8;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--bsh-text);
  background: linear-gradient(180deg, var(--bsh-white) 0%, #f3f6fa 100%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.04em;
  color: var(--bsh-text);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border: 1px solid var(--bsh-border);
  border-radius: 18px;
  background: var(--bsh-surface);
  box-shadow: 0 12px 28px rgba(18, 33, 54, 0.06);
  overflow: hidden;
}

.woocommerce div.product .product_title,
.entry-hero h1 {
  color: var(--bsh-text);
}

.bsh-shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.bsh-front-page .site-container,
.bsh-catering-page .site-container,
.bsh-home-page .site-container {
  background: transparent;
}

.bsh-front-page .content-area,
.bsh-catering-page .content-area,
.bsh-home-page .content-area {
  margin: 0;
}

.bsh-front-page article,
.bsh-catering-page article,
.bsh-home-page article {
  margin: 0;
}

.bsh-front-page .entry-content-wrap,
.bsh-catering-page .entry-content-wrap,
.bsh-home-page .entry-content-wrap,
.bsh-front-page .content-container,
.bsh-catering-page .content-container,
.bsh-home-page .content-container {
  padding: 0;
}

.bsh-hero {
  padding: 4rem 0 2.75rem;
}

.bsh-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid var(--bsh-border);
  border-radius: 999px;
  background: var(--bsh-surface);
  color: var(--bsh-navy);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.bsh-kicker::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--bsh-navy);
}

.bsh-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
  gap: 2rem;
  align-items: start;
  margin-top: 1.25rem;
}

.bsh-display {
  max-width: 11ch;
  margin: 0.9rem 0 1rem;
  color: var(--bsh-text);
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 800;
  line-height: 0.98;
}

.bsh-lead {
  max-width: 58ch;
  margin: 0;
  color: var(--bsh-text-soft);
  font-size: 1.08rem;
  line-height: 1.75;
}

.bsh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.7rem;
}

.bsh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.bsh-button:hover,
.bsh-button:focus {
  transform: translateY(-1px);
}

.bsh-button-primary {
  background: var(--bsh-navy);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(21, 38, 63, 0.12);
}

.bsh-button-secondary {
  border-color: var(--bsh-border);
  background: var(--bsh-surface);
  color: var(--bsh-text);
}

.bsh-stat-row,
.bsh-checklist,
.bsh-category-grid {
  display: grid;
  gap: 1rem;
}

.bsh-stat-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
}

.bsh-panel,
.bsh-stat-card,
.bsh-category-card {
  border: 1px solid var(--bsh-border);
  border-radius: 20px;
  background: var(--bsh-surface);
  box-shadow: 0 12px 28px rgba(18, 33, 54, 0.05);
}

.bsh-panel,
.bsh-stat-card,
.bsh-category-card {
  padding: 1.5rem;
}

.bsh-stat-card strong,
.bsh-category-card strong {
  display: block;
  color: var(--bsh-text);
  font-size: 1.18rem;
}

.bsh-stat-card span,
.bsh-category-card p {
  color: var(--bsh-text-soft);
}

.bsh-panel-label {
  display: inline-block;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  background: var(--bsh-tint);
  color: var(--bsh-navy);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bsh-panel h2,
.bsh-section h2,
.bsh-band-inner h2 {
  margin: 0.9rem 0 0.75rem;
  color: var(--bsh-text);
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
}

.bsh-panel p,
.bsh-section p,
.bsh-checklist li,
.bsh-note,
.bsh-band-inner p {
  color: var(--bsh-text-soft);
  line-height: 1.7;
}

.bsh-checklist {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.bsh-checklist li {
  position: relative;
  padding: 0.85rem 0 0.85rem 1.8rem;
  border-top: 1px solid var(--bsh-border);
}

.bsh-checklist li::before {
  content: "";
  position: absolute;
  top: 1.22rem;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: var(--bsh-accent, var(--bsh-navy));
}

.bsh-section {
  padding: 1.5rem 0 4rem;
}

.bsh-section-head {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.bsh-section-head p {
  max-width: 58ch;
  margin: 0;
}

.bsh-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bsh-band {
  padding: 1rem 0 4rem;
}

.bsh-band-inner {
  display: grid;
  gap: 1rem;
  padding: 1.7rem;
  border: 1px solid var(--bsh-border);
  border-radius: 24px;
  background: var(--bsh-tint);
  box-shadow: 0 12px 28px rgba(18, 33, 54, 0.04);
}

.bsh-band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.site-header,
#masthead,
.site-header-wrap,
.site-main-header-wrap {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--bsh-border);
}

.site-title a,
.site-branding a,
.main-navigation a,
.site-header a,
.site-header .navigation .menu-link {
  color: var(--bsh-navy);
}

.site-title a:hover,
.site-branding a:hover,
.main-navigation a:hover,
.site-header a:hover,
.site-header .navigation .menu-link:hover {
  color: var(--bsh-text);
}

.site-branding .site-title {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.main-navigation .primary-menu-container > ul > li.menu-item > a {
  font-size: 0.95rem;
  font-weight: 600;
}

.header-social-wrap,
.social-links-wrap,
.header-account-wrap,
.header-widget-area[data-section="sidebar-widgets-header"],
.menu-item[class*="account"],
.menu-item a[href*="my-account"],
.menu-item a[href*="login"],
.menu-item a[href*="log-in"],
.site-header .account-action,
.site-header .header-cart-wrap,
.site-header .header-account-button,
.site-header .kadence-socials,
.site-header .social-icons {
  display: none !important;
}

@media (max-width: 1024px) {
  .bsh-hero-grid,
  .bsh-category-grid {
    grid-template-columns: 1fr 1fr;
  }

  .bsh-stat-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .bsh-hero {
    padding-top: 3rem;
  }

  .bsh-hero-grid,
  .bsh-category-grid {
    grid-template-columns: 1fr;
  }

  .bsh-display {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }

  .bsh-actions,
  .bsh-band-actions {
    flex-direction: column;
  }

  .bsh-button {
    width: 100%;
  }
}
