:root {
  --brand-yellow: #f6b900;
  --brand-yellow-deep: #dea600;
  --brand-charcoal: #1d1a18;
  --brand-cream: #f7f3e8;
  --brand-paper: #fffdfa;
  --brand-soft: #faf8f3;
  --brand-text: #272522;
  --brand-muted: #77736f;
  --brand-line: #e9e4da;
  --brand-danger: #c84733;
  --brand-success: #2f7d4c;
  --bg: var(--brand-cream);
  --surface: #ffffff;
  --surface-soft: var(--brand-soft);
  --surface-strong: #ffffff;
  --text: var(--brand-text);
  --muted: var(--brand-muted);
  --line: var(--brand-line);
  --primary: var(--brand-yellow);
  --primary-container: var(--brand-yellow-deep);
  --accent: var(--brand-charcoal);
  --font-display: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

body.mvp-page {
  margin: 0;
  background: var(--brand-cream);
  color: var(--brand-text);
  font-family: var(--font-body);
  padding-bottom: 0;
}

.mvp-page a { color: inherit; text-decoration: none; }
.mvp-page button { font: inherit; }
.mvp-page img { display: block; max-width: 100%; }

.mvp-shell {
  width: min(100%, 1180px);
  margin: 0 auto;
  background: var(--brand-paper);
  min-height: 100vh;
}

.mvp-topbar,
.mvp-detail-topbar {
  height: 68px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 253, 250, .96);
  border-bottom: 1px solid rgba(233, 228, 218, .72);
  z-index: 25;
}

.mvp-topbar--sticky { position: sticky; top: 0; }

.mvp-brand { display: inline-flex; align-items: center; gap: 10px; }
.mvp-brand__mark {
  width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center;
  background: var(--brand-charcoal); color: var(--brand-yellow); font: 800 19px/1 Georgia, serif;
}
.mvp-brand > span:last-child { display: grid; gap: 1px; }
.mvp-brand strong { font-size: 17px; letter-spacing: .04em; }
.mvp-brand small { font-size: 9px; font-weight: 700; letter-spacing: .18em; color: var(--brand-muted); }
.mvp-topbar__actions { display: flex; align-items: center; gap: 8px; }
.mvp-topbar__actions button,
.mvp-topbar__actions a,
.mvp-detail-topbar > a,
.mvp-detail-topbar > button {
  width: 42px; height: 42px; border: 0; border-radius: 50%; display: grid; place-items: center;
  background: var(--brand-soft); color: var(--brand-charcoal); cursor: pointer;
}

.mvp-hero { min-height: 410px; padding: 36px 6%; display: grid; grid-template-columns: minmax(300px, .82fr) minmax(360px, 1.18fr); gap: 4%; align-items: center; overflow: hidden; background: radial-gradient(circle at 86% 12%, rgba(246,185,0,.2), transparent 31%), linear-gradient(135deg, #fffdf6 0%, #f5f0df 100%); }
.mvp-hero__content { position: relative; z-index: 2; color: var(--brand-charcoal); }
.mvp-hero__content > span,
.mvp-section__head span,
.mvp-service-banner span,
.mvp-shop-intro > span,
.mvp-detail-section__head > span,
.mvp-detail-section__head > div > span { font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.mvp-hero__content > span { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: #fff0b4; color: #765900; letter-spacing: .08em; }
.mvp-hero h1 { max-width: 520px; margin: 12px 0 10px; font-size: clamp(36px, 4.7vw, 54px); line-height: 1.08; letter-spacing: -.04em; }
.mvp-hero p { margin: 0 0 18px; max-width: 430px; font-size: 15px; line-height: 1.6; color: var(--brand-muted); }
.mvp-hero__content > a { display: inline-flex; align-items: center; gap: 7px; padding: 12px 17px; border-radius: 11px; background: var(--brand-yellow); color: var(--brand-charcoal); font-weight: 800; }
.mvp-hero-product { position: relative; min-height: 344px; overflow: hidden; border-radius: 20px; background: #e9e5da; box-shadow: 0 18px 44px rgba(70,58,30,.11); }
.mvp-hero-product > img { width: 100%; height: 344px; object-fit: cover; }
.mvp-hero-product > span { position: absolute; z-index: 2; left: 16px; top: 16px; padding: 7px 10px; border-radius: 999px; background: rgba(255,253,250,.92); font-size: 11px; font-weight: 800; }
.mvp-hero-product > div { position: absolute; z-index: 2; left: 16px; right: 16px; bottom: 16px; padding: 13px 15px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-radius: 12px; background: rgba(255,253,250,.94); backdrop-filter: blur(12px); }
.mvp-hero-product strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mvp-hero-product b { flex: 0 0 auto; font-size: 17px; }

.mvp-entry-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 5px 5%; border-block: 1px solid var(--brand-line); background: #fff; }
.mvp-entry-grid a { min-height: 60px; padding: 6px 12px; display: flex; align-items: center; justify-content: center; gap: 9px; border-right: 1px solid var(--brand-line); background: transparent; }
.mvp-entry-grid a:last-child { border-right: 0; }
.mvp-entry-grid .material-symbols-outlined { width: 34px; height: 34px; display: grid; place-items: center; color: #967100; font-size: 23px; }
.mvp-entry-grid strong { font-size: 14px; }

.mvp-section { padding: 38px 6%; background: var(--brand-paper); }
.mvp-section--cream { background: var(--brand-cream); }
.mvp-section__head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.mvp-section__head span { color: #9a7400; }
.mvp-section__head h2 { margin: 0; font-size: 27px; line-height: 1.2; }
.mvp-section__head p { margin: 7px 0 0; color: var(--brand-muted); font-size: 13px; }
.mvp-section__head > a { font-size: 13px; font-weight: 700; padding-bottom: 3px; border-bottom: 1px solid var(--brand-charcoal); }
.mvp-space-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.mvp-space-row a { position: relative; height: 230px; overflow: hidden; border-radius: 18px; background: #ddd; }
.mvp-space-row img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.mvp-space-row a:hover img { transform: scale(1.035); }
.mvp-space-row strong { position: absolute; left: 16px; bottom: 16px; padding: 9px 13px; border-radius: 999px; background: rgba(255,253,250,.92); }

.mvp-home-products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.mvp-home-product { min-width: 0; background: transparent; overflow: hidden; }
.mvp-home-product__media { position: relative; aspect-ratio: 1 / 1.02; background: #f1eee7; }
.mvp-home-product__media, .mvp-home-product__media img { border-radius: 12px; }
.mvp-home-product__media img { width: 100%; height: 100%; object-fit: cover; }
.mvp-home-product__media span { position: absolute; left: 10px; top: 10px; padding: 5px 8px; border-radius: 999px; background: var(--brand-yellow); font-size: 10px; font-weight: 800; }
.mvp-home-product__body { padding: 12px 2px 0; }
.mvp-home-product__body strong { display: block; font-size: 15px; }
.mvp-home-product__body p { margin: 5px 0 9px; min-height: 36px; color: var(--brand-muted); font-size: 12px; line-height: 1.5; }
.mvp-home-product__body b { font-size: 17px; }
.mvp-loading { grid-column: 1 / -1; padding: 42px; text-align: center; color: var(--brand-muted); }

.mvp-service-banner { margin: 18px 6% 48px; padding: 34px; border-radius: 20px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--brand-charcoal); color: #fff; }
.mvp-service-banner span { color: var(--brand-yellow); }
.mvp-service-banner h2 { margin: 7px 0; font-size: 27px; }
.mvp-service-banner p { margin: 0; color: rgba(255,255,255,.67); }
.mvp-service-banner > a { flex: 0 0 auto; padding: 13px 20px; border-radius: 12px; background: var(--brand-yellow); color: var(--brand-charcoal); font-weight: 800; }
.mvp-footer { display: none; }
.mvp-page .site-icp-footer { margin: 0; display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap; gap: 3px 10px; padding: 14px 16px calc(90px + env(safe-area-inset-bottom)); background: var(--brand-paper); color: var(--brand-muted); font-size: 11px; line-height: 1.4; }
.mvp-page .site-icp-footer p { margin: 0; }

.mvp-shop-intro { padding: 24px 6% 12px; }
.mvp-shop-intro > span { color: #9a7400; }
.mvp-shop-intro h1 { margin: 5px 0 4px; font-size: 31px; }
.mvp-shop-intro p { margin: 0; color: var(--brand-muted); }
.mvp-category-rail { display: flex; gap: 8px; overflow-x: auto; padding: 8px 6% 12px; scrollbar-width: none; }
.mvp-category-rail::-webkit-scrollbar { display: none; }
.mvp-category-chip { flex: 0 0 auto; padding: 8px 13px; border: 1px solid var(--brand-line); border-radius: 999px; background: #fff; font-size: 12px; font-weight: 700; }
.mvp-category-chip.is-active { border-color: var(--brand-charcoal); background: var(--brand-charcoal); color: #fff; }
.mvp-shop-toolbar { display: flex; align-items: center; justify-content: space-between; padding: 11px 6% 13px; border-top: 1px solid var(--brand-line); }
.mvp-shop-toolbar strong { font-size: 14px; }
.mvp-shop-toolbar span { color: var(--brand-muted); font-size: 12px; }
.mvp-page .mvp-product-feed.product-list-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding: 0 6% 36px; }
.mvp-page .product-list-card { min-width: 0; border: 1px solid var(--brand-line); border-radius: 12px; background: #fff; overflow: hidden; box-shadow: none; }
.mvp-page .product-list-card__media { aspect-ratio: 1 / .92; background: #f2efe8; }
.mvp-page .product-list-card__media img { width: 100%; height: 100%; object-fit: cover; }
.mvp-page .product-list-card__badge { left: 10px; top: 10px; right: auto; padding: 5px 8px; border-radius: 999px; background: var(--brand-yellow); color: var(--brand-charcoal); font-size: 10px; }
.mvp-page .product-list-card__body { display: block; padding: 13px 13px 0; }
.mvp-page .product-list-card__body small { color: #9a7400; }
.mvp-page .product-list-card__body strong { display: block; margin-top: 4px; font-size: 16px; }
.mvp-page .product-list-card__body p { margin: 6px 0 0; min-height: 36px; color: var(--brand-muted); font-size: 12px; line-height: 1.5; }
.mvp-page .product-list-card__foot { display: flex; align-items: center; justify-content: space-between; padding: 12px 13px 14px; }
.mvp-page .product-list-card__foot b { font-size: 17px; }
.mvp-page .product-list-card__cart { width: 38px; min-width: 38px; height: 38px; padding: 0; border: 0; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; background: var(--brand-yellow); color: var(--brand-charcoal); font-weight: 800; }
.mvp-page .product-list-card__cart .material-symbols-outlined { font-size: 21px; }
.mvp-page .product-list-card__cart.is-select { font-size: 0; }
.mvp-empty { margin: 20px 6%; }
.mvp-shop-note { margin: 0 6% 32px; padding: 11px 13px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--brand-line); border-radius: 10px; background: #fffdfa; }
.mvp-shop-note > span { color: #9a7400; }
.mvp-shop-note p { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px 8px; margin: 0; font-size: 13px; }
.mvp-shop-note small { color: var(--brand-muted); font-size: 11px; }

.mvp-service-hero { padding: 46px 6% 34px; background: linear-gradient(135deg, #fffdf6, #f3eddc); color: var(--brand-charcoal); }
.mvp-service-hero > span { color: #967100; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.mvp-service-hero h1 { margin: 10px 0; font-size: clamp(38px, 6vw, 66px); line-height: 1.08; }
.mvp-service-hero p { margin: 0; color: var(--brand-muted); font-size: 16px; }
.mvp-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 24px 6% 54px; background: var(--brand-cream); }
.mvp-service-grid > a { min-height: 180px; padding: 24px; display: grid; grid-template-columns: 54px 1fr 32px; gap: 16px; align-items: start; border: 1px solid var(--brand-line); border-radius: 16px; background: #fff; }
.mvp-service-grid > a > span { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; background: #fff4cb; color: #9a7400; }
.mvp-service-grid small { color: #9a7400; font-weight: 800; }
.mvp-service-grid h2 { margin: 7px 0; font-size: 22px; }
.mvp-service-grid p { margin: 0; color: var(--brand-muted); line-height: 1.65; }
.mvp-service-grid b { align-self: center; color: var(--brand-charcoal); font-weight: 400; }

.mvp-detail-page { padding-bottom: 106px; }
.mvp-detail-topbar { position: sticky; top: 0; }
.mvp-detail-topbar > strong { font-size: 16px; }
.mvp-detail-gallery { height: auto; aspect-ratio: 1.26 / 1; border-radius: 0; background: #f2efe8; }
.mvp-detail-gallery > img { width: 100%; height: 100%; object-fit: cover; }
.mvp-favorite { top: 16px; right: 16px; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.92); }
.mvp-detail-info { padding: 22px 6% 20px; border: 0; border-radius: 0; background: #fff; }
.mvp-detail-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.mvp-detail-heading h1 { margin: 0; font-size: clamp(24px, 4vw, 36px); line-height: 1.15; }
.mvp-detail-heading p { margin: 8px 0 0; color: var(--brand-muted); line-height: 1.55; }
.mvp-detail-heading > strong { flex: 0 0 auto; color: var(--brand-danger); font-size: 27px; }
.mvp-detail-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.mvp-detail-tags span { padding: 6px 9px; border-radius: 8px; background: var(--brand-cream); color: #6e5b22; font-size: 11px; }
.mvp-detail-promise { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 14px; padding: 11px 0; border-block: 1px solid var(--brand-line); }
.mvp-detail-promise span { display: flex; align-items: center; justify-content: center; gap: 5px; color: var(--brand-muted); font-size: 12px; }
.mvp-detail-promise i { color: #9a7400; font-size: 18px; font-style: normal; }
.mvp-sku-groups { margin-top: 17px; }
.mvp-sku-block > strong { display: block; margin-bottom: 11px; font-size: 15px; }
.mvp-sku-options { display: flex; flex-wrap: wrap; gap: 9px; }
.mvp-sku-option { min-height: 39px; padding: 0 15px; border: 1px solid var(--brand-line); border-radius: 9px; display: inline-flex; align-items: center; background: #fff; color: var(--brand-text); cursor: pointer; }
.mvp-sku-option.is-active { border-color: var(--brand-charcoal); box-shadow: inset 0 0 0 1px var(--brand-charcoal); background: #fff9e6; }
.mvp-quantity-row { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; }
.mvp-quantity-row > div:first-child { display: grid; gap: 4px; }
.mvp-quantity-row small { color: var(--brand-muted); }
.mvp-quantity { display: flex; align-items: center; border: 1px solid var(--brand-line); border-radius: 10px; overflow: hidden; }
.mvp-quantity button { width: 40px; height: 38px; border: 0; background: var(--brand-soft); cursor: pointer; }
.mvp-quantity span { width: 38px; text-align: center; font-weight: 800; }
.mvp-detail-section { margin: 10px 4%; padding: 20px; border: 1px solid var(--brand-line); border-radius: 14px; background: #fff; }
.mvp-detail-section__head { margin-bottom: 14px; }
.mvp-detail-section__head span { color: #9a7400; }
.mvp-detail-section__head h2 { margin: 0; font-size: 21px; }
.mvp-detail-section__head--row { display: flex; align-items: end; justify-content: space-between; }
.mvp-detail-section__head--row > a { font-size: 13px; font-weight: 700; border-bottom: 1px solid currentColor; }
.mvp-detail-quote { margin: 0; padding: 17px; border-radius: 12px; background: var(--brand-cream); }
.mvp-detail-quote p { margin: 0; font-size: 16px; line-height: 1.8; }
.mvp-fit-layout { display: grid; grid-template-columns: 1.6fr .8fr; gap: 10px; }
.mvp-scene-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.mvp-page .product-detail-stitch-scene-card { min-height: 180px; border-radius: 14px; overflow: hidden; }
.mvp-page .product-detail-stitch-scene-card img { width: 100%; height: 100%; object-fit: cover; }
.mvp-difficulty-card { min-height: 180px; padding: 18px 12px; display: grid; place-items: center; align-content: center; gap: 8px; border: 1px solid var(--brand-line); border-radius: 14px; background: var(--brand-soft); text-align: center; }
.mvp-difficulty-card .material-symbols-outlined { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: #fff0bd; color: #8a6900; }
.mvp-difficulty-card small { color: var(--brand-muted); }
.mvp-care-tips { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mvp-page .mvp-care-tips article { min-height: 96px; border: 1px solid var(--brand-line); border-radius: 14px; display: grid; place-items: center; align-content: center; gap: 8px; background: var(--brand-soft); }
.mvp-recommend { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.mvp-page .product-detail-stitch-recommend-card { border: 1px solid var(--brand-line); border-radius: 14px; overflow: hidden; background: #fff; }
.mvp-purchase-bar { position: fixed; left: 50%; bottom: 0; z-index: 80; transform: translateX(-50%); width: min(100%, 1180px); min-height: 82px; padding: 11px max(14px, env(safe-area-inset-left)) calc(11px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 64px minmax(110px, .7fr) minmax(140px, 1fr); gap: 9px; align-items: center; background: rgba(255,255,255,.96); border-top: 1px solid var(--brand-line); backdrop-filter: blur(18px); }
.mvp-purchase-bar > a,
.mvp-purchase-bar > button { height: 54px; border: 0; border-radius: 13px; display: flex; align-items: center; justify-content: center; font-weight: 800; cursor: pointer; }
.mvp-purchase-bar__cart { display: grid !important; align-content: center; gap: 2px; color: var(--brand-muted); }
.mvp-purchase-bar__cart small { font-size: 10px; }
.mvp-purchase-bar__secondary { background: #fff0bd; color: var(--brand-charcoal); }
.mvp-purchase-bar__secondary { display: grid !important; align-content: center; gap: 1px; line-height: 1.05; }
.mvp-purchase-bar__secondary small { font-size: 10px; font-weight: 700; color: var(--brand-muted); }
.mvp-purchase-bar__secondary strong { font-size: 14px; }
.mvp-purchase-bar__primary { background: var(--brand-yellow); color: var(--brand-charcoal); }
.mvp-purchase-bar button:disabled { opacity: .45; cursor: not-allowed; }

.mvp-page .shell-bottom-nav { position: fixed; left: 50%; bottom: 0; transform: translateX(-50%); width: min(100%, 1180px); z-index: 70; background: rgba(255,255,255,.96); border-top: 1px solid var(--brand-line); box-shadow: none; backdrop-filter: blur(18px); }
.mvp-page .shell-bottom-nav__list { display: grid; grid-template-columns: repeat(5, 1fr); }
.mvp-page .shell-bottom-nav__item { min-width: 0; color: var(--brand-muted); }
.mvp-page .shell-bottom-nav__item.is-active { color: var(--brand-charcoal); }
.mvp-page .shell-bottom-nav__item.is-active > .shell-icon,
.mvp-page .shell-bottom-nav__item.is-active > .material-symbols-outlined { color: var(--brand-charcoal); background: #ffe37a; }

.mvp-goods-intro { margin: 14px 6% 0; padding: 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-radius: 16px; background: linear-gradient(135deg, #fff4c6, #f8f4e9); }
.mvp-goods-intro > div > span { color: #967100; font-size: 11px; font-weight: 800; }
.mvp-goods-intro h1 { margin: 7px 0 6px; font-size: 30px; }
.mvp-goods-intro p { margin: 0; color: var(--brand-muted); }
.mvp-goods-intro > .material-symbols-outlined { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.7); color: #8b6900; font-size: 42px; }
.mvp-goods-categories { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 14px 6% 0; overflow: hidden; border: 1px solid var(--brand-line); border-radius: 12px; background: var(--brand-line); }
.mvp-goods-categories a { min-height: 72px; display: grid; place-items: center; align-content: center; gap: 5px; background: #fff; }
.mvp-goods-categories span { color: #967100; font-size: 23px; }
.mvp-goods-categories strong { font-size: 12px; }
.mvp-goods-products { padding: 30px 6% 20px; }
.mvp-goods-page .shop-market-feature-product { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border: 1px solid var(--brand-line); border-radius: 16px; background: #fff; }
.mvp-goods-page .shop-market-feature-product__media { position: relative; min-height: 300px; background: #eeeae2; }
.mvp-goods-page .shop-market-feature-product__media img { width: 100%; height: 100%; object-fit: cover; }
.mvp-goods-page .shop-market-feature-product__media span { position: absolute; z-index: 1; margin: 12px; padding: 5px 8px; border-radius: 999px; background: var(--brand-yellow); font-size: 10px; font-weight: 800; }
.mvp-goods-page .shop-market-feature-product__body { padding: 26px; display: grid; align-content: center; }
.mvp-goods-page .shop-market-feature-product__body h3 { margin: 0 0 8px; font-size: 25px; }
.mvp-goods-page .shop-market-feature-product__body p { color: var(--brand-muted); line-height: 1.6; }
.mvp-goods-page .shop-market-feature-product__foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 18px; }
.mvp-goods-page .shop-market-feature-product__foot b { font-size: 22px; }
.mvp-goods-page .shop-market-feature-product__foot button { min-height: 42px; padding: 0 16px; border: 0; border-radius: 10px; background: var(--brand-yellow); font-weight: 800; }
.mvp-goods-page .shop-market-product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 12px; }
.mvp-goods-page .shop-market-product-card { overflow: hidden; border: 1px solid var(--brand-line); border-radius: 14px; background: #fff; }
.mvp-goods-page .shop-market-product-card__media { position: relative; aspect-ratio: 1.4 / 1; background: #eeeae2; }
.mvp-goods-page .shop-market-product-card__media img { width: 100%; height: 100%; object-fit: cover; }
.mvp-goods-page .shop-market-product-card__media span { position: absolute; z-index: 1; margin: 10px; padding: 4px 7px; border-radius: 999px; background: #fff; font-size: 9px; }
.mvp-goods-page .shop-market-product-card__body { padding: 14px; }
.mvp-goods-page .shop-market-product-card__body > div { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.mvp-goods-page .shop-market-product-card__body button { width: 36px; height: 36px; border: 0; border-radius: 10px; display: grid; place-items: center; background: var(--brand-yellow); }
.mvp-goods-note { margin: 0 6% 34px; padding: 12px 14px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--brand-line); border-radius: 11px; background: #fffdfa; }
.mvp-goods-note > span { color: #967100; }
.mvp-goods-note p { margin: 0; display: flex; flex-wrap: wrap; gap: 4px 9px; align-items: baseline; }
.mvp-goods-note small { color: var(--brand-muted); }

.mvp-user-page { background: var(--brand-cream); }
.mvp-user-profile { margin: 16px 6% 0; padding: 22px; display: grid; grid-template-columns: 64px 1fr 32px; gap: 14px; align-items: center; border-radius: 16px; background: linear-gradient(135deg, #fff4c1, #fffdfa); }
.mvp-user-profile > img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; background: #fff; }
.mvp-user-profile > div > strong { font-size: 20px; }
.mvp-user-profile > div > p { margin: 6px 0 0; color: var(--brand-muted); font-size: 12px; }
.mvp-user-points { grid-column: 1 / -1; padding-top: 12px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(107,83,0,.13); color: #765900; font-size: 12px; }
.mvp-user-points small { color: var(--brand-muted); }
.mvp-user-stats { margin: 10px 6% 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--brand-line); border-radius: 12px; background: var(--brand-line); }
.mvp-user-stats a { min-height: 68px; display: grid; place-items: center; align-content: center; gap: 4px; background: #fff; }
.mvp-user-stats strong { font-size: 20px; }
.mvp-user-stats span { color: var(--brand-muted); font-size: 11px; }
.mvp-user-panel { margin: 10px 6% 0; padding: 18px; border: 1px solid var(--brand-line); border-radius: 14px; background: #fff; }
.mvp-user-panel:last-of-type { margin-bottom: 34px; }
.mvp-user-panel > header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.mvp-user-panel h2 { margin: 0; font-size: 18px; }
.mvp-user-panel header a { color: var(--brand-muted); font-size: 12px; }
.mvp-user-action-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.mvp-user-action-grid a { position: relative; min-height: 68px; display: grid; place-items: center; align-content: center; gap: 5px; }
.mvp-user-action-grid span { color: #8b6900; font-size: 25px; }
.mvp-user-action-grid strong { font-size: 11px; }
.mvp-user-action-grid i { position: absolute; top: 0; right: 20%; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 999px; background: var(--brand-danger); color: #fff; font: 700 10px/17px sans-serif; text-align: center; }
.mvp-user-menu { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.mvp-user-menu a { min-height: 56px; padding: 0 12px; display: grid; grid-template-columns: 28px 1fr 20px; gap: 8px; align-items: center; border-radius: 10px; background: var(--brand-soft); }
.mvp-user-menu a > span { color: #8b6900; }
.mvp-user-menu strong { font-size: 13px; }
.mvp-user-menu b { color: var(--brand-muted); font-weight: 400; }
.mvp-user-plant-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mvp-user-plant-stats a { padding: 12px 6px; display: grid; place-items: center; gap: 3px; border-radius: 9px; background: var(--brand-soft); }
.mvp-user-plant-stats strong { font-size: 18px; }
.mvp-user-plant-stats span { color: var(--brand-muted); font-size: 10px; }
.mvp-user-plant-preview > a { margin-top: 10px; min-height: 62px; padding: 10px 12px; display: grid; grid-template-columns: 38px 1fr 20px; gap: 9px; align-items: center; border: 1px solid var(--brand-line); border-radius: 10px; }
.mvp-user-plant-preview > a > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #fff0bd; color: #8b6900; }
.mvp-user-plant-preview > a div { display: grid; gap: 3px; }
.mvp-user-plant-preview small { color: var(--brand-muted); font-size: 10px; }

@media (max-width: 760px) {
  .mvp-shell { width: 100%; }
  .mvp-hero { min-height: 0; padding: 23px 16px 17px; grid-template-columns: minmax(0, .92fr) minmax(148px, 1.08fr); gap: 11px; align-items: stretch; }
  .mvp-hero__content { align-self: center; }
  .mvp-hero__content > span { padding: 5px 8px; font-size: 9px; }
  .mvp-hero h1 { margin: 10px 0 8px; font-size: 27px; }
  .mvp-hero p { margin-bottom: 13px; font-size: 11px; line-height: 1.5; }
  .mvp-hero__content > a { padding: 10px 12px; border-radius: 9px; font-size: 12px; }
  .mvp-hero-product { min-height: 260px; border-radius: 15px; }
  .mvp-hero-product > img { height: 260px; }
  .mvp-hero-product > span { left: 10px; top: 10px; padding: 5px 7px; font-size: 9px; }
  .mvp-hero-product > div { left: 9px; right: 9px; bottom: 9px; padding: 9px 10px; border-radius: 10px; display: grid; gap: 2px; }
  .mvp-hero-product strong { font-size: 12px; }
  .mvp-hero-product b { font-size: 13px; }
  .mvp-entry-grid { padding: 2px 0; }
  .mvp-entry-grid a { min-height: 54px; padding: 4px 2px; display: grid; place-items: center; align-content: center; gap: 1px; }
  .mvp-entry-grid .material-symbols-outlined { width: 28px; height: 28px; font-size: 21px; }
  .mvp-entry-grid strong { font-size: 11px; }
  .mvp-section { padding: 29px 16px; }
  .mvp-section__head h2 { font-size: 22px; }
  .mvp-section__head p { font-size: 12px; }
  .mvp-space-row { display: flex; overflow-x: auto; margin-right: -16px; padding-right: 16px; scrollbar-width: none; }
  .mvp-space-row a { flex: 0 0 76%; height: 210px; }
  .mvp-home-products { display: flex; gap: 10px; overflow-x: auto; margin-right: -16px; padding-right: 16px; scroll-snap-type: x proximity; scrollbar-width: none; }
  .mvp-home-products::-webkit-scrollbar { display: none; }
  .mvp-home-product { flex: 0 0 43%; scroll-snap-align: start; }
  .mvp-home-product__body strong { font-size: 13px; }
  .mvp-home-product__body p { min-height: 32px; font-size: 10px; }
  .mvp-home-product__body b { font-size: 15px; }
  .mvp-service-banner { margin: 12px 16px 34px; padding: 24px 20px; display: grid; }
  .mvp-service-banner h2 { font-size: 23px; }
  .mvp-service-banner > a { justify-self: start; }
  .mvp-shop-intro { padding: 20px 16px 10px; }
  .mvp-shop-intro h1 { font-size: 27px; }
  .mvp-shop-intro p { font-size: 12px; }
  .mvp-category-rail { padding-inline: 16px; }
  .mvp-shop-toolbar { padding-inline: 16px; }
  .mvp-page .mvp-product-feed.product-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 0 10px 30px; }
  .mvp-page .product-list-card__media { aspect-ratio: 1 / 1; }
  .mvp-page .product-list-card__body { padding: 11px 11px 0; }
  .mvp-page .product-list-card__body strong { font-size: 14px; }
  .mvp-page .product-list-card__body p { min-height: 32px; font-size: 10px; }
  .mvp-page .product-list-card__foot { padding: 10px 11px 12px; }
  .mvp-page .product-list-card__foot b { font-size: 16px; }
  .mvp-shop-note { margin: 0 12px 24px; padding: 9px 10px; }
  .mvp-shop-note .material-symbols-outlined { font-size: 18px; }
  .mvp-shop-note p { font-size: 12px; }
  .mvp-service-hero { padding: 38px 20px 30px; }
  .mvp-service-hero h1 { font-size: 34px; }
  .mvp-service-grid { grid-template-columns: 1fr; padding: 14px 12px 38px; }
  .mvp-service-grid > a { min-height: 150px; padding: 20px; grid-template-columns: 48px 1fr 28px; }
  .mvp-service-grid > a > span { width: 48px; height: 48px; }
  .mvp-detail-gallery { aspect-ratio: 1.08 / 1; }
  .mvp-detail-info { padding: 18px 16px; }
  .mvp-detail-heading { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
  .mvp-detail-heading h1 { font-size: 22px; }
  .mvp-detail-heading p { margin-top: 5px; font-size: 12px; }
  .mvp-detail-heading > strong { font-size: 22px; }
  .mvp-detail-promise { gap: 2px; }
  .mvp-detail-promise span { display: grid; justify-items: center; text-align: center; }
  .mvp-detail-section { margin: 8px 12px; padding: 18px 14px; }
  .mvp-fit-layout { grid-template-columns: 1.45fr .75fr; }
  .mvp-scene-grid { grid-template-columns: 1fr; }
  .mvp-page .product-detail-stitch-scene-card { min-height: 148px; }
  .mvp-page .product-detail-stitch-scene-card:nth-child(3) { display: none; }
  .mvp-difficulty-card { min-height: 148px; padding-inline: 8px; }
  .mvp-care-tips { grid-template-columns: repeat(3, 1fr); }
  .mvp-goods-intro { margin: 10px 12px 0; padding: 19px 16px; border-radius: 13px; }
  .mvp-goods-intro h1 { font-size: 22px; }
  .mvp-goods-intro p { font-size: 11px; }
  .mvp-goods-intro > .material-symbols-outlined { width: 56px; height: 56px; font-size: 30px; }
  .mvp-goods-categories { margin: 10px 12px 0; }
  .mvp-goods-categories a { min-height: 62px; }
  .mvp-goods-products { padding: 24px 12px 16px; }
  .mvp-goods-page .shop-market-feature-product { grid-template-columns: 1.15fr .85fr; }
  .mvp-goods-page .shop-market-feature-product__media { min-height: 218px; }
  .mvp-goods-page .shop-market-feature-product__body { padding: 15px 12px; }
  .mvp-goods-page .shop-market-feature-product__body h3 { font-size: 17px; }
  .mvp-goods-page .shop-market-feature-product__body p { font-size: 10px; }
  .mvp-goods-page .shop-market-feature-product__foot { align-items: stretch; flex-direction: column; margin-top: 9px; }
  .mvp-goods-page .shop-market-feature-product__foot button { min-height: 36px; padding-inline: 8px; font-size: 11px; }
  .mvp-goods-page .shop-market-product-card__body { padding: 11px; }
  .mvp-goods-note { margin: 0 12px 24px; padding: 10px; }
  .mvp-user-profile,
  .mvp-user-stats,
  .mvp-user-panel { margin-inline: 12px; }
  .mvp-user-profile { padding: 18px 15px; }
  .mvp-user-panel { padding: 16px 13px; }
}

@media (min-width: 900px) {
  body.mvp-page:not(.mvp-detail-page) { padding-top: 62px; padding-bottom: 0; }
  .mvp-page .shell-bottom-nav { position: fixed; top: 0; bottom: auto; min-height: 62px; }
  .mvp-page .shell-bottom-nav__list { max-width: 620px; margin: 0 auto; }
  .mvp-detail-page { padding-bottom: 106px; }
}
