:root {
  --mbh-orange: #e25218;
  --mbh-orange-dark: #bd3e0d;
  --mbh-dark: #151515;
  --mbh-text: #393939;
  --mbh-muted: #6d6d6d;
  --mbh-light: #f5f5f5;
  --mbh-white: #ffffff;
  --mbh-border: #e0e0e0;
  --mbh-gold: #d8b26d;
  --mbh-guarantees-bg: #f6f6f4;
  --mbh-cta-bg: #e25218;
  --mbh-container: 1260px;
  --mbh-radius: 22px;
  --mbh-shadow: 0 18px 50px rgba(21, 21, 21, 0.08);
  --mbh-body-font: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --mbh-heading-font: Poppins, Inter, "Segoe UI", sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--mbh-text);
  background: var(--mbh-white);
  font-family: var(--mbh-body-font);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
a { color: var(--mbh-orange); text-underline-offset: 0.18em; }
a:hover { color: var(--mbh-orange-dark); }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.55em;
  color: var(--mbh-dark);
  font-family: var(--mbh-heading-font);
  font-weight: 600;
  line-height: 1.16;
  text-wrap: balance;
}
h1 { font-size: clamp(2.625rem, 5vw, 3.75rem); }
h2 { font-size: clamp(2rem, 3.4vw, 2.5rem); }
h3 { font-size: clamp(1.5rem, 2.2vw, 1.75rem); }
p { margin: 0 0 1em; }

button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--mbh-gold); outline-offset: 3px; }

.mbh-container { width: min(100% - 40px, var(--mbh-container)); margin-inline: auto; }
.mbh-section { padding-block: 80px; }
.mbh-content { max-width: 860px; }
.mbh-prose > *:last-child { margin-bottom: 0; }
.mbh-section-header { max-width: 790px; margin-bottom: 42px; }
.mbh-section-header-split { display: flex; align-items: end; justify-content: space-between; gap: 40px; max-width: none; }
.mbh-section-header-split > div { max-width: 790px; }
.mbh-eyebrow {
  margin-bottom: 12px;
  color: var(--mbh-orange);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}
.mbh-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.mbh-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border: 2px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.055em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.mbh-button:hover { transform: translateY(-2px); }
.mbh-button-primary { color: var(--mbh-white); background: var(--mbh-orange); }
.mbh-button-primary:hover { color: var(--mbh-white); background: var(--mbh-orange-dark); }
.mbh-button-outline { color: var(--mbh-dark); border-color: var(--mbh-dark); background: transparent; }
.mbh-button-outline:hover { color: var(--mbh-white); border-color: var(--mbh-dark); background: var(--mbh-dark); }
.mbh-button-light { color: var(--mbh-dark); background: var(--mbh-white); }
.mbh-button-light:hover { color: var(--mbh-white); background: var(--mbh-dark); }
.mbh-image-placeholder { width: 100%; min-height: 280px; border-radius: inherit; background: linear-gradient(135deg, #f4e6df, #f7f4ef 55%, #ead5cb); }
.mbh-admin-note { padding: 16px 20px; border-left: 4px solid var(--mbh-orange); background: #fff7f3; }
.mbh-sr-only, .screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); white-space: nowrap; }

.mbh-skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; color: var(--mbh-white); background: var(--mbh-dark); transform: translateY(-150%); }
.mbh-skip-link:focus { transform: translateY(0); }
.mbh-site-header { position: relative; z-index: 50; border-bottom: 1px solid var(--mbh-border); background: rgba(255,255,255,.96); }
.mbh-header-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 30px; }
.mbh-brand .custom-logo { width: auto; max-height: 56px; }
.mbh-site-title { color: var(--mbh-dark); font-family: var(--mbh-heading-font); font-size: 1.35rem; font-weight: 600; text-decoration: none; }
.mbh-menu, .mbh-footer-menu { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.mbh-menu a { color: var(--mbh-dark); font-size: 0.95rem; font-weight: 600; text-decoration: none; }
.mbh-menu a:hover, .mbh-menu .current-menu-item > a { color: var(--mbh-orange); }
.mbh-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.mbh-menu-toggle > span[aria-hidden] { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--mbh-dark); transition: transform 180ms ease, opacity 180ms ease; }

.mbh-site-footer { padding-block: 32px; color: #bdbdbd; background: var(--mbh-dark); }
.mbh-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.mbh-footer-inner p { margin: 0; }
.mbh-footer-menu a { color: var(--mbh-white); }

.mbh-two-column { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: clamp(42px, 7vw, 92px); }
.mbh-feature-media { overflow: hidden; min-height: 500px; border-radius: var(--mbh-radius); box-shadow: var(--mbh-shadow); }
.mbh-feature-media img, .mbh-feature-media .mbh-image-placeholder { width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.mbh-check-list { display: grid; gap: 12px; margin: 28px 0 32px; padding: 0; list-style: none; }
.mbh-check-list li { position: relative; padding-left: 34px; }
.mbh-check-list li::before { content: "✓"; position: absolute; left: 0; top: 0.05em; width: 23px; height: 23px; border-radius: 50%; color: var(--mbh-white); background: var(--mbh-orange); font-size: 0.8rem; font-weight: 700; line-height: 23px; text-align: center; }
.mbh-details { margin-top: 25px; border-top: 1px solid var(--mbh-border); border-bottom: 1px solid var(--mbh-border); }
.mbh-details summary { padding: 17px 0; color: var(--mbh-orange); cursor: pointer; font-weight: 700; }
.mbh-details[open] .mbh-prose { padding-bottom: 8px; }
.mbh-entry { padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid var(--mbh-border); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
  .mbh-category-card:hover { transform: none; }
}
