/* roulang page: index */
:root{
      --color-primary:#5A1824;
      --color-primary-2:#661E2C;
      --color-primary-dark:#3B1018;
      --color-accent:#C79758;
      --color-accent-2:#E4C28D;
      --color-bg:#F7F1EA;
      --color-bg-soft:#FCF8F3;
      --color-dark:#1B1718;
      --color-dark-card:#261D20;
      --color-text:#23191B;
      --color-muted:#74676A;
      --color-inverse:#FFF7EF;
      --color-border:#E7D8CC;
      --color-border-soft:rgba(90,24,36,.12);
      --color-warning:#A85B32;
      --shadow-soft:0 18px 50px rgba(58,26,30,.10);
      --shadow-hover:0 24px 66px rgba(58,26,30,.16);
      --radius-lg:24px;
      --radius-md:18px;
      --radius-sm:14px;
      --radius-pill:999px;
      --container:1180px;
      --transition:all .22s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--color-text);
      background:
        radial-gradient(circle at 15% 6%, rgba(199,151,88,.16), transparent 28%),
        linear-gradient(180deg,#FFF9F2 0%,var(--color-bg) 42%,#fff 100%);
      line-height:1.78;
      font-size:16px;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--transition)}
    a:hover,a:focus{color:var(--color-primary)}
    img{max-width:100%;height:auto;display:block}
    button,input,textarea,select{font:inherit}
    button,.button{cursor:pointer}
    :focus-visible{
      outline:3px solid rgba(199,151,88,.42);
      outline-offset:3px;
      border-radius:10px;
    }
    .site-container{
      width:min(calc(100% - 36px),var(--container));
      margin:0 auto;
    }
    .section{
      padding:86px 0;
      position:relative;
    }
    .section.compact{padding:62px 0}
    .section-title{
      margin-bottom:34px;
    }
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border:1px solid rgba(199,151,88,.36);
      border-radius:var(--radius-pill);
      background:rgba(255,247,239,.76);
      color:var(--color-primary);
      font-weight:800;
      font-size:13px;
      letter-spacing:.02em;
    }
    .eyebrow.dark{
      background:rgba(199,151,88,.13);
      color:var(--color-accent-2);
      border-color:rgba(199,151,88,.28);
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(2.05rem,4.7vw,3.45rem);
      line-height:1.14;
      letter-spacing:-.045em;
      font-weight:850;
      color:var(--color-inverse);
      margin:18px 0 20px;
    }
    h2{
      font-size:clamp(1.65rem,3vw,2.35rem);
      line-height:1.2;
      letter-spacing:-.03em;
      font-weight:820;
      color:var(--color-text);
      margin:12px 0 14px;
    }
    h3{
      font-size:1.25rem;
      line-height:1.35;
      font-weight:800;
      color:var(--color-text);
      margin-bottom:10px;
    }
    p{
      color:var(--color-muted);
      line-height:1.86;
      margin-bottom:14px;
    }
    .lead{
      font-size:1.1rem;
      color:rgba(255,247,239,.78);
      max-width:680px;
      line-height:1.9;
    }
    .section-desc{
      max-width:760px;
      color:var(--color-muted);
      font-size:1.03rem;
    }

    .age-bar{
      background:var(--color-dark);
      color:rgba(255,247,239,.82);
      font-size:14px;
      border-bottom:1px solid rgba(199,151,88,.18);
    }
    .age-bar-inner{
      min-height:42px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      padding:8px 0;
    }
    .age-note{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .age-icon{
      display:inline-grid;
      place-items:center;
      width:28px;
      height:28px;
      border-radius:9px;
      background:rgba(199,151,88,.15);
      color:var(--color-accent);
      font-weight:900;
      font-size:12px;
      flex:0 0 auto;
    }
    .age-bar a{
      color:var(--color-accent-2);
      font-weight:700;
      white-space:nowrap;
    }
    .age-bar a:hover{color:#fff}

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(247,241,234,.94);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(90,24,36,.10);
      box-shadow:0 10px 34px rgba(58,26,30,.06);
    }
    .brand-row{
      padding:16px 0 14px;
    }
    .brand-row .site-container{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:260px;
    }
    .brand-mark{
      width:48px;
      height:48px;
      border-radius:16px;
      display:grid;
      place-items:center;
      background:
        linear-gradient(135deg,var(--color-primary),#2A1116 70%),
        var(--color-primary);
      color:var(--color-accent-2);
      box-shadow:0 14px 30px rgba(90,24,36,.22);
      font-weight:950;
      font-size:13px;
      letter-spacing:.02em;
      border:1px solid rgba(199,151,88,.28);
      flex:0 0 auto;
    }
    .brand-name{
      display:flex;
      flex-direction:column;
      line-height:1.28;
    }
    .brand-name strong{
      font-size:18px;
      color:var(--color-primary);
      letter-spacing:-.02em;
    }
    .brand-name span{
      font-size:12px;
      color:var(--color-muted);
    }
    .compliance-chip{
      display:inline-flex;
      align-items:center;
      padding:3px 8px;
      margin-left:6px;
      border-radius:var(--radius-pill);
      background:rgba(90,24,36,.08);
      color:var(--color-primary);
      font-size:11px;
      font-weight:800;
      vertical-align:middle;
      white-space:nowrap;
    }
    .header-search{
      flex:1;
      max-width:420px;
      position:relative;
    }
    .header-search input{
      width:100%;
      height:46px;
      border-radius:var(--radius-pill);
      border:1px solid var(--color-border);
      background:#fff;
      color:var(--color-text);
      padding:0 18px 0 44px;
      box-shadow:0 8px 22px rgba(58,26,30,.05);
      transition:var(--transition);
    }
    .header-search input:focus{
      border-color:var(--color-accent);
      box-shadow:0 0 0 4px rgba(199,151,88,.16);
      outline:none;
    }
    .search-icon{
      position:absolute;
      left:17px;
      top:50%;
      transform:translateY(-50%);
      color:var(--color-muted);
      font-size:16px;
    }
    .header-actions{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .menu-toggle{
      display:none;
      width:44px;
      height:44px;
      border-radius:14px;
      border:1px solid var(--color-border);
      background:#fff;
      color:var(--color-primary);
      font-weight:900;
    }
    .channel-row{
      padding:0 0 14px;
    }
    .channel-nav{
      display:flex;
      gap:10px;
      align-items:center;
      overflow-x:auto;
      scrollbar-width:none;
      -webkit-overflow-scrolling:touch;
      padding-bottom:2px;
    }
    .channel-nav::-webkit-scrollbar{display:none}
    .channel-link{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:40px;
      padding:9px 17px;
      border-radius:var(--radius-pill);
      background:#fff;
      color:var(--color-primary);
      border:1px solid rgba(90,24,36,.12);
      font-weight:800;
      font-size:14px;
      white-space:nowrap;
      box-shadow:0 8px 22px rgba(58,26,30,.04);
    }
    .channel-link:hover{
      transform:translateY(-2px);
      border-color:rgba(199,151,88,.65);
      color:var(--color-primary-dark);
      box-shadow:0 12px 28px rgba(58,26,30,.09);
    }
    .channel-link.active{
      background:linear-gradient(135deg,var(--color-primary),var(--color-primary-2));
      color:var(--color-inverse);
      border-color:rgba(199,151,88,.28);
      box-shadow:0 12px 30px rgba(90,24,36,.18);
    }

    .btn,
    .button.btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      padding:13px 22px;
      border-radius:var(--radius-pill);
      font-weight:850;
      line-height:1.1;
      border:1px solid transparent;
      transition:var(--transition);
      margin:0;
      text-decoration:none;
    }
    .btn-primary,
    .button.btn-primary{
      background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));
      color:var(--color-inverse);
      box-shadow:0 14px 32px rgba(90,24,36,.22);
    }
    .btn-primary:hover,
    .button.btn-primary:hover{
      color:#fff;
      transform:translateY(-2px);
      box-shadow:0 18px 42px rgba(90,24,36,.30);
    }
    .btn-secondary,
    .button.btn-secondary{
      background:rgba(255,247,239,.9);
      border-color:rgba(199,151,88,.38);
      color:var(--color-primary);
    }
    .btn-secondary:hover,
    .button.btn-secondary:hover{
      transform:translateY(-2px);
      background:#fff;
      border-color:var(--color-accent);
      color:var(--color-primary-dark);
      box-shadow:0 12px 26px rgba(58,26,30,.10);
    }
    .btn-light{
      background:#fff;
      color:var(--color-primary);
      border-color:rgba(255,255,255,.35);
    }
    .btn-light:hover{background:var(--color-accent-2);color:var(--color-dark);transform:translateY(-2px)}
    .text-link{
      display:inline-flex;
      align-items:center;
      gap:6px;
      color:var(--color-primary);
      font-weight:850;
      font-size:14px;
    }
    .text-link:hover{color:var(--color-accent);gap:10px}

    .hero{
      padding:82px 0 96px;
      background:
        radial-gradient(circle at 82% 18%, rgba(199,151,88,.20), transparent 25%),
        radial-gradient(circle at 30% 0%, rgba(102,30,44,.32), transparent 32%),
        linear-gradient(135deg,#1B1718 0%,#25171B 52%,#42131D 100%);
      color:var(--color-inverse);
      overflow:hidden;
      position:relative;
    }
    .hero:before{
      content:"";
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
      background-size:42px 42px;
      mask-image:linear-gradient(180deg,rgba(0,0,0,.75),rgba(0,0,0,.18));
      pointer-events:none;
    }
    .hero .site-container{position:relative;z-index:1}
    .hero-copy{
      padding-right:22px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin:30px 0 26px;
    }
    .trust-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:22px;
    }
    .trust-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:9px 13px;
      border-radius:var(--radius-pill);
      background:rgba(255,247,239,.08);
      border:1px solid rgba(255,247,239,.13);
      color:rgba(255,247,239,.82);
      font-weight:750;
      font-size:14px;
    }
    .trust-dot{
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--color-accent);
      box-shadow:0 0 0 5px rgba(199,151,88,.14);
    }
    .hero-visual{
      min-height:480px;
      position:relative;
      display:flex;
      align-items:center;
      justify-content:center;
    }
    .cinema-stack{
      position:relative;
      width:min(100%,430px);
      height:438px;
    }
    .poster-card{
      position:absolute;
      border-radius:28px;
      overflow:hidden;
      border:1px solid rgba(199,151,88,.22);
      box-shadow:0 28px 70px rgba(0,0,0,.34);
      background:linear-gradient(135deg,#2B1A1F,#6A2030);
      transition:var(--transition);
    }
    .poster-card:hover{transform:translateY(-5px) scale(1.015)}
    .poster-main{
      inset:42px 28px 28px 44px;
      z-index:3;
      background:
        radial-gradient(circle at 72% 24%,rgba(228,194,141,.55),transparent 18%),
        linear-gradient(135deg,#2A181C 0%,#5A1824 54%,#120E10 100%);
    }
    .poster-side{
      width:240px;
      height:318px;
      left:0;
      top:78px;
      transform:rotate(-8deg);
      z-index:1;
      opacity:.76;
      background:
        radial-gradient(circle at 35% 26%,rgba(199,151,88,.42),transparent 24%),
        linear-gradient(150deg,#1E191A,#3C141D);
    }
    .poster-top{
      width:238px;
      height:300px;
      right:0;
      top:8px;
      transform:rotate(7deg);
      z-index:2;
      opacity:.82;
      background:
        linear-gradient(45deg,rgba(199,151,88,.24),transparent 35%),
        linear-gradient(145deg,#5A1824,#1B1718);
    }
    .poster-content{
      position:absolute;
      inset:auto 22px 22px;
      z-index:4;
    }
    .poster-content .tag{margin-bottom:10px}
    .poster-content h3{
      color:#fff;
      font-size:1.35rem;
      margin-bottom:6px;
    }
    .poster-content p{color:rgba(255,247,239,.72);font-size:14px;line-height:1.65}
    .play-symbol{
      position:absolute;
      top:34px;
      right:30px;
      width:62px;
      height:62px;
      border-radius:50%;
      display:grid;
      place-items:center;
      background:rgba(255,247,239,.12);
      border:1px solid rgba(255,247,239,.22);
      color:var(--color-accent-2);
      font-size:22px;
      backdrop-filter:blur(12px);
    }
    .abstract-lines{
      position:absolute;
      inset:0;
      background:
        linear-gradient(120deg,transparent 0 20%,rgba(255,255,255,.10) 20% 21%,transparent 21% 42%,rgba(199,151,88,.16) 42% 43%,transparent 43%),
        radial-gradient(ellipse at 50% 110%,rgba(0,0,0,.36),transparent 56%);
      opacity:.72;
    }
    .floating-label{
      position:absolute;
      z-index:5;
      padding:9px 12px;
      border-radius:var(--radius-pill);
      background:rgba(255,247,239,.92);
      color:var(--color-primary);
      border:1px solid rgba(199,151,88,.36);
      font-size:13px;
      font-weight:850;
      box-shadow:0 14px 34px rgba(0,0,0,.20);
    }
    .floating-label.one{left:6px;bottom:22px}
    .floating-label.two{right:2px;bottom:96px}
    .floating-label.three{left:54px;top:18px}

    .tag{
      display:inline-flex;
      align-items:center;
      padding:5px 10px;
      border-radius:var(--radius-pill);
      background:rgba(90,24,36,.08);
      color:var(--color-primary);
      font-size:12px;
      font-weight:850;
      line-height:1.2;
    }
    .tag.gold{
      background:rgba(199,151,88,.16);
      color:#7B4B17;
    }
    .tag.dark{
      background:rgba(255,247,239,.10);
      color:var(--color-accent-2);
      border:1px solid rgba(199,151,88,.18);
    }

    .channel-layout{
      display:grid;
      grid-template-columns:1.1fr .9fr;
      gap:22px;
      align-items:stretch;
    }
    .feature-card,
    .card{
      background:#fff;
      border:1px solid var(--color-border-soft);
      border-radius:var(--radius-lg);
      box-shadow:var(--shadow-soft);
      transition:var(--transition);
      overflow:hidden;
    }
    .feature-card:hover,
    .card:hover{
      transform:translateY(-4px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(199,151,88,.45);
    }
    .feature-card{
      padding:30px;
      min-height:100%;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      background:
        radial-gradient(circle at 88% 14%,rgba(199,151,88,.18),transparent 25%),
        linear-gradient(135deg,#fff,#FCF8F3);
    }
    .feature-cover{
      height:190px;
      border-radius:22px;
      margin:22px 0 20px;
      overflow:hidden;
      background:
        radial-gradient(circle at 28% 24%,rgba(199,151,88,.44),transparent 20%),
        radial-gradient(circle at 72% 38%,rgba(90,24,36,.22),transparent 22%),
        linear-gradient(135deg,#2A171B,#6A2030);
      position:relative;
    }
    .feature-cover:after{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(120deg,transparent 10%,rgba(255,255,255,.10) 10% 11%,transparent 11% 45%,rgba(255,255,255,.08) 45% 46%,transparent 46%),
        radial-gradient(ellipse at bottom,rgba(0,0,0,.35),transparent 60%);
      transform:scale(1);
      transition:transform .28s ease;
    }
    .feature-card:hover .feature-cover:after{transform:scale(1.035)}
    .mini-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:18px;
    }
    .mini-card{
      padding:22px;
      min-height:190px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      background:#fff;
      border:1px solid var(--color-border-soft);
      border-radius:var(--radius-md);
      transition:var(--transition);
    }
    .mini-card:hover{
      transform:translateY(-4px);
      border-color:rgba(199,151,88,.54);
      box-shadow:var(--shadow-soft);
    }
    .mini-card p{font-size:14px;line-height:1.72}

    .stats-section{
      background:var(--color-dark);
      color:var(--color-inverse);
      overflow:hidden;
    }
    .stats-section:before{
      content:"";
      position:absolute;
      inset:0;
      background:
        radial-gradient(circle at 20% 10%,rgba(199,151,88,.18),transparent 24%),
        radial-gradient(circle at 82% 64%,rgba(90,24,36,.28),transparent 28%);
      pointer-events:none;
    }
    .stats-section .site-container{position:relative;z-index:1}
    .stats-section h2{color:#fff}
    .stats-section .section-desc{color:rgba(255,247,239,.68)}
    .stat-card{
      padding:26px 22px;
      border-radius:var(--radius-lg);
      background:rgba(255,247,239,.055);
      border:1px solid rgba(199,151,88,.18);
      min-height:154px;
      transition:var(--transition);
    }
    .stat-card:hover{
      transform:translateY(-4px);
      background:rgba(255,247,239,.075);
      border-color:rgba(199,151,88,.38);
    }
    .stat-number{
      font-size:2.05rem;
      line-height:1;
      font-weight:950;
      color:var(--color-accent-2);
      margin-bottom:12px;
      letter-spacing:-.03em;
    }
    .stat-card strong{
      display:block;
      color:#fff;
      font-size:1.08rem;
      margin-bottom:6px;
    }
    .stat-card span{
      color:rgba(255,247,239,.62);
      font-size:14px;
      line-height:1.65;
    }

    .magazine-grid{
      display:grid;
      grid-template-columns:1.05fr .95fr;
      gap:24px;
      align-items:start;
    }
    .magazine-main{
      border-radius:var(--radius-lg);
      overflow:hidden;
      background:#fff;
      border:1px solid var(--color-border-soft);
      box-shadow:var(--shadow-soft);
      transition:var(--transition);
    }
    .magazine-main:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}
    .magazine-cover{
      height:320px;
      background:
        linear-gradient(135deg,rgba(90,24,36,.82),rgba(27,23,24,.92)),
        radial-gradient(circle at 80% 20%,rgba(228,194,141,.9),transparent 18%);
      position:relative;
      overflow:hidden;
    }
    .magazine-cover:before{
      content:"";
      position:absolute;
      inset:-60px;
      background:
        linear-gradient(115deg,transparent 0 23%,rgba(255,255,255,.10) 23% 24%,transparent 24% 48%,rgba(199,151,88,.18) 48% 49%,transparent 49%),
        radial-gradient(ellipse at 46% 90%,rgba(199,151,88,.18),transparent 44%);
      transform:rotate(-6deg);
    }
    .magazine-body{padding:28px}
    .magazine-list{
      display:flex;
      flex-direction:column;
      gap:14px;
    }
    .magazine-item{
      display:grid;
      grid-template-columns:auto 1fr;
      gap:16px;
      padding:18px;
      border-radius:var(--radius-md);
      background:#fff;
      border:1px solid var(--color-border-soft);
      transition:var(--transition);
    }
    .magazine-item:hover{
      transform:translateX(4px);
      border-color:rgba(199,151,88,.45);
      box-shadow:0 12px 30px rgba(58,26,30,.08);
    }
    .date-box{
      width:62px;
      height:62px;
      border-radius:18px;
      display:flex;
      flex-direction:column;
      align-items:center;
      justify-content:center;
      background:var(--color-bg-soft);
      color:var(--color-primary);
      border:1px solid var(--color-border);
      font-weight:900;
      line-height:1.1;
    }
    .date-box span{font-size:12px;color:var(--color-muted);font-weight:750}
    .magazine-item h3{font-size:1.08rem;margin-bottom:4px}
    .magazine-item p{font-size:14px;line-height:1.7;margin-bottom:8px}

    .steps-wrap{
      position:relative;
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
      margin-top:34px;
    }
    .step-card{
      position:relative;
      padding:24px;
      border-radius:var(--radius-lg);
      background:#fff;
      border:1px solid var(--color-border-soft);
      box-shadow:0 12px 34px rgba(58,26,30,.07);
      transition:var(--transition);
    }
    .step-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft);border-color:rgba(199,151,88,.45)}
    .step-index{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      width:54px;
      height:54px;
      border-radius:18px;
      background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));
      color:var(--color-accent-2);
      font-weight:950;
      margin-bottom:18px;
      box-shadow:0 14px 30px rgba(90,24,36,.16);
    }
    .step-card p{font-size:14px;line-height:1.72;margin-bottom:0}

    .guide-panel{
      border-radius:30px;
      background:
        linear-gradient(135deg,rgba(255,255,255,.9),rgba(252,248,243,.9)),
        radial-gradient(circle at 90% 20%,rgba(199,151,88,.15),transparent 28%);
      border:1px solid var(--color-border-soft);
      box-shadow:var(--shadow-soft);
      padding:32px;
    }
    .guide-list{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:16px;
    }
    .guide-list li{
      padding:18px;
      border-radius:18px;
      background:#fff;
      border:1px solid var(--color-border-soft);
    }
    .guide-list strong{
      display:block;
      color:var(--color-primary);
      margin-bottom:6px;
      font-size:1.02rem;
    }
    .guide-list span{
      display:block;
      color:var(--color-muted);
      font-size:14px;
      line-height:1.72;
    }

    .accordion{
      background:transparent;
      border:0;
    }
    .accordion-item{
      margin-bottom:14px;
      border-radius:18px;
      overflow:hidden;
      border:1px solid var(--color-border-soft);
      background:#fff;
      box-shadow:0 10px 26px rgba(58,26,30,.055);
    }
    .accordion-title{
      border:0;
      padding:20px 54px 20px 22px;
      color:var(--color-text);
      font-size:1.03rem;
      font-weight:850;
      background:#fff;
      transition:var(--transition);
    }
    .accordion-title:hover,
    .accordion-title:focus{
      color:var(--color-primary);
      background:var(--color-bg-soft);
    }
    .accordion-title:before{
      color:var(--color-accent);
      font-weight:900;
      right:22px;
      margin-top:-10px;
    }
    .is-active>.accordion-title{
      color:var(--color-primary);
      background:linear-gradient(90deg,rgba(199,151,88,.16),#fff 32%);
      border-left:4px solid var(--color-accent);
    }
    .accordion-content{
      border:0;
      padding:0 24px 22px 26px;
      color:var(--color-muted);
      line-height:1.85;
      background:#fff;
    }

    .cta-section{
      padding:88px 0;
    }
    .cta-card{
      border-radius:32px;
      overflow:hidden;
      background:
        radial-gradient(circle at 92% 16%,rgba(199,151,88,.22),transparent 24%),
        linear-gradient(135deg,var(--color-primary) 0%,#2A1116 58%,var(--color-dark) 100%);
      box-shadow:0 26px 80px rgba(90,24,36,.22);
      border:1px solid rgba(199,151,88,.22);
      padding:42px;
      color:var(--color-inverse);
    }
    .cta-card h2{color:#fff}
    .cta-card p{color:rgba(255,247,239,.72)}
    .contact-form{
      background:rgba(255,247,239,.08);
      border:1px solid rgba(255,247,239,.14);
      border-radius:24px;
      padding:24px;
      backdrop-filter:blur(12px);
    }
    .form-label{
      color:rgba(255,247,239,.88);
      font-weight:800;
      margin-bottom:8px;
      font-size:14px;
    }
    .contact-form input,
    .contact-form textarea,
    .contact-form select{
      border-radius:14px;
      min-height:50px;
      border:1px solid rgba(231,216,204,.72);
      background:rgba(255,247,239,.96);
      box-shadow:none;
      color:var(--color-text);
      transition:var(--transition);
      margin-bottom:14px;
    }
    .contact-form textarea{min-height:104px;resize:vertical}
    .contact-form input:focus,
    .contact-form textarea:focus,
    .contact-form select:focus{
      border-color:var(--color-accent);
      box-shadow:0 0 0 4px rgba(199,151,88,.18);
      outline:none;
      background:#fff;
    }
    .form-hint{
      color:rgba(255,247,239,.62);
      font-size:13px;
      margin:8px 0 0;
      line-height:1.65;
    }

    .site-footer{
      background:var(--color-dark);
      color:rgba(255,247,239,.72);
      padding:64px 0 24px;
      border-top:1px solid rgba(199,151,88,.18);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      margin-bottom:16px;
    }
    .footer-brand strong{
      color:#fff;
      font-size:18px;
    }
    .footer-brand span{
      display:block;
      color:rgba(255,247,239,.56);
      font-size:12px;
      margin-top:2px;
    }
    .footer-title{
      color:var(--color-accent-2);
      font-weight:900;
      margin-bottom:14px;
      font-size:15px;
    }
    .footer-links{
      list-style:none;
      padding:0;
      margin:0;
    }
    .footer-links li{margin-bottom:9px}
    .footer-links a{
      color:rgba(255,247,239,.68);
      font-size:14px;
    }
    .footer-links a:hover{color:var(--color-accent-2)}
    .footer-desc{
      font-size:14px;
      color:rgba(255,247,239,.62);
      line-height:1.8;
      max-width:360px;
    }
    .footer-bottom{
      margin-top:38px;
      padding-top:20px;
      border-top:1px solid rgba(255,247,239,.10);
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:16px;
      flex-wrap:wrap;
      font-size:13px;
      color:rgba(255,247,239,.50);
    }
    .legal-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:var(--radius-pill);
      background:rgba(168,91,50,.14);
      color:#F0BE8C;
      border:1px solid rgba(168,91,50,.30);
      font-weight:800;
      font-size:13px;
    }

    @media (max-width:1024px){
      .brand-row .site-container{flex-wrap:wrap}
      .header-search{order:3;max-width:none;width:100%}
      .hero{padding:66px 0 76px}
      .hero-copy{padding-right:0}
      .hero-visual{min-height:430px;margin-top:28px}
      .channel-layout,.magazine-grid{grid-template-columns:1fr}
      .steps-wrap{grid-template-columns:repeat(2,1fr)}
      .guide-list{grid-template-columns:1fr}
    }
    @media (max-width:768px){
      body{font-size:15px}
      .site-container{width:min(calc(100% - 28px),var(--container))}
      .section{padding:62px 0}
      .age-bar-inner{align-items:flex-start;flex-direction:column;gap:7px}
      .brand-row{padding:12px 0}
      .brand-row .site-container{gap:12px}
      .brand{min-width:0;flex:1}
      .brand-name strong{font-size:16px}
      .brand-name span{display:none}
      .brand-mark{width:44px;height:44px;border-radius:14px}
      .header-actions{display:none;width:100%;flex-direction:column;align-items:stretch}
      .header-actions.is-open{display:flex}
      .menu-toggle{display:inline-grid;place-items:center}
      .header-search{display:none}
      .header-search.is-open{display:block}
      .channel-row{padding-bottom:12px}
      .channel-link{padding:8px 14px;min-height:38px}
      .hero-actions .btn{width:100%}
      .hero-visual{min-height:370px}
      .cinema-stack{height:360px}
      .poster-main{inset:38px 18px 20px 32px}
      .poster-side{width:210px;height:270px}
      .poster-top{width:205px;height:260px}
      .floating-label{font-size:12px}
      .mini-grid{grid-template-columns:1fr}
      .feature-card{padding:24px}
      .stats-section .cell{margin-bottom:14px}
      .magazine-cover{height:230px}
      .magazine-body{padding:22px}
      .magazine-item{grid-template-columns:1fr}
      .date-box{width:58px;height:58px}
      .steps-wrap{grid-template-columns:1fr}
      .cta-card{padding:28px 20px;border-radius:26px}
      .footer-bottom{align-items:flex-start;flex-direction:column}
    }
    @media (max-width:520px){
      h1{font-size:2rem}
      h2{font-size:1.55rem}
      .section{padding:52px 0}
      .age-note{align-items:flex-start}
      .hero{padding:52px 0 60px}
      .trust-row{flex-direction:column}
      .trust-pill{width:100%}
      .hero-visual{min-height:318px}
      .cinema-stack{height:310px}
      .poster-side,.poster-top{display:none}
      .poster-main{inset:12px 0 0}
      .play-symbol{width:52px;height:52px}
      .floating-label.two,.floating-label.three{display:none}
      .floating-label.one{left:14px;bottom:16px}
      .feature-cover{height:160px}
      .guide-panel{padding:22px}
      .contact-form{padding:18px}
      .btn,.button.btn{width:100%}
      .accordion-title{padding-right:44px}
    }

/* roulang page: category1 */
:root{
      --color-primary:#5A1824;
      --color-primary-deep:#3F1019;
      --color-primary-soft:#7A2B38;
      --color-accent:#C79758;
      --color-accent-soft:#F1DFC5;
      --color-bg:#F7F1EA;
      --color-bg-2:#FCF8F3;
      --color-dark:#1B1718;
      --color-dark-card:#261D20;
      --color-text:#23191B;
      --color-muted:#74676A;
      --color-light:#FFF7EF;
      --color-border:rgba(90,24,36,.14);
      --color-border-strong:#E7D8CC;
      --color-warning:#A85B32;
      --radius-xl:24px;
      --radius-lg:18px;
      --radius-md:14px;
      --radius-pill:999px;
      --shadow-soft:0 18px 50px rgba(58,26,30,.10);
      --shadow-card:0 14px 34px rgba(58,26,30,.08);
      --shadow-hover:0 22px 56px rgba(58,26,30,.16);
      --container:1180px;
      --transition:all .22s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--color-text);
      background:
        radial-gradient(circle at 12% 8%, rgba(199,151,88,.13), transparent 28%),
        linear-gradient(180deg,#FFF9F1 0%, var(--color-bg) 45%, #F3E9DF 100%);
      line-height:1.78;
      font-size:16px;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:var(--transition)}
    a:hover,a:focus{color:var(--color-primary)}
    img{max-width:100%;display:block}
    button,input,textarea,select{font:inherit}
    :focus-visible{outline:3px solid rgba(199,151,88,.42);outline-offset:3px}
    ::selection{background:rgba(199,151,88,.35);color:var(--color-primary-deep)}

    .site-container{
      width:min(calc(100% - 40px),var(--container));
      margin-inline:auto;
    }
    .section{
      padding:86px 0;
      position:relative;
    }
    .section-tight{padding:58px 0}
    .section-kicker{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 13px;
      border-radius:var(--radius-pill);
      background:rgba(90,24,36,.07);
      color:var(--color-primary);
      border:1px solid var(--color-border);
      font-size:13px;
      font-weight:800;
      letter-spacing:.02em;
      margin-bottom:16px;
    }
    .section-title{
      font-size:clamp(28px,4vw,38px);
      line-height:1.18;
      margin:0 0 14px;
      color:var(--color-text);
      font-weight:850;
      letter-spacing:-.03em;
    }
    .section-desc{
      color:var(--color-muted);
      font-size:17px;
      max-width:720px;
      margin:0;
    }

    .top-notice{
      background:var(--color-dark);
      color:rgba(255,247,239,.82);
      font-size:14px;
      border-bottom:1px solid rgba(199,151,88,.22);
    }
    .top-notice .site-container{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
      min-height:42px;
      padding:8px 0;
    }
    .notice-left{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .notice-icon{
      width:26px;
      height:26px;
      display:inline-grid;
      place-items:center;
      flex:0 0 auto;
      border-radius:50%;
      color:var(--color-dark);
      background:var(--color-accent);
      font-weight:900;
      font-size:12px;
    }
    .notice-link{
      color:var(--color-accent);
      font-weight:700;
      white-space:nowrap;
    }
    .notice-link:hover{color:var(--color-light)}

    .site-header{
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(247,241,234,.94);
      backdrop-filter:saturate(160%) blur(18px);
      border-bottom:1px solid rgba(90,24,36,.10);
      box-shadow:0 10px 34px rgba(58,26,30,.06);
    }
    .brand-row{
      padding:16px 0 13px;
      border-bottom:1px solid rgba(90,24,36,.08);
    }
    .brand-row-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .site-logo{
      display:flex;
      align-items:center;
      gap:12px;
      min-width:260px;
    }
    .brand-mark{
      width:48px;
      height:48px;
      border-radius:16px;
      display:inline-grid;
      place-items:center;
      color:var(--color-light);
      font-weight:900;
      background:
        linear-gradient(145deg,var(--color-primary) 0%,var(--color-primary-deep) 58%,#221317 100%);
      box-shadow:0 12px 28px rgba(90,24,36,.22), inset 0 0 0 1px rgba(255,255,255,.14);
      letter-spacing:-.02em;
      flex:0 0 auto;
    }
    .brand-copy strong{
      display:block;
      color:var(--color-primary-deep);
      font-size:20px;
      line-height:1.15;
      font-weight:900;
      letter-spacing:-.04em;
    }
    .brand-copy span{
      display:block;
      margin-top:4px;
      color:var(--color-muted);
      font-size:12px;
      line-height:1.35;
    }
    .brand-tag{
      display:inline-flex;
      margin-left:8px;
      vertical-align:middle;
      padding:3px 8px;
      border-radius:var(--radius-pill);
      background:rgba(168,91,50,.11);
      color:var(--color-warning);
      border:1px solid rgba(168,91,50,.20);
      font-size:12px;
      font-weight:800;
    }
    .header-search{
      flex:1;
      max-width:420px;
      position:relative;
    }
    .header-search input{
      width:100%;
      height:46px;
      border-radius:var(--radius-pill);
      border:1px solid var(--color-border-strong);
      background:#fff;
      padding:0 18px 0 44px;
      color:var(--color-text);
      box-shadow:0 8px 22px rgba(58,26,30,.04);
    }
    .header-search input:focus{
      border-color:var(--color-accent);
      box-shadow:0 0 0 4px rgba(199,151,88,.16);
    }
    .search-symbol{
      position:absolute;
      left:17px;
      top:50%;
      transform:translateY(-50%);
      color:var(--color-primary);
      opacity:.66;
      font-weight:900;
    }
    .header-actions{
      display:flex;
      align-items:center;
      gap:10px;
      flex:0 0 auto;
    }
    .mobile-toggle{
      display:none;
      width:44px;
      height:44px;
      border:1px solid var(--color-border);
      border-radius:14px;
      background:#fff;
      color:var(--color-primary);
      font-weight:900;
      cursor:pointer;
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      border-radius:var(--radius-pill);
      padding:13px 22px;
      border:1px solid transparent;
      font-weight:800;
      line-height:1;
      cursor:pointer;
      transition:var(--transition);
      min-height:46px;
    }
    .btn-primary{
      background:var(--color-primary);
      color:var(--color-light);
      box-shadow:0 14px 28px rgba(90,24,36,.22);
    }
    .btn-primary:hover,.btn-primary:focus{
      color:var(--color-light);
      background:var(--color-primary-deep);
      transform:translateY(-2px);
      box-shadow:0 18px 38px rgba(90,24,36,.28);
    }
    .btn-secondary{
      background:rgba(255,255,255,.72);
      color:var(--color-primary);
      border-color:rgba(90,24,36,.22);
    }
    .btn-secondary:hover,.btn-secondary:focus{
      color:var(--color-primary-deep);
      border-color:var(--color-accent);
      background:#fff;
      transform:translateY(-2px);
    }
    .btn-small{
      min-height:38px;
      padding:10px 15px;
      font-size:14px;
    }

    .channel-wrap{
      padding:10px 0;
    }
    .channel-nav{
      display:flex;
      align-items:center;
      gap:10px;
      overflow-x:auto;
      scrollbar-width:none;
      -webkit-overflow-scrolling:touch;
    }
    .channel-nav::-webkit-scrollbar{display:none}
    .channel-link{
      white-space:nowrap;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:38px;
      padding:9px 17px;
      border-radius:var(--radius-pill);
      background:rgba(255,255,255,.72);
      border:1px solid rgba(90,24,36,.10);
      color:var(--color-primary-deep);
      font-weight:800;
      font-size:14px;
    }
    .channel-link:hover{
      color:var(--color-primary);
      transform:translateY(-2px);
      border-color:rgba(199,151,88,.56);
      box-shadow:0 10px 24px rgba(58,26,30,.08);
    }
    .channel-link.active{
      background:var(--color-primary);
      color:var(--color-light);
      border-color:var(--color-primary);
      box-shadow:0 10px 24px rgba(90,24,36,.22);
    }

    .category-hero{
      padding:70px 0 54px;
      background:
        radial-gradient(circle at 78% 20%, rgba(199,151,88,.22), transparent 30%),
        radial-gradient(circle at 12% 72%, rgba(90,24,36,.10), transparent 26%);
      overflow:hidden;
    }
    .category-hero h1{
      margin:0 0 18px;
      color:var(--color-primary-deep);
      font-size:clamp(32px,5vw,54px);
      line-height:1.13;
      font-weight:900;
      letter-spacing:-.055em;
      max-width:760px;
    }
    .hero-lead{
      font-size:18px;
      color:var(--color-muted);
      max-width:750px;
      margin:0 0 26px;
      line-height:1.9;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      align-items:center;
      gap:12px;
      margin-top:28px;
    }
    .hero-note{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:24px;
    }
    .mini-badge,.tag{
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 11px;
      border-radius:var(--radius-pill);
      background:#fff;
      border:1px solid var(--color-border);
      color:var(--color-primary);
      font-size:13px;
      font-weight:800;
      line-height:1.2;
    }
    .tag.gold{
      color:#7C4B18;
      background:rgba(199,151,88,.15);
      border-color:rgba(199,151,88,.30);
    }
    .tag.dark{
      background:rgba(27,23,24,.92);
      color:var(--color-light);
      border-color:rgba(255,255,255,.12);
    }

    .channel-panel{
      border-radius:30px;
      padding:22px;
      background:
        linear-gradient(160deg,rgba(27,23,24,.96),rgba(63,16,25,.94)),
        var(--color-dark);
      color:var(--color-light);
      box-shadow:0 26px 70px rgba(58,26,30,.22);
      border:1px solid rgba(199,151,88,.22);
      position:relative;
      overflow:hidden;
    }
    .channel-panel:before{
      content:"";
      position:absolute;
      width:220px;
      height:220px;
      right:-90px;
      top:-90px;
      border-radius:50%;
      background:rgba(199,151,88,.22);
      filter:blur(8px);
    }
    .panel-cover{
      position:relative;
      min-height:190px;
      border-radius:24px;
      background:
        linear-gradient(135deg,rgba(199,151,88,.28),transparent 42%),
        radial-gradient(circle at 70% 30%,rgba(255,247,239,.14),transparent 24%),
        repeating-linear-gradient(135deg,rgba(255,255,255,.08) 0 1px,transparent 1px 12px),
        #2B2023;
      border:1px solid rgba(255,247,239,.12);
      overflow:hidden;
      margin-bottom:18px;
    }
    .panel-cover:after{
      content:"JP";
      position:absolute;
      right:22px;
      bottom:12px;
      font-size:70px;
      line-height:1;
      color:rgba(255,247,239,.08);
      font-weight:950;
      letter-spacing:-.08em;
    }
    .play-dot{
      position:absolute;
      left:24px;
      top:24px;
      width:58px;
      height:58px;
      border-radius:50%;
      background:rgba(255,247,239,.92);
      display:grid;
      place-items:center;
      color:var(--color-primary);
      font-weight:900;
      box-shadow:0 16px 38px rgba(0,0,0,.20);
    }
    .panel-title{
      position:relative;
      margin:0 0 10px;
      font-size:23px;
      font-weight:900;
      letter-spacing:-.03em;
    }
    .panel-text{
      position:relative;
      color:rgba(255,247,239,.74);
      margin:0 0 18px;
      line-height:1.75;
    }
    .panel-stats{
      position:relative;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
    }
    .panel-stat{
      padding:14px 12px;
      border-radius:16px;
      background:rgba(255,247,239,.08);
      border:1px solid rgba(255,247,239,.10);
    }
    .panel-stat strong{
      display:block;
      color:var(--color-accent);
      font-size:22px;
      line-height:1;
      margin-bottom:7px;
    }
    .panel-stat span{
      color:rgba(255,247,239,.72);
      font-size:12px;
      font-weight:700;
    }

    .filter-card{
      margin-top:-26px;
      position:relative;
      z-index:2;
      padding:17px;
      border-radius:24px;
      background:rgba(255,255,255,.86);
      border:1px solid rgba(90,24,36,.10);
      box-shadow:var(--shadow-card);
      backdrop-filter:blur(14px);
    }
    .filter-bar{
      display:flex;
      gap:10px;
      overflow-x:auto;
      scrollbar-width:none;
      padding-bottom:2px;
    }
    .filter-bar::-webkit-scrollbar{display:none}
    .filter-pill{
      border:1px solid rgba(90,24,36,.12);
      background:#fff;
      color:var(--color-primary-deep);
      padding:10px 16px;
      border-radius:var(--radius-pill);
      font-weight:800;
      white-space:nowrap;
      cursor:pointer;
      transition:var(--transition);
    }
    .filter-pill:hover,.filter-pill.active{
      background:var(--color-primary);
      color:var(--color-light);
      border-color:var(--color-primary);
      transform:translateY(-1px);
    }

    .content-card{
      display:grid;
      grid-template-columns:210px 1fr;
      gap:22px;
      background:#fff;
      border:1px solid rgba(90,24,36,.10);
      border-radius:24px;
      padding:18px;
      box-shadow:0 10px 28px rgba(58,26,30,.055);
      margin-bottom:18px;
      transition:var(--transition);
      overflow:hidden;
    }
    .content-card:hover{
      transform:translateY(-4px);
      border-color:rgba(199,151,88,.55);
      box-shadow:var(--shadow-hover);
    }
    .abstract-cover{
      min-height:158px;
      border-radius:20px;
      background:
        radial-gradient(circle at 25% 28%,rgba(255,247,239,.48),transparent 20%),
        linear-gradient(135deg,rgba(90,24,36,.88),rgba(199,151,88,.70)),
        repeating-linear-gradient(45deg,rgba(255,255,255,.12) 0 1px,transparent 1px 10px);
      position:relative;
      overflow:hidden;
    }
    .abstract-cover:before{
      content:"";
      position:absolute;
      inset:18px;
      border:1px solid rgba(255,247,239,.28);
      border-radius:16px;
    }
    .abstract-cover:after{
      content:"18+";
      position:absolute;
      left:18px;
      bottom:15px;
      padding:6px 10px;
      border-radius:999px;
      background:rgba(27,23,24,.68);
      color:var(--color-light);
      font-weight:900;
      font-size:12px;
    }
    .content-meta{
      display:flex;
      align-items:center;
      gap:8px;
      flex-wrap:wrap;
      margin-bottom:10px;
    }
    .content-card h2{
      font-size:23px;
      line-height:1.35;
      margin:0 0 9px;
      font-weight:900;
      color:var(--color-primary-deep);
      letter-spacing:-.03em;
    }
    .content-card p{
      margin:0 0 15px;
      color:var(--color-muted);
      line-height:1.8;
    }
    .read-link{
      display:inline-flex;
      align-items:center;
      gap:7px;
      color:var(--color-primary);
      font-weight:900;
      border-bottom:1px solid rgba(199,151,88,.55);
      padding-bottom:3px;
    }
    .read-link:hover{
      color:var(--color-primary-deep);
      gap:11px;
    }

    .sidebar-stack{
      position:sticky;
      top:154px;
      display:flex;
      flex-direction:column;
      gap:18px;
    }
    .side-card{
      background:#fff;
      border:1px solid rgba(90,24,36,.10);
      border-radius:24px;
      padding:22px;
      box-shadow:var(--shadow-card);
    }
    .side-card.dark{
      background:linear-gradient(150deg,var(--color-dark),var(--color-primary-deep));
      color:var(--color-light);
      border-color:rgba(199,151,88,.20);
    }
    .side-title{
      font-size:19px;
      line-height:1.25;
      font-weight:900;
      margin:0 0 14px;
      color:inherit;
      letter-spacing:-.02em;
    }
    .side-list{
      list-style:none;
      padding:0;
      margin:0;
      display:flex;
      flex-direction:column;
      gap:11px;
    }
    .side-list li{
      display:flex;
      gap:10px;
      color:var(--color-muted);
      font-size:15px;
    }
    .side-card.dark .side-list li{color:rgba(255,247,239,.76)}
    .side-list li:before{
      content:"";
      width:8px;
      height:8px;
      margin-top:10px;
      flex:0 0 auto;
      border-radius:50%;
      background:var(--color-accent);
    }
    .side-search label{
      display:block;
      color:var(--color-primary-deep);
      font-weight:850;
      margin-bottom:8px;
    }
    .side-search input{
      width:100%;
      height:50px;
      border-radius:15px;
      border:1px solid var(--color-border-strong);
      padding:0 14px;
      background:var(--color-bg-2);
      margin-bottom:12px;
    }
    .side-search input:focus{
      border-color:var(--color-accent);
      box-shadow:0 0 0 4px rgba(199,151,88,.16);
      background:#fff;
    }

    .guide-strip{
      border-radius:30px;
      padding:30px;
      background:
        linear-gradient(120deg,rgba(90,24,36,.96),rgba(27,23,24,.98)),
        var(--color-primary);
      color:var(--color-light);
      box-shadow:0 24px 70px rgba(58,26,30,.20);
      overflow:hidden;
      position:relative;
    }
    .guide-strip:after{
      content:"18+";
      position:absolute;
      right:24px;
      top:-10px;
      color:rgba(255,247,239,.06);
      font-size:116px;
      font-weight:950;
      line-height:1;
      letter-spacing:-.08em;
    }
    .guide-strip h2{
      position:relative;
      margin:0 0 9px;
      font-size:30px;
      font-weight:900;
      letter-spacing:-.03em;
    }
    .guide-strip p{
      position:relative;
      margin:0;
      color:rgba(255,247,239,.78);
      max-width:760px;
    }
    .guide-strip .btn{
      position:relative;
      background:var(--color-accent);
      color:var(--color-dark);
      box-shadow:none;
    }
    .guide-strip .btn:hover{
      background:#E0B776;
      color:var(--color-dark);
    }

    .process-grid{
      margin-top:28px;
    }
    .process-card{
      height:100%;
      background:#fff;
      border:1px solid rgba(90,24,36,.10);
      border-radius:24px;
      padding:24px;
      box-shadow:var(--shadow-card);
      transition:var(--transition);
    }
    .process-card:hover{
      transform:translateY(-4px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(199,151,88,.50);
    }
    .process-no{
      color:var(--color-accent);
      font-size:28px;
      line-height:1;
      font-weight:950;
      margin-bottom:14px;
      letter-spacing:-.04em;
    }
    .process-card h3{
      margin:0 0 10px;
      color:var(--color-primary-deep);
      font-size:20px;
      font-weight:900;
    }
    .process-card p{
      margin:0;
      color:var(--color-muted);
      line-height:1.75;
    }

    .accordion.custom-accordion{
      margin-top:28px;
      background:transparent;
    }
    .custom-accordion .accordion-item{
      margin-bottom:14px;
      border-radius:18px;
      overflow:hidden;
      background:#fff;
      border:1px solid rgba(90,24,36,.11);
      box-shadow:0 10px 24px rgba(58,26,30,.045);
    }
    .custom-accordion .accordion-title{
      border:0;
      color:var(--color-text);
      font-size:17px;
      font-weight:900;
      padding:20px 54px 20px 22px;
      line-height:1.45;
      background:#fff;
    }
    .custom-accordion .accordion-title:before{
      right:22px;
      color:var(--color-accent);
      font-size:22px;
      margin-top:-12px;
    }
    .custom-accordion .is-active>.accordion-title{
      color:var(--color-primary);
      background:linear-gradient(90deg,rgba(199,151,88,.14),#fff 46%);
      box-shadow:inset 4px 0 0 var(--color-accent);
    }
    .custom-accordion .accordion-content{
      border:0;
      border-top:1px solid rgba(90,24,36,.08);
      padding:18px 22px 22px 26px;
      color:var(--color-muted);
      line-height:1.85;
      background:#fff;
    }

    .site-footer{
      background:var(--color-dark);
      color:rgba(255,247,239,.74);
      padding:70px 0 28px;
      border-top:1px solid rgba(199,151,88,.18);
    }
    .footer-brand{
      display:flex;
      gap:12px;
      align-items:center;
      margin-bottom:18px;
    }
    .footer-brand .brand-mark{
      width:46px;
      height:46px;
      border-radius:15px;
      background:linear-gradient(145deg,var(--color-primary),#2B1116);
    }
    .footer-brand strong{
      display:block;
      color:var(--color-light);
      font-size:18px;
      font-weight:900;
    }
    .footer-brand span span{
      display:block;
      color:rgba(255,247,239,.60);
      font-size:12px;
      margin-top:3px;
    }
    .footer-desc{
      color:rgba(255,247,239,.64);
      line-height:1.8;
      margin:0 0 16px;
      font-size:14px;
    }
    .legal-badge{
      display:inline-flex;
      padding:7px 12px;
      border-radius:999px;
      background:rgba(199,151,88,.14);
      color:var(--color-accent);
      border:1px solid rgba(199,151,88,.25);
      font-size:13px;
      font-weight:850;
    }
    .footer-title{
      color:var(--color-light);
      font-size:16px;
      font-weight:900;
      margin-bottom:16px;
    }
    .footer-links{
      padding:0;
      margin:0;
      list-style:none;
      display:flex;
      flex-direction:column;
      gap:10px;
    }
    .footer-links a{
      color:rgba(255,247,239,.67);
      font-size:14px;
    }
    .footer-links a:hover{
      color:var(--color-accent);
      padding-left:3px;
    }
    .footer-bottom{
      margin-top:44px;
      padding-top:22px;
      border-top:1px solid rgba(255,247,239,.10);
      display:flex;
      justify-content:space-between;
      gap:16px;
      color:rgba(255,247,239,.48);
      font-size:13px;
      line-height:1.7;
    }

    @media (max-width:1024px){
      .brand-row-inner{flex-wrap:wrap}
      .site-logo{min-width:auto;flex:1}
      .header-search{order:3;max-width:none;flex:1 1 100%}
      .sidebar-stack{position:static;margin-top:20px}
      .category-hero{padding:54px 0 44px}
    }
    @media (max-width:768px){
      .site-container{width:min(calc(100% - 28px),var(--container))}
      .section{padding:62px 0}
      .top-notice .site-container{align-items:flex-start;flex-direction:column;gap:6px}
      .brand-row{padding:12px 0}
      .header-actions{display:none;width:100%;flex-direction:column;align-items:stretch}
      .header-actions.is-open{display:flex}
      .header-actions .btn{width:100%}
      .mobile-toggle{display:inline-grid;place-items:center}
      .header-search{display:none}
      .header-search.is-open{display:block}
      .brand-copy strong{font-size:17px}
      .brand-tag{display:none}
      .content-card{grid-template-columns:1fr;padding:15px}
      .abstract-cover{min-height:170px}
      .panel-stats{grid-template-columns:1fr}
      .guide-strip{padding:24px}
      .guide-strip h2{font-size:25px}
      .footer-bottom{flex-direction:column}
    }
    @media (max-width:520px){
      body{font-size:15px}
      .site-container{width:min(calc(100% - 22px),var(--container))}
      .category-hero h1{font-size:32px}
      .hero-lead{font-size:16px}
      .hero-actions .btn{width:100%}
      .section-title{font-size:26px}
      .brand-mark{width:42px;height:42px;border-radius:14px}
      .brand-copy span{max-width:210px}
      .channel-link{padding:8px 14px}
      .filter-card{border-radius:20px}
      .content-card h2{font-size:20px}
      .site-footer{padding-top:52px}
    }

/* roulang page: category2 */
:root{
      --color-primary:#5A1824;
      --color-primary-dark:#3F1019;
      --color-primary-soft:#7A2A38;
      --color-accent:#C79758;
      --color-accent-dark:#A85B32;
      --color-bg:#F7F1EA;
      --color-bg-soft:#FCF8F3;
      --color-ink:#23191B;
      --color-muted:#74676A;
      --color-dark:#1B1718;
      --color-dark-card:#261D20;
      --color-white:#FFFFFF;
      --color-cream:#FFF7EF;
      --color-border:rgba(90,24,36,.14);
      --color-border-strong:#E7D8CC;
      --shadow-soft:0 18px 50px rgba(58,26,30,.10);
      --shadow-card:0 14px 34px rgba(58,26,30,.08);
      --shadow-hover:0 24px 60px rgba(58,26,30,.16);
      --radius-lg:24px;
      --radius-md:18px;
      --radius-sm:14px;
      --radius-pill:999px;
      --container:1180px;
      --transition:all .22s ease;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      font-family:system-ui,-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
      color:var(--color-ink);
      background:
        radial-gradient(circle at 12% 8%, rgba(199,151,88,.18), transparent 28%),
        linear-gradient(180deg,#FFF9F2 0%,var(--color-bg) 48%,#F2E8DE 100%);
      line-height:1.8;
      -webkit-font-smoothing:antialiased;
      text-rendering:optimizeLegibility;
    }
    a{color:inherit;text-decoration:none;transition:var(--transition)}
    a:hover,a:focus{color:var(--color-primary)}
    img{max-width:100%;display:block}
    button,input,select,textarea{font:inherit}
    button,.button{cursor:pointer}
    :focus-visible{
      outline:3px solid rgba(199,151,88,.38);
      outline-offset:3px;
    }
    .site-container{
      width:min(calc(100% - 32px),var(--container));
      margin-inline:auto;
    }
    .section{
      padding:88px 0;
      position:relative;
    }
    .section-tight{padding:64px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 12px;
      border-radius:var(--radius-pill);
      background:rgba(90,24,36,.08);
      color:var(--color-primary);
      border:1px solid rgba(90,24,36,.12);
      font-size:13px;
      font-weight:800;
      letter-spacing:.02em;
    }
    .eyebrow.dark{
      background:rgba(255,247,239,.10);
      color:var(--color-accent);
      border-color:rgba(199,151,88,.22);
    }
    h1,h2,h3,h4,p{margin-top:0}
    h1{
      font-size:clamp(32px,5vw,54px);
      line-height:1.16;
      letter-spacing:-.04em;
      font-weight:850;
      margin:18px 0 20px;
      color:var(--color-primary-dark);
    }
    h2{
      font-size:clamp(26px,3.4vw,38px);
      line-height:1.22;
      letter-spacing:-.03em;
      font-weight:820;
      color:var(--color-primary-dark);
      margin-bottom:14px;
    }
    h3{
      font-size:22px;
      line-height:1.35;
      font-weight:780;
      color:var(--color-primary-dark);
      margin-bottom:10px;
    }
    p{
      color:var(--color-muted);
      font-size:16px;
      line-height:1.85;
      margin-bottom:16px;
    }
    .lead{
      font-size:18px;
      color:#5F4F53;
      max-width:720px;
      line-height:1.9;
    }
    .section-head{
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:28px;
      margin-bottom:34px;
    }
    .section-head p{max-width:610px;margin-bottom:0}
    .age-strip{
      background:var(--color-dark);
      color:var(--color-cream);
      font-size:13px;
      border-bottom:1px solid rgba(199,151,88,.18);
    }
    .age-strip .site-container{
      min-height:38px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
    }
    .age-note{
      display:flex;
      align-items:center;
      gap:10px;
    }
    .age-dot{
      width:24px;height:24px;border-radius:50%;
      display:inline-flex;align-items:center;justify-content:center;
      background:rgba(199,151,88,.16);
      color:var(--color-accent);
      font-weight:900;
      font-size:12px;
      flex:0 0 auto;
    }
    .age-strip a{
      color:var(--color-accent);
      font-weight:700;
      white-space:nowrap;
    }

    .site-header{
      background:rgba(255,247,239,.88);
      backdrop-filter:blur(16px);
      position:sticky;
      top:0;
      z-index:50;
      box-shadow:0 10px 28px rgba(58,26,30,.06);
      border-bottom:1px solid rgba(90,24,36,.10);
    }
    .brand-row{
      min-height:82px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:22px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:13px;
      min-width:270px;
    }
    .brand-mark{
      width:48px;
      height:48px;
      border-radius:16px;
      background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));
      color:var(--color-accent);
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-weight:900;
      box-shadow:0 14px 30px rgba(90,24,36,.20);
      border:1px solid rgba(199,151,88,.28);
      flex:0 0 auto;
    }
    .brand-text strong{
      display:block;
      color:var(--color-primary-dark);
      font-size:18px;
      line-height:1.25;
      letter-spacing:-.02em;
    }
    .brand-text span{
      display:block;
      color:var(--color-muted);
      font-size:12px;
      line-height:1.45;
      margin-top:2px;
    }
    .brand-pill{
      display:inline-flex;
      margin-left:8px;
      padding:3px 8px;
      border-radius:var(--radius-pill);
      background:rgba(199,151,88,.14);
      color:var(--color-primary);
      font-size:11px;
      font-weight:800;
      vertical-align:middle;
    }
    .header-search{
      flex:1;
      max-width:420px;
      position:relative;
    }
    .header-search input{
      width:100%;
      height:46px;
      border-radius:var(--radius-pill);
      border:1px solid var(--color-border-strong);
      background:#fff;
      padding:0 18px 0 44px;
      color:var(--color-ink);
      box-shadow:0 8px 20px rgba(58,26,30,.04);
      margin:0;
    }
    .header-search input:focus{
      border-color:var(--color-accent);
      box-shadow:0 0 0 4px rgba(199,151,88,.18);
      background:#fff;
    }
    .search-icon{
      position:absolute;
      left:17px;
      top:50%;
      transform:translateY(-50%);
      color:var(--color-accent-dark);
      font-weight:900;
    }
    .header-actions{
      display:flex;
      align-items:center;
      gap:10px;
      flex:0 0 auto;
    }
    .menu-toggle{
      display:none;
      border:1px solid var(--color-border);
      background:#fff;
      border-radius:14px;
      width:46px;
      height:46px;
      color:var(--color-primary);
      font-weight:900;
    }
    .btn,
    .button.btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:8px;
      min-height:46px;
      border-radius:var(--radius-pill);
      padding:13px 22px;
      font-weight:800;
      line-height:1;
      border:1px solid transparent;
      transition:var(--transition);
      margin:0;
      text-decoration:none;
    }
    .btn-primary,
    .button.btn-primary{
      background:var(--color-primary);
      color:var(--color-cream);
      box-shadow:0 16px 30px rgba(90,24,36,.18);
    }
    .btn-primary:hover,
    .btn-primary:focus{
      background:var(--color-primary-dark);
      color:#fff;
      transform:translateY(-2px);
      box-shadow:var(--shadow-hover);
    }
    .btn-secondary,
    .button.btn-secondary{
      background:rgba(255,255,255,.72);
      color:var(--color-primary);
      border-color:rgba(90,24,36,.18);
    }
    .btn-secondary:hover,
    .btn-secondary:focus{
      color:var(--color-primary-dark);
      border-color:var(--color-accent);
      transform:translateY(-2px);
      box-shadow:var(--shadow-card);
      background:#fff;
    }
    .channel-wrap{
      border-top:1px solid rgba(90,24,36,.08);
      padding:11px 0 13px;
      background:rgba(252,248,243,.78);
    }
    .channel-nav{
      display:flex;
      align-items:center;
      gap:10px;
      overflow-x:auto;
      scrollbar-width:none;
      -webkit-overflow-scrolling:touch;
    }
    .channel-nav::-webkit-scrollbar{display:none}
    .channel-link{
      flex:0 0 auto;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:10px 17px;
      border-radius:var(--radius-pill);
      background:rgba(90,24,36,.06);
      color:#4F3A3F;
      font-size:14px;
      font-weight:800;
      border:1px solid transparent;
    }
    .channel-link:hover{
      background:#fff;
      color:var(--color-primary);
      border-color:rgba(199,151,88,.35);
      transform:translateY(-2px);
    }
    .channel-link.active{
      background:var(--color-primary);
      color:var(--color-cream);
      border-color:rgba(199,151,88,.38);
      box-shadow:0 12px 24px rgba(90,24,36,.16);
    }

    .topic-hero{
      padding:78px 0 82px;
      overflow:hidden;
      position:relative;
      background:
        linear-gradient(90deg,rgba(90,24,36,.09) 1px,transparent 1px),
        linear-gradient(0deg,rgba(90,24,36,.07) 1px,transparent 1px),
        radial-gradient(circle at 86% 18%,rgba(199,151,88,.24),transparent 28%);
      background-size:44px 44px,44px 44px,auto;
    }
    .topic-hero:before{
      content:"";
      position:absolute;
      inset:24px auto auto -90px;
      width:240px;height:240px;
      border:1px solid rgba(199,151,88,.34);
      border-radius:50%;
      pointer-events:none;
    }
    .hero-copy{
      position:relative;
      z-index:2;
      padding-right:22px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:30px;
    }
    .hero-trust{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin-top:24px;
    }
    .trust-chip{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:var(--radius-pill);
      background:#fff;
      border:1px solid rgba(90,24,36,.10);
      color:#5B4B4E;
      font-size:13px;
      font-weight:750;
      box-shadow:0 8px 18px rgba(58,26,30,.05);
    }
    .trust-chip:before{
      content:"";
      width:7px;height:7px;border-radius:50%;
      background:var(--color-accent);
      box-shadow:0 0 0 4px rgba(199,151,88,.18);
    }
    .cover-wall{
      position:relative;
      min-height:390px;
      padding:24px;
      border-radius:32px;
      background:
        linear-gradient(145deg,rgba(255,255,255,.78),rgba(252,248,243,.56));
      border:1px solid rgba(90,24,36,.12);
      box-shadow:var(--shadow-soft);
      overflow:hidden;
    }
    .cover-wall:before{
      content:"";
      position:absolute;
      inset:-80px -70px auto auto;
      width:210px;height:210px;border-radius:50%;
      background:rgba(90,24,36,.12);
      filter:blur(4px);
    }
    .cover-grid{
      position:relative;
      z-index:1;
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:14px;
    }
    .mini-cover{
      min-height:160px;
      border-radius:22px;
      padding:14px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
      overflow:hidden;
      position:relative;
      border:1px solid rgba(255,255,255,.42);
      box-shadow:0 14px 28px rgba(58,26,30,.12);
      transition:var(--transition);
    }
    .mini-cover:hover{
      transform:translateY(-4px) scale(1.015);
      box-shadow:var(--shadow-hover);
    }
    .mini-cover:nth-child(1){background:linear-gradient(145deg,#5A1824,#1B1718)}
    .mini-cover:nth-child(2){background:linear-gradient(145deg,#C79758,#7A2A38)}
    .mini-cover:nth-child(3){background:linear-gradient(145deg,#261D20,#6B2431)}
    .mini-cover:nth-child(4){background:linear-gradient(145deg,#F5E4D0,#7A2A38)}
    .mini-cover:nth-child(5){background:linear-gradient(145deg,#3F1019,#A85B32)}
    .mini-cover:nth-child(6){background:linear-gradient(145deg,#FCF8F3,#C79758)}
    .mini-cover:after{
      content:"";
      position:absolute;
      inset:auto -30px -44px auto;
      width:120px;height:120px;border-radius:34px;
      background:rgba(255,255,255,.16);
      transform:rotate(24deg);
    }
    .cover-tag{
      position:relative;
      z-index:1;
      align-self:flex-start;
      padding:5px 10px;
      border-radius:var(--radius-pill);
      background:rgba(255,247,239,.18);
      color:#fff7ef;
      font-size:12px;
      font-weight:850;
      border:1px solid rgba(255,247,239,.24);
    }
    .mini-cover.light .cover-tag{
      background:rgba(90,24,36,.10);
      color:var(--color-primary);
      border-color:rgba(90,24,36,.12);
    }
    .cover-title{
      position:relative;
      z-index:1;
      color:#fff;
      font-weight:850;
      font-size:16px;
      line-height:1.35;
      margin:0;
    }
    .mini-cover.light .cover-title{color:var(--color-primary-dark)}

    .guide-card,.callout-card,.bento-card,.group-list,.subscribe-box,.faq-panel{
      border:1px solid var(--color-border);
      border-radius:var(--radius-lg);
      background:rgba(255,255,255,.78);
      box-shadow:var(--shadow-card);
    }
    .guide-card{
      padding:32px;
      height:100%;
    }
    .guide-list{
      list-style:none;
      padding:0;
      margin:22px 0 0;
      display:grid;
      gap:14px;
    }
    .guide-list li{
      display:flex;
      gap:12px;
      align-items:flex-start;
      padding:14px;
      background:var(--color-bg-soft);
      border:1px solid rgba(90,24,36,.08);
      border-radius:16px;
    }
    .check{
      width:26px;height:26px;
      border-radius:50%;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
      background:rgba(199,151,88,.18);
      color:var(--color-primary);
      font-weight:900;
      margin-top:2px;
    }
    .callout-card{
      padding:30px;
      background:
        linear-gradient(145deg,rgba(90,24,36,.96),rgba(27,23,24,.98));
      color:var(--color-cream);
      position:relative;
      overflow:hidden;
      height:100%;
    }
    .callout-card:before{
      content:"18+";
      position:absolute;
      right:24px;
      top:12px;
      font-size:76px;
      line-height:1;
      font-weight:900;
      color:rgba(199,151,88,.12);
    }
    .callout-card h3{color:var(--color-cream)}
    .callout-card p{color:rgba(255,247,239,.78)}
    .callout-card .legal-badge{margin-top:8px}

    .bento-grid{
      display:grid;
      grid-template-columns:1.2fr .9fr .9fr;
      grid-auto-rows:minmax(178px,auto);
      gap:18px;
    }
    .bento-card{
      padding:24px;
      position:relative;
      overflow:hidden;
      transition:var(--transition);
    }
    .bento-card:hover{
      transform:translateY(-4px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(199,151,88,.45);
    }
    .bento-card.large{
      grid-row:span 2;
      background:
        radial-gradient(circle at 90% 14%,rgba(199,151,88,.28),transparent 36%),
        linear-gradient(145deg,#fff,#FCF8F3);
      padding:30px;
    }
    .bento-card.warm{background:#FCF8F3}
    .bento-card.dark{
      background:linear-gradient(145deg,var(--color-dark-card),var(--color-primary-dark));
      border-color:rgba(199,151,88,.22);
    }
    .bento-card.dark h3,.bento-card.dark p{color:var(--color-cream)}
    .bento-card.dark p{opacity:.75}
    .tag-row{
      display:flex;
      flex-wrap:wrap;
      gap:8px;
      margin-bottom:16px;
    }
    .tag{
      display:inline-flex;
      align-items:center;
      padding:5px 10px;
      border-radius:var(--radius-pill);
      background:rgba(90,24,36,.08);
      color:var(--color-primary);
      font-size:12px;
      font-weight:850;
      border:1px solid rgba(90,24,36,.10);
    }
    .tag.gold{
      background:rgba(199,151,88,.18);
      color:#72441D;
      border-color:rgba(199,151,88,.25);
    }
    .tag.dark{
      background:rgba(255,247,239,.12);
      color:var(--color-accent);
      border-color:rgba(199,151,88,.24);
    }
    .card-link{
      display:inline-flex;
      align-items:center;
      gap:7px;
      margin-top:8px;
      color:var(--color-primary);
      font-weight:850;
      font-size:14px;
    }
    .card-link:hover{
      color:var(--color-accent-dark);
      transform:translateX(3px);
    }
    .dark .card-link{color:var(--color-accent)}

    .density-section{
      background:
        linear-gradient(180deg,rgba(27,23,24,.98),rgba(63,16,25,.98));
      color:var(--color-cream);
      overflow:hidden;
    }
    .density-section h2{color:var(--color-cream)}
    .density-section p{color:rgba(255,247,239,.72)}
    .group-list{
      background:rgba(255,247,239,.06);
      border-color:rgba(199,151,88,.18);
      padding:22px;
      height:100%;
    }
    .group-list h3{
      color:var(--color-cream);
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:18px;
    }
    .group-list h3 span{
      width:34px;height:34px;border-radius:12px;
      display:inline-flex;align-items:center;justify-content:center;
      background:rgba(199,151,88,.16);
      color:var(--color-accent);
      font-size:14px;
    }
    .topic-items{
      list-style:none;
      padding:0;
      margin:0;
      display:grid;
      gap:12px;
    }
    .topic-items li{
      padding:14px 14px 14px 16px;
      border-radius:16px;
      background:rgba(255,247,239,.07);
      border:1px solid rgba(255,247,239,.08);
    }
    .topic-items strong{
      color:#fff;
      display:block;
      font-size:15px;
      margin-bottom:3px;
    }
    .topic-items small{
      color:rgba(255,247,239,.64);
      line-height:1.65;
      display:block;
    }

    .subscribe-box{
      padding:34px;
      background:
        radial-gradient(circle at 8% 8%,rgba(199,151,88,.20),transparent 28%),
        #fff;
    }
    .form-grid{
      display:grid;
      grid-template-columns:1fr 1fr auto;
      gap:14px;
      align-items:end;
      margin-top:22px;
    }
    label{
      display:block;
      color:var(--color-primary-dark);
      font-weight:800;
      font-size:14px;
      margin-bottom:8px;
    }
    input[type="text"],input[type="email"],select,textarea{
      width:100%;
      min-height:52px;
      border:1px solid #E3D4C8;
      border-radius:14px;
      background:#fff;
      color:var(--color-ink);
      padding:12px 15px;
      margin:0;
      box-shadow:none;
      transition:var(--transition);
    }
    textarea{min-height:118px;resize:vertical}
    input:focus,select:focus,textarea:focus{
      border-color:var(--color-accent);
      box-shadow:0 0 0 4px rgba(199,151,88,.16);
      background:#fff;
    }
    .privacy-hint{
      display:flex;
      gap:10px;
      align-items:flex-start;
      margin-top:16px;
      color:var(--color-muted);
      font-size:13px;
      line-height:1.7;
    }
    .privacy-hint span{
      color:var(--color-accent-dark);
      font-weight:900;
      flex:0 0 auto;
    }

    .faq-panel{
      padding:10px;
      background:rgba(255,255,255,.72);
    }
    .accordion{
      background:transparent;
      margin:0;
    }
    .accordion-item{
      margin:10px 0;
      border:1px solid var(--color-border);
      border-radius:16px;
      overflow:hidden;
      background:#fff;
      transition:var(--transition);
    }
    .accordion-item:hover{
      border-color:rgba(199,151,88,.38);
      box-shadow:0 12px 22px rgba(58,26,30,.06);
    }
    .accordion-title{
      border:0;
      color:var(--color-primary-dark);
      font-weight:850;
      font-size:16px;
      padding:19px 48px 19px 20px;
      line-height:1.55;
      background:#fff;
    }
    .accordion-title:hover,.accordion-title:focus{
      background:#FCF8F3;
      color:var(--color-primary);
    }
    .accordion-title:before{
      right:20px;
      color:var(--color-accent-dark);
      font-size:22px;
      margin-top:-12px;
    }
    .is-active>.accordion-title{
      color:var(--color-primary);
      background:linear-gradient(90deg,rgba(199,151,88,.14),#fff);
      box-shadow:inset 4px 0 0 var(--color-accent);
    }
    .accordion-content{
      border:0;
      border-top:1px solid rgba(90,24,36,.08);
      color:var(--color-muted);
      line-height:1.85;
      padding:18px 20px 22px;
      background:#fff;
    }

    .cta-band{
      padding:54px;
      border-radius:32px;
      background:
        radial-gradient(circle at 80% 14%,rgba(199,151,88,.30),transparent 30%),
        linear-gradient(135deg,var(--color-primary),var(--color-dark));
      box-shadow:0 28px 70px rgba(58,26,30,.18);
      overflow:hidden;
      position:relative;
    }
    .cta-band:after{
      content:"";
      position:absolute;
      right:-52px;
      bottom:-58px;
      width:210px;
      height:210px;
      border-radius:52px;
      transform:rotate(24deg);
      background:rgba(255,247,239,.08);
    }
    .cta-band h2{color:var(--color-cream)}
    .cta-band p{color:rgba(255,247,239,.75)}
    .cta-actions{
      display:flex;
      flex-wrap:wrap;
      justify-content:flex-end;
      gap:12px;
      position:relative;
      z-index:1;
    }
    .cta-band .btn-secondary{
      background:rgba(255,247,239,.08);
      color:var(--color-cream);
      border-color:rgba(255,247,239,.22);
    }
    .cta-band .btn-secondary:hover{
      background:rgba(255,247,239,.16);
      color:#fff;
      border-color:var(--color-accent);
    }

    .site-footer{
      background:var(--color-dark);
      color:var(--color-cream);
      padding:64px 0 26px;
      border-top:1px solid rgba(199,151,88,.18);
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:13px;
      margin-bottom:18px;
    }
    .footer-brand .brand-mark{
      width:46px;
      height:46px;
      box-shadow:none;
    }
    .footer-brand strong{
      display:block;
      color:#fff;
      font-size:17px;
      line-height:1.3;
    }
    .footer-brand span span{
      display:block;
      color:rgba(255,247,239,.58);
      font-size:12px;
      margin-top:3px;
    }
    .footer-desc{
      color:rgba(255,247,239,.62);
      font-size:14px;
      line-height:1.8;
    }
    .legal-badge{
      display:inline-flex;
      align-items:center;
      padding:7px 11px;
      border-radius:var(--radius-pill);
      background:rgba(199,151,88,.14);
      color:var(--color-accent);
      border:1px solid rgba(199,151,88,.24);
      font-size:12px;
      font-weight:850;
    }
    .footer-title{
      color:#fff;
      font-size:15px;
      font-weight:850;
      margin-bottom:14px;
    }
    .footer-links{
      list-style:none;
      padding:0;
      margin:0 0 22px;
      display:grid;
      gap:9px;
    }
    .footer-links a{
      color:rgba(255,247,239,.66);
      font-size:14px;
    }
    .footer-links a:hover{
      color:var(--color-accent);
      padding-left:3px;
    }
    .footer-bottom{
      margin-top:34px;
      padding-top:20px;
      border-top:1px solid rgba(255,247,239,.10);
      display:flex;
      justify-content:space-between;
      gap:18px;
      color:rgba(255,247,239,.50);
      font-size:12px;
      line-height:1.7;
    }

    @media (max-width:1024px){
      .brand-row{flex-wrap:wrap;padding:14px 0}
      .header-search{order:3;max-width:none;flex-basis:100%}
      .header-actions{margin-left:auto}
      .topic-hero{padding:58px 0 66px}
      .hero-copy{padding-right:0;margin-bottom:34px}
      .cover-wall{min-height:auto}
      .bento-grid{grid-template-columns:1fr 1fr}
      .bento-card.large{grid-row:auto;grid-column:span 2}
      .form-grid{grid-template-columns:1fr 1fr}
      .form-grid .btn{grid-column:1/-1}
      .cta-actions{justify-content:flex-start;margin-top:16px}
    }
    @media (max-width:768px){
      .section{padding:62px 0}
      .section-tight{padding:48px 0}
      .age-strip .site-container{
        align-items:flex-start;
        flex-direction:column;
        padding:8px 0;
        gap:4px;
      }
      .brand{min-width:0}
      .brand-mark{width:42px;height:42px;border-radius:14px}
      .brand-text strong{font-size:16px}
      .brand-pill{display:none}
      .header-actions .btn{display:none}
      .menu-toggle{display:inline-flex;align-items:center;justify-content:center}
      .header-search{
        display:none;
        width:100%;
      }
      .site-header.is-open .header-search{display:block}
      .channel-wrap{padding:9px 0}
      .channel-link{padding:9px 14px;font-size:13px}
      .section-head{display:block}
      .section-head p{margin-top:10px}
      .hero-actions .btn{width:100%}
      .cover-grid{grid-template-columns:repeat(2,1fr)}
      .mini-cover{min-height:136px}
      .guide-card,.callout-card,.subscribe-box{padding:24px}
      .bento-grid{grid-template-columns:1fr}
      .bento-card.large{grid-column:auto}
      .form-grid{grid-template-columns:1fr}
      .cta-band{padding:32px 24px;border-radius:24px}
      .cta-actions .btn{width:100%}
      .footer-bottom{flex-direction:column}
    }
    @media (max-width:520px){
      .site-container{width:min(calc(100% - 24px),var(--container))}
      h1{font-size:31px}
      h2{font-size:25px}
      h3{font-size:20px}
      .lead{font-size:16px}
      .brand-row{min-height:70px}
      .brand-text span{display:none}
      .topic-hero{padding:44px 0 52px}
      .cover-wall{padding:14px;border-radius:24px}
      .cover-grid{gap:10px}
      .mini-cover{min-height:116px;border-radius:17px;padding:11px}
      .cover-title{font-size:14px}
      .guide-list li{padding:12px}
      .bento-card{padding:20px}
      .group-list{padding:18px}
      .subscribe-box{border-radius:20px}
      .btn,.button.btn{width:100%;padding-inline:18px}
    }
