.mb-home {
  --mb-ink: #0d3243;
  --mb-orange: #d2591f;
  --mb-cream: #ffffff;
  --mb-soft: #f1f5f9;
  --mb-line: #e2e8f0;
  --mb-muted: #64748b;
  color: var(--mb-ink);
  background: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.mb-home *, .mb-home *::before, .mb-home *::after { box-sizing: border-box; }
.mb-shell { width: min(1200px, calc(100% - 64px)); margin-inline: auto; }
.mb-home h1, .mb-home h2, .mb-home h3 { color: var(--mb-ink); margin: 0; font-family: "Plus Jakarta Sans", sans-serif; }
.mb-home h1 { font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: 1.15; font-weight: 800; letter-spacing: -.01em; }
.mb-home h2 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); line-height: 1.25; font-weight: 800; letter-spacing: -.01em; }
.mb-home h3 { font-size: 1.1rem; font-weight: 700; line-height: 1.4; }
.mb-home p { color: var(--mb-muted); font-size: 1rem; line-height: 1.7; margin: 0; }
.mb-home a { text-decoration: none; }
.mb-home em { color: var(--mb-orange); font-style: normal; font-weight: 800; }
.mb-home .mb-eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 800; color: var(--mb-orange); margin-bottom: 14px; line-height: 1.6; }
.mb-eyebrow > span { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: currentColor; margin-right: 7px; }
.mb-button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; padding: 15px 32px; background: var(--mb-ink); color: #fff; border: 1px solid var(--mb-ink); border-radius: 50px; font-weight: 700; font-size: .92rem; line-height: 1.5; transition: background .2s, color .2s; }
.mb-button:hover { color: #fff; background: #194c60; }
.mb-home .mb-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--mb-ink); font-weight: 700; font-size: .9rem; line-height: 1.5; }
.mb-home .mb-text-link:hover { color: var(--mb-orange); }
.mb-home a:focus-visible, .mb-home button:focus-visible, .mb-home input:focus-visible, .mb-home select:focus-visible { outline: 3px solid var(--mb-orange); outline-offset: 4px; }
.mb-hero { position: relative; padding: 132px 0 10px; background: #fff; overflow: hidden; }
.mb-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 48px; }
.mb-hero-copy { padding-block: 20px; }
.mb-home .mb-intro { max-width: 520px; margin: 22px 0 26px; font-size: 1.02rem; }
.mb-hero-copy > .mb-text-link { margin: 16px 0 0 18px; }
.mb-hero-media { margin: 0; overflow: hidden; border-radius: 30px; border: 1px solid var(--mb-line); box-shadow: 0 18px 44px rgba(13,50,67,.12); background: #fff; }
.mb-hero-media img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: top center; }
.mb-hero-media.mb-hero-media--logo img { aspect-ratio: 1 / 1; object-fit: contain; object-position: center; padding: 36px; background: #fff; }
.mb-hero-media figcaption { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 20px; background: var(--mb-ink); }
.mb-hero-media figcaption span { color: #e8a06c; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.mb-hero-media figcaption strong { color: #fff; font-size: .8rem; font-weight: 700; }
.mb-home-search { margin-top: 36px; }
.mb-home-search .search-card { margin: 0; }
.mb-section { padding-block: 60px; background: #fff; }
.mb-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 28px; }
.mb-section-heading > p { max-width: 325px; }
.mb-sectors { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.mb-sector { position: relative; padding: 0 0 54px; background: #fff; border: 1px solid var(--mb-line); border-radius: 30px; overflow: hidden; transition: box-shadow .2s, transform .2s; }
.mb-sector-media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--mb-soft); }
.mb-sector-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.mb-sector-number, .mb-sector h3, .mb-sector p { padding-inline: 22px; }
.mb-sector:hover { box-shadow: 0 14px 30px rgba(13,50,67,.1); transform: translateY(-2px); }
.mb-sector-number { font-size: 1rem; font-weight: 800; color: var(--mb-orange); display: block; margin-bottom: 12px; padding-top: 20px; }
.mb-sector h3 { margin-bottom: 10px; }
.mb-sector p { font-size: .9rem; }
.mb-sector-arrow { position: absolute; right: 22px; bottom: 20px; font-size: 1.3rem; color: var(--mb-orange); }
.mb-company-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.mb-company-card { min-width: 0; background: #fff; border: 1px solid var(--mb-line); border-radius: 30px; overflow: hidden; transition: box-shadow .2s, transform .2s; }
.mb-company-card:hover { box-shadow: 0 14px 30px rgba(13,50,67,.1); transform: translateY(-2px); }
.mb-company-image { aspect-ratio: 4 / 3; display: grid; place-items: center; background: var(--mb-cream); overflow: hidden; border-radius: 30px 30px 0 0; }
.mb-company-image img { width: 100%; height: 100%; object-fit: cover; }
.mb-monogram { font-size: 3.5rem; font-weight: 800; color: var(--mb-ink); opacity: .4; }
.mb-company-copy { padding: 20px 22px 24px; }
.mb-company-copy .mb-eyebrow { margin-bottom: 8px; font-size: .62rem; }
.mb-company-copy h3 { overflow-wrap: anywhere; }
.mb-company-copy .mb-text-link { margin-top: 16px; }
.mb-empty-compact { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 30px; background: var(--mb-soft); border: 1px solid var(--mb-line); border-radius: 24px; }
.mb-empty-compact p { margin-top: 8px; max-width: 560px; }
.mb-empty-actions { flex-shrink: 0; }
.mb-meet-empty { max-width: 460px; }
.mb-meet-empty .mb-text-link { margin-top: 12px; }
.mb-button-outline { background: transparent; color: var(--mb-ink); }
.mb-promotions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.mb-promotion { padding: 24px 26px; background: #fff; border: 1px solid var(--mb-line); border-radius: 30px; transition: box-shadow .2s, transform .2s; }
.mb-promotion:hover { box-shadow: 0 14px 30px rgba(13,50,67,.1); transform: translateY(-2px); }
.mb-promotion h3 { margin-bottom: 10px; }
.mb-promotion-shop { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.mb-promotion-shop img { width: 44px; height: 44px; border-radius: 12px; object-fit: cover; background: #f1f5f9; flex-shrink: 0; }
.mb-promotion-mono { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: #eef2f4; color: #0d3243; font-weight: 800; font-size: 1.2rem; flex-shrink: 0; }
.mb-promotion-shopname { font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: var(--mb-orange); }
.mb-promotion-title { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 1.1rem; font-weight: 700; color: var(--mb-ink); margin-bottom: 10px; }
.mb-promotion-price { padding: 4px 10px; border-radius: 999px; background: #e8f2f4; color: #0d3243; font-size: .75rem; font-weight: 800; white-space: nowrap; }
.mb-event--media { display: flex; gap: 16px; align-items: center; }
.mb-event-thumb { width: 110px; height: 84px; object-fit: cover; border-radius: 16px; flex-shrink: 0; }
.mb-event-body { min-width: 0; }
.mb-promotion .mb-text-link { margin-top: 16px; }
.mb-meet-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; background: var(--mb-cream); border-radius: 30px; padding: 44px; }
.mb-meet-grid .mb-button-light { background: #fff; color: var(--mb-ink); border: 1px solid var(--mb-line); }
.mb-meet h2 + p { margin: 22px 0; max-width: 440px; }
.mb-event { display: block; padding: 22px 0; }
.mb-event + .mb-event { border-top: 1px solid var(--mb-line); }
.mb-event p { margin-top: 10px; }
.mb-event .mb-eyebrow { margin-top: 0; }
.mb-event .mb-text-link { margin-top: 14px; }
.mb-event-list { display: flex; flex-direction: column; justify-content: center; }
.mb-news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.mb-news { min-width: 0; padding-top: 0; }
.mb-news img { width: 100%; aspect-ratio: 8/5; height: auto; object-fit: cover; margin-bottom: 18px; border-radius: 30px; }
.mb-news h3 { margin-bottom: 10px; overflow-wrap: anywhere; }
.mb-news .mb-text-link { margin-top: 16px; }
.mb-join { display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; padding: 44px; background: var(--mb-ink); border: 0; border-radius: 30px; }
.mb-join h2, .mb-join p { color: #fff; }
.mb-join .mb-eyebrow { color: #e8a06c; }
.mb-join p:not(.mb-eyebrow) { margin-top: 16px; max-width: 530px; color: #d7e3e8; }
.mb-join-actions { display: flex; flex-direction: column; gap: 20px; align-items: start; }
.mb-join-actions small { font-size: .8rem; color: #a9bcc4; }
.mb-join .mb-button { background: #fff; color: var(--mb-ink); border-color: #fff; }
.mb-join .mb-button:hover { background: var(--mb-orange); border-color: var(--mb-orange); }
.mb-join .mb-text-link { color: #fff; }
@media (max-width: 991px) {
  .mb-shell { width: calc(100% - 40px); }
  .mb-hero-grid { gap: 20px; grid-template-columns: 1.2fr 1fr; }
  .mb-hero-copy > .mb-text-link { margin-left: 0; display: flex; }
  .mb-sectors, .mb-company-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mb-empty-compact { flex-wrap: wrap; }
  .mb-meet-grid, .mb-join { gap: 32px; }
  .mb-join { padding: 28px; }
}
@media (max-width: 640px) {
  .mb-shell { width: calc(100% - 36px); }
  .mb-hero { padding-top: 124px; }
  .mb-hero-grid, .mb-meet-grid, .mb-join { grid-template-columns: 1fr; }
  .mb-hero-copy { padding: 12px 0 0; }
  .mb-home h1 { font-size: clamp(2rem, 9vw, 2.8rem); }
  .mb-hero-media { max-width: 420px; margin-inline: auto; }
  .mb-hero-media img { aspect-ratio: 4 / 5; }
  .mb-home-search { margin-top: 24px; }
  .mb-section { padding-block: 46px; }
  .mb-section-heading { align-items: start; flex-direction: column; gap: 16px; }
  .mb-sector { padding: 0 0 48px; }
  .mb-sector h3 { font-size: 1.05rem; }
  .mb-company-grid, .mb-news-grid, .mb-promotions { grid-template-columns: 1fr; }
  .mb-join { padding: 26px 20px; gap: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .mb-home *, .mb-home *::before, .mb-home *::after { transition: none !important; scroll-behavior: auto !important; }
}
.mb-hero-media--photo { margin: 0 auto; width: 100%; max-width: 500px; border: 0; border-radius: 28px; box-shadow: 0 20px 48px rgba(13,50,67,.16); background: transparent; overflow: hidden; }
.mb-hero-media--photo img { aspect-ratio: 4 / 5; object-fit: cover; object-position: center; }
@media (max-width: 640px) {
  .mb-hero-media--photo { max-width: 420px; margin-inline: auto; }
  .mb-hero-media--photo img { aspect-ratio: 4 / 5; }
}
