/* 地域全屏自定义页 · Editorial Gold 壳层与区域特有组件（配合 editorial-gold.css） */
.area-custom-main.editorial-gold {
  background: var(--jc-cream, #faf6ee);
  color: var(--jc-ink, #2a2521);
  padding-top: calc(var(--nav-total-h, 84px) + 1rem);
}

.area-custom-main.editorial-gold .jc-icon {
  margin-bottom: 18px;
}

.area-custom-main.editorial-gold .jc-lede.hub-section-body.jc-lede--tight {
  margin-bottom: 4px;
}

.area-custom-main.editorial-gold .jc-title.hub-section-title {
  margin: 0 0 18px;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--jc-ink);
}

.area-custom-main.editorial-gold .jc-lede.hub-section-body {
  font-size: 1rem;
  line-height: 1.9;
  color: var(--jc-ink-soft);
}

.area-custom-main.editorial-gold .jc-grid-5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 190px), 1fr));
  gap: 20px;
  margin-top: 8px;
  width: 100%;
}

@media (min-width: 768px) {
  .area-custom-main.editorial-gold .jc-grid-5 {
    grid-template-columns: repeat(auto-fill, minmax(190px, 220px));
    justify-content: center;
  }
}

.area-custom-main.editorial-gold .jc-card.is-home {
  border-color: var(--jc-gold);
  background: linear-gradient(180deg, var(--jc-gold-soft), var(--jc-card-bg) 55%);
}

.area-custom-main.editorial-gold .jc-card-name.area-county-name {
  display: block;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--jc-ink);
  margin-bottom: 10px;
}

.area-custom-main.editorial-gold .jc-badge.area-county-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #fff;
  background: var(--jc-gold);
  padding: 3px 10px;
  border-radius: 999px;
  margin: 0 0 10px;
}

.area-custom-main.editorial-gold .jc-tag.area-county-tag {
  display: inline-block;
  font-size: 0.74rem;
  color: var(--jc-gold-deep);
  background: var(--jc-gold-soft);
  padding: 3px 10px;
  border-radius: 999px;
  margin-bottom: 12px;
}

.area-custom-main.editorial-gold .jc-desc.area-county-desc {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.7;
  color: var(--jc-ink-soft);
}

.area-custom-main.editorial-gold .jc-desc.area-county-desc a {
  color: var(--jc-gold-deep);
  font-weight: 600;
  text-decoration: none;
}

.area-custom-main.editorial-gold .jc-desc.area-county-desc a:hover {
  text-decoration: underline;
}

.area-custom-main.editorial-gold .jc-row-title.area-need-title {
  margin: 4px 0 8px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--jc-ink);
}

.area-custom-main.editorial-gold .jc-trust.area-trust-banner {
  margin: 0;
}

.area-custom-main.editorial-gold .jc-trust-title.hub-section-title {
  margin-bottom: 12px;
}

.area-custom-main.editorial-gold .jc-trust-body p:not(.jc-kicker) {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--jc-ink-soft);
}

.area-custom-main.editorial-gold .jc-trust-body p a {
  color: var(--jc-gold-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.area-custom-main.editorial-gold .jc-price-body .hub-section-title {
  margin-bottom: 10px;
}

.area-custom-main.editorial-gold .jc-price-body .hub-section-body {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--jc-ink-soft);
}

.area-custom-main.editorial-gold .jc-price-body .hub-section-body a {
  color: var(--jc-gold-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 720px) {
  .area-custom-main.editorial-gold {
    padding-top: calc(var(--nav-total-h, 72px) + 0.75rem);
  }

  .area-custom-main.editorial-gold .jc-title.hub-section-title {
    font-size: 1.22rem;
  }

  .area-custom-main.editorial-gold .jc-grid-5 {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 14px;
  }
}
