:root{
    --jade-deep:#0d3b30;
    --jade-mid:#1f5c4c;
    --jade-tint:#e4efe8;
    --gold:#b8934a;
    --gold-bright:#cba456;
    --ivory:#f7f2e6;
    --ivory-warm:#efe6d2;
    --ink:#152420;
    --ink-soft:#4d5c56;
    --line:#dcd2ba;

    --bg:var(--ivory);
    --surface:#fffdf9;
    --text:var(--ink);
    --text-dim:var(--ink-soft);
    --border:var(--line);
    --accent:var(--jade-deep);
    --tint:var(--jade-tint);
    --warm:var(--ivory-warm);
  }
  @media (prefers-color-scheme:dark){
    :root{
      --bg:#0a1613; --surface:#12211d; --text:#ece6d6; --text-dim:#a7b3ac;
      --border:#28382f; --accent:#7fc4a8; --tint:#16302a; --warm:#1d2b22; --gold-bright:#dcb974;
    }
  }
  :root[data-theme="dark"]{
    --bg:#0a1613; --surface:#12211d; --text:#ece6d6; --text-dim:#a7b3ac;
    --border:#28382f; --accent:#7fc4a8; --tint:#16302a; --warm:#1d2b22; --gold-bright:#dcb974;
  }
  :root[data-theme="light"]{
    --bg:var(--ivory); --surface:#fffdf9; --text:var(--ink); --text-dim:var(--ink-soft);
    --border:var(--line); --accent:var(--jade-deep); --tint:var(--jade-tint); --warm:var(--ivory-warm); --gold-bright:#cba456;
  }

  *{box-sizing:border-box;}
  @media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important;}}

  body{
    margin:0;background:var(--bg);color:var(--text);
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;
    line-height:1.72;
    -webkit-font-smoothing:antialiased;
  }
  .display{font-family:"Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,"Songti SC",serif;text-wrap:balance;}
  img{max-width:100%;display:block;}
  button{font-family:inherit;}
  button:focus-visible,a:focus-visible{outline:2px solid var(--gold-bright);outline-offset:3px;}
  a{color:inherit;}

  .wrap{max-width:1180px;margin:0 auto;padding:0 clamp(24px,5vw,56px);}


  /* ===== top nav (jade — brand anchor on every page) ===== */
  .topnav{position:sticky;top:0;z-index:40;background:color-mix(in srgb,var(--jade-deep) 95%,transparent);
    backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.09);}
  .topnav-inner{max-width:1120px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;gap:22px;}
  .wordmark{font-family:"Iowan Old Style",Georgia,serif;font-size:21px;cursor:pointer;
    color:#f3efe2;text-decoration:none;}
  .wordmark b{color:var(--gold-bright);}
  nav.main{display:flex;gap:4px;flex:1;flex-wrap:wrap;}
  nav.main a{text-decoration:none;border:0;background:transparent;padding:8px 0;border-radius:0;
    margin-right:26px;font-size:13px;font-weight:400;letter-spacing:.02em;color:#b9c9be;
    cursor:pointer;position:relative;transition:color .25s;}
  nav.main a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;
    background:var(--gold-bright);transform:scaleX(0);transform-origin:left;transition:transform .3s;}
  nav.main a:hover{color:#fff;}
  nav.main a:hover::after,nav.main a.active::after{transform:scaleX(1);}
  nav.main a.active{color:#fff;}
  .nav-cta{border:1px solid rgba(203,164,86,.6);text-decoration:none;display:inline-block;
    background:transparent;color:var(--gold-bright);font-weight:500;font-size:12px;
    letter-spacing:.09em;padding:11px 20px;border-radius:0;cursor:pointer;white-space:nowrap;
    transition:background .25s,color .25s;}
  .nav-cta:hover{background:var(--gold-bright);color:#241a06;border-color:var(--gold-bright);}

  /* ===== pages ===== */
  .page{display:none;}
  .page.active{display:block;animation:fade .3s ease;}
  @keyframes fade{from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:translateY(0);}}

  /* ===== hero (home) ===== */
  .hero{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;}
  .hero .bg{position:absolute;inset:0;}
  .hero .bg img{width:100%;height:100%;object-fit:cover;}
  .hero .bg::after{content:"";position:absolute;inset:0;
    background:linear-gradient(100deg,rgba(9,32,26,.88) 0%,rgba(9,32,26,.72) 45%,rgba(9,32,26,.35) 100%);}
  .hero-content{position:relative;z-index:1;max-width:1120px;margin:0 auto;padding:80px 24px;color:#f3efe2;width:100%;}
  .hero .eyebrow{font-size:11.5px;letter-spacing:.22em;color:var(--gold-bright);font-weight:500;margin-bottom:20px;}
  .hero h1{font-size:clamp(36px,5.2vw,64px);font-weight:400;margin:0 0 22px;max-width:16ch;
    line-height:1.08;letter-spacing:-.015em;color:#fff;}
  .hero p.lede{font-size:16.5px;max-width:52ch;margin:0 0 34px;color:#dfe9e0;}
  .door-row{display:flex;gap:14px;flex-wrap:wrap;}
  .door{border:0;border-radius:0;padding:20px 28px;cursor:pointer;text-align:left;
    display:flex;flex-direction:column;gap:3px;min-width:230px;transition:transform .18s,box-shadow .18s;}
  .door:hover{background:#fff;}
  .door small{font-size:11px;letter-spacing:.2em;font-weight:500;opacity:.7;}
  .door span{font-size:16.5px;font-weight:700;}
  .door.trv{background:rgba(244,239,227,.94);color:var(--jade-deep);}
  .door.med{background:var(--gold);color:#241a06;}

  /* ===== split hero (medical-weighted) ===== */
  .split{position:relative;display:flex;min-height:min(calc(100vh - 72px),760px);}
  .panel{position:relative;flex:1;display:flex;align-items:flex-end;overflow:hidden;
    text-decoration:none;color:inherit;
    cursor:pointer;transition:flex .5s cubic-bezier(.4,0,.2,1);border:0;padding:0;text-align:left;}
  .panel.med{flex:1.22;}
  .split:hover .panel{flex:1;}
  .split .panel:hover{flex:1.55;}
  .panel .bg{position:absolute;inset:0;}
  .panel .bg img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;}
  .panel:hover .bg img{transform:scale(1.04);}
  .panel.med .bg::after{content:"";position:absolute;inset:0;
    background:linear-gradient(to top,rgba(9,32,26,.82) 6%,rgba(9,32,26,.36) 38%,rgba(9,32,26,.1) 72%,rgba(9,32,26,.3) 100%);}
  .panel.trv .bg::after{content:"";position:absolute;inset:0;
    background:linear-gradient(to top,rgba(13,32,24,.8) 6%,rgba(13,32,24,.32) 42%,rgba(13,32,24,.08) 76%,rgba(13,32,24,.26) 100%);}
  .panel.med{border-right:1px solid rgba(203,164,86,.35);}
  .panel-content{position:relative;z-index:1;padding:0 46px 74px;color:#fff;max-width:560px;}
  @media (max-width:900px){.panel-content{padding:0 30px 66px;}}
  .panel .eyebrow{font-size:11.5px;letter-spacing:.22em;color:var(--gold-bright);font-weight:500;margin-bottom:16px;}
  .panel h2{font-size:clamp(28px,3.9vw,50px);font-weight:400;margin:0 0 16px;color:#fff;
    line-height:1.1;letter-spacing:-.015em;}
  .panel h2 em{font-style:italic;color:var(--gold-bright);}
  .panel p{margin:0 0 22px;font-size:14.8px;color:#dfe9e0;max-width:44ch;}
  .panel .go{display:inline-block;margin-bottom:14px;}
  .panel .also{display:block;font-size:12px;color:rgba(255,255,255,.66);letter-spacing:.02em;}
  .split .thesis{position:absolute;top:30px;left:0;right:0;z-index:6;text-align:center;pointer-events:none;
    font-size:11.5px;letter-spacing:.24em;color:#f0ead8;font-weight:400;text-shadow:0 1px 10px rgba(0,0,0,.5);}
  .split .thesis::after{content:"";display:block;width:34px;height:1px;background:var(--gold-bright);margin:10px auto 0;}
  .split .cue{position:absolute;left:50%;bottom:20px;transform:translateX(-50%);z-index:6;pointer-events:none;
    font-size:11px;letter-spacing:.2em;font-weight:400;color:rgba(243,239,226,.82);
    background:transparent;border:0;padding:0;white-space:nowrap;
    text-shadow:0 1px 10px rgba(0,0,0,.55);}
  @media (max-width:760px){
    .split{flex-direction:column;min-height:0;}
    .panel{min-height:56vh;}
    .panel.med{border-right:0;border-bottom:1px solid rgba(203,164,86,.35);}
    .split .cue{position:relative;left:auto;bottom:auto;transform:none;display:block;width:fit-content;margin:-38px auto 0;}
  }

  /* ===== section scaffolding ===== */
  section.block{padding:clamp(56px,5.6vw,92px) 0;}
  section.block.tinted{background:var(--tint);}
  .sec-head{max-width:620px;margin-bottom:clamp(38px,4.4vw,62px);}
  .sec-head .eyebrow{font-size:11.5px;letter-spacing:.22em;color:var(--gold);font-weight:500;margin-bottom:14px;}
  .sec-head h2{font-size:clamp(27px,3.5vw,42px);font-weight:400;margin:0 0 16px;
    color:var(--accent);line-height:1.2;letter-spacing:-.01em;}
  .sec-head p{margin:0;color:var(--text-dim);font-size:15px;}

  /* full-bleed jade band section */
  section.block.jadeband{background:var(--jade-deep);}
  .jadeband .sec-head .eyebrow{color:var(--gold-bright);}
  .jadeband .sec-head h2{color:#fff;}
  .jadeband .sec-head p{color:#c2cfc6;}
  .jadeband .step{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14);}
  .jadeband .step::before{color:var(--gold-bright);}
  .jadeband .step h4{color:#fff;}
  .jadeband .step p{color:#c2cfc6;}
  .jadeband .step .fee{background:rgba(255,255,255,.12);color:var(--gold-bright);}

  /* ===== spectrum strip ===== */
  .spectrum{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(26px,3.6vw,52px);}
  @media (max-width:800px){.spectrum{grid-template-columns:1fr;}}
  .spectrum::before{content:"";position:absolute;top:-16px;left:4%;right:4%;height:3px;border-radius:3px;
    background:var(--border);opacity:1;height:1px;}
  .spec-card{background:transparent;border:0;border-radius:0;padding:30px 0 0;
    display:flex;flex-direction:column;gap:8px;}
  .spec-card .dot{width:11px;height:11px;border-radius:50%;margin-bottom:4px;}
  .spec-card h3{font-family:"Iowan Old Style",Georgia,serif;font-size:19px;margin:0;font-weight:600;color:var(--accent);}
  .spec-card{border-top:3px solid var(--jade-mid);}
  .spec-card p{margin:0;font-size:13.8px;color:var(--text-dim);}
  .spec-card .who{margin-top:auto;padding-top:10px;font-size:12px;color:var(--gold);font-weight:700;letter-spacing:.03em;}

  /* ===== journey cards grid ===== */
  .jgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(24px,3.4vw,48px);}
  @media (max-width:860px){.jgrid{grid-template-columns:1fr 1fr;}}
  @media (max-width:600px){.jgrid{grid-template-columns:1fr;}}
  .jcard{background:transparent;border:0;border-radius:0;overflow:hidden;
    display:flex;flex-direction:column;transition:transform .18s,box-shadow .18s;cursor:pointer;}
  .jcard .ph img{transition:transform .9s cubic-bezier(.22,1,.36,1);}
  .jcard:hover .ph img{transform:scale(1.04);}
  .jcard .ph{position:relative;aspect-ratio:3/2;overflow:hidden;}
  .jcard .ph img{width:100%;height:100%;object-fit:cover;}
  .jcard .body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:7px;flex:1;}
  .jcard h4{margin:0;font-family:"Iowan Old Style",Georgia,serif;font-size:17.5px;font-weight:600;color:var(--accent);}
  .jcard p{margin:0;font-size:13.3px;color:var(--text-dim);}
  .jcard .meta{margin-top:auto;padding-top:10px;font-size:12.5px;color:var(--text-dim);display:flex;justify-content:space-between;font-variant-numeric:tabular-nums;}
  .tag{position:absolute;top:0;left:0;font-size:10.5px;font-weight:500;letter-spacing:.16em;
    padding:7px 14px;border-radius:0;}
  .tag.t-trv{background:rgba(31,92,76,.92);color:#eaf4ec;}
  .tag.t-mix{background:rgba(31,92,76,.92);color:#fdf8ea;}
  .tag.t-med{background:rgba(184,147,74,.95);color:#241a06;}

  /* ===== steps ===== */
  .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(22px,3vw,44px);counter-reset:step;}
  @media (max-width:860px){.steps{grid-template-columns:1fr 1fr;}}
  @media (max-width:560px){.steps{grid-template-columns:1fr;}}
  .step{background:transparent;border:0;border-top:1px solid var(--border);border-radius:0;
    padding:22px 0 0;position:relative;}
  .step::before{counter-increment:step;content:counter(step,decimal-leading-zero);
    font-family:"Iowan Old Style",Georgia,serif;font-size:26px;color:var(--gold);display:block;margin-bottom:8px;}
  .step h4{margin:0 0 6px;font-size:15px;font-weight:700;}
  .step p{margin:0;font-size:13px;color:var(--text-dim);}
  .step .fee{display:inline-block;margin-top:10px;font-size:11.5px;font-weight:700;color:var(--accent);
    background:transparent;padding:0;border-radius:0;font-variant-numeric:tabular-nums;
    border-bottom:1px solid var(--gold);padding-bottom:2px;}


  /* ===== page hero (subpages) ===== */
  .phero{position:relative;min-height:320px;display:flex;align-items:flex-end;overflow:hidden;}
  .phero .bg{position:absolute;inset:0;}
  .phero .bg img{width:100%;height:100%;object-fit:cover;}
  .phero .bg::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(9,32,26,.85),rgba(9,32,26,.15));}
  .phero-content{position:relative;z-index:1;max-width:1120px;margin:0 auto;padding:56px 24px 36px;width:100%;color:#fff;}
  .phero .eyebrow{font-size:11.5px;letter-spacing:.22em;color:var(--gold-bright);font-weight:500;margin-bottom:14px;}
  .phero h1{font-size:clamp(31px,4.2vw,52px);font-weight:400;margin:0 0 14px;
    line-height:1.1;letter-spacing:-.015em;}
  .phero p{margin:0;max-width:56ch;color:#dfe9e0;font-size:15px;}

  /* ===== destination cards ===== */
  .dgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
  @media (max-width:760px){.dgrid{grid-template-columns:1fr;}}
  .dcard{position:relative;border-radius:0;overflow:hidden;aspect-ratio:4/5;cursor:pointer;}
  .dcard img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease;}
  .dcard:hover img{transform:scale(1.045);}
  .dcard .cap{position:absolute;inset:auto 0 0 0;padding:44px 20px 18px;color:#fff;
    background:linear-gradient(to top,rgba(9,32,26,.88),transparent);}
  .dcard .cap h4{margin:0 0 3px;font-family:"Iowan Old Style",Georgia,serif;font-size:20px;font-weight:600;}
  .dcard .cap p{margin:0;font-size:12.8px;opacity:.88;}

  /* ===== cross-embed module ===== */
  .embed{margin-top:96px;border-radius:0;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;
    background:transparent;border:0;border-top:1px solid var(--border);}
  @media (max-width:760px){.embed{grid-template-columns:1fr;}}
  .embed .ph{min-height:240px;}
  .embed .ph img{width:100%;height:100%;object-fit:cover;}
  .embed .txt{padding:34px 32px;display:flex;flex-direction:column;gap:10px;justify-content:center;}
  .embed .txt .eyebrow{font-size:11px;letter-spacing:.2em;color:var(--gold);font-weight:500;}
  .embed .txt h3{font-family:"Iowan Old Style",Georgia,serif;font-size:22px;margin:0;font-weight:600;color:var(--accent);}
  .embed .txt p{margin:0;font-size:14px;color:var(--text-dim);}
  .embed .txt .row{margin-top:8px;}

  /* ===================================================================
     按钮（07-31 重做）

     上一版的错：`.btn-gold` 被改成"象牙色描边＋象牙色文字"，那是给**深色
     照片上**用的；可同一个类也用在象牙色页面背景上——白底白字，按钮几乎
     隐形。一个类被用在两种背景上，迟早出这种事。
     现在按**用在什么底上**分类，名字自带答案。
     =================================================================== */

  .btn{
    display:inline-block;
    border:1px solid transparent;
    border-radius:0;
    padding:14px 30px;
    font-size:12px;
    font-weight:500;
    letter-spacing:.1em;
    cursor:pointer;
    background:transparent;
    text-decoration:none;
    transition:background .25s,color .25s,border-color .25s;
  }

  /* 页面主操作（浅色底）。**实心深色**，不是描边。
     这一版一度把主按钮也做成描边，结果是页面上最重要的动作看起来像个
     可有可无的链接——提交按钮尤其不能这样。
     注意实心"金"才是廉价感的来源，实心"深色"恰恰是高端品牌的常规做法。 */
  .btn-primary{
    background:var(--jade-deep);
    color:var(--ivory);
    border-color:var(--jade-deep);
  }
  .btn-primary:hover{background:#0a2e26;border-color:#0a2e26;}
  :root[data-theme="dark"] .btn-primary{background:var(--accent);color:#08201a;border-color:var(--accent);}
  @media (prefers-color-scheme:dark){
    .btn-primary{background:var(--accent);color:#08201a;border-color:var(--accent);}
  }

  /* 次要操作（浅色底）：描边，悬停填充 */
  .btn-outline{color:var(--jade-deep);border-color:var(--jade-deep);}
  .btn-outline:hover{background:var(--jade-deep);color:var(--ivory);}
  :root[data-theme="dark"] .btn-outline{color:var(--accent);border-color:var(--accent);}
  @media (prefers-color-scheme:dark){
    .btn-outline{color:var(--accent);border-color:var(--accent);}
  }

  /* 压在照片上的按钮：象牙色描边。深浅主题下都一样——
     它的底是照片，不是页面背景，所以不跟随主题变。 */
  .btn-on-dark{color:#f3efe2;border-color:rgba(243,239,226,.8);}
  .btn-on-dark:hover{background:#f3efe2;color:var(--jade-deep);border-color:#f3efe2;}

  /* 兼容旧名，避免漏改的地方直接变隐形。新代码不要再用这两个。 */
  .btn-jade{background:var(--jade-deep);color:var(--ivory);border-color:var(--jade-deep);}
  .btn-gold{color:#f3efe2;border-color:rgba(243,239,226,.8);}


  /* ===== service cards (medical) ===== */
  .svc{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(26px,3.6vw,52px);}
  @media (max-width:760px){.svc{grid-template-columns:1fr;}}
  .svc-card{background:transparent;border:0;border-top:1px solid var(--gold);
    border-radius:0;padding:26px 0 0;display:flex;flex-direction:column;gap:9px;}
  .svc-card .kicker{font-size:11px;letter-spacing:.2em;color:var(--gold);font-weight:500;}
  .svc-card h4{margin:0;font-family:"Iowan Old Style",Georgia,serif;font-size:17.5px;font-weight:600;color:var(--accent);}
  .svc-card p{margin:0;font-size:13.4px;color:var(--text-dim);}
  .svc-card ul{margin:4px 0 0;padding-left:18px;font-size:13px;color:var(--text-dim);}
  .svc-card ul li{margin-bottom:3px;}
  .svc-card .price{margin-top:auto;padding-top:12px;font-size:12.8px;font-weight:700;color:var(--accent);font-variant-numeric:tabular-nums;}

  .match-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:8px;}
  @media (max-width:700px){.match-row{grid-template-columns:1fr;}}
  .match{background:transparent;border-radius:0;padding:0 0 0 18px;border-left:1px solid var(--gold);}
  .match b{display:block;font-size:14px;margin-bottom:4px;color:var(--accent);}
  .match span{font-size:12.8px;color:var(--text-dim);}

  .disclaimer{margin-top:34px;font-size:11.8px;color:var(--text-dim);border-top:1px solid var(--border);padding-top:14px;max-width:70ch;}

  /* ===== FAQ ===== */
  .faq{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
  @media (max-width:700px){.faq{grid-template-columns:1fr;}}
  .qa{background:transparent;border:0;border-radius:0;padding:22px 0 0;}
  .qa{border-top:1px solid var(--border);}
  .qa h4{margin:0 0 6px;font-size:14.5px;color:var(--accent);}
  .qa p{margin:0;font-size:13.2px;color:var(--text-dim);}

  /* ===== planner ===== */
  .planner{max-width:660px;margin:0 auto;}
  .chip-row{display:flex;gap:12px;flex-wrap:wrap;margin:22px 0 30px;}
  .chip{border:1px solid var(--border);background:transparent;border-radius:0;padding:20px 22px;
    cursor:pointer;flex:1;min-width:170px;text-align:left;transition:border-color .15s,background .15s;}
  .chip small{display:block;font-size:11px;letter-spacing:.2em;color:var(--gold);font-weight:500;margin-bottom:6px;}
  .chip span{font-size:15.5px;font-weight:500;color:var(--text);}
  .chip p{margin:4px 0 0;font-size:12.3px;color:var(--text-dim);}
  .chip.sel{border-color:var(--accent);background:var(--tint);}
  .fields{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
  @media (max-width:560px){.fields{grid-template-columns:1fr;}}
  .field{display:flex;flex-direction:column;gap:5px;}
  .field.full{grid-column:1/-1;}
  .field label{font-size:11.5px;font-weight:400;color:var(--text-dim);letter-spacing:.14em;}
  .field input,.field textarea,.field select{background:transparent;border:0;
    border-bottom:1px solid var(--border);border-radius:0;padding:10px 0;font-size:15px;
    color:var(--text);font-family:inherit;transition:border-color .2s;}
  .field input:focus,.field textarea:focus,.field select:focus{outline:0;border-bottom-color:var(--accent);}
  .field textarea{resize:vertical;min-height:90px;}
  .planner .note{font-size:11.8px;color:var(--text-dim);margin-top:14px;}
  .thanks{display:none;text-align:center;padding:40px 0;}
  .thanks.show{display:block;}
  .thanks h3{font-family:"Iowan Old Style",Georgia,serif;font-size:24px;margin:0 0 8px;}
  .thanks p{color:var(--text-dim);font-size:14px;}

  footer.site{background:var(--jade-deep);margin-top:20px;}
  footer.site .inner{max-width:1120px;margin:0 auto;padding:20px 24px 48px;
    display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:12.3px;color:#8fa398;
    border-top:1px solid rgba(255,255,255,.1);}
  footer.site b{color:var(--gold-bright);}
  footer.site .cols{max-width:1120px;margin:0 auto;padding:46px 24px 30px;display:grid;
    grid-template-columns:2fr 1fr 1fr;gap:30px;}
  @media (max-width:700px){footer.site .cols{grid-template-columns:1fr;}}
  footer.site .cols h5{margin:0 0 16px;font-size:11px;letter-spacing:.2em;font-weight:500;color:var(--gold-bright);}
  footer.site .cols p{font-size:13px;color:#c2cfc6;margin:0 0 7px;max-width:38ch;}
  footer.site .cols a{font-size:13px;color:#c2cfc6;text-decoration:none;display:block;margin:0 0 8px;cursor:pointer;}
  footer.site .cols a:hover{color:#fff;}
  footer.site .fmark{font-family:"Iowan Old Style",Georgia,serif;font-size:24px;color:#f3efe2;margin-bottom:10px;}

  /* ===== editorial polish ===== */
  ::selection{background:rgba(184,147,74,.28);color:inherit;}
  .hero .bg img{animation:kb 16s ease-out forwards;}
  @keyframes kb{from{transform:scale(1.07);}to{transform:scale(1);}}
  .hero h1 em,.phero h1 em{font-style:italic;color:var(--gold-bright);}
  .loc{position:absolute;right:22px;bottom:16px;z-index:2;font-size:10px;letter-spacing:.16em;
    color:rgba(255,255,255,.6);font-weight:400;letter-spacing:.2em;}
  .sec-head .eyebrow::before{content:"";display:inline-block;width:26px;height:1px;background:var(--gold);
    margin-right:10px;vertical-align:middle;opacity:.8;}
  .jcard .meta{border-top:1px solid var(--border);padding-top:12px;}
  .lang{font-size:11.5px;color:#c6d4ca;letter-spacing:.1em;white-space:nowrap;}
  .lang b{color:#fff;}

  /* scroll reveal */
  body.js .grp > *,body.js .rev{opacity:0;transform:translateY(10px);
    transition:opacity 1s cubic-bezier(.22,1,.36,1),transform 1s cubic-bezier(.22,1,.36,1);}
  body.js .grp.in > *,body.js .rev.in{opacity:1;transform:none;}
  body.js .grp.in > *:nth-child(2){transition-delay:.1s;}
  body.js .grp.in > *:nth-child(3){transition-delay:.2s;}
  body.js .grp.in > *:nth-child(4){transition-delay:.3s;}
  body.js .grp.in > *:nth-child(5){transition-delay:.4s;}
  body.js .grp.in > *:nth-child(6){transition-delay:.4s;}
  @media (prefers-reduced-motion:reduce){body.js .grp > *,body.js .rev{opacity:1;transform:none;transition:none;}}

  /* pull quote */
  .pull{max-width:760px;margin:0 auto;text-align:center;padding:8px 24px 0;}
  .pull::before{content:"";display:block;width:40px;height:1px;background:var(--gold);margin:0 auto 26px;}
  .pull blockquote{font-size:clamp(21px,2.8vw,30px);font-weight:500;line-height:1.4;margin:0 0 14px;color:var(--accent);}
  .pull blockquote em{color:var(--gold);font-style:italic;}
  .pull .qattr{font-size:11px;letter-spacing:.22em;color:var(--text-dim);font-weight:400;}

  /* bespoke trio */
  .trio{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;}
  @media (max-width:760px){.trio{grid-template-columns:1fr;}}
  .trio .t .num{font-family:"Iowan Old Style",Georgia,"Songti SC",serif;font-size:30px;color:var(--gold);line-height:1;}
  .trio .t h3{font-family:"Iowan Old Style",Georgia,serif;font-size:19px;color:var(--accent);margin:12px 0 8px;font-weight:600;}
  .trio .t p{margin:0;font-size:13.8px;color:var(--text-dim);}

  /* what-happens-next strip (plan page) */
  .next-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:26px 0 36px;}
  @media (max-width:640px){.next-strip{grid-template-columns:1fr;}}
  .next-strip .n{background:transparent;border-radius:0;border-top:1px solid var(--border);
    padding:20px 0 0;font-size:13.5px;line-height:1.6;color:var(--text-dim);}
  .next-strip .n .k{font-family:"Iowan Old Style",Georgia,serif;color:var(--gold);font-size:20px;display:block;margin-bottom:8px;}
  .next-strip .n b{display:block;color:var(--accent);font-size:13.5px;margin-bottom:3px;}

  /* ===== facility gallery (health page) ===== */
  .fgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
  @media (max-width:760px){.fgrid{grid-template-columns:1fr;}}
  .fcard{background:transparent;border:0;border-top:1px solid var(--border);border-radius:0;overflow:hidden;}
  .fcard .ph{aspect-ratio:3/2;overflow:hidden;}
  .fcard .ph img{width:100%;height:100%;object-fit:cover;}
  .fcard .cap{padding:14px 18px;}
  .fcard .cap b{display:block;font-size:13.8px;color:var(--accent);margin-bottom:2px;}
  .fcard .cap span{font-size:12.5px;color:var(--text-dim);}


  /* ===== 表单状态提示（07-31 接后端时新增，原型里没有）===== */
  .form-status{min-height:20px;margin:14px 0 0;font-size:13.5px;}
  .form-status.is-error{color:#b4442f;}
  :root[data-theme="dark"] .form-status.is-error{color:#e69080;}
  @media (prefers-color-scheme:dark){.form-status.is-error{color:#e69080;}}
  .form-status.is-ok{color:var(--accent);}


  /* ===================================================================
     07-31 高端化补充层
     上面的定点替换改的是「已有的做法」，这里补的是「原来就缺的东西」。
     =================================================================== */

  /* 字阶。原来有 17 种字号（11/11.5/11.8/12/12.3/12.5/12.8/13/13.2…），
     那不是字阶是漂移——肉眼看不出差别，却让每一块的节奏都对不齐。
     收敛到 7 档，全站只用这几个值。 */
  :root{
    --t-micro:11px;    /* 标签、法律声明 */
    --t-small:12.5px;  /* 元信息、脚注 */
    --t-body:15px;     /* 正文 */
    --t-lead:17px;     /* 导语 */
    --t-h3:21px;
    --t-h2:clamp(27px,3.5vw,42px);
    --t-h1:clamp(31px,4.6vw,64px);
  }

  /* 正文默认字号与字色。原来正文散落在 13.2–15px 之间，读起来像草稿。 */
  p{font-size:var(--t-body);}
  .sec-head p{font-size:var(--t-lead);line-height:1.6;}

  /* 发丝线分隔。卡片被拆掉盒子之后，靠这个维持结构感——
     这正是编辑式版面与仪表盘的分界：线，不是框。 */
  .spec-card,.jcard{border-top:1px solid var(--border);padding-top:26px;}
  .spec-card{border-top-color:var(--gold);}

  /* 卡片内的标题与正文重新定字号，跟上面的字阶对齐 */
  .jcard h4,.svc-card h4,.spec-card h3{font-size:var(--t-h3);font-weight:400;line-height:1.25;}
  .jcard p,.svc-card p,.spec-card p,.step p,.qa p,.match span{font-size:14px;line-height:1.65;}
  .jcard .meta,.svc-card .price{font-size:var(--t-small);}

  /* 步骤序号：原来是 26px 金色衬线数字，太抢。改成小号、带字距，
     像书籍页眉的编号，而不是海报上的大数字。 */
  .step::before{font-size:var(--t-micro);letter-spacing:.2em;color:var(--gold);
    font-family:inherit;margin-bottom:14px;}

  /* 信任条数字：这是全站唯一该「大」的地方——它是证据。 */

  /* 图片：统一一个极慢的缓动。高端品牌的动效共性是「慢且不弹」。 */
  .dcard img,.panel .bg img{transition:transform 1.1s cubic-bezier(.22,1,.36,1);}
  .dcard:hover img{transform:scale(1.03);}
  .panel:hover .bg img{transform:scale(1.03);}

  /* 页脚：加大呼吸 */
  footer.site .cols{padding:clamp(56px,6vw,88px) clamp(24px,5vw,56px) 40px;
    max-width:1180px;gap:clamp(30px,5vw,64px);}
  footer.site .inner{padding:24px clamp(24px,5vw,56px) 56px;max-width:1180px;
    font-size:var(--t-small);}

  /* 顶栏：变薄、变安静。它是常驻元素，越安静越显贵。 */
  .topnav-inner{padding:18px clamp(24px,5vw,56px);max-width:1180px;gap:32px;}
  .wordmark{font-size:22px;letter-spacing:.01em;}

  /* 表单：字段之间给足距离，别挤成一张表格 */
  .fields{gap:clamp(20px,2.6vw,34px);}
  .planner{max-width:680px;}
  .chip-row{gap:14px;margin:30px 0 44px;}
  .chip.sel{border-color:var(--accent);background:transparent;box-shadow:inset 0 0 0 1px var(--accent);}

  /* 焦点圈跟着锐角走 */
  button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
    outline:1px solid var(--gold);outline-offset:4px;}

  @media (prefers-reduced-motion:reduce){
    body.js .grp > *,body.js .rev{opacity:1;transform:none;}
  }


  /* ===================================================================
     滚动入场：往下滑，新板块的文字浮上来（07-31）
     JS 按选择器自动给元素加 .reveal，进入视口后加 .in。
     =================================================================== */

  /* 初始态。位移只有 18px——高端品牌的动效共性是"慢、小、不弹"；
     位移一大就变成"飞入"，那是消费级促销页的做法。 */
  body.js .reveal{
    opacity:0;
    transform:translateY(18px);
    transition:opacity .9s cubic-bezier(.22,1,.36,1),
               transform .9s cubic-bezier(.22,1,.36,1);
  }
  body.js .reveal.in{opacity:1;transform:none;}
  /* 07-31 改成"每次滑到都重播"之后去掉了 will-change：元素会反复进出，
     那个提示会一直挂在几十个元素上，等于让浏览器长期为它们各开一个图层。
     opacity 与 transform 本来就走合成层，不加也不会掉帧。 */

  /* 段头内部再错开一层：eyebrow → 标题 → 导语 依次浮上来。
     这是整套动效里唯一"讲究"的地方，因为段头是每个板块的第一印象。 */
  body.js .sec-head.reveal > *{
    opacity:0;transform:translateY(14px);
    transition:opacity .8s cubic-bezier(.22,1,.36,1),
               transform .8s cubic-bezier(.22,1,.36,1);
  }
  body.js .sec-head.reveal.in > *{opacity:1;transform:none;}
  body.js .sec-head.reveal.in > *:nth-child(2){transition-delay:.09s;}
  body.js .sec-head.reveal.in > *:nth-child(3){transition-delay:.18s;}

  /* 同一行的卡片依次浮上来。用 nth-child 而不是 JS 逐个设延迟，
     是因为这本来就是"位置决定的"，写在样式里更贴合它的性质。 */
  body.js .jgrid > .reveal:nth-child(2),
  body.js .svc > .reveal:nth-child(2),
  body.js .spectrum > .reveal:nth-child(2),
  body.js .steps > .reveal:nth-child(2),
  body.js .dgrid > .reveal:nth-child(2),
  body.js .faq > .reveal:nth-child(2),
  body.js .next-strip > .reveal:nth-child(2){transition-delay:.08s;}

  body.js .jgrid > .reveal:nth-child(3),
  body.js .svc > .reveal:nth-child(3),
  body.js .spectrum > .reveal:nth-child(3),
  body.js .steps > .reveal:nth-child(3),
  body.js .dgrid > .reveal:nth-child(3),
  body.js .faq > .reveal:nth-child(3),
  body.js .next-strip > .reveal:nth-child(3){transition-delay:.16s;}

  body.js .jgrid > .reveal:nth-child(4),
  body.js .steps > .reveal:nth-child(4),
  body.js .faq > .reveal:nth-child(4){transition-delay:.24s;}
  body.js .jgrid > .reveal:nth-child(5){transition-delay:.32s;}
  body.js .jgrid > .reveal:nth-child(6){transition-delay:.4s;}

  /* 用户要求减少动效时，一切照常显示，不做任何位移 */
  @media (prefers-reduced-motion:reduce){
    body.js .reveal,
    body.js .sec-head.reveal > *{opacity:1 !important;transform:none !important;transition:none !important;}
  }


  /* ===================================================================
     事实条（07-31 重做）

     原来的毛病：四格混了两种性质完全不同的内容——「3,600+」「1/3–1/5」
     是数字，天生想大；「Door to door」「To your GP」是短语，同样放到
     42px 衬线就必然折行，还跟数字抢。一视同仁地放大就散了，说明文字
     也因此高低参差。
     =================================================================== */

  /* ① 满幅出血。
     改版把页面上所有卡片的底色都拆掉之后，这块深色方框成了唯一还带填充
     的元素——孤零零一个矩形浮在象牙色里，像没删干净的遗留物。拉通到屏幕
     两端反而成立：它变成一条"横跨全页的陈述"。
     用 vw 出血会把滚动条宽度也算进去、造成横向溢出，所以下面配了
     body{overflow-x:clip}。用 clip 不用 hidden，是因为 hidden 会让
     position:sticky 的顶栏失效。 */
  .trust{
    background:var(--jade-deep);
    color:#e8efe6;
    border-radius:0;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    /* 左右内边距让内容边缘落在与全站一致的那条线上：
       视口一半 减 内容区一半(590px)，但不小于常规页面边距。 */
    padding:clamp(46px,5vw,72px) max(clamp(24px,5vw,56px), calc(50vw - 590px));
    display:grid;
    grid-template-columns:repeat(3,1fr);
    grid-template-rows:auto auto;   /* 第1行=数值，第2行=说明 */
    gap:0;
  }
  @media (max-width:820px){.trust{grid-template-columns:1fr;row-gap:clamp(30px,5vw,40px);}}

  /* ② 发丝分隔线。高端版面里"给结构但不装盒子"的标准手法——用线，不用框。
     第一格不画，免得左边多出一条悬空的线。 */
  .trust .t{
    display:grid;
    grid-template-rows:subgrid;
    grid-row:span 2;
    align-content:start;
    row-gap:14px;
    padding:0 clamp(18px,2.2vw,32px);
    border-left:1px solid rgba(232,239,230,.16);
  }
  .trust .t:first-child{border-left:0;padding-left:0;}
  @media (max-width:820px){.trust .t{border-left:0;padding-left:0;}}

  /* ③ 让数字与短语共存的两点：
       其一，字号降到短语在桌面宽度下不折行（"Door to door" 约 175px，
             格宽约 250px）；
       其二，对齐交给 subgrid：四格共用父级的两行网格，第 1 行放数值、
             第 2 行放说明，于是说明文字**必然**从同一条水平线开始。
       曾经用「锁两行高 + 底对齐」来凑这个对齐，副作用是四个单行数值
       上面各空出一整行——深色块 390px 高、内容只占 130px 就是这么来的。
       对齐这件事该由网格负责，不该靠预留空白凑。 */
  .trust b{
    font-family:"Iowan Old Style","Palatino Linotype","Book Antiqua",Georgia,"Songti SC",serif;
    font-size:clamp(23px,2.4vw,32px);
    font-weight:400;
    line-height:1.12;
    letter-spacing:-.01em;
    color:var(--gold-bright);
    font-variant-numeric:tabular-nums;
    align-self:end;      /* 数值多一行时，与其它格的末行基线对齐 */
    text-wrap:balance;
  }

  /* ④ 说明文字：小、静、不抢。它的职责是解释上面那行，不是自己被读。 */
  .trust span{
    font-size:13px;
    line-height:1.6;
    color:rgba(232,239,230,.62);
    max-width:24ch;
  }

  /* 出血元素的配套：防止 100vw 把滚动条算进去导致整页能横向拖动。
     clip 而非 hidden —— hidden 会让 position:sticky 的顶栏失效。 */
  body{overflow-x:clip;}


  /* ===================================================================
     事实条与首屏的衔接（07-31）

     原来事实条上下各留一条浅色缝，读起来像"一条随便插进来的色带"。
     改成**紧贴首屏下沿**之后，它变成首屏构图的一部分：
       两扇门（看） → 立刻是证据（信）
     这也正好兑现了原型里那句设计意图——"首屏之后的第一屏留给医疗信任"。
     =================================================================== */

  .band-section{padding:0;}

  /* 贴上去：不留任何外边距。呼吸感由深色块自己的内边距提供，
     那样留白落在深色里，是"版心"；落在浅色里就成了"缝"。 */
  .band-section .trust{margin-top:0;margin-bottom:0;}

  /* 首屏底部那句向下引导，正好指进深色块——衔接成立，不用再加装饰 */
  .split{margin-bottom:0;}

  /* 深色块之后回到浅色页面时，只由下一段自己的上内边距给间距，
     不再叠加。 */
  .band-section + section.block{padding-top:clamp(56px,5.6vw,92px);}


  /* ===================================================================
     顶栏防溢出（07-31）

     为了满幅出血给 body 加了 overflow-x:clip。副作用要防一手：万一顶栏
     内容比视口宽，以前还能横向拖出来看，现在会被**直接裁掉且没有任何提示**
     ——"Start planning" 那个按钮就这么消失。
     所以让顶栏各部分可压缩、必要时收起导航，绝不让它有机会溢出。
     =================================================================== */

  .topnav-inner{flex-wrap:nowrap;}
  .wordmark{flex:0 0 auto;}
  nav.main{flex:1 1 auto;min-width:0;overflow:hidden;}
  .lang{flex:0 0 auto;}
  /* CTA 永不压缩、永不换行——它是顶栏上唯一的动作，宁可挤掉导航也要留住它 */
  .nav-cta{flex:0 0 auto;}

  /* 窄屏：先收语言切换，再收主导航（页脚里都有同样的链接，不会走不到） */
  @media (max-width:860px){
    .lang{display:none;}
    .topnav-inner{gap:20px;}
  }
  @media (max-width:680px){
    nav.main{display:none;}
    .topnav-inner{justify-content:space-between;}
  }
