.mf-hero {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background: #080807;
}

.mf-hero picture,
.mf-hero img {
  width: 100%;
  height: 100%;
}

.mf-hero img {
  min-height: 690px;
  object-fit: cover;
}

.mf-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.74));
}

.mf-hero-copy {
  position: absolute;
  left: 50%;
  bottom: 64px;
  z-index: 2;
  width: min(820px, calc(100vw - 48px));
  transform: translateX(-50%);
  text-align: center;
}

.mf-hero-copy h1,
.mf-hero-copy p {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.mf-hero h1 {
  margin: 0 0 22px;
  color: var(--mf-white);
  font-size: clamp(46px, 4.4vw, 76px);
  line-height: 1;
  font-weight: 850;
}

.mf-hero p {
  margin: 0 0 28px;
  color: var(--mf-white);
  font-size: clamp(21px, 2vw, 32px);
  line-height: 1.2;
}

.mf-product-tab-buttons button {
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid var(--mf-border);
  background: transparent;
  color: var(--mf-muted);
  font-weight: 850;
  cursor: pointer;
}

.mf-product-tab-buttons button.is-active {
  background: var(--mf-gold);
  color: var(--mf-white);
  border-color: var(--mf-gold);
}

.mf-shop-category-source {
  width: var(--mf-wrap);
  margin: 0 auto;
  padding: 54px 0 72px;
}

.mf-shop-category-source h2 {
  margin: 0 0 34px;
  color: var(--mf-white);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 850;
  text-align: center;
}

.mf-source-category-tabs {
  display: none;
}

.mf-category-source-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: clamp(210px, 19vw, 306px);
  gap: 18px;
  width: min(1500px, calc(100vw - 160px));
  margin: 0 auto;
}

.mf-cat-card {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: #111;
  color: var(--mf-white);
}

.mf-cat-card--wide {
  grid-column: span 2;
}

.mf-cat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease, opacity 420ms ease;
}

.mf-cat-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0) 55%);
}

.mf-cat-card span {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 2;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.1;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

.mf-cat-card:hover img {
  transform: scale(1.045);
}

.mf-feature-collections {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--mf-border);
  border-block: 1px solid var(--mf-border);
}

.mf-feature-collections a {
  display: grid;
  gap: 10px;
  min-height: 190px;
  padding: 34px;
  background: #0f0d0a;
}

.mf-feature-collections span {
  color: var(--mf-gold);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.mf-feature-collections strong {
  max-width: 420px;
  font-size: 24px;
  line-height: 1.18;
}

.mf-source-story,
.mf-split-feature,
.mf-story-band,
.mf-practice {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(320px, 0.58fr);
  gap: 34px;
  align-items: center;
  width: var(--mf-wrap);
  margin: 0 auto;
  padding: 74px 0;
}

.mf-source-story {
  align-items: end;
}

.mf-source-story h2 {
  margin: 0 0 24px;
  color: var(--mf-white);
  font-size: clamp(30px, 2.8vw, 46px);
  line-height: 1.05;
}

.mf-source-story-images {
  display: grid;
  grid-template-columns: 0.78fr 1.02fr 0.78fr;
  gap: 0;
  overflow: hidden;
  border-radius: 4px;
}

.mf-source-story-images img {
  width: 100%;
  height: clamp(390px, 37vw, 560px);
  object-fit: cover;
}

.mf-source-story-copy {
  padding: 18px 0 0;
}

.mf-source-story-copy p {
  color: var(--mf-muted);
  font-size: 15px;
  line-height: 1.75;
}

.mf-split-feature img,
.mf-story-band img,
.mf-practice img {
  width: 100%;
  border-radius: var(--mf-radius);
  box-shadow: var(--mf-shadow);
}

.mf-split-copy,
.mf-story-copy,
.mf-practice div {
  max-width: 650px;
}

.mf-split-copy h2,
.mf-story-copy h2,
.mf-practice h2 {
  margin-bottom: 22px;
  text-align: left;
}

.mf-split-copy p,
.mf-story-copy p,
.mf-practice p {
  color: var(--mf-muted);
  font-size: 18px;
  line-height: 1.72;
}

.mf-intent-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.mf-intent-card {
  display: grid;
  gap: 13px;
  text-align: center;
  color: var(--mf-white);
}

.mf-intent-card img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 999px;
  object-fit: cover;
}

.mf-intent-card span {
  min-height: 42px;
  font-weight: 850;
  font-size: 15px;
}

.mf-story-band {
  grid-template-columns: 0.8fr 1.2fr;
  background: #0f0d0a;
  width: 100%;
  padding-inline: max(24px, calc((100vw - 1760px) / 2));
}

.mf-craft-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.mf-craft article {
  background: #11100e;
  border: 1px solid var(--mf-border);
  border-radius: var(--mf-radius);
  overflow: hidden;
}

.mf-craft article img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.mf-craft h3 {
  min-height: 70px;
  margin: 0;
  padding: 18px;
  font-size: 18px;
}

.mf-video-grid,
.mf-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.mf-video-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mf-video-grid-source {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mf-video-tile {
  position: relative;
  overflow: hidden;
  border: 0;
  padding: 0;
  border-radius: var(--mf-radius);
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.mf-video-tile img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.mf-video-tile span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--mf-ink);
  font-weight: 900;
}

.mf-review-band {
  background: var(--mf-cream);
  color: var(--mf-ink);
  padding: 74px max(24px, calc((100vw - 1760px) / 2));
}

.mf-review-band h2 {
  color: var(--mf-ink);
  text-align: center;
  margin-bottom: 34px;
}

.mf-review-grid blockquote {
  margin: 0;
  min-height: 150px;
  padding: 30px;
  border-radius: var(--mf-radius);
  background: #fff;
  color: #3b332a;
  font-size: 18px;
  line-height: 1.55;
}

.mf-review-grid blockquote span {
  display: block;
  color: var(--mf-gold);
  margin-bottom: 12px;
}

.mf-practice-source {
  width: var(--mf-wrap);
  margin: 0 auto;
  padding: 72px 0 82px;
}

.mf-practice-source-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.mf-practice-source-grid article {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 4px;
  background: var(--mf-panel);
}

.mf-practice-source-grid img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.mf-practice-source-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0) 58%);
}

.mf-practice-source-grid h3,
.mf-practice-source-grid p {
  position: absolute;
  left: 20px;
  right: 20px;
  z-index: 2;
}

.mf-practice-source-grid h3 {
  bottom: 78px;
  margin: 0;
  color: #fff;
  font-size: 20px;
}

.mf-practice-source-grid p {
  bottom: 20px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.45;
}

.mf-source-story-images {
  display: block;
}

.mf-source-story-images img {
  height: clamp(430px, 37vw, 560px);
}

.mf-home-product-lock {
  padding-top: 58px;
}

.mf-home-product-tabs {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin-bottom: 26px;
}

.mf-home-product-tabs button {
  border: 0;
  border-bottom: 2px solid transparent;
  padding: 0 0 8px;
  background: transparent;
  color: var(--mf-muted);
  font-size: 18px;
  font-weight: 850;
  cursor: pointer;
}

.mf-home-product-tabs button.is-active {
  border-color: var(--mf-white);
  color: var(--mf-white);
}

.mf-home-product-rail {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
}

.mf-home-product-lock .mf-product-card {
  border-radius: 4px;
  background: transparent;
}

.mf-home-product-lock .mf-product-image img {
  aspect-ratio: 0.86;
}

.mf-home-product-lock .mf-product-copy {
  padding: 10px 0 0;
}

.mf-home-product-lock .mf-product-title {
  min-height: 44px;
  font-size: 12px !important;
  line-height: 1.28;
}

.mf-home-product-lock .mf-product-rating {
  display: block;
  margin-top: 6px;
  color: var(--mf-gold);
  font-size: 11px;
  font-weight: 850;
}

.mf-home-product-lock .mf-product-rating span {
  color: var(--mf-muted);
}

.mf-home-product-lock .mf-product-price {
  margin: 8px 0 0;
  font-size: 13px;
}

.mf-home-product-lock .mf-product-action,
.mf-home-product-lock .mf-mini-button,
.mf-home-product-lock .add_to_cart_button {
  display: none !important;
}

.mf-home-product-lock .mf-card-badge {
  left: 0;
  top: 0;
  border-radius: 0;
  font-size: 10px;
}

.mf-influencer {
  padding-top: 52px;
}

.mf-home .mf-video-grid.mf-video-grid-source {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.mf-home .mf-video-grid-source .mf-video-tile {
  border-radius: 4px;
}

.mf-home .mf-video-grid-source .mf-video-tile img {
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.mf-home .mf-video-grid-source .mf-video-tile span {
  width: 46px;
  height: 46px;
  font-size: 14px;
}

.mf-review-band {
  background: var(--mf-black);
  color: var(--mf-white);
  padding: 58px max(24px, calc((100vw - 1760px) / 2)) 66px;
}

.mf-review-band > p {
  width: min(760px, 100%);
  margin: -18px auto 28px;
  color: var(--mf-muted);
  text-align: center;
  line-height: 1.55;
}

.mf-review-grid-source {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.mf-review-grid-source article {
  min-height: 330px;
  background: #10100e;
  border: 1px solid var(--mf-border);
  border-radius: 4px;
  overflow: hidden;
}

.mf-review-grid-source img {
  width: 100%;
  aspect-ratio: 1.05;
  object-fit: cover;
}

.mf-review-grid-source span,
.mf-review-grid-source h3,
.mf-review-grid-source p {
  display: block;
  padding-inline: 16px;
}

.mf-review-grid-source span {
  padding-top: 13px;
  color: var(--mf-gold);
  font-size: 12px;
  letter-spacing: 0;
}

.mf-review-grid-source h3 {
  margin: 8px 0 6px;
  color: var(--mf-white);
  font-size: 18px;
}

.mf-review-grid-source p {
  margin: 0 0 18px;
  color: var(--mf-muted);
  font-size: 13px;
  line-height: 1.45;
}

.mf-practice-source-grid p em {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.74);
  font-family: Georgia, serif;
  font-size: 12px;
  line-height: 1.38;
}

.mf-origin-mosaic {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 6px;
  margin-top: 42px;
}

.mf-origin-main,
.mf-origin-side {
  position: relative;
  overflow: hidden;
  min-height: 360px;
}

.mf-origin-main img,
.mf-origin-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mf-origin-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.06));
}

.mf-origin-main strong,
.mf-origin-main span,
.mf-origin-main em {
  position: absolute;
  left: 48px;
  z-index: 2;
  color: var(--mf-white);
}

.mf-origin-main strong {
  top: 112px;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.05;
}

.mf-origin-main span {
  top: 178px;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
}

.mf-origin-main em {
  top: 238px;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 0 34px;
  border-radius: 7px;
  background: var(--mf-white);
  color: var(--mf-ink);
  font-style: normal;
  font-weight: 850;
}

.mf-origin-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}

.mf-origin-side img {
  min-height: 177px;
}

.mf-footer {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: #080706 url("../img/cat-source-ritual-space.webp") center/cover no-repeat;
  padding-top: 70px;
}

.mf-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.9));
}

.mf-footer > * {
  position: relative;
  z-index: 1;
}

.mf-footer-grid {
  align-items: start;
}

.mf-footer-bottom {
  align-items: center;
  margin-inline: max(-24px, calc((1760px - 100vw) / 2));
  margin-bottom: -30px;
  padding: 14px max(24px, calc((100vw - 1760px) / 2));
  background: var(--mf-gold);
  color: var(--mf-white);
}

.mf-footer-bottom span,
.mf-footer-bottom .mf-back-top {
  color: var(--mf-white);
}

.mf-footer-bottom .mf-back-top {
  justify-self: end;
  margin: 0;
  border: 0;
  background: transparent;
  font-weight: 850;
  text-decoration: underline;
  cursor: pointer;
}

/* P0-02 source lock: hero crop, height, and first-viewport rhythm. */
.mf-hero {
  height: clamp(600px, 45vw, 660px);
  min-height: 0;
}

.mf-hero picture {
  position: absolute;
  inset: 0;
  display: block;
}

.mf-hero img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
}

.mf-hero-copy {
  bottom: 52px;
}

.mf-hero h1 {
  margin-bottom: 18px;
  font-size: clamp(34px, 3.25vw, 48px);
  line-height: 1.05;
}

.mf-hero p {
  margin-bottom: 30px;
  font-size: clamp(18px, 1.7vw, 24px);
}

.mf-hero .mf-button {
  min-width: 200px;
  min-height: 48px;
}

.mf-hero-copy h1,
.mf-hero-copy p {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 901px) and (max-width: 1280px) {
  .mf-hero {
    height: 650px;
  }

  .mf-hero-copy {
    bottom: 44px;
  }
}

@media (max-width: 900px) {
  .mf-hero {
    height: 620px;
  }

  .mf-hero img {
    object-position: center top;
  }

  .mf-hero-copy {
    bottom: 34px;
  }

  .mf-hero h1 {
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 1.05;
  }

  .mf-hero p {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 1.35;
  }

  .mf-hero .mf-button {
    min-width: 148px;
    min-height: 44px;
    padding-inline: 24px;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  .mf-hero-copy h1,
  .mf-hero-copy p {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    border: 0;
  }
}

@media (max-width: 1180px) {
  .mf-home-product-rail {
    grid-template-columns: repeat(4, minmax(180px, 1fr));
  }

  .mf-home .mf-video-grid.mf-video-grid-source {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mf-review-grid-source {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .mf-home-product-rail {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 12px;
    scroll-snap-type: x proximity;
  }

  .mf-home-product-lock .mf-product-card {
    flex: 0 0 clamp(150px, 19vw, 210px);
    scroll-snap-align: start;
  }

  .mf-home .mf-video-grid.mf-video-grid-source,
  .mf-review-grid-source {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 12px;
  }

  .mf-home .mf-video-grid-source .mf-video-tile {
    flex: 0 0 clamp(132px, 16vw, 188px);
  }

  .mf-review-grid-source article {
    flex: 0 0 clamp(178px, 23vw, 250px);
  }
}

@media (max-width: 760px) {
  .mf-shop-category-source {
    padding: 30px 0 42px;
  }

  .mf-shop-category-source h2 {
    margin-bottom: 16px;
    font-size: 17px;
  }

  .mf-category-source-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 138px;
    gap: 8px;
    width: 100%;
  }

  .mf-cat-card--wide {
    grid-column: span 1;
  }

  .mf-category-source-grid .mf-cat-card:nth-child(n+5) {
    display: none;
  }

  .mf-cat-card span {
    left: 10px;
    bottom: 9px;
    font-size: 10px;
  }

  .mf-source-story-images img {
    height: auto;
  }

  .mf-home .mf-intent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
  }

  .mf-home .mf-intent-card img {
    width: 86%;
    margin: 0 auto;
  }

  .mf-home .mf-intent-card span {
    min-height: 0;
    font-size: 10px;
  }

  .mf-home .mf-craft-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .mf-home .mf-craft article img {
    aspect-ratio: 0.82;
  }

  .mf-home .mf-craft h3 {
    min-height: 44px;
    padding: 10px;
    font-size: 11px;
  }

  .mf-home-product-tabs {
    gap: 24px;
  }

  .mf-home-product-rail {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 12px;
    scroll-snap-type: x proximity;
  }

  .mf-home-product-lock .mf-product-card {
    flex: 0 0 46vw;
    scroll-snap-align: start;
  }

  .mf-home-product-lock .mf-product-image img {
    aspect-ratio: 0.95;
  }

  .mf-home .mf-video-grid.mf-video-grid-source,
  .mf-review-grid-source {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding-bottom: 12px;
  }

  .mf-home .mf-video-grid-source .mf-video-tile,
  .mf-review-grid-source article {
    flex: 0 0 43vw;
  }

  .mf-review-grid-source article {
    min-height: 0;
  }

  .mf-review-grid-source span,
  .mf-review-grid-source h3,
  .mf-review-grid-source p {
    padding-inline: 10px;
  }

  .mf-review-grid-source h3 {
    font-size: 13px;
  }

  .mf-review-grid-source p {
    font-size: 10px;
    line-height: 1.35;
  }

  .mf-practice-source-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .mf-practice-source-grid article,
  .mf-practice-source-grid img {
    min-height: 250px;
  }

  .mf-practice-source-grid h3 {
    left: 8px;
    right: 8px;
    bottom: 62px;
    font-size: 11px;
  }

  .mf-practice-source-grid p {
    left: 8px;
    right: 8px;
    bottom: 10px;
    font-size: 9px;
    line-height: 1.25;
  }

  .mf-origin-mosaic {
    grid-template-columns: 1fr;
  }

  .mf-origin-main {
    min-height: 236px;
  }

  .mf-origin-side {
    min-height: 0;
  }

  .mf-origin-side img {
    min-height: 112px;
  }

  .mf-origin-main strong,
  .mf-origin-main span,
  .mf-origin-main em {
    left: 24px;
    right: 24px;
  }

  .mf-origin-main strong {
    top: 54px;
  }

  .mf-origin-main span {
    top: 106px;
    font-size: 13px;
  }

  .mf-origin-main em {
    top: 176px;
    right: auto;
    min-height: 38px;
    padding-inline: 22px;
  }

  .mf-footer-bottom {
    display: grid;
    gap: 10px;
  }
}
