:root {
  --mall-green: #0b5a43;
  --mall-deep: #063d2e;
  --mall-mint: #eaf3ee;
  --mall-gold: #b69455;
  --mall-ink: #17231f;
  --mall-muted: #66736e;
  --mall-line: #dfe7e3;
  --mall-paper: #f7f8f5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.new-mall { margin: 0; color: var(--mall-ink); background: #fff; font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif; }
.new-mall img { display: block; max-width: 100%; }
.new-mall a { color: inherit; text-decoration: none; }
.mall-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.mall-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--mall-line); color: var(--mall-ink); background: rgba(255,255,255,.97); backdrop-filter: blur(12px); }
.mall-header-inner { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.mall-logo { flex: 0 0 auto; width: 196px; }
.mall-logo img { width: 100%; height: auto; }
.mall-main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.mall-main-nav a { position: relative; color: #43504b; font-size: 14px; }
.mall-main-nav a:hover, .mall-main-nav a[aria-current="page"] { color: var(--mall-green); }
.mall-main-nav a[aria-current="page"]:after { position: absolute; right: 0; bottom: -24px; left: 0; height: 2px; background: var(--mall-gold); content: ""; }
.mall-header-contact { position: relative; flex: 0 0 auto; }
.mall-header-contact > summary { list-style: none; cursor: pointer; }
.mall-header-contact > summary::-webkit-details-marker { display: none; }
.mall-header-consult { display: flex; align-items: center; gap: 11px; padding-left: 20px; border-left: 1px solid var(--mall-line); }
.mall-header-consult svg { width: 23px; height: 23px; fill: var(--mall-green); }
.mall-header-consult strong, .mall-header-consult span, .mall-header-consult small { display: block; }
.mall-header-consult strong { color: var(--mall-green); font-size: 13px; }
.mall-header-consult small { margin-top: 2px; color: var(--mall-muted); font-size: 11px; font-weight: 400; }
.mall-contact-popup { position: absolute; z-index: 120; top: calc(100% + 22px); right: 0; width: 390px; padding: 22px; border: 1px solid var(--mall-line); background: #fff; box-shadow: 0 18px 50px rgba(0,38,28,.18); }
.mall-contact-popup:before { position: absolute; top: -7px; right: 32px; width: 12px; height: 12px; border-top: 1px solid var(--mall-line); border-left: 1px solid var(--mall-line); background: #fff; content: ""; transform: rotate(45deg); }
.mall-contact-title { margin: 0 0 16px; color: var(--mall-ink); font-size: 14px; font-weight: 700; }
.mall-contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.mall-contact-grid section { padding: 15px; border: 1px solid var(--mall-line); text-align: center; }
.mall-contact-grid strong, .mall-contact-grid small { display: block; }
.mall-contact-grid strong { margin-bottom: 10px; color: var(--mall-green); font-size: 14px; }
.mall-contact-grid img { width: 120px; height: 120px; margin: 0 auto 10px; object-fit: contain; }
.mall-contact-grid a { color: var(--mall-ink); font-family: Georgia, serif; font-size: 13px; }
.mall-contact-grid small { margin-top: 5px; color: var(--mall-muted); font-size: 10px; }

.mall-hero { min-height: 420px; display: flex; align-items: center; color: #fff; background: radial-gradient(circle at 78% 36%, rgba(37,130,95,.65), transparent 28%), linear-gradient(120deg, #052f24, #0b5a43 66%, #164c3d); }
.mall-hero-inner { display: grid; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); align-items: center; gap: 70px; padding: 64px 0; }
.mall-eyebrow { margin: 0 0 14px; color: var(--mall-gold); font-size: 13px; font-weight: 700; letter-spacing: .14em; }
.mall-hero h1 { margin: 0; font-family: Georgia, "Songti SC", serif; font-size: clamp(44px, 6vw, 76px); font-weight: 500; letter-spacing: .06em; }
.mall-lead { max-width: 590px; margin: 22px 0 0; color: rgba(255,255,255,.82); font-size: 18px; line-height: 1.8; }
.mall-actions { display: flex; gap: 12px; margin-top: 34px; }
.mall-button { min-width: 150px; padding: 13px 22px; border: 1px solid rgba(255,255,255,.7); text-align: center; font-size: 15px; transition: .2s ease; }
.mall-button-primary { border-color: #fff; color: var(--mall-deep) !important; background: #fff; }
.mall-button:hover { transform: translateY(-2px); }
.mall-hero-products { position: relative; min-height: 330px; }
.mall-hero-product { position: absolute; overflow: hidden; display: block; border: 1px solid rgba(255,255,255,.36); background: #fff; box-shadow: 0 24px 50px rgba(0,27,20,.28); }
.mall-hero-product img { width: 100%; height: 100%; object-fit: cover; }
.mall-hero-product span { position: absolute; right: 0; bottom: 0; left: 0; padding: 10px 12px; color: rgba(255,255,255,.9); background: linear-gradient(transparent, rgba(0,0,0,.72)); font-size: 11px; }
.mall-hero-product-1 { z-index: 3; top: 26px; left: 18%; width: 48%; aspect-ratio: 1/1; }
.mall-hero-product-2 { z-index: 2; top: 0; left: 0; width: 36%; aspect-ratio: 1/1; transform: rotate(-4deg); }
.mall-hero-product-3 { z-index: 1; right: 0; bottom: 0; width: 39%; aspect-ratio: 1/1; transform: rotate(4deg); }

.mall-categories { border-bottom: 1px solid var(--mall-line); background: #fff; }
.mall-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.mall-category-grid a { min-height: 116px; padding: 28px 26px; border-right: 1px solid var(--mall-line); transition: background .2s ease; }
.mall-category-grid a:first-child { border-left: 1px solid var(--mall-line); }
.mall-category-grid a:hover { background: var(--mall-mint); }
.mall-category-grid strong, .mall-category-grid span { display: block; }
.mall-category-grid strong { margin-bottom: 9px; font-size: 17px; }
.mall-category-grid span { color: var(--mall-muted); font-size: 13px; line-height: 1.5; }

.mall-products { padding: 82px 0 92px; background: var(--mall-paper); }
.mall-section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 32px; }
.mall-section-heading h2 { margin: 0; font-family: Georgia, "Songti SC", serif; font-size: 34px; font-weight: 500; }
.mall-section-heading > a { padding-bottom: 5px; border-bottom: 1px solid var(--mall-green); color: var(--mall-green); font-size: 14px; }
.mall-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px 20px; }
.mall-product-card { min-width: 0; background: #fff; box-shadow: 0 1px 0 rgba(15,57,43,.04); transition: transform .2s ease, box-shadow .2s ease; }
.mall-product-card:hover { transform: translateY(-4px); box-shadow: 0 15px 32px rgba(7,54,40,.09); }
.mall-product-image { position: relative; display: block; overflow: hidden; aspect-ratio: 1/1; background: #eef0ec; }
.mall-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.mall-product-card:hover img { transform: scale(1.025); }
.mall-product-badge { position: absolute; z-index: 1; top: 14px; left: 14px; padding: 5px 9px; color: #fff; background: var(--mall-green); font-size: 10px; letter-spacing: .12em; }
.mall-product-info { padding: 17px 18px 19px; }
.mall-product-code { margin: 0 0 8px; color: #8a938f; font-size: 12px; }
.mall-product-info h3 { min-height: 44px; margin: 0; font-size: 15px; font-weight: 500; line-height: 1.55; }
.mall-product-info h3 a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.mall-product-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; padding-top: 14px; border-top: 1px solid #edf0ee; }
.mall-product-meta strong { color: var(--mall-green); font-family: Georgia, serif; font-size: 18px; font-weight: 500; }
.mall-product-meta span { color: var(--mall-green); font-size: 12px; }
.mall-empty { padding: 60px 20px; color: var(--mall-muted); background: #fff; text-align: center; }

.mall-service { padding: 55px 0; color: #fff; background: var(--mall-deep); }
.mall-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.mall-service-grid div { position: relative; padding-left: 48px; }
.mall-service-grid span { position: absolute; left: 0; top: 0; color: var(--mall-gold); font-family: Georgia, serif; font-size: 25px; }
.mall-service-grid strong { display: block; margin-bottom: 8px; font-size: 17px; }
.mall-service-grid p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.7; }
.mall-visit { padding: 54px 0 58px; border-top: 1px solid var(--mall-line); background: #fff; }
.mall-visit .mall-section-heading { align-items: flex-start; margin-bottom: 24px; }
.mall-visit-heading > p { max-width: 390px; margin: 7px 0 0; color: var(--mall-muted); font-size: 13px; line-height: 1.65; }
.mall-store-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.mall-store-card { padding: 25px 28px 23px; border: 1px solid var(--mall-line); background: linear-gradient(135deg, #fff, #f4f8f5); }
.mall-store-city { margin: 0 0 11px; color: var(--mall-green); font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.mall-store-card h3 { min-height: 46px; margin: 0; font-size: 15px; font-weight: 500; line-height: 1.65; }
.mall-store-card > p:not(.mall-store-city) { margin: 9px 0 0; color: var(--mall-muted); font-size: 12px; }
.mall-store-action { display: inline-block; margin-top: 17px; padding-bottom: 3px; border-bottom: 1px solid var(--mall-green); color: var(--mall-green) !important; font-size: 13px; }
.mall-footer { color: #fff; background: #061e17; }
.mall-footer-main { display: grid; grid-template-columns: minmax(250px, .8fr) minmax(0, 1.5fr); gap: 48px; padding-top: 38px; padding-bottom: 32px; }
.mall-footer-brand strong { font-family: Georgia, "Songti SC", serif; font-size: 23px; letter-spacing: .08em; }
.mall-footer-brand p { max-width: 330px; margin: 14px 0 0; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.8; }
.mall-footer-links { display: grid; grid-template-columns: repeat(3, minmax(110px, 1fr)); gap: 15px 24px; align-content: start; max-width: 650px; margin-left: auto; width: 100%; }
.mall-footer-links a { color: rgba(255,255,255,.75); font-size: 13px; }
.mall-footer-links a:hover { color: #fff; }
.mall-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 15px; padding-bottom: 17px; border-top: 1px solid rgba(255,255,255,.1); }
.mall-footer-bottom p { margin: 0; color: rgba(255,255,255,.38); font-size: 11px; }
.mall-mobile-bar { display: none; }

@media (max-width: 900px) {
  .mall-header-inner { gap: 20px; }
  .mall-logo { width: 150px; }
  .mall-main-nav { gap: 18px; }
  .mall-header-contact { display: none; }
  .mall-header-contact[open] { position: fixed; z-index: 9999; inset: 0; display: block; background: rgba(5,22,17,.58); }
  .mall-header-contact[open] > summary { display: none; }
  .mall-header-contact[open] .mall-contact-popup { position: fixed; top: 50%; right: auto; left: 50%; width: min(360px, calc(100% - 28px)); transform: translate(-50%,-50%); }
  .mall-header-contact[open] .mall-contact-popup:before { display: none; }
  .mall-hero-inner { grid-template-columns: 1fr 360px; gap: 28px; }
  .mall-category-grid { grid-template-columns: repeat(2, 1fr); }
  .mall-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  body.new-mall { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .mall-shell { width: min(100% - 28px, 1180px); }
  .mall-header-inner { min-height: 64px; gap: 16px; }
  .mall-logo { width: 126px; }
  .mall-main-nav { gap: 16px; overflow-x: auto; margin-left: auto; scrollbar-width: none; }
  .mall-main-nav::-webkit-scrollbar { display: none; }
  .mall-main-nav a { flex: 0 0 auto; font-size: 12px; }
  .mall-main-nav a[aria-current="page"]:after { bottom: -20px; }
  .mall-main-nav a { display: none; }
  .mall-main-nav a:first-child, .mall-main-nav a[aria-current="page"] { display: block; }
  .mall-header-contact { display: none; }
  .mall-hero { min-height: 430px; }
  .mall-hero-inner { display: block; padding: 52px 0 38px; }
  .mall-hero h1 { font-size: 46px; }
  .mall-lead { font-size: 15px; line-height: 1.75; }
  .mall-actions { align-items: stretch; flex-direction: column; max-width: 220px; }
  .mall-hero-products { min-height: 230px; margin-top: 38px; }
  .mall-hero-product-1 { left: 26%; width: 46%; }
  .mall-hero-product-2 { width: 36%; }
  .mall-hero-product-3 { width: 37%; }
  .mall-category-grid { width: 100%; grid-template-columns: repeat(2, 1fr); }
  .mall-category-grid a { min-height: 105px; padding: 22px 16px; border-bottom: 1px solid var(--mall-line); }
  .mall-category-grid a:nth-child(odd) { border-left: 1px solid var(--mall-line); }
  .mall-products { padding: 55px 0 66px; }
  .mall-section-heading { align-items: flex-start; gap: 18px; }
  .mall-section-heading h2 { font-size: 28px; }
  .mall-section-heading > a { font-size: 12px; white-space: nowrap; }
  .mall-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 10px; }
  .mall-product-info { padding: 13px 12px 15px; }
  .mall-product-info h3 { min-height: 42px; font-size: 13px; }
  .mall-product-meta { align-items: flex-start; flex-direction: column; gap: 6px; }
  .mall-product-meta strong { font-size: 16px; }
  .mall-service { padding: 43px 0; }
  .mall-service-grid { grid-template-columns: 1fr; gap: 30px; }
  .mall-visit { padding: 55px 0; }
  .mall-visit-heading { display: block; }
  .mall-visit-heading > p { margin-top: 14px; }
  .mall-store-grid { grid-template-columns: 1fr; }
  .mall-store-card { padding: 26px 24px; }
  .mall-store-card h3 { min-height: 0; font-size: 15px; }
  .mall-footer-main { grid-template-columns: 1fr; gap: 34px; padding-top: 42px; padding-bottom: 36px; }
  .mall-footer-links { grid-template-columns: repeat(2, 1fr); }
  .mall-footer-bottom { align-items: flex-start; flex-direction: column; }
  .mall-mobile-bar { position: fixed; z-index: 9999; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1.25fr; min-height: 64px; padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid var(--mall-line); background: #fff; box-shadow: 0 -8px 24px rgba(0,0,0,.08); }
  .mall-mobile-bar a { display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; }
  .mall-mobile-bar .mall-mobile-primary { color: #fff; background: var(--mall-green); }
}
