/* 经营本首页 · Pro UI v6 — Editorial bands (打破单柱长条)
   全宽分区 + 浮动卡片岛 + 深色/book 通栏 */

:root {
  --pro-ink: #0c0a09;
  --pro-paper: #f7f3eb;
  --pro-paper-2: #efe8dc;
  --pro-canvas: #e5dfd3;
  --pro-gold: #a16207;
  --pro-gold-muted: #d4b87a;
  --pro-red: #8b1a1a;
  --pro-line: rgba(12, 10, 9, 0.08);
  --pro-radius: 6px;
  --pro-radius-lg: 14px;
  --pro-section-y: clamp(2.5rem, 6vw, 4rem);
  --pro-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --pro-shadow-island: 0 2px 4px rgba(12, 10, 9, 0.03), 0 16px 48px rgba(12, 10, 9, 0.07);
}

/* —— 覆盖 site.css 的 .section 长条样式 —— */
.home-page .home-flow .section.home-band {
  border-bottom: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.home-page .home-band .eyebrow::before {
  content: none !important;
  display: none !important;
  padding: 0 !important;
  border: none !important;
}

/* —— 画布：区块之间露出底色，打破「一条长方形」 —— */
.home-page {
  background: var(--pro-canvas);
  color: var(--pro-ink);
  -webkit-font-smoothing: antialiased;
  /* 与预约区内容块同宽（880px） */
  --pro-island-w: min(calc(100% - var(--gutter) * 2), var(--max));
}

.home-flow {
  max-width: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(1.75rem, 4.5vw, 3rem);
  padding: clamp(0.5rem, 2vw, 1rem) 0 clamp(2.5rem, 5vw, 3.5rem);
}

/* 取消 v5 连续底边 + 统一内边距 */
.home-flow > .home-band,
.home-flow > .section,
.home-flow > .home-path,
.home-flow > .home-final-cta {
  border-bottom: none !important;
  padding-top: 0;
  padding-bottom: 0;
}

/* —— Hero / 导航 —— */
.home-page .nav-mini {
  backdrop-filter: blur(14px);
  background: rgba(6, 12, 10, 0.58);
  border-bottom: 1px solid rgba(196, 163, 90, 0.15);
}
.home-page .nav-mini__cta {
  padding: 0.45rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 650;
  color: #fff !important;
  background: var(--pro-red);
  border-radius: var(--pro-radius);
  text-decoration: none;
}
.home-page .hero h1 {
  font-size: clamp(1.48rem, 4.5vw, 2.1rem) !important;
  line-height: 1.28;
  text-wrap: balance;
}
.home-page .hero__sub {
  font-size: clamp(0.92rem, 2.2vw, 1.02rem);
  line-height: 1.65;
  max-width: 34rem;
}
.home-page .hero .btn--primary.btn--lg {
  min-height: 3rem;
  font-weight: 700;
  box-shadow: 0 6px 24px rgba(139, 26, 26, 0.32);
}
@media (max-width: 767px) {
  .home-page .hero__path,
  .home-page .hero__qr,
  .home-page .brand__slogan,
  .home-page .nav-mini__cta { display: none !important; }
}

/* —— 信任条：浮在 hero 下缘，不是第二根全宽黑条 —— */
.home-trust-strip {
  width: min(calc(100% - 2rem), 680px);
  margin: clamp(-2rem, -4vw, -1.25rem) auto 0;
  position: relative;
  z-index: 4;
  background: rgba(12, 10, 9, 0.94);
  border: 1px solid rgba(196, 163, 90, 0.22);
  border-radius: var(--pro-radius-lg);
  padding: 0.85rem 1rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
}
.home-trust-strip__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-trust-strip__list li {
  text-align: center;
  color: rgba(245, 240, 232, 0.72);
  font-size: 0.68rem;
  line-height: 1.4;
}
.home-trust-strip__list strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--pro-gold-muted);
  margin-bottom: 0.1rem;
}

/* —— 三步胶囊导航 —— */
.home-ribbon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  padding: clamp(1.25rem, 3vw, 1.75rem) var(--gutter) 0;
  max-width: 42rem;
  margin: 0 auto;
}
.home-ribbon__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.9rem;
  background: #fff;
  border: 1px solid var(--pro-line);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--pro-ink);
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(12, 10, 9, 0.04);
  transition: transform 0.2s var(--pro-ease), box-shadow 0.2s, border-color 0.2s;
  cursor: pointer;
}
.home-ribbon__n {
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  color: var(--pro-gold);
  font-weight: 700;
}
.home-ribbon__link--hot {
  border-color: color-mix(in srgb, var(--pro-gold) 45%, var(--pro-line));
  background: linear-gradient(180deg, #fff 0%, color-mix(in srgb, var(--pro-gold) 5%, #fff) 100%);
}
.home-ribbon__sep {
  width: 1.25rem;
  height: 1px;
  background: color-mix(in srgb, var(--pro-ink) 18%, transparent);
}
@media (hover: hover) and (pointer: fine) {
  .home-ribbon__link:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(12, 10, 9, 0.08);
  }
}

/* —— 通用 band 文案 —— */
.home-band .eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--pro-gold);
  font-weight: 600;
  margin: 0 0 0.4rem;
}
.home-band h2 {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 3.2vw, 1.68rem);
  line-height: 1.32;
  margin: 0 0 0.6rem;
  font-weight: 700;
  text-wrap: balance;
}
.home-band .lead {
  font-size: 0.92rem;
  line-height: 1.65;
  color: color-mix(in srgb, var(--pro-ink) 68%, transparent);
  margin: 0;
  max-width: 34rem;
}
.home-band .fine {
  font-size: 0.78rem;
  color: color-mix(in srgb, var(--pro-ink) 50%, transparent);
}
.home-band .fine a { color: var(--pro-gold); }

/* —— 01 三步 · 白卡片岛 —— */
.home-band--steps {
  width: var(--pro-island-w);
  margin-inline: auto;
  background: #fff;
  border-radius: var(--pro-radius-lg);
  box-shadow: var(--pro-shadow-island);
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: var(--pro-section-y) clamp(1.15rem, 4vw, 2rem) !important;
}
.home-band--steps .revenue-ladder {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .home-band--steps .revenue-ladder {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    align-items: stretch;
  }
}
.home-band--steps .revenue-tier {
  background: var(--pro-paper);
  border: 1px solid var(--pro-line);
  border-radius: var(--pro-radius);
  padding: 1.15rem 1rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.home-band--steps .revenue-tier__price {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
}
.home-band--steps .revenue-tier p {
  font-size: 0.84rem;
  line-height: 1.55;
  flex: 1;
  margin: 0 0 0.65rem;
  color: color-mix(in srgb, var(--pro-ink) 62%, transparent);
}
.home-band--steps .revenue-tier .btn {
  margin-top: auto;
  width: 100%;
  min-height: 2.65rem;
  justify-content: center;
}
.home-band--steps .revenue-tier--featured {
  border: 2px solid color-mix(in srgb, var(--pro-gold) 50%, var(--pro-line));
  background: linear-gradient(165deg, #fff, color-mix(in srgb, var(--pro-gold) 6%, #fff));
  box-shadow: 0 8px 28px rgba(161, 98, 7, 0.1);
}

/* —— 02 一页纸 · 全宽暖色带 + 图文分栏 —— */
.home-band--paper {
  width: 100%;
  max-width: none !important;
  margin: 0;
  padding: var(--pro-section-y) var(--gutter) !important;
  background:
    linear-gradient(118deg, color-mix(in srgb, var(--pro-gold) 4%, #f5efe3) 0%, transparent 42%),
    linear-gradient(180deg, #f3ece0 0%, var(--pro-paper) 100%);
  position: relative;
}
.home-band--paper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.025'/%3E%3C/svg%3E");
  pointer-events: none;
}
.home-band--paper > * { position: relative; z-index: 1; }
.home-band--paper.section.wrap {
  width: 100%;
  max-width: var(--pro-island-w) !important;
  margin-inline: auto;
  padding-inline: clamp(1rem, 4vw, 2rem) !important;
}
.home-band--paper .visual-split {
  margin-bottom: 1.75rem;
  gap: clamp(1rem, 3vw, 2rem);
}
@media (min-width: 900px) {
  .home-band--paper .visual-split {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
  }
}
.home-band--paper .visual-split__media {
  transform: none;
  border-radius: var(--pro-radius-lg);
  overflow: hidden;
  box-shadow: var(--pro-shadow-island);
  border: 1px solid rgba(12, 10, 9, 0.08);
}
.home-band--paper .visual-split__media img {
  border-radius: inherit;
  display: block;
  width: 100%;
}
.home-band--paper .visual-split__badge {
  border-radius: var(--pro-radius) 0 var(--pro-radius-lg) 0;
  left: 0;
  bottom: 0;
}
.home-band--paper .daily-preview {
  border-radius: var(--pro-radius-lg);
  box-shadow: var(--pro-shadow-island);
  border: 1px solid rgba(12, 10, 9, 0.08);
  background: #fff;
  overflow: hidden;
}

/* —— 03 预约 · 全屏通栏深色 —— */
.home-band--book {
  width: 100vw;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: var(--pro-section-y) max(var(--gutter), calc(50vw - var(--max) / 2)) !important;
  background:
    radial-gradient(ellipse 80% 50% at 20% 0%, rgba(161, 98, 7, 0.12), transparent),
    linear-gradient(168deg, #0a0806 0%, #16120d 45%, #0c0a09 100%);
  color: #f0ebe0;
  border-radius: 0;
  position: relative;
}
.home-band--book::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 184, 122, 0.35), transparent);
}
.home-band--book .eyebrow { color: var(--pro-gold-muted); }
.home-band--book h2 { color: #fff; max-width: 26rem; }

/* 预约区内所有块统一宽度 */
.home-band--book > .eyebrow,
.home-band--book > h2,
.home-band--book > .book-wechat,
.home-band--book > .home-teahouse-banner,
.home-band--book > .pain-list,
.home-band--book > .trust-bar,
.home-band--book > .arrive-list,
.home-band--book > .meta {
  width: 100%;
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.home-band--book .panel.panel--accent.book-wechat {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(196, 163, 90, 0.28) !important;
  box-shadow: none !important;
  border-radius: var(--pro-radius-lg);
  padding: 1.5rem;
  margin-bottom: 1.25rem;
  text-align: center;
}
.home-band--book .book-wechat .eyebrow,
.home-band--book .book-wechat .fine,
.home-band--book .book-wechat__qr figcaption {
  color: rgba(240, 235, 224, 0.75);
}
.home-band--book .book-wechat__id {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 1.85rem);
  color: #fff;
  letter-spacing: 0.06em;
}
.home-band--book .home-teahouse-banner {
  margin-inline: auto;
  border-radius: var(--pro-radius-lg);
  overflow: hidden;
  border: 1px solid rgba(196, 163, 90, 0.22);
}
.home-band--book .pain-list,
.home-band--book .pain-list li { color: rgba(240, 235, 224, 0.85); }
.home-band--book .trust-bar {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(196, 163, 90, 0.22);
  border-radius: var(--pro-radius);
  padding: 1rem 1.15rem;
}
.home-band--book .trust-bar p {
  color: #f5f0e8 !important;
  font-size: 0.92rem;
}
.home-band--book .arrive-list {
  margin-bottom: 1.25rem;
  padding: 0;
  list-style: none;
  border: 1px solid rgba(196, 163, 90, 0.18);
  border-radius: var(--pro-radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}
.home-band--book .arrive-list li {
  color: rgba(240, 235, 224, 0.82);
  border-bottom-color: rgba(196, 163, 90, 0.12);
  padding: 0.85rem 0.85rem 0.85rem 2.75rem;
  font-size: 0.9rem;
}
.home-band--book .arrive-list li:last-child { border-bottom: none; }
.home-band--book .arrive-list strong { color: #fff; }
.home-band--book .arrive-list li::before {
  background: var(--pro-gold-muted);
  color: #1a1408;
  left: 0.85rem;
}
.home-band--book .meta {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 1fr;
  margin-bottom: 0;
}
@media (min-width: 420px) {
  .home-band--book .meta { grid-template-columns: 1fr 1fr; }
}
.home-band--book .meta__item {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(196, 163, 90, 0.22) !important;
  border-radius: var(--pro-radius);
  padding: 0.95rem 1rem;
}
.home-band--book .meta__item--wide { grid-column: 1 / -1; }
.home-band--book .meta dt {
  color: rgba(212, 184, 122, 0.9) !important;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.2rem;
}
.home-band--book .meta dd {
  color: #f9f6f0 !important;
  font-weight: 600;
  font-size: 1rem;
}

/* —— 04 FAQ —— */
.home-band--faq {
  width: var(--pro-island-w);
  margin-inline: auto;
  background: #fff;
  border-radius: var(--pro-radius-lg);
  box-shadow: var(--pro-shadow-island);
  padding: var(--pro-section-y) clamp(1.15rem, 4vw, 1.75rem) !important;
  box-sizing: border-box;
}
.home-band--faq.faq-more,
.home-band--faq .faq-more {
  width: 100%;
}
.home-band--faq .faq--core details {
  border: 1px solid var(--pro-line);
  border-radius: var(--pro-radius);
  margin-bottom: 0.45rem;
  background: var(--pro-paper);
  overflow: hidden;
}
.home-band--faq .faq--core details[open] {
  background: #fff;
  box-shadow: 0 2px 8px rgba(12, 10, 9, 0.04);
}
.home-band--faq .faq summary {
  padding: 0.85rem 0.95rem;
  font-size: 0.88rem;
  font-weight: 600;
  min-height: 2.75rem;
  cursor: pointer;
}
.home-band--faq .faq p {
  padding: 0 0.95rem 0.95rem;
  font-size: 0.85rem;
  line-height: 1.6;
  margin: 0;
}

/* —— 最终 CTA —— */
.home-final-cta {
  width: var(--pro-island-w);
  margin-inline: auto;
  padding: clamp(1.75rem, 4vw, 2.25rem) clamp(1.25rem, 4vw, 1.75rem) !important;
  text-align: center;
  background: #fff;
  border-radius: var(--pro-radius-lg);
  box-shadow: var(--pro-shadow-island);
  border: 1px solid color-mix(in srgb, var(--pro-gold) 20%, var(--pro-line));
  box-sizing: border-box;
}
.home-final-cta__inner {
  width: 100%;
  max-width: none;
  margin: 0;
}
.home-final-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(1.12rem, 2.8vw, 1.35rem);
  line-height: 1.35;
  margin: 0 0 1.25rem;
  text-wrap: balance;
}
.home-final-cta .btn--lg {
  min-height: 2.85rem;
  min-width: min(100%, 16rem);
  font-weight: 700;
}
.home-final-cta__sub {
  margin: 1rem 0 0;
  font-size: 0.8rem;
  color: color-mix(in srgb, var(--pro-ink) 52%, transparent);
}

/* —— 深潜折叠区 —— */
.home-deep {
  width: var(--pro-island-w);
  margin-inline: auto;
  padding: var(--pro-section-y) 0 calc(var(--pro-section-y) + 2rem);
  background: transparent;
  box-sizing: border-box;
}
.home-deep__title {
  text-align: center;
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--pro-ink) 42%, transparent);
  margin-bottom: 1.25rem;
}
.home-deep .home-deck {
  width: 100%;
  max-width: none;
  margin: 0 0 0.6rem;
  background: #fff;
  border-radius: var(--pro-radius-lg);
  border: 1px solid var(--pro-line);
  box-shadow: 0 2px 12px rgba(12, 10, 9, 0.04);
  overflow: hidden;
  box-sizing: border-box;
}
.home-deep .home-deck > summary {
  padding: 0.95rem 1.1rem;
  font-weight: 650;
  font-size: 0.88rem;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 2.85rem;
}
.home-deep .home-deck > summary::-webkit-details-marker { display: none; }
.home-deep .home-deck > summary::after { content: "+"; color: var(--pro-gold); }
.home-deep .home-deck[open] > summary {
  background: var(--pro-paper);
  border-bottom: 1px solid var(--pro-line);
}
.home-deep .home-deck[open] > summary::after { content: "−"; }
.home-deep .home-deck__body { padding: 1.15rem 1.1rem 1.35rem; }

/* —— 手机底栏 —— */
.home-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.55rem var(--gutter) calc(0.55rem + var(--safe-b));
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  background: rgba(10, 8, 6, 0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(196, 163, 90, 0.2);
  z-index: 45;
}
.home-sticky-cta__pri,
.home-sticky-cta__sec {
  flex: 1;
  max-width: 14rem;
  text-align: center;
  min-height: 2.75rem;
  font-weight: 650;
  cursor: pointer;
  border-radius: var(--pro-radius);
  font-family: inherit;
  font-size: 0.88rem;
  line-height: 1.3;
  text-decoration: none;
}
.home-sticky-cta__pri {
  background: var(--pro-red);
  color: #fff;
  border: none;
}
.home-sticky-cta__sec {
  background: transparent;
  border: 1px solid rgba(196, 163, 90, 0.35);
  color: #f5f0e8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.home-page { padding-bottom: calc(4.5rem + var(--safe-b)); }

/* 首页顶栏注入条：正文已有三步路径，不再叠两层 */
body.home-page .jyb-cashpath,
body.home-page .jyb-retain:has(.jyb-retain__bar) {
  display: none !important;
}

@media (max-width: 767px) {
  /* reach 栏已含练+问/微信/约168，与 sticky-cta 重复 */
  body.home-page.has-jyb-reach-bar .home-sticky-cta {
    display: none !important;
  }
  body.home-page.has-jyb-reach-bar {
    padding-bottom: calc(var(--bottom-bar-h, var(--jyb-reach-h, 52px)) + 0.85rem + var(--safe-b));
  }
}

@media (min-width: 768px) {
  .home-page { padding-bottom: var(--safe-b); }
  .home-sticky-cta { display: none; }
}

/* —— 杂项 —— */
.home-page .visual-strip { display: none !important; }
.home-page .home-primary,
.home-page .home-secondary { display: contents; }
.home-page .jyb-loop {
  display: none !important;
}
.home-page .site-foot {
  background: var(--pro-ink);
  color: rgba(245, 240, 232, 0.72);
  margin-top: 0;
  width: var(--pro-island-w) !important;
  max-width: var(--pro-island-w) !important;
  margin-inline: auto !important;
  border-radius: var(--pro-radius-lg) var(--pro-radius-lg) 0 0;
  box-sizing: border-box;
  padding: clamp(1.25rem, 4vw, 1.75rem) clamp(1rem, 4vw, 1.35rem) clamp(1.35rem, 4vw, 1.5rem) !important;
}
.home-page .site-foot__inner {
  text-align: center;
  max-width: none;
  margin: 0;
  padding: 0;
}
.home-page .site-foot__brand {
  margin: 0 0 0.45rem;
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  color: rgba(245, 240, 232, 0.92) !important;
}
.home-page .site-foot__meta {
  margin: 0 0 0.35rem;
  font-size: 0.76rem;
  line-height: 1.55;
  color: rgba(245, 240, 232, 0.52);
}
.home-page .site-foot__hint {
  margin: 0 0 0.85rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(196, 163, 90, 0.14);
  font-size: 0.72rem;
  line-height: 1.5;
  color: rgba(196, 163, 90, 0.55);
}
.home-page .site-foot__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 0.55rem;
  margin: 0 0 0.75rem;
  padding: 0 !important;
  max-width: none !important;
}
.home-page .site-foot__links a {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: 0.3rem 0.75rem;
  border-radius: var(--pro-radius);
  border: 1px solid rgba(196, 163, 90, 0.22);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.78rem;
  color: rgba(212, 184, 122, 0.95) !important;
  text-decoration: none;
  white-space: nowrap;
}
.home-page .site-foot__links a:hover {
  border-color: rgba(196, 163, 90, 0.45);
  color: #f5f0e8 !important;
}
.home-page .site-foot__tail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.55rem;
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  line-height: 1.5;
}
.home-page .site-foot__tail a {
  color: rgba(196, 163, 90, 0.75) !important;
  text-decoration: none;
}
.home-page .site-foot__tail a:hover {
  color: #f5f0e8 !important;
  text-decoration: underline;
}
.home-page .site-foot__copy {
  color: rgba(245, 240, 232, 0.32);
}
.home-page .site-foot__legal {
  margin: 0;
  font-size: 0.68rem;
  line-height: 1.6;
  color: rgba(245, 240, 232, 0.38);
  text-wrap: pretty;
}
.home-expand summary {
  cursor: pointer;
  padding: 0.8rem 0.95rem;
  font-weight: 650;
  font-size: 0.86rem;
  border: 1px solid var(--pro-line);
  border-radius: var(--pro-radius);
  background: var(--pro-paper);
  list-style: none;
  display: flex;
  justify-content: space-between;
  min-height: 2.65rem;
}
.home-expand summary::-webkit-details-marker { display: none; }
.home-expand summary::after { content: "+"; color: var(--pro-gold); }
.home-expand[open] summary::after { content: "−"; }

button.linkish {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: var(--pro-gold);
  text-decoration: underline;
  cursor: pointer;
}

/* —— 本周勾选（family-retain 注入） —— */
.home-page .home-flow:has(+ .home-week-checkin) {
  padding-bottom: clamp(1rem, 2.5vw, 1.35rem);
}
.home-page .home-week-checkin {
  width: var(--pro-island-w);
  max-width: var(--pro-island-w);
  margin: 0 auto 0.65rem;
  padding: 0;
  box-sizing: border-box;
}
.home-page .home-week-checkin:not([hidden]) + .home-deep {
  padding-top: clamp(1.25rem, 3vw, 1.75rem);
}
.home-page .home-week-checkin .jyb-retain__week {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 1.15rem 1.15rem 1.05rem;
  background: #fff;
  border: 1px solid var(--pro-line);
  border-radius: var(--pro-radius-lg);
  box-shadow: var(--pro-shadow-island);
}
.home-page .home-week-checkin .jyb-retain__week h3 {
  font-family: var(--font-display);
  font-size: 0.98rem;
  margin: 0 0 0.65rem;
  color: var(--pro-ink);
}
.home-page .home-week-checkin .jyb-retain__week li {
  border-bottom-color: var(--pro-line);
  font-size: 0.88rem;
}
.home-page .home-week-checkin .jyb-retain__week-actions {
  margin-top: 0.65rem;
  gap: 0.45rem;
}
.home-page .home-week-checkin .jyb-retain__week-actions .btn-sm {
  border-radius: var(--pro-radius);
  font-size: 0.8rem;
  padding: 0.4rem 0.7rem;
}

@media (prefers-reduced-motion: no-preference) {
  .home-band.reveal,
  .home-final-cta.reveal {
    animation: bandIn 0.6s var(--pro-ease) both;
  }
  @keyframes bandIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: none; }
  }
}

@media (max-width: 767px) {
  .home-band--paper .visual-split__media {
    max-height: 11rem;
    border-radius: var(--pro-radius-lg);
  }
  .home-band--paper .visual-split__media img {
    aspect-ratio: 16/9;
    object-position: center 30%;
  }
  .home-ribbon__sep { display: none; }
  .home-ribbon { gap: 0.4rem; }
}
