/* roulang page: index */
:root{
      --plum:#3A1F32;
      --plum-dark:#251821;
      --plum-deep:#1D151B;
      --rose:#C56B8C;
      --rose-dark:#B25177;
      --peach:#F0A26E;
      --ivory:#F8F3EE;
      --card:#FFFDFB;
      --text:#312A2E;
      --muted:#756872;
      --line:#E7DADF;
      --soft:#FFF5F7;
      --shadow:0 18px 48px rgba(58,31,50,.10);
      --shadow-hover:0 22px 58px rgba(58,31,50,.16);
      --radius-sm:12px;
      --radius-md:20px;
      --radius-lg:28px;
      --container:1220px;
    }

    *{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(--text);
      background:
        radial-gradient(circle at 12% 8%, rgba(197,107,140,.14), transparent 32%),
        radial-gradient(circle at 90% 14%, rgba(240,162,110,.12), transparent 30%),
        var(--ivory);
      line-height:1.75;
      overflow-x:hidden;
    }
    a{color:inherit;text-decoration:none;transition:.22s ease}
    img{max-width:100%;display:block}
    button,input{font:inherit}
    ::selection{background:rgba(197,107,140,.28);color:var(--plum)}
    .container{max-width:var(--container)}
    .section{padding:86px 0}
    .section-tight{padding:64px 0}
    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:7px 13px;
      border-radius:999px;
      background:rgba(197,107,140,.12);
      color:var(--plum);
      font-size:13px;
      font-weight:700;
      border:1px solid rgba(197,107,140,.18);
    }
    .section-title{
      margin:14px 0 12px;
      font-size:clamp(26px,3.2vw,40px);
      line-height:1.2;
      font-weight:800;
      letter-spacing:-.03em;
      color:var(--plum);
    }
    .section-desc{
      color:var(--muted);
      font-size:16px;
      max-width:720px;
      margin:0;
    }

    .site-header{
      position:sticky;
      top:0;
      z-index:1000;
      background:rgba(248,243,238,.92);
      backdrop-filter:blur(14px);
      border-bottom:1px solid rgba(58,31,50,.10);
      box-shadow:0 10px 28px rgba(58,31,50,.05);
    }
    .top-nav{
      min-height:78px;
      display:flex;
      align-items:center;
      gap:22px;
      padding:13px 0;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:12px;
      flex:0 0 auto;
      font-weight:800;
      color:var(--plum);
      letter-spacing:-.02em;
    }
    .brand-mark{
      width:44px;
      height:44px;
      border-radius:16px;
      display:grid;
      place-items:center;
      color:#fff;
      background:
        radial-gradient(circle at 30% 25%, rgba(255,255,255,.32), transparent 22%),
        linear-gradient(135deg,var(--plum),var(--rose));
      box-shadow:0 14px 26px rgba(58,31,50,.20);
      font-size:20px;
    }
    .brand-text{line-height:1.15}
    .brand-main{font-size:17px;display:block}
    .brand-sub{font-size:12px;color:var(--muted);font-weight:700}
    .search-wrap{
      flex:1 1 auto;
      max-width:520px;
      margin-left:auto;
      position:relative;
    }
    .search-wrap .search-icon{
      position:absolute;
      left:18px;
      top:50%;
      transform:translateY(-50%);
      color:var(--rose);
      font-size:15px;
    }
    .search-control{
      width:100%;
      border:1px solid rgba(58,31,50,.10);
      background:#fffaf7;
      border-radius:999px;
      height:46px;
      padding:0 92px 0 44px;
      color:var(--text);
      outline:none;
      transition:.22s ease;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
    }
    .search-control:focus{
      border-color:var(--rose);
      box-shadow:0 0 0 4px rgba(197,107,140,.18);
      background:#fff;
    }
    .search-btn{
      position:absolute;
      right:5px;
      top:5px;
      height:36px;
      padding:0 16px;
      border:0;
      border-radius:999px;
      background:var(--plum);
      color:#fff;
      font-size:13px;
      font-weight:700;
      transition:.22s ease;
    }
    .search-btn:hover{background:var(--rose-dark);transform:translateY(-1px)}
    .nav-actions{
      display:flex;
      align-items:center;
      gap:10px;
      flex:0 0 auto;
    }
    .age-pill{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:10px 14px;
      border-radius:999px;
      background:rgba(58,31,50,.07);
      color:var(--plum);
      font-size:13px;
      font-weight:800;
      white-space:nowrap;
    }
    .channel-row{
      border-top:1px solid rgba(58,31,50,.07);
      padding:11px 0 15px;
      overflow:hidden;
    }
    .channel-tabs{
      display:flex;
      gap:10px;
      overflow-x:auto;
      scrollbar-width:none;
      -webkit-overflow-scrolling:touch;
      padding-bottom:1px;
    }
    .channel-tabs::-webkit-scrollbar{display:none}
    .channel-tabs a{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      flex:0 0 auto;
      min-height:38px;
      padding:8px 18px;
      border-radius:999px;
      background:#F2E8E5;
      color:var(--plum);
      font-weight:800;
      font-size:14px;
      border:1px solid rgba(58,31,50,.08);
    }
    .channel-tabs a:hover{
      background:#F9DEE8;
      color:var(--rose-dark);
      transform:translateY(-1px);
    }
    .channel-tabs a.active{
      background:var(--plum);
      color:#fff;
      box-shadow:0 12px 26px rgba(58,31,50,.18);
    }

    .btn{
      border-radius:999px;
      padding:12px 22px;
      font-weight:800;
      border:1px solid transparent;
      transition:.22s ease;
      box-shadow:none;
    }
    .btn:focus-visible,
    .channel-tabs a:focus-visible,
    .accordion-button:focus-visible,
    .search-btn:focus-visible{
      outline:0;
      box-shadow:0 0 0 4px rgba(197,107,140,.24);
    }
    .btn-primary{
      background:var(--plum);
      border-color:var(--plum);
      color:#fff;
    }
    .btn-primary:hover,.btn-primary:active{
      background:var(--plum-deep)!important;
      border-color:var(--plum-deep)!important;
      transform:translateY(-2px);
      box-shadow:0 16px 30px rgba(58,31,50,.22);
    }
    .btn-accent{
      background:var(--rose);
      border-color:var(--rose);
      color:#fff;
    }
    .btn-accent:hover,.btn-accent:active{
      background:var(--rose-dark)!important;
      border-color:var(--rose-dark)!important;
      color:#fff!important;
      transform:translateY(-2px);
      box-shadow:0 16px 30px rgba(197,107,140,.26);
    }
    .btn-outline{
      background:transparent;
      border-color:rgba(58,31,50,.28);
      color:var(--plum);
    }
    .btn-outline:hover{
      background:#F9DEE8;
      border-color:rgba(197,107,140,.45);
      color:var(--plum);
      transform:translateY(-2px);
    }

    .notice-bar{
      margin-top:24px;
      border:1px solid rgba(58,31,50,.10);
      background:rgba(255,253,251,.82);
      border-radius:18px;
      padding:14px 16px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      box-shadow:0 12px 30px rgba(58,31,50,.06);
    }
    .notice-bar p{margin:0;color:var(--muted);font-size:14px}
    .notice-bar strong{color:var(--plum)}
    .notice-action{
      border:0;
      background:var(--soft);
      color:var(--plum);
      border-radius:999px;
      padding:8px 14px;
      font-weight:800;
      white-space:nowrap;
    }
    .notice-action:hover{background:#F9DEE8;color:var(--rose-dark)}

    .hero{
      position:relative;
      padding:54px 0 78px;
      overflow:hidden;
    }
    .hero:before{
      content:"";
      position:absolute;
      width:520px;
      height:520px;
      right:-180px;
      top:40px;
      background:radial-gradient(circle,rgba(197,107,140,.20),transparent 68%);
      pointer-events:none;
    }
    .hero h1{
      font-size:clamp(32px,5vw,56px);
      line-height:1.12;
      font-weight:850;
      letter-spacing:-.045em;
      color:var(--plum);
      margin:18px 0 18px;
    }
    .hero .lead{
      color:var(--muted);
      font-size:17px;
      max-width:620px;
      margin-bottom:26px;
    }
    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-bottom:24px;
    }
    .trust-row{
      display:flex;
      flex-wrap:wrap;
      gap:10px;
      margin:0;
      padding:0;
      list-style:none;
    }
    .trust-row li{
      display:inline-flex;
      align-items:center;
      gap:7px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(255,253,251,.78);
      border:1px solid rgba(58,31,50,.08);
      color:var(--muted);
      font-size:13px;
      font-weight:700;
    }

    .preview-panel{
      position:relative;
      background:linear-gradient(145deg,#FFFDFB,#F7ECEC);
      border:1px solid rgba(58,31,50,.10);
      border-radius:32px;
      padding:24px;
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .preview-panel:before{
      content:"";
      position:absolute;
      inset:auto -60px -90px auto;
      width:220px;
      height:220px;
      border-radius:50%;
      background:rgba(197,107,140,.16);
    }
    .panel-head{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      margin-bottom:18px;
      position:relative;
      z-index:1;
    }
    .panel-title{font-weight:850;color:var(--plum);font-size:18px}
    .status-dot{
      display:inline-flex;
      align-items:center;
      gap:7px;
      color:var(--rose-dark);
      font-size:13px;
      font-weight:800;
    }
    .status-dot:before{
      content:"";
      width:9px;
      height:9px;
      border-radius:50%;
      background:var(--peach);
      box-shadow:0 0 0 5px rgba(240,162,110,.18);
    }
    .preview-grid{
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:14px;
      position:relative;
      z-index:1;
    }
    .preview-card{
      min-height:150px;
      border-radius:24px;
      overflow:hidden;
      position:relative;
      border:1px solid rgba(255,255,255,.52);
      background:
        linear-gradient(135deg,rgba(58,31,50,.82),rgba(197,107,140,.48)),
        repeating-linear-gradient(45deg,rgba(255,255,255,.10) 0 2px,transparent 2px 12px);
      box-shadow:0 14px 32px rgba(58,31,50,.12);
    }
    .preview-card.tall{min-height:318px}
    .preview-card.light{
      background:
        radial-gradient(circle at 28% 22%,rgba(255,255,255,.32),transparent 24%),
        linear-gradient(145deg,rgba(197,107,140,.58),rgba(240,162,110,.40));
    }
    .preview-card.deep{
      background:
        radial-gradient(circle at 72% 24%,rgba(240,162,110,.24),transparent 28%),
        linear-gradient(145deg,rgba(37,24,33,.92),rgba(58,31,50,.64));
    }
    .lock-layer{
      position:absolute;
      inset:0;
      background:linear-gradient(180deg,transparent,rgba(37,24,33,.72));
      display:flex;
      align-items:flex-end;
      justify-content:space-between;
      gap:10px;
      padding:16px;
      color:#fff;
    }
    .lock-layer strong{font-size:14px}
    .lock-icon{
      width:38px;
      height:38px;
      border-radius:14px;
      display:grid;
      place-items:center;
      background:rgba(255,255,255,.16);
      backdrop-filter:blur(6px);
    }

    .badge-soft,.badge-member,.badge-peach{
      display:inline-flex;
      align-items:center;
      gap:6px;
      border-radius:999px;
      padding:6px 10px;
      font-size:12px;
      font-weight:800;
      border:1px solid transparent;
    }
    .badge-soft{background:#F2E8E5;color:var(--plum);border-color:rgba(58,31,50,.08)}
    .badge-member{background:rgba(197,107,140,.14);color:var(--rose-dark);border-color:rgba(197,107,140,.18)}
    .badge-peach{background:rgba(240,162,110,.16);color:#9A5A2C;border-color:rgba(240,162,110,.22)}

    .benefit-wrap{
      background:var(--card);
      border:1px solid rgba(58,31,50,.10);
      border-radius:30px;
      box-shadow:var(--shadow);
      overflow:hidden;
    }
    .benefit-table{
      width:100%;
      border-collapse:separate;
      border-spacing:0;
      margin:0;
    }
    .benefit-table th,.benefit-table td{
      padding:19px 20px;
      vertical-align:middle;
      border-bottom:1px solid rgba(58,31,50,.08);
      color:var(--text);
    }
    .benefit-table thead th{
      background:#F5EAE8;
      color:var(--plum);
      font-size:15px;
      font-weight:850;
    }
    .benefit-table tbody tr:last-child td{border-bottom:0}
    .benefit-table .recommended{
      background:#FFF5F7;
      border-left:1px solid rgba(197,107,140,.18);
      border-right:1px solid rgba(197,107,140,.18);
    }
    .check{color:var(--rose-dark);font-weight:900}
    .minus{color:#B5A8AE;font-weight:900}
    .price{
      display:block;
      font-size:24px;
      font-weight:900;
      color:var(--plum);
      line-height:1.1;
    }
    .ribbon{
      display:inline-flex;
      background:var(--rose);
      color:#fff;
      border-radius:999px;
      padding:4px 9px;
      font-size:12px;
      margin-left:8px;
    }

    .path-card{
      background:var(--card);
      border:1px solid rgba(58,31,50,.10);
      border-radius:26px;
      padding:26px;
      min-height:100%;
      box-shadow:0 14px 38px rgba(58,31,50,.08);
      transition:.22s ease;
      position:relative;
      overflow:hidden;
    }
    .path-card:after{
      content:"";
      position:absolute;
      width:110px;
      height:110px;
      right:-44px;
      top:-44px;
      border-radius:50%;
      background:rgba(197,107,140,.10);
    }
    .path-card:hover{
      transform:translateY(-4px);
      box-shadow:var(--shadow-hover);
      border-color:rgba(197,107,140,.30);
    }
    .path-icon{
      width:52px;
      height:52px;
      border-radius:18px;
      display:grid;
      place-items:center;
      background:linear-gradient(135deg,var(--plum),var(--rose));
      color:#fff;
      font-size:22px;
      margin-bottom:18px;
    }
    .path-card h3{font-size:21px;font-weight:850;color:var(--plum);margin-bottom:12px}
    .clean-list{margin:0;padding:0;list-style:none}
    .clean-list li{
      position:relative;
      padding-left:20px;
      margin:8px 0;
      color:var(--muted);
      font-size:15px;
    }
    .clean-list li:before{
      content:"";
      position:absolute;
      left:0;
      top:.72em;
      width:7px;
      height:7px;
      border-radius:50%;
      background:var(--rose);
    }

    .preview-mosaic{
      display:grid;
      grid-template-columns:1.25fr .8fr .95fr;
      grid-auto-rows:172px;
      gap:16px;
    }
    .content-tile{
      position:relative;
      border-radius:26px;
      overflow:hidden;
      min-height:172px;
      border:1px solid rgba(58,31,50,.10);
      background:
        radial-gradient(circle at 20% 15%,rgba(255,255,255,.24),transparent 20%),
        linear-gradient(135deg,rgba(58,31,50,.88),rgba(197,107,140,.46));
      box-shadow:0 16px 42px rgba(58,31,50,.11);
      transition:.22s ease;
    }
    .content-tile:nth-child(2){background:linear-gradient(145deg,rgba(197,107,140,.52),rgba(240,162,110,.34))}
    .content-tile:nth-child(3){background:linear-gradient(145deg,rgba(37,24,33,.88),rgba(58,31,50,.55))}
    .content-tile:nth-child(4){background:linear-gradient(145deg,rgba(240,162,110,.36),rgba(197,107,140,.54))}
    .content-tile.large{grid-row:span 2}
    .content-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}
    .tile-body{
      position:absolute;
      inset:auto 0 0;
      padding:18px;
      color:#fff;
      background:linear-gradient(180deg,transparent,rgba(29,21,27,.78));
    }
    .tile-body h3{font-size:18px;margin:8px 0 4px;font-weight:850}
    .tile-body p{margin:0;font-size:13px;color:rgba(255,255,255,.78)}
    .locked-note{
      position:absolute;
      right:14px;
      top:14px;
      display:inline-flex;
      align-items:center;
      gap:6px;
      padding:7px 10px;
      border-radius:999px;
      color:#fff;
      background:rgba(29,21,27,.58);
      backdrop-filter:blur(8px);
      font-size:12px;
      font-weight:800;
    }

    .category-card{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
      padding:28px;
      border-radius:28px;
      background:linear-gradient(135deg,#FFFDFB,#FFF5F7);
      border:1px solid rgba(58,31,50,.10);
      box-shadow:var(--shadow);
      transition:.22s ease;
    }
    .category-card:hover{
      transform:translateY(-4px);
      border-color:rgba(197,107,140,.28);
      box-shadow:var(--shadow-hover);
    }
    .category-card h3{font-size:24px;font-weight:850;color:var(--plum);margin:0 0 8px}
    .category-card p{margin:0;color:var(--muted);max-width:680px}

    .dark-panel{
      position:relative;
      overflow:hidden;
      background:
        radial-gradient(circle at 82% 18%,rgba(197,107,140,.34),transparent 28%),
        radial-gradient(circle at 12% 86%,rgba(240,162,110,.16),transparent 25%),
        linear-gradient(135deg,var(--plum-dark),var(--plum-deep));
      border-radius:32px;
      padding:42px;
      color:#fff;
      border:1px solid rgba(255,255,255,.12);
      box-shadow:0 24px 62px rgba(37,24,33,.22);
    }
    .dark-panel h2{font-size:clamp(26px,3vw,38px);font-weight:850;margin:0 0 12px}
    .dark-panel p{color:rgba(255,255,255,.76);margin:0}
    .dark-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}
    .dark-tags span{
      display:inline-flex;
      padding:7px 11px;
      border-radius:999px;
      color:#fff;
      background:rgba(255,255,255,.10);
      border:1px solid rgba(255,255,255,.13);
      font-size:13px;
      font-weight:700;
    }

    .accordion{display:grid;gap:12px}
    .accordion-item{
      border:1px solid rgba(58,31,50,.10)!important;
      border-radius:18px!important;
      overflow:hidden;
      background:var(--card);
      box-shadow:0 10px 28px rgba(58,31,50,.06);
    }
    .accordion-button{
      background:var(--card);
      color:var(--plum);
      font-weight:850;
      padding:18px 20px;
      border:0;
      box-shadow:none!important;
    }
    .accordion-button:not(.collapsed){
      background:#FFF5F7;
      color:var(--rose-dark);
    }
    .accordion-button:after{filter:saturate(.5);transition:.22s ease}
    .accordion-body{
      color:var(--muted);
      padding:0 20px 20px;
      font-size:15px;
    }

    .footer{
      background:linear-gradient(135deg,var(--plum-dark),var(--plum-deep));
      color:rgba(255,255,255,.76);
      padding:58px 0 26px;
      margin-top:80px;
    }
    .footer-brand{
      display:flex;
      align-items:center;
      gap:12px;
      color:#fff;
      font-weight:850;
      margin-bottom:14px;
    }
    .footer p{font-size:14px;margin:0;color:rgba(255,255,255,.68)}
    .footer-links{
      display:flex;
      flex-wrap:wrap;
      gap:12px 20px;
      justify-content:flex-end;
      margin:0;
      padding:0;
      list-style:none;
    }
    .footer-links a{font-size:14px;color:rgba(255,255,255,.76);font-weight:700}
    .footer-links a:hover{color:#F5ABC1}
    .footer-bottom{
      border-top:1px solid rgba(255,255,255,.10);
      margin-top:34px;
      padding-top:20px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:16px;
      font-size:13px;
      color:rgba(255,255,255,.58);
    }

    @media (max-width:991px){
      .top-nav{flex-wrap:wrap;gap:14px}
      .brand{width:100%}
      .search-wrap{order:3;max-width:none;width:100%;margin-left:0}
      .nav-actions{margin-left:auto}
      .section{padding:70px 0}
      .preview-mosaic{grid-template-columns:1fr 1fr;grid-auto-rows:170px}
      .content-tile.large{grid-row:span 1}
      .benefit-scroll{overflow-x:auto;padding-bottom:10px}
      .benefit-table{min-width:760px}
    }
    @media (max-width:767px){
      .notice-bar{align-items:flex-start;flex-direction:column}
      .hero{padding:38px 0 62px}
      .hero-actions .btn{width:100%}
      .preview-panel{padding:18px;border-radius:26px}
      .preview-grid{grid-template-columns:1fr}
      .preview-card.tall{min-height:210px}
      .preview-mosaic{grid-template-columns:1fr;grid-auto-rows:190px}
      .category-card{align-items:flex-start;flex-direction:column;padding:22px}
      .dark-panel{padding:28px;border-radius:26px}
      .footer-links{justify-content:flex-start;margin-top:22px}
      .footer-bottom{flex-direction:column;align-items:flex-start}
    }
    @media (max-width:575px){
      .brand-main{font-size:15px}
      .brand-sub{font-size:11px}
      .nav-actions{width:100%;justify-content:space-between}
      .nav-actions .btn{padding:10px 15px}
      .section{padding:56px 0}
      .section-tight{padding:48px 0}
      .search-control{padding-right:82px}
      .hero h1{font-size:32px}
      .trust-row li{width:100%}
      .btn{width:100%}
      .channel-tabs a{padding:8px 15px}
    }

/* roulang page: category1 */
:root {
      --color-primary: #3A1F32;
      --color-primary-dark: #251821;
      --color-primary-deep: #1D151B;
      --color-accent: #C56B8C;
      --color-accent-dark: #ad5475;
      --color-warm: #F8F3EE;
      --color-card: #FFFDFB;
      --color-text: #312A2E;
      --color-muted: #756872;
      --color-border: #E7DADF;
      --color-peach: #F0A26E;
      --color-soft-pink: #FFF1F5;
      --shadow-soft: 0 18px 48px rgba(58, 31, 50, .10);
      --shadow-hover: 0 26px 60px rgba(58, 31, 50, .16);
      --radius-sm: 12px;
      --radius-md: 18px;
      --radius-lg: 24px;
      --radius-xl: 30px;
      --container-max: 1220px;
      --header-h: 78px;
      --transition: all .24s ease;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      overflow-x: hidden;
    }

    body {
      margin: 0;
      min-width: 320px;
      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 8% 4%, rgba(197, 107, 140, .16), transparent 32%),
        radial-gradient(circle at 88% 12%, rgba(240, 162, 110, .12), transparent 28%),
        var(--color-warm);
      line-height: 1.75;
      text-rendering: optimizeLegibility;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: var(--transition);
    }

    a:hover {
      color: var(--color-accent-dark);
    }

    img,
    svg {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    select {
      font: inherit;
    }

    ::selection {
      background: rgba(197, 107, 140, .28);
      color: var(--color-primary);
    }

    .container {
      max-width: var(--container-max);
    }

    .section {
      padding: 74px 0;
    }

    .section-tight {
      padding: 52px 0;
    }

    .section-head {
      max-width: 760px;
      margin-bottom: 30px;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 13px;
      border-radius: 999px;
      background: rgba(197, 107, 140, .12);
      color: var(--color-primary);
      border: 1px solid rgba(197, 107, 140, .18);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: .02em;
    }

    h1,
    h2,
    h3,
    h4 {
      margin: 0;
      color: var(--color-primary);
      letter-spacing: -.03em;
    }

    h1 {
      font-size: clamp(32px, 5vw, 54px);
      line-height: 1.14;
      font-weight: 800;
    }

    h2 {
      font-size: clamp(26px, 3.2vw, 38px);
      line-height: 1.22;
      font-weight: 800;
    }

    h3 {
      font-size: 22px;
      line-height: 1.35;
      font-weight: 750;
    }

    p {
      margin: 0;
    }

    .lead {
      color: var(--color-muted);
      font-size: 17px;
      line-height: 1.85;
    }

    .muted {
      color: var(--color-muted);
      font-size: 14px;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: rgba(248, 243, 238, .92);
      backdrop-filter: blur(18px);
      border-bottom: 1px solid rgba(58, 31, 50, .10);
      box-shadow: 0 10px 30px rgba(58, 31, 50, .05);
    }

    .top-nav {
      min-height: var(--header-h);
      display: grid;
      grid-template-columns: auto minmax(260px, 1fr) auto;
      align-items: center;
      gap: 24px;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 260px;
    }

    .brand-mark {
      width: 44px;
      height: 44px;
      flex: 0 0 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 15px;
      color: #fff;
      background:
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, .28), transparent 34%),
        linear-gradient(145deg, var(--color-primary), var(--color-accent));
      box-shadow: 0 14px 30px rgba(58, 31, 50, .22);
      font-weight: 800;
    }

    .brand-text {
      display: flex;
      flex-direction: column;
      line-height: 1.2;
    }

    .brand-main {
      color: var(--color-primary);
      font-size: 16px;
      font-weight: 800;
      letter-spacing: -.02em;
      white-space: nowrap;
    }

    .brand-sub {
      color: var(--color-muted);
      font-size: 12px;
      margin-top: 3px;
    }

    .search-wrap {
      position: relative;
      max-width: 520px;
      width: 100%;
      justify-self: center;
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 6px;
      border-radius: 999px;
      background: rgba(255, 253, 251, .92);
      border: 1px solid rgba(58, 31, 50, .10);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
      transition: var(--transition);
    }

    .search-wrap:focus-within {
      border-color: rgba(197, 107, 140, .65);
      box-shadow: 0 0 0 4px rgba(197, 107, 140, .14);
      background: #fff;
    }

    .search-icon {
      width: 28px;
      height: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: var(--color-accent);
      font-size: 19px;
      margin-left: 8px;
      font-weight: 800;
    }

    .search-control {
      flex: 1;
      min-width: 0;
      border: 0;
      outline: 0;
      background: transparent;
      color: var(--color-text);
      font-size: 14px;
      padding: 8px 4px;
    }

    .search-control::placeholder {
      color: rgba(117, 104, 114, .78);
    }

    .search-btn {
      border: 0;
      border-radius: 999px;
      background: var(--color-primary);
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      padding: 8px 15px;
      transition: var(--transition);
    }

    .search-btn:hover,
    .search-btn:focus {
      background: var(--color-accent-dark);
      outline: none;
      transform: translateY(-1px);
    }

    .nav-actions {
      display: inline-flex;
      align-items: center;
      justify-content: flex-end;
      gap: 10px;
      white-space: nowrap;
    }

    .age-pill {
      display: inline-flex;
      align-items: center;
      padding: 9px 12px;
      border-radius: 999px;
      background: rgba(58, 31, 50, .07);
      color: var(--color-primary);
      border: 1px solid rgba(58, 31, 50, .10);
      font-size: 13px;
      font-weight: 700;
    }

    .channel-row {
      padding: 0 0 14px;
    }

    .channel-tabs {
      display: flex;
      align-items: center;
      gap: 10px;
      overflow-x: auto;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 2px;
    }

    .channel-tabs::-webkit-scrollbar {
      display: none;
    }

    .channel-tabs a {
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 38px;
      padding: 9px 18px;
      border-radius: 999px;
      background: rgba(197, 107, 140, .10);
      color: var(--color-primary);
      border: 1px solid rgba(197, 107, 140, .12);
      font-size: 14px;
      font-weight: 750;
    }

    .channel-tabs a:hover {
      background: rgba(197, 107, 140, .18);
      transform: translateY(-1px);
    }

    .channel-tabs a.active {
      color: #fff;
      background: var(--color-primary);
      border-color: var(--color-primary);
      box-shadow: 0 12px 24px rgba(58, 31, 50, .18);
    }

    .btn {
      border: 0;
      border-radius: 999px;
      font-weight: 750;
      padding: 12px 22px;
      line-height: 1.2;
      transition: var(--transition);
      box-shadow: none;
    }

    .btn:focus-visible,
    a:focus-visible,
    .filter-pill:focus-visible,
    .page-link:focus-visible,
    .form-control:focus {
      outline: 3px solid rgba(197, 107, 140, .36);
      outline-offset: 3px;
      box-shadow: none;
    }

    .btn-primary {
      background: var(--color-primary);
      color: #fff;
    }

    .btn-primary:hover,
    .btn-primary:active {
      background: var(--color-primary-deep) !important;
      color: #fff !important;
      transform: translateY(-2px);
      box-shadow: 0 16px 34px rgba(58, 31, 50, .20);
    }

    .btn-accent {
      background: var(--color-accent);
      color: #fff;
    }

    .btn-accent:hover,
    .btn-accent:active {
      background: var(--color-accent-dark) !important;
      color: #fff !important;
      transform: translateY(-2px);
      box-shadow: 0 16px 34px rgba(197, 107, 140, .28);
    }

    .btn-outline {
      background: transparent;
      color: var(--color-primary);
      border: 1px solid rgba(58, 31, 50, .28);
    }

    .btn-outline:hover {
      background: var(--color-soft-pink);
      border-color: rgba(197, 107, 140, .42);
      color: var(--color-primary);
      transform: translateY(-2px);
    }

    .age-notice {
      margin-top: 22px;
      padding: 14px 16px;
      border-radius: 18px;
      background: rgba(255, 253, 251, .78);
      border: 1px solid rgba(58, 31, 50, .10);
      box-shadow: 0 12px 34px rgba(58, 31, 50, .06);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      color: var(--color-muted);
      font-size: 14px;
    }

    .notice-left {
      display: flex;
      align-items: flex-start;
      gap: 10px;
    }

    .notice-icon {
      width: 28px;
      height: 28px;
      flex: 0 0 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 10px;
      background: rgba(240, 162, 110, .16);
      color: var(--color-primary);
      font-weight: 800;
    }

    .category-hero {
      position: relative;
      padding: 54px 0 36px;
      overflow: hidden;
    }

    .category-hero::before {
      content: "";
      position: absolute;
      inset: 14px auto auto 62%;
      width: 420px;
      height: 240px;
      border-radius: 50%;
      background: rgba(197, 107, 140, .16);
      filter: blur(40px);
      pointer-events: none;
    }

    .breadcrumb-lite {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px;
      margin-bottom: 18px;
      color: var(--color-muted);
      font-size: 14px;
    }

    .breadcrumb-lite a {
      color: var(--color-primary);
      font-weight: 700;
    }

    .hero-panel {
      position: relative;
      border-radius: var(--radius-xl);
      padding: 34px;
      background:
        linear-gradient(135deg, rgba(255, 253, 251, .95), rgba(255, 241, 245, .84)),
        radial-gradient(circle at 80% 12%, rgba(240, 162, 110, .20), transparent 35%);
      border: 1px solid rgba(58, 31, 50, .10);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
    }

    .hero-panel::after {
      content: "";
      position: absolute;
      right: -80px;
      bottom: -90px;
      width: 280px;
      height: 280px;
      border-radius: 50%;
      background: rgba(58, 31, 50, .08);
      pointer-events: none;
    }

    .hero-copy {
      position: relative;
      z-index: 1;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 24px;
    }

    .hero-stats {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
      margin-top: 28px;
    }

    .stat-box {
      padding: 16px;
      border-radius: 18px;
      background: rgba(255, 253, 251, .75);
      border: 1px solid rgba(58, 31, 50, .08);
    }

    .stat-box strong {
      display: block;
      color: var(--color-primary);
      font-size: 24px;
      line-height: 1;
      font-weight: 850;
    }

    .stat-box span {
      display: block;
      color: var(--color-muted);
      font-size: 13px;
      margin-top: 8px;
    }

    .sort-panel {
      position: relative;
      z-index: 1;
      padding: 22px;
      border-radius: 24px;
      background: var(--color-primary);
      color: #fff;
      min-height: 100%;
      box-shadow: 0 24px 48px rgba(58, 31, 50, .22);
      overflow: hidden;
    }

    .sort-panel::before {
      content: "";
      position: absolute;
      right: -36px;
      top: -42px;
      width: 150px;
      height: 150px;
      border-radius: 50%;
      background: rgba(197, 107, 140, .34);
    }

    .sort-panel h2 {
      color: #fff;
      font-size: 24px;
      margin-bottom: 10px;
    }

    .sort-panel p {
      position: relative;
      color: rgba(255, 255, 255, .78);
      font-size: 14px;
    }

    .sort-field {
      position: relative;
      margin-top: 18px;
    }

    .sort-field label {
      display: block;
      color: rgba(255, 255, 255, .72);
      font-size: 13px;
      margin-bottom: 8px;
    }

    .sort-field .form-select {
      border: 1px solid rgba(255, 255, 255, .16);
      border-radius: 16px;
      background-color: rgba(255, 255, 255, .10);
      color: #fff;
      padding: 12px 15px;
      box-shadow: none;
    }

    .sort-field .form-select option {
      color: var(--color-text);
    }

    .sort-field .form-select:focus {
      border-color: rgba(197, 107, 140, .8);
      box-shadow: 0 0 0 4px rgba(197, 107, 140, .20);
    }

    .filter-shell {
      margin-top: 26px;
      padding: 16px;
      border-radius: 24px;
      background: rgba(255, 253, 251, .82);
      border: 1px solid rgba(58, 31, 50, .10);
      box-shadow: 0 14px 36px rgba(58, 31, 50, .06);
    }

    .filter-row {
      display: flex;
      align-items: center;
      gap: 10px;
      overflow-x: auto;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 2px;
    }

    .filter-row::-webkit-scrollbar {
      display: none;
    }

    .filter-label {
      flex: 0 0 auto;
      color: var(--color-primary);
      font-weight: 800;
      font-size: 14px;
      margin-right: 4px;
    }

    .filter-pill {
      flex: 0 0 auto;
      border: 1px solid rgba(58, 31, 50, .10);
      border-radius: 999px;
      padding: 9px 15px;
      background: #fff;
      color: var(--color-primary);
      font-size: 14px;
      font-weight: 750;
      cursor: pointer;
      transition: var(--transition);
    }

    .filter-pill:hover {
      background: var(--color-soft-pink);
      border-color: rgba(197, 107, 140, .30);
      transform: translateY(-1px);
    }

    .filter-pill.active {
      background: var(--color-primary);
      color: #fff;
      border-color: var(--color-primary);
      box-shadow: 0 12px 24px rgba(58, 31, 50, .16);
    }

    .content-card {
      position: relative;
      height: 100%;
      border-radius: var(--radius-lg);
      background: var(--color-card);
      border: 1px solid rgba(58, 31, 50, .10);
      box-shadow: 0 14px 36px rgba(58, 31, 50, .07);
      overflow: hidden;
      transition: var(--transition);
    }

    .content-card:hover {
      transform: translateY(-4px);
      border-color: rgba(197, 107, 140, .34);
      box-shadow: var(--shadow-hover);
    }

    .cover {
      position: relative;
      min-height: 168px;
      overflow: hidden;
      background:
        linear-gradient(135deg, rgba(58, 31, 50, .92), rgba(197, 107, 140, .56)),
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, .25), transparent 26%);
    }

    .cover::before {
      content: "";
      position: absolute;
      inset: 12px;
      border-radius: 20px;
      border: 1px solid rgba(255, 255, 255, .18);
      background:
        linear-gradient(120deg, rgba(255, 255, 255, .18), transparent 42%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .08) 0 2px, transparent 2px 12px);
      opacity: .72;
    }

    .cover.alt-a {
      background:
        linear-gradient(135deg, #4B2A40, #D78BA4),
        radial-gradient(circle at 28% 24%, rgba(240, 162, 110, .42), transparent 34%);
    }

    .cover.alt-b {
      background:
        linear-gradient(135deg, #2F202B, #A85F7C),
        radial-gradient(circle at 75% 25%, rgba(255, 253, 251, .24), transparent 30%);
    }

    .cover.alt-c {
      background:
        linear-gradient(135deg, #3A1F32, #F0A26E),
        radial-gradient(circle at 20% 72%, rgba(197, 107, 140, .30), transparent 30%);
    }

    .cover.big {
      min-height: 282px;
    }

    .lock-mask {
      position: absolute;
      inset: auto 12px 12px 12px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 10px 12px;
      border-radius: 16px;
      background: rgba(29, 21, 27, .72);
      color: #fff;
      backdrop-filter: blur(10px);
      font-size: 13px;
      font-weight: 750;
    }

    .lock-dot {
      width: 32px;
      height: 32px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      background: rgba(255, 255, 255, .14);
      color: #fff;
    }

    .badge-soft,
    .badge-member,
    .badge-free,
    .badge-update {
      display: inline-flex;
      align-items: center;
      border-radius: 999px;
      padding: 6px 10px;
      font-size: 12px;
      line-height: 1;
      font-weight: 800;
      letter-spacing: .01em;
    }

    .badge-soft {
      background: rgba(58, 31, 50, .07);
      color: var(--color-primary);
    }

    .badge-member {
      background: rgba(197, 107, 140, .16);
      color: var(--color-accent-dark);
    }

    .badge-free {
      background: rgba(240, 162, 110, .18);
      color: #8a4a1f;
    }

    .badge-update {
      background: rgba(255, 255, 255, .18);
      color: #fff;
      border: 1px solid rgba(255, 255, 255, .16);
    }

    .card-body-custom {
      padding: 18px;
    }

    .card-meta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 8px;
      margin-bottom: 12px;
    }

    .content-card h3 {
      font-size: 19px;
      margin-bottom: 8px;
    }

    .content-card .desc {
      color: var(--color-muted);
      font-size: 14px;
      line-height: 1.65;
    }

    .card-foot {
      margin-top: 14px;
      padding-top: 13px;
      border-top: 1px solid rgba(58, 31, 50, .08);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      color: var(--color-muted);
      font-size: 13px;
    }

    .featured-small {
      display: grid;
      gap: 18px;
    }

    .featured-small .content-card {
      display: grid;
      grid-template-columns: 140px 1fr;
      min-height: 154px;
    }

    .featured-small .cover {
      min-height: 154px;
      height: 100%;
    }

    .featured-small .content-card h3 {
      font-size: 17px;
    }

    .listing-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }

    .member-strip {
      position: relative;
      overflow: hidden;
      border-radius: 28px;
      padding: 26px;
      background:
        radial-gradient(circle at 84% 20%, rgba(197, 107, 140, .48), transparent 26%),
        linear-gradient(135deg, var(--color-primary), var(--color-primary-deep));
      color: #fff;
      border: 1px solid rgba(255, 255, 255, .12);
      box-shadow: 0 22px 54px rgba(58, 31, 50, .22);
    }

    .member-strip h2,
    .member-strip h3 {
      color: #fff;
    }

    .member-strip p {
      color: rgba(255, 255, 255, .78);
    }

    .member-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 9px;
      margin-top: 16px;
    }

    .member-tags span {
      display: inline-flex;
      align-items: center;
      padding: 7px 11px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .12);
      border: 1px solid rgba(255, 255, 255, .14);
      color: rgba(255, 255, 255, .88);
      font-size: 12px;
      font-weight: 750;
    }

    .sidebar {
      position: sticky;
      top: 132px;
      display: grid;
      gap: 18px;
    }

    .side-card {
      border-radius: 24px;
      padding: 20px;
      background: var(--color-card);
      border: 1px solid rgba(58, 31, 50, .10);
      box-shadow: 0 14px 34px rgba(58, 31, 50, .07);
    }

    .side-card h3 {
      font-size: 19px;
      margin-bottom: 14px;
    }

    .tag-cloud {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .tag-cloud a {
      display: inline-flex;
      align-items: center;
      padding: 7px 10px;
      border-radius: 999px;
      background: rgba(197, 107, 140, .10);
      border: 1px solid rgba(197, 107, 140, .13);
      color: var(--color-primary);
      font-size: 13px;
      font-weight: 750;
    }

    .tag-cloud a:hover {
      background: var(--color-primary);
      color: #fff;
    }

    .benefit-list {
      display: grid;
      gap: 11px;
      padding: 0;
      margin: 0;
      list-style: none;
    }

    .benefit-list li {
      display: flex;
      gap: 10px;
      color: var(--color-muted);
      font-size: 14px;
    }

    .benefit-list li::before {
      content: "✓";
      flex: 0 0 22px;
      width: 22px;
      height: 22px;
      border-radius: 8px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(197, 107, 140, .12);
      color: var(--color-accent-dark);
      font-weight: 900;
      line-height: 1;
    }

    .calendar-mini {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      gap: 6px;
      margin-top: 14px;
    }

    .calendar-mini span {
      aspect-ratio: 1;
      border-radius: 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(58, 31, 50, .06);
      color: var(--color-muted);
      font-size: 12px;
      font-weight: 750;
    }

    .calendar-mini span.hot {
      background: var(--color-primary);
      color: #fff;
    }

    .pagination-custom {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 8px;
      margin-top: 34px;
    }

    .pagination-custom a,
    .pagination-custom span {
      min-width: 42px;
      height: 42px;
      padding: 0 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: rgba(255, 253, 251, .88);
      border: 1px solid rgba(58, 31, 50, .10);
      color: var(--color-primary);
      font-weight: 800;
      font-size: 14px;
    }

    .pagination-custom a:hover,
    .pagination-custom span.active {
      background: var(--color-primary);
      color: #fff;
      border-color: var(--color-primary);
      box-shadow: 0 12px 24px rgba(58, 31, 50, .16);
      transform: translateY(-1px);
    }

    .accordion {
      display: grid;
      gap: 12px;
    }

    .accordion-item {
      border: 1px solid rgba(58, 31, 50, .10);
      border-radius: 18px !important;
      overflow: hidden;
      background: var(--color-card);
      box-shadow: 0 10px 28px rgba(58, 31, 50, .06);
    }

    .accordion-button {
      padding: 18px 20px;
      background: var(--color-card);
      color: var(--color-primary);
      font-weight: 800;
      box-shadow: none !important;
    }

    .accordion-button:not(.collapsed) {
      background: var(--color-soft-pink);
      color: var(--color-primary);
    }

    .accordion-button:focus {
      border-color: transparent;
      box-shadow: 0 0 0 4px rgba(197, 107, 140, .18) !important;
    }

    .accordion-button::after {
      filter: sepia(1) saturate(1.2) hue-rotate(290deg);
    }

    .accordion-body {
      padding: 0 20px 20px;
      color: var(--color-muted);
      font-size: 15px;
      line-height: 1.8;
    }

    .cta-panel {
      position: relative;
      overflow: hidden;
      border-radius: 30px;
      padding: 36px;
      background:
        radial-gradient(circle at 15% 15%, rgba(240, 162, 110, .20), transparent 28%),
        radial-gradient(circle at 85% 25%, rgba(197, 107, 140, .38), transparent 30%),
        linear-gradient(135deg, var(--color-primary), var(--color-primary-deep));
      color: #fff;
      border: 1px solid rgba(255, 255, 255, .12);
      box-shadow: 0 26px 64px rgba(58, 31, 50, .24);
    }

    .cta-panel h2 {
      color: #fff;
    }

    .cta-panel p {
      color: rgba(255, 255, 255, .78);
    }

    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: flex-end;
    }

    .cta-panel .btn-outline {
      color: #fff;
      border-color: rgba(255, 255, 255, .34);
    }

    .cta-panel .btn-outline:hover {
      background: rgba(255, 255, 255, .12);
      color: #fff;
      border-color: rgba(255, 255, 255, .52);
    }

    .footer {
      background:
        radial-gradient(circle at 12% 10%, rgba(197, 107, 140, .18), transparent 28%),
        var(--color-primary-deep);
      color: rgba(255, 255, 255, .78);
      padding: 56px 0 28px;
      margin-top: 40px;
    }

    .footer-brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      color: #fff;
      font-size: 18px;
      font-weight: 850;
      margin-bottom: 14px;
    }

    .footer p {
      max-width: 620px;
      color: rgba(255, 255, 255, .68);
      font-size: 14px;
      line-height: 1.8;
    }

    .footer-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 12px;
      padding: 0;
      margin: 0;
      list-style: none;
    }

    .footer-links a {
      display: inline-flex;
      align-items: center;
      padding: 9px 13px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .08);
      border: 1px solid rgba(255, 255, 255, .10);
      color: rgba(255, 255, 255, .78);
      font-size: 13px;
      font-weight: 750;
    }

    .footer-links a:hover {
      background: rgba(197, 107, 140, .18);
      color: #fff;
      border-color: rgba(197, 107, 140, .36);
    }

    .footer-bottom {
      margin-top: 34px;
      padding-top: 18px;
      border-top: 1px solid rgba(255, 255, 255, .10);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      color: rgba(255, 255, 255, .55);
      font-size: 13px;
    }

    @media (max-width: 1199.98px) {
      .top-nav {
        grid-template-columns: auto 1fr;
      }

      .search-wrap {
        order: 3;
        grid-column: 1 / -1;
        max-width: none;
        margin-bottom: 12px;
      }

      .nav-actions {
        justify-self: end;
      }

      .featured-small .content-card {
        grid-template-columns: 120px 1fr;
      }

      .listing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 991.98px) {
      .section {
        padding: 62px 0;
      }

      .category-hero {
        padding-top: 38px;
      }

      .hero-panel {
        padding: 26px;
      }

      .sidebar {
        position: static;
        margin-top: 24px;
      }

      .channel-row {
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 12px;
        padding-right: 12px;
      }

      .footer-links {
        justify-content: flex-start;
      }

      .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    @media (max-width: 767.98px) {
      :root {
        --header-h: auto;
      }

      .top-nav {
        min-height: auto;
        padding-top: 14px;
        gap: 14px;
      }

      .brand {
        min-width: 0;
      }

      .brand-main {
        max-width: 190px;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .nav-actions {
        gap: 8px;
      }

      .age-pill {
        display: none;
      }

      .hero-stats {
        grid-template-columns: 1fr;
      }

      .age-notice {
        align-items: flex-start;
        flex-direction: column;
      }

      .featured-small .content-card {
        grid-template-columns: 1fr;
      }

      .featured-small .cover {
        min-height: 170px;
      }

      .listing-grid {
        grid-template-columns: 1fr;
      }

      .cover.big {
        min-height: 220px;
      }

      .cta-actions {
        justify-content: flex-start;
        margin-top: 18px;
      }

      .cta-actions .btn,
      .hero-actions .btn {
        width: 100%;
      }

      .member-strip {
        padding: 22px;
      }
    }

    @media (max-width: 575.98px) {
      .section {
        padding: 52px 0;
      }

      .section-tight {
        padding: 42px 0;
      }

      .hero-panel,
      .cta-panel {
        border-radius: 24px;
        padding: 22px;
      }

      .sort-panel,
      .side-card {
        border-radius: 20px;
      }

      .brand-mark {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
      }

      .nav-actions .btn {
        padding: 10px 14px;
        font-size: 13px;
      }

      .search-btn {
        padding-left: 12px;
        padding-right: 12px;
      }

      .filter-shell {
        padding: 12px;
      }

      .pagination-custom .hide-xs {
        display: none;
      }
    }
