/* 京都渔市·超级平价大排档 · 品牌落地页（单页滚动） */
/* 色彩来自品牌策略：金红主色 / 米黄底 / 深海蓝辅色；标题用宋体类栈，正文用系统黑体栈（不依赖外网字体） */

:root {
  --yushi-red: var(--brand, #b30d16);
  --yushi-red-dark: var(--brand-dark, #8c0a11);
  --yushi-cream: var(--gold-text, #f5e8c8);
  --yushi-cream-deep: #e8d9b4;
  --yushi-navy: #2a4b7c;
  --yushi-navy-light: #3d5f94;
  --yushi-text: #1f1a18;
  --yushi-muted: #5c5348;
  --yushi-white: #fffef9;
  --yushi-header-h: 4.5rem;
  --yushi-radius: 14px;
  --yushi-shadow: 0 12px 40px rgba(42, 75, 124, 0.12);
}

body.yushi-brand-page {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  color: var(--yushi-text);
  background: var(--yushi-cream);
}

.yushi-crumb {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.65rem 1.25rem;
  font-size: 0.82rem;
  background: var(--yushi-cream);
  border-bottom: 1px solid rgba(42, 75, 124, 0.08);
}
.yushi-crumb a {
  color: var(--yushi-red);
  font-weight: 600;
  text-decoration: none;
}
.yushi-crumb a:hover {
  text-decoration: underline;
}
.yushi-crumb__here {
  color: var(--yushi-muted);
  font-weight: 600;
}

.yushi-supplemental-banner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.55rem 1.25rem 0.65rem;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--yushi-muted);
  background: linear-gradient(180deg, rgba(255, 254, 249, 0.92) 0%, var(--yushi-cream) 100%);
  border-bottom: 1px solid rgba(42, 75, 124, 0.06);
}
.yushi-supplemental-banner a {
  color: var(--yushi-navy);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.yushi-supplemental-banner a:hover {
  color: var(--yushi-red);
}

.yushi-brand-page .site-header {
  border-bottom-color: rgba(201, 38, 30, 0.15);
}

.yushi-brand-main {
  padding: 0;
  margin: 0;
  max-width: none;
}

.yushi-hero {
  position: relative;
  min-height: min(88vh, 48rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(var(--yushi-header-h) + 2rem) 1.25rem 3.5rem;
  overflow: hidden;
}

.yushi-hero__bg {
  position: absolute;
  inset: 0;
  background-color: #3d2a24;
  /* 底部车前景易抢视线：略上移焦点 + 底部多压一点暗，保证字可读 */
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.66) 100%),
    url("../img/stores/jingdu-yushi-super-affordable-dapaidang/storefront-2.jpg");
  background-size: cover;
  background-position: center 28%;
}
@media (max-width: 600px) {
  .yushi-hero__bg {
    background-position: center 22%;
  }
}
.yushi-hero__bg--fallback {
  background-image:
    linear-gradient(145deg, rgba(201, 38, 30, 0.35) 0%, rgba(42, 75, 124, 0.5) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.yushi-hero__inner {
  position: relative;
  z-index: 2;
  max-width: 40rem;
  padding: 1.15rem 1.25rem 1.35rem;
  border-radius: var(--yushi-radius);
  background: rgba(12, 8, 8, 0.22);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 254, 249, 0.12);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}
@media (max-width: 520px) {
  .yushi-hero__inner {
    padding: 0.85rem 1rem 1rem;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(12, 8, 8, 0.28);
  }
}

.yushi-hero__title {
  margin: 0;
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif SC", serif;
  font-size: clamp(2.1rem, 7vw, 3.25rem);
  font-weight: 700;
  color: var(--yushi-red);
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
  letter-spacing: 0.06em;
}

.yushi-hero__subtitle {
  margin: 0.5rem 0 0;
  font-size: clamp(1.05rem, 3.2vw, 1.35rem);
  font-weight: 600;
  color: var(--yushi-white);
  letter-spacing: 0.1em;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
}

.yushi-hero__tagline {
  margin: 1.25rem 0 0;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(255, 254, 249, 0.92);
  line-height: 1.6;
}

.yushi-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.75rem;
}

.yushi-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-height: 48px;
  padding: 0.65rem 1.35rem;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  border: 2px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.yushi-btn:active {
  transform: scale(0.98);
}

.yushi-btn--primary {
  background: var(--yushi-red);
  color: #fff;
  box-shadow: 0 6px 20px rgba(201, 38, 30, 0.45);
}
.yushi-btn--primary:hover {
  background: var(--yushi-red-dark);
  color: #fff;
}

.yushi-btn--ghost {
  background: rgba(255, 254, 249, 0.12);
  color: var(--yushi-white);
  border-color: rgba(255, 254, 249, 0.85);
  backdrop-filter: blur(6px);
}
.yushi-btn--ghost:hover {
  background: rgba(255, 254, 249, 0.22);
  color: #fff;
}

/* 核心信息条：sticky 在顶栏下方 */
.yushi-sticky-bar {
  position: sticky;
  top: var(--yushi-header-h);
  z-index: 40;
  margin: 0;
  padding: 0.85rem 1rem;
  background: rgba(255, 254, 249, 0.94);
  border-bottom: 1px solid rgba(42, 75, 124, 0.12);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(10px);
}

.yushi-sticky-bar__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.65rem;
}
@media (max-width: 640px) {
  .yushi-sticky-bar__inner {
    grid-template-columns: 1fr;
  }
}

.yushi-info-pill {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.55rem 0.75rem;
  background: var(--yushi-white);
  border-radius: var(--yushi-radius);
  border: 1px solid rgba(201, 38, 30, 0.12);
  box-shadow: 0 2px 10px rgba(42, 75, 124, 0.06);
  font-size: 0.82rem;
  line-height: 1.45;
}
.yushi-info-pill__icon {
  flex-shrink: 0;
  font-size: 1.15rem;
  line-height: 1;
}
.yushi-info-pill strong {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--yushi-navy);
  margin-bottom: 0.15rem;
}
.yushi-info-pill a {
  color: var(--yushi-red);
  font-weight: 700;
  text-decoration: none;
}
.yushi-info-pill a:hover {
  text-decoration: underline;
}

.yushi-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 3rem 1.25rem;
}

.yushi-section__title {
  margin: 0 0 0.5rem;
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif SC", serif;
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  color: var(--yushi-navy);
  text-align: center;
}

.yushi-section__lead {
  margin: 0 auto 2rem;
  max-width: 36rem;
  text-align: center;
  font-size: 0.92rem;
  color: var(--yushi-muted);
  line-height: 1.65;
}

/* 交替图文 */
.yushi-split {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 2.75rem;
}
@media (min-width: 800px) {
  .yushi-split {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    margin-bottom: 3.5rem;
  }
  .yushi-split--reverse .yushi-split__media {
    order: 2;
  }
}

.yushi-split__media {
  border-radius: var(--yushi-radius);
  overflow: hidden;
  box-shadow: var(--yushi-shadow);
  border: 1px solid rgba(42, 75, 124, 0.1);
}
.yushi-split__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: linear-gradient(135deg, var(--yushi-cream-deep), var(--yushi-navy-light));
}

.yushi-split__body h3 {
  margin: 0 0 0.65rem;
  font-family: "Songti SC", "STSong", "SimSun", "Noto Serif SC", serif;
  font-size: 1.35rem;
  color: var(--yushi-red);
}
.yushi-split__body p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--yushi-muted);
}

/* 菜品网格 */
.yushi-dish-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 560px) {
  .yushi-dish-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .yushi-dish-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.yushi-dish-card {
  margin: 0;
  border-radius: var(--yushi-radius);
  overflow: hidden;
  background: var(--yushi-white);
  border: 1px solid rgba(42, 75, 124, 0.1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.yushi-dish-card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.yushi-dish-card__img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: linear-gradient(160deg, var(--yushi-cream-deep) 0%, #c9d6e8 100%);
}
.yushi-dish-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.yushi-dish-card__link:hover .yushi-dish-card__img-wrap img {
  transform: scale(1.06);
}

.yushi-dish-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(42, 75, 124, 0.55) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.yushi-dish-card__link:hover .yushi-dish-card__overlay {
  opacity: 1;
}

.yushi-dish-card__cap {
  padding: 0.85rem 1rem 1rem;
}
.yushi-dish-card__name {
  display: block;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--yushi-navy);
}
.yushi-dish-card__hook {
  margin: 0.35rem 0 0;
  font-size: 0.82rem;
  color: var(--yushi-muted);
  line-height: 1.5;
}

/* 承诺四宫格 */
.yushi-promise-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 520px) {
  .yushi-promise-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 880px) {
  .yushi-promise-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.yushi-promise-card {
  padding: 1.15rem 1rem;
  text-align: center;
  background: var(--yushi-white);
  border-radius: var(--yushi-radius);
  border: 1px solid rgba(201, 38, 30, 0.1);
  box-shadow: 0 4px 14px rgba(42, 75, 124, 0.06);
}
.yushi-promise-card__icon {
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.yushi-promise-card h3 {
  margin: 0 0 0.4rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--yushi-navy);
}
.yushi-promise-card p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--yushi-muted);
}

/* 页尾 CTA */
.yushi-footer-cta {
  position: relative;
  padding: 3.5rem 1.25rem 4rem;
  text-align: center;
  overflow: hidden;
}

.yushi-footer-cta__bg {
  position: absolute;
  inset: 0;
  background-image: url("../img/stores/jingdu-yushi-super-affordable-dapaidang/storefront-2.jpg");
  background-size: cover;
  background-position: center;
  filter: blur(12px);
  transform: scale(1.08);
}
.yushi-footer-cta__bg--fallback {
  background-image: none;
  background: linear-gradient(135deg, var(--yushi-navy) 0%, var(--yushi-red-dark) 100%);
  filter: none;
  transform: none;
}

.yushi-footer-cta__scrim {
  position: absolute;
  inset: 0;
  background: rgba(31, 26, 24, 0.72);
}

.yushi-footer-cta__inner {
  position: relative;
  z-index: 2;
  max-width: 32rem;
  margin: 0 auto;
  color: var(--yushi-white);
}

.yushi-footer-cta__inner p {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  line-height: 1.6;
  opacity: 0.95;
}

.yushi-footer-cta__inner .yushi-btn--primary {
  margin-top: 1.25rem;
  min-height: 52px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.02rem;
}

.yushi-brand-page .site-footer {
  margin-top: 0;
}

.yushi-to-store {
  display: block;
  text-align: center;
  margin: 0.5rem 0 0;
  font-size: 0.85rem;
}
.yushi-to-store a {
  color: rgba(255, 254, 249, 0.85);
  text-decoration: underline;
}
