
:root{
  --paper:#f7f4ee;--paper2:#eee9df;--ink:#252820;--muted:#70776d;
  --green:#607967;--green2:#29382d;--line:rgba(37,40,32,.14);
  --shadow:0 14px 38px rgba(35,38,32,.10);--content:1120px;--r:20px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--paper);color:var(--ink);
  font-family:"Microsoft YaHei","PingFang SC","Noto Sans CJK SC",system-ui,sans-serif;
  font-size:18px;line-height:1.72;letter-spacing:.01em;
}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:100%;object-fit:cover}
button{font:inherit}
.wrap{width:min(calc(100% - 48px),var(--content));margin:auto}
h1,h2,h3,p{margin-top:0}
h1,h2{font-family:"Songti SC","STSong","SimSun",serif;font-weight:500}
h1{font-size:clamp(48px,6vw,78px);line-height:1.12}
h2{font-size:clamp(34px,4vw,50px);line-height:1.25}
h3{font-size:21px;line-height:1.45}
p{margin-bottom:13px}
.body p{text-indent:2em;text-wrap:pretty}
.mobile-only{display:none}
.badge{
  position:fixed;right:14px;top:14px;z-index:60;padding:6px 10px;border-radius:999px;
  background:rgba(255,255,255,.92);font-size:11px;color:var(--green2);box-shadow:var(--shadow)
}

/* 封面 */
.hero{
  min-height:78svh;position:relative;display:flex;align-items:flex-end;color:#fff;
  background:
    linear-gradient(180deg,rgba(10,15,11,.13),rgba(10,15,11,.72)),
    url("../images/common/cover.jpg") center/cover;
}
.brand{
  position:absolute;top:26px;left:50%;transform:translateX(-50%);
  width:min(calc(100% - 48px),var(--content));display:flex;justify-content:space-between;align-items:center
}
.brand-mark{font-family:"Songti SC","STSong",serif;font-size:20px;letter-spacing:.22em}
.hero-inner{padding:106px 0 48px}
.hero-kicker{font-size:13px;letter-spacing:.18em;color:rgba(255,255,255,.76);margin-bottom:12px}
.hero p{font-size:20px;color:rgba(255,255,255,.88)}
.hero-link{display:inline-flex;gap:8px;margin-top:10px;padding-bottom:5px;border-bottom:1px solid rgba(255,255,255,.65)}
.mobile-brand{display:none}

/* 公共 */
.section{padding:54px 0}
.section-tight{padding:28px 0}
.toc{background:var(--green);color:#fff}
.toc-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}
.toc-list{list-style:none;padding:0;margin:18px 0 0}
.toc-list li{border-top:1px solid rgba(255,255,255,.24)}
.toc-list li:last-child{border-bottom:1px solid rgba(255,255,255,.24)}
.toc-list a{
  display:grid;grid-template-columns:76px 1fr auto;gap:14px;align-items:center;padding:9px 0
}
.toc-list span{font-size:13px;color:rgba(255,255,255,.75)}
.toc-list b{font-size:16px;font-weight:500}
.toc-list em{font-style:normal;font-size:11px;color:rgba(255,255,255,.7)}
.toc-list .pending{opacity:.6}
.toc-image{height:430px;border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow);cursor:zoom-in}

/* 章节首页 */
.chapter-head{
  display:grid;grid-template-columns:110px 1fr;gap:32px;align-items:center;
  padding:0 0 18px;border-bottom:1px solid var(--line)
}
.chapter-label{
  font-family:"Songti SC","STSong",serif;font-size:34px;line-height:1.2;color:#8e887e
}
.chapter-title small{display:block;margin-bottom:8px;font-size:12px;letter-spacing:.2em;color:var(--muted)}
.chapter-title h2{margin:0}
.chapter-title .line2{white-space:nowrap}

/* 小节 */
.page-head{
  display:grid;grid-template-columns:76px 1fr;gap:22px;align-items:start;
  padding-bottom:13px;margin-bottom:16px;border-bottom:1px solid var(--line)
}
.page-no{
  font-family:"Songti SC","STSong",serif;font-size:54px;line-height:1;color:#b9b1a6;margin-top:3px
}
.page-title{font-family:"Songti SC","STSong",serif;font-size:34px;line-height:1.35;margin:0}
.split{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:center}
.media{height:430px;border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow);cursor:zoom-in}
.caption{font-size:12px;color:var(--muted);margin-top:6px;line-height:1.4}
.closing{
  margin:18px auto 0;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  width:min(100%,820px);font-family:"Songti SC","STSong",serif;
  font-size:clamp(24px,2.7vw,34px);line-height:1.5;text-align:left;text-indent:2em
}

/* P03 紧凑流程图 */
.flow-title{font-family:"Songti SC","STSong",serif;font-size:26px;margin:20px 0 11px}
.flowchart{
  display:grid;grid-template-columns:repeat(3,1fr);gap:10px;
  padding:15px;border:1px solid var(--line);border-radius:var(--r);
  background:rgba(255,255,255,.66);box-shadow:var(--shadow)
}
.flow-node{
  min-height:74px;padding:11px 13px;border-radius:13px;background:#fff;
  border:1px solid rgba(37,40,32,.1);display:flex;align-items:center;gap:12px
}
.flow-node span{font-size:12px;color:var(--green);font-weight:700;flex:0 0 auto}
.flow-node b{font-size:15px;line-height:1.35}

/* P04 */
.p04-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:30px;align-items:start}
.principles{display:grid;gap:11px}
.principle{padding:18px;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.66)}
.principle span{display:block;color:var(--green);font-size:13px;letter-spacing:.06em;margin-bottom:8px;font-weight:600}
.principle p{font-size:17px;margin:0;text-indent:0}
.mosaic{
  display:grid;grid-template-columns:1.15fr .85fr;
  grid-template-rows:230px 230px;gap:10px
}
.mosaic figure{margin:0;border-radius:17px;overflow:hidden;position:relative;cursor:zoom-in;background:#ded8cc}
.mosaic figure:first-child{grid-row:1 / span 2}
.mosaic figure:nth-child(2){grid-column:2;grid-row:1}
.mosaic figure:nth-child(3){grid-column:2;grid-row:2}
.mosaic figure:nth-child(2) img{object-position:center 46%}
.mosaic figcaption{
  position:absolute;left:10px;bottom:8px;padding:3px 7px;border-radius:999px;
  background:rgba(0,0,0,.42);color:#fff;font-size:10px
}
.p04-ending{margin-top:18px;padding:20px 26px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.p04-ending h3{font-family:"Songti SC","STSong",serif;font-size:27px;margin-bottom:7px}
.p04-ending p{margin:0;text-indent:2em}
.chapter-nav{display:flex;justify-content:space-between;gap:18px;margin-top:30px;padding-top:20px;border-top:1px solid var(--line)}
.chapter-nav a{padding-bottom:6px;border-bottom:1px solid var(--green)}
.footer{background:var(--green2);color:#fff;padding:40px 0}
.footer-grid{display:flex;justify-content:space-between;gap:24px;align-items:end}
.footer h2{font-size:29px;margin-bottom:5px}
.footer p{margin:0;color:rgba(255,255,255,.72)}

/* 导航与Lightbox */
.quick{position:fixed;left:10px;top:50%;transform:translateY(-50%);z-index:40;display:grid;gap:6px}
.quick a{width:31px;height:31px;border-radius:50%;background:rgba(255,255,255,.95);display:grid;place-items:center;font-size:10px;box-shadow:0 5px 18px rgba(0,0,0,.12)}
.top{position:fixed;right:16px;bottom:16px;width:46px;height:46px;border:0;border-radius:50%;background:#fff;box-shadow:var(--shadow);cursor:pointer}
.lightbox{position:fixed;inset:0;background:rgba(8,11,8,.95);z-index:100;display:none;align-items:center;justify-content:center;padding:22px}
.lightbox.open{display:flex}
.lightbox img{max-width:92vw;max-height:84vh;width:auto;height:auto;object-fit:contain}
.lb-close{position:absolute;top:16px;right:16px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;cursor:pointer}

@media(max-width:900px){
  .toc-grid,.split,.p04-grid{grid-template-columns:1fr;gap:25px}
  .toc-image{order:-1;height:320px}
}

@media(max-width:600px){
  body{font-size:17px;line-height:1.62}
  .wrap{width:min(calc(100% - 28px),var(--content))}
  .desktop-only{display:none!important}
  .mobile-only{display:block}
  h1{font-size:36px} h2{font-size:29px} h3{font-size:19px}
  .badge{display:none}

  /* 封面高度收窄约40% */
  .hero{min-height:50svh;max-height:610px;background-position:center 48%}
  .brand{display:none}
  .hero-inner{padding:38px 0 70px}
  .hero-link{
    position:absolute;
    left:14px;
    bottom:16px;
    margin-top:0
  }
  .mobile-brand{
    display:block;font-family:"Songti SC","STSong",serif;font-size:18px;letter-spacing:.22em;
    margin-bottom:24px;color:#fff
  }
  .hero-kicker{margin-bottom:12px;line-height:1.7}
  .hero p{font-size:16px}

  .section{padding:34px 0}
  .section-tight{padding:20px 0}

  .toc-image{
    height:205px;
    order:2;
    margin-top:18px
  }
  .toc-list a{grid-template-columns:56px 1fr;padding:8px 0}
  .toc-list em{display:none}
  .toc-list b{font-size:15px}
  .toc-list span{font-size:12px}

  /* 章节首页：中文章节名，不显示大型01 */
  .chapter-head{display:block;text-align:center;padding-bottom:14px}
  .chapter-label{font-size:20px;margin-bottom:8px;color:#847f77}
  .chapter-title small{display:none}
  .chapter-title h2{font-size:29px;line-height:1.42;text-align:center;text-indent:0}
  .chapter-title .line1,.chapter-title .line2{display:block}
  .chapter-title .line2{white-space:normal}

  /* 小节从01重新编号 */
  .page-head{grid-template-columns:44px 1fr;gap:8px;margin-bottom:11px;padding-bottom:10px}
  .page-no{font-size:40px}
  .page-title{font-size:27px;line-height:1.35}

  .media{height:228px}
  .closing{
    margin-top:13px;padding:15px 0;font-size:22px;line-height:1.55;
    text-align:left;text-indent:2em
  }

  /* 流程图控制在半屏左右 */
  .flow-title{font-size:24px;margin:16px 0 9px}
  .flowchart{grid-template-columns:repeat(3,1fr);gap:6px;padding:9px}
  .flow-node{min-height:70px;padding:8px 7px;display:block;text-align:left}
  .flow-node span{display:block;margin-bottom:4px;font-size:10px}
  .flow-node b{font-size:13px;line-height:1.3}

  .p04-grid{gap:15px}
  .principle{padding:15px}
  .principle span{font-size:13px;margin-bottom:7px}
  .principle p{font-size:16px}

  /* 三图组合：手机端上二下一 */
  .mosaic{grid-template-columns:1fr 1fr;grid-template-rows:155px 190px;gap:8px}
  .mosaic figure:first-child{grid-column:1/-1;grid-row:2}
  .mosaic figure:nth-child(2){grid-column:1;grid-row:1}
  .mosaic figure:nth-child(3){grid-column:2;grid-row:1}
  .mosaic figure:first-child img{object-position:center 50%}
  .mosaic figure:nth-child(2) img{object-position:center 44%}
  .mosaic figure:nth-child(3) img{object-position:center 52%}

  .p04-ending{padding:16px 0}
  .p04-ending h3{font-size:23px}
  .chapter-nav{font-size:14px}
  .footer-grid{display:block}
  .quick{left:5px;gap:5px}
  .quick a{width:28px;height:28px;font-size:9px}
}



:root{
  --paper:#f7f4ee;--paper2:#ede8de;--ink:#252820;--muted:#73796f;
  --green:#607967;--green-deep:#2d3b31;--line:rgba(37,40,32,.14);
  --card:#fbfaf7;--shadow:0 14px 38px rgba(35,38,32,.10);
  --content:1120px;--radius:20px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--paper);color:var(--ink);
  font-family:"Microsoft YaHei","PingFang SC","Noto Sans CJK SC",system-ui,sans-serif;
  font-size:18px;line-height:1.72;letter-spacing:.01em;
}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:100%;object-fit:cover}
button{font:inherit}
.wrap{width:min(calc(100% - 48px),var(--content));margin:auto}
h1,h2,h3,p{margin-top:0}
h1,h2{font-family:"Songti SC","STSong","SimSun",serif;font-weight:500}
h1{font-size:clamp(48px,6vw,78px);line-height:1.12}
h2{font-size:clamp(34px,4vw,50px);line-height:1.25}
h3{font-size:25px;line-height:1.4}
p{margin-bottom:13px}
.body p{text-indent:2em;text-wrap:pretty}
.mobile-only{display:none}
.preview-badge{
  position:fixed;right:14px;top:14px;z-index:80;padding:6px 10px;border-radius:999px;
  background:rgba(255,255,255,.92);font-size:11px;color:var(--green-deep);box-shadow:var(--shadow)
}

/* 封面 */
.hero{
  min-height:78svh;position:relative;display:flex;align-items:flex-end;color:#fff;
  background:
    linear-gradient(180deg,rgba(10,15,11,.13),rgba(10,15,11,.72)),
    url("../images/common/cover.jpg") center/cover;
}
.brand{
  position:absolute;top:26px;left:50%;transform:translateX(-50%);
  width:min(calc(100% - 48px),var(--content));display:flex;justify-content:space-between;align-items:center
}
.brand-mark{font-family:"Songti SC","STSong",serif;font-size:20px;letter-spacing:.22em}
.hero-inner{padding:106px 0 48px}
.hero-kicker{font-size:13px;letter-spacing:.18em;color:rgba(255,255,255,.76);margin-bottom:12px}
.hero p{font-size:20px;color:rgba(255,255,255,.88)}
.hero-link{display:inline-flex;gap:8px;margin-top:10px;padding-bottom:5px;border-bottom:1px solid rgba(255,255,255,.65)}
.mobile-brand{display:none}

/* 目录 */
.section{padding:54px 0}
.section-tight{padding:28px 0}
.toc{background:var(--green);color:#fff}
.toc-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}
.toc-list{list-style:none;padding:0;margin:18px 0 0}
.toc-list li{border-top:1px solid rgba(255,255,255,.24)}
.toc-list li:last-child{border-bottom:1px solid rgba(255,255,255,.24)}
.toc-list a{
  display:grid;grid-template-columns:76px 1fr auto;gap:14px;align-items:center;padding:9px 0
}
.toc-list span{font-size:13px;color:rgba(255,255,255,.75)}
.toc-list b{font-size:16px;font-weight:500}
.toc-list em{font-style:normal;font-size:11px;color:rgba(255,255,255,.7)}
.toc-list .pending{opacity:.55}
.toc-list .done{opacity:.78}
.toc-list .active b{font-weight:700}
.toc-image{height:430px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);cursor:zoom-in}

/* 章节首页 */
.chapter-head{
  display:grid;grid-template-columns:110px 1fr;gap:32px;align-items:center;
  padding:0 0 18px;border-bottom:1px solid var(--line)
}
.chapter-label{
  font-family:"Songti SC","STSong",serif;font-size:34px;line-height:1.2;color:#8e887e
}
.chapter-title small{display:block;margin-bottom:8px;font-size:12px;letter-spacing:.2em;color:var(--muted)}
.chapter-title h2{margin:0}

/* 小节 */
.page-head{
  display:grid;grid-template-columns:76px 1fr;gap:22px;align-items:start;
  padding-bottom:13px;margin-bottom:18px;border-bottom:1px solid var(--line)
}
.page-no{
  font-family:"Songti SC","STSong",serif;font-size:54px;line-height:1;color:#b9b1a6;margin-top:3px
}
.page-title{font-family:"Songti SC","STSong",serif;font-size:34px;line-height:1.35;margin:0}
.split{display:grid;grid-template-columns:1fr 1fr;gap:38px;align-items:center}
.placeholder{
  min-height:440px;border-radius:var(--radius);border:1px dashed rgba(96,121,103,.55);
  background:
    linear-gradient(135deg,rgba(96,121,103,.06),rgba(255,255,255,.48)),
    repeating-linear-gradient(90deg,transparent 0 34px,rgba(96,121,103,.045) 34px 35px),
    repeating-linear-gradient(0deg,transparent 0 34px,rgba(96,121,103,.045) 34px 35px);
  display:grid;place-items:center;padding:28px;text-align:center;color:var(--green-deep)
}
.placeholder-inner{max-width:330px}
.placeholder .label{font-size:12px;letter-spacing:.18em;color:var(--green);margin-bottom:12px}
.placeholder h3{font-family:"Songti SC","STSong",serif;font-size:27px;margin-bottom:10px}
.placeholder p{font-size:14px;color:var(--muted);margin-bottom:4px}
.placeholder .img-no{margin-top:18px;font-size:12px;color:var(--green)}
.closing{
  margin:18px auto 0;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  width:min(100%,820px);font-family:"Songti SC","STSong",serif;
  font-size:clamp(24px,2.7vw,34px);line-height:1.5;text-align:left;text-indent:2em
}

/* 三大主题 */
.theme-intro{max-width:850px;margin-bottom:24px}
.themes{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}
.theme-card{
  background:var(--card);border:1px solid var(--line);border-radius:var(--radius);
  overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column
}
.theme-image{height:270px;margin:0;position:relative;cursor:zoom-in;overflow:hidden}
.theme-image img{transition:transform .35s ease}
.theme-image:hover img{transform:scale(1.025)}
.theme-image figcaption{
  position:absolute;left:10px;bottom:8px;padding:3px 8px;border-radius:999px;
  background:rgba(0,0,0,.46);color:#fff;font-size:10px
}
.theme-body{padding:20px;position:relative;flex:1}
.theme-index{font-size:12px;color:var(--green);letter-spacing:.14em;margin-bottom:5px}
.theme-body h3{font-family:"Songti SC","STSong",serif;margin-bottom:5px}
.theme-body strong{display:block;color:var(--green);font-size:14px;margin-bottom:12px}
.theme-body p{font-size:16px;line-height:1.65;margin-bottom:10px}
.theme-body .fit{padding-top:10px;border-top:1px solid var(--line);color:#4c514b}
.chapter-ending{
  margin-top:30px;padding:28px 26px;text-align:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line)
}
.chapter-ending h3{font-family:"Songti SC","STSong",serif;font-size:31px;margin:0}
.chapter-ending .desktop-only h3{margin-bottom:4px}
.chapter-nav{display:flex;justify-content:space-between;gap:18px;margin-top:30px;padding-top:20px;border-top:1px solid var(--line)}
.chapter-nav a{padding-bottom:6px;border-bottom:1px solid var(--green)}
.footer{background:var(--green-deep);color:#fff;padding:40px 0}
.footer-grid{display:flex;justify-content:space-between;gap:24px;align-items:end}
.footer h2{font-size:29px;margin-bottom:5px}
.footer p{margin:0;color:rgba(255,255,255,.72)}

/* 导航、返回顶部、Lightbox */
.quick{position:fixed;left:10px;top:50%;transform:translateY(-50%);z-index:60;display:grid;gap:6px}
.quick a{width:31px;height:31px;border-radius:50%;background:rgba(255,255,255,.95);display:grid;place-items:center;font-size:10px;box-shadow:0 5px 18px rgba(0,0,0,.12)}
.top{position:fixed;right:16px;bottom:16px;width:46px;height:46px;border:0;border-radius:50%;background:#fff;box-shadow:var(--shadow);cursor:pointer;z-index:50}
.lightbox{position:fixed;inset:0;background:rgba(8,11,8,.95);z-index:100;display:none;align-items:center;justify-content:center;padding:22px}
.lightbox.open{display:flex}
.lightbox img{max-width:92vw;max-height:84vh;width:auto;height:auto;object-fit:contain}
.lb-close{position:absolute;top:16px;right:16px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;cursor:pointer}

@media(max-width:900px){
  .toc-grid,.split{grid-template-columns:1fr;gap:25px}
  .toc-image{order:-1;height:320px}
  .themes{grid-template-columns:1fr}
  .theme-card{display:grid;grid-template-columns:42% 58%}
  .theme-image{height:auto;min-height:300px}
}

@media(max-width:600px){
  body{font-size:17px;line-height:1.62}
  .wrap{width:min(calc(100% - 28px),var(--content))}
  .desktop-only{display:none!important}
  .mobile-only{display:block}
  h1{font-size:36px} h2{font-size:29px} h3{font-size:21px}
  .preview-badge{display:none}

  .hero{min-height:50svh;max-height:610px;background-position:center 48%}
  .brand{display:none}
  .hero-inner{padding:38px 0 70px}
  .hero-link{position:absolute;left:14px;bottom:16px;margin-top:0}
  .mobile-brand{
    display:block;font-family:"Songti SC","STSong",serif;font-size:18px;letter-spacing:.22em;
    margin-bottom:24px;color:#fff
  }
  .hero-kicker{margin-bottom:12px;line-height:1.7}
  .hero p{font-size:16px}

  .section{padding:34px 0}
  .section-tight{padding:20px 0}

  .toc-grid{display:flex;flex-direction:column;gap:0}
  .toc-grid>div:first-child{width:100%}
  .toc-image{height:205px;order:2;margin-top:18px;width:100%}
  .toc-list a{grid-template-columns:56px 1fr;padding:8px 0}
  .toc-list em{display:none}
  .toc-list b{font-size:15px}
  .toc-list span{font-size:12px}

  .chapter-head{display:block;text-align:center;padding-bottom:14px}
  .chapter-label{font-size:20px;margin-bottom:8px;color:#847f77}
  .chapter-title small{display:none}
  .chapter-title h2{font-size:29px;line-height:1.42;text-align:center;text-indent:0}

  .page-head{grid-template-columns:44px 1fr;gap:8px;margin-bottom:12px;padding-bottom:10px}
  .page-no{font-size:40px}
  .page-title{font-size:27px;line-height:1.35}

  .placeholder{min-height:255px;padding:20px}
  .placeholder h3{font-size:23px}
  .closing{margin-top:13px;padding:15px 0;font-size:22px;line-height:1.55;text-align:left;text-indent:2em}

  .theme-intro{margin-bottom:18px}
  .themes{display:grid;grid-template-columns:1fr;gap:16px}
  .theme-card{display:flex;border-radius:18px}
  .theme-image{height:225px;min-height:0}
  .theme-body{padding:17px}
  .theme-body h3{font-size:25px;margin-bottom:3px}
  .theme-body p{font-size:16px;margin-bottom:9px}
  .theme-body .fit{padding-top:9px}

  .chapter-ending{margin-top:22px;padding:20px 0}
  .chapter-ending h3{font-size:25px;line-height:1.55}
  .chapter-nav{font-size:14px}
  .footer-grid{display:block}
  .quick{left:5px;gap:5px}
  .quick a{width:28px;height:28px;font-size:9px}
}

/* Chapter02 Release V1.0｜Final Image Assets */
.selected-image{
  min-height:440px;
  height:440px;
  margin:0;
  border-radius:var(--radius);
  overflow:hidden;
  position:relative;
  cursor:zoom-in;
  box-shadow:var(--shadow);
  background:#ddd;
}
.selected-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.selected-image:hover img{transform:scale(1.02)}
.selected-image figcaption{
  position:absolute;
  left:12px;
  bottom:10px;
  padding:3px 9px;
  border-radius:999px;
  background:rgba(0,0,0,.48);
  color:#fff;
  font-size:10px;
}
@media(max-width:600px){
  .selected-image{
    min-height:0;
    height:235px;
  }
}



/* =========================================================
   Publication Build V1.0｜累计发布版V0.2
   模块化文件管理 + 整本连续滚动阅读
   ========================================================= */
:root{
  --r:20px;
  --radius:20px;
  --green2:#29382d;
  --green-deep:#2d3b31;
}
body{overflow-x:hidden}
.publication-shell{min-height:100vh}
.chapter-module{scroll-margin-top:0}
.chapter-module .chapter-nav{display:none!important}

/* 紧凑章节过渡条：尽量少占页面面积 */
.chapter-transition{
  width:min(calc(100% - 48px),1120px);
  margin:4px auto 10px;
  padding:10px 0;
  border-top:1px solid rgba(37,40,32,.14);
  border-bottom:1px solid rgba(37,40,32,.14);
  min-height:58px;
  display:flex;
  align-items:center;
}
.chapter-transition .transition-inner{
  width:100%;
  display:grid;
  grid-template-columns:minmax(150px,.8fr) minmax(300px,1.7fr) minmax(120px,.65fr);
  gap:16px;
  align-items:center;
}
.transition-link{
  min-width:0;
  display:flex;
  align-items:center;
  gap:8px;
  color:#39453c;
  line-height:1.25;
}
.transition-link small{
  flex:0 0 auto;
  color:#7a8179;
  font-size:11px;
  letter-spacing:.08em;
}
.transition-link strong{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:14px;
  font-weight:600;
}
.transition-next{
  justify-content:center;
  padding:0 14px;
  border-left:1px solid rgba(37,40,32,.12);
  border-right:1px solid rgba(37,40,32,.12);
}
.transition-action{
  justify-content:flex-end;
  font-size:13px;
  font-weight:600;
}
.transition-link.disabled{
  opacity:.48;
  cursor:default;
  pointer-events:none;
}
.transition-link:hover strong,
.transition-link:hover .action-text{color:#607967}
.transition-topline{display:none}

.publication-quick a.active{
  background:#607967;
  color:#fff;
  transform:scale(1.08);
}
.toc-list .done{opacity:1}
.toc-list .done a{cursor:pointer}
.toc-list .pending a{cursor:default}
.toc-list .done b{font-weight:600}
.toc-list .active b{font-weight:700}
.build-footer{margin-top:0}
.module-note{
  width:min(calc(100% - 48px),1120px);
  margin:0 auto 18px;
  font-size:11px;
  color:#888f87;
  text-align:right;
}

@media(max-width:600px){
  .chapter-transition{
    width:min(calc(100% - 28px),1120px);
    min-height:0;
    margin:0 auto 8px;
    padding:9px 0;
  }
  .chapter-transition .transition-inner{
    grid-template-columns:1fr auto;
    gap:6px 10px;
  }
  .transition-prev{
    grid-column:1;
    grid-row:1;
  }
  .transition-next{
    grid-column:1;
    grid-row:2;
    justify-content:flex-start;
    border:0;
    padding:6px 0 0;
    border-top:1px solid rgba(37,40,32,.10);
  }
  .transition-action{
    grid-column:2;
    grid-row:1 / span 2;
    justify-content:flex-end;
    align-self:stretch;
    padding-left:10px;
    border-left:1px solid rgba(37,40,32,.10);
  }
  .transition-link small{font-size:9px}
  .transition-link strong{font-size:12px}
  .transition-action{font-size:11px}
  .module-note{
    width:min(calc(100% - 28px),1120px);
    margin-bottom:12px;
  }
}


/* =========================================================
   Chapter03｜院落空间规划｜Publication Build V1.0
   仅扩展第三章组件，不回改Chapter01/02冻结样式
   ========================================================= */
:root{--soft-green:#eef2ee;--card-line:rgba(45,59,49,.14)}
#chapter03 .chapter03-image{
  margin:0;border-radius:var(--radius);overflow:hidden;background:#e5eae5;
  box-shadow:0 10px 34px rgba(26,36,29,.08);cursor:zoom-in;position:relative;
}
#chapter03 .chapter03-image img{
  display:block;width:100%;height:100%;object-fit:contain;background:#e8ece8;
  transition:transform .3s ease;
}
#chapter03 .chapter03-image:hover img{transform:scale(1.012)}
#chapter03 .chapter03-image figcaption{
  position:absolute;left:12px;bottom:10px;padding:3px 9px;border-radius:999px;
  background:rgba(24,34,27,.62);color:#fff;font-size:10px;letter-spacing:.02em;
}
#chapter03 .intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:38px;align-items:center}
#chapter03 .intro-grid .chapter03-image{height:420px}
#chapter03 .intro-grid .chapter03-image img{object-fit:cover}
#chapter03 .intro-lead{
  font-family:"Songti SC","STSong",serif;font-size:25px;line-height:1.65;
  color:var(--green2);margin:0 0 18px;
}
#chapter03 .diagram-pair{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px}
#chapter03 .diagram-pair .chapter03-image{aspect-ratio:4/3;height:auto}
#chapter03 .keyline{
  margin:18px 0 0;padding:16px 18px;border-left:4px solid var(--green);
  background:var(--soft-green);font-family:"Songti SC","STSong",serif;
  font-size:22px;line-height:1.55;color:var(--green2);
}
#chapter03 .space-system{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:22px 0}
#chapter03 .space-card{min-height:150px;padding:18px 13px;border:1px solid var(--card-line);border-radius:16px;background:#fff}
#chapter03 .space-card .index{display:block;margin-bottom:12px;font-size:11px;letter-spacing:.16em;color:#8c978e}
#chapter03 .space-card h3{margin:0 0 10px;font-family:"Songti SC","STSong",serif;font-size:20px;color:var(--green2)}
#chapter03 .space-card p{margin:0;text-indent:0;font-size:13px;line-height:1.55;color:var(--muted)}
#chapter03 .space-visual{aspect-ratio:4/3;height:auto;margin-top:18px}
#chapter03 .logic-line{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:9px;margin:22px 0 0;color:var(--green2);font-size:14px}
#chapter03 .logic-line span{padding:8px 13px;border-radius:999px;background:var(--soft-green);border:1px solid var(--card-line)}
#chapter03 .logic-line b{color:#8a948c}
#chapter03 .area-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:22px}
#chapter03 .area-card{overflow:hidden;border:1px solid var(--card-line);border-radius:18px;background:#fff}
#chapter03 .area-card .chapter03-image{border-radius:0;box-shadow:none;aspect-ratio:4/3;height:auto}
#chapter03 .area-copy{padding:16px 15px 17px}
#chapter03 .area-copy small{display:block;margin-bottom:5px;color:#8d978f;font-size:11px;letter-spacing:.08em}
#chapter03 .area-copy h3{margin:0 0 8px;font-family:"Songti SC","STSong",serif;font-size:21px;color:var(--green2)}
#chapter03 .area-copy p{margin:0;text-indent:0;font-size:13px;line-height:1.6;color:var(--muted)}
#chapter03 .closing-line{margin-top:24px;padding:22px 0 0;border-top:1px solid var(--line);font-family:"Songti SC","STSong",serif;font-size:25px;line-height:1.55;color:var(--green2)}
#chapter03 .mobile-semantic-two-line .line,
#chapter03 .mobile-heading-two-line .line,
#chapter03 .mobile-centered-two-line .line{display:block}
#chapter03 .mobile-semantic-two-line .first-line-indent,
#chapter03 .mobile-heading-two-line .first-line-indent{padding-left:2em}
@media(max-width:900px){
  #chapter03 .intro-grid{grid-template-columns:1fr}
  #chapter03 .intro-grid .chapter03-image{height:340px;order:-1}
  #chapter03 .diagram-pair{grid-template-columns:1fr}
  #chapter03 .diagram-pair .chapter03-image{height:auto}
  #chapter03 .space-system{grid-template-columns:repeat(2,1fr)}
  #chapter03 .space-card:last-child{grid-column:1/-1}
  #chapter03 .area-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  #chapter03 .intro-grid{gap:18px}
  #chapter03 .intro-grid .chapter03-image{height:220px}
  #chapter03 .intro-lead{font-size:21px;line-height:1.58}
  #chapter03 .diagram-pair{gap:12px;margin-top:14px}
  #chapter03 .keyline{font-size:19px;padding:13px 14px}
  #chapter03 .space-system{grid-template-columns:1fr;gap:9px;margin:16px 0}
  #chapter03 .space-card,#chapter03 .space-card:last-child{grid-column:auto;min-height:0;padding:14px}
  #chapter03 .space-card .index{margin-bottom:6px}
  #chapter03 .space-card h3{font-size:20px;margin-bottom:5px}
  #chapter03 .space-card p{font-size:15px}
  #chapter03 .space-visual{margin-top:12px}
  #chapter03 .logic-line{justify-content:flex-start;gap:6px;margin-top:15px}
  #chapter03 .logic-line span{font-size:12px;padding:6px 10px}
  #chapter03 .area-grid{grid-template-columns:1fr;gap:12px;margin-top:15px}
  #chapter03 .area-card{display:grid;grid-template-columns:42% 58%;min-height:180px}
  #chapter03 .area-card .chapter03-image{height:100%;min-height:180px;aspect-ratio:auto}
  #chapter03 .area-copy{padding:14px}
  #chapter03 .area-copy h3{font-size:20px}
  #chapter03 .area-copy p{font-size:14px}
  #chapter03 .closing-line{font-size:21px;margin-top:18px;padding-top:17px}
  #chapter03-intro .mobile-semantic-two-line,
  #chapter03-p01 .mobile-heading-two-line,
  #chapter03-ending .mobile-semantic-two-line{text-indent:0!important;word-break:keep-all;overflow-wrap:normal}
  #chapter03-intro .mobile-semantic-two-line{font-size:21px;line-height:1.58;letter-spacing:0}
  #chapter03-p01 .page-head{align-items:start}
  #chapter03-p01 .mobile-heading-two-line{font-size:30px;line-height:1.42}
  #chapter03-p03 .mobile-centered-two-line{text-align:center;padding-left:12px;padding-right:12px;border-left:0}
  #chapter03-ending .mobile-closing-two-line{font-size:21px;line-height:1.62;text-indent:0!important}
}


/* ============================================================
   Chapter04｜院落风格规划｜Release V1.0
   ============================================================ */
#chapter04 .intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:38px;align-items:center}
#chapter04 .intro-grid .chapter04-hero{height:420px}
#chapter04 .chapter04-image img,#chapter04 .chapter04-hero img{width:100%;height:100%;object-fit:cover}
#chapter04 .style-overview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:26px}
#chapter04 .style-overview-card{background:var(--card);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(35,38,32,.06)}
#chapter04 .style-overview-card figure{height:230px;margin:0;position:relative}
#chapter04 .style-overview-card .copy{padding:18px 18px 20px}
#chapter04 .style-overview-card small{color:var(--green);letter-spacing:.12em;font-size:11px}
#chapter04 .style-overview-card h3{margin:4px 0 6px;font-family:"Songti SC","STSong","SimSun",serif;font-weight:500;font-size:24px}
#chapter04 .style-overview-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}
#chapter04 .style-detail{display:grid;grid-template-columns:.92fr 1.08fr;gap:44px;align-items:start}
#chapter04 .style-copy .style-code{font-size:12px;letter-spacing:.16em;color:var(--green);margin-bottom:8px}
#chapter04 .style-copy .style-name{font-family:"Songti SC","STSong","SimSun",serif;font-size:38px;line-height:1.25;margin:0}
#chapter04 .style-heading-row{display:grid;grid-template-columns:58px 1fr;gap:12px;align-items:start;margin:0 0 16px}
#chapter04 .style-heading-row .style-section-no{font-family:"Songti SC","STSong","SimSun",serif;font-size:54px;line-height:1;color:#b9b1a6;padding-top:1px}
#chapter04 .style-heading-row .style-name{margin:0}
#chapter04 .style-copy .fit{margin-top:22px;padding:18px 20px 18px 30px!important;border-left:3px solid var(--green);background:rgba(96,121,103,.07);text-indent:0!important}
#chapter04 .style-copy .fit b{display:block;margin:0 0 8px 0;position:relative;z-index:1}
#chapter04 .style-copy .fit .fit-copy{line-height:1.8}
#chapter04 .style-copy .fit .fit-copy.indent-two{text-indent:2em}
#chapter04 .style-copy .keywords{margin-top:16px;color:var(--green-deep);font-size:14px;letter-spacing:.07em}
#chapter04 .style-media-grid{display:grid;grid-template-columns:1fr;gap:0}
#chapter04 .style-media-grid figure{margin:0;border-radius:18px;overflow:hidden;min-height:420px;position:relative}
#chapter04 .style-media-grid figure img{width:100%;height:100%;object-fit:cover}
#chapter04 .style-media-grid figcaption,#chapter04 .style-overview-card figcaption,#chapter04 .chapter04-hero figcaption{position:absolute;left:14px;bottom:12px;background:rgba(45,59,49,.82);color:#fff;padding:5px 10px;border-radius:999px;font-size:11px}
#chapter04 .chapter04-hero{margin:0;border-radius:20px;overflow:hidden;position:relative;min-height:420px}
#chapter04 .choice-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0}
#chapter04 .choice-card{border:1px solid var(--line);background:var(--card);border-radius:14px;padding:16px 12px;text-align:center}
#chapter04 .choice-card span{display:block;font-size:11px;letter-spacing:.14em;color:var(--green);margin-bottom:6px}
#chapter04 .choice-card b{font-family:"Songti SC","STSong","SimSun",serif;font-size:20px;font-weight:500}
#chapter04 .chapter04-keyline{font-family:"Songti SC","STSong","SimSun",serif;font-size:31px;line-height:1.5;text-align:center;padding:26px;background:rgba(96,121,103,.08);border-left:4px solid var(--green);margin-top:28px}
#chapter04 .mobile-heading-lines .line,#chapter04 .mobile-keyline-lines .line{display:block}
#chapter04-p03 .page-head,#chapter04-p04 .page-head,#chapter04-p05 .page-head,#chapter04-p06 .page-head{display:none!important}
@media(max-width:900px){
  #chapter04 .intro-grid{grid-template-columns:1fr}
  #chapter04 .intro-grid .chapter04-hero{height:340px;order:-1}
  #chapter04 .style-overview-grid{grid-template-columns:1fr 1fr}
  #chapter04 .style-detail{grid-template-columns:1fr;gap:20px}
  #chapter04 .style-media-grid{grid-template-columns:1fr}
  #chapter04 .style-media-grid figure{min-height:260px}
  #chapter04 .choice-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  #chapter04 .intro-grid{gap:18px}
  #chapter04 .intro-grid .chapter04-hero{height:220px}
  #chapter04 .style-overview-grid{grid-template-columns:1fr;gap:12px}
  #chapter04 .style-overview-card{display:grid;grid-template-columns:46% 54%;min-height:170px}
  #chapter04 .style-overview-card figure{height:auto;min-height:170px}
  #chapter04 .style-overview-card .copy{padding:18px 15px}
  #chapter04 .style-overview-card h3{font-size:23px}
  #chapter04 .style-detail{gap:16px}
  #chapter04 .style-heading-row{grid-template-columns:44px 1fr;gap:8px;margin-bottom:12px}
  #chapter04 .style-heading-row .style-section-no{font-size:44px;padding-top:2px}
  #chapter04 .style-copy .style-name{font-size:31px}
  #chapter04 .style-copy .fit{padding-left:26px!important}
  #chapter04 .style-copy .fit b{margin-bottom:6px}
  #chapter04 .style-media-grid figure{min-height:210px;border-radius:14px}
  #chapter04 .choice-grid{grid-template-columns:1fr 1fr;gap:8px;margin:14px 0 18px}
  #chapter04 .choice-card{padding:12px 8px;border-radius:12px}
  #chapter04 .choice-card b{font-size:18px}
  #chapter04 .choice-card span{font-size:10px;margin-bottom:4px}
  #chapter04 .chapter04-keyline{font-size:22px;line-height:1.65;padding:22px 14px;text-indent:0!important}
  #chapter04 .chapter04-hero{min-height:260px}
  #chapter04-p01 .mobile-heading-lines,#chapter04-p02 .mobile-heading-lines,#chapter04-p07 .mobile-heading-lines{font-size:30px;line-height:1.35}
  #chapter04-p01 .mobile-heading-lines .line:first-child,#chapter04-p02 .mobile-heading-lines .line:first-child,#chapter04-p07 .mobile-heading-lines .line:first-child{padding-left:2em}
}


/* ============================================================
   Chapter05｜院落配置方案｜Release V1.0
   ============================================================ */
#chapter05{--teal:#3d7473;--teal-soft:#e4efed;--gold:#b39258;--card:#fbfaf7}
#chapter05 .wrap{width:min(calc(100% - 48px),1180px);margin:auto}
#chapter05 h1,#chapter05 h2{font-family:"Songti SC","STSong","SimSun",serif;font-weight:500}
#chapter05 p{margin-top:0;margin-bottom:12px}
#chapter05 .body p{text-indent:2em;text-wrap:pretty}
#chapter05 .mobile-copy,#chapter05 .mobile-title{display:none}
#chapter05 .chapter-intro{padding:54px 0;background:#29382d;color:#fff}
#chapter05 .chapter-intro-inner{display:grid;gap:18px}
#chapter05 .chapter-line{display:flex;align-items:baseline;gap:34px;white-space:nowrap}
#chapter05 .chapter-line>span{font-family:"Songti SC","STSong",serif;color:#d5c7a9;font-size:25px}
#chapter05 .chapter-line h1{font-size:clamp(48px,6vw,78px);line-height:1.1;margin:0;white-space:nowrap}
#chapter05 .chapter-subtitle{font-family:"Songti SC","STSong",serif;color:#d5c7a9;font-size:30px;letter-spacing:.04em}
#chapter05 .section{padding:54px 0}
#chapter05 .section.soft{background:#eee9df}
#chapter05 .section-head{display:grid;grid-template-columns:78px 1fr;gap:22px;align-items:start;padding-bottom:14px;margin-bottom:26px;border-bottom:1px solid var(--line)}
#chapter05 .sec-no{font-family:"Songti SC","STSong",serif;font-size:54px;line-height:1;color:#b9b1a6;margin-top:4px}
#chapter05 .section-head h2{font-size:36px;line-height:1.35;margin:0}
#chapter05 .two-col{display:grid;grid-template-columns:.88fr 1.12fr;gap:46px;align-items:center}
#chapter05 .module-layout{grid-template-columns:1fr 1.08fr;align-items:start}
#chapter05 .formal-image{margin:0;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);cursor:zoom-in;position:relative;background:#e7e1d6;aspect-ratio:4/3}
#chapter05 .formal-image img{width:100%;height:100%;object-fit:cover;display:block}
#chapter05 .formal-image figcaption{position:absolute;left:12px;bottom:10px;padding:4px 9px;border-radius:999px;background:rgba(41,56,45,.88);color:#fff;font-size:10px;letter-spacing:.02em}
#chapter05 .key-statement{margin:24px 0 0;padding:18px 22px;border-left:3px solid var(--green);background:rgba(96,121,103,.08);font-family:"Songti SC","STSong","SimSun",serif;font-size:24px;line-height:1.45;text-align:center}
#chapter05 .key-statement span{display:block}
#chapter05 .module-overview{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0 14px}
#chapter05 .module-card{padding:13px 15px;border:1px solid var(--line);border-radius:15px;background:var(--card);min-height:82px}
#chapter05 .module-card h3{margin:0 0 4px;color:#29382d;font-size:19px}
#chapter05 .module-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}
#chapter05 .formula{display:flex;align-items:center;justify-content:center;gap:18px;padding:13px 18px;border-radius:15px;background:#29382d;color:#fff}
#chapter05 .formula b{font-weight:500}
#chapter05 .formula span{color:#d5c7a9;font-size:22px}
#chapter05 .formula strong{font-weight:600;color:#fff}
#chapter05 .level-list{display:grid;gap:8px;margin-top:16px}
#chapter05 .level-list article{display:grid;grid-template-columns:94px 1fr;gap:14px;padding:11px 14px;border-left:3px solid var(--gold);background:rgba(255,255,255,.56)}
#chapter05 .level-list span{font-size:13px;color:var(--muted)}
#chapter05 .level-list strong{font-size:16px;font-weight:500}
#chapter05 .sync-box{margin-top:10px;padding:11px 14px;border-left:4px solid var(--teal);border-radius:0 14px 14px 0;background:var(--teal-soft)}
#chapter05 .sync-label{font-size:13px;font-weight:700;color:var(--teal);margin-bottom:5px;letter-spacing:.04em}
#chapter05 .sync-items{display:block}
#chapter05 .sync-items .sync-line{display:block;padding:0;border:0;background:transparent;color:#29382d;font-size:13px;line-height:1.45;white-space:nowrap}
#chapter05 .boundary-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:16px;align-items:start}
#chapter05 .landscape-block,#chapter05 .support-block{border:1px solid var(--line);border-radius:18px;background:var(--card);padding:20px}
#chapter05 .ratio-label{font-size:12px;letter-spacing:.14em;color:var(--gold);margin-bottom:12px}
#chapter05 .landscape-block h3,#chapter05 .support-block h3{font-size:23px;margin:0 0 10px}
#chapter05 .landscape-block p,#chapter05 .support-block>p{font-size:15px;color:var(--muted)}
#chapter05 .landscape-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
#chapter05 .landscape-tags span{padding:7px 11px;border-radius:999px;background:rgba(96,121,103,.1);color:#29382d;font-size:13px}
#chapter05 .support-block{background:var(--teal-soft);border-color:rgba(61,116,115,.18)}
#chapter05 .support-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:14px}
#chapter05 .support-grid article{padding:10px 12px;border-radius:11px;background:rgba(255,255,255,.76);min-height:66px}
#chapter05 .support-grid h3{font-size:15px;margin:0 0 3px;color:#315b5a}
#chapter05 .support-grid p{font-size:12px;line-height:1.4;color:#5c7472;margin:0}
#chapter05 .steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0 0}
#chapter05 .step{padding:18px;border-radius:17px;background:#29382d;color:#fff;min-height:142px}
#chapter05 .step>span{font-size:12px;color:#d5c7a9;letter-spacing:.12em}
#chapter05 .step h3{margin:10px 0 5px;font-size:21px}
#chapter05 .step p{font-size:14px;line-height:1.55;color:rgba(255,255,255,.72);margin:0}
#chapter05 .single-col{max-width:1040px;margin:0 auto}
#chapter05 .one-line-key{max-width:900px;margin:18px auto 0;padding:14px 20px}
#chapter05 .one-line-key span{display:inline;white-space:nowrap}
#chapter05-p01,#chapter05-p02,#chapter05-p03,#chapter05-p04,#chapter05-p05,#chapter05-p06,#chapter05-p07,#chapter05-p08,#chapter05-p09,#chapter05-p10{scroll-margin-top:20px}
#chapter05-p01,#chapter05-p02,#chapter05-p10{padding-top:46px;padding-bottom:46px}
#chapter05-p03,#chapter05-p04,#chapter05-p05,#chapter05-p06,#chapter05-p07,#chapter05-p08{padding-top:48px;padding-bottom:48px}
#chapter05-p09{padding-top:48px;padding-bottom:44px}
#chapter05-p10 .p10-key{margin-top:16px;padding:13px 18px;font-size:21px}
#chapter05-p10 .p10-key span{display:inline;white-space:nowrap}
/* 目录从第五章起取消右侧配图 */
.toc-grid{grid-template-columns:1fr!important}
.toc-image{display:none!important}
@media(max-width:860px){
  #chapter05 .two-col,#chapter05 .module-layout,#chapter05 .boundary-layout{grid-template-columns:1fr;gap:24px}
  #chapter05 .module-overview{grid-template-columns:repeat(2,1fr)}
  #chapter05 .formal-image{max-width:620px;width:100%;margin:auto}
}
@media(max-width:600px){
  #chapter05 .wrap{width:min(calc(100% - 28px),1180px)}
  #chapter05 .desktop-copy,#chapter05 .desktop-title{display:none!important}
  #chapter05 .mobile-copy,#chapter05 .mobile-title{display:block}
  #chapter05 .chapter-intro{padding:34px 0}
  #chapter05 .chapter-intro-inner{gap:12px}
  #chapter05 .chapter-line{gap:13px;align-items:baseline}
  #chapter05 .chapter-line>span{font-size:17px}
  #chapter05 .chapter-line h1{font-size:34px}
  #chapter05 .chapter-subtitle{font-size:20px}
  #chapter05 .section{padding:30px 0}
  #chapter05 .section-head{grid-template-columns:42px 1fr;gap:8px;margin-bottom:14px;padding-bottom:8px}
  #chapter05 .sec-no{font-size:35px}
  #chapter05 .section-head h2{font-size:27px;line-height:1.28}
  #chapter05-p01 .section-head h2,#chapter05-p02 .section-head h2,#chapter05-p09 .section-head h2,#chapter05-p10 .section-head h2{font-size:22px;line-height:1.2;letter-spacing:-.035em;white-space:nowrap}
  #chapter05 .mobile-title .title-line{display:block}
  #chapter05-p03 .mobile-title .title-line,#chapter05-p04 .mobile-title .title-line,#chapter05-p05 .mobile-title .title-line,#chapter05-p06 .mobile-title .title-line,#chapter05-p07 .mobile-title .title-line,#chapter05-p08 .mobile-title .title-line{display:inline}
  #chapter05 .body p{text-indent:2em;margin-bottom:9px}
  #chapter05 .one-line-key{font-size:17px;margin-top:12px;padding:11px 6px;max-width:none}
  #chapter05 .module-overview{grid-template-columns:repeat(2,1fr);gap:6px;margin:14px 0 10px}
  #chapter05 .module-card{min-height:68px;padding:9px 10px}
  #chapter05 .module-card h3{font-size:14px;margin-bottom:2px}
  #chapter05 .module-card p{font-size:10px;line-height:1.35}
  #chapter05 .formula{padding:10px 6px;gap:6px;font-size:11px}
  #chapter05 .formula span{font-size:16px}
  #chapter05 .level-list{margin-top:16px}
  #chapter05 .level-list article{grid-template-columns:74px 1fr;gap:8px;padding:9px 10px}
  #chapter05 .level-list span{font-size:11px}
  #chapter05 .level-list strong{font-size:13px}
  #chapter05 .sync-box{padding:10px 12px;margin-top:8px}
  #chapter05 .sync-label{font-size:12px;margin-bottom:4px}
  #chapter05 .sync-items .sync-line{font-size:10.5px;letter-spacing:-.02em;white-space:nowrap}
  #chapter05 .formal-image{border-radius:13px}
  #chapter05 .boundary-layout{grid-template-columns:1fr;gap:10px}
  #chapter05 .landscape-block,#chapter05 .support-block{padding:14px}
  #chapter05 .landscape-block h3,#chapter05 .support-block h3{font-size:17px;margin-bottom:8px}
  #chapter05 .landscape-block p,#chapter05 .support-block>p{font-size:12px;line-height:1.55}
  #chapter05 .landscape-tags{gap:5px;margin-top:10px}
  #chapter05 .landscape-tags span{padding:4px 8px;font-size:10px}
  #chapter05 .support-grid{grid-template-columns:repeat(2,1fr);gap:6px;margin-top:10px}
  #chapter05 .support-grid article{padding:8px 9px;min-height:58px}
  #chapter05 .support-grid h3{font-size:13px;margin-bottom:2px}
  #chapter05 .support-grid p{font-size:9.8px;line-height:1.3}
  #chapter05 .steps{grid-template-columns:1fr;gap:6px;margin-top:14px}
  #chapter05 .step{min-height:auto;padding:11px 12px}
  #chapter05 .step h3{font-size:16px;margin:4px 0 2px}
  #chapter05 .step p{font-size:10.5px;line-height:1.4}
  #chapter05-p10 .p10-key{font-size:15px;margin-top:10px;padding:11px 6px}
  #chapter05-p10 .p10-key span{white-space:nowrap}
}
@media(max-width:380px){
  #chapter05-p01 .section-head h2,#chapter05-p02 .section-head h2,#chapter05-p09 .section-head h2,#chapter05-p10 .section-head h2{font-size:20px}
  #chapter05 .one-line-key{font-size:15.5px;letter-spacing:-.025em}
  #chapter05-p10 .p10-key{font-size:14px}
  #chapter05 .sync-items .sync-line{font-size:10px}
}


/* Publication Build V1.0.5 — Chapter05 cumulative-only confirmed fixes */
#chapter05 .chapter05-intro-final{padding:32px 0 20px;background:var(--paper);color:var(--ink)}
#chapter05 .chapter05-head-final{align-items:start;padding-bottom:18px}
#chapter05 .chapter05-head-final .chapter-label{padding-top:31px}
#chapter05 .chapter05-head-final .chapter-title h2{margin:0;font-size:50px;line-height:1.25;white-space:nowrap}
#chapter05 .chapter05-subtitle-final{margin-top:9px;font-family:"Songti SC","STSong","SimSun",serif;color:var(--gold);font-size:21px;line-height:1.45}
@media(max-width:600px){
 #chapter05 .chapter05-intro-final{padding:28px 0 24px}
 #chapter05 .chapter05-head-final{grid-template-columns:72px 1fr;gap:12px;padding-bottom:12px}
 #chapter05 .chapter05-head-final .chapter-label{padding-top:27px;font-size:23px}
 #chapter05 .chapter05-head-final .chapter-title small{font-size:9px;letter-spacing:.14em;margin-bottom:4px}
 #chapter05 .chapter05-head-final .chapter-title h2{font-size:29px;line-height:1.42;letter-spacing:-.03em}
 #chapter05 .chapter05-subtitle-final{margin-top:6px;font-size:16px;line-height:1.42;white-space:nowrap;letter-spacing:-.02em}
}
@media(max-width:380px){#chapter05 .chapter05-head-final .chapter-title h2{font-size:27px}#chapter05 .chapter05-subtitle-final{font-size:14px}}


/* Publication Build V1.0.5 — Chapter06 Budget Planning */
#chapter06{--paper:#f7f4ee;--paper2:#eee9df;--ink:#252820;--muted:#70776d;--green:#607967;--green-deep:#29382d;--teal:#3d7473;--teal-soft:#e4efed;--gold:#b39258;--line:rgba(37,40,32,.14);--card:#fbfaf7}
#chapter06 .mobile-copy,#chapter06 .mobile-title{display:none}
#chapter06 .section{padding:52px 0}
#chapter06 .section.soft{background:var(--paper2)}
#chapter06 .section-head{display:grid;grid-template-columns:74px 1fr;gap:22px;align-items:baseline;margin-bottom:26px;padding-bottom:14px;border-bottom:1px solid var(--line)}
#chapter06 .sec-no{font-family:"Songti SC","STSong","SimSun",serif;font-size:54px;color:#b7b1a7;line-height:1}
#chapter06 .section-head h2{margin:0;font-size:38px;line-height:1.3}
#chapter06 .body{max-width:960px}
#chapter06 .body p{text-indent:2em}
#chapter06 .budget-flow{display:grid;grid-template-columns:repeat(11,auto);align-items:center;justify-content:center;gap:10px;margin:24px 0 18px;padding:14px;border:1px solid var(--line);border-radius:18px;background:var(--card)}
#chapter06 .budget-flow span,#chapter06 .budget-flow strong{white-space:nowrap}
#chapter06 .budget-flow i{font-style:normal;color:var(--gold)}
#chapter06 .budget-flow strong{padding:8px 12px;border-radius:8px;background:var(--green);color:#fff}
#chapter06 .key-statement{border-left:3px solid var(--green);background:rgba(96,121,103,.07);padding:16px 20px;font-family:"Songti SC","STSong","SimSun",serif;font-size:22px}
#chapter06 .budget-key{max-width:900px;margin:18px auto 0;text-align:center}
#chapter06 .budget-parts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:22px}
#chapter06 .budget-parts article{border:1px solid var(--line);border-radius:17px;background:var(--card);box-shadow:0 8px 24px rgba(35,38,32,.05)}
#chapter06 .budget-parts article:last-child,#chapter06 .budget-parts .install-card-v11{grid-column:3}
#chapter06 .budget-ranges{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}
#chapter06 .budget-ranges article{min-height:185px;padding:19px;border-radius:18px;border:1px solid var(--line);background:var(--card)}
#chapter06 .budget-ranges article>span{display:block;font-size:12px;color:var(--gold);margin-bottom:7px}
#chapter06 .budget-ranges strong{display:block;font-size:21px;margin-bottom:12px;color:var(--green-deep)}
#chapter06 .budget-ranges p{font-size:13px;color:var(--muted);line-height:1.55;margin:0}
#chapter06 .range-basic{border-top:5px solid #8c9a81!important}#chapter06 .range-comfort{border-top:5px solid #668375!important}#chapter06 .range-quality{border-top:5px solid #b39258!important}#chapter06 .range-custom{border-top:5px solid #786b5d!important}
#chapter06 .range-note{padding:12px 16px;border-radius:12px;background:rgba(179,146,88,.1);color:#6e6047;font-size:14px}
#chapter06 .range-foot{margin-top:12px;text-align:right;font-size:12px;color:var(--muted)}
#chapter06 .method-cards,#chapter06 .area-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}
#chapter06 .method-cards article,#chapter06 .area-cards article{border:1px solid var(--line);border-radius:18px;background:var(--card);box-shadow:0 8px 24px rgba(35,38,32,.05)}
#chapter06 .method-cards .card-title-row-v11{display:flex;align-items:center;gap:12px;margin-bottom:10px}
#chapter06 .method-cards .card-title-row-v11 span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:10px}
#chapter06 .method-cards h3,#chapter06 .area-cards h3{font-family:"Microsoft YaHei","PingFang SC",sans-serif;font-weight:700}
#chapter06 .area-cards article>span{display:inline-block;border-radius:999px;background:var(--teal-soft);color:var(--teal);font-weight:700}
#chapter06 .priority-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:20px}
#chapter06 .priority-cards article{border-radius:18px;color:#fff}
#chapter06 .priority-cards .card-title-row-v11{display:flex;align-items:center}
#chapter06 .priority-key{max-width:760px;margin:18px auto 0;text-align:center}
#chapter06 .closing{background:linear-gradient(135deg,#f6f1e8 0%,#e5eee8 100%)}
#chapter06 .closing-copy{max-width:980px;margin:0 auto;text-align:center}
#chapter06 .closing-copy p{text-indent:0!important}
#chapter06 .next-guide{margin:26px auto 0;max-width:900px;border-radius:18px;color:#fff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px}
#chapter06 .next-guide small{color:rgba(255,255,255,.68)}#chapter06 .next-guide strong{font-weight:500}#chapter06 .next-guide span{font-size:13px;color:#edf3ef;white-space:nowrap}
#chapter06-p01,#chapter06-p02,#chapter06-p03,#chapter06-p04,#chapter06-p05,#chapter06-p06,#chapter06-p07{scroll-margin-top:20px}
@media(max-width:860px){
 #chapter06 .budget-flow{grid-template-columns:repeat(6,1fr);gap:6px}#chapter06 .budget-flow i{display:none}#chapter06 .budget-flow span,#chapter06 .budget-flow strong{text-align:center;padding:8px 5px;border-radius:8px;background:#f1ece2}#chapter06 .budget-flow strong{background:var(--green)}
 #chapter06 .budget-parts{grid-template-columns:repeat(2,1fr)}#chapter06 .budget-parts article:last-child,#chapter06 .budget-parts .install-card-v11{grid-column:auto}
 #chapter06 .budget-ranges{grid-template-columns:repeat(2,1fr)}#chapter06 .priority-cards{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
 #chapter06 .desktop-copy,#chapter06 .desktop-title{display:none!important}#chapter06 .mobile-copy,#chapter06 .mobile-title{display:block}
 #chapter06 .section{padding:32px 0}#chapter06 .section-head{grid-template-columns:40px 1fr;gap:8px;margin-bottom:14px;padding-bottom:10px}#chapter06 .sec-no{font-size:33px}#chapter06 .section-head h2{font-size:25px;line-height:1.28;letter-spacing:-.03em}#chapter06 .mobile-title .title-line{display:block}
 #chapter06 .budget-flow{margin:15px 0 12px;padding:8px;grid-template-columns:repeat(3,1fr);gap:6px;font-size:10px}#chapter06 .budget-flow span,#chapter06 .budget-flow strong{white-space:normal;min-height:42px;display:grid;place-items:center;padding:5px}
 #chapter06 .budget-key{font-size:17px;padding:12px 9px;margin-top:12px;text-align:center}
 #chapter06 .budget-parts{grid-template-columns:repeat(2,1fr);margin-top:14px}
 #chapter06 .range-note{font-size:11px;padding:10px 11px}#chapter06 .budget-ranges{grid-template-columns:1fr 1fr;gap:7px;margin-top:12px}#chapter06 .budget-ranges article{min-height:132px;padding:13px 11px}#chapter06 .budget-ranges article>span{font-size:11px;margin-bottom:5px}#chapter06 .budget-ranges strong{font-size:17px;margin-bottom:7px}#chapter06 .budget-ranges p{font-size:10.5px;line-height:1.4}#chapter06 .range-foot{font-size:10px;text-align:center}
 #chapter06 .method-cards,#chapter06 .area-cards{grid-template-columns:1fr;gap:6px;margin-top:14px}#chapter06 .area-cards article{min-height:auto;padding:12px}#chapter06 .area-cards article>span{font-size:13px;padding:5px 10px}#chapter06 .area-cards h3{font-size:17px;margin:7px 0 3px}#chapter06 .area-cards p{font-size:11px;line-height:1.45}
 #chapter06 .priority-cards{grid-template-columns:repeat(2,1fr);gap:6px;margin-top:14px}#chapter06 .priority-key{font-size:16px;padding:11px 8px;margin-top:12px}
 #chapter06 .closing-copy p{font-size:14px}#chapter06 .next-guide{margin-top:18px;padding:12px 13px;grid-template-columns:1fr;gap:5px;text-align:center}#chapter06 .next-guide strong{font-size:14px}#chapter06 .next-guide span{font-size:11px}
}


/* Chapter06 Release V1.0 final confirmation overrides */
#chapter06 .chapter-intro{padding:42px 0 34px;background:var(--paper);color:var(--ink)}
#chapter06 .chapter-intro-final{display:block}
#chapter06 .chapter-head-final{display:grid;grid-template-columns:110px 1fr;gap:32px;align-items:start;padding:0 0 18px;border-bottom:1px solid var(--line)}
#chapter06 .chapter-label-final{padding-top:31px;font-family:"Songti SC","STSong","SimSun",serif;font-size:34px;line-height:1.2;color:#8e887e}
#chapter06 .chapter-title-final small{display:block;margin-bottom:8px;font-size:12px;letter-spacing:.2em;color:var(--muted)}
#chapter06 .chapter-title-final h1{margin:0;font-family:"Songti SC","STSong","SimSun",serif;font-weight:500;font-size:50px;line-height:1.25;white-space:nowrap}
#chapter06 .chapter-subtitle-final{margin-top:9px;font-family:"Songti SC","STSong","SimSun",serif;color:var(--gold);font-size:21px;line-height:1.45}
#chapter06 .budget-part-title-row-final{display:flex;align-items:center;gap:10px;margin:0 0 6px;min-width:0}
#chapter06 .budget-part-title-row-final span{flex:0 0 auto;margin:0;font-size:11px;letter-spacing:.12em;color:var(--gold)}
#chapter06 .budget-part-title-row-final h3{margin:0;font-size:19px;line-height:1.25;white-space:nowrap}
#chapter06 #chapter06-p02 .budget-parts article{min-height:104px;padding:14px 16px}
#chapter06 #chapter06-p02 .budget-parts article p{margin:0;font-size:13px;line-height:1.45}
@media(max-width:600px){
  #chapter06 .chapter-intro{padding:28px 0 24px}
  #chapter06 .chapter-head-final{grid-template-columns:72px 1fr;gap:12px;padding-bottom:12px}
  #chapter06 .chapter-label-final{padding-top:27px;font-size:23px}
  #chapter06 .chapter-title-final small{font-size:9px;letter-spacing:.14em;margin-bottom:4px}
  #chapter06 .chapter-title-final h1{font-size:29px;line-height:1.42;letter-spacing:-.03em}
  #chapter06 .chapter-subtitle-final{margin-top:6px;font-size:16px;line-height:1.42;white-space:nowrap;letter-spacing:-.02em}
  #chapter06 #chapter06-p02 .budget-parts{gap:6px}
  #chapter06 #chapter06-p02 .budget-parts article{min-height:80px;padding:9px 10px}
  #chapter06 .budget-part-title-row-final{gap:7px;margin-bottom:4px}
  #chapter06 .budget-part-title-row-final span{font-size:9px}
  #chapter06 .budget-part-title-row-final h3{font-size:15px}
  #chapter06 #chapter06-p02 .budget-parts article p{font-size:9.8px;line-height:1.35}
}
@media(max-width:380px){
  #chapter06 .chapter-title-final h1{font-size:27px}
  #chapter06 .chapter-subtitle-final{font-size:14px}
  #chapter06 .budget-part-title-row-final h3{font-size:14px}
}


/* Chapter06 Release V1.0 — final human-review corrections */
#chapter06 :is(#p04,#chapter06-p04) .method-cards .card-title-row-v11{
  display:flex!important;align-items:center!important;gap:10px!important;margin:0 0 8px!important;
}
#chapter06 :is(#p04,#chapter06-p04) .method-cards .card-title-row-v11 span{
  width:30px!important;height:30px!important;flex:0 0 30px!important;
  display:grid!important;place-items:center!important;margin:0!important;line-height:1!important;
}
#chapter06 :is(#p04,#chapter06-p04) .method-cards .card-title-row-v11 h3{
  display:flex!important;align-items:center!important;min-height:30px!important;
  margin:0!important;line-height:1.2!important;
}

#chapter06 :is(#p05,#chapter06-p05) .area-cards article{
  padding:20px 22px!important;box-sizing:border-box!important;
}
#chapter06 :is(#p05,#chapter06-p05) .area-cards article>span{
  margin:0 0 8px!important;
}
#chapter06 :is(#p05,#chapter06-p05) .area-cards h3{
  margin:0 0 8px!important;
}
#chapter06 :is(#p05,#chapter06-p05) .area-cards p{
  margin:0!important;
}

#chapter06 :is(#p06,#chapter06-p06) .priority-cards{
  gap:14px!important;
}
#chapter06 :is(#p06,#chapter06-p06) .priority-cards article{
  background:var(--card)!important;color:var(--ink)!important;
  border:1px solid var(--line)!important;box-shadow:0 8px 24px rgba(35,38,32,.06)!important;
  padding:18px!important;box-sizing:border-box!important;
}
#chapter06 :is(#p06,#chapter06-p06) .priority-cards .card-title-row-v11{
  display:flex!important;align-items:center!important;gap:9px!important;margin:0 0 8px!important;
}
#chapter06 :is(#p06,#chapter06-p06) .priority-cards .card-title-row-v11 span{
  flex:0 0 auto!important;color:var(--gold)!important;line-height:1!important;margin:0!important;
}
#chapter06 :is(#p06,#chapter06-p06) .priority-cards .card-title-row-v11 h3{
  display:flex!important;align-items:center!important;min-height:24px!important;
  margin:0!important;color:var(--green-deep)!important;line-height:1.2!important;
}
#chapter06 :is(#p06,#chapter06-p06) .priority-cards p{
  color:var(--muted)!important;margin:0!important;
}

#chapter06 :is(#p07,#chapter06-p07) .next-guide{
  background:var(--card)!important;color:var(--ink)!important;
  border:1px solid var(--line)!important;box-shadow:0 8px 24px rgba(35,38,32,.05)!important;
}
#chapter06 :is(#p07,#chapter06-p07) .next-guide small,
#chapter06 :is(#p07,#chapter06-p07) .next-guide span{
  color:var(--muted)!important;
}
#chapter06 :is(#p07,#chapter06-p07) .next-guide-copy-final{
  display:block!important;color:var(--ink)!important;font-weight:500!important;
  line-height:1.65!important;text-align:left!important;
}
#chapter06 :is(#p07,#chapter06-p07) .next-guide-copy-final span{
  display:block!important;color:var(--ink)!important;white-space:normal!important;
}
#chapter06 :is(#p07,#chapter06-p07) .next-guide-copy-final span:first-child{
  text-indent:2em!important;
}

@media(max-width:600px){
  #chapter06 :is(#p04,#chapter06-p04) .method-cards .card-title-row-v11 span{
    width:27px!important;height:27px!important;flex-basis:27px!important;
  }
  #chapter06 :is(#p04,#chapter06-p04) .method-cards .card-title-row-v11 h3{min-height:27px!important}
  #chapter06 :is(#p05,#chapter06-p05) .area-cards article{padding:15px 16px!important}
  #chapter06 :is(#p06,#chapter06-p06) .priority-cards{gap:8px!important}
  #chapter06 :is(#p06,#chapter06-p06) .priority-cards article{padding:13px 14px!important;min-height:auto!important}
  #chapter06 :is(#p06,#chapter06-p06) .priority-cards .card-title-row-v11{gap:7px!important;margin-bottom:6px!important}
  #chapter06 :is(#p07,#chapter06-p07) .next-guide{padding:14px 16px!important}
  #chapter06 :is(#p07,#chapter06-p07) .next-guide-copy-final{font-size:14px!important;line-height:1.55!important}
}



/* ===== Chapter06 V1.0.1 / Publication Build V1.0.6 final visible corrections =====
   Fixed after direct visual comparison with user screenshots.
   Exact colors are used to prevent inherited/cached dark-theme rules. */

/* Chapter05: the two dark surfaces use the same green as the table of contents. */
#chapter05 .formula,
#chapter05 .steps .step{
  background:#607967 !important;
}
#chapter05 .formula,
#chapter05 .formula b,
#chapter05 .formula strong,
#chapter05 .steps .step,
#chapter05 .steps .step h3{
  color:#ffffff !important;
}
#chapter05 .steps .step p{color:rgba(255,255,255,.88) !important;}
#chapter05 .steps .step>span,
#chapter05 .formula>span{color:#efe5cf !important;}

/* 04: sequence circle and title share one visual center line. */
#chapter06 :is(#p04,#chapter06-p04) .method-cards article{
  padding:17px 19px !important;
  min-height:136px !important;
}
#chapter06 :is(#p04,#chapter06-p04) .method-cards .card-title-row-v11{
  display:flex !important;
  align-items:center !important;
  gap:11px !important;
  margin:0 0 9px !important;
  min-height:32px !important;
}
#chapter06 :is(#p04,#chapter06-p04) .method-cards .card-title-row-v11>span{
  width:30px !important;
  height:30px !important;
  flex:0 0 30px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 !important;
  padding:0 !important;
  line-height:30px !important;
  background:#607967 !important;
  color:#fff !important;
}
#chapter06 :is(#p04,#chapter06-p04) .method-cards .card-title-row-v11>h3{
  display:block !important;
  height:30px !important;
  margin:0 !important;
  padding:0 !important;
  line-height:30px !important;
  color:#29382d !important;
}
#chapter06 :is(#p04,#chapter06-p04) .method-cards p{
  margin:0 !important;
  color:#70776d !important;
}

/* 05: all content has a safe inner margin from the card edges. */
#chapter06 :is(#p05,#chapter06-p05) .area-cards article{
  padding:22px 24px !important;
  min-height:158px !important;
  box-sizing:border-box !important;
}
#chapter06 :is(#p05,#chapter06-p05) .area-cards article>span{
  margin:0 0 10px !important;
  padding:6px 12px !important;
  color:#3d7473 !important;
}
#chapter06 :is(#p05,#chapter06-p05) .area-cards h3{
  margin:0 0 9px !important;
  color:#29382d !important;
}
#chapter06 :is(#p05,#chapter06-p05) .area-cards p{
  margin:0 !important;
  color:#70776d !important;
}

/* 06: four clearly separated light cards with dark readable text. */
#chapter06 :is(#p06,#chapter06-p06) .priority-cards{
  display:grid !important;
  gap:16px !important;
}
#chapter06 :is(#p06,#chapter06-p06) .priority-cards article{
  background:#fbfaf7 !important;
  color:#252820 !important;
  border:1px solid rgba(37,40,32,.14) !important;
  border-radius:17px !important;
  box-shadow:0 8px 22px rgba(35,38,32,.055) !important;
  padding:18px 19px !important;
  min-height:148px !important;
  box-sizing:border-box !important;
}
#chapter06 :is(#p06,#chapter06-p06) .priority-cards .card-title-row-v11{
  display:flex !important;
  align-items:flex-start !important;
  gap:9px !important;
  margin:0 0 9px !important;
}
#chapter06 :is(#p06,#chapter06-p06) .priority-cards .card-title-row-v11>span{
  flex:0 0 auto !important;
  margin:0 !important;
  padding:0 !important;
  font-size:12px !important;
  line-height:25px !important;
  letter-spacing:.08em !important;
  color:#b39258 !important;
}
#chapter06 :is(#p06,#chapter06-p06) .priority-cards .card-title-row-v11>h3{
  margin:0 !important;
  padding:0 !important;
  font-size:20px !important;
  line-height:25px !important;
  color:#29382d !important;
}
#chapter06 :is(#p06,#chapter06-p06) .priority-cards p{
  margin:0 !important;
  font-size:13px !important;
  line-height:1.58 !important;
  color:#5f675f !important;
}

/* 07: light guide, dark text, exactly two explicit lines; first line indented 2em. */
#chapter06 :is(#p07,#chapter06-p07) .next-guide{
  background:#fbfaf7 !important;
  color:#252820 !important;
  border:1px solid rgba(37,40,32,.14) !important;
  box-shadow:0 8px 22px rgba(35,38,32,.05) !important;
  padding:17px 22px !important;
}
#chapter06 :is(#p07,#chapter06-p07) .next-guide>small,
#chapter06 :is(#p07,#chapter06-p07) .next-guide>span{
  color:#70776d !important;
}
#chapter06 :is(#p07,#chapter06-p07) .next-guide-copy-final{
  display:block !important;
  color:#252820 !important;
  font-weight:500 !important;
  line-height:1.6 !important;
  text-align:left !important;
}
#chapter06 :is(#p07,#chapter06-p07) .next-guide-copy-final>span{
  display:block !important;
  color:#252820 !important;
  white-space:nowrap !important;
}
#chapter06 :is(#p07,#chapter06-p07) .next-guide-copy-final>span:first-child{
  text-indent:2em !important;
}

@media(max-width:600px){
  #chapter06 :is(#p04,#chapter06-p04) .method-cards article{
    padding:12px 14px !important;
    min-height:auto !important;
  }
  #chapter06 :is(#p04,#chapter06-p04) .method-cards .card-title-row-v11{
    min-height:28px !important;
    gap:8px !important;
    margin-bottom:6px !important;
  }
  #chapter06 :is(#p04,#chapter06-p04) .method-cards .card-title-row-v11>span{
    width:27px !important;height:27px !important;flex-basis:27px !important;line-height:27px !important;
  }
  #chapter06 :is(#p04,#chapter06-p04) .method-cards .card-title-row-v11>h3{
    height:27px !important;line-height:27px !important;font-size:17px !important;
  }
  #chapter06 :is(#p05,#chapter06-p05) .area-cards article{
    padding:17px 18px !important;
    min-height:auto !important;
  }
  #chapter06 :is(#p06,#chapter06-p06) .priority-cards{
    gap:9px !important;
  }
  #chapter06 :is(#p06,#chapter06-p06) .priority-cards article{
    padding:14px 15px !important;
    min-height:118px !important;
  }
  #chapter06 :is(#p06,#chapter06-p06) .priority-cards .card-title-row-v11{
    align-items:flex-start !important;
    gap:7px !important;
    margin-bottom:7px !important;
  }
  #chapter06 :is(#p06,#chapter06-p06) .priority-cards .card-title-row-v11>span{font-size:10px !important;line-height:20px !important;}
  #chapter06 :is(#p06,#chapter06-p06) .priority-cards .card-title-row-v11>h3{font-size:16px !important;line-height:20px !important;}
  #chapter06 :is(#p06,#chapter06-p06) .priority-cards p{font-size:11px !important;line-height:1.48 !important;}
  #chapter06 :is(#p07,#chapter06-p07) .next-guide{
    padding:15px 16px !important;
    grid-template-columns:1fr !important;
    gap:6px !important;
  }
  #chapter06 :is(#p07,#chapter06-p07) .next-guide-copy-final{
    font-size:14px !important;
    line-height:1.55 !important;
    text-align:left !important;
  }
  #chapter06 :is(#p07,#chapter06-p07) .next-guide-copy-final>span{
    white-space:normal !important;
  }
}



/* Publication Build V1.0.7 — Chapter07 Project Landing */
#chapter07{--paper:#f7f4ee;--paper2:#eee9df;--ink:#252820;--muted:#70776d;--green:#607967;--green-deep:#29382d;--teal:#3d7473;--teal-soft:#e4efed;--gold:#b39258;--line:rgba(37,40,32,.14);--card:#fbfaf7}
#chapter07 .mobile-copy,#chapter07 .mobile-title{display:none}
#chapter07 .chapter-intro{padding:42px 0 34px;background:var(--paper);color:var(--ink)}
#chapter07 .chapter-intro-v11{display:grid;gap:18px}
#chapter07 .chapter-head-v11{display:grid;grid-template-columns:110px 1fr;gap:32px;align-items:center;padding:0 0 18px;border-bottom:1px solid var(--line)}
#chapter07 .chapter-label-v11{font-family:"Songti SC","STSong","SimSun",serif;font-size:34px;line-height:1.2;color:#8e887e}
#chapter07 .chapter-title-v11 small{display:block;margin-bottom:8px;font-size:12px;letter-spacing:.2em;color:var(--muted)}
#chapter07 .chapter-title-v11 h1{margin:0;font-family:"Songti SC","STSong","SimSun",serif;font-weight:500;font-size:clamp(42px,4.1vw,58px);line-height:1.18;white-space:nowrap}
#chapter07 .chapter-subtitle-v11{padding-left:142px;font-family:"Songti SC","STSong","SimSun",serif;color:var(--gold);font-size:21px;line-height:1.5}
#chapter07 .section{padding:50px 0}
#chapter07 .section.soft{background:var(--paper2)}
#chapter07 .section-head{display:grid;grid-template-columns:74px 1fr;gap:22px;align-items:baseline;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--line)}
#chapter07 .sec-no{font-family:"Songti SC","STSong","SimSun",serif;font-size:54px;color:#b7b1a7;line-height:1}
#chapter07 .section-head h2{margin:0;font-size:40px;line-height:1.25;color:var(--ink)}
#chapter07 .body{max-width:960px}
#chapter07 .body p{text-indent:2em}
#chapter07 .key-statement{border-left:3px solid var(--green);background:rgba(96,121,103,.07);padding:16px 20px;font-family:"Songti SC","STSong","SimSun",serif;font-size:22px;color:var(--ink)}
#chapter07 .stage-flow{display:grid;grid-template-columns:repeat(9,1fr);gap:8px;margin:24px 0 18px;padding:12px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.56)}
#chapter07 .stage-flow article{position:relative;min-height:84px;padding:13px 8px;border-radius:13px;background:var(--card);border:1px solid var(--line);display:flex;flex-direction:column;justify-content:center;text-align:center}
#chapter07 .stage-flow article:not(:last-child)::after{content:'›';position:absolute;right:-8px;top:50%;transform:translate(50%,-50%);color:var(--gold);font-size:20px;z-index:2}
#chapter07 .stage-flow span{font-size:10px;letter-spacing:.12em;color:var(--gold);margin-bottom:6px}
#chapter07 .stage-flow strong{font-size:14px;line-height:1.3;color:var(--green-deep)}
#chapter07 .landing-key{margin-top:18px;padding:15px 20px;font-size:20px;text-align:center}
#chapter07 .landing-key.mobile-copy span{display:block}
#chapter07 .landing-cards{display:grid;gap:14px;margin-top:20px}
#chapter07 .three-cards{grid-template-columns:repeat(3,1fr)}
#chapter07 .four-cards{grid-template-columns:repeat(4,1fr)}
#chapter07 .landing-cards article,#chapter07 .landing-pair article,#chapter07 .checklist-grid article{padding:20px;border-radius:18px;background:var(--card);border:1px solid var(--line);box-shadow:0 8px 22px rgba(35,38,32,.045)}
#chapter07 .landing-card-title{display:flex;align-items:center;gap:10px;margin-bottom:10px;min-width:0}
#chapter07 .landing-card-title span{flex:0 0 32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:10px;letter-spacing:.08em}
#chapter07 .landing-card-title h3{margin:0;color:var(--green-deep);font-size:19px;line-height:1.25;min-width:0}
#chapter07 .landing-cards p,#chapter07 .landing-pair p,#chapter07 .checklist-grid p{margin:0;color:var(--muted);font-size:13.5px;line-height:1.6}
#chapter07 .client-note{display:grid;grid-template-columns:auto 1fr;gap:15px;align-items:start;margin-top:16px;padding:14px 16px;border-left:4px solid var(--teal);background:var(--teal-soft);border-radius:0 14px 14px 0}
#chapter07 .client-note strong{white-space:nowrap;color:var(--teal)}
#chapter07 .client-note span{color:var(--muted);font-size:14px;line-height:1.55}
#chapter07 .landing-pair{display:grid;grid-template-columns:1fr 54px 1fr;align-items:stretch;gap:12px;margin-top:20px}
#chapter07 .pair-arrow{display:grid;place-items:center;color:var(--gold);font-size:34px}
#chapter07 .landing-pair ul,#chapter07 .checklist-grid ul{margin:14px 0 0;padding-left:1.2em;color:var(--muted);font-size:13px;line-height:1.65}
#chapter07 .checklist-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:20px}
#chapter07 .role-band{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}
#chapter07 .role-band article{padding:20px 18px;border-radius:18px;background:var(--green);color:#fff;min-height:158px}
#chapter07 .role-band span{display:block;color:#e7dbb8;font-size:12px;margin-bottom:8px}
#chapter07 .role-band strong{display:block;font-size:19px;margin-bottom:8px;color:#fff}
#chapter07 .role-band p{margin:0;color:rgba(255,255,255,.88);font-size:13px;line-height:1.55}
#chapter07 .next-guide{margin-top:22px;background:var(--green);padding:17px 22px;border-radius:18px;color:#fff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px}
#chapter07 .next-guide small{color:rgba(255,255,255,.68)}
#chapter07 .next-guide strong{font-weight:500;color:#fff}
#chapter07 .next-guide span{font-size:13px;color:#edf3ef;white-space:nowrap}
#chapter07 .closing{background:linear-gradient(135deg,#f6f1e8 0%,#e5eee8 100%)}
#chapter07-p01,#chapter07-p02,#chapter07-p03,#chapter07-p04,#chapter07-p05,#chapter07-p06,#chapter07-p07,#chapter07-p08{scroll-margin-top:20px}
@media(max-width:980px){#chapter07 .stage-flow{grid-template-columns:repeat(3,1fr)}#chapter07 .stage-flow article:not(:last-child)::after{display:none}#chapter07 .four-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){#chapter07 .three-cards{grid-template-columns:1fr}#chapter07 .landing-pair{grid-template-columns:1fr}#chapter07 .pair-arrow{height:24px;transform:rotate(90deg)}#chapter07 .checklist-grid{grid-template-columns:1fr}#chapter07 .role-band{grid-template-columns:1fr}}
@media(max-width:600px){
 #chapter07 .desktop-copy,#chapter07 .desktop-title{display:none!important}#chapter07 .mobile-copy,#chapter07 .mobile-title{display:block}
 #chapter07 .chapter-intro{padding:28px 0 24px}#chapter07 .chapter-intro-v11{gap:12px}#chapter07 .chapter-head-v11{grid-template-columns:72px 1fr;gap:12px;padding-bottom:12px}#chapter07 .chapter-label-v11{font-size:23px}#chapter07 .chapter-title-v11 small{font-size:9px;letter-spacing:.14em;margin-bottom:4px}#chapter07 .chapter-title-v11 h1{font-size:30px;line-height:1.2;letter-spacing:-.03em}#chapter07 .chapter-subtitle-v11{padding-left:84px;font-size:15px;line-height:1.45}
 #chapter07 .section{padding:32px 0}#chapter07 .section-head{grid-template-columns:40px 1fr;gap:8px;margin-bottom:14px;padding-bottom:10px}#chapter07 .sec-no{font-size:33px}#chapter07 .section-head h2{font-size:25px!important;line-height:1.28!important;letter-spacing:-.03em}#chapter07 .mobile-title .title-line{display:block}
 #chapter07 .body p{font-size:14px;line-height:1.65}
 #chapter07 .stage-flow{grid-template-columns:repeat(3,1fr);gap:6px;margin:14px 0 12px;padding:7px;border-radius:14px}#chapter07 .stage-flow article{min-height:66px;padding:8px 5px;border-radius:10px}#chapter07 .stage-flow span{font-size:8.5px;margin-bottom:3px}#chapter07 .stage-flow strong{font-size:11px}
 #chapter07 .landing-key{font-size:16px;padding:11px 8px;margin-top:12px}
 #chapter07 .landing-cards{gap:7px;margin-top:14px}#chapter07 .four-cards{grid-template-columns:repeat(2,1fr)}#chapter07 .landing-cards article,#chapter07 .landing-pair article,#chapter07 .checklist-grid article{padding:12px;border-radius:14px}
 #chapter07 .landing-card-title{gap:7px;margin-bottom:6px}#chapter07 .landing-card-title span{flex-basis:27px;height:27px;font-size:8.5px}#chapter07 .landing-card-title h3{font-size:15px;white-space:normal}
 #chapter07 .landing-cards p,#chapter07 .landing-pair p,#chapter07 .checklist-grid p{font-size:11px;line-height:1.45}
 #chapter07 .client-note{grid-template-columns:1fr;gap:4px;margin-top:10px;padding:10px 11px}#chapter07 .client-note strong{font-size:12px}#chapter07 .client-note span{font-size:11px;line-height:1.45}
 #chapter07 .landing-pair{gap:7px;margin-top:14px}#chapter07 .landing-pair ul,#chapter07 .checklist-grid ul{font-size:10.5px;line-height:1.5;margin-top:9px}#chapter07 .checklist-grid{gap:7px;margin-top:14px}
 #chapter07 .role-band{gap:7px;margin-top:14px}#chapter07 .role-band article{min-height:auto;padding:13px}#chapter07 .role-band span{font-size:10px;margin-bottom:4px}#chapter07 .role-band strong{font-size:15px;margin-bottom:4px}#chapter07 .role-band p{font-size:10.5px;line-height:1.45}
 #chapter07 .next-guide{padding:13px;grid-template-columns:1fr;gap:5px;text-align:center}#chapter07 .next-guide strong{font-size:13px}#chapter07 .next-guide span{font-size:11px}
}
@media(max-width:380px){#chapter07 .chapter-title-v11 h1{font-size:27px}#chapter07 .chapter-subtitle-v11{font-size:13px}#chapter07 .landing-card-title h3{font-size:14px}#chapter07 .stage-flow strong{font-size:10px}}


/* =====================================================================
   Publication Build V1.0.7-r1 — Chapter06/07 final layout corrections
   2026-07-28
   ===================================================================== */

/* Chapter06 final section: restore the same full-width section rhythm used by p01–p06. */
#chapter06 .section.closing{
  width:100% !important;max-width:none !important;margin:0 !important;
  padding:50px 0 !important;border:0 !important;
  font-family:inherit !important;font-size:inherit !important;line-height:inherit !important;
  text-align:left !important;text-indent:0 !important;
}
#chapter06 :is(#p07,#chapter06-p07) .closing-copy{
  max-width:960px !important;margin:0 !important;text-align:left !important;
}
#chapter06 :is(#p07,#chapter06-p07) .closing-copy p{
  text-indent:2em !important;text-align:left !important;
}
#chapter06 :is(#p07,#chapter06-p07) .next-guide{
  max-width:100% !important;
}

/* Chapter07 intro: subtitle belongs inside the title block, before the divider. */
#chapter07 .chapter-intro-v11{gap:0 !important}
#chapter07 .chapter-title-v11{min-width:0}
#chapter07 .chapter-subtitle-v11{
  padding-left:0 !important;margin-top:12px !important;
  text-indent:2em !important;
  font-family:"Songti SC","STSong","SimSun",serif !important;
  color:var(--gold) !important;font-size:21px !important;line-height:1.5 !important;
}

/* Chapter07 p08 was being narrowed by the generic .closing utility. Restore normal section width. */
#chapter07 .section.closing{
  width:100% !important;max-width:none !important;margin:0 !important;
  padding:50px 0 !important;border:0 !important;
  font-family:inherit !important;font-size:inherit !important;line-height:inherit !important;
  text-align:left !important;text-indent:0 !important;
}
#chapter07 :is(#p08,#chapter07-p08) .body{max-width:960px !important}
#chapter07 :is(#p08,#chapter07-p08) .body p{text-indent:2em !important;text-align:left !important}

/* Compact role cards while keeping clear hierarchy. */
#chapter07 .role-band article{min-height:136px !important;padding:17px 18px !important}
#chapter07 .role-band span{font-size:19px !important;line-height:1.25 !important;font-weight:600 !important;color:#fff !important;margin-bottom:7px !important}
#chapter07 .role-band strong{font-size:19px !important;line-height:1.3 !important;margin-bottom:7px !important}
#chapter07 .next-guide{padding:14px 18px !important}

@media(max-width:600px){
  /* Always open on a compact, unified chapter intro. */
  #chapter07 .chapter-head-v11{grid-template-columns:70px minmax(0,1fr) !important;gap:10px !important;align-items:start !important}
  #chapter07 .chapter-title-v11 h1{font-size:30px !important;line-height:1.18 !important;white-space:nowrap !important}
  #chapter07 .chapter-subtitle-v11{
    margin-top:8px !important;padding-left:0 !important;text-indent:2em !important;
    font-size:14px !important;line-height:1.45 !important;
  }

  /* Use one line whenever the title fits. */
  #chapter07 .section-head{grid-template-columns:34px minmax(0,1fr) !important;gap:6px !important;align-items:baseline !important}
  #chapter07 .sec-no{font-size:31px !important}
  #chapter07 .section-head h2{font-size:22px !important;line-height:1.25 !important;letter-spacing:-.045em !important;white-space:nowrap !important}
  #chapter07 .mobile-title .title-line{display:inline !important}

  /* One-line short statements and a denser flow. */
  #chapter07 :is(#p01,#chapter07-p01) .landing-key.mobile-copy span,
  #chapter07 :is(#p08,#chapter07-p08) .landing-key.mobile-copy span{display:inline !important}
  #chapter07 :is(#p03,#chapter07-p03) .landing-key{
    font-size:12px !important;line-height:1.35 !important;white-space:nowrap !important;padding:10px 8px !important;
  }
  #chapter07 :is(#p08,#chapter07-p08) .landing-key.mobile-copy{
    font-size:13px !important;white-space:nowrap !important;padding:10px 8px !important;
  }

  /* p08: same width and density as p01–p07. */
  #chapter07 .section.closing{padding:32px 0 !important}
  #chapter07 .role-band{gap:7px !important;margin-top:12px !important}
  #chapter07 .role-band article{min-height:auto !important;padding:11px 13px !important;text-align:left !important}
  #chapter07 .role-band span,#chapter07 .role-band strong{
    font-size:15px !important;line-height:1.25 !important;margin-bottom:4px !important;text-align:left !important;
  }
  #chapter07 .role-band p{font-size:10.5px !important;line-height:1.42 !important;text-align:left !important}
  #chapter07 .next-guide{
    margin-top:12px !important;padding:10px 12px !important;gap:3px !important;
    grid-template-columns:1fr !important;text-align:center !important;
  }
  #chapter07 .next-guide small{font-size:12px !important;text-align:center !important}
  #chapter07 .next-guide strong{
    font-size:11.5px !important;line-height:1.35 !important;white-space:nowrap !important;text-align:center !important;
  }
  #chapter07 .next-guide span{font-size:10.5px !important;text-align:center !important;white-space:nowrap !important}

  /* Chapter06 p07: same width, left-aligned copy, compact one-line next step. */
  #chapter06 .section.closing{padding:32px 0 !important}
  #chapter06 :is(#p07,#chapter06-p07) .section-head{
    grid-template-columns:34px minmax(0,1fr) !important;gap:6px !important;align-items:baseline !important;
  }
  #chapter06 :is(#p07,#chapter06-p07) .section-head h2{
    font-size:19.5px !important;line-height:1.25 !important;letter-spacing:-.055em !important;white-space:nowrap !important;
  }
  #chapter06 :is(#p07,#chapter06-p07) .mobile-title .title-line{display:inline !important}
  #chapter06 :is(#p07,#chapter06-p07) .closing-copy.mobile-copy p{
    text-indent:2em !important;text-align:left !important;font-size:14px !important;line-height:1.55 !important;
  }
  #chapter06 :is(#p07,#chapter06-p07) .closing-copy.mobile-copy br{display:none !important}
  #chapter06 :is(#p07,#chapter06-p07) .next-guide{
    margin-top:12px !important;padding:10px 12px !important;gap:3px !important;
    grid-template-columns:1fr !important;text-align:center !important;
  }
  #chapter06 :is(#p07,#chapter06-p07) .next-guide>small{font-size:12px !important;text-align:center !important}
  #chapter06 :is(#p07,#chapter06-p07) .next-guide-copy-final{
    font-size:11.5px !important;line-height:1.35 !important;text-align:center !important;white-space:nowrap !important;
  }
  #chapter06 :is(#p07,#chapter06-p07) .next-guide-copy-final>span{
    display:inline !important;white-space:nowrap !important;text-indent:0 !important;
  }
  #chapter06 :is(#p07,#chapter06-p07) .next-guide>span{font-size:10.5px !important;text-align:center !important}
}

@media(max-width:360px){
  #chapter07 .section-head h2{font-size:20px !important}
  #chapter06 :is(#p07,#chapter06-p07) .section-head h2{font-size:18px !important}
  #chapter07 .next-guide strong,#chapter06 :is(#p07,#chapter06-p07) .next-guide-copy-final{font-size:10.5px !important}
}


/* Chapter08 Cooperation Preview V1.0 */
#chapter08 .chapter-intro{padding:42px 0 34px;background:var(--paper);color:var(--ink)}
#chapter08 .section{padding:48px 0}
#chapter08 .section-head{margin-bottom:20px;align-items:center}
#chapter08 .section-head h2{font-size:40px;line-height:1.25}
#chapter08 .chapter-subtitle-v11{color:var(--gold)}
#chapter08 .body{max-width:940px}
.cooperate-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}
.cooperate-principles article{min-height:124px;padding:18px;border:1px solid var(--line);border-radius:17px;background:var(--card)}
.cooperate-principles span{display:block;color:var(--gold);font-size:11px;letter-spacing:.12em;margin-bottom:7px}
.cooperate-principles strong{display:block;color:var(--green-deep);font-size:20px;margin-bottom:6px}.cooperate-principles p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}
.cooperation-key{margin-top:18px;padding:15px 20px;text-align:center;font-size:20px}
.fit-cards,.boundary-cards,.confirm-grid,.principle-cards,.service-cards{display:grid;gap:14px;margin-top:20px}
.fit-cards,.principle-cards,.service-cards{grid-template-columns:repeat(3,1fr)}.boundary-cards{grid-template-columns:repeat(4,1fr)}.confirm-grid{grid-template-columns:repeat(3,1fr)}
.fit-cards article,.boundary-cards article,.confirm-grid article,.principle-cards article,.service-cards article{padding:18px;border-radius:17px;background:var(--card);border:1px solid var(--line);box-shadow:0 8px 22px rgba(35,38,32,.045)}
.co-card-title{display:flex;align-items:center;gap:10px;margin:0 0 9px;min-width:0}.co-card-title span{flex:0 0 30px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:9px;letter-spacing:.08em}.co-card-title h3{margin:0;color:var(--green-deep);font-size:18px;line-height:1.25;min-width:0}
.fit-cards p,.boundary-cards p,.confirm-grid p,.principle-cards p,.service-cards p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.boundary-cards small{display:block;margin-top:12px;padding-top:10px;border-top:1px solid var(--line);color:var(--teal);font-size:11px;line-height:1.45}
.inline-note{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;margin-top:16px;padding:13px 16px;border-left:4px solid var(--teal);background:var(--teal-soft);border-radius:0 13px 13px 0}.inline-note strong{white-space:nowrap;color:var(--teal);font-size:14px}.inline-note span{color:var(--muted);font-size:13px;line-height:1.5}
.prepare-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:20px}.prepare-grid article{padding:15px 13px;border:1px solid var(--line);border-radius:15px;background:var(--card);min-height:112px}.prepare-grid span{display:block;color:var(--gold);font-size:10px;margin-bottom:6px}.prepare-grid strong{display:block;color:var(--green-deep);font-size:16px;margin-bottom:5px}.prepare-grid p{margin:0;color:var(--muted);font-size:11px;line-height:1.45}
.start-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:10px;align-items:center;margin:18px 0 0;padding:12px;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.58)}.start-flow article{min-height:70px;border-radius:12px;background:var(--card);display:grid;place-items:center;text-align:center;padding:10px}.start-flow article span{display:block;color:var(--gold);font-size:9px}.start-flow article strong{font-size:14px;color:var(--green-deep)}.start-flow i{font-style:normal;color:var(--gold);font-size:20px}
.confirm-grid article{min-height:108px;padding:14px 16px}.confirm-grid .co-card-title{margin-bottom:5px}.confirm-grid p{font-size:12px;line-height:1.45}
.final-section{padding-bottom:0!important;background:linear-gradient(135deg,#f7f4ee 0%,#e9f0eb 100%)}.final-opening{text-align:center;max-width:900px;margin:0 auto 20px}.final-opening p{text-indent:0!important}.final-opening p:first-child{font-family:"Songti SC","STSong","SimSun",serif;font-size:30px;color:var(--green-deep);margin-bottom:8px}.final-opening p:last-child{color:var(--muted)}
.final-prep{padding:18px;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.65);text-align:center}.final-prep>strong{display:block;color:var(--green-deep);margin-bottom:12px}.final-prep>div{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}.final-prep span{padding:7px 12px;border-radius:999px;background:#f0ede5;color:var(--muted);font-size:12px}
.final-action{margin-top:16px;padding:18px;border-radius:17px;background:var(--green);color:#fff;text-align:center}.final-action small{display:block;color:#e7dbb8;letter-spacing:.18em;margin-bottom:12px}.action-flow{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:9px}.action-flow span{font-size:13px}.action-flow i{font-style:normal;color:#e7dbb8}
.contact-placeholder{margin-top:16px;padding:24px;border:1px dashed var(--green);border-radius:17px;background:rgba(255,255,255,.55);text-align:center}.contact-placeholder small{display:block;letter-spacing:.18em;color:var(--muted);font-size:10px}.contact-placeholder strong{display:block;margin:7px 0 4px;color:var(--green-deep);font-size:20px}.contact-placeholder p{margin:0;color:var(--muted);font-size:12px}
.brand-closing{margin:18px 0 34px;padding:34px 28px;border-radius:20px;background:var(--green);color:#fff;text-align:center}.brand-closing small{letter-spacing:.2em;color:#e7dbb8}.brand-closing h3{font-family:"Songti SC","STSong","SimSun",serif;font-weight:500;font-size:32px;margin:14px 0 8px}.brand-closing p{margin:0 0 12px;color:rgba(255,255,255,.82)}.brand-closing strong{font-family:"Songti SC","STSong","SimSun",serif;font-size:22px;font-weight:500}
.back-cover{padding:58px 0;background:var(--green);color:#fff;text-align:center}.back-cover span{display:block;color:#e7dbb8;letter-spacing:.22em}.back-cover h3{font-family:"Songti SC","STSong","SimSun",serif;font-weight:500;font-size:36px;margin:14px 0 8px}.back-cover small{color:rgba(255,255,255,.68)}
#chapter08 + .final-transition,.final-transition,.top{background:var(--green)!important}.final-transition .transition-inner{align-items:center}.final-transition a{padding:8px 14px;border:1px solid rgba(255,255,255,.28);border-radius:999px;color:#fff}

@media(max-width:980px){.boundary-cards{grid-template-columns:repeat(2,1fr)}.prepare-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.fit-cards,.principle-cards,.service-cards{grid-template-columns:1fr}.confirm-grid{grid-template-columns:repeat(2,1fr)}.prepare-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){
 #chapter08 .chapter-intro{padding:28px 0 24px}
 #chapter08 .chapter-head-v11{grid-template-columns:72px 1fr;gap:12px;padding-bottom:12px}
 #chapter08 .chapter-label-v11{font-size:23px}
 #chapter08 .chapter-title-v11 small{font-size:9px;letter-spacing:.14em;margin-bottom:4px}
 #chapter08 .chapter-title-v11 h1{font-size:30px;line-height:1.2;letter-spacing:-.03em}
 #chapter08 .chapter-subtitle-v11{padding-left:84px;font-size:15px;line-height:1.45}
 #chapter08 .section{padding:31px 0}
 #chapter08 .section-head{grid-template-columns:40px 1fr;gap:8px;margin-bottom:14px;align-items:center}
 #chapter08 .section-head.mobile-two{align-items:start}
 #chapter08 .section-head h2{font-size:24px!important;line-height:1.28!important;letter-spacing:-.03em}
 #chapter08 .mobile-title .title-line{display:block}
 #chapter08 .mobile-title.two-line .title-line:first-child{padding-left:2em}
 .cooperate-principles{grid-template-columns:repeat(2,1fr);gap:7px;margin-top:14px}.cooperate-principles article{min-height:104px;padding:12px}.cooperate-principles span{font-size:8.5px;margin-bottom:4px}.cooperate-principles strong{font-size:15px;margin-bottom:3px}.cooperate-principles p{font-size:10.5px;line-height:1.4}.cooperation-key{font-size:15px;padding:11px 8px;margin-top:12px}
 .fit-cards,.boundary-cards,.confirm-grid,.principle-cards,.service-cards{gap:7px;margin-top:14px}.boundary-cards{grid-template-columns:repeat(2,1fr)}.fit-cards,.principle-cards,.service-cards{grid-template-columns:1fr}.confirm-grid{grid-template-columns:repeat(2,1fr)}
 .fit-cards article,.boundary-cards article,.confirm-grid article,.principle-cards article,.service-cards article{padding:12px;border-radius:14px}.co-card-title{gap:7px;margin-bottom:5px}.co-card-title span{flex-basis:27px;width:27px;height:27px;font-size:8px}.co-card-title h3{font-size:14px;line-height:1.25}.fit-cards p,.boundary-cards p,.confirm-grid p,.principle-cards p,.service-cards p{font-size:10.5px;line-height:1.42}.boundary-cards small{font-size:9px;margin-top:8px;padding-top:7px}
 .inline-note{grid-template-columns:auto 1fr;gap:8px;margin-top:10px;padding:9px 10px}.inline-note strong{font-size:10.5px}.inline-note span{font-size:10px;line-height:1.4}
 .prepare-grid{grid-template-columns:repeat(2,1fr);gap:7px;margin-top:14px}.prepare-grid article{min-height:86px;padding:10px}.prepare-grid span{font-size:8px;margin-bottom:3px}.prepare-grid strong{font-size:13px;margin-bottom:3px}.prepare-grid p{font-size:9.5px;line-height:1.35}.prepare-grid article:last-child{grid-column:1/-1}
 .start-flow{grid-template-columns:repeat(2,1fr);gap:7px;padding:7px;margin-top:12px}.start-flow i{display:none}.start-flow article{min-height:58px;padding:7px}.start-flow article span{font-size:8px}.start-flow article strong{font-size:11px}
 .confirm-grid article{min-height:92px;padding:10px}.confirm-grid p{font-size:9.8px}
 .final-opening{margin-bottom:14px}.final-opening p:first-child{font-size:23px}.final-opening p:last-child{font-size:12px}.final-prep{padding:13px}.final-prep>strong{font-size:13px;margin-bottom:8px}.final-prep>div{gap:5px}.final-prep span{font-size:9.5px;padding:5px 8px}.final-action{padding:13px;margin-top:10px}.final-action small{font-size:8px;margin-bottom:7px}.action-flow{gap:5px}.action-flow span{font-size:9.5px}.contact-placeholder{padding:16px;margin-top:10px}.contact-placeholder strong{font-size:16px}.contact-placeholder p{font-size:9.5px}.brand-closing{padding:24px 14px;margin:12px 0 22px}.brand-closing h3{font-size:24px}.brand-closing p{font-size:11px}.brand-closing strong{font-size:17px}.back-cover{padding:42px 0}.back-cover h3{font-size:27px}.back-cover small{font-size:10px}.final-transition .transition-inner{gap:10px}
}
@media(max-width:380px){#chapter08 .chapter-title-v11 h1{font-size:27px}#chapter08 .chapter-subtitle-v11{font-size:13px}.co-card-title h3{font-size:13px}.back-cover h3{font-size:24px}}

/* Chapter08 Cooperation Preview V1.1 — user-reviewed simplified structure */
#chapter08 .section{padding-top:42px;padding-bottom:42px}
#chapter08 .section-head{margin-bottom:16px}
#chapter08 .boundary-cards,
#chapter08 .principle-cards,
#chapter08 .service-cards{gap:12px;margin-top:16px}
#chapter08 .boundary-cards article,
#chapter08 .principle-cards article,
#chapter08 .service-cards article{padding:15px 16px;min-height:0}
#chapter08 .boundary-cards small{margin-top:9px;padding-top:8px}
#chapter08 .inline-note{margin-top:12px;padding-top:11px;padding-bottom:11px}
#chapter08 .final-section{padding-top:42px}
#chapter08 .final-opening{max-width:920px;margin:0 auto 14px;text-align:center}
#chapter08 .final-opening p{margin:0;color:var(--muted);text-indent:0}
#chapter08 .final-prep{padding:15px 18px}
#chapter08 .contact-card{margin-top:14px;padding:22px 26px;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.72);box-shadow:0 8px 22px rgba(35,38,32,.045)}
#chapter08 .contact-card>small{display:block;color:var(--gold);letter-spacing:.18em;font-size:10px;margin-bottom:6px}
#chapter08 .contact-card>strong{display:block;color:var(--green-deep);font-family:"Songti SC","STSong","SimSun",serif;font-size:26px;font-weight:500;margin-bottom:14px}
#chapter08 .contact-row{display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:baseline;padding:9px 0;border-top:1px solid var(--line)}
#chapter08 .contact-row span{color:var(--muted);font-size:13px}
#chapter08 .contact-row p{margin:0;color:var(--ink);font-size:16px;line-height:1.5}
#chapter08 .contact-row a{color:var(--green-deep);text-decoration:none;font-weight:600}
#chapter08 .back-cover{margin-top:28px}

@media(max-width:600px){
  #chapter08 .section{padding-top:28px;padding-bottom:28px}
  #chapter08 .section-head{margin-bottom:12px}
  #chapter08 .boundary-cards,
  #chapter08 .principle-cards,
  #chapter08 .service-cards{gap:7px;margin-top:12px}
  #chapter08 .boundary-cards article,
  #chapter08 .principle-cards article,
  #chapter08 .service-cards article{padding:11px 12px}
  #chapter08 .inline-note{margin-top:9px;padding:9px 10px}
  #chapter08 .final-opening{margin-bottom:10px;text-align:left}
  #chapter08 .final-opening p{font-size:12px;line-height:1.65;text-indent:2em}
  #chapter08 .final-prep{padding:12px 10px}
  #chapter08 .contact-card{margin-top:10px;padding:16px 14px;border-radius:14px}
  #chapter08 .contact-card>small{font-size:8px}
  #chapter08 .contact-card>strong{font-size:21px;margin-bottom:9px}
  #chapter08 .contact-row{grid-template-columns:64px 1fr;gap:8px;padding:8px 0}
  #chapter08 .contact-row span{font-size:10.5px}
  #chapter08 .contact-row p{font-size:12px;line-height:1.55}
  #chapter08 .back-cover{margin-top:18px}
}


/* Chapter05 Preview V3.0 compact revision overrides */
#p01{padding-top:46px;padding-bottom:46px}
#p01 .single-col{max-width:1040px;margin:0 auto}
#p01 .p01-copy .body{max-width:980px}
#p01 .one-line-key{max-width:760px;margin:18px auto 0;padding:14px 20px}
#p01 .one-line-key span{display:inline;white-space:nowrap}
#p02{padding-top:46px;padding-bottom:46px}
#p02 .body.desktop-copy{margin-bottom:12px}
#p02 .module-overview{gap:10px;margin:18px 0 14px}
#p02 .module-card{min-height:82px;padding:13px 15px}
#p02 .module-card h3{margin-bottom:4px}
#p02 .formula{padding:13px 18px}
#p03,#p04,#p05,#p06,#p07,#p08{padding-top:48px;padding-bottom:48px}
#p03 .level-list,#p04 .level-list,#p05 .level-list,#p06 .level-list,#p07 .level-list,#p08 .level-list{margin-top:16px}
#p03 .sync-box,#p04 .sync-box,#p05 .sync-box,#p06 .sync-box,#p07 .sync-box,#p08 .sync-box{padding:11px 14px;margin-top:10px}
.sync-items{display:block}
.sync-items .sync-line{display:block;padding:0;border:0;background:transparent;color:var(--green-deep);font-size:13px;line-height:1.45;white-space:nowrap}
#p09{padding-top:48px;padding-bottom:44px}
#p09 .boundary-layout{grid-template-columns:.72fr 1.28fr;gap:16px}
#p09 .landscape-block,#p09 .support-block{padding:20px}
#p09 .landscape-block h3,#p09 .support-block h3{margin-top:0}
#p09 .support-grid{gap:8px;margin-top:14px}
#p09 .support-grid article{padding:10px 12px;min-height:66px}
#p09 .support-grid article h3{font-size:15px;margin-bottom:3px}
#p09 .support-grid article p{font-size:12px;line-height:1.4}
#p10{padding-top:46px;padding-bottom:46px}
#p10 .body.desktop-copy{margin-bottom:12px}
#p10 .steps{gap:12px;margin-top:18px}
#p10 .step{min-height:142px;padding:18px}
#p10 .step h3{margin:10px 0 5px}
#p10 .p10-key{margin-top:16px;padding:13px 18px;font-size:21px}
#p10 .p10-key span{display:inline;white-space:nowrap}
@media(max-width:600px){
  .section{padding:30px 0}
  .section-head{margin-bottom:14px;padding-bottom:8px}
  #p01 .section-head h2,#p02 .section-head h2,#p09 .section-head h2,#p10 .section-head h2{font-size:22px;line-height:1.2;letter-spacing:-.035em;white-space:nowrap}
  #p01 .single-line-title,#p02 .single-line-title,#p09 .single-line-title,#p10 .single-line-title{display:inline!important;white-space:nowrap}
  #p01{padding-top:30px;padding-bottom:30px}
  #p01 .p01-copy .body{max-width:none}
  #p01 .one-line-key{font-size:18px;margin-top:12px;padding:12px 8px}
  #p01 .one-line-key span{white-space:nowrap}
  #p02{padding-top:30px;padding-bottom:30px}
  #p02 .module-overview{gap:6px;margin:14px 0 10px}
  #p02 .module-card{min-height:68px;padding:9px 10px}
  #p02 .module-card h3{font-size:14px;margin-bottom:2px}
  #p02 .module-card p{font-size:10px;line-height:1.35}
  #p02 .formula{padding:10px 6px;gap:6px;font-size:11px}
  #p03,#p04,#p05,#p06,#p07,#p08{padding-top:30px;padding-bottom:30px}
  #p03 .sync-box,#p04 .sync-box,#p05 .sync-box,#p06 .sync-box,#p07 .sync-box,#p08 .sync-box{padding:10px 12px;margin-top:8px}
  .sync-label{margin-bottom:4px}
  .sync-items .sync-line{font-size:10.5px;letter-spacing:-.02em;white-space:nowrap}
  #p09{padding-top:30px;padding-bottom:28px}
  #p09 .boundary-layout{grid-template-columns:1fr;gap:10px}
  #p09 .landscape-block,#p09 .support-block{padding:14px}
  #p09 .landscape-block h3,#p09 .support-block h3{font-size:17px;margin-bottom:8px}
  #p09 .landscape-block p,#p09 .support-block>p{font-size:12px;line-height:1.55}
  #p09 .landscape-tags{gap:5px;margin-top:10px}
  #p09 .landscape-tags span{padding:4px 8px;font-size:10px}
  #p09 .support-grid{grid-template-columns:repeat(2,1fr);gap:6px;margin-top:10px}
  #p09 .support-grid article{padding:8px 9px;min-height:58px}
  #p09 .support-grid article h3{font-size:13px;margin-bottom:2px}
  #p09 .support-grid article p{font-size:9.8px;line-height:1.3}
  #p10{padding-top:30px;padding-bottom:30px}
  #p10 .steps{gap:6px;margin-top:14px}
  #p10 .step{min-height:auto;padding:11px 12px}
  #p10 .step span{font-size:10px}
  #p10 .step h3{font-size:16px;margin:4px 0 2px}
  #p10 .step p{font-size:10.5px;line-height:1.4}
  #p10 .p10-key{font-size:15px;margin-top:10px;padding:11px 6px}
  #p10 .p10-key span{white-space:nowrap}
}
@media(max-width:380px){
  #p01 .section-head h2,#p02 .section-head h2,#p09 .section-head h2,#p10 .section-head h2{font-size:20px}
  #p01 .one-line-key{font-size:17px}
  #p10 .p10-key{font-size:14px}
  .sync-items .sync-line{font-size:10px}
}


/* Chapter05 Preview V3.0 formal-image revision */
.formal-image{margin:0;border-radius:var(--r);overflow:hidden;box-shadow:var(--shadow);cursor:zoom-in;position:relative;background:#e7e1d6;aspect-ratio:4/3}
.formal-image img{width:100%;height:100%;object-fit:cover;display:block}
.formal-image figcaption{position:absolute;left:12px;bottom:10px;padding:4px 9px;border-radius:999px;background:rgba(41,56,45,.88);color:#fff;font-size:10px;letter-spacing:.02em}
#p01 .section-head h2{white-space:nowrap}
#p01 .one-line-key{max-width:900px}
#p01 .one-line-key span{white-space:nowrap}
@media(max-width:600px){
  .formal-image{border-radius:13px}
  #p01 .section-head h2{font-size:22px;white-space:nowrap;letter-spacing:-.035em}
  #p01 .one-line-key{font-size:17px;padding:11px 6px;max-width:none}
  #p01 .one-line-key span{white-space:nowrap}
}
@media(max-width:380px){
  #p01 .section-head h2{font-size:19px;letter-spacing:-.055em}
  #p01 .one-line-key{font-size:15.5px;letter-spacing:-.025em}
}


/* Chapter06 Budget Preview V1.1 */
#chapter06 .chapter-intro{background:linear-gradient(135deg,#f1ece2 0%,#e7eee8 100%)}
#chapter06 .chapter-line h1{white-space:nowrap}
#chapter06 .section{padding:54px 0}
#chapter06 .section-head{margin-bottom:22px}
#chapter06 .section-head h2{font-size:42px;line-height:1.24}
.budget-flow{margin:24px 0 18px;padding:18px 20px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.62);display:grid;grid-template-columns:repeat(11,auto);align-items:center;justify-content:space-between;gap:8px;font-size:14px;color:var(--green-deep)}
.budget-flow span,.budget-flow strong{white-space:nowrap}.budget-flow strong{color:#fff;background:var(--green-deep);padding:8px 12px;border-radius:999px}.budget-flow i{font-style:normal;color:var(--gold)}
.budget-key{margin-top:18px;font-size:21px;padding:16px 20px}.budget-key.mobile-copy span{display:block}
.budget-parts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:22px}.budget-parts article{position:relative;min-height:132px;padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--card)}.budget-parts article:nth-child(n+5){grid-column:span 1}.budget-parts span{display:inline-block;font-size:11px;letter-spacing:.12em;color:var(--gold);margin-bottom:9px}.budget-parts h3{font-size:18px;margin:0 0 6px;color:var(--green-deep)}.budget-parts p{font-size:13px;line-height:1.55;color:var(--muted);margin:0}.budget-parts article:last-child{grid-column:4}
.range-note{padding:12px 15px;border-left:3px solid var(--gold);background:#f0ebe1;color:var(--muted);font-size:13px;line-height:1.55}
.budget-ranges{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:18px 0 12px}.budget-ranges article{min-height:164px;padding:18px 16px;border-radius:16px;border:1px solid var(--line);background:var(--card);box-shadow:0 8px 22px rgba(35,38,32,.05)}.budget-ranges article>span{display:block;font-size:13px;color:var(--muted);margin-bottom:8px}.budget-ranges strong{display:block;font-family:"Songti SC","STSong","SimSun",serif;font-size:24px;line-height:1.2;color:var(--green-deep);margin-bottom:12px}.budget-ranges p{font-size:13px;line-height:1.55;margin:0;color:var(--muted)}
.range-basic{border-top:5px solid #8da18f!important}.range-comfort{border-top:5px solid #6f9187!important}.range-quality{border-top:5px solid #b39258!important}.range-custom{border-top:5px solid #6a5b4a!important}.range-foot{text-align:right;color:var(--muted);font-size:12px}
.method-cards,.area-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.method-cards article,.area-cards article{min-height:180px;padding:22px;border-radius:18px;background:var(--card);border:1px solid var(--line)}.method-cards span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--green-deep);color:#fff;font-size:11px}.method-cards h3,.area-cards h3{font-size:21px;color:var(--green-deep);margin:15px 0 8px}.method-cards p,.area-cards p{font-size:14px;line-height:1.6;color:var(--muted);margin:0}.area-cards article>span{display:inline-block;padding:5px 10px;border-radius:999px;background:var(--teal-soft);color:var(--teal);font-weight:700;font-size:13px}
.priority-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:22px}.priority-cards article{min-height:170px;padding:20px 18px;border-radius:17px;background:var(--green-deep);color:#fff}.priority-cards span{font-size:11px;letter-spacing:.12em;color:rgba(255,255,255,.55)}.priority-cards h3{font-size:20px;margin:11px 0 8px}.priority-cards p{font-size:13px;line-height:1.55;color:rgba(255,255,255,.78);margin:0}.priority-key{max-width:760px;margin:18px auto 0;padding:14px 18px;font-size:20px}
.closing{background:linear-gradient(135deg,#f6f1e8 0%,#e5eee8 100%)}.closing-copy{max-width:900px;margin:0 auto;text-align:center}.closing-copy p{text-indent:0!important}.closing-copy p:first-child{font-family:"Songti SC","STSong","SimSun",serif;font-size:28px;color:var(--green-deep);margin-bottom:12px}.next-guide{margin:28px auto 0;max-width:900px;padding:20px 24px;border-radius:18px;background:var(--green-deep);color:#fff;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px}.next-guide small{color:rgba(255,255,255,.58)}.next-guide strong{font-weight:500}.next-guide span{font-size:13px;color:#dbe7df;white-space:nowrap}
@media(max-width:860px){.budget-flow{grid-template-columns:repeat(6,1fr);gap:6px}.budget-flow i{display:none}.budget-flow span,.budget-flow strong{text-align:center;padding:8px 5px;border-radius:8px;background:#f1ece2}.budget-flow strong{background:var(--green-deep)}.budget-parts{grid-template-columns:repeat(2,1fr)}.budget-parts article:last-child{grid-column:auto}.budget-ranges{grid-template-columns:repeat(2,1fr)}.priority-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){
 #chapter06 .chapter-intro{padding:32px 0}.chapter-line h1{font-size:32px!important}.chapter-subtitle{font-size:17px!important}
 #chapter06 .section{padding:32px 0}.section-head{grid-template-columns:40px 1fr;gap:8px;margin-bottom:14px}.sec-no{font-size:33px}.section-head h2{font-size:25px!important;line-height:1.28!important;letter-spacing:-.03em}.mobile-title .title-line{display:block}
 .budget-flow{margin:15px 0 12px;padding:8px;grid-template-columns:repeat(3,1fr);gap:6px;font-size:10px}.budget-flow span,.budget-flow strong{white-space:normal;min-height:42px;display:grid;place-items:center;padding:5px}.budget-key{font-size:17px;padding:12px 9px;margin-top:12px;text-align:center}
 .budget-parts{grid-template-columns:repeat(2,1fr);gap:7px;margin-top:14px}.budget-parts article{min-height:103px;padding:12px}.budget-parts h3{font-size:15px;margin-bottom:3px}.budget-parts p{font-size:10.5px;line-height:1.4}.budget-parts span{font-size:9px;margin-bottom:4px}
 .range-note{font-size:11px;padding:10px 11px}.budget-ranges{grid-template-columns:1fr 1fr;gap:7px;margin-top:12px}.budget-ranges article{min-height:132px;padding:13px 11px}.budget-ranges article>span{font-size:11px;margin-bottom:5px}.budget-ranges strong{font-size:17px;margin-bottom:7px}.budget-ranges p{font-size:10.5px;line-height:1.4}.range-foot{font-size:10px;text-align:center}
 .method-cards,.area-cards{grid-template-columns:1fr;gap:7px;margin-top:14px}.method-cards article,.area-cards article{min-height:auto;padding:14px}.method-cards span{width:28px;height:28px;font-size:9px}.method-cards h3,.area-cards h3{font-size:17px;margin:7px 0 3px}.method-cards p,.area-cards p{font-size:11px;line-height:1.45}.area-cards article>span{font-size:11px;padding:4px 8px}
 .priority-cards{grid-template-columns:repeat(2,1fr);gap:7px;margin-top:14px}.priority-cards article{min-height:128px;padding:13px 12px}.priority-cards h3{font-size:16px;margin:6px 0 4px}.priority-cards p{font-size:10.5px;line-height:1.4}.priority-key{font-size:16px;padding:11px 8px;margin-top:12px}
 .closing-copy p:first-child{font-size:22px}.closing-copy p{font-size:14px}.next-guide{margin-top:18px;padding:14px;grid-template-columns:1fr;gap:5px;text-align:center}.next-guide strong{font-size:14px}.next-guide span{font-size:11px}
}
@media(max-width:380px){.chapter-line h1{font-size:29px!important}.section-head h2{font-size:22px!important}.budget-ranges strong{font-size:15.5px}.priority-cards p{font-size:10px}}


/* Chapter06 Budget Preview V1.1 — confirmed structural and density revision */

/* 01-04 style chapter entry */
#chapter06 .chapter-intro{
  padding:42px 0 34px;
  background:var(--paper);
  color:var(--ink);
}
.chapter-intro-v11{display:grid;gap:18px}
.chapter-head-v11{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:32px;
  align-items:center;
  padding:0 0 18px;
  border-bottom:1px solid var(--line);
}
.chapter-label-v11{
  font-family:"Songti SC","STSong","SimSun",serif;
  font-size:34px;
  line-height:1.2;
  color:#8e887e;
}
.chapter-title-v11 small{
  display:block;
  margin-bottom:8px;
  font-size:12px;
  letter-spacing:.2em;
  color:var(--muted);
}
.chapter-title-v11 h1{
  margin:0;
  font-family:"Songti SC","STSong","SimSun",serif;
  font-weight:500;
  font-size:clamp(42px,4.1vw,58px);
  line-height:1.18;
  white-space:nowrap;
}
.chapter-subtitle-v11{
  padding-left:142px;
  font-family:"Songti SC","STSong","SimSun",serif;
  color:var(--gold);
  font-size:21px;
  line-height:1.5;
}

/* 02: move installation card one grid cell left */
#p02 .budget-parts{align-items:stretch}
#p02 .budget-parts article{min-height:120px;padding:16px}
#p02 .budget-parts article:last-child,
#p02 .budget-parts .install-card-v11{grid-column:3!important}

/* One-line sequence + title card headers */
.card-title-row-v11{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  margin:0 0 10px;
}
#p04 .method-cards article{
  min-height:138px;
  padding:17px 18px;
}
#p04 .method-cards .card-title-row-v11 span{
  flex:0 0 34px;
  margin:0;
}
#p04 .method-cards .card-title-row-v11 h3{
  margin:0;
  font-size:20px;
  line-height:1.25;
}
#p04 .method-cards p{
  font-size:15px;
  line-height:1.55;
}

/* 05: stronger area labels and tighter cards */
#p05 .area-cards article{
  min-height:154px;
  padding:18px;
}
#p05 .area-cards article>span{
  font-size:15px;
  padding:6px 12px;
}
#p05 .area-cards h3{margin:12px 0 7px}

/* 06: title follows sequence and cards are denser */
#p06 .priority-cards article{
  min-height:142px;
  padding:17px 16px;
  background:var(--green);
}
#p06 .priority-cards .card-title-row-v11{
  gap:10px;
  margin-bottom:8px;
}
#p06 .priority-cards .card-title-row-v11 span{
  flex:0 0 auto;
  color:rgba(255,255,255,.72);
  font-size:11px;
  letter-spacing:.12em;
}
#p06 .priority-cards .card-title-row-v11 h3{
  margin:0;
  font-size:19px;
  line-height:1.25;
}
#p06 .priority-cards p{font-size:13px;line-height:1.5}

/* 07: remove repeated lead sentence and keep closing concise */
#p07 .closing-copy{max-width:980px}
#p07 .closing-copy p:first-child{
  font-family:inherit;
  font-size:18px;
  line-height:1.75;
  color:var(--ink);
  margin-bottom:0;
}

/* Green surfaces follow the active TOC green */
#chapter06 .budget-flow strong,
#chapter06 .method-cards .card-title-row-v11 span,
#chapter06 .priority-cards article,
#chapter06 .next-guide,
#chapter06 + .transition,
.transition,
.top{
  background:var(--green)!important;
}

/* Keep transitions visually lighter and consistent */
#chapter06 .next-guide{padding:17px 22px}
.transition{padding:30px 0}

@media(max-width:860px){
  #p02 .budget-parts article:last-child,
  #p02 .budget-parts .install-card-v11{grid-column:auto!important}
}

@media(max-width:600px){
  #chapter06 .chapter-intro{padding:28px 0 24px}
  .chapter-intro-v11{gap:12px}
  .chapter-head-v11{
    grid-template-columns:72px 1fr;
    gap:12px;
    padding-bottom:12px;
  }
  .chapter-label-v11{font-size:23px}
  .chapter-title-v11 small{font-size:9px;letter-spacing:.14em;margin-bottom:4px}
  .chapter-title-v11 h1{
    font-size:30px;
    line-height:1.2;
    letter-spacing:-.03em;
  }
  .chapter-subtitle-v11{
    padding-left:84px;
    font-size:16px;
    line-height:1.45;
  }

  #p02 .budget-parts article{min-height:92px;padding:10px}

  #p04 .method-cards{gap:6px}
  #p04 .method-cards article{
    min-height:auto;
    padding:11px 12px;
  }
  #p04 .method-cards .card-title-row-v11{
    gap:9px;
    margin-bottom:5px;
  }
  #p04 .method-cards .card-title-row-v11 span{
    flex-basis:29px;
    width:29px;
    height:29px;
    font-size:9px;
  }
  #p04 .method-cards .card-title-row-v11 h3{
    font-size:17px;
    white-space:nowrap;
  }
  #p04 .method-cards p{font-size:12.5px;line-height:1.42}

  #p05 .area-cards{gap:6px}
  #p05 .area-cards article{min-height:auto;padding:12px}
  #p05 .area-cards article>span{font-size:13px;padding:5px 10px}
  #p05 .area-cards h3{font-size:17px;margin:7px 0 3px}

  #p06 .priority-cards{gap:6px}
  #p06 .priority-cards article{min-height:106px;padding:11px 10px}
  #p06 .priority-cards .card-title-row-v11{gap:7px;margin-bottom:5px}
  #p06 .priority-cards .card-title-row-v11 span{font-size:9px}
  #p06 .priority-cards .card-title-row-v11 h3{font-size:15px;white-space:nowrap}
  #p06 .priority-cards p{font-size:10.5px;line-height:1.38}

  #p07 .closing-copy p:first-child{font-size:14px;line-height:1.65}
  #chapter06 .next-guide{padding:12px 13px}
  .transition{padding:24px 0}
}

@media(max-width:380px){
  .chapter-title-v11 h1{font-size:27px}
  .chapter-subtitle-v11{font-size:14px}
  #p04 .method-cards .card-title-row-v11 h3{font-size:16px}
  #p06 .priority-cards .card-title-row-v11 h3{font-size:14px}
}


/* Chapter07 Project Landing Preview V1.1 */
#chapter07 .chapter-intro{padding:42px 0 34px;background:var(--paper);color:var(--ink)}
#chapter07 .section{padding:50px 0}
#chapter07 .section-head{margin-bottom:20px}
#chapter07 .section-head h2{font-size:40px;line-height:1.25}
#chapter07 .chapter-subtitle-v11{color:var(--gold)}
.stage-flow{display:grid;grid-template-columns:repeat(9,1fr);gap:8px;margin:24px 0 18px;padding:12px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.56)}
.stage-flow article{position:relative;min-height:84px;padding:13px 8px;border-radius:13px;background:var(--card);border:1px solid var(--line);display:flex;flex-direction:column;justify-content:center;text-align:center}
.stage-flow article:not(:last-child)::after{content:'›';position:absolute;right:-8px;top:50%;transform:translate(50%,-50%);color:var(--gold);font-size:20px;z-index:2}
.stage-flow span{font-size:10px;letter-spacing:.12em;color:var(--gold);margin-bottom:6px}.stage-flow strong{font-size:14px;line-height:1.3;color:var(--green-deep)}
.landing-key{margin-top:18px;padding:15px 20px;font-size:20px;text-align:center}.landing-key.mobile-copy span{display:block}
.landing-cards{display:grid;gap:14px;margin-top:20px}.three-cards{grid-template-columns:repeat(3,1fr)}.four-cards{grid-template-columns:repeat(4,1fr)}
.landing-cards article,.landing-pair article,.checklist-grid article{padding:20px;border-radius:18px;background:var(--card);border:1px solid var(--line);box-shadow:0 8px 22px rgba(35,38,32,.045)}
.landing-card-title{display:flex;align-items:center;gap:10px;margin-bottom:10px;min-width:0}
.landing-card-title span{flex:0 0 32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:10px;letter-spacing:.08em}
.landing-card-title h3{margin:0;color:var(--green-deep);font-size:19px;line-height:1.25;min-width:0}
.landing-cards p,.landing-pair p,.checklist-grid p{margin:0;color:var(--muted);font-size:13.5px;line-height:1.6}
.client-note{display:grid;grid-template-columns:auto 1fr;gap:15px;align-items:start;margin-top:16px;padding:14px 16px;border-left:4px solid var(--teal);background:var(--teal-soft);border-radius:0 14px 14px 0}
.client-note strong{white-space:nowrap;color:var(--teal)}.client-note span{color:var(--muted);font-size:14px;line-height:1.55}
.landing-pair{display:grid;grid-template-columns:1fr 54px 1fr;align-items:stretch;gap:12px;margin-top:20px}.pair-arrow{display:grid;place-items:center;color:var(--gold);font-size:34px}
.landing-pair ul,.checklist-grid ul{margin:14px 0 0;padding-left:1.2em;color:var(--muted);font-size:13px;line-height:1.65}
.checklist-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:20px}
.role-band{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px}.role-band article{padding:20px 18px;border-radius:18px;background:var(--green);color:#fff;min-height:158px}.role-band span{display:block;color:#e7dbb8;font-size:12px;margin-bottom:8px}.role-band strong{display:block;font-size:19px;margin-bottom:8px}.role-band p{margin:0;color:rgba(255,255,255,.83);font-size:13px;line-height:1.55}
#chapter07 .next-guide{margin-top:22px;background:var(--green);padding:17px 22px}
#chapter07 + .transition,.transition,.top{background:var(--green)!important}
#chapter07 .closing{background:linear-gradient(135deg,#f6f1e8 0%,#e5eee8 100%)}

@media(max-width:980px){.stage-flow{grid-template-columns:repeat(3,1fr)}.stage-flow article:not(:last-child)::after{display:none}.four-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.three-cards{grid-template-columns:1fr}.landing-pair{grid-template-columns:1fr}.pair-arrow{height:24px;transform:rotate(90deg)}.checklist-grid{grid-template-columns:1fr}.role-band{grid-template-columns:1fr}}
@media(max-width:600px){
 #chapter07 .chapter-intro{padding:28px 0 24px}
 #chapter07 .chapter-head-v11{grid-template-columns:72px 1fr;gap:12px;padding-bottom:12px}
 #chapter07 .chapter-label-v11{font-size:23px}
 #chapter07 .chapter-title-v11 small{font-size:9px;letter-spacing:.14em;margin-bottom:4px}
 #chapter07 .chapter-title-v11 h1{font-size:30px;line-height:1.2;letter-spacing:-.03em}
 #chapter07 .chapter-subtitle-v11{padding-left:84px;font-size:15px;line-height:1.45}
 #chapter07 .section{padding:32px 0}
 #chapter07 .section-head{grid-template-columns:40px 1fr;gap:8px;margin-bottom:14px}
 #chapter07 .section-head h2{font-size:25px!important;line-height:1.28!important;letter-spacing:-.03em}
 #chapter07 .mobile-title .title-line{display:block}
 .stage-flow{grid-template-columns:repeat(3,1fr);gap:6px;margin:14px 0 12px;padding:7px;border-radius:14px}.stage-flow article{min-height:66px;padding:8px 5px;border-radius:10px}.stage-flow span{font-size:8.5px;margin-bottom:3px}.stage-flow strong{font-size:11px}
 .landing-key{font-size:16px;padding:11px 8px;margin-top:12px}
 .landing-cards{gap:7px;margin-top:14px}.four-cards{grid-template-columns:repeat(2,1fr)}
 .landing-cards article,.landing-pair article,.checklist-grid article{padding:12px;border-radius:14px}
 .landing-card-title{gap:7px;margin-bottom:6px}.landing-card-title span{flex-basis:27px;height:27px;font-size:8.5px}.landing-card-title h3{font-size:15px;white-space:normal}
 .landing-cards p,.landing-pair p,.checklist-grid p{font-size:11px;line-height:1.45}
 .client-note{grid-template-columns:1fr;gap:4px;margin-top:10px;padding:10px 11px}.client-note strong{font-size:12px}.client-note span{font-size:11px;line-height:1.45}
 .landing-pair{gap:7px;margin-top:14px}.landing-pair ul,.checklist-grid ul{font-size:10.5px;line-height:1.5;margin-top:9px}
 .checklist-grid{gap:7px;margin-top:14px}
 .role-band{gap:7px;margin-top:14px}.role-band article{min-height:auto;padding:13px}.role-band span{font-size:10px;margin-bottom:4px}.role-band strong{font-size:15px;margin-bottom:4px}.role-band p{font-size:10.5px;line-height:1.45}
 #chapter07 .next-guide{padding:13px;grid-template-columns:1fr;gap:5px;text-align:center}.next-guide strong{font-size:13px}.next-guide span{font-size:11px}
}
@media(max-width:380px){#chapter07 .chapter-title-v11 h1{font-size:27px}#chapter07 .chapter-subtitle-v11{font-size:13px}.landing-card-title h3{font-size:14px}.stage-flow strong{font-size:10px}}


/* Chapter08 Cooperation Preview V1.1 */
#chapter08 .chapter-intro{padding:42px 0 34px;background:var(--paper);color:var(--ink)}
#chapter08 .section{padding:48px 0}
#chapter08 .section-head{margin-bottom:20px;align-items:center}
#chapter08 .section-head h2{font-size:40px;line-height:1.25}
#chapter08 .chapter-subtitle-v11{color:var(--gold)}
#chapter08 .body{max-width:940px}
.cooperate-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}
.cooperate-principles article{min-height:124px;padding:18px;border:1px solid var(--line);border-radius:17px;background:var(--card)}
.cooperate-principles span{display:block;color:var(--gold);font-size:11px;letter-spacing:.12em;margin-bottom:7px}
.cooperate-principles strong{display:block;color:var(--green-deep);font-size:20px;margin-bottom:6px}.cooperate-principles p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}
.cooperation-key{margin-top:18px;padding:15px 20px;text-align:center;font-size:20px}
.fit-cards,.boundary-cards,.confirm-grid,.principle-cards,.service-cards{display:grid;gap:14px;margin-top:20px}
.fit-cards,.principle-cards,.service-cards{grid-template-columns:repeat(3,1fr)}.boundary-cards{grid-template-columns:repeat(4,1fr)}.confirm-grid{grid-template-columns:repeat(3,1fr)}
.fit-cards article,.boundary-cards article,.confirm-grid article,.principle-cards article,.service-cards article{padding:18px;border-radius:17px;background:var(--card);border:1px solid var(--line);box-shadow:0 8px 22px rgba(35,38,32,.045)}
.co-card-title{display:flex;align-items:center;gap:10px;margin:0 0 9px;min-width:0}.co-card-title span{flex:0 0 30px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-size:9px;letter-spacing:.08em}.co-card-title h3{margin:0;color:var(--green-deep);font-size:18px;line-height:1.25;min-width:0}
.fit-cards p,.boundary-cards p,.confirm-grid p,.principle-cards p,.service-cards p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.boundary-cards small{display:block;margin-top:12px;padding-top:10px;border-top:1px solid var(--line);color:var(--teal);font-size:11px;line-height:1.45}
.inline-note{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;margin-top:16px;padding:13px 16px;border-left:4px solid var(--teal);background:var(--teal-soft);border-radius:0 13px 13px 0}.inline-note strong{white-space:nowrap;color:var(--teal);font-size:14px}.inline-note span{color:var(--muted);font-size:13px;line-height:1.5}
.prepare-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:20px}.prepare-grid article{padding:15px 13px;border:1px solid var(--line);border-radius:15px;background:var(--card);min-height:112px}.prepare-grid span{display:block;color:var(--gold);font-size:10px;margin-bottom:6px}.prepare-grid strong{display:block;color:var(--green-deep);font-size:16px;margin-bottom:5px}.prepare-grid p{margin:0;color:var(--muted);font-size:11px;line-height:1.45}
.start-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;gap:10px;align-items:center;margin:18px 0 0;padding:12px;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.58)}.start-flow article{min-height:70px;border-radius:12px;background:var(--card);display:grid;place-items:center;text-align:center;padding:10px}.start-flow article span{display:block;color:var(--gold);font-size:9px}.start-flow article strong{font-size:14px;color:var(--green-deep)}.start-flow i{font-style:normal;color:var(--gold);font-size:20px}
.confirm-grid article{min-height:108px;padding:14px 16px}.confirm-grid .co-card-title{margin-bottom:5px}.confirm-grid p{font-size:12px;line-height:1.45}
.final-section{padding-bottom:0!important;background:linear-gradient(135deg,#f7f4ee 0%,#e9f0eb 100%)}.final-opening{text-align:center;max-width:900px;margin:0 auto 20px}.final-opening p{text-indent:0!important}.final-opening p:first-child{font-family:"Songti SC","STSong","SimSun",serif;font-size:30px;color:var(--green-deep);margin-bottom:8px}.final-opening p:last-child{color:var(--muted)}
.final-prep{padding:18px;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.65);text-align:center}.final-prep>strong{display:block;color:var(--green-deep);margin-bottom:12px}.final-prep>div{display:flex;justify-content:center;flex-wrap:wrap;gap:8px}.final-prep span{padding:7px 12px;border-radius:999px;background:#f0ede5;color:var(--muted);font-size:12px}
.final-action{margin-top:16px;padding:18px;border-radius:17px;background:var(--green);color:#fff;text-align:center}.final-action small{display:block;color:#e7dbb8;letter-spacing:.18em;margin-bottom:12px}.action-flow{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:9px}.action-flow span{font-size:13px}.action-flow i{font-style:normal;color:#e7dbb8}
.contact-placeholder{margin-top:16px;padding:24px;border:1px dashed var(--green);border-radius:17px;background:rgba(255,255,255,.55);text-align:center}.contact-placeholder small{display:block;letter-spacing:.18em;color:var(--muted);font-size:10px}.contact-placeholder strong{display:block;margin:7px 0 4px;color:var(--green-deep);font-size:20px}.contact-placeholder p{margin:0;color:var(--muted);font-size:12px}
.brand-closing{margin:18px 0 34px;padding:34px 28px;border-radius:20px;background:var(--green);color:#fff;text-align:center}.brand-closing small{letter-spacing:.2em;color:#e7dbb8}.brand-closing h3{font-family:"Songti SC","STSong","SimSun",serif;font-weight:500;font-size:32px;margin:14px 0 8px}.brand-closing p{margin:0 0 12px;color:rgba(255,255,255,.82)}.brand-closing strong{font-family:"Songti SC","STSong","SimSun",serif;font-size:22px;font-weight:500}
.back-cover{padding:58px 0;background:var(--green);color:#fff;text-align:center}.back-cover span{display:block;color:#e7dbb8;letter-spacing:.22em}.back-cover h3{font-family:"Songti SC","STSong","SimSun",serif;font-weight:500;font-size:36px;margin:14px 0 8px}.back-cover small{color:rgba(255,255,255,.68)}
#chapter08 + .final-transition,.final-transition,.top{background:var(--green)!important}.final-transition .transition-inner{align-items:center}.final-transition a{padding:8px 14px;border:1px solid rgba(255,255,255,.28);border-radius:999px;color:#fff}

@media(max-width:980px){.boundary-cards{grid-template-columns:repeat(2,1fr)}.prepare-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.fit-cards,.principle-cards,.service-cards{grid-template-columns:1fr}.confirm-grid{grid-template-columns:repeat(2,1fr)}.prepare-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){
 #chapter08 .chapter-intro{padding:28px 0 24px}
 #chapter08 .chapter-head-v11{grid-template-columns:72px 1fr;gap:12px;padding-bottom:12px}
 #chapter08 .chapter-label-v11{font-size:23px}
 #chapter08 .chapter-title-v11 small{font-size:9px;letter-spacing:.14em;margin-bottom:4px}
 #chapter08 .chapter-title-v11 h1{font-size:30px;line-height:1.2;letter-spacing:-.03em}
 #chapter08 .chapter-subtitle-v11{padding-left:84px;font-size:15px;line-height:1.45}
 #chapter08 .section{padding:31px 0}
 #chapter08 .section-head{grid-template-columns:40px 1fr;gap:8px;margin-bottom:14px;align-items:center}
 #chapter08 .section-head.mobile-two{align-items:start}
 #chapter08 .section-head h2{font-size:24px!important;line-height:1.28!important;letter-spacing:-.03em}
 #chapter08 .mobile-title .title-line{display:block}
 #chapter08 .mobile-title.two-line .title-line:first-child{padding-left:2em}
 .cooperate-principles{grid-template-columns:repeat(2,1fr);gap:7px;margin-top:14px}.cooperate-principles article{min-height:104px;padding:12px}.cooperate-principles span{font-size:8.5px;margin-bottom:4px}.cooperate-principles strong{font-size:15px;margin-bottom:3px}.cooperate-principles p{font-size:10.5px;line-height:1.4}.cooperation-key{font-size:15px;padding:11px 8px;margin-top:12px}
 .fit-cards,.boundary-cards,.confirm-grid,.principle-cards,.service-cards{gap:7px;margin-top:14px}.boundary-cards{grid-template-columns:repeat(2,1fr)}.fit-cards,.principle-cards,.service-cards{grid-template-columns:1fr}.confirm-grid{grid-template-columns:repeat(2,1fr)}
 .fit-cards article,.boundary-cards article,.confirm-grid article,.principle-cards article,.service-cards article{padding:12px;border-radius:14px}.co-card-title{gap:7px;margin-bottom:5px}.co-card-title span{flex-basis:27px;width:27px;height:27px;font-size:8px}.co-card-title h3{font-size:14px;line-height:1.25}.fit-cards p,.boundary-cards p,.confirm-grid p,.principle-cards p,.service-cards p{font-size:10.5px;line-height:1.42}.boundary-cards small{font-size:9px;margin-top:8px;padding-top:7px}
 .inline-note{grid-template-columns:auto 1fr;gap:8px;margin-top:10px;padding:9px 10px}.inline-note strong{font-size:10.5px}.inline-note span{font-size:10px;line-height:1.4}
 .prepare-grid{grid-template-columns:repeat(2,1fr);gap:7px;margin-top:14px}.prepare-grid article{min-height:86px;padding:10px}.prepare-grid span{font-size:8px;margin-bottom:3px}.prepare-grid strong{font-size:13px;margin-bottom:3px}.prepare-grid p{font-size:9.5px;line-height:1.35}.prepare-grid article:last-child{grid-column:1/-1}
 .start-flow{grid-template-columns:repeat(2,1fr);gap:7px;padding:7px;margin-top:12px}.start-flow i{display:none}.start-flow article{min-height:58px;padding:7px}.start-flow article span{font-size:8px}.start-flow article strong{font-size:11px}
 .confirm-grid article{min-height:92px;padding:10px}.confirm-grid p{font-size:9.8px}
 .final-opening{margin-bottom:14px}.final-opening p:first-child{font-size:23px}.final-opening p:last-child{font-size:12px}.final-prep{padding:13px}.final-prep>strong{font-size:13px;margin-bottom:8px}.final-prep>div{gap:5px}.final-prep span{font-size:9.5px;padding:5px 8px}.final-action{padding:13px;margin-top:10px}.final-action small{font-size:8px;margin-bottom:7px}.action-flow{gap:5px}.action-flow span{font-size:9.5px}.contact-placeholder{padding:16px;margin-top:10px}.contact-placeholder strong{font-size:16px}.contact-placeholder p{font-size:9.5px}.brand-closing{padding:24px 14px;margin:12px 0 22px}.brand-closing h3{font-size:24px}.brand-closing p{font-size:11px}.brand-closing strong{font-size:17px}.back-cover{padding:42px 0}.back-cover h3{font-size:27px}.back-cover small{font-size:10px}.final-transition .transition-inner{gap:10px}
}
@media(max-width:380px){#chapter08 .chapter-title-v11 h1{font-size:27px}#chapter08 .chapter-subtitle-v11{font-size:13px}.co-card-title h3{font-size:13px}.back-cover h3{font-size:24px}}


/* Publication Build V1.0.8 — registered cumulative corrections */
:root{--toc-green:#607967}
/* Chapter06: one-line next step and compressed card */
#chapter06 #chapter06-p07 .next-guide{padding:10px 14px!important;gap:12px!important}
#chapter06 #chapter06-p07 .next-guide-copy-final{white-space:nowrap!important;display:block!important;font-size:14px!important;line-height:1.35!important}
/* Prompt bars: label and body on one horizontal line */
#chapter07 .client-note,#chapter08 .inline-note{grid-template-columns:auto 1fr!important;align-items:center!important}
#chapter07 .client-note strong,#chapter08 .inline-note strong{align-self:center!important}
/* Bottom brand fields use the same green as the directory */
footer.build-footer,#chapter08 .back-cover{background:var(--green)!important;background-color:#607967!important}
/* Chapter07 opening guide moved below the title rule and before section 01 */
#chapter07 .chapter-intro{padding-bottom:16px!important}
#chapter07 .chapter-title-v11{padding-bottom:0!important}
#chapter07 .chapter-subtitle-v11{display:none!important}
#chapter07 .chapter07-opening-guide{max-width:1180px;margin:0 auto;padding:12px 28px 18px;text-align:center;color:var(--gold);font-family:"Songti SC","STSong","SimSun",serif;font-size:20px;line-height:1.45;white-space:nowrap}
/* Chapter08 final manual corrections */
#chapter08 .mobile-copy,#chapter08 .mobile-title{display:none!important}
#chapter08 .desktop-copy,#chapter08 .desktop-title{display:block}
#chapter08 .chapter-subtitle-v11{white-space:nowrap!important}
#chapter08 .final-opening{max-width:980px!important;text-align:left!important}
#chapter08 .final-opening p{font-family:"Songti SC","STSong","SimSun",serif!important;font-size:22px!important;line-height:1.75!important;text-indent:2em!important;color:var(--muted)!important}
@media(max-width:600px){
 #chapter08 .desktop-copy,#chapter08 .desktop-title{display:none!important}
 #chapter08 .mobile-copy,#chapter08 .mobile-title{display:block!important}
 #chapter06 #chapter06-p07 .next-guide{padding:9px 10px!important;gap:4px!important}
 #chapter06 #chapter06-p07 .next-guide-copy-final{font-size:9.8px!important;white-space:nowrap!important;letter-spacing:-.02em!important}
 #chapter07 .client-note,#chapter08 .inline-note{grid-template-columns:auto 1fr!important;gap:7px!important;align-items:center!important}
 #chapter07 .chapter07-opening-guide{padding:9px 26px 16px;font-size:12.5px;white-space:nowrap;letter-spacing:-.02em}
 #chapter08 .chapter-subtitle-v11{padding-left:0!important;text-align:center!important;white-space:nowrap!important;font-size:12.5px!important;letter-spacing:-.02em!important}
 #chapter08 .final-opening{max-width:none!important;text-align:left!important}
 #chapter08 .final-opening p{font-size:12px!important;line-height:1.72!important;text-indent:2em!important}
}


/* Publication Build V1.0.8-r1 — final cumulative visual corrections */
/* All numbered section headings: number and title start on the same horizontal line. */
.page-head,
#chapter05 .section-head,
#chapter06 .section-head,
#chapter07 .section-head,
#chapter08 .section-head,
#chapter08 .section-head.mobile-two{
  align-items:start!important;
}
.page-head .page-no,
#chapter05 .section-head .sec-no,
#chapter06 .section-head .sec-no,
#chapter07 .section-head .sec-no,
#chapter08 .section-head .sec-no{
  margin-top:0!important;
  align-self:start!important;
}
.page-head .page-title,
#chapter05 .section-head h2,
#chapter06 .section-head h2,
#chapter07 .section-head h2,
#chapter08 .section-head h2{
  margin-top:0!important;
  align-self:start!important;
}
#chapter08 .mobile-title.two-line .title-line:first-child{padding-left:0!important}

/* Contact details */
#chapter08 .contact-card .contact-row{grid-template-columns:112px minmax(0,1fr)!important}
#chapter08 .contact-card .contact-row p{overflow-wrap:anywhere}

/* Cover motto */
.cover-motto{
  position:absolute;right:max(4.5vw,42px);bottom:45px;z-index:3;
  font-family:"Songti SC","STSong","SimSun",serif;
  font-size:21px;line-height:1.38;font-weight:400;letter-spacing:.08em;
  color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.32);pointer-events:none;
}
.cover-motto .motto-line,.two-line-motto .motto-line{display:block}
.cover-motto .motto-line-2,.two-line-motto .motto-line-2{padding-left:1.5em}

/* Back cover and footer motto */
#chapter08 .back-cover .two-line-motto{line-height:1.35}
#chapter08 .back-cover .motto-line-2{padding-left:1.5em}
footer.build-footer .footer-grid{align-items:center}
footer.build-footer .footer-motto{font-family:"Songti SC","STSong","SimSun",serif;font-size:21px;line-height:1.42;color:rgba(255,255,255,.88);letter-spacing:.06em}
footer.build-footer .footer-motto .motto-line-2{padding-left:1.5em}

@media(max-width:600px){
  /* Number and first title line remain aligned; natural wrap is allowed. */
  #chapter05 .section-head,#chapter06 .section-head,#chapter07 .section-head,#chapter08 .section-head,#chapter08 .section-head.mobile-two{align-items:start!important}
  #chapter08 .mobile-title.two-line .title-line:first-child{padding-left:0!important}
  #chapter08 .contact-card .contact-row{grid-template-columns:72px minmax(0,1fr)!important;gap:8px!important}
  #chapter08 .contact-card .contact-row span{font-size:10.5px!important}
  #chapter08 .contact-card .contact-row p{font-size:11.5px!important;line-height:1.5!important}
  .cover-motto{right:22px;bottom:20px;font-size:17px;line-height:1.35;letter-spacing:.06em}
  footer.build-footer .footer-motto{font-size:18px}
  #chapter08 .back-cover .two-line-motto{font-size:27px!important}
}
@media(max-width:380px){
  .cover-motto{right:18px;font-size:16px}
  #chapter08 .contact-card .contact-row{grid-template-columns:66px minmax(0,1fr)!important}
}

/* V1.0.8-r1 heading grid correction: Chapter08 originally lacked the grid declaration. */
#chapter08 .section-head,
#chapter08 .section-head.mobile-two{
  display:grid!important;
  grid-template-columns:74px minmax(0,1fr)!important;
  gap:22px!important;
  align-items:start!important;
}
@media(max-width:600px){
  #chapter08 .section-head,
  #chapter08 .section-head.mobile-two{
    grid-template-columns:40px minmax(0,1fr)!important;
    gap:8px!important;
  }
}


/* Publication Build V1.0.8.1 — final detail corrections */
/* Chapter08 copies the established Chapter07 numbered-heading geometry. */
#chapter08 .section-head,
#chapter08 .section-head.mobile-two{
  display:grid!important;
  grid-template-columns:74px minmax(0,1fr)!important;
  gap:22px!important;
  align-items:start!important;
}
#chapter08 .section-head .sec-no{
  font-family:"Songti SC","STSong","SimSun",serif!important;
  font-size:54px!important;
  line-height:1!important;
  font-weight:400!important;
  color:#b7b1a7!important;
  margin:0!important;
  padding:0!important;
  align-self:start!important;
}
#chapter08 .section-head h2{
  margin:0!important;
  padding:0!important;
  font-size:40px!important;
  line-height:1.25!important;
  align-self:start!important;
}
/* Existing numbered headings remain top-aligned on both ends. */
.page-head,
#chapter05 .section-head,
#chapter06 .section-head,
#chapter07 .section-head{
  align-items:start!important;
}
.page-head .page-no,
.page-head .page-title,
#chapter05 .section-head .sec-no,
#chapter05 .section-head h2,
#chapter06 .section-head .sec-no,
#chapter06 .section-head h2,
#chapter07 .section-head .sec-no,
#chapter07 .section-head h2{
  margin-top:0!important;
  align-self:start!important;
}

/* Back-cover motto: one centered line, with restrained optical spacing. */
#chapter08 .back-cover .single-line-motto{
  display:flex!important;
  justify-content:center!important;
  align-items:baseline!important;
  gap:2em!important;
  width:100%!important;
  margin:14px auto 8px!important;
  font-family:"Songti SC","STSong","SimSun",serif!important;
  font-weight:500!important;
  font-size:36px!important;
  line-height:1.25!important;
  letter-spacing:.06em!important;
  text-align:center!important;
}
#chapter08 .back-cover .single-line-motto span{display:inline-block!important;padding:0!important}

/* Final brand closing page: centered three-level lockup. */
footer.build-footer .footer-grid{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  text-align:center!important;
}
footer.build-footer .footer-grid>div{width:100%!important;text-align:center!important}
footer.build-footer h2{
  margin:0 0 14px!important;
  text-align:center!important;
}
footer.build-footer .footer-motto{
  margin:0 auto!important;
  text-align:center!important;
  font-family:"Songti SC","STSong","SimSun",serif!important;
  font-size:21px!important;
  line-height:1.42!important;
  letter-spacing:.06em!important;
  color:rgba(255,255,255,.88)!important;
}
footer.build-footer .footer-motto .motto-line{display:block!important;padding:0!important;text-align:center!important}
footer.build-footer .footer-motto .motto-line-2{padding-left:1.5em!important}

@media(max-width:600px){
  #chapter08 .section-head,
  #chapter08 .section-head.mobile-two{
    grid-template-columns:40px minmax(0,1fr)!important;
    gap:8px!important;
    align-items:start!important;
  }
  #chapter08 .section-head .sec-no{
    font-size:33px!important;
    line-height:1!important;
  }
  #chapter08 .section-head h2{
    font-size:25px!important;
    line-height:1.28!important;
    letter-spacing:-.03em!important;
  }
  #chapter08 .mobile-title.two-line .title-line:first-child{padding-left:0!important}
  #chapter08 .back-cover .single-line-motto{
    gap:1.4em!important;
    font-size:25px!important;
    white-space:nowrap!important;
  }
  footer.build-footer h2{font-size:26px!important;margin-bottom:10px!important}
  footer.build-footer .footer-motto{font-size:18px!important}
}
@media(max-width:380px){
  #chapter08 .back-cover .single-line-motto{gap:1em!important;font-size:23px!important}
}


/* ========================================================================== */
/* Publication Build V1.0.8.2 — merged Chapter08 / full-book closing card     */
/* ========================================================================== */
.final-brand-card{
  margin:0;
  padding:72px 24px 76px;
  background:#607967;
  color:#f4ead0;
  text-align:center;
}
.final-brand-card-inner{
  max-width:1180px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.final-brand-name{
  font-family:"Songti SC","STSong","SimSun",serif;
  font-size:26px;
  line-height:1.35;
  letter-spacing:.14em;
  white-space:nowrap;
}
.final-brand-motto{
  margin-top:22px;
  display:flex;
  align-items:baseline;
  justify-content:center;
  gap:2em;
  font-family:"Songti SC","STSong","SimSun",serif;
  font-size:38px;
  line-height:1.35;
  letter-spacing:.08em;
  white-space:nowrap;
}
.final-brand-idea{
  margin-top:24px;
  font-family:"Songti SC","STSong","SimSun",serif;
  font-size:25px;
  line-height:1.6;
  font-weight:400;
  color:rgba(255,255,255,.94);
  text-align:center;
  text-indent:0!important;
}
.final-brand-idea-desktop{display:block;white-space:nowrap}
.final-brand-idea-mobile{display:none}
.final-brand-book{
  margin-top:24px;
  font-family:"Songti SC","STSong","SimSun",serif;
  font-size:18px;
  line-height:1.5;
  letter-spacing:.08em;
  color:rgba(255,255,255,.82);
  white-space:nowrap;
}
@media (max-width: 720px){
  .final-brand-card{padding:52px 20px 58px}
  .final-brand-name{font-size:21px;letter-spacing:.12em}
  .final-brand-motto{margin-top:17px;gap:1.35em;font-size:25px;letter-spacing:.04em}
  .final-brand-idea{margin-top:19px;font-size:18px;line-height:1.55}
  .final-brand-idea-desktop{display:none}
  .final-brand-idea-mobile{display:flex;flex-direction:column;align-items:center;white-space:normal}
  .final-brand-idea-mobile span{display:block;padding:0!important;margin:0;text-indent:0!important}
  .final-brand-book{margin-top:18px;font-size:14px;letter-spacing:.04em}
}
@media (max-width: 390px){
  .final-brand-card{padding-left:14px;padding-right:14px}
  .final-brand-motto{gap:1em;font-size:23px}
  .final-brand-idea{font-size:17px}
}


/* Publication Build V1.0.8.3 — final typography patch */
/* Chapter02: desktop one-line closing; mobile two centered lines without punctuation. */
#chapter02-p01 .closing{
  width:min(100%,1040px)!important;
  text-indent:0!important;
  text-align:center!important;
}
#chapter02-p01 .chapter02-closing-desktop{
  display:block!important;
  white-space:nowrap!important;
  font-size:clamp(22px,2.15vw,30px)!important;
  line-height:1.5!important;
  letter-spacing:-.015em!important;
}
#chapter02-p01 .chapter02-closing-mobile{display:none!important}

/* Chapter08: two controlled lines; no character may hang alone. */
#chapter08-p04 .final-opening p{
  text-indent:0!important;
  width:100%!important;
}
#chapter08-p04 .final-opening-line{
  display:block!important;
  width:max-content!important;
  max-width:100%!important;
  white-space:nowrap!important;
}
#chapter08-p04 .final-opening-line-1{padding-left:2em!important}

/* Contact person and phone share the first row. */
#chapter08 .contact-person-line{
  display:flex!important;
  align-items:baseline!important;
  flex-wrap:wrap!important;
  gap:.85em!important;
}
#chapter08 .contact-person-line .contact-person,
#chapter08 .contact-person-line .contact-phone-inline{white-space:nowrap!important}

@media(max-width:600px){
  #chapter02-p01 .chapter02-closing-desktop{display:none!important}
  #chapter02-p01 .chapter02-closing-mobile{
    display:block!important;
    text-align:center!important;
    text-indent:0!important;
    font-size:22px!important;
    line-height:1.55!important;
    letter-spacing:0!important;
  }
  #chapter02-p01 .chapter02-closing-mobile .closing-line{
    display:block!important;
    white-space:nowrap!important;
  }

  #chapter08-p04 .final-opening p{
    font-size:11.5px!important;
    line-height:1.72!important;
    letter-spacing:-.025em!important;
  }
  #chapter08-p04 .final-opening-line{white-space:nowrap!important}
  #chapter08-p04 .final-opening-line-1{padding-left:2em!important}

  #chapter08 .contact-person-line{
    flex-wrap:nowrap!important;
    gap:.75em!important;
  }

  /* Chapter03: exactly two full lines; first line retains two-character indentation. */
  #chapter03-intro .chapter03-intro-final{
    font-size:17px!important;
    line-height:1.62!important;
    letter-spacing:-.04em!important;
    width:100%!important;
    max-width:none!important;
    text-indent:0!important;
    overflow:visible!important;
  }
  #chapter03-intro .chapter03-intro-final .line{
    display:block!important;
    white-space:nowrap!important;
    word-break:keep-all!important;
    overflow-wrap:normal!important;
  }
  #chapter03-intro .chapter03-intro-final .first-line-indent{
    padding-left:2em!important;
  }
}
@media(max-width:380px){
  #chapter08-p04 .final-opening p{font-size:10.8px!important;letter-spacing:-.035em!important}
  #chapter03-intro .chapter03-intro-final{font-size:16px!important;letter-spacing:-.05em!important}
}
