/* roulang page: index */
:root{
      --bg:#F8F3EA;
      --bg-soft:#F2EEE7;
      --paper:#FFFDF8;
      --paper-2:#FBF6ED;
      --primary:#7C9272;
      --primary-deep:#607258;
      --primary-soft:#E5ECDF;
      --accent:#C98264;
      --accent-soft:#F2D9CC;
      --plum:#8B6F7F;
      --text:#2F2924;
      --muted:#756E66;
      --light:#9A9187;
      --line:#E2D8CC;
      --line-strong:#D2C4B4;
      --shadow:0 22px 55px rgba(80,60,40,.10);
      --shadow-soft:0 12px 28px rgba(80,60,40,.075);
      --radius-xl:34px;
      --radius-lg:26px;
      --radius-md:18px;
      --radius-sm:12px;
      --container:1200px;
      --font-sans:PingFang SC,Microsoft YaHei,Noto Sans SC,Source Han Sans SC,Arial,sans-serif;
      --font-serif:Noto Serif SC,Source Han Serif SC,STSong,SimSun,serif;
    }
    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{
      font-family:var(--font-sans);
      color:var(--text);
      background:
        radial-gradient(circle at 8% 12%, rgba(201,130,100,.16), transparent 28%),
        radial-gradient(circle at 88% 6%, rgba(124,146,114,.18), transparent 25%),
        linear-gradient(180deg,var(--bg),#FBF8F1 46%,var(--bg-soft));
      line-height:1.78;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none}
    img,svg{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    button{border:0;cursor:pointer}
    ::selection{background:var(--primary-soft);color:var(--text)}
    :focus-visible{outline:3px solid rgba(124,146,114,.34);outline-offset:3px}
    .container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
    .section{padding:96px 0}
    .section-tight{padding:70px 0}
    .eyebrow{
      display:inline-flex;align-items:center;gap:8px;
      padding:7px 13px;border-radius:999px;
      background:rgba(124,146,114,.12);color:var(--primary-deep);
      font-size:13px;font-weight:700;letter-spacing:.03em;
      border:1px solid rgba(124,146,114,.18);
    }
    .eyebrow:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--accent)}
    h1,h2,h3{line-height:1.18;letter-spacing:-.02em}
    h1{
      font-family:var(--font-serif);
      font-size:clamp(36px,5vw,58px);
      font-weight:800;
      max-width:760px;
    }
    h2{
      font-family:var(--font-serif);
      font-size:clamp(30px,3.2vw,42px);
      font-weight:800;
    }
    h3{font-size:22px;font-weight:800}
    p{color:var(--muted)}
    .lead{font-size:18px;line-height:1.9;color:var(--muted)}
    .section-head{
      display:flex;justify-content:space-between;gap:32px;align-items:end;
      margin-bottom:34px;
    }
    .section-head .lead{max-width:520px}
    .btn{
      display:inline-flex;align-items:center;justify-content:center;gap:9px;
      min-height:48px;padding:13px 22px;border-radius:999px;
      font-weight:800;transition:.25s ease;
      border:1px solid transparent;white-space:nowrap;
    }
    .btn-primary{
      color:#FFFDF8;background:var(--primary);
      box-shadow:0 12px 26px rgba(96,114,88,.22);
    }
    .btn-primary:hover{background:var(--primary-deep);transform:translateY(-2px);box-shadow:0 16px 34px rgba(96,114,88,.28)}
    .btn-secondary{
      color:var(--primary-deep);background:rgba(255,253,248,.78);
      border-color:var(--line);
    }
    .btn-secondary:hover{border-color:rgba(124,146,114,.45);background:#fff;transform:translateY(-2px)}
    .btn-text{color:var(--primary-deep);font-weight:800}
    .btn-text:hover{text-decoration:underline;text-underline-offset:5px}
    .site-header{
      position:fixed;top:20px;left:0;right:0;z-index:100;
      pointer-events:none;
    }
    .dock{
      width:min(1120px,calc(100% - 32px));margin:auto;
      display:flex;align-items:center;justify-content:space-between;gap:18px;
      padding:10px 12px 10px 16px;border-radius:999px;
      background:rgba(255,253,248,.86);
      border:1px solid rgba(226,216,204,.78);
      box-shadow:0 18px 45px rgba(70,52,34,.12);
      backdrop-filter:blur(14px);
      pointer-events:auto;
    }
    .brand{
      display:flex;align-items:center;gap:10px;font-weight:900;letter-spacing:-.03em;
      min-width:max-content;
    }
    .brand-mark{
      width:36px;height:36px;border-radius:50%;
      background:linear-gradient(135deg,var(--primary),#B9C5A9);
      position:relative;box-shadow:inset 0 0 0 5px rgba(255,255,255,.25);
    }
    .brand-mark:before,.brand-mark:after{
      content:"";position:absolute;border-radius:999px;background:#FFF9EF;
    }
    .brand-mark:before{width:16px;height:7px;left:10px;top:11px;transform:rotate(-28deg)}
    .brand-mark:after{width:13px;height:6px;right:8px;bottom:10px;transform:rotate(35deg)}
    .brand span{font-size:16px}
    .nav-links{display:flex;align-items:center;gap:4px}
    .nav-links a{
      padding:9px 14px;border-radius:999px;color:var(--muted);
      font-size:14px;font-weight:800;transition:.22s ease;
    }
    .nav-links a:hover{color:var(--primary-deep);background:rgba(124,146,114,.10)}
    .nav-links a.active{color:var(--primary-deep);background:var(--primary-soft)}
    .nav-actions{display:flex;align-items:center;gap:8px}
    .search-btn{
      width:42px;height:42px;border-radius:50%;
      background:var(--bg-soft);color:var(--primary-deep);
      display:grid;place-items:center;border:1px solid var(--line);
      transition:.22s ease;
    }
    .search-btn:hover{background:#fff;transform:translateY(-1px)}
    .menu-toggle{display:none;width:44px;height:44px;border-radius:50%;background:var(--primary);color:#fff}
    .hero{padding:148px 0 70px}
    .hero-grid{
      display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,520px);
      gap:56px;align-items:center;
    }
    .hero-copy{padding-top:24px}
    .hero-copy .lead{margin:24px 0 28px;max-width:650px}
    .hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:26px}
    .trust-tags{display:flex;flex-wrap:wrap;gap:10px}
    .tag{
      display:inline-flex;align-items:center;gap:7px;
      padding:8px 12px;border-radius:999px;background:rgba(255,253,248,.72);
      border:1px solid var(--line);color:var(--muted);
      font-size:13px;font-weight:700;
    }
    .tag i{width:8px;height:8px;border-radius:50%;background:var(--primary)}
    .magazine-visual{
      position:relative;min-height:560px;
      border-radius:var(--radius-xl);
    }
    .photo-card{
      position:absolute;border-radius:32px;overflow:hidden;background:#fff;
      border:1px solid rgba(226,216,204,.88);
      box-shadow:var(--shadow);
    }
    .photo-card .art{
      height:100%;min-height:100%;
      background-size:cover;background-position:center;
    }
    .art-reading{
      background:
        linear-gradient(135deg,rgba(255,253,248,.18),rgba(124,146,114,.10)),
        radial-gradient(circle at 70% 28%,#E7D4C3 0 12%,transparent 13%),
        radial-gradient(circle at 43% 32%,#C7BBA9 0 8%,transparent 9%),
        linear-gradient(145deg,#B7C5AB,#F0DDC7 52%,#F8F3EA);
    }
    .art-walk{
      background:
        radial-gradient(circle at 40% 28%,#F5E5D9 0 10%,transparent 11%),
        linear-gradient(155deg,#D7E0D1,#F5F0E7 48%,#C98264);
    }
    .art-tea{
      background:
        radial-gradient(circle at 64% 35%,#EAD5C5 0 13%,transparent 14%),
        linear-gradient(140deg,#F8F3EA,#D2DFCE 58%,#A7B49C);
    }
    .photo-main{width:78%;height:430px;right:6px;top:34px;transform:rotate(1.5deg)}
    .photo-small{width:235px;height:250px;left:0;top:10px;transform:rotate(-5deg)}
    .photo-tall{width:250px;height:310px;left:32px;bottom:16px;transform:rotate(3deg)}
    .visual-note{
      position:absolute;right:0;bottom:44px;width:246px;
      padding:18px;border-radius:24px;background:rgba(255,253,248,.9);
      border:1px solid var(--line);box-shadow:var(--shadow-soft);
    }
    .visual-note strong{display:block;font-size:28px;line-height:1;color:var(--primary-deep);margin-bottom:8px}
    .visual-note span{font-size:13px;color:var(--muted);font-weight:700}
    .floating-kpi{
      position:absolute;left:20px;top:300px;
      padding:12px 15px;border-radius:18px;background:var(--text);
      color:#fff;box-shadow:var(--shadow-soft);font-weight:800;font-size:13px;
    }
    .floating-kpi small{display:block;color:#E8DED2;font-weight:600;margin-top:2px}
    .intro-strip{
      margin-top:36px;display:grid;grid-template-columns:repeat(4,1fr);
      border:1px solid var(--line);border-radius:28px;overflow:hidden;
      background:rgba(255,253,248,.68);
    }
    .intro-item{padding:22px;border-right:1px solid var(--line)}
    .intro-item:last-child{border-right:0}
    .intro-item b{font-size:24px;color:var(--primary-deep)}
    .intro-item span{display:block;color:var(--muted);font-size:14px;margin-top:4px}
    .bento{
      display:grid;grid-template-columns:1.25fr .85fr .85fr;grid-auto-rows:190px;gap:18px;
    }
    .bento-card{
      position:relative;overflow:hidden;padding:28px;border-radius:var(--radius-lg);
      background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow-soft);
      transition:.25s ease;
    }
    .bento-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
    .bento-card.large{grid-row:span 2;background:linear-gradient(145deg,#EEF4E9,#FFFDF8)}
    .bento-card.apricot{background:#F8E7DA}
    .bento-card.sage{background:#EAF0E4}
    .bento-card.cream{background:#FFF7EB}
    .bento-card.plum{background:#F0E9EE}
    .card-icon{
      width:48px;height:48px;border-radius:17px;background:rgba(124,146,114,.14);
      display:grid;place-items:center;color:var(--primary-deep);font-weight:900;margin-bottom:18px;
    }
    .bento-card h3{margin-bottom:10px}
    .bento-card p{font-size:15px}
    .bento-card.large p{max-width:460px}
    .line-list{margin-top:24px;display:grid;gap:12px}
    .line-list li{
      list-style:none;display:flex;gap:10px;align-items:flex-start;color:var(--muted);
      padding:12px 0;border-bottom:1px dashed rgba(124,146,114,.26);
    }
    .line-list li:before{content:"";width:9px;height:9px;border-radius:50%;background:var(--accent);margin-top:10px;flex:0 0 auto}
    .category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
    .category-card{
      padding:30px;border-radius:30px;background:rgba(255,253,248,.78);
      border:1px solid var(--line);box-shadow:var(--shadow-soft);transition:.25s ease;
      min-height:275px;display:flex;flex-direction:column;justify-content:space-between;
    }
    .category-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:rgba(124,146,114,.36)}
    .category-card .num{font-size:13px;font-weight:900;color:var(--accent);letter-spacing:.08em}
    .category-card h3{margin:14px 0 10px}
    .category-card p{font-size:15px}
    .masonry{
      columns:3 300px;column-gap:20px;
    }
    .story{
      break-inside:avoid;margin:0 0 20px;padding:22px;border-radius:28px;
      background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow-soft);
      transition:.25s ease;overflow:hidden;
    }
    .story:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
    .story-visual{
      height:150px;border-radius:22px;margin-bottom:18px;overflow:hidden;
      background-size:cover;background-position:center;
    }
    .story:nth-child(2n) .story-visual{height:210px}
    .story:nth-child(3n) .story-visual{height:120px}
    .badge{
      display:inline-flex;padding:6px 10px;border-radius:999px;
      color:var(--primary-deep);background:var(--primary-soft);
      font-size:12px;font-weight:900;margin-bottom:10px;
    }
    .story h3{font-size:20px;margin-bottom:8px}
    .story p{font-size:15px}
    .meta{margin-top:14px;color:var(--light);font-size:13px;font-weight:700}
    .plans{
      display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch;
    }
    .plan{
      position:relative;padding:30px;border-radius:30px;background:rgba(255,253,248,.82);
      border:1px solid var(--line);box-shadow:var(--shadow-soft);
      display:flex;flex-direction:column;gap:20px;
    }
    .plan.recommended{border:2px solid rgba(124,146,114,.58);background:linear-gradient(180deg,#FFFDF8,#EEF4E9)}
    .ribbon{
      position:absolute;right:24px;top:22px;background:var(--accent);color:#fff;
      border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900;
    }
    .plan h3{padding-right:82px}
    .plan .who{padding:14px;border-radius:18px;background:var(--bg-soft);color:var(--muted);font-size:14px}
    .check-list{display:grid;gap:10px}
    .check-list li{list-style:none;display:flex;gap:10px;color:var(--muted);font-size:15px}
    .check-list li:before{content:"✓";color:var(--primary-deep);font-weight:900}
    .process-band{
      background:var(--text);color:#fff;border-radius:34px;padding:38px;
      display:grid;grid-template-columns:1.1fr 1.9fr;gap:34px;align-items:center;
      box-shadow:var(--shadow);
    }
    .process-band p{color:#DED5CB}
    .steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
    .step{
      padding:18px;border-radius:22px;background:rgba(255,253,248,.08);
      border:1px solid rgba(255,253,248,.13);
    }
    .step b{display:block;color:#F3D2C3;margin-bottom:8px;font-size:20px}
    .step span{color:#E8DED2;font-size:14px}
    .faq-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:34px;align-items:start}
    .faq-list{display:grid;gap:14px}
    .faq-item{
      border:1px solid var(--line);border-radius:22px;background:rgba(255,253,248,.82);
      overflow:hidden;box-shadow:0 8px 20px rgba(80,60,40,.045);
    }
    .faq-q{
      width:100%;display:flex;justify-content:space-between;align-items:center;gap:18px;
      padding:20px 22px;background:transparent;color:var(--text);font-weight:900;text-align:left;
    }
    .faq-q span:last-child{
      width:28px;height:28px;border-radius:50%;display:grid;place-items:center;
      background:var(--primary-soft);color:var(--primary-deep);flex:0 0 auto;
      transition:.2s ease;
    }
    .faq-a{display:none;padding:0 22px 22px;color:var(--muted);font-size:15px}
    .faq-item.open .faq-a{display:block}
    .faq-item.open .faq-q span:last-child{transform:rotate(45deg);background:var(--primary);color:#fff}
    .cta-contact{
      padding:46px;border-radius:36px;background:
        linear-gradient(135deg,rgba(124,146,114,.14),rgba(201,130,100,.12)),
        var(--paper);
      border:1px solid var(--line);box-shadow:var(--shadow);
      display:grid;grid-template-columns:.95fr 1.05fr;gap:34px;
      position:relative;overflow:hidden;
    }
    .cta-contact:before{
      content:"";position:absolute;right:-90px;top:-90px;width:230px;height:230px;border-radius:50%;
      background:rgba(124,146,114,.13);
    }
    .privacy-card{
      margin-top:24px;padding:20px;border-radius:24px;background:rgba(47,41,36,.94);color:#fff;
    }
    .privacy-card p{color:#E8DED2;font-size:14px}
    .contact-form{display:grid;gap:14px;position:relative}
    .form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
    .field label{display:block;font-size:13px;font-weight:900;color:var(--text);margin:0 0 7px 2px}
    .field input,.field select,.field textarea{
      width:100%;border:1px solid var(--line);background:rgba(255,253,248,.88);
      border-radius:17px;padding:14px 15px;color:var(--text);transition:.2s ease;
    }
    .field textarea{min-height:128px;resize:vertical}
    .field input:focus,.field select:focus,.field textarea:focus{
      outline:none;border-color:var(--primary);
      box-shadow:0 0 0 4px rgba(124,146,114,.16);background:#fff;
    }
    .form-note{font-size:13px;color:var(--muted)}
    .form-success{
      display:none;padding:12px 14px;border-radius:16px;background:var(--primary-soft);
      color:var(--primary-deep);font-weight:800;font-size:14px;
    }
    .site-footer{
      margin-top:84px;background:#2F2924;color:#FFF8ED;padding:58px 0 26px;
      border-top-left-radius:36px;border-top-right-radius:36px;
    }
    .footer-grid{display:grid;grid-template-columns:1.4fr .8fr .9fr .9fr;gap:34px;margin-bottom:34px}
    .footer-brand{display:flex;align-items:center;gap:10px;font-weight:900;margin-bottom:16px}
    .footer-brand .brand-mark{width:34px;height:34px}
    .site-footer p{color:#D8CEC3;font-size:14px;max-width:420px}
    .footer-title{font-weight:900;margin-bottom:14px;color:#FFF8ED}
    .footer-links{display:grid;gap:9px}
    .footer-links a{color:#D8CEC3;font-size:14px;transition:.2s ease}
    .footer-links a:hover{color:#fff;text-decoration:underline;text-underline-offset:5px}
    .footer-bottom{
      padding-top:24px;border-top:1px solid rgba(255,253,248,.12);
      display:flex;justify-content:space-between;gap:20px;color:#BFB4A9;font-size:13px;
    }
    .mobile-panel{display:none}
    @media (max-width:1024px){
      .nav-links,.nav-actions .search-btn{display:none}
      .menu-toggle{display:grid;place-items:center}
      .dock{border-radius:28px}
      .mobile-panel{
        width:min(1120px,calc(100% - 32px));margin:8px auto 0;padding:12px;
        background:rgba(255,253,248,.94);border:1px solid var(--line);border-radius:24px;
        box-shadow:var(--shadow);backdrop-filter:blur(14px);pointer-events:auto;
      }
      .mobile-panel.open{display:grid;gap:8px}
      .mobile-panel a{padding:13px 16px;border-radius:16px;color:var(--muted);font-weight:800}
      .mobile-panel a.active,.mobile-panel a:hover{background:var(--primary-soft);color:var(--primary-deep)}
      .mobile-panel .btn{margin-top:4px}
      .hero-grid{grid-template-columns:1fr;gap:28px}
      .magazine-visual{min-height:470px;max-width:620px;margin:auto;width:100%}
      .intro-strip{grid-template-columns:repeat(2,1fr)}
      .intro-item:nth-child(2){border-right:0}
      .intro-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
      .bento{grid-template-columns:1fr 1fr}
      .bento-card.large{grid-column:span 2}
      .category-grid,.plans{grid-template-columns:1fr 1fr}
      .process-band,.faq-wrap,.cta-contact{grid-template-columns:1fr}
      .steps{grid-template-columns:repeat(2,1fr)}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:768px){
      .container{width:min(100% - 28px,var(--container))}
      .section{padding:68px 0}
      .section-head{display:block}
      .section-head .lead{margin-top:14px}
      .brand span{font-size:15px}
      .dock{padding:9px 10px 9px 12px}
      .nav-actions .btn{display:none}
      .hero{padding-top:124px}
      .hero-ctas .btn{width:100%}
      .trust-tags{gap:8px}
      .magazine-visual{min-height:370px}
      .photo-main{width:82%;height:295px;top:36px}
      .photo-small{width:165px;height:170px}
      .photo-tall{display:none}
      .visual-note{width:205px;right:4px;bottom:10px;padding:15px}
      .floating-kpi{left:10px;top:250px}
      .intro-strip{grid-template-columns:1fr;border-radius:24px}
      .intro-item{border-right:0;border-bottom:1px solid var(--line)}
      .intro-item:last-child{border-bottom:0}
      .bento,.category-grid,.plans{grid-template-columns:1fr}
      .bento-card.large{grid-column:auto}
      .masonry{columns:1}
      .steps,.form-row{grid-template-columns:1fr}
      .cta-contact{padding:28px;border-radius:28px}
      .footer-grid{grid-template-columns:1fr}
      .footer-bottom{flex-direction:column}
    }
    @media (max-width:420px){
      h1{font-size:34px}
      .section{padding:58px 0}
      .bento-card,.category-card,.plan,.story{padding:22px;border-radius:24px}
      .process-band{padding:26px;border-radius:28px}
      .tag{font-size:12px}
      .visual-note{position:relative;right:auto;bottom:auto;margin:12px 0 0 auto}
    }

/* roulang page: category2 */
:root{
      --primary:#7C9272;
      --primary-dark:#607457;
      --primary-soft:#E7EDE2;
      --accent:#C98264;
      --accent-soft:#F4DED2;
      --cream:#F8F3EA;
      --paper:#FFFBF4;
      --warm:#F2EEE7;
      --text:#2F2924;
      --muted:#756E66;
      --light-muted:#9A9188;
      --border:#E2D8CC;
      --footer:#2A241F;
      --white:#FFFFFF;
      --shadow:0 22px 60px rgba(80,60,40,.10);
      --shadow-soft:0 14px 34px rgba(80,60,40,.08);
      --radius-xl:34px;
      --radius-lg:26px;
      --radius-md:18px;
      --radius-sm:12px;
      --container:1180px;
      --ease:all .28s ease;
    }

    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{
      font-family:PingFang SC,Microsoft YaHei,Noto Sans SC,Source Han Sans SC,Arial,sans-serif;
      color:var(--text);
      background:
        radial-gradient(circle at 8% 6%, rgba(201,130,100,.18), transparent 34%),
        radial-gradient(circle at 88% 16%, rgba(124,146,114,.16), transparent 32%),
        linear-gradient(180deg,var(--cream) 0%,#FBF7EF 46%,var(--warm) 100%);
      line-height:1.78;
      font-size:16px;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    button{border:0;cursor:pointer;background:none}
    ::selection{background:var(--accent-soft);color:var(--text)}
    :focus-visible{outline:3px solid rgba(124,146,114,.35);outline-offset:3px}

    .container{
      width:min(var(--container), calc(100% - 40px));
      margin:0 auto;
    }
    .site-header{
      position:fixed;
      top:20px;
      left:0;
      width:100%;
      z-index:1000;
      pointer-events:none;
    }
    .dock{
      width:min(1120px, calc(100% - 40px));
      margin:0 auto;
      min-height:70px;
      padding:10px 12px 10px 18px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      border:1px solid rgba(226,216,204,.82);
      border-radius:999px;
      background:rgba(255,251,244,.88);
      box-shadow:0 18px 44px rgba(80,60,40,.12);
      backdrop-filter:blur(14px);
      pointer-events:auto;
    }
    .brand,.footer-brand{
      display:flex;
      align-items:center;
      gap:10px;
      font-weight:800;
      letter-spacing:.01em;
      white-space:nowrap;
      color:var(--text);
    }
    .brand-mark{
      width:34px;
      height:34px;
      border-radius:50%;
      background:
        radial-gradient(circle at 68% 32%, var(--accent) 0 10%, transparent 11%),
        linear-gradient(135deg,var(--primary),#9DAE8F);
      position:relative;
      box-shadow:inset 0 0 0 6px rgba(255,255,255,.24);
      flex:0 0 auto;
    }
    .brand-mark:after{
      content:"";
      position:absolute;
      width:15px;
      height:9px;
      border:2px solid rgba(255,251,244,.92);
      border-top:0;
      border-radius:0 0 18px 18px;
      left:9px;
      top:12px;
      transform:rotate(-28deg);
    }
    .nav-links{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:4px;
      padding:4px;
      border-radius:999px;
      background:rgba(242,238,231,.65);
    }
    .nav-links a,.mobile-panel a:not(.btn){
      color:var(--muted);
      font-size:14px;
      font-weight:650;
      padding:10px 15px;
      border-radius:999px;
      transition:var(--ease);
      white-space:nowrap;
    }
    .nav-links a:hover,.mobile-panel a:not(.btn):hover{
      color:var(--primary-dark);
      background:rgba(124,146,114,.10);
    }
    .nav-links a.active,.mobile-panel a.active{
      color:var(--primary-dark);
      background:var(--primary-soft);
      box-shadow:inset 0 0 0 1px rgba(124,146,114,.14);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .search-btn{
      width:44px;
      height:44px;
      display:grid;
      place-items:center;
      color:var(--primary-dark);
      border-radius:50%;
      background:rgba(124,146,114,.10);
      transition:var(--ease);
    }
    .search-btn:hover{transform:translateY(-2px);background:rgba(124,146,114,.18)}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:13px 22px;
      border-radius:999px;
      font-weight:750;
      border:1px solid transparent;
      transition:var(--ease);
      line-height:1.2;
      white-space:nowrap;
    }
    .btn-primary{
      background:var(--primary);
      color:var(--paper);
      box-shadow:0 12px 24px rgba(124,146,114,.24);
    }
    .btn-primary:hover{
      background:var(--primary-dark);
      transform:translateY(-2px);
      box-shadow:0 18px 32px rgba(124,146,114,.30);
    }
    .btn-secondary{
      background:rgba(255,251,244,.72);
      color:var(--primary-dark);
      border-color:rgba(124,146,114,.24);
    }
    .btn-secondary:hover{
      background:var(--primary-soft);
      transform:translateY(-2px);
    }
    .menu-toggle{
      display:none;
      width:44px;
      height:44px;
      border-radius:50%;
      color:var(--primary-dark);
      background:rgba(124,146,114,.10);
      font-size:22px;
      line-height:1;
    }
    .mobile-panel{
      display:none;
      pointer-events:auto;
      width:min(520px, calc(100% - 40px));
      margin:10px auto 0;
      padding:14px;
      border:1px solid var(--border);
      border-radius:26px;
      background:rgba(255,251,244,.96);
      box-shadow:var(--shadow);
      backdrop-filter:blur(14px);
    }
    .mobile-panel.open{display:grid;gap:8px}
    .mobile-panel .btn{width:100%;margin-top:4px}

    main{padding-top:120px}
    section{padding:88px 0}
    .section-head{
      max-width:760px;
      margin-bottom:34px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 13px;
      border-radius:999px;
      background:rgba(201,130,100,.12);
      color:#9C6047;
      font-size:13px;
      font-weight:800;
      letter-spacing:.04em;
      margin-bottom:18px;
    }
    .eyebrow:before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--accent);
    }
    h1,h2,h3{
      line-height:1.18;
      letter-spacing:-.03em;
      color:var(--text);
    }
    h1{
      font-size:clamp(34px,5vw,56px);
      font-weight:850;
      max-width:820px;
    }
    h2{
      font-size:clamp(28px,3.5vw,40px);
      font-weight:820;
    }
    h3{
      font-size:22px;
      font-weight:800;
    }
    .lead{
      font-size:18px;
      color:var(--muted);
      line-height:1.9;
      margin-top:20px;
    }
    .muted{color:var(--muted)}
    .tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 11px;
      border-radius:999px;
      font-size:13px;
      font-weight:750;
      color:var(--primary-dark);
      background:var(--primary-soft);
      border:1px solid rgba(124,146,114,.14);
    }

    .hero-life{
      padding:58px 0 92px;
    }
    .hero-frame{
      position:relative;
      min-height:610px;
      border-radius:42px;
      overflow:hidden;
      background:
        linear-gradient(90deg,rgba(47,41,36,.66),rgba(47,41,36,.22) 48%,rgba(47,41,36,.05)),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1400' height='760' viewBox='0 0 1400 760'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' x2='1' y1='0' y2='1'%3E%3Cstop stop-color='%23F4DED2'/%3E%3Cstop offset='.52' stop-color='%23FFF7EE'/%3E%3Cstop offset='1' stop-color='%23DDE5D7'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1400' height='760' fill='url(/%23g)'/%3E%3Ccircle cx='1060' cy='190' r='190' fill='%23C98264' opacity='.15'/%3E%3Ccircle cx='1120' cy='540' r='260' fill='%237C9272' opacity='.14'/%3E%3Cpath d='M830 160c120 30 250 118 292 260 19 65-22 143-98 161-93 23-205-41-269-114-74-84-79-181-44-239 24-41 68-78 119-68Z' fill='%23ffffff' opacity='.36'/%3E%3Cpath d='M935 250c38-34 97-27 128 14 32 42 20 105-25 132-46 28-109 10-133-39-17-36-4-77 30-107Z' fill='%23C98264' opacity='.20'/%3E%3Cpath d='M995 432c58-38 141-15 168 49 28 65-17 139-88 145-74 7-139-50-136-121 1-30 19-57 56-73Z' fill='%237C9272' opacity='.20'/%3E%3Cpath d='M125 130h470v500H125z' fill='%23FFFDF7' opacity='.26'/%3E%3Cpath d='M173 192h360M173 246h280M173 300h330M173 354h238' stroke='%23C98264' stroke-width='4' opacity='.20' stroke-linecap='round'/%3E%3C/svg%3E") center/cover;
      box-shadow:var(--shadow);
      border:1px solid rgba(226,216,204,.88);
    }
    .hero-copy{
      position:absolute;
      left:44px;
      bottom:44px;
      width:min(640px, calc(100% - 88px));
      padding:34px;
      border-radius:34px;
      background:rgba(255,251,244,.88);
      backdrop-filter:blur(8px);
      box-shadow:0 18px 48px rgba(47,41,36,.14);
      border:1px solid rgba(255,255,255,.58);
    }
    .hero-copy .lead{font-size:17px}
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:26px;
    }
    .hero-notes{
      position:absolute;
      right:38px;
      top:38px;
      width:300px;
      display:grid;
      gap:14px;
    }
    .note-card{
      padding:18px 20px;
      border-radius:24px;
      background:rgba(255,251,244,.84);
      box-shadow:var(--shadow-soft);
      border:1px solid rgba(226,216,204,.70);
      backdrop-filter:blur(6px);
    }
    .note-card strong{
      display:block;
      font-size:24px;
      line-height:1.1;
      color:var(--accent);
      margin-bottom:6px;
    }
    .note-card span{font-size:14px;color:var(--muted)}
    .vertical-label{
      position:absolute;
      right:36px;
      bottom:38px;
      padding:14px 18px;
      writing-mode:vertical-rl;
      letter-spacing:.18em;
      border-radius:999px;
      color:var(--primary-dark);
      background:rgba(231,237,226,.82);
      font-weight:800;
    }

    .theme-grid{
      display:grid;
      grid-template-columns:repeat(5,1fr);
      gap:18px;
    }
    .theme-card{
      min-height:250px;
      padding:28px;
      border-radius:30px;
      background:var(--paper);
      border:1px solid var(--border);
      box-shadow:var(--shadow-soft);
      transition:var(--ease);
      position:relative;
      overflow:hidden;
    }
    .theme-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
    .theme-card:after{
      content:"";
      position:absolute;
      width:130px;
      height:130px;
      border-radius:50%;
      right:-48px;
      bottom:-50px;
      background:rgba(201,130,100,.12);
    }
    .theme-card.large{
      grid-column:span 2;
      background:linear-gradient(135deg,#FFF8EF,#F3DFD2);
    }
    .theme-card:nth-child(2){grid-column:span 1;background:#F7EFE2}
    .theme-card:nth-child(3){grid-column:span 1;background:#EEF2E9}
    .theme-card:nth-child(4){grid-column:span 1;background:#FBF5EA}
    .theme-card:nth-child(5){grid-column:span 2;background:#F1E8DE}
    .theme-icon{
      width:52px;
      height:52px;
      border-radius:18px;
      display:grid;
      place-items:center;
      color:var(--paper);
      background:var(--accent);
      font-size:24px;
      margin-bottom:20px;
      box-shadow:0 14px 24px rgba(201,130,100,.18);
    }
    .theme-card h3{margin-bottom:12px}
    .theme-card p{color:var(--muted);position:relative;z-index:1}

    .split-band{
      background:rgba(255,251,244,.56);
      border-top:1px solid rgba(226,216,204,.65);
      border-bottom:1px solid rgba(226,216,204,.65);
    }
    .split-layout{
      display:grid;
      grid-template-columns:.95fr 1.05fr;
      gap:36px;
      align-items:start;
    }
    .editor-panel{
      position:sticky;
      top:116px;
      padding:34px;
      border-radius:34px;
      background:var(--footer);
      color:var(--paper);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .editor-panel:before{
      content:"";
      position:absolute;
      width:230px;
      height:230px;
      border-radius:50%;
      background:rgba(201,130,100,.25);
      right:-80px;
      top:-90px;
    }
    .editor-panel h2,.editor-panel p{color:var(--paper);position:relative}
    .editor-panel p{opacity:.82;margin-top:18px}
    .check-list{
      display:grid;
      gap:14px;
      margin-top:28px;
      position:relative;
    }
    .check-list li{
      list-style:none;
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:14px;
      border-radius:18px;
      background:rgba(255,251,244,.08);
      border:1px solid rgba(255,251,244,.12);
      color:rgba(255,251,244,.88);
    }
    .check-list li:before{
      content:"✓";
      width:24px;
      height:24px;
      flex:0 0 24px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:var(--primary);
      color:var(--paper);
      font-weight:900;
      line-height:1;
    }
    .inspiration-grid{
      columns:2 270px;
      column-gap:18px;
    }
    .inspiration-card{
      display:inline-block;
      width:100%;
      margin:0 0 18px;
      border-radius:28px;
      overflow:hidden;
      background:var(--paper);
      border:1px solid var(--border);
      box-shadow:var(--shadow-soft);
      transition:var(--ease);
    }
    .inspiration-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
    .art{
      min-height:180px;
      background:linear-gradient(135deg,#F4DED2,#FFF7EE);
      position:relative;
      overflow:hidden;
    }
    .art.tall{min-height:260px}
    .art.medium{min-height:220px}
    .art:before{
      content:"";
      position:absolute;
      inset:26px;
      border-radius:32px;
      background:
        radial-gradient(circle at 72% 30%, rgba(124,146,114,.24), transparent 28%),
        radial-gradient(circle at 28% 66%, rgba(201,130,100,.22), transparent 28%),
        rgba(255,255,255,.32);
      border:1px solid rgba(255,255,255,.45);
    }
    .art:after{
      content:"";
      position:absolute;
      width:110px;
      height:150px;
      left:50%;
      top:50%;
      transform:translate(-50%,-42%);
      border-radius:60px 60px 18px 18px;
      background:rgba(47,41,36,.09);
      box-shadow:0 -62px 0 -28px rgba(47,41,36,.12);
    }
    .inspiration-body{padding:22px}
    .inspiration-body h3{font-size:20px;margin:10px 0}
    .meta{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:10px;
      color:var(--light-muted);
      font-size:13px;
      margin-top:14px;
    }

    .daily-list{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:18px;
      counter-reset:item;
    }
    .daily-item{
      counter-increment:item;
      display:grid;
      grid-template-columns:64px 1fr;
      gap:18px;
      padding:24px;
      border-radius:26px;
      background:rgba(255,251,244,.78);
      border:1px solid var(--border);
      box-shadow:var(--shadow-soft);
      transition:var(--ease);
    }
    .daily-item:hover{transform:translateY(-3px)}
    .daily-item:before{
      content:"0" counter(item);
      width:64px;
      height:64px;
      display:grid;
      place-items:center;
      border-radius:22px;
      background:var(--accent-soft);
      color:#9C6047;
      font-weight:900;
      font-size:20px;
    }
    .daily-item h3{margin-bottom:8px}
    .daily-item p{color:var(--muted)}

    .process-wrap{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
    }
    .process-card{
      position:relative;
      padding:26px;
      border-radius:28px;
      background:var(--paper);
      border:1px solid var(--border);
      box-shadow:var(--shadow-soft);
    }
    .process-card .step{
      width:42px;
      height:42px;
      display:grid;
      place-items:center;
      border-radius:50%;
      color:var(--paper);
      background:var(--primary);
      font-weight:900;
      margin-bottom:18px;
    }
    .process-card h3{font-size:20px;margin-bottom:10px}
    .process-card p{color:var(--muted)}
    .process-card:not(:last-child):after{
      content:"";
      position:absolute;
      right:-18px;
      top:48px;
      width:18px;
      height:2px;
      background:var(--border);
    }

    .faq-grid{
      display:grid;
      grid-template-columns:.78fr 1.22fr;
      gap:34px;
      align-items:start;
    }
    .faq-intro{
      padding:30px;
      border-radius:32px;
      background:linear-gradient(135deg,#F4DED2,#FFF8EF);
      border:1px solid var(--border);
      box-shadow:var(--shadow-soft);
    }
    .faq-list{display:grid;gap:14px}
    .faq-item{
      border:1px solid var(--border);
      border-radius:22px;
      background:rgba(255,251,244,.82);
      overflow:hidden;
      box-shadow:0 10px 22px rgba(80,60,40,.05);
    }
    .faq-question{
      width:100%;
      min-height:66px;
      padding:18px 22px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
      text-align:left;
      color:var(--text);
      font-weight:800;
    }
    .faq-question span:last-child{
      width:30px;
      height:30px;
      display:grid;
      place-items:center;
      border-radius:50%;
      background:var(--primary-soft);
      color:var(--primary-dark);
      flex:0 0 auto;
      transition:var(--ease);
    }
    .faq-answer{
      display:none;
      padding:0 22px 20px;
      color:var(--muted);
      border-top:1px solid rgba(226,216,204,.65);
      background:rgba(248,243,234,.48);
    }
    .faq-item.open .faq-answer{display:block}
    .faq-item.open .faq-question span:last-child{transform:rotate(45deg);background:var(--accent-soft);color:#9C6047}

    .contact-section{
      padding-bottom:110px;
    }
    .contact-card{
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:30px;
      padding:36px;
      border-radius:38px;
      background:
        radial-gradient(circle at 10% 10%, rgba(201,130,100,.18), transparent 34%),
        linear-gradient(135deg,var(--paper),#F7ECE3);
      border:1px solid var(--border);
      box-shadow:var(--shadow);
    }
    .contact-aside{
      padding:30px;
      border-radius:30px;
      background:rgba(124,146,114,.12);
      border:1px solid rgba(124,146,114,.18);
    }
    .contact-aside h2{margin-bottom:16px}
    .privacy-box{
      margin-top:26px;
      padding:20px;
      border-radius:22px;
      background:rgba(255,251,244,.72);
      border:1px solid rgba(226,216,204,.78);
    }
    .privacy-box strong{display:block;margin-bottom:8px;color:var(--primary-dark)}
    .form{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      padding:30px;
      border-radius:30px;
      background:rgba(255,251,244,.82);
      border:1px solid rgba(226,216,204,.72);
    }
    .form-field{display:grid;gap:8px}
    .form-field.full{grid-column:1/-1}
    label{
      font-size:14px;
      font-weight:800;
      color:var(--text);
    }
    input,select,textarea{
      width:100%;
      border:1px solid var(--border);
      border-radius:16px;
      background:#fffdf8;
      color:var(--text);
      padding:14px 15px;
      outline:none;
      transition:var(--ease);
    }
    textarea{min-height:132px;resize:vertical}
    input:focus,select:focus,textarea:focus{
      border-color:var(--primary);
      box-shadow:0 0 0 4px rgba(124,146,114,.14);
      background:var(--white);
    }
    .form-note{
      grid-column:1/-1;
      color:var(--muted);
      font-size:13px;
      line-height:1.6;
    }
    .form .btn{justify-self:start}

    .site-footer{
      background:var(--footer);
      color:rgba(255,251,244,.82);
      padding:70px 0 30px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.35fr .8fr 1fr .82fr;
      gap:34px;
    }
    .footer-brand{
      color:var(--paper);
      margin-bottom:16px;
      font-size:18px;
    }
    .site-footer p{
      color:rgba(255,251,244,.68);
      max-width:420px;
    }
    .footer-title{
      color:var(--paper);
      font-weight:850;
      margin-bottom:16px;
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:rgba(255,251,244,.66);
      transition:var(--ease);
    }
    .footer-links a:hover{
      color:var(--paper);
      transform:translateX(3px);
    }
    .footer-bottom{
      display:flex;
      justify-content:space-between;
      gap:18px;
      margin-top:46px;
      padding-top:22px;
      border-top:1px solid rgba(255,251,244,.12);
      color:rgba(255,251,244,.55);
      font-size:14px;
    }

    @media (max-width:1080px){
      .dock{width:calc(100% - 28px)}
      .nav-links{display:none}
      .menu-toggle{display:grid;place-items:center}
      .hero-notes{display:none}
      .vertical-label{display:none}
      .theme-grid{grid-template-columns:repeat(2,1fr)}
      .theme-card.large,.theme-card:nth-child(5){grid-column:span 2}
      .split-layout,.faq-grid,.contact-card{grid-template-columns:1fr}
      .editor-panel{position:relative;top:auto}
      .process-wrap{grid-template-columns:repeat(2,1fr)}
      .process-card:not(:last-child):after{display:none}
      .footer-grid{grid-template-columns:1fr 1fr}
    }

    @media (max-width:760px){
      body{font-size:15px}
      .container{width:calc(100% - 28px)}
      .site-header{top:12px}
      .dock{
        min-height:62px;
        padding:8px 9px 8px 13px;
        gap:8px;
      }
      .brand span:last-child{font-size:14px}
      .brand-mark{width:31px;height:31px}
      .search-btn,.dock .nav-actions .btn{display:none}
      main{padding-top:90px}
      section{padding:62px 0}
      .hero-life{padding:36px 0 64px}
      .hero-frame{
        min-height:660px;
        border-radius:30px;
      }
      .hero-copy{
        left:16px;
        right:16px;
        bottom:16px;
        width:auto;
        padding:24px;
        border-radius:26px;
      }
      .hero-actions{display:grid}
      .btn{width:100%}
      .theme-grid,.daily-list,.process-wrap{grid-template-columns:1fr}
      .theme-card.large,.theme-card:nth-child(5){grid-column:auto}
      .theme-card{min-height:auto;padding:24px}
      .inspiration-grid{columns:1}
      .daily-item{grid-template-columns:52px 1fr;padding:20px}
      .daily-item:before{width:52px;height:52px;border-radius:18px;font-size:18px}
      .contact-card{padding:18px;border-radius:30px}
      .contact-aside,.form{padding:22px;border-radius:24px}
      .form{grid-template-columns:1fr}
      .form .btn{justify-self:stretch}
      .footer-grid{grid-template-columns:1fr}
      .footer-bottom{flex-direction:column}
    }

    @media (max-width:420px){
      .mobile-panel{width:calc(100% - 24px)}
      h1{font-size:32px}
      h2{font-size:27px}
      .hero-copy{padding:20px}
      .note-card,.theme-card,.process-card,.faq-intro{border-radius:22px}
      .daily-item{grid-template-columns:1fr}
    }

/* roulang page: category1 */
:root{
      --sage:#7C9272;
      --sage-dark:#607356;
      --sage-soft:#E8EFE3;
      --terracotta:#C98264;
      --terracotta-soft:#F4E0D5;
      --cream:#F8F3EA;
      --warm:#F2EEE7;
      --paper:#FFFDF8;
      --ink:#2F2924;
      --muted:#756E66;
      --light-muted:#9A9289;
      --border:#E2D8CC;
      --line:#ECE3D8;
      --amber:#B88948;
      --footer:#2D2823;
      --white:#FFFFFF;
      --shadow:0 22px 60px rgba(80,60,40,.10);
      --shadow-soft:0 12px 34px rgba(80,60,40,.08);
      --radius-xl:34px;
      --radius-lg:26px;
      --radius-md:18px;
      --radius-pill:999px;
      --container:1200px;
      --font-sans: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Source Han Sans SC", Arial, sans-serif;
      --font-serif: "Noto Serif SC", "Songti SC", STSong, "SimSun", serif;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font-sans);
      color:var(--ink);
      background:
        radial-gradient(circle at 8% 5%, rgba(124,146,114,.14), transparent 28%),
        radial-gradient(circle at 90% 18%, rgba(201,130,100,.13), transparent 26%),
        linear-gradient(180deg, var(--cream), #FBF8F1 42%, var(--warm));
      line-height:1.78;
      min-width:320px;
    }
    a{color:inherit;text-decoration:none}
    img,svg{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    button{cursor:pointer}
    ::selection{background:var(--sage-soft);color:var(--ink)}
    :focus-visible{outline:3px solid rgba(124,146,114,.36);outline-offset:3px;border-radius:14px}

    .container{width:min(var(--container), calc(100% - 40px));margin:0 auto}
    .section{padding:92px 0}
    .section-tight{padding:70px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border:1px solid var(--border);
      border-radius:var(--radius-pill);
      background:rgba(255,253,248,.72);
      color:var(--sage-dark);
      font-size:13px;
      font-weight:700;
      letter-spacing:.03em;
    }
    .eyebrow::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--sage);
      box-shadow:0 0 0 5px rgba(124,146,114,.13);
    }
    .section-head{
      display:grid;
      grid-template-columns: minmax(0, .82fr) minmax(280px, .48fr);
      gap:32px;
      align-items:end;
      margin-bottom:34px;
    }
    .section-head h2{
      margin:14px 0 0;
      font-family:var(--font-serif);
      font-size:clamp(30px,4vw,42px);
      line-height:1.18;
      letter-spacing:-.03em;
    }
    .section-head p{
      margin:0;
      color:var(--muted);
      font-size:17px;
    }

    .site-header{
      position:fixed;
      z-index:1000;
      top:20px;
      left:0;
      width:100%;
      pointer-events:none;
    }
    .dock{
      width:min(1120px, calc(100% - 36px));
      margin:0 auto;
      min-height:68px;
      padding:10px 12px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      border:1px solid rgba(226,216,204,.85);
      border-radius:var(--radius-pill);
      background:rgba(255,253,248,.86);
      box-shadow:0 18px 48px rgba(62,48,34,.12);
      backdrop-filter:blur(14px);
      pointer-events:auto;
    }
    .brand,.footer-brand{
      display:inline-flex;
      align-items:center;
      gap:10px;
      font-weight:800;
      letter-spacing:-.02em;
      white-space:nowrap;
    }
    .brand{padding-left:6px;color:var(--ink)}
    .brand-mark{
      width:36px;
      height:36px;
      border-radius:14px 18px 14px 18px;
      background:
        radial-gradient(circle at 70% 26%, rgba(255,255,255,.9) 0 10%, transparent 11%),
        linear-gradient(135deg, var(--sage), #A7B698 52%, var(--terracotta));
      position:relative;
      flex:0 0 auto;
      box-shadow:0 9px 20px rgba(124,146,114,.28);
    }
    .brand-mark::after{
      content:"";
      position:absolute;
      left:10px;
      top:9px;
      width:14px;
      height:18px;
      border:2px solid rgba(255,253,248,.88);
      border-left:0;
      border-bottom:0;
      border-radius:0 12px 0 0;
      transform:rotate(35deg);
    }
    .nav-links{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:4px;
      padding:4px;
      border-radius:var(--radius-pill);
      background:rgba(242,238,231,.62);
    }
    .nav-links a,.mobile-panel a:not(.btn){
      padding:10px 15px;
      border-radius:var(--radius-pill);
      color:var(--muted);
      font-size:15px;
      font-weight:700;
      transition:.22s ease;
      white-space:nowrap;
    }
    .nav-links a:hover,.mobile-panel a:not(.btn):hover{
      color:var(--sage-dark);
      background:rgba(124,146,114,.10);
    }
    .nav-links a.active,.mobile-panel a.active{
      color:var(--ink);
      background:var(--sage-soft);
      box-shadow:inset 0 0 0 1px rgba(124,146,114,.15);
    }
    .nav-actions{display:flex;align-items:center;gap:8px}
    .search-btn{
      width:42px;
      height:42px;
      border:1px solid var(--border);
      border-radius:50%;
      color:var(--sage-dark);
      background:rgba(255,253,248,.8);
      display:grid;
      place-items:center;
      transition:.22s ease;
    }
    .search-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-soft);background:var(--sage-soft)}
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:13px 22px;
      border-radius:var(--radius-pill);
      border:1px solid transparent;
      font-weight:800;
      line-height:1;
      transition:transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease;
      white-space:nowrap;
    }
    .btn-primary{
      background:var(--sage);
      color:#FFFDF8;
      box-shadow:0 12px 26px rgba(124,146,114,.25);
    }
    .btn-primary:hover{background:var(--sage-dark);transform:translateY(-2px);box-shadow:0 18px 34px rgba(124,146,114,.28)}
    .btn-secondary{
      background:rgba(255,253,248,.74);
      color:var(--sage-dark);
      border-color:var(--border);
    }
    .btn-secondary:hover{background:var(--sage-soft);transform:translateY(-2px);box-shadow:var(--shadow-soft)}
    .btn-ghost{
      color:var(--sage-dark);
      border-color:rgba(124,146,114,.28);
      background:rgba(232,239,227,.55);
    }
    .btn-ghost:hover{background:var(--sage);color:var(--paper);transform:translateY(-2px)}
    .menu-toggle{
      display:none;
      width:42px;
      height:42px;
      border:1px solid var(--border);
      border-radius:50%;
      background:var(--paper);
      color:var(--ink);
      font-weight:900;
    }
    .mobile-panel{
      display:none;
      width:min(1120px, calc(100% - 36px));
      margin:10px auto 0;
      padding:12px;
      border:1px solid var(--border);
      border-radius:28px;
      background:rgba(255,253,248,.95);
      box-shadow:var(--shadow);
      backdrop-filter:blur(14px);
      pointer-events:auto;
    }

    .hero{
      position:relative;
      overflow:hidden;
      padding:150px 0 82px;
    }
    .hero::before{
      content:"";
      position:absolute;
      inset:104px 24px auto;
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(124,146,114,.24), transparent);
    }
    .hero-grid{
      display:grid;
      grid-template-columns:minmax(0, .92fr) minmax(380px, .62fr);
      gap:52px;
      align-items:center;
    }
    .hero h1{
      margin:18px 0 20px;
      font-family:var(--font-serif);
      font-size:clamp(38px,5vw,58px);
      line-height:1.12;
      letter-spacing:-.045em;
    }
    .hero-lead{
      max-width:700px;
      margin:0;
      color:var(--muted);
      font-size:19px;
      line-height:1.86;
    }
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
    .trust-row{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin-top:30px;
    }
    .trust-chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 13px;
      border-radius:var(--radius-pill);
      border:1px solid var(--border);
      background:rgba(255,253,248,.70);
      color:var(--muted);
      font-size:14px;
      font-weight:700;
    }
    .trust-chip span{
      width:7px;height:7px;border-radius:50%;background:var(--terracotta);
    }

    .health-visual{
      position:relative;
      min-height:500px;
    }
    .visual-card{
      position:absolute;
      border:1px solid rgba(226,216,204,.8);
      background:rgba(255,253,248,.84);
      border-radius:32px;
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .visual-card.main{
      right:0;
      top:10px;
      width:78%;
      min-height:360px;
      padding:22px;
    }
    .visual-card.small{
      left:0;
      bottom:42px;
      width:52%;
      padding:20px;
      transform:rotate(-2deg);
    }
    .visual-card.note{
      right:28px;
      bottom:0;
      width:48%;
      padding:18px;
      border-radius:24px;
      background:linear-gradient(135deg, var(--sage-soft), rgba(255,253,248,.92));
    }
    .image-abstract{
      height:220px;
      border-radius:26px;
      background:
        radial-gradient(circle at 26% 28%, rgba(255,255,255,.95) 0 9%, transparent 10%),
        radial-gradient(circle at 68% 30%, rgba(201,130,100,.18), transparent 18%),
        linear-gradient(135deg, #DCE8D5, #F8F3EA 45%, #E9D3C6);
      position:relative;
      overflow:hidden;
    }
    .image-abstract::before{
      content:"";
      position:absolute;
      left:34px;bottom:0;
      width:116px;height:148px;
      border-radius:70px 70px 0 0;
      background:linear-gradient(180deg, rgba(124,146,114,.68), rgba(124,146,114,.2));
    }
    .image-abstract::after{
      content:"";
      position:absolute;
      right:28px;bottom:24px;
      width:118px;height:86px;
      border-radius:22px;
      border:2px solid rgba(124,146,114,.38);
      background:rgba(255,253,248,.55);
      transform:rotate(-5deg);
    }
    .visual-meta{
      display:flex;
      justify-content:space-between;
      gap:16px;
      margin-top:18px;
      align-items:center;
    }
    .visual-title{font-weight:900;font-size:18px;line-height:1.35}
    .visual-desc{margin:6px 0 0;color:var(--muted);font-size:14px;line-height:1.6}
    .metric{
      min-width:92px;
      padding:12px;
      border-radius:18px;
      background:var(--sage-soft);
      text-align:center;
    }
    .metric strong{display:block;font-size:24px;line-height:1;color:var(--sage-dark)}
    .metric span{font-size:12px;color:var(--muted)}
    .mini-bars{display:grid;gap:10px;margin-top:14px}
    .bar{
      height:10px;
      border-radius:999px;
      background:var(--warm);
      overflow:hidden;
    }
    .bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--sage),#AEBE9F)}
    .small h3,.note h3{margin:0 0 8px;font-size:18px}
    .small p,.note p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}

    .topic-strip{
      margin-top:12px;
      display:grid;
      grid-template-columns:repeat(5,1fr);
      gap:14px;
    }
    .topic{
      padding:22px 18px;
      border:1px solid var(--border);
      border-radius:24px;
      background:rgba(255,253,248,.76);
      box-shadow:0 8px 24px rgba(80,60,40,.05);
      transition:.24s ease;
      min-height:128px;
    }
    .topic:hover{transform:translateY(-5px);box-shadow:var(--shadow-soft);border-color:rgba(124,146,114,.38)}
    .topic-icon{
      width:38px;height:38px;border-radius:16px;
      display:grid;place-items:center;
      background:var(--sage-soft);
      color:var(--sage-dark);
      font-weight:900;
      margin-bottom:14px;
    }
    .topic h3{margin:0 0 6px;font-size:18px;line-height:1.35}
    .topic p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}

    .care-board{
      display:grid;
      grid-template-columns:minmax(0,.9fr) minmax(360px,.55fr);
      gap:22px;
      align-items:start;
    }
    .service-list{
      display:grid;
      gap:14px;
    }
    .service-item{
      display:grid;
      grid-template-columns:1fr auto;
      gap:22px;
      padding:24px;
      border:1px solid var(--border);
      border-radius:28px;
      background:rgba(255,253,248,.76);
      box-shadow:0 10px 28px rgba(80,60,40,.05);
      transition:.24s ease;
    }
    .service-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-soft);border-color:rgba(124,146,114,.35)}
    .service-item h3{margin:0 0 8px;font-size:22px;line-height:1.35}
    .service-item p{margin:0;color:var(--muted);font-size:15.5px}
    .service-meta{
      display:flex;
      flex-direction:column;
      align-items:flex-end;
      gap:10px;
      min-width:136px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      padding:6px 10px;
      border-radius:var(--radius-pill);
      background:var(--sage-soft);
      color:var(--sage-dark);
      font-size:13px;
      font-weight:800;
    }
    .time{
      color:var(--light-muted);
      font-size:13px;
      white-space:nowrap;
    }
    .side-panel{
      position:sticky;
      top:112px;
      padding:28px;
      border:1px solid rgba(124,146,114,.24);
      border-radius:32px;
      background:
        linear-gradient(180deg, rgba(232,239,227,.88), rgba(255,253,248,.86)),
        var(--paper);
      box-shadow:var(--shadow-soft);
    }
    .side-panel h3{margin:0 0 12px;font-size:24px;line-height:1.3}
    .side-panel p{margin:0 0 18px;color:var(--muted)}
    .check-list{display:grid;gap:12px;margin:20px 0 0;padding:0;list-style:none}
    .check-list li{
      display:flex;
      gap:10px;
      color:var(--ink);
      font-weight:650;
      line-height:1.55;
    }
    .check-list li::before{
      content:"✓";
      width:22px;height:22px;
      border-radius:50%;
      flex:0 0 22px;
      display:grid;place-items:center;
      background:var(--sage);
      color:var(--paper);
      font-size:13px;
      margin-top:2px;
    }

    .process-wrap{
      border:1px solid var(--border);
      border-radius:var(--radius-xl);
      background:rgba(255,253,248,.72);
      box-shadow:var(--shadow-soft);
      padding:34px;
      overflow:hidden;
      position:relative;
    }
    .process-wrap::after{
      content:"";
      position:absolute;
      width:260px;height:260px;border-radius:50%;
      right:-120px;top:-120px;
      background:rgba(201,130,100,.13);
    }
    .process-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:16px;
    }
    .step{
      padding:24px;
      border-radius:26px;
      background:linear-gradient(180deg, rgba(248,243,234,.94), rgba(255,253,248,.78));
      border:1px solid var(--line);
    }
    .step-num{
      width:42px;height:42px;border-radius:16px;
      display:grid;place-items:center;
      background:var(--sage);
      color:var(--paper);
      font-weight:900;
      margin-bottom:18px;
    }
    .step h3{margin:0 0 8px;font-size:20px}
    .step p{margin:0;color:var(--muted);font-size:15px}

    .insight-grid{
      display:grid;
      grid-template-columns:1fr 1fr 1fr;
      gap:18px;
    }
    .insight-card{
      border:1px solid var(--border);
      border-radius:30px;
      background:rgba(255,253,248,.76);
      overflow:hidden;
      box-shadow:0 10px 28px rgba(80,60,40,.05);
      transition:.24s ease;
    }
    .insight-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-soft)}
    .insight-art{
      height:170px;
      background:
        linear-gradient(135deg, rgba(124,146,114,.24), rgba(201,130,100,.14)),
        repeating-linear-gradient(45deg, rgba(255,255,255,.28) 0 8px, transparent 8px 16px);
      position:relative;
    }
    .insight-art::before{
      content:"";
      position:absolute;
      left:26px;bottom:24px;
      width:110px;height:76px;
      border-radius:22px;
      background:rgba(255,253,248,.72);
      border:1px solid rgba(255,255,255,.8);
    }
    .insight-card:nth-child(2) .insight-art{background:linear-gradient(135deg, #F0E2D7, #E8EFE3)}
    .insight-card:nth-child(3) .insight-art{background:linear-gradient(135deg, #E5EDD9, #F7EFE3)}
    .insight-body{padding:24px}
    .insight-body h3{margin:10px 0 8px;font-size:22px;line-height:1.35}
    .insight-body p{margin:0;color:var(--muted);font-size:15.5px}

    .note-band{
      display:grid;
      grid-template-columns:minmax(0,.8fr) minmax(260px,.35fr);
      gap:24px;
      align-items:center;
      padding:34px;
      border-radius:34px;
      border:1px solid rgba(201,130,100,.22);
      background:
        radial-gradient(circle at 12% 20%, rgba(201,130,100,.16), transparent 30%),
        linear-gradient(135deg, rgba(255,253,248,.86), rgba(244,224,213,.56));
      box-shadow:var(--shadow-soft);
    }
    .note-band h2{margin:0 0 12px;font-family:var(--font-serif);font-size:clamp(28px,3.4vw,40px);line-height:1.18}
    .note-band p{margin:0;color:var(--muted);font-size:16.5px}
    .data-card{
      display:grid;
      gap:10px;
      padding:24px;
      border-radius:26px;
      background:rgba(255,253,248,.78);
      border:1px solid var(--border);
    }
    .data-row{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding-bottom:10px;
      border-bottom:1px solid var(--line);
      color:var(--muted);
    }
    .data-row:last-child{border-bottom:0;padding-bottom:0}
    .data-row strong{font-size:20px;color:var(--sage-dark)}

    .faq-list{display:grid;gap:14px}
    .faq-item{
      border:1px solid var(--border);
      border-radius:24px;
      background:rgba(255,253,248,.78);
      overflow:hidden;
      box-shadow:0 8px 24px rgba(80,60,40,.04);
    }
    .faq-question{
      width:100%;
      padding:22px 24px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      border:0;
      background:transparent;
      color:var(--ink);
      text-align:left;
      font-weight:900;
      font-size:17px;
    }
    .faq-question span:last-child{
      width:30px;height:30px;border-radius:50%;
      display:grid;place-items:center;
      background:var(--sage-soft);
      color:var(--sage-dark);
      flex:0 0 auto;
      transition:.2s ease;
    }
    .faq-answer{
      display:none;
      padding:0 24px 22px;
      color:var(--muted);
      font-size:15.5px;
    }
    .faq-item.open .faq-answer{display:block}
    .faq-item.open .faq-question span:last-child{transform:rotate(45deg);background:var(--sage);color:var(--paper)}

    .contact-card{
      display:grid;
      grid-template-columns:minmax(0,.75fr) minmax(360px,.55fr);
      gap:26px;
      padding:36px;
      border-radius:38px;
      border:1px solid rgba(124,146,114,.22);
      background:
        radial-gradient(circle at 80% 16%, rgba(124,146,114,.18), transparent 28%),
        linear-gradient(135deg, rgba(255,253,248,.92), rgba(232,239,227,.76));
      box-shadow:var(--shadow);
    }
    .contact-copy h2{
      margin:12px 0 14px;
      font-family:var(--font-serif);
      font-size:clamp(30px,4vw,44px);
      line-height:1.16;
      letter-spacing:-.03em;
    }
    .contact-copy p{margin:0;color:var(--muted);font-size:17px}
    .privacy-box{
      margin-top:24px;
      padding:22px;
      border-radius:26px;
      background:rgba(255,253,248,.72);
      border:1px solid var(--border);
    }
    .privacy-box h3{margin:0 0 10px;font-size:18px}
    .privacy-box ul{margin:0;padding-left:18px;color:var(--muted)}
    .form{
      display:grid;
      gap:14px;
      padding:24px;
      border-radius:30px;
      background:rgba(255,253,248,.82);
      border:1px solid var(--border);
    }
    .field{display:grid;gap:7px}
    .field label{font-size:14px;font-weight:800;color:var(--ink)}
    .field input,.field textarea,.field select{
      width:100%;
      border:1px solid var(--border);
      border-radius:18px;
      background:#FFFDF8;
      padding:13px 14px;
      color:var(--ink);
      transition:.2s ease;
    }
    .field textarea{min-height:112px;resize:vertical}
    .field input:focus,.field textarea:focus,.field select:focus{
      outline:none;
      border-color:var(--sage);
      box-shadow:0 0 0 4px rgba(124,146,114,.13);
    }
    .form-tip{margin:0;color:var(--light-muted);font-size:13px;line-height:1.6}
    .success-message{
      display:none;
      padding:12px 14px;
      border-radius:18px;
      background:var(--sage-soft);
      color:var(--sage-dark);
      font-weight:800;
      font-size:14px;
    }
    .success-message.show{display:block}

    .site-footer{
      padding:62px 0 28px;
      background:var(--footer);
      color:rgba(255,253,248,.86);
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.35fr .8fr 1fr .8fr;
      gap:34px;
      align-items:start;
    }
    .footer-brand{
      margin-bottom:14px;
      color:var(--paper);
      font-size:18px;
    }
    .site-footer p{
      margin:0;
      color:rgba(255,253,248,.62);
      font-size:14.5px;
      line-height:1.8;
    }
    .footer-title{
      color:var(--paper);
      font-weight:900;
      margin-bottom:14px;
    }
    .footer-links{display:grid;gap:10px}
    .footer-links a{
      color:rgba(255,253,248,.64);
      font-size:14.5px;
      transition:.2s ease;
    }
    .footer-links a:hover{
      color:var(--paper);
      transform:translateX(3px);
    }
    .footer-bottom{
      margin-top:38px;
      padding-top:22px;
      border-top:1px solid rgba(255,253,248,.12);
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      color:rgba(255,253,248,.52);
      font-size:13.5px;
    }

    @media (max-width:1080px){
      .nav-links{display:none}
      .menu-toggle{display:grid;place-items:center}
      .dock{border-radius:34px}
      .mobile-panel.show{display:grid;gap:6px}
      .hero-grid,.care-board,.contact-card{grid-template-columns:1fr}
      .health-visual{min-height:430px;max-width:620px;margin:0 auto;width:100%}
      .topic-strip{grid-template-columns:repeat(2,1fr)}
      .process-grid{grid-template-columns:repeat(2,1fr)}
      .insight-grid{grid-template-columns:1fr 1fr}
      .section-head{grid-template-columns:1fr}
      .side-panel{position:relative;top:auto}
      .footer-grid{grid-template-columns:1fr 1fr}
    }

    @media (max-width:768px){
      .container{width:min(100% - 28px, var(--container))}
      .site-header{top:12px}
      .dock{width:calc(100% - 24px);min-height:62px;padding:8px 10px}
      .brand span:last-child{max-width:190px;overflow:hidden;text-overflow:ellipsis}
      .search-btn{display:none}
      .nav-actions .btn{display:none}
      .mobile-panel{width:calc(100% - 24px)}
      .mobile-panel .btn{width:100%;margin-top:6px}
      .hero{padding:126px 0 58px}
      .hero-actions{flex-direction:column}
      .hero-actions .btn{width:100%}
      .hero-lead{font-size:17px}
      .section{padding:66px 0}
      .section-tight{padding:54px 0}
      .health-visual{min-height:390px}
      .visual-card.main{width:90%;right:0}
      .visual-card.small{width:62%;bottom:36px}
      .visual-card.note{width:58%;right:0}
      .image-abstract{height:190px}
      .service-item{grid-template-columns:1fr}
      .service-meta{align-items:flex-start;flex-direction:row;justify-content:space-between}
      .topic-strip,.process-grid,.insight-grid{grid-template-columns:1fr}
      .note-band{grid-template-columns:1fr;padding:26px}
      .contact-card{padding:24px;border-radius:30px}
      .footer-grid{grid-template-columns:1fr}
      .footer-bottom{flex-direction:column;align-items:flex-start}
    }

    @media (max-width:520px){
      .brand-mark{width:32px;height:32px;border-radius:12px 16px 12px 16px}
      .brand{font-size:14px}
      .hero h1{font-size:34px}
      .health-visual{min-height:auto}
      .visual-card{position:relative!important;width:100%!important;right:auto!important;left:auto!important;top:auto!important;bottom:auto!important;transform:none!important;margin-top:14px}
      .visual-card.main{min-height:0}
      .visual-meta{align-items:flex-start;flex-direction:column}
      .metric{width:100%}
      .topic,.service-item,.step,.insight-body,.side-panel,.form{padding:20px}
      .process-wrap{padding:20px;border-radius:28px}
      .faq-question{padding:18px 20px;font-size:16px}
      .faq-answer{padding:0 20px 18px}
    }

/* roulang page: category3 */
:root{
      --sage:#7C9272;
      --sage-dark:#63785B;
      --sage-soft:#E8EEE3;
      --clay:#C98264;
      --clay-soft:#F2D9CB;
      --plum:#8A6576;
      --plum-dark:#704D5F;
      --plum-soft:#EFE5EA;
      --cream:#F8F3EA;
      --warm:#F2EEE7;
      --paper:#FFFDF8;
      --ink:#2F2924;
      --muted:#756E66;
      --light-muted:#9B9288;
      --border:#E2D8CC;
      --border-strong:#D3C5B7;
      --shadow:0 22px 60px rgba(80,60,40,.10);
      --shadow-soft:0 12px 32px rgba(80,60,40,.08);
      --shadow-card:0 18px 45px rgba(80,60,40,.09);
      --radius-lg:34px;
      --radius-md:24px;
      --radius-sm:16px;
      --container:1200px;
      --font-sans:PingFang SC,Microsoft YaHei,Noto Sans SC,Source Han Sans SC,Arial,sans-serif;
      --font-serif:Noto Serif SC,Source Han Serif SC,Songti SC,SimSun,serif;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:var(--font-sans);
      color:var(--ink);
      background:
        radial-gradient(circle at 12% 10%, rgba(138,101,118,.12), transparent 34%),
        radial-gradient(circle at 88% 20%, rgba(124,146,114,.16), transparent 30%),
        linear-gradient(180deg,var(--cream) 0%,#FBF7F0 45%,var(--warm) 100%);
      line-height:1.78;
      overflow-x:hidden;
    }
    body::before{
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      opacity:.34;
      background-image:
        linear-gradient(rgba(47,41,36,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(47,41,36,.03) 1px,transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(180deg,rgba(0,0,0,.75),transparent 72%);
      z-index:-1;
    }
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    button{cursor:pointer}
    ::selection{background:var(--plum-soft);color:var(--ink)}
    .container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}
    .site-header{
      position:fixed;
      left:0;
      right:0;
      top:20px;
      z-index:1000;
      pointer-events:none;
    }
    .dock{
      width:min(1120px,calc(100% - 40px));
      margin:0 auto;
      min-height:70px;
      padding:10px 12px 10px 18px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      border:1px solid rgba(226,216,204,.82);
      border-radius:999px;
      background:rgba(255,253,248,.82);
      box-shadow:0 18px 55px rgba(80,60,40,.13);
      backdrop-filter:blur(16px);
      pointer-events:auto;
    }
    .brand,.footer-brand{
      display:inline-flex;
      align-items:center;
      gap:10px;
      font-weight:800;
      letter-spacing:.02em;
      white-space:nowrap;
    }
    .brand{font-size:17px}
    .brand-mark{
      width:34px;
      height:34px;
      border-radius:50%;
      display:inline-block;
      position:relative;
      flex:0 0 auto;
      background:
        radial-gradient(circle at 35% 32%, #FFF8EF 0 16%, transparent 17%),
        conic-gradient(from 140deg,var(--sage),var(--plum),var(--clay),var(--sage));
      box-shadow:inset 0 0 0 6px rgba(255,253,248,.55),0 8px 20px rgba(124,146,114,.2);
    }
    .brand-mark::after{
      content:"";
      position:absolute;
      width:15px;
      height:8px;
      border:2px solid rgba(255,253,248,.92);
      border-top:0;
      border-radius:0 0 20px 20px;
      left:10px;
      top:13px;
      transform:rotate(-18deg);
    }
    .nav-links{
      display:flex;
      align-items:center;
      gap:4px;
      padding:5px;
      border-radius:999px;
      background:rgba(248,243,234,.68);
      border:1px solid rgba(226,216,204,.5);
    }
    .nav-links a,.mobile-panel a:not(.btn){
      color:var(--muted);
      font-size:15px;
      font-weight:650;
      padding:10px 15px;
      border-radius:999px;
      transition:.22s ease;
      white-space:nowrap;
    }
    .nav-links a:hover,.mobile-panel a:not(.btn):hover{
      color:var(--sage-dark);
      background:rgba(124,146,114,.10);
    }
    .nav-links a.active,.mobile-panel a.active{
      color:var(--ink);
      background:var(--sage-soft);
      box-shadow:inset 0 0 0 1px rgba(124,146,114,.18);
    }
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .search-btn{
      width:44px;
      height:44px;
      border:1px solid var(--border);
      border-radius:50%;
      background:#FFFDF8;
      color:var(--muted);
      display:grid;
      place-items:center;
      transition:.22s ease;
    }
    .search-btn:hover{
      color:var(--plum);
      transform:translateY(-2px);
      box-shadow:var(--shadow-soft);
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      border-radius:999px;
      padding:13px 22px;
      border:1px solid transparent;
      font-weight:750;
      letter-spacing:.01em;
      transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease;
      white-space:nowrap;
    }
    .btn-primary{
      background:var(--sage);
      color:#FFFDF8;
      box-shadow:0 12px 28px rgba(124,146,114,.24);
    }
    .btn-primary:hover{
      background:var(--sage-dark);
      transform:translateY(-2px);
      box-shadow:0 18px 38px rgba(124,146,114,.30);
    }
    .btn-secondary{
      color:var(--plum-dark);
      background:rgba(255,253,248,.78);
      border-color:var(--border);
    }
    .btn-secondary:hover{
      border-color:rgba(138,101,118,.38);
      background:#fff;
      transform:translateY(-2px);
      box-shadow:var(--shadow-soft);
    }
    .btn:focus-visible,.search-btn:focus-visible,.menu-toggle:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{
      outline:3px solid rgba(138,101,118,.22);
      outline-offset:3px;
    }
    .menu-toggle{
      display:none;
      width:44px;
      height:44px;
      border-radius:50%;
      border:1px solid var(--border);
      background:#FFFDF8;
      color:var(--ink);
      font-size:20px;
      line-height:1;
    }
    .mobile-panel{
      display:none;
      width:min(1120px,calc(100% - 40px));
      margin:10px auto 0;
      padding:14px;
      border:1px solid var(--border);
      border-radius:28px;
      background:rgba(255,253,248,.94);
      box-shadow:var(--shadow);
      backdrop-filter:blur(16px);
      pointer-events:auto;
    }
    main{padding-top:118px}
    .section{padding:88px 0}
    .section-tight{padding:64px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border:1px solid rgba(138,101,118,.18);
      border-radius:999px;
      background:rgba(239,229,234,.72);
      color:var(--plum-dark);
      font-size:14px;
      font-weight:750;
    }
    .eyebrow::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--plum);
      box-shadow:0 0 0 5px rgba(138,101,118,.12);
    }
    h1,h2,h3,p{margin-top:0}
    h1,h2{
      font-family:var(--font-serif);
      letter-spacing:-.03em;
      color:var(--ink);
    }
    h1{
      margin:18px 0 20px;
      font-size:clamp(34px,5vw,56px);
      line-height:1.13;
      max-width:760px;
    }
    h2{
      font-size:clamp(30px,3.5vw,42px);
      line-height:1.2;
      margin-bottom:16px;
    }
    h3{
      font-size:22px;
      line-height:1.35;
      margin-bottom:12px;
      letter-spacing:-.01em;
    }
    p{color:var(--muted)}
    .lead{
      font-size:18px;
      line-height:1.9;
      max-width:720px;
    }
    .hero{
      position:relative;
      padding:44px 0 72px;
    }
    .hero-grid{
      display:grid;
      grid-template-columns:1.02fr .98fr;
      gap:58px;
      align-items:center;
    }
    .hero-copy{
      position:relative;
      z-index:1;
    }
    .hero-actions{
      display:flex;
      gap:14px;
      flex-wrap:wrap;
      margin:30px 0 26px;
    }
    .trust-row{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      gap:7px;
      border-radius:999px;
      padding:8px 12px;
      background:rgba(255,253,248,.75);
      border:1px solid var(--border);
      color:var(--muted);
      font-size:14px;
      font-weight:650;
    }
    .tag .dot{
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--sage);
    }
    .dialogue-visual{
      position:relative;
      min-height:520px;
      border-radius:var(--radius-lg);
      padding:28px;
      background:
        linear-gradient(145deg,rgba(255,253,248,.82),rgba(239,229,234,.72)),
        radial-gradient(circle at 88% 8%,rgba(201,130,100,.16),transparent 36%);
      border:1px solid rgba(226,216,204,.82);
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .dialogue-visual::before{
      content:"";
      position:absolute;
      right:-68px;
      top:-58px;
      width:220px;
      height:220px;
      border-radius:50%;
      background:rgba(138,101,118,.14);
    }
    .dialogue-visual::after{
      content:"";
      position:absolute;
      left:-42px;
      bottom:-52px;
      width:180px;
      height:180px;
      border-radius:50%;
      background:rgba(124,146,114,.13);
    }
    .conversation-card{
      position:relative;
      z-index:1;
      display:grid;
      gap:18px;
    }
    .bubble{
      max-width:82%;
      padding:18px 20px;
      border:1px solid rgba(226,216,204,.8);
      border-radius:24px;
      background:rgba(255,253,248,.88);
      box-shadow:0 12px 34px rgba(80,60,40,.08);
    }
    .bubble:nth-child(even){
      margin-left:auto;
      background:rgba(239,229,234,.86);
      border-color:rgba(138,101,118,.16);
    }
    .bubble small{
      display:block;
      margin-bottom:7px;
      color:var(--plum-dark);
      font-weight:800;
      letter-spacing:.02em;
    }
    .bubble p{
      margin:0;
      color:var(--ink);
      line-height:1.65;
    }
    .visual-panel{
      position:absolute;
      z-index:2;
      left:34px;
      right:34px;
      bottom:28px;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
    }
    .mini-stat{
      padding:16px;
      border-radius:20px;
      background:rgba(47,41,36,.86);
      color:#FFFDF8;
      box-shadow:0 16px 36px rgba(47,41,36,.18);
    }
    .mini-stat strong{
      display:block;
      font-size:22px;
      line-height:1.1;
    }
    .mini-stat span{
      display:block;
      margin-top:5px;
      color:rgba(255,253,248,.74);
      font-size:13px;
      line-height:1.45;
    }
    .section-head{
      display:flex;
      justify-content:space-between;
      align-items:end;
      gap:28px;
      margin-bottom:34px;
    }
    .section-head .lead{margin-bottom:0;max-width:620px}
    .support-grid{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
      align-items:stretch;
    }
    .support-main,.support-side,.card,.scenario-card,.process-card,.faq-item,.contact-card,.privacy-card{
      border:1px solid rgba(226,216,204,.88);
      background:rgba(255,253,248,.78);
      border-radius:var(--radius-md);
      box-shadow:var(--shadow-soft);
    }
    .support-main{
      padding:34px;
      min-height:360px;
      position:relative;
      overflow:hidden;
    }
    .support-main::after{
      content:"";
      position:absolute;
      width:260px;
      height:260px;
      right:-100px;
      bottom:-112px;
      border-radius:50%;
      background:rgba(138,101,118,.10);
    }
    .support-list{
      display:grid;
      gap:18px;
      margin-top:26px;
      position:relative;
      z-index:1;
    }
    .support-item{
      display:grid;
      grid-template-columns:auto 1fr;
      gap:16px;
      padding:18px;
      border-radius:22px;
      background:rgba(248,243,234,.74);
      border:1px solid rgba(226,216,204,.66);
      transition:.22s ease;
    }
    .support-item:hover{
      transform:translateY(-3px);
      box-shadow:0 16px 32px rgba(80,60,40,.08);
      background:#fff;
    }
    .icon{
      width:42px;
      height:42px;
      border-radius:16px;
      display:grid;
      place-items:center;
      color:#fff;
      background:linear-gradient(145deg,var(--plum),var(--clay));
      font-weight:900;
    }
    .support-item h3{font-size:19px;margin-bottom:4px}
    .support-item p{margin:0;font-size:15px;line-height:1.7}
    .support-side{
      padding:26px;
      display:flex;
      flex-direction:column;
      gap:16px;
      background:
        linear-gradient(180deg,rgba(239,229,234,.70),rgba(255,253,248,.84));
    }
    .note-card{
      padding:22px;
      border-radius:22px;
      background:#FFFDF8;
      border:1px solid rgba(226,216,204,.82);
    }
    .note-card strong{
      display:block;
      color:var(--ink);
      margin-bottom:8px;
      font-size:18px;
    }
    .note-card p{margin:0;font-size:15px}
    .scenario-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
    }
    .scenario-card{
      padding:24px;
      min-height:270px;
      position:relative;
      overflow:hidden;
      transition:.22s ease;
    }
    .scenario-card:hover{
      transform:translateY(-5px);
      box-shadow:var(--shadow-card);
      border-color:rgba(138,101,118,.28);
    }
    .scenario-card::before{
      content:"";
      position:absolute;
      top:0;
      left:0;
      right:0;
      height:6px;
      background:linear-gradient(90deg,var(--plum),var(--sage),var(--clay));
      opacity:.68;
    }
    .scenario-card .label{
      display:inline-block;
      margin-bottom:36px;
      padding:6px 10px;
      border-radius:999px;
      background:var(--plum-soft);
      color:var(--plum-dark);
      font-size:13px;
      font-weight:800;
    }
    .scenario-card h3{font-size:21px}
    .scenario-card p{font-size:15px;margin-bottom:0}
    .method-wrap{
      display:grid;
      grid-template-columns:.86fr 1.14fr;
      gap:28px;
      align-items:start;
    }
    .method-panel{
      position:sticky;
      top:120px;
      padding:34px;
      border-radius:var(--radius-lg);
      background:linear-gradient(145deg,var(--ink),#453A33);
      color:#FFFDF8;
      box-shadow:var(--shadow);
    }
    .method-panel h2{color:#FFFDF8}
    .method-panel p{color:rgba(255,253,248,.72)}
    .method-panel .tag{
      color:rgba(255,253,248,.86);
      background:rgba(255,253,248,.08);
      border-color:rgba(255,253,248,.16);
    }
    .process-list{
      display:grid;
      gap:16px;
    }
    .process-card{
      display:grid;
      grid-template-columns:74px 1fr;
      gap:22px;
      padding:24px;
      transition:.22s ease;
    }
    .process-card:hover{
      transform:translateX(4px);
      box-shadow:var(--shadow-card);
    }
    .step-num{
      width:60px;
      height:60px;
      border-radius:22px;
      background:var(--sage-soft);
      color:var(--sage-dark);
      display:grid;
      place-items:center;
      font-size:20px;
      font-weight:900;
      border:1px solid rgba(124,146,114,.18);
    }
    .process-card p{margin-bottom:0}
    .principles{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
      margin-top:26px;
    }
    .principle{
      padding:24px;
      border-radius:24px;
      border:1px dashed rgba(138,101,118,.28);
      background:rgba(239,229,234,.48);
    }
    .principle strong{
      display:block;
      margin-bottom:8px;
      color:var(--ink);
      font-size:18px;
    }
    .principle p{margin:0;font-size:15px}
    .quote-band{
      padding:42px;
      border-radius:var(--radius-lg);
      background:
        linear-gradient(135deg,rgba(124,146,114,.16),rgba(239,229,234,.72)),
        #FFFDF8;
      border:1px solid var(--border);
      display:grid;
      grid-template-columns:1fr .62fr;
      gap:34px;
      align-items:center;
      box-shadow:var(--shadow-soft);
    }
    .quote-text{
      font-family:var(--font-serif);
      font-size:clamp(24px,3vw,36px);
      line-height:1.45;
      color:var(--ink);
      margin:0;
    }
    .quote-aside{
      padding:24px;
      border-radius:24px;
      background:rgba(255,253,248,.76);
      border:1px solid rgba(226,216,204,.72);
    }
    .quote-aside p{margin-bottom:14px}
    .quote-aside ul{
      margin:0;
      padding-left:20px;
      color:var(--muted);
    }
    .quote-aside li{margin:8px 0}
    .faq-layout{
      display:grid;
      grid-template-columns:.78fr 1.22fr;
      gap:32px;
      align-items:start;
    }
    .faq-intro{
      padding:30px;
      border-radius:var(--radius-lg);
      background:rgba(255,253,248,.68);
      border:1px solid var(--border);
      box-shadow:var(--shadow-soft);
    }
    .faq-list{display:grid;gap:14px}
    .faq-item{overflow:hidden}
    .faq-question{
      width:100%;
      border:0;
      background:transparent;
      padding:20px 22px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      color:var(--ink);
      font-weight:800;
      text-align:left;
    }
    .faq-question span:first-child{font-size:17px}
    .faq-icon{
      width:28px;
      height:28px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:var(--plum-soft);
      color:var(--plum-dark);
      flex:0 0 auto;
      transition:.22s ease;
    }
    .faq-answer{
      display:none;
      padding:0 22px 22px;
      color:var(--muted);
      line-height:1.85;
      background:linear-gradient(180deg,transparent,rgba(248,243,234,.48));
    }
    .faq-item.open .faq-answer{display:block}
    .faq-item.open .faq-icon{transform:rotate(45deg);background:var(--sage-soft);color:var(--sage-dark)}
    .contact-section{padding:94px 0 104px}
    .contact-wrap{
      display:grid;
      grid-template-columns:.95fr 1.05fr;
      gap:28px;
      align-items:stretch;
    }
    .contact-card{
      padding:36px;
      background:
        radial-gradient(circle at 12% 12%,rgba(201,130,100,.16),transparent 34%),
        linear-gradient(145deg,rgba(255,253,248,.9),rgba(239,229,234,.62));
    }
    .contact-card form{
      display:grid;
      gap:16px;
      margin-top:24px;
    }
    .form-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:14px;
    }
    label{
      display:grid;
      gap:8px;
      color:var(--ink);
      font-size:14px;
      font-weight:750;
    }
    input,select,textarea{
      width:100%;
      border:1px solid var(--border);
      border-radius:18px;
      background:#FFFDF8;
      color:var(--ink);
      padding:14px 15px;
      outline:none;
      transition:.22s ease;
    }
    textarea{min-height:130px;resize:vertical}
    input:focus,select:focus,textarea:focus{
      border-color:rgba(138,101,118,.55);
      box-shadow:0 0 0 5px rgba(138,101,118,.12);
    }
    .form-note{
      margin:0;
      font-size:13px;
      color:var(--light-muted);
    }
    .privacy-card{
      padding:36px;
      background:linear-gradient(180deg,rgba(47,41,36,.92),rgba(67,56,49,.92));
      color:#FFFDF8;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      gap:28px;
    }
    .privacy-card h2{color:#FFFDF8}
    .privacy-card p{color:rgba(255,253,248,.72)}
    .privacy-list{
      display:grid;
      gap:14px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .privacy-list li{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:14px;
      border-radius:18px;
      background:rgba(255,253,248,.08);
      border:1px solid rgba(255,253,248,.12);
      color:rgba(255,253,248,.82);
    }
    .privacy-list li::before{
      content:"✓";
      width:22px;
      height:22px;
      border-radius:50%;
      display:grid;
      place-items:center;
      flex:0 0 auto;
      background:rgba(124,146,114,.32);
      color:#FFFDF8;
      font-weight:900;
      font-size:13px;
      margin-top:2px;
    }
    .success-hint{
      display:none;
      padding:13px 15px;
      border-radius:16px;
      background:rgba(124,146,114,.12);
      border:1px solid rgba(124,146,114,.25);
      color:var(--sage-dark);
      font-weight:750;
    }
    .site-footer{
      background:linear-gradient(180deg,#332D28,#29241F);
      color:#FFFDF8;
      padding:68px 0 30px;
    }
    .footer-grid{
      display:grid;
      grid-template-columns:1.35fr .72fr .9fr .72fr;
      gap:34px;
      padding-bottom:38px;
      border-bottom:1px solid rgba(255,253,248,.13);
    }
    .footer-brand{
      font-size:18px;
      margin-bottom:16px;
    }
    .site-footer p{
      color:rgba(255,253,248,.68);
      margin:0;
      max-width:430px;
    }
    .footer-title{
      font-weight:850;
      margin-bottom:14px;
      color:#FFFDF8;
    }
    .footer-links{
      display:grid;
      gap:10px;
    }
    .footer-links a{
      color:rgba(255,253,248,.67);
      transition:.2s ease;
    }
    .footer-links a:hover{
      color:#FFFDF8;
      transform:translateX(3px);
    }
    .footer-bottom{
      display:flex;
      justify-content:space-between;
      gap:20px;
      padding-top:24px;
      color:rgba(255,253,248,.58);
      font-size:14px;
    }
    @media (max-width:1080px){
      .dock{width:calc(100% - 28px)}
      .nav-links{display:none}
      .menu-toggle{display:grid;place-items:center}
      .mobile-panel.is-open{display:grid;gap:8px}
      .hero-grid,.support-grid,.method-wrap,.faq-layout,.contact-wrap,.quote-band{grid-template-columns:1fr}
      .method-panel{position:relative;top:auto}
      .scenario-grid{grid-template-columns:repeat(2,1fr)}
      .footer-grid{grid-template-columns:1fr 1fr}
    }
    @media (max-width:768px){
      .container{width:min(100% - 28px,var(--container))}
      .site-header{top:12px}
      .dock{
        min-height:62px;
        padding:8px 9px 8px 12px;
        gap:8px;
      }
      .brand{font-size:15px}
      .brand-mark{width:31px;height:31px}
      .nav-actions .btn-primary{display:none}
      .search-btn{width:40px;height:40px}
      main{padding-top:94px}
      .hero{padding:26px 0 52px}
      .section{padding:64px 0}
      .section-tight{padding:48px 0}
      .lead{font-size:16px}
      .hero-actions{flex-direction:column}
      .hero-actions .btn{width:100%}
      .dialogue-visual{min-height:auto;padding:20px 20px 164px}
      .bubble{max-width:94%;padding:15px 16px}
      .visual-panel{grid-template-columns:1fr;left:20px;right:20px;bottom:20px}
      .section-head{display:block}
      .scenario-grid,.principles,.form-grid{grid-template-columns:1fr}
      .process-card{grid-template-columns:1fr}
      .quote-band{padding:26px}
      .contact-card,.privacy-card,.support-main,.support-side{padding:24px}
      .footer-grid{grid-template-columns:1fr}
      .footer-bottom{flex-direction:column}
    }
    @media (max-width:520px){
      .dock{width:calc(100% - 20px)}
      .mobile-panel{width:calc(100% - 20px)}
      .brand span:last-child{max-width:176px;overflow:hidden;text-overflow:ellipsis}
      h1{font-size:33px}
      h2{font-size:29px}
      .scenario-card{min-height:auto}
      .btn{width:100%;padding-inline:18px}
      .support-item{grid-template-columns:1fr}
      .footer-bottom{font-size:13px}
    }
