/* Synoryx LLC — Industrial Precision theme overrides */

/* ── Home: split hero (beverage landing) ── */
.syn-hero-split {
  padding: 64px 0 80px;
  background: var(--white);
}
.syn-hero-split .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.syn-hero-split h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--primary);
  margin-bottom: 20px;
}
.syn-hero-split .syn-hero-sub {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--text-muted);
  margin-bottom: 32px;
  max-width: 520px;
}
.syn-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.syn-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-dark);
  color: var(--white);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.88rem;
  padding: 14px 28px;
  border-radius: var(--radius);
  border: none;
  transition: var(--transition);
}
.syn-btn-primary:hover {
  background: var(--primary);
  color: var(--white);
  transform: translateY(-1px);
}
.syn-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--primary);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.88rem;
  padding: 13px 28px;
  border-radius: var(--radius);
  border: 1px solid var(--primary);
  transition: var(--transition);
}
.syn-btn-ghost:hover {
  background: var(--bg-light);
  color: var(--primary);
}
.syn-hero-visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--bg-light);
  aspect-ratio: 4/3;
}
.syn-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── Distribution excellence (dark band) ── */
.syn-dist-band {
  background: var(--primary-dark);
  padding: 72px 0;
}
.syn-dist-band .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.syn-dist-band h2 {
  color: var(--white);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 28px;
}
.syn-dist-feat {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
}
.syn-dist-feat i {
  width: 32px;
  height: 32px;
  background: var(--accent-copper);
  color: var(--white);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  flex-shrink: 0;
}
.syn-dist-feat h4 {
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.syn-dist-feat p {
  color: rgba(255,255,255,0.55);
  font-size: 0.85rem;
  line-height: 1.55;
}
.syn-stat-box {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 48px 40px;
  text-align: center;
}
.syn-stat-box .stat {
  font-family: var(--font-heading);
  font-size: clamp(3rem, 6vw, 4.5rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  margin-bottom: 8px;
}
.syn-stat-box .stat-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}

/* ── Partner CTA band ── */
.syn-partner-cta {
  background: var(--bg-light);
  padding: 72px 0;
  text-align: center;
}
.syn-partner-cta h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 12px;
}
.syn-partner-cta p {
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto 28px;
  line-height: 1.7;
}
.syn-partner-form {
  display: flex;
  max-width: 520px;
  margin: 0 auto;
  gap: 0;
}
.syn-partner-form input {
  flex: 1;
  padding: 14px 20px;
  border: 1px solid var(--border);
  border-right: none;
  border-radius: var(--radius) 0 0 var(--radius);
  font-size: 0.9rem;
  outline: none;
  background: var(--white);
}
.syn-partner-form button {
  background: var(--accent-copper);
  color: var(--white);
  border: none;
  padding: 14px 28px;
  border-radius: 0 var(--radius) var(--radius) 0;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--transition);
}
.syn-partner-form button:hover { background: var(--accent-peach-dark); }

/* ── Product cards: industrial minimal ── */
.bm-prod-card {
  border: 1px solid var(--border-light);
  box-shadow: none;
  border-radius: var(--radius);
}
.bm-prod-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--border);
}
.bm-prod-cat { color: var(--accent-copper); }
.bm-prod-cart,
.bm-prod-add {
  background: var(--surface-container);
  color: var(--primary);
  border-radius: var(--radius);
}
.bm-prod-cart:hover,
.bm-prod-add:hover {
  background: var(--accent-copper);
  color: var(--white);
}
.bm-prod-sale { background: var(--accent-copper); }

/* ── Buttons ── */
.bm-btn-sage {
  background: var(--primary-dark);
  color: var(--white);
  border-radius: var(--radius);
  letter-spacing: 0.05em;
  box-shadow: none;
}
.bm-btn-sage:hover {
  background: var(--primary);
  color: var(--white);
}

/* ── Shop page refinements ── */
.bm-shop-card {
  border: 1px solid var(--border-light);
  box-shadow: none;
  border-radius: var(--radius);
}
.bm-shop-card:hover {
  box-shadow: var(--shadow-lg);
  border-color: var(--border);
}
.bm-shop-card .badge-new { background: var(--accent-copper); }
.bm-shop-card .add-btn {
  background: var(--surface-container);
  color: var(--primary);
}
.bm-shop-card .add-btn:hover {
  background: var(--accent-copper);
  color: var(--white);
}
.bm-cat-nav a.active {
  background: var(--surface-container);
  color: var(--primary);
}
.bm-btn-reset {
  background: var(--primary-dark);
  border-radius: var(--radius);
}
.bm-btn-reset:hover { background: var(--primary); }

/* ── Footer 4-column ── */
.footer-dark-grid {
  grid-template-columns: 1.5fr 1fr 1fr 1fr !important;
}
.footer-dark .footer-links a:hover { color: var(--accent-copper-light); }
.footer-dark .footer-bottom a:hover { color: var(--accent-copper-light); }

/* ── Auth pages ── */
.bm-auth-logo {
  font-family: var(--font-heading) !important;
  font-weight: 800 !important;
  color: var(--primary) !important;
}

/* ── Product detail ── */
.bm-pd-label {
  color: var(--accent-copper) !important;
}
.bm-wholesale-box {
  background: var(--primary-dark) !important;
}
.bm-wholesale-box .bm-btn-quote {
  background: var(--accent-copper) !important;
  color: var(--white) !important;
}

/* ── About / operations hero ── */
.syn-ops-tag {
  display: inline-block;
  background: var(--accent-copper);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 4px;
  margin-bottom: 16px;
}

/* ── Responsive ── */
@media (max-width: 992px) {
  .syn-hero-split .container,
  .syn-dist-band .container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .syn-hero-visual { order: -1; max-height: 320px; }
  .footer-dark-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 560px) {
  .footer-dark-grid { grid-template-columns: 1fr !important; }
  .syn-partner-form { flex-direction: column; }
  .syn-partner-form input {
    border-right: 1px solid var(--border);
    border-radius: var(--radius);
  }
  .syn-partner-form button { border-radius: var(--radius); }
}
