/* ═══ HOMEPAGE — Hero, Fitment, Trust, Sections ═══ */
.mf-hero {
  position: relative;
  min-height: 680px;
  padding: 86px 0 34px;
  background: #030303;
  color: #ffffff;
  /* Force dark theme for hero */
  --mf-black: #030303;
  --mf-ink: #080808;
  --mf-surface: #111111;
  --mf-surface-2: #171717;
  --mf-line: rgba(255, 255, 255, 0.08);
  --mf-line-strong: rgba(179, 144, 71, 0.44);
  --mf-text: #ffffff;
  --mf-muted: rgba(255, 255, 255, 0.58);
  --mf-soft: rgba(255, 255, 255, 0.38);
}

.mf-hero__inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 40px), var(--mf-hero-wrap));
  margin: 0 auto;
}

.mf-hero__grid {
  display: grid;
  grid-template-columns: 420px minmax(0, 1fr);
  align-items: center;
  gap: 42px;
}

.mf-hero__content {
  max-width: 420px;
}

.mf-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #f5f0e5;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mf-hero__title {
  max-width: 420px;
  margin: 24px 0 28px;
  color: var(--mf-text);
  font-size: clamp(38px, 4.1vw, 54px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.03;
}

.mf-hero__title span {
  color: inherit;
}

.mf-hero__meta {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 800;
}

.mf-hero__copy {
  max-width: 420px;
  margin: 0 0 32px;
  color: var(--mf-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.55;
}

.mf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: var(--mf-radius);
  background: var(--mf-gold);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.mf-btn:hover {
  background: #c19d50;
  transform: translateY(-1px);
}

.mf-btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.22);
}

.mf-btn--ghost:hover {
  border-color: var(--mf-gold);
  background: rgba(179, 144, 71, 0.1);
}

.mf-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.mf-hero__visual {
  position: relative;
  min-height: 360px;
  border: 1px solid rgba(255, 255, 255, 0.035);
  background:
    radial-gradient(circle at 50% 47%, rgba(179, 144, 71, 0.13), transparent 25rem),
    #010101;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  isolation: isolate;
}

.mf-hero__visual::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.42), transparent 30%, transparent 72%, rgba(0, 0, 0, 0.6));
  content: "";
}

.mf-hero__wheel {
  position: absolute;
  top: 50%;
  right: 6%;
  width: min(620px, 91%);
  max-height: 94%;
  object-fit: contain;
  transform: translateY(-50%);
  filter: drop-shadow(0 28px 60px rgba(0, 0, 0, 0.78));
}

.mf-hero__product-card {
  display: none;
}

.mf-hero__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: rgba(179, 144, 71, 0.85);
  cursor: pointer;
  transform: translateY(-50%);
}

.mf-hero__arrow--prev {
  left: -42px;
}

.mf-hero__arrow--next {
  right: -42px;
}

.mf-hero__dots {
  position: absolute;
  left: 50%;
  bottom: -34px;
  display: flex;
  gap: 11px;
  transform: translateX(-50%);
}

.mf-hero__dots span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(179, 144, 71, 0.2);
}

.mf-hero__dots .is-active {
  background: var(--mf-gold);
}

.mf-hero__product-label {
  margin: 0 0 6px;
  color: var(--mf-gold);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mf-hero__product-title {
  margin: 0;
  color: var(--mf-text);
  font-size: 20px;
  line-height: 1.15;
}

.mf-hero__product-copy {
  margin: 8px 0 0;
  color: var(--mf-muted);
  font-size: 13px;
}

.mf-fitment {
  margin-top: 72px;
  padding: 30px 36px;
  border: 1px solid var(--mf-line);
  border-radius: 12px;
  background: rgba(25, 25, 25, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}

.mf-fitment__tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  margin: 0 0 24px;
}

.mf-fitment__tab {
  color: var(--mf-muted);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.2s ease;
}

.mf-fitment__tab:hover,
.mf-fitment__tab.active {
  color: var(--mf-text);
}

.mf-fitment__form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 16px;
}

.mf-fitment__field {
  width: 100%;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid var(--mf-line);
  border-radius: 8px;
  background: var(--mf-surface);
  color: var(--mf-text);
  font-size: 15px;
  font-weight: 500;
  outline: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6%209L12%2015L18%209%22%20stroke%3D%22%23b39047%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mf-fitment__field:focus {
  border-color: var(--mf-gold);
  box-shadow: 0 0 0 1px var(--mf-gold);
}

.mf-fitment__submit {
  min-height: 52px;
  padding: 0 40px;
  border: 0;
  border-radius: 8px;
  background: var(--mf-gold);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.mf-fitment__submit:hover {
  background: var(--mf-gold-dark);
}

.mf-fitment__submit:active {
  transform: translateY(1px);
}


.mf-trust {
  background: var(--mf-surface);
  border-top: 1px solid var(--mf-line);
  border-bottom: 1px solid var(--mf-line);
}

.mf-trust__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 86px;
  padding: 58px 0;
}

.mf-trust__item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
}

.mf-trust__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--mf-gold);
}

.mf-trust__title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 850;
}

.mf-trust__copy {
  margin: 0;
  color: var(--mf-muted);
  font-size: 13px;
}

.mf-section {
  padding: 78px 0;
  background: var(--mf-black);
}

.mf-section--compact {
  padding-top: 0;
}

.mf-section--raised {
  background: var(--mf-surface);
}

.mf-section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.mf-section__title {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
}

.mf-moto-grid {
  display: grid;
  grid-template-columns: 1fr 1.9fr;
  gap: 18px;
}

.mf-feature-tile,
.mf-feature-tile-wide {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: var(--mf-radius);
  background: var(--mf-surface-2);
}

.mf-feature-tile--chain {
  min-height: 480px;
}

.mf-feature-tile-wide {
  grid-column: span 2;
}

.mf-feature-tile img,
.mf-feature-tile-wide img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  opacity: 0.86;
  transform: scale(1.02);
}

.mf-feature-tile__body {
  position: absolute;
  inset: auto 0 0;
  padding: 22px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
}

.mf-feature-tile__eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.mf-feature-tile__title {
  margin: 0 0 8px;
  font-size: 20px;
}

.mf-feature-tile__copy {
  max-width: 320px;
  margin: 0 0 14px;
  color: var(--mf-muted);
  font-size: 13px;
}

.mf-feature-stack {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.mf-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.mf-product {
  min-width: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.mf-product__media {
  position: relative;
  aspect-ratio: 1 / 1;
  margin-bottom: 14px;
  background: #f7f7f7;
}

.mf-product__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
}

.mf-product__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 9px;
  background: var(--mf-gold-2);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.mf-product__power {
  display: inline-flex;
  margin: 0 0 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--mf-gold-2);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.mf-product__name {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.35;
}

.mf-product__price {
  margin: 0 0 8px;
  color: var(--mf-gold);
  font-weight: 850;
}

.mf-product__old-price {
  color: var(--mf-soft);
  text-decoration: line-through;
}

.mf-product__meta {
  min-height: 44px;
  margin: 0 0 16px;
  color: var(--mf-soft);
  font-size: 12px;
}

.mf-product__action {
  display: flex;
  justify-content: center;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.mf-reward {
  position: relative;
  overflow: hidden;
  padding: 86px 0;
  background: #050505;
  text-align: center;
}

.mf-reward::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.84)),
    var(--mf-reward-image, none) center / cover;
  content: "";
  opacity: 0.7;
}

.mf-reward__inner {
  position: relative;
  z-index: 1;
}

.mf-reward__title {
  margin: 12px 0 10px;
  font-size: clamp(28px, 4vw, 48px);
}

.mf-reward__copy {
  margin: 0 auto 22px;
  max-width: 540px;
  color: var(--mf-muted);
}

/* ── FOOTER ── */
.mf-footer {
  background: var(--mf-surface);
  border-top: 1px solid var(--mf-line);
  color: var(--mf-text);
}

.mf-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 48px;
  padding: 56px 0 48px;
}

.mf-footer__brand-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.mf-footer__logo {
  width: 160px;
  height: auto;
  display: block;
}

.mf-footer__slogan {
  margin: 0;
  font-size: 13px;
  color: var(--mf-muted);
  line-height: 1.6;
  max-width: 220px;
}

/* ── Footer Trust Bar ── */
.mf-footer__trust {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.mf-footer__trust-avatars {
  display: flex;
  flex-shrink: 0;
}
.mf-footer__trust-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--mf-surface);
  box-shadow: 0 0 0 1px rgba(179,144,71,.25);
  margin-left: -8px;
  position: relative;
  z-index: 1;
  transition: transform .2s ease;
}
.mf-footer__trust-avatar:first-child { margin-left: 0; z-index: 5; }
.mf-footer__trust-avatar:nth-child(2) { z-index: 4; }
.mf-footer__trust-avatar:nth-child(3) { z-index: 3; }
.mf-footer__trust-avatar:nth-child(4) { z-index: 2; }
.mf-footer__trust-avatar:hover { transform: scale(1.12); z-index: 10; }
.mf-footer__trust-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mf-footer__trust-stars {
  display: flex;
  gap: 1px;
}
.mf-footer__trust-text {
  font-size: 12px;
  color: var(--mf-muted);
  font-weight: 600;
  white-space: nowrap;
}
.mf-footer__heading {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--mf-text);
}

.mf-footer__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mf-footer__links a {
  font-size: 13px;
  color: var(--mf-muted);
  text-decoration: none;
  transition: color .2s;
}
.mf-footer__links a:hover { color: var(--mf-gold); }

.mf-footer__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mf-footer__info span,
.mf-footer__info a {
  font-size: 13px;
  color: var(--mf-muted);
  text-decoration: none;
  transition: color .2s;
}
.mf-footer__info a:hover { color: var(--mf-gold); }

.mf-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 20px 0;
  border-top: 1px solid var(--mf-line);
}

.mf-footer__copy {
  font-size: 12px;
  color: var(--mf-muted);
}

.mf-footer__bottom-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mf-footer__weblabs {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: var(--mf-muted);
  font-size: 11px;
  font-weight: 600;
  opacity: .65;
  transition: opacity .2s, color .2s;
}
.mf-footer__weblabs:hover {
  opacity: 1;
  color: var(--mf-text);
}
.mf-footer__weblabs img {
  border-radius: 3px;
}

.mf-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.mf-footer__legal a {
  font-size: 12px;
  color: var(--mf-muted);
  text-decoration: none;
  transition: color .2s;
}
.mf-footer__legal a:hover { color: var(--mf-gold); }

.mf-footer__revoke-btn {
  padding: 4px 12px !important;
  border: 1px solid var(--mf-gold) !important;
  border-radius: 6px !important;
  color: var(--mf-gold) !important;
  font-weight: 700 !important;
  font-size: 11px !important;
  transition: background .2s, color .2s !important;
}
.mf-footer__revoke-btn:hover {
  background: var(--mf-gold) !important;
  color: #fff !important;
}

@media (max-width: 900px) {
  .mf-footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 560px) {
  .mf-footer__grid { grid-template-columns: 1fr; gap: 28px; padding: 40px 0 32px; }
  .mf-footer__bottom { flex-direction: column; align-items: flex-start; }
}


.mf-shop,
.mf-pdp {
  background: var(--mf-black);
  color: var(--mf-text);
}

.mf-shop-hero,
.mf-pdp-hero {
  padding: 58px 0 44px;
  border-top: 1px solid var(--mf-line);
  background:
    radial-gradient(circle at 80% 18%, rgba(179, 144, 71, 0.1), transparent 28rem),
    linear-gradient(180deg, #050505 0%, #030303 100%);
}

.mf-shop-hero__inner {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 44px;
  align-items: end;
}

.mf-shop-hero__title,
.mf-pdp-title {
  margin: 24px 0 16px;
  color: var(--mf-text);
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.02;
}

.mf-shop-hero__copy,
.mf-pdp-short {
  max-width: 620px;
  color: var(--mf-muted);
  font-size: 15px;
  line-height: 1.6;
}

.mf-shop-hero__panel {
  display: grid;
  gap: 9px;
  padding: 20px;
  border: 1px solid var(--mf-line);
  background: rgba(255, 255, 255, 0.035);
}

.mf-shop-hero__panel span {
  color: var(--mf-gold);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mf-shop-hero__panel a {
  color: var(--mf-text);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
}

.mf-shop-search {
  padding: 0 0 44px;
  background: var(--mf-black);
}

.mf-fitment--shop {
  margin-top: 0;
}

.mf-shop-listing {
  padding: 36px 0 84px;
  background: var(--mf-black);
  color: var(--mf-text);
}

.mf-shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  color: var(--mf-text);
  font-size: 14px;
  font-weight: 700;
}

.mf-shop-toolbar select {
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  color: #222;
}

.mf-shop-card__badge,
.mf-pdp-sale {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 7px 12px;
  background: var(--mf-gold);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

  font-weight: 800;
}

.mf-shop-card__cats,
.mf-pdp-cats {
  margin: 0 0 8px;
  color: var(--mf-gold);
  font-size: 12px;
  font-weight: 850;
}

.mf-shop-card__cats a,
.mf-pdp-cats a {
  color: inherit;
  text-decoration: none;
}

.mf-shop-card__title {
  min-height: 58px;
  margin: 0 0 10px;
  color: #242424;
  font-size: 17px;
  line-height: 1.28;
}

.mf-shop-card__title a {
  color: inherit;
  text-decoration: none;
}

.mf-shop-card__price {
  margin-bottom: 16px;
  color: var(--mf-gold);
  font-size: 16px;
  font-weight: 850;
}

.mf-shop-card__price del,
.mf-pdp-price del {
  color: rgba(0, 0, 0, 0.38);
  font-weight: 600;
}



.mf-breadcrumb {
  margin-bottom: 30px;
  color: var(--mf-soft);
  font-size: 12px;
}

.mf-breadcrumb a {
  color: var(--mf-muted);
  text-decoration: none;
}

.mf-pdp-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 540px;
  gap: 54px;
  align-items: start;
}

.mf-pdp-gallery {
  position: relative;
}

.mf-pdp-gallery__main {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 560px;
  background: #fff;
}

.mf-pdp-gallery__main img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  padding: 34px;
}

.mf-pdp-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.mf-pdp-gallery__thumbs span {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  background: #fff;
}

.mf-pdp-gallery__thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}

.mf-pdp-trust {
  display: grid;
  gap: 10px;
  max-width: 300px;
  margin-top: -126px;
  margin-left: 18px;
  position: relative;
  z-index: 2;
}

.mf-pdp-trust span {
  padding: 10px 13px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.94);
  color: #2b2b2b;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.mf-pdp-summary {
  padding-top: 12px;
}

.mf-pdp-price {
  margin: 24px 0;
  color: var(--mf-gold);
  font-size: 28px;
  font-weight: 850;
}

.mf-pdp-specs {
  display: grid;
  margin: 24px 0;
  border-top: 1px solid var(--mf-line);
}

.mf-pdp-specs div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 0;
  border-bottom: 1px solid var(--mf-line);
  color: var(--mf-muted);
  font-size: 13px;
}

.mf-pdp-specs strong {
  color: var(--mf-text);
  text-align: right;
}

.mf-pdp-fitment,
.mf-pdp-cart,
.mf-pdp-benefits {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--mf-line);
  background: rgba(255, 255, 255, 0.035);
}

.mf-pdp-fitment h2 {
  margin: 0 0 8px;
  font-size: 16px;
}

.mf-pdp-fitment p {
  margin: 0 0 14px;
  color: var(--mf-muted);
  font-size: 13px;
}

.mf-pdp-fitment label,
.mf-pdp-fitment span {
  display: grid;
  gap: 7px;
  color: var(--mf-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.mf-pdp-fitment input {
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--mf-line);
  background: #fff;
  color: #111;
}

.mf-pdp-cart form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
}

.mf-pdp-cart table.variations {
  flex-basis: 100%;
  width: 100%;
  margin: 0 0 12px;
  border: 0;
}

.mf-pdp-cart table.variations tr {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}

.mf-pdp-cart table.variations th,
.mf-pdp-cart table.variations td {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
}

.mf-pdp-cart table.variations label {
  color: var(--mf-muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mf-pdp-cart table.variations select {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--mf-line);
  background: #fff;
  color: #111;
}

.mf-pdp-cart .reset_variations {
  display: inline-flex;
  margin-top: 8px;
  color: var(--mf-gold);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.mf-pdp-cart .single_variation_wrap {
  flex-basis: 100%;
}

.mf-pdp-cart .woocommerce-variation {
  margin-bottom: 12px;
  color: var(--mf-muted);
  font-size: 13px;
}

.mf-pdp-cart .woocommerce-variation-price {
  color: var(--mf-gold);
  font-size: 20px;
  font-weight: 850;
}

.mf-pdp-cart .woocommerce-variation-add-to-cart {
  display: flex;
  gap: 10px;
}

.mf-pdp-cart .quantity input {
  width: 64px;
  min-height: 46px;
  border: 1px solid var(--mf-line);
  background: #fff;
  color: #111;
  text-align: center;
}

.mf-pdp-cart .single_add_to_cart_button {
  flex: 1;
  min-height: 46px;
  border: 0;
  background: var(--mf-gold);
  color: #fff;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.mf-pdp-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.mf-pdp-benefits span {
  color: var(--mf-muted);
  font-size: 12px;
}

.mf-pdp-content {
  padding: 72px 0;
  background: #f5f5f4;
  color: #161616;
}

.mf-pdp-content__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 28px;
}

.mf-pdp-copy,
.mf-pdp-side > div {
  padding: 28px;
  background: #fff;
}

.mf-pdp-copy h2,
.mf-pdp-side h2 {
  margin: 0 0 16px;
  font-size: 22px;
}

.mf-pdp-copy {
  color: #4b4b4b;
  font-size: 15px;
  line-height: 1.75;
}

.mf-pdp-side {
  display: grid;
  gap: 18px;
  align-content: start;
}

.mf-pdp-side p,
.mf-pdp-side li {
  color: #555;
  font-size: 14px;
  line-height: 1.65;
}


/* ═══ HOMEPAGE v2 — Apple/FF-Wheels inspired ═══ */
/* ══════════════════════════════════════════════════
   MF HOMEPAGE v2 — Apple/FF-Wheels inspired
══════════════════════════════════════════════════ */

/* Scroll Reveal */
.rv { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
.rv.is-v { opacity: 1; transform: none; }

/* Shared Typography */
.mfh-kicker {
  display: block;
  margin-bottom: 10px;
  color: var(--mf-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.mfh-sec-title {
  margin: 0 0 4px;
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.1;
  color: var(--mf-text);
}
.mfh-sec-link {
  white-space: nowrap;
  color: var(--mf-gold);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}
.mfh-sec-link:hover { opacity: .7; }

/* Buttons */
.mfh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s, transform .1s;
}
.mfh-btn:active { transform: scale(.98); }
.mfh-btn--fill { background: var(--mf-gold); color: #fff; border: 2px solid transparent; }
.mfh-btn--fill:hover { opacity: .88; }
.mfh-btn--outline { background: transparent; color: var(--mf-text); border: 2px solid var(--mf-line); }
.mfh-btn--outline:hover { border-color: var(--mf-gold); color: var(--mf-gold); }
.mfh-btn--white { background: #fff; color: #1D1D1F; border: 2px solid transparent; }
.mfh-btn--outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.35); }
.mfh-btn--outline-white:hover { border-color: #fff; }

/* ── HERO BENTO ── */
.mfh-hero {
  padding: calc(var(--mf-header-h, 0px) + 24px) 0 40px;
  background: var(--mf-bg);
}

/* Outer: [main-card] [sidebar 280px] */
.mfh-hero__bento {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 20px;
  align-items: stretch;
}

/* Inner main card: [text 380px] [slider 1fr] */
.mfh-hero__main-card {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 0;
  align-items: stretch;
  background: var(--mf-surface);
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-radius);
  overflow: hidden;
  min-height: 440px;
  box-shadow: var(--mf-shadow);
}

/* Text column */
.mfh-hero__text {
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
}
.mfh-hero__title {
  margin: 0 0 14px;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  letter-spacing: -.025em;
  line-height: 1.1;
  color: var(--mf-text);
}
.mfh-hero__copy {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--mf-muted);
}
.mfh-hero__actions { display: flex; flex-direction: row; flex-wrap: wrap; gap: 10px; margin-top: 20px; padding-top: 0; }
.mfh-hero__actions .mfh-btn { width: auto; flex: 1 1 220px; }


/* Slider column */
.mfh-hero__image {
  position: relative;
  overflow: hidden;
  background: #0d0d0d;
  isolation: isolate;
  border-radius: var(--mf-radius);
  /* The outer card clips with overflow:hidden but explicit radius ensures
     the image is fully rounded even if stacking context changes */
}
/* Top-left dark vignette — exactly like FF */
.mfh-hero__image::before {
  content: ''; position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: radial-gradient(ellipse 60% 50% at 0% 0%, rgba(0,0,0,.22) 0%, transparent 70%);
}

/* Slides — crossfade */
.mfh-hero__slide {
  position: absolute; inset: 0;
  opacity: 0; transition: opacity .8s cubic-bezier(.4,0,.2,1);
  z-index: 0;
}
.mfh-hero__slide.is-active { opacity: 1; z-index: 1; }
.mfh-hero__slide:first-of-type { opacity: 1; }
.mfh-hero__slide img,
.mfh-hero__image > img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  min-height: 420px;
}

/* Dots — top-left (FF style) */
.mfh-hero__dots {
  position: absolute; top: 16px; left: 16px; z-index: 20;
  display: flex; gap: 6px; align-items: center;
}
.mfh-hero__slide-label {
  font-size: 11px; font-weight: 500; color: rgba(255,255,255,.7);
  margin-left: 8px; letter-spacing: .01em;
  transition: opacity .2s ease;
  white-space: nowrap;
}
.mfh-hero__dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: rgba(255,255,255,.5); border: 1.5px solid rgba(255,255,255,.8);
  cursor: pointer; padding: 0;
  transition: all .35s cubic-bezier(.4,0,.2,1);
  position: relative; overflow: hidden;
}
.mfh-hero__dot.is-active {
  width: 26px; border-radius: 4px;
  background: #fff; border-color: #fff;
}
.mfh-hero__dot.is-active::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(0,0,0,.15);
  animation: mfh-dot-progress 3.8s linear forwards;
  transform-origin: left;
  border-radius: 4px;
}
@keyframes mfh-dot-progress {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

/* Trust pills — bottom (FF style glassmorphism) */
.mfh-hero__trust {
  position: absolute; bottom: 16px; left: 16px; right: 16px;
  display: flex; gap: 8px; flex-wrap: wrap; z-index: 10;
}
.mfh-trust-pill {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 6px 13px; border-radius: 980px;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,.3);
  font-size: 11px; font-weight: 600; color: #fff;
}
.mfh-trust-pill svg { width: 14px; height: 14px; flex-shrink: 0; }

/* Right sidebar */
.mfh-hero__sidebar { display: flex; flex-direction: column; gap: 10px; }


/* Hero Sidebar Cards */
.mfh-hero__sidebar { display: flex; flex-direction: column; gap: 10px; justify-content: space-between; }
.mfh-side-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 18px;
  background: var(--mf-surface);
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-radius);
  box-shadow: var(--mf-shadow);
  text-decoration: none;
  color: var(--mf-text);
  transition: box-shadow .2s, border-color .2s, transform .15s;
  flex: 1;
}
.mfh-side-card:hover { border-color: var(--mf-line-strong); box-shadow: var(--mf-shadow-lg); z-index: 2; transform: translateY(-2px); }
.mfh-side-card__icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(179,144,71,.08);
  display: flex; align-items: center; justify-content: center;
  color: var(--mf-gold); flex-shrink: 0;
}
.mfh-side-card__info { flex: 1; min-width: 0; }
.mfh-side-card__name { display: block; font-size: 14px; font-weight: 800; }
.mfh-side-card__sub  { display: block; font-size: 12px; color: var(--mf-muted); margin-top: 2px; }
.mfh-side-card__arrow { color: var(--mf-muted); flex-shrink: 0; }

/* 5th card — neutral dark variant */
.mfh-side-card--gold {
  background: var(--mf-text);
  border-color: var(--mf-text);
  color: var(--mf-bg);
}
.mfh-side-card--gold .mfh-side-card__icon {
  background: rgba(128,128,128,.15);
  color: var(--mf-bg);
}
.mfh-side-card--gold .mfh-side-card__name { color: var(--mf-bg); }
.mfh-side-card--gold .mfh-side-card__sub  { color: var(--mf-bg); opacity: 0.7; }
.mfh-side-card--gold .mfh-side-card__arrow { color: var(--mf-bg); opacity: 0.5; }
.mfh-side-card--gold:hover { opacity: .88; box-shadow: var(--mf-shadow-lg); transform: translateY(-2px); }

/* ── SECTIONS ── */
.mfh-section { padding: 80px 0; background: var(--mf-bg); }
.mfh-section--alt { background: var(--mf-bg); }
.mfh-sec-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 28px;
  gap: 16px;
}

/* Make Pills */
.mfh-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.mfh-pill {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 16px;
  background: var(--mf-surface);
  border: 1px solid var(--mf-line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: var(--mf-text);
  text-decoration: none;
  transition: border-color .2s, color .2s;
}
.mfh-pill:hover { border-color: var(--mf-gold); color: var(--mf-gold); }

/* Product Cards Grid */
.mfh-products-grid,
.mfh-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.mfh-grid--3 { grid-template-columns: repeat(3, 1fr); }

.mfh-card {
  display: flex;
  flex-direction: column;
  background: var(--mf-surface);
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-radius);
  box-shadow: var(--mf-shadow);
  text-decoration: none;
  color: var(--mf-text);
  overflow: hidden;
  transition: box-shadow .2s, transform .2s;
}
.mfh-card:hover { box-shadow: var(--mf-shadow-lg); transform: translateY(-3px); }
.mfh-card__media {
  position: relative;
  aspect-ratio: 1/1;
  background: var(--mf-surface-2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.mfh-card__media--img { background: #fff; }
.mfh-card__media--img img { width: 100%; height: 100%; object-fit: contain; padding: 16px; }
.mfh-card__badge {
  position: absolute;
  top: 10px; left: 10px;
  background: rgba(179,144,71,0.08);
  color: var(--mf-gold);
  border: 1px solid rgba(179,144,71,0.25);
  font-size: 10px; font-weight: 700;
  padding: 3px 9px;
  border-radius: 6px;
  letter-spacing: .04em;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
}
.mfh-card__placeholder { width: 60%; height: auto; opacity: .7; }
.mfh-card__body { padding: 20px; display: flex; flex-direction: column; flex: 1; gap: 4px; }
.mfh-card__type { font-size: 11px; font-weight: 700; color: var(--mf-muted); text-transform: uppercase; letter-spacing: .06em; }
.mfh-card__name { margin: 0; font-size: 15px; font-weight: 800; line-height: 1.3; flex: 1; }
.mfh-card__price { margin: 4px 0 0; color: var(--mf-gold); font-size: 14px; font-weight: 800; }
.mfh-card__cta {
  display: block;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--mf-line);
  font-size: 12px; font-weight: 700;
  color: var(--mf-gold);
  letter-spacing: .04em;
}
.mfh-card__spec {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(179,144,71,.1);
  color: var(--mf-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
}

/* ── SHOWCASE ── */
.mfh-showcase { padding: 80px 0; background: var(--mf-bg); }
.mfh-showcase__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.mfh-showcase__images { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-items: start; }
.mfh-showcase__img--main { border-radius: var(--mf-radius); object-fit: cover; width: 100%; }
.mfh-showcase__img--sub  { border-radius: var(--mf-radius); object-fit: cover; width: 100%; margin-top: 40px; }
.mfh-showcase__copy { margin: 16px 0 28px; font-size: 16px; line-height: 1.7; color: var(--mf-muted); }
.mfh-showcase__stats { display: flex; gap: 32px; margin-top: 32px; padding-top: 28px; border-top: 1px solid var(--mf-line); }
.mfh-stat-val { display: block; font-size: 28px; font-weight: 900; color: var(--mf-text); letter-spacing: -.02em; }
.mfh-stat-lbl { display: block; font-size: 12px; font-weight: 600; color: var(--mf-muted); margin-top: 2px; }

/* ── FEATURES ── */
.mfh-features { padding: 80px 0; background: var(--mf-bg); }
.mfh-feats { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.mfh-feat {
  padding: 36px 32px;
  background: var(--mf-surface);
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-radius);
  box-shadow: var(--mf-shadow);
}
.mfh-feat__icon {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: rgba(179,144,71,.1);
  color: var(--mf-gold);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.mfh-feat__title { margin: 0 0 10px; font-size: 18px; font-weight: 800; color: var(--mf-text); }
.mfh-feat__desc  { margin: 0; font-size: 14px; line-height: 1.65; color: var(--mf-muted); }

/* ── FAQ ── */
.mfh-faq { padding: 80px 0; background: var(--mf-bg); }
.mfh-faq__card {
  background: #fff;
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-radius);
  padding: 60px;
}
.mfh-faq__grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 60px;
  align-items: start;
}
.mfh-faq__sub { margin: 16px 0 0; font-size: 15px; color: var(--mf-muted); line-height: 1.6; }
.mfh-faq__list { display: flex; flex-direction: column; }
.mfh-faq__item { border-bottom: 1px solid var(--mf-line); }
.mfh-faq__item:first-child { border-top: 1px solid var(--mf-line); }
.mfh-faq__q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 18px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  color: var(--mf-text);
}
.mfh-faq__icon { flex-shrink: 0; color: var(--mf-gold); transition: transform .25s; }
.mfh-faq__item.is-open .mfh-faq__icon { transform: rotate(45deg); }
.mfh-faq__a { display: none; padding-bottom: 18px; }
.mfh-faq__item.is-open .mfh-faq__a { display: block; }
.mfh-faq__a p { margin: 0; font-size: 14px; line-height: 1.7; color: var(--mf-muted); }

/* ── CTA ── */
.mfh-cta { padding: 80px 0; background: var(--mf-bg); }
.mfh-cta__card {
  background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 50%, #1a1108 100%);
  border-radius: var(--mf-radius);
  padding: 80px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mfh-cta__card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 0%, rgba(179,144,71,.18), transparent 60%);
  pointer-events: none;
}
.mfh-cta__card .mfh-kicker { color: var(--mf-gold); }
.mfh-cta__title { margin: 0 0 16px; font-size: clamp(32px,5vw,52px); font-weight: 900; color: #fff; letter-spacing: -.02em; }
.mfh-cta__copy  { margin: 0 0 36px; font-size: 16px; color: rgba(255,255,255,.65); }

/* ── Dark Mode Adjustments ── */
[data-theme="dark"] .mfh-section,
[data-theme="dark"] .mfh-section--alt,
[data-theme="dark"] .mfh-hero,
[data-theme="dark"] .mfh-features,
[data-theme="dark"] .mfh-showcase,
[data-theme="dark"] .mfh-faq,
[data-theme="dark"] .mfh-cta { background: var(--mf-black); }
[data-theme="dark"] .mfh-faq__card { background: var(--mf-surface); }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .mfh-products-grid,
  .mfh-grid,
  ul.products,
  .woocommerce ul.products,
  .mfh-shop .products,
  .mfh-cat-grid,
  .mfh-cat-grid--4,
  .mfh-products {
    grid-template-columns: repeat(2,1fr);
  }
  .mfh-hero__bento { grid-template-columns: 1fr; }
  .mfh-hero__main-card { grid-template-columns: 1fr; }
  .mfh-hero__sidebar { display: grid; grid-template-columns: 1fr 1fr; }
  .mfh-showcase__grid { grid-template-columns: 1fr; gap: 40px; }
  .mfh-feats { grid-template-columns: 1fr; }
  .mfh-faq__grid { grid-template-columns: 1fr; gap: 32px; }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .mfh-side-card {
    padding: 16px;
  }
}
@media (max-width: 640px) {
  .mfh-hero__sidebar { grid-template-columns: 1fr; }
  .mfh-grid--3 { grid-template-columns: 1fr; }
  .mfh-faq__card { padding: 32px 24px; }
  .mfh-cta__card { padding: 48px 24px; }
  .mfh-hero__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}


/* ── Category Cards (Leistung section) ── */
.mfh-cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.mfh-cat-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 28px 24px;
  background: var(--mf-surface);
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-radius);
  text-decoration: none;
  color: var(--mf-text);
  transition: border-color .2s, transform .15s;
  position: relative;
}
.mfh-cat-card:hover { border-color: var(--mf-line-strong); transform: translateY(-1px); }
.mfh-cat-card__icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(179,144,71,.09);
  color: var(--mf-gold);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 4px;
}
.mfh-cat-card__badge {
  display: inline-block;
  padding: 3px 10px;
  background: var(--mf-gold);
  color: #fff;
  font-size: 11px; font-weight: 800;
  border-radius: 999px;
  width: fit-content;
}
.mfh-cat-card__title { margin: 0; font-size: 16px; font-weight: 800; }
.mfh-cat-card__sub   { margin: 0; font-size: 13px; color: var(--mf-muted); line-height: 1.4; }
.mfh-cat-card__arrow {
  margin-top: auto;
  padding-top: 12px;
  font-size: 16px;
  color: var(--mf-gold);
  font-weight: 700;
}

/* ── Tech Cards (Fahrzeugtechnik section) ── */
.mfh-cat-grid--4 { grid-template-columns: repeat(4, 1fr); }
.mfh-tech-card {
  display: flex;
  flex-direction: column;
  background: var(--mf-surface);
  border: 1px solid var(--mf-line);
  border-radius: var(--mf-radius);
  box-shadow: var(--mf-shadow);
  text-decoration: none;
  color: var(--mf-text);
  overflow: hidden;
  transition: box-shadow .2s, transform .2s;
}
.mfh-tech-card:hover { box-shadow: var(--mf-shadow-lg); transform: translateY(-3px); }
.mfh-tech-card__img {
  height: 180px;
  background: var(--mf-surface-2);
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.mfh-tech-card__img--placeholder { background: var(--mf-surface-2); }
.mfh-tech-card__img img { width: 100%; height: 100%; object-fit: cover; }
.mfh-tech-card__body { padding: 20px; }
.mfh-tech-card__badge {
  display: inline-block;
  padding: 2px 10px;
  background: rgba(179,144,71,.12);
  color: var(--mf-gold);
  font-size: 11px; font-weight: 800;
  border-radius: 999px;
  margin-bottom: 8px;
}
.mfh-tech-card__name { margin: 0 0 4px; font-size: 15px; font-weight: 800; }
.mfh-tech-card__sub  { margin: 0; font-size: 13px; color: var(--mf-muted); }

/* ── Responsive additions ── */
@media (max-width: 1024px) {
  .mfh-cat-grid { grid-template-columns: repeat(2, 1fr); }
  .mfh-cat-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .mfh-cat-grid { grid-template-columns: 1fr; }
  .mfh-cat-grid--4 { grid-template-columns: 1fr 1fr; }
  .mfh-hero__image { min-height: 260px; }
  .mfh-hero__slide img { height: 240px; }
}


/* ── Tabs ── */
.mfh-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .mfh-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 4px;
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .mfh-tabs::-webkit-scrollbar {
    display: none;
  }
  .mfh-tabs .mfh-tab {
    flex-shrink: 0;
    white-space: nowrap;
  }
}
.mfh-tab {
  height: 34px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1.5px solid var(--mf-line);
  background: transparent;
  color: var(--mf-muted);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color .15s, color .15s, background .15s;
}
.mfh-tab:hover { border-color: var(--mf-line-strong); color: var(--mf-text); }
.mfh-tab.is-active {
  background: var(--mf-text);
  border-color: var(--mf-text);
  color: var(--mf-bg);
  font-weight: 700;
}
.mfh-tab-panel { display: none; }
.mfh-tab-panel.is-active { display: block; }
.mfh-tab-footer { margin-top: 24px; }

/* Empty state */
.mfh-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
  color: var(--mf-muted);
}
.mfh-empty-state p { margin: 0; font-size: 15px; }

@media (max-width: 1024px) {
  .mfh-hero__bento { grid-template-columns: 1fr; }
  .mfh-hero__main-card { grid-template-columns: 1fr; }
  .mfh-hero__sidebar { display: grid; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .mfh-hero__sidebar { grid-template-columns: 1fr; }
  .mfh-hero__slide img { height: 260px; }
}


