/* 门店评价版式：移除外部无效跳转，以真实食客印象承载内容。 */
.store-row {
  grid-template-columns: 70px 1.15fr 1fr;
  gap: 32px;
  padding: 28px 0;
}

.review-copy {
  padding-left: 24px;
  border-left: 1px solid var(--line);
}

.review-copy span {
  color: var(--red);
  font: 600 10px "Noto Serif SC";
  letter-spacing: .16em;
}

.review-copy p {
  font-family: "Noto Serif SC";
  line-height: 1.7;
}

@media (max-width: 800px) {
  .store-row {
    grid-template-columns: 40px 1fr;
  }

  .store-row .review-copy {
    grid-column: 2;
    padding: 18px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

/* 2026 黑金视觉版本 */
:root {
  --ink: #eee5d5;
  --paper: #0c0b09;
  --paper2: #15120e;
  --gold: #b99555;
  --red: #c6a363;
  --line: rgba(211, 181, 124, .2);
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 18%, rgba(167, 122, 52, .08), transparent 24%),
    #0c0b09;
}

.site-header {
  background: linear-gradient(180deg, rgba(0, 0, 0, .72), transparent);
  border-bottom-color: rgba(207, 172, 108, .22);
}

.site-header .seal,
.footer-brand .seal {
  color: #c5a15e;
  box-shadow: inset 0 0 24px rgba(197, 161, 94, .08);
}

.statement {
  background: linear-gradient(135deg, #0d0c0a, #16120d);
}

.statement > p:last-of-type,
.section-head > p,
.store-row p,
.guan-intro > p:not(.eyebrow) {
  color: #9c9182;
}

.values {
  color: #dcd0bd;
}

.brands {
  background: #080706;
  border-top: 1px solid rgba(203, 169, 105, .16);
  border-bottom: 1px solid rgba(203, 169, 105, .16);
}

.brand-card {
  border-color: rgba(218, 181, 110, .22);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .015);
}

.brand-card h3 {
  color: #f0e6d6;
}

.guan-feature {
  background:
    linear-gradient(90deg, rgba(188, 148, 78, .05) 1px, transparent 1px),
    #11100d;
  background-size: 90px 100%;
}

.guan-intro h2 {
  color: #eadbc2;
}

.stores {
  background: linear-gradient(145deg, #0a0908, #12100d 70%, #0a0908);
}

.filters button {
  color: #807566;
}

.filters button.active {
  color: #d0ad6a;
  border-color: #d0ad6a;
}

.store-row {
  grid-template-columns: 70px 1.15fr 1fr;
}

.store-row:hover {
  background: linear-gradient(90deg, rgba(184, 142, 72, .08), transparent);
}

.store-row h3 {
  color: #e9decd;
}

.store-address {
  padding-left: 24px;
  border-left: 1px solid var(--line);
}

.store-address span {
  color: #a8874e;
  font-size: 9px;
  letter-spacing: .24em;
}

.quote {
  position: relative;
  overflow: hidden;
  color: #f3eadc;
  background: linear-gradient(120deg, #6f5228, #b08645 52%, #6a4b21);
}

.quote::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, .12), transparent 62%);
  pointer-events: none;
}

footer {
  background: #050504;
  border-top: 1px solid rgba(203, 169, 105, .2);
}

@media (max-width: 800px) {
  .store-address {
    grid-column: 2;
    padding: 18px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
}

/* Guan 使用基于真实门店参考图重制的高质感品牌图。 */
.brand-card.has-photo {
  background-image: linear-gradient(12deg, rgba(8, 6, 5, .9) 4%, rgba(8, 6, 5, .12) 70%), var(--photo);
  background-position: center;
  background-size: cover;
}

.brand-card.has-photo::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .58));
}

.guan-feature {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 16px;
  padding: 120px 5vw;
  background: #d9d2c5;
}

.guan-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5vw;
}

.guan-intro h2 {
  margin: 14px 0 28px;
  font: 600 clamp(40px, 5vw, 72px)/1.25 "Noto Serif SC";
}

.guan-intro > p:not(.eyebrow) {
  max-width: 450px;
  color: #62574d;
  font: 400 15px/2 "Noto Serif SC";
}

.guan-intro > span {
  margin-top: 40px;
  color: #8a775f;
  font-size: 9px;
  letter-spacing: .25em;
}

.guan-photo {
  position: relative;
  min-height: 310px;
  margin: 0;
  overflow: hidden;
  background: #191713;
}

.guan-photo-main {
  grid-row: span 2;
  min-height: 640px;
}

.guan-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .8s ease;
}

.guan-photo:hover img {
  transform: scale(1.025);
}

.guan-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px;
  color: white;
  background: linear-gradient(transparent, rgba(0, 0, 0, .68));
  font-size: 10px;
  letter-spacing: .15em;
}

.guan-photo figcaption b {
  margin-right: 12px;
  color: #d5ae6b;
}

@media (max-width: 800px) {
  .guan-feature {
    display: block;
    padding: 80px 20px;
  }

  .guan-intro {
    padding: 20px 0 50px;
  }

  .guan-photo,
  .guan-photo-main {
    min-height: 300px;
    margin-bottom: 14px;
  }
}
