/*
 * Home-page composition ported from NEW DESIGN/home.html.
 * All selectors are scoped to .mj-home so the demo geometry does not leak into
 * WooCommerce, directory, wiki or editorial templates.
 */

.mj-home {
  overflow: clip;
}

.mj-home .container {
  width: min(calc(100% - 80px), var(--container, 1380px));
  margin-inline: auto;
}

.mj-home .section {
  padding: 92px 0;
}

.mj-home .section--sand {
  background: var(--sand, #f2efe6);
}

.mj-home .section--forest {
  color: var(--white, #fff);
  background: var(--forest, #143f30);
}

.mj-home .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--green, #267458);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.mj-home .eyebrow::before {
  width: 24px;
  height: 2px;
  background: currentColor;
  content: "";
}

.mj-home .section--forest .eyebrow {
  color: var(--lime, #c8ff00);
}

.mj-home h1,
.mj-home h2,
.mj-home h3 {
  margin-top: 0;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.03;
}

.mj-home h1 {
  font-size: clamp(44px, 6vw, 92px);
}

.mj-home h2 {
  font-size: clamp(34px, 4.2vw, 62px);
}

.mj-home h3 {
  font-size: clamp(23px, 2.1vw, 32px);
}

.mj-home .section--forest h2,
.mj-home .section--forest h3 {
  color: var(--white, #fff);
}

.mj-home .lead {
  max-width: 680px;
  color: var(--muted, #637168);
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.55;
}

.mj-home .section--forest .lead {
  color: rgba(255, 255, 255, .72);
}

.mj-home .section-heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}

.mj-home .section-heading > div {
  max-width: 770px;
}

.mj-home .section-heading h2 {
  margin-bottom: 12px;
}

.mj-home .section-heading p {
  margin: 0;
  color: var(--muted, #637168);
}

.mj-home .btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  color: var(--white, #fff);
  font-weight: 760;
  text-decoration: none;
  background: var(--forest, #143f30);
  border: 1px solid var(--forest, #143f30);
  border-radius: 999px;
  transition: box-shadow .22s var(--ease), transform .22s var(--ease), background-color .22s var(--ease);
}

.mj-home .btn:hover {
  color: var(--white, #fff);
  box-shadow: 0 10px 24px rgba(20, 63, 48, .2);
  transform: translateY(-2px);
}

.mj-home .btn--lime {
  color: var(--ink, #10231b);
  background: var(--lime, #c8ff00);
  border-color: var(--lime, #c8ff00);
}

.mj-home .btn--lime:hover {
  color: var(--ink, #10231b);
}

.mj-home .btn--ghost {
  color: var(--ink, #10231b);
  background: transparent;
  border-color: var(--line-dark, rgba(16, 35, 27, .14));
}

.mj-home .btn--ghost:hover {
  color: var(--ink, #10231b);
  background: var(--white, #fff);
}

.mj-home .text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 3px;
  color: var(--ink, #10231b);
  font-weight: 750;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.mj-home .text-link svg {
  transition: transform .2s var(--ease);
}

.mj-home .text-link:hover {
  color: var(--green, #267458);
}

.mj-home .text-link:hover svg {
  transform: translateX(4px);
}

/* Hero */
.mj-home .home-hero {
  padding: 28px 0 70px;
  overflow: hidden;
}

.mj-home .hero-shell {
  position: relative;
  display: grid;
  min-height: 660px;
  grid-template-columns: 1.05fr .95fr;
  overflow: hidden;
  background: var(--sand, #f2efe6);
  border: 1px solid var(--line, #dce2d9);
  border-radius: 38px;
}

.mj-home .hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  padding: clamp(40px, 6vw, 88px);
  flex-direction: column;
  justify-content: center;
}

.mj-home .hero-copy h1 {
  max-width: 760px;
  margin-bottom: 24px;
}

.mj-home .hero-copy h1 em {
  color: var(--green, #267458);
  font-family: Georgia, serif;
  font-weight: 500;
}

.mj-home .hero-copy .lead {
  max-width: 610px;
}

.mj-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.mj-home .hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 42px;
}

.mj-home .hero-proof div {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted, #637168);
  font-size: 13px;
  font-weight: 650;
}

.mj-home .hero-proof b {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--green, #267458);
  background: var(--white, #fff);
  border: 1px solid var(--line, #dce2d9);
  border-radius: 50%;
}

.mj-home .hero-visual {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #030403;
}

.mj-home .hero-brand-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  filter: saturate(.82) contrast(1.06);
}

.mj-home .hero-visual::before,
.mj-home .hero-visual::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.mj-home .hero-visual::before {
  z-index: 1;
  inset: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(3, 4, 3, .08) 24%, rgba(3, 12, 8, .68) 100%);
}

.mj-home .hero-visual::after {
  z-index: 1;
  right: -180px;
  bottom: -150px;
  width: 330px;
  height: 330px;
  background: rgba(200, 255, 0, .9);
  mix-blend-mode: screen;
}

.mj-home .hero-product {
  position: absolute;
  z-index: 2;
  bottom: 46px;
  left: 7%;
  width: min(53%, 390px);
  padding: 18px;
  background: rgba(255, 255, 255, .95);
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(4, 22, 15, .34);
  transform: rotate(-2deg);
}

.mj-home .hero-product__image {
  display: grid;
  aspect-ratio: 1 / .84;
  place-items: center;
  overflow: hidden;
  background: #eef2e7;
  border-radius: 22px;
}

.mj-home .hero-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mj-home .hero-product__meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  padding: 18px 4px 2px;
}

.mj-home .hero-product__meta h3 {
  margin: 0 0 4px;
  color: var(--ink, #10231b);
  font-size: 23px;
}

.mj-home .hero-product__meta p {
  margin: 0;
  color: var(--muted, #637168);
  font-size: 13px;
}

.mj-home .hero-product__meta strong {
  white-space: nowrap;
  font-size: 22px;
}

.mj-home .float-card {
  position: absolute;
  z-index: 4;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 15px;
  color: var(--ink, #10231b);
  background: var(--white, #fff);
  border-radius: 16px;
  box-shadow: var(--shadow, 0 18px 55px rgba(16, 35, 27, .12));
  font-size: 12px;
  font-weight: 750;
}

.mj-home .float-card--one {
  top: 12%;
  left: 7%;
}

.mj-home .float-card--two {
  right: 6%;
  bottom: 15%;
}

.mj-home .float-card b {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  background: var(--lime-2, #efffb8);
  border-radius: 10px;
}

.mj-home .float-card small {
  color: var(--muted, #637168);
  font-weight: 500;
}

.mj-home .age-ribbon {
  position: absolute;
  z-index: 5;
  top: 26px;
  right: 26px;
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  color: var(--white, #fff);
  background: var(--ink, #10231b);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 850;
}

.mj-home .benefit-bar {
  position: relative;
  z-index: 5;
  margin-top: -28px;
}

.mj-home .benefit-bar__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--white, #fff);
  border: 1px solid var(--line, #dce2d9);
  border-radius: 22px;
  box-shadow: var(--shadow-sm, 0 8px 24px rgba(16, 35, 27, .07));
}

.mj-home .benefit {
  display: flex;
  min-height: 104px;
  gap: 13px;
  align-items: center;
  padding: 22px;
}

.mj-home .benefit + .benefit {
  border-left: 1px solid var(--line, #dce2d9);
}

.mj-home .benefit__icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--green, #267458);
  background: var(--lime-2, #efffb8);
  border-radius: 14px;
}

.mj-home .benefit strong {
  display: block;
  font-size: 14px;
}

.mj-home .benefit span {
  color: var(--muted, #637168);
  font-size: 12px;
}

/* Category mosaic */
.mj-home .category-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.mj-home .category-card {
  position: relative;
  min-height: 270px;
  padding: 26px;
  overflow: hidden;
  color: var(--white, #fff);
  background: var(--forest, #143f30);
  border-radius: 24px;
  text-decoration: none;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}

.mj-home .category-card:hover {
  color: var(--white, #fff);
  box-shadow: var(--shadow, 0 18px 55px rgba(16, 35, 27, .12));
  transform: translateY(-5px);
}

.mj-home .category-card:nth-child(1) { grid-column: span 5; }
.mj-home .category-card:nth-child(2) { grid-column: span 4; }
.mj-home .category-card:nth-child(3) { grid-column: span 3; }
.mj-home .category-card:nth-child(4) { grid-column: span 3; }
.mj-home .category-card:nth-child(5) { grid-column: span 4; }
.mj-home .category-card:nth-child(6) { grid-column: span 5; }

.mj-home .category-card h3 {
  position: relative;
  z-index: 3;
  max-width: 240px;
  margin-bottom: 6px;
  color: var(--white, #fff);
  text-shadow: 0 2px 18px rgba(0, 0, 0, .5);
}

.mj-home .category-card p {
  position: relative;
  z-index: 3;
  margin: 0;
  color: var(--white, #fff);
  opacity: .75;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .5);
}

.mj-home .category-card__arrow {
  position: absolute;
  z-index: 3;
  top: 22px;
  right: 22px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white, #fff);
  border: 1px solid currentColor;
  border-radius: 50%;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .5);
  transition: transform .25s var(--ease);
}

.mj-home .category-card:hover .category-card__arrow {
  transform: rotate(45deg);
}

.mj-home .category-card--image {
  color: var(--white, #fff);
  background: #07110c;
}

.mj-home .category-card--image::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 8, 5, .72) 0%, rgba(2, 8, 5, .12) 52%, rgba(2, 8, 5, .76) 100%);
  content: "";
}

.mj-home .category-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s var(--ease), filter .45s var(--ease);
}

.mj-home .category-card--image:hover .category-card__image {
  filter: saturate(1.08);
  transform: scale(1.055);
}

/* Live WooCommerce cards keep the same demo grid. */
.mj-home ul.product-row.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mj-home ul.product-row.products li.product.product-card {
  width: auto;
  margin: 0;
  float: none;
}

/* Dispensary feature */
.mj-home .market-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: var(--lime, #c8ff00);
  border-radius: 34px;
}

.mj-home .market-feature__copy {
  padding: clamp(40px, 6vw, 86px);
}

.mj-home .market-feature__copy h2 {
  margin-bottom: 18px;
}

.mj-home .market-feature__map {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: #e9e6d9;
}

.mj-home .map-grid {
  position: absolute;
  inset: 0;
  opacity: .38;
  background-image: linear-gradient(rgba(16, 35, 27, .16) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 35, 27, .16) 1px, transparent 1px);
  background-size: 42px 42px;
  transform: rotate(-8deg) scale(1.25);
}

.mj-home .map-road {
  position: absolute;
  top: 45%;
  left: -12%;
  width: 130%;
  height: 13px;
  background: var(--white, #fff);
  border: 1px solid rgba(16, 35, 27, .12);
  transform: rotate(-19deg);
}

.mj-home .map-road--two {
  top: 64%;
  transform: rotate(24deg);
}

.mj-home .map-pin {
  position: absolute;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  color: var(--white, #fff);
  background: var(--forest, #143f30);
  border: 5px solid var(--white, #fff);
  border-radius: 50% 50% 50% 6px;
  box-shadow: var(--shadow-sm, 0 8px 24px rgba(16, 35, 27, .07));
  transform: rotate(-45deg);
}

.mj-home .map-pin svg {
  transform: rotate(45deg);
}

.mj-home .map-pin--a { top: 20%; left: 24%; }
.mj-home .map-pin--b { top: 48%; left: 62%; background: var(--coral, #ff815a); }
.mj-home .map-pin--c { right: 13%; bottom: 15%; }

.mj-home .map-place-card {
  position: absolute;
  z-index: 2;
  bottom: 32px;
  left: 34px;
  width: min(330px, calc(100% - 68px));
  padding: 18px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--line, #dce2d9);
  border-radius: 18px;
  box-shadow: var(--shadow, 0 18px 55px rgba(16, 35, 27, .12));
  backdrop-filter: blur(10px);
}

.mj-home .map-place-card small {
  color: var(--green, #267458);
  font-weight: 800;
  text-transform: uppercase;
}

.mj-home .map-place-card h3 {
  margin: 5px 0 7px;
  color: var(--ink, #10231b);
  font-size: 22px;
}

.mj-home .map-place-card p {
  margin: 0;
  color: var(--muted, #637168);
  font-size: 13px;
}

/* Strain wiki feature */
.mj-home .wiki-panel {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 64px;
  align-items: center;
}

.mj-home .wiki-orbit {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
}

.mj-home .wiki-orbit__center {
  position: relative;
  z-index: 3;
  display: grid;
  width: 230px;
  height: 230px;
  padding: 28px;
  place-items: center;
  text-align: center;
  color: var(--ink, #10231b);
  background: var(--lime, #c8ff00);
  border-radius: 50%;
  box-shadow: 0 0 0 25px rgba(215, 255, 118, .08), 0 0 0 60px rgba(215, 255, 118, .04);
}

.mj-home .wiki-orbit__center strong {
  font-family: Georgia, serif;
  font-size: 44px;
  line-height: .9;
}

.mj-home .orbit-tag {
  position: absolute;
  z-index: 4;
  padding: 9px 14px;
  color: var(--white, #fff);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.mj-home .orbit-tag:nth-child(2) { top: 11%; left: 9%; }
.mj-home .orbit-tag:nth-child(3) { top: 18%; right: 3%; }
.mj-home .orbit-tag:nth-child(4) { right: 4%; bottom: 15%; }
.mj-home .orbit-tag:nth-child(5) { bottom: 8%; left: 13%; }

.mj-home .wiki-copy h2 {
  margin-bottom: 20px;
}

.mj-home .wiki-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 28px 0 34px;
}

.mj-home .wiki-list div {
  padding: 16px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
}

.mj-home .wiki-list strong {
  display: block;
  color: var(--lime, #c8ff00);
  font-size: 22px;
}

.mj-home .wiki-list span {
  color: rgba(255, 255, 255, .66);
  font-size: 12px;
}

/* Editorial cards */
.mj-home .guide-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 18px;
}

.mj-home .guide-card {
  min-height: 390px;
  overflow: hidden;
  background: var(--white, #fff);
  border: 1px solid var(--line, #dce2d9);
  border-radius: 24px;
}

.mj-home .guide-card__art {
  position: relative;
  display: block;
  height: 220px;
  overflow: hidden;
  background: var(--forest, #143f30);
  text-decoration: none;
}

.mj-home .guide-card:first-child .guide-card__art {
  background: var(--coral, #ff815a);
}

.mj-home .guide-card:nth-child(3) .guide-card__art {
  background: #bcd8ff;
}

.mj-home .guide-card__number {
  position: absolute;
  top: 24px;
  left: 24px;
  color: rgba(255, 255, 255, .9);
  font-family: Georgia, serif;
  font-size: 76px;
  font-weight: 700;
}

.mj-home .guide-card__art::after {
  position: absolute;
  right: -70px;
  bottom: -110px;
  width: 230px;
  height: 230px;
  border: 30px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  content: "";
}

.mj-home .guide-card__body {
  padding: 24px;
}

.mj-home .guide-card__body small {
  color: var(--green, #267458);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mj-home .guide-card h3 {
  margin: 9px 0 12px;
  font-size: 23px;
  line-height: 1.15;
}

.mj-home .guide-card h3 a {
  color: var(--ink, #10231b);
  text-decoration: none;
}

.mj-home .guide-card p {
  color: var(--muted, #637168);
  font-size: 14px;
}

/* FAQ remains visible so rendered content matches its FAQPage graph. */
.mj-home .home-faq-wrap {
  border-top: 1px solid var(--line, #dce2d9);
}

.mj-home .mj420-home-faq {
  width: min(100%, 920px);
  margin-inline: auto;
}

.mj-home .mj420-home-faq > h2 {
  margin-bottom: 32px;
  text-align: center;
}

.mj-home .mj420-home-faq details {
  margin: 0 0 10px;
  padding: 0 20px;
  background: var(--white, #fff);
  border: 1px solid var(--line, #dce2d9);
  border-radius: 14px;
}

.mj-home .mj420-home-faq summary {
  padding: 18px 0;
  color: var(--ink, #10231b);
  font-weight: 750;
  cursor: pointer;
}

.mj-home .mj420-home-faq details p {
  padding-bottom: 18px;
  color: var(--muted, #637168);
}

@media (max-width: 1180px) {
  .mj-home .hero-shell {
    min-height: 580px;
  }

  .mj-home .hero-copy {
    padding: 54px;
  }

  .mj-home ul.product-row.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mj-home ul.product-row.products .product-card:nth-child(4) {
    display: none;
  }

  .mj-home .guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mj-home .guide-card:first-child {
    grid-column: span 2;
  }

  .mj-home .category-card:nth-child(n) {
    grid-column: span 4;
  }
}

@media (max-width: 900px) {
  .mj-home .container {
    width: min(calc(100% - 32px), var(--container, 1380px));
  }

  .mj-home .section {
    padding: 68px 0;
  }

  .mj-home .home-hero {
    padding-top: 16px;
  }

  .mj-home .hero-shell,
  .mj-home .market-feature,
  .mj-home .wiki-panel {
    grid-template-columns: 1fr;
  }

  .mj-home .hero-copy,
  .mj-home .hero-visual {
    min-height: 520px;
  }

  .mj-home .benefit-bar {
    margin-top: 18px;
  }

  .mj-home .benefit-bar__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .mj-home .benefit:nth-child(3) {
    border-top: 1px solid var(--line, #dce2d9);
    border-left: 0;
  }

  .mj-home .benefit:nth-child(4) {
    border-top: 1px solid var(--line, #dce2d9);
  }

  .mj-home .category-card:nth-child(n) {
    grid-column: span 6;
  }

  .mj-home .wiki-orbit {
    min-height: 440px;
  }
}

@media (max-width: 640px) {
  .mj-home .container {
    width: min(calc(100% - 24px), var(--container, 1380px));
  }

  .mj-home .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .mj-home .home-hero {
    padding-bottom: 40px;
  }

  .mj-home .hero-shell {
    border-radius: 24px;
  }

  .mj-home .hero-copy {
    min-height: auto;
    padding: 46px 26px;
  }

  .mj-home .hero-copy h1 {
    font-size: clamp(43px, 14vw, 65px);
  }

  .mj-home .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .mj-home .hero-visual {
    min-height: 440px;
  }

  .mj-home .hero-product {
    width: 75%;
    padding: 15px;
    border-radius: 22px;
  }

  .mj-home .hero-product__meta {
    align-items: start;
    flex-direction: column;
  }

  .mj-home .float-card--one {
    top: 10%;
    left: 4%;
  }

  .mj-home .float-card--two {
    right: 4%;
    bottom: 8%;
  }

  .mj-home .benefit-bar__inner {
    grid-template-columns: 1fr;
  }

  .mj-home .benefit + .benefit {
    border-top: 1px solid var(--line, #dce2d9);
    border-left: 0;
  }

  .mj-home .benefit {
    min-height: 88px;
  }

  .mj-home .category-grid {
    grid-template-columns: 1fr;
  }

  .mj-home .category-card:nth-child(n) {
    min-height: 220px;
    grid-column: auto;
  }

  .mj-home ul.product-row.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .mj-home ul.product-row.products .product-card:nth-child(4) {
    display: flex;
  }

  .mj-home ul.product-row.products li.product.product-card {
    padding: 7px 7px 13px;
    border-radius: 16px;
  }

  .mj-home .product-card__image {
    border-radius: 12px;
  }

  .mj-home .product-card__body {
    padding: 12px 3px 0;
  }

  .mj-home .product-card .woocommerce-loop-product__title {
    min-height: 43px;
    font-size: 15px;
  }

  .mj-home .product-card__meta {
    display: none;
  }

  .mj-home .product-card .price {
    font-size: 17px;
  }

  .mj-home .product-card .quick-add {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
  }

  .mj-home .market-feature {
    border-radius: 24px;
  }

  .mj-home .market-feature__copy {
    padding: 44px 26px;
  }

  .mj-home .market-feature__map {
    min-height: 430px;
  }

  .mj-home .wiki-orbit {
    min-height: 380px;
  }

  .mj-home .wiki-orbit__center {
    width: 190px;
    height: 190px;
  }

  .mj-home .wiki-list {
    grid-template-columns: 1fr;
  }

  .mj-home .guide-grid {
    grid-template-columns: 1fr;
  }

  .mj-home .guide-card:first-child {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mj-home *,
  .mj-home *::before,
  .mj-home *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
