.mk-v2-home {
  overflow: clip;
  background: var(--mk-v2-paper);
}

.mk-v2-home a {
  text-decoration: none;
}

.mk-v2-home-kicker {
  display: block;
  color: var(--mk-v2-signal);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
}

.mk-v2-home-hero {
  position: relative;
  min-height: min(690px, calc(100vh - 116px));
  overflow: hidden;
  background: #17171a;
  color: var(--mk-v2-white);
}

.mk-v2-home-hero__image,
.mk-v2-home-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mk-v2-home-hero__image {
  object-fit: cover;
  object-position: center 45%;
}

.mk-v2-home-hero__shade {
  background: rgba(0, 0, 0, 0.48);
}

.mk-v2-home-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: min(624px, calc(100vh - 182px));
  padding-top: 70px;
  padding-bottom: 84px;
  grid-template-columns: minmax(0, 760px) minmax(260px, 1fr);
  gap: 48px;
  align-items: end;
}

.mk-v2-home-hero__content {
  align-self: center;
}

.mk-v2-home-hero h1 {
  margin: 14px 0 0;
  color: #fff;
  font-size: 78px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: 0;
}

.mk-v2-home-hero__lead {
  margin: 16px 0 0;
  color: #fff;
  font-size: 25px;
  font-weight: 650;
  line-height: 1.2;
}

.mk-v2-home-hero__copy {
  max-width: 610px;
  margin: 16px 0 0;
  color: #d6d6d8;
  font-size: 15px;
  line-height: 1.7;
}

.mk-v2-home-hero__actions,
.mk-v2-home-buy-guide__actions {
  display: flex;
  margin-top: 28px;
  flex-wrap: wrap;
  gap: 10px;
}

.mk-v2-home-button,
body.mekevo-v2 .mk-btn.mk-v2-home-inquiry {
  display: inline-flex;
  min-height: 48px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.mk-v2-home-button .mk-icon {
  width: 17px;
  height: 17px;
  flex-basis: 17px;
}

.mk-v2-home-button--light {
  background: #fff;
  color: #101013;
}

.mk-v2-home-button--glass {
  border-color: rgba(255, 255, 255, 0.56);
  background: rgba(10, 10, 12, 0.28);
  color: #fff;
}

.mk-v2-home-button:hover,
.mk-v2-home-button:focus-visible,
body.mekevo-v2 .mk-btn.mk-v2-home-inquiry:hover,
body.mekevo-v2 .mk-btn.mk-v2-home-inquiry:focus-visible {
  border-color: var(--mk-v2-signal);
  outline: none;
}

.mk-v2-home-hero__product {
  position: relative;
  display: grid;
  width: min(100%, 360px);
  min-height: 132px;
  padding: 18px 52px 18px 18px;
  align-self: end;
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: var(--mk-v2-radius);
  background: rgba(10, 10, 12, 0.68);
  color: #fff;
  backdrop-filter: blur(10px);
}

.mk-v2-home-hero__product span,
.mk-v2-home-hero__product small {
  color: #bdbdc2;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
}

.mk-v2-home-hero__product strong {
  margin: 9px 0;
  font-size: 13px;
  line-height: 1.4;
}

.mk-v2-home-hero__product .mk-icon {
  position: absolute;
  right: 18px;
  bottom: 18px;
  color: var(--mk-v2-signal);
}

.mk-v2-home-hero__status {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(10, 10, 12, 0.82);
}

.mk-v2-home-hero__status .mk-v2-shell {
  display: grid;
  min-height: 66px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mk-v2-home-hero__status span {
  display: flex;
  min-width: 0;
  padding: 0 18px;
  align-items: center;
  gap: 7px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  color: #aaaab0;
  font-size: 10px;
  font-weight: 700;
}

.mk-v2-home-hero__status span:first-child {
  padding-left: 0;
}

.mk-v2-home-hero__status span:last-child {
  border-right: 0;
}

.mk-v2-home-hero__status strong {
  color: #fff;
  font-size: 13px;
}

.mk-v2-home-section {
  padding: 74px 0;
  border-bottom: 1px solid var(--mk-v2-line-light);
  background: #f7f7f4;
}

.mk-v2-home-section--chrome {
  background: #111114;
  color: #fff;
}

.mk-v2-home-section--muted {
  background: #e7e7e3;
}

.mk-v2-home-section__head {
  display: flex;
  margin-bottom: 30px;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.mk-v2-home-section__head h2,
.mk-v2-home-brand-intro h2,
.mk-v2-home-buy-guide h2 {
  margin: 8px 0 0;
  color: var(--mk-v2-ink);
  font-size: 34px;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}

.mk-v2-home-section--chrome .mk-v2-home-section__head h2 {
  color: #fff;
}

.mk-v2-home-section__head p,
.mk-v2-home-brand-intro p,
.mk-v2-home-buy-guide p {
  max-width: 650px;
  margin: 12px 0 0;
  color: var(--mk-v2-muted);
  font-size: 13px;
  line-height: 1.65;
}

.mk-v2-home-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: var(--mk-v2-ink);
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
}

.mk-v2-home-section--chrome .mk-v2-home-text-link {
  color: #fff;
}

.mk-v2-home-text-link .mk-icon {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
}

.mk-v2-home-text-link:hover,
.mk-v2-home-text-link:focus-visible {
  color: var(--mk-v2-signal);
  outline: none;
}

.mk-v2-home-category-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mk-v2-home-category {
  display: grid;
  min-width: 0;
  overflow: hidden;
  grid-template-rows: auto 92px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--mk-v2-radius);
  background: #1a1a1e;
  color: #fff;
}

.mk-v2-home-category__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #25252a;
}

.mk-v2-home-category__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.mk-v2-home-category:hover .mk-v2-home-category__media img {
  transform: scale(1.025);
}

.mk-v2-home-category__body {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 16px 48px 16px 16px;
  flex-direction: column;
  justify-content: center;
}

.mk-v2-home-category__body strong {
  overflow: hidden;
  font-size: 15px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mk-v2-home-category__body small {
  margin-top: 7px;
  color: #9e9ea4;
  font-size: 10px;
  font-weight: 750;
}

.mk-v2-home-category__body .mk-icon {
  position: absolute;
  right: 16px;
  bottom: 20px;
  width: 17px;
  height: 17px;
  color: var(--mk-v2-signal);
}

.mk-v2-home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.mk-v2-product-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--mk-v2-line-light);
  border-radius: var(--mk-v2-radius);
  background: #fff;
}

.mk-v2-product-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #dededb;
}

.mk-v2-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.mk-v2-product-card:hover .mk-v2-product-card__media img {
  transform: scale(1.025);
}

.mk-v2-product-card__badges {
  position: absolute;
  top: 9px;
  left: 9px;
  display: flex;
  max-width: calc(100% - 18px);
  flex-wrap: wrap;
  gap: 5px;
}

.mk-v2-product-card__badges span {
  min-height: 23px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  background: rgba(10, 10, 12, 0.78);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  line-height: 22px;
}

.mk-v2-product-card__body {
  display: flex;
  min-height: 210px;
  padding: 14px;
  flex: 1;
  flex-direction: column;
}

.mk-v2-product-card__brand {
  overflow: hidden;
  color: #505058;
  font-size: 9px;
  font-weight: 850;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mk-v2-product-card h3 {
  display: -webkit-box;
  min-height: 42px;
  margin: 8px 0 12px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mk-v2-product-card h3 a {
  color: var(--mk-v2-ink);
}

.mk-v2-product-card__meta {
  display: flex;
  margin-top: auto;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #77777e;
  font-size: 9px;
  font-weight: 750;
}

.mk-v2-product-card__meta span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mk-v2-product-card__meta a {
  color: #126d78;
}

.mk-v2-product-card__actions {
  display: grid;
  margin-top: 14px;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 7px;
}

.mk-v2-select-button,
.mk-v2-card-wa {
  display: inline-flex;
  min-height: 44px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #1a1a1e;
  border-radius: 4px;
  background: #151518;
  color: #fff;
  cursor: pointer;
}

.mk-v2-select-button {
  min-width: 0;
  padding: 0 10px;
  gap: 7px;
  font-size: 10px;
  font-weight: 800;
}

.mk-v2-select-button .mk-icon,
.mk-v2-card-wa .mk-icon {
  width: 17px;
  height: 17px;
  flex-basis: 17px;
}

.mk-v2-select-button[aria-pressed="true"] {
  border-color: #126d78;
  background: #e6f6f7;
  color: #105b64;
}

.mk-v2-card-wa {
  color: var(--mk-v2-whatsapp);
}

.mk-v2-select-button:hover,
.mk-v2-select-button:focus-visible,
.mk-v2-card-wa:hover,
.mk-v2-card-wa:focus-visible {
  border-color: var(--mk-v2-signal);
  outline: none;
}

.mk-v2-home-index-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--mk-v2-line-light);
  border-left: 1px solid var(--mk-v2-line-light);
}

.mk-v2-home-index-grid a {
  position: relative;
  display: grid;
  min-height: 92px;
  padding: 18px 48px 18px 18px;
  align-content: center;
  border-right: 1px solid var(--mk-v2-line-light);
  border-bottom: 1px solid var(--mk-v2-line-light);
  color: var(--mk-v2-ink);
}

.mk-v2-home-index-grid span {
  display: -webkit-box;
  overflow: hidden;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mk-v2-home-index-grid small {
  margin-top: 5px;
  color: #77777e;
  font-size: 9px;
}

.mk-v2-home-index-grid .mk-icon {
  position: absolute;
  right: 16px;
  bottom: 18px;
  width: 16px;
  height: 16px;
  color: #126d78;
}

.mk-v2-home-index-grid a:hover,
.mk-v2-home-index-grid a:focus-visible {
  background: #fff;
  outline: none;
}

.mk-v2-home-brand-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.5fr);
  gap: 72px;
  align-items: start;
}

.mk-v2-home-brand-intro .mk-v2-home-text-link {
  margin-top: 20px;
}

.mk-v2-home-brand-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--mk-v2-line-light);
}

.mk-v2-home-brand-list a {
  display: flex;
  min-height: 64px;
  padding: 0 14px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--mk-v2-line-light);
  color: var(--mk-v2-ink);
}

.mk-v2-home-brand-list a:nth-child(odd) {
  border-right: 1px solid var(--mk-v2-line-light);
}

.mk-v2-home-brand-list span {
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  font-weight: 760;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mk-v2-home-brand-list small {
  color: #74747b;
  font-size: 9px;
  white-space: nowrap;
}

.mk-v2-home-buy-guide {
  padding: 68px 0;
  background: #111114;
  color: #fff;
}

.mk-v2-home-buy-guide__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
}

.mk-v2-home-buy-guide h2 {
  color: #fff;
}

.mk-v2-home-buy-guide p {
  color: #aaaab0;
}

.mk-v2-home-buy-guide__actions {
  margin-top: 0;
  justify-content: flex-end;
}

body.mekevo-v2 .mk-btn.mk-v2-home-inquiry {
  margin: 0;
  border-color: var(--mk-v2-whatsapp);
  background: transparent;
  color: var(--mk-v2-whatsapp);
}

.mk-v2-home-toast {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1100;
  max-width: min(360px, calc(100% - 44px));
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background: #111114;
  box-shadow: var(--mk-v2-shadow);
  color: #fff;
  font-size: 11px;
  font-weight: 750;
}

@media (max-width: 1120px) {
  .mk-v2-home-hero__inner {
    grid-template-columns: minmax(0, 1fr) 310px;
  }

  .mk-v2-home-product-grid,
  .mk-v2-home-index-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .mk-v2-home-hero {
    min-height: 640px;
  }

  .mk-v2-home-hero__inner {
    min-height: 574px;
    padding-top: 56px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mk-v2-home-hero__content {
    align-self: end;
  }

  .mk-v2-home-hero__product {
    display: none;
  }

  .mk-v2-home-category-matrix,
  .mk-v2-home-product-grid,
  .mk-v2-home-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mk-v2-home-brand-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .mk-v2-home-buy-guide__inner {
    grid-template-columns: 1fr;
  }

  .mk-v2-home-buy-guide__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .mk-v2-home-hero {
    min-height: 600px;
  }

  .mk-v2-home-hero__image {
    object-position: 58% center;
  }

  .mk-v2-home-hero__shade {
    background: rgba(0, 0, 0, 0.54);
  }

  .mk-v2-home-hero__inner {
    min-height: 534px;
    padding-top: 38px;
    padding-bottom: 88px;
  }

  .mk-v2-home-hero h1 {
    font-size: 48px;
  }

  .mk-v2-home-hero__lead {
    font-size: 19px;
  }

  .mk-v2-home-hero__copy {
    font-size: 13px;
    line-height: 1.55;
  }

  .mk-v2-home-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mk-v2-home-button {
    width: 100%;
  }

  .mk-v2-home-hero__status .mk-v2-shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mk-v2-home-hero__status span {
    min-height: 33px;
    padding: 0 8px;
    border-right: 0;
    font-size: 8px;
  }

  .mk-v2-home-hero__status span:first-child {
    padding-left: 8px;
  }

  .mk-v2-home-hero__status strong {
    font-size: 10px;
  }

  .mk-v2-home-section {
    padding: 48px 0;
  }

  .mk-v2-home-section__head {
    margin-bottom: 22px;
    align-items: flex-start;
  }

  .mk-v2-home-section__head h2,
  .mk-v2-home-brand-intro h2,
  .mk-v2-home-buy-guide h2 {
    font-size: 25px;
  }

  .mk-v2-home-section__head p {
    font-size: 12px;
  }

  .mk-v2-home-section__head .mk-v2-home-text-link {
    min-height: 36px;
    align-self: flex-end;
  }

  .mk-v2-home-category-matrix,
  .mk-v2-home-product-grid {
    gap: 8px;
  }

  .mk-v2-home-category {
    grid-template-rows: auto 78px;
  }

  .mk-v2-home-category__media {
    aspect-ratio: 1 / 1;
  }

  .mk-v2-home-category__body {
    padding: 12px 36px 12px 11px;
  }

  .mk-v2-home-category__body strong {
    display: -webkit-box;
    font-size: 12px;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .mk-v2-home-category__body small {
    font-size: 8px;
  }

  .mk-v2-home-category__body .mk-icon {
    right: 11px;
    bottom: 15px;
  }

  .mk-v2-product-card__body {
    min-height: 208px;
    padding: 10px;
  }

  .mk-v2-product-card h3 {
    min-height: 40px;
    font-size: 12px;
    line-height: 1.45;
  }

  .mk-v2-product-card__actions {
    grid-template-columns: 1fr;
  }

  .mk-v2-card-wa {
    display: none;
  }

  .mk-v2-select-button {
    font-size: 9px;
  }

  .mk-v2-home-index-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mk-v2-home-index-grid a {
    min-height: 78px;
    padding: 12px 34px 12px 12px;
  }

  .mk-v2-home-brand-list {
    grid-template-columns: 1fr;
  }

  .mk-v2-home-brand-list a:nth-child(odd) {
    border-right: 0;
  }

  .mk-v2-home-buy-guide {
    padding: 50px 0;
  }

  .mk-v2-home-buy-guide__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.mekevo-v2 .mk-btn.mk-v2-home-inquiry {
    width: 100%;
  }

  .mk-v2-home-toast {
    right: 12px;
    bottom: 84px;
    left: 12px;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mk-v2-home-category__media img,
  .mk-v2-product-card__media img {
    transition: none;
  }
}
