/* roulang page: index */
:root {
      --ink: #171514;
      --ink-soft: #443e39;
      --muted: #756d64;
      --wine: #7A2430;
      --wine-dark: #5f1a24;
      --paper: #F4EFE7;
      --paper-2: #FBF8F2;
      --line: #D8D0C5;
      --copper: #B98A58;
      --green: #3D5148;
      --violet: #5A4D59;
      --white: #fffdf8;
      --shadow: 0 12px 36px rgba(23, 21, 20, .08);
      --shadow-soft: 0 8px 22px rgba(23, 21, 20, .06);
      --radius: 16px;
      --radius-sm: 12px;
      --pill: 999px;
      --max: 1180px;
      --section: 96px;
      --font: PingFang SC, Microsoft YaHei, Noto Sans SC, Source Han Sans SC, sans-serif;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: var(--font);
      color: var(--ink);
      background: var(--paper);
      line-height: 1.7;
      font-size: 16px;
      overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
    img { max-width: 100%; display: block; object-fit: cover; }
    button, input, select { font-family: inherit; }
    button, .button { min-height: 44px; }
    input, select {
      width: 100%;
      min-height: 50px;
      border: 1px solid rgba(23, 21, 20, .16);
      border-radius: var(--radius-sm);
      background: var(--white);
      color: var(--ink);
      padding: 0 15px;
      box-shadow: none;
      transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
    }
    input:focus, select:focus {
      outline: none;
      border-color: var(--wine);
      box-shadow: 0 0 0 4px rgba(122, 36, 48, .12);
      background: #fff;
    }
    input::placeholder { color: #9c9288; }
    :focus-visible {
      outline: 3px solid rgba(185, 138, 88, .55);
      outline-offset: 3px;
      border-radius: 10px;
    }

    .site-wrap { position: relative; min-height: 100vh; }
    .rl-container { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
    .section { padding: var(--section) 0; }
    .section-tight { padding: 72px 0; }
    .section-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--wine);
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 12px;
    }
    .section-kicker::before {
      content: "";
      width: 24px;
      height: 2px;
      background: var(--copper);
      border-radius: var(--pill);
    }
    h1, h2, h3, h4, p { margin-top: 0; }
    h1 {
      font-size: clamp(36px, 5.2vw, 62px);
      line-height: 1.08;
      font-weight: 800;
      letter-spacing: 0;
      margin-bottom: 22px;
      max-width: 900px;
    }
    h2 {
      font-size: clamp(28px, 3.4vw, 40px);
      line-height: 1.18;
      font-weight: 800;
      letter-spacing: 0;
      margin-bottom: 16px;
    }
    h3 {
      font-size: 22px;
      line-height: 1.35;
      font-weight: 800;
      letter-spacing: 0;
      margin-bottom: 8px;
    }
    .lead {
      font-size: 18px;
      color: rgba(244, 239, 231, .86);
      max-width: 760px;
      margin-bottom: 28px;
    }
    .section-desc {
      color: var(--muted);
      max-width: 760px;
      font-size: 17px;
      margin-bottom: 34px;
    }

    .site-header {
      position: fixed;
      top: 20px;
      left: 0;
      right: 0;
      z-index: 50;
      pointer-events: none;
    }
    .nav-shell {
      pointer-events: auto;
      width: min(var(--max), calc(100% - 48px));
      margin: 0 auto;
      border-radius: var(--pill);
      background: rgba(251, 248, 242, .86);
      border: 1px solid rgba(216, 208, 197, .9);
      box-shadow: 0 10px 28px rgba(23, 21, 20, .12);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      overflow: hidden;
    }
    .top-bar {
      background: transparent;
      padding: 8px 10px 8px 18px;
      min-height: 64px;
    }
    .top-bar ul { background: transparent; }
    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-weight: 800;
      color: var(--ink);
      white-space: nowrap;
      min-height: 44px;
    }
    .brand-mark {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      background: radial-gradient(circle at 35% 30%, #d5a978 0 18%, var(--wine) 19% 58%, var(--ink) 59% 100%);
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.28);
    }
    .desktop-menu {
      display: flex;
      align-items: center;
      gap: 4px;
      margin-left: 18px;
    }
    .desktop-menu a, .mobile-menu a {
      display: inline-flex;
      align-items: center;
      min-height: 44px;
      padding: 0 15px;
      border-radius: var(--pill);
      color: var(--ink-soft);
      font-size: 15px;
      font-weight: 700;
    }
    .desktop-menu a:hover, .mobile-menu a:hover {
      color: var(--wine);
      background: rgba(216, 208, 197, .38);
    }
    .desktop-menu a.active, .mobile-menu a.active {
      background: var(--ink);
      color: var(--paper);
    }
    .nav-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 10px;
    }
    .age-chip {
      display: inline-flex;
      align-items: center;
      min-height: 36px;
      padding: 0 12px;
      border-radius: var(--pill);
      border: 1px solid rgba(122, 36, 48, .22);
      color: var(--wine);
      background: rgba(122, 36, 48, .07);
      font-size: 13px;
      font-weight: 800;
      white-space: nowrap;
    }
    .nav-cta, .btn-primary, .btn-secondary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      min-height: 46px;
      padding: 0 20px;
      border-radius: var(--pill);
      font-weight: 800;
      cursor: pointer;
      transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .nav-cta, .btn-primary {
      color: var(--paper);
      background: var(--wine);
      border: 1px solid var(--wine);
      box-shadow: 0 10px 18px rgba(122, 36, 48, .16);
    }
    .nav-cta:hover, .btn-primary:hover {
      color: var(--paper);
      background: var(--wine-dark);
      border-color: var(--wine-dark);
      transform: translateY(-2px);
      box-shadow: 0 14px 26px rgba(122, 36, 48, .2);
    }
    .btn-secondary {
      color: var(--ink);
      background: rgba(244, 239, 231, .74);
      border: 1px solid rgba(244, 239, 231, .56);
    }
    .btn-secondary:hover {
      background: var(--paper);
      color: var(--wine);
      transform: translateY(-2px);
    }
    .menu-icon {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: rgba(23, 21, 20, .08);
      border: 1px solid rgba(23, 21, 20, .12);
    }
    .menu-icon::after {
      background: var(--ink);
      box-shadow: 0 7px 0 var(--ink), 0 14px 0 var(--ink);
      left: 12px;
      width: 20px;
    }
    .mobile-menu {
      display: none;
      padding: 0 14px 14px;
      border-top: 1px solid rgba(216, 208, 197, .72);
    }
    .mobile-menu a {
      justify-content: center;
      width: 100%;
      margin-top: 8px;
      border-radius: 14px;
    }

    .hero {
      position: relative;
      min-height: 86vh;
      padding: 124px 0 42px;
      color: var(--paper);
      overflow: hidden;
      background:
        linear-gradient(90deg, rgba(23,21,20,.96) 0%, rgba(23,21,20,.78) 42%, rgba(23,21,20,.46) 100%),
        linear-gradient(135deg, #211d1a 0%, #7A2430 46%, #B98A58 100%);
    }
    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 76% 22%, rgba(185,138,88,.42), transparent 25%),
        repeating-linear-gradient(90deg, rgba(244,239,231,.08) 0 1px, transparent 1px 78px),
        linear-gradient(0deg, rgba(23,21,20,.15), rgba(23,21,20,.15));
      opacity: .82;
    }
    .hero::after {
      content: "";
      position: absolute;
      right: 7%;
      top: 18%;
      width: min(44vw, 520px);
      aspect-ratio: 4 / 3;
      border-radius: 28px;
      border: 1px solid rgba(244,239,231,.18);
      background:
        linear-gradient(145deg, rgba(244,239,231,.18), rgba(244,239,231,.02)),
        repeating-linear-gradient(0deg, rgba(244,239,231,.1) 0 2px, transparent 2px 22px);
      transform: rotate(-2deg);
      box-shadow: 0 28px 80px rgba(0,0,0,.22);
    }
    .hero .rl-container { position: relative; z-index: 2; }
    .hero-stage {
      display: grid;
      grid-template-columns: minmax(0, 1.05fr) minmax(320px, .72fr);
      gap: 48px;
      align-items: center;
    }
    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 8px 14px;
      border-radius: var(--pill);
      background: rgba(244, 239, 231, .12);
      border: 1px solid rgba(244, 239, 231, .22);
      color: rgba(244,239,231,.92);
      font-weight: 800;
      margin-bottom: 24px;
    }
    .hero-question {
      color: rgba(244, 239, 231, .78);
      border-left: 3px solid var(--copper);
      padding-left: 16px;
      margin-bottom: 24px;
      max-width: 720px;
      font-size: 17px;
    }
    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 28px;
    }
    .hero-points {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
    }
    .point {
      min-width: 128px;
      padding: 12px 14px;
      border-radius: 14px;
      background: rgba(244,239,231,.1);
      border: 1px solid rgba(244,239,231,.16);
    }
    .point strong {
      display: block;
      font-size: 24px;
      line-height: 1;
      font-variant-numeric: tabular-nums;
      margin-bottom: 6px;
      color: #fff8ee;
    }
    .point span { color: rgba(244,239,231,.74); font-size: 13px; }

    .lead-form {
      position: relative;
      z-index: 3;
      border-radius: 22px;
      background: rgba(251, 248, 242, .94);
      border: 1px solid rgba(244, 239, 231, .62);
      color: var(--ink);
      padding: 24px;
      box-shadow: 0 22px 70px rgba(0,0,0,.18);
      backdrop-filter: blur(10px);
    }
    .lead-form h2 {
      font-size: 25px;
      margin-bottom: 8px;
      color: var(--ink);
    }
    .lead-form p {
      color: var(--muted);
      margin-bottom: 18px;
      font-size: 15px;
    }
    .form-row {
      display: grid;
      gap: 12px;
      margin-bottom: 12px;
    }
    .checkline {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      color: var(--ink-soft);
      font-size: 14px;
      margin: 12px 0 16px;
    }
    .checkline input {
      width: 18px;
      min-height: 18px;
      height: 18px;
      margin: 4px 0 0;
      accent-color: var(--wine);
      flex: 0 0 auto;
    }
    .form-note {
      margin-top: 12px;
      color: var(--muted);
      font-size: 13px;
    }
    .peek-next {
      position: relative;
      z-index: 3;
      width: min(var(--max), calc(100% - 48px));
      margin: 42px auto -82px;
      border-radius: 18px;
      background: var(--paper-2);
      color: var(--ink);
      border: 1px solid rgba(216,208,197,.9);
      box-shadow: var(--shadow);
      padding: 18px 20px;
    }
    .peek-next span {
      display: inline-flex;
      color: var(--wine);
      font-weight: 800;
      margin-right: 12px;
    }

    .countdown-section { padding-top: 116px; background: var(--paper); }
    .count-grid {
      display: grid;
      grid-template-columns: 5fr 7fr;
      gap: 28px;
      align-items: stretch;
    }
    .count-card, .info-panel, .mag-card, .entry-card, .faq-card, .subscribe-strip, .price-row, .news-shell {
      border: 1px solid rgba(23,21,20,.12);
      background: var(--paper-2);
      border-radius: var(--radius);
      box-shadow: var(--shadow-soft);
    }
    .count-card {
      padding: 28px;
      background: var(--ink);
      color: var(--paper);
    }
    .count-card h2 { color: var(--paper); margin-bottom: 18px; }
    .count-boxes {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 10px;
      margin: 20px 0;
    }
    .count-box {
      padding: 18px 10px;
      border-radius: 14px;
      background: rgba(244,239,231,.08);
      border: 1px solid rgba(244,239,231,.13);
      text-align: center;
    }
    .count-box strong {
      display: block;
      font-size: clamp(30px, 4vw, 46px);
      line-height: 1;
      font-variant-numeric: tabular-nums;
      color: #fff8ee;
    }
    .count-box span {
      display: block;
      margin-top: 8px;
      color: rgba(244,239,231,.68);
      font-weight: 700;
      font-size: 13px;
    }
    .time-note {
      color: rgba(244,239,231,.74);
      margin-bottom: 0;
    }
    .info-panel {
      padding: 28px;
      display: grid;
      align-content: center;
      gap: 16px;
    }
    .rule-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 12px;
    }
    .rule-list li {
      display: flex;
      gap: 12px;
      color: var(--ink-soft);
    }
    .rule-list li::before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--copper);
      margin-top: 10px;
      flex: 0 0 auto;
    }

    .benefit-band {
      background: var(--paper-2);
      border-top: 1px solid rgba(216,208,197,.8);
      border-bottom: 1px solid rgba(216,208,197,.8);
    }
    .benefit-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 26px;
      align-items: center;
    }
    .benefit-list {
      display: grid;
      gap: 14px;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .benefit-list li {
      display: grid;
      grid-template-columns: 42px 1fr;
      gap: 14px;
      padding: 17px;
      border-radius: 16px;
      border: 1px solid rgba(23,21,20,.1);
      background: #fffdf8;
    }
    .benefit-list b {
      width: 42px;
      height: 42px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: rgba(122,36,48,.1);
      color: var(--wine);
      font-variant-numeric: tabular-nums;
    }
    .metric-board {
      border-radius: 20px;
      padding: 24px;
      background: var(--ink);
      color: var(--paper);
      min-height: 330px;
      display: grid;
      align-content: space-between;
      position: relative;
      overflow: hidden;
    }
    .metric-board::before {
      content: "";
      position: absolute;
      inset: 0;
      background: repeating-linear-gradient(90deg, rgba(244,239,231,.06) 0 1px, transparent 1px 44px);
    }
    .metric-board > * { position: relative; z-index: 1; }
    .metric-bars { display: grid; gap: 13px; }
    .metric-bar span {
      display: flex;
      justify-content: space-between;
      color: rgba(244,239,231,.78);
      font-size: 14px;
      margin-bottom: 6px;
    }
    .bar {
      height: 10px;
      border-radius: var(--pill);
      background: rgba(244,239,231,.13);
      overflow: hidden;
    }
    .bar i {
      display: block;
      height: 100%;
      border-radius: var(--pill);
      background: linear-gradient(90deg, var(--copper), var(--wine));
    }

    .timeline-list {
      position: relative;
      display: grid;
      gap: 12px;
    }
    .mag-item {
      display: grid;
      grid-template-columns: 92px 1fr auto;
      gap: 18px;
      align-items: center;
      padding: 20px 22px;
      border: 1px solid rgba(23,21,20,.1);
      background: var(--paper-2);
      border-radius: 16px;
      transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .mag-item:hover {
      transform: translateY(-2px);
      background: #eee7dd;
      border-color: rgba(122,36,48,.32);
      box-shadow: var(--shadow-soft);
    }
    .mag-no {
      color: var(--wine);
      font-size: 30px;
      line-height: 1;
      font-weight: 800;
      font-variant-numeric: tabular-nums;
      border-right: 2px solid rgba(185,138,88,.45);
    }
    .mag-item:hover .mag-no { border-color: var(--wine); }
    .mag-content h3 { font-size: 20px; margin-bottom: 4px; }
    .mag-content p { color: var(--muted); margin-bottom: 0; }
    .tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
    .tag {
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding: 0 10px;
      border-radius: var(--pill);
      background: rgba(61,81,72,.1);
      color: var(--green);
      font-size: 12px;
      font-weight: 800;
    }
    .tag.wine { background: rgba(122,36,48,.1); color: var(--wine); }
    .tag.violet { background: rgba(90,77,89,.12); color: var(--violet); }
    .status {
      display: inline-flex;
      align-items: center;
      white-space: nowrap;
      min-height: 34px;
      padding: 0 12px;
      border-radius: var(--pill);
      border: 1px solid rgba(185,138,88,.45);
      color: #7a532c;
      background: rgba(185,138,88,.1);
      font-size: 13px;
      font-weight: 800;
    }

    .price-compare {
      background: linear-gradient(180deg, var(--paper), #ece4d9);
      border-top: 1px solid rgba(216,208,197,.8);
      border-bottom: 1px solid rgba(216,208,197,.8);
    }
    .price-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      overflow: hidden;
    }
    .price-col {
      padding: 28px;
      min-height: 240px;
    }
    .price-col + .price-col {
      border-left: 1px solid rgba(23,21,20,.12);
      background: rgba(255,253,248,.72);
    }
    .price-col.featured {
      background: var(--ink);
      color: var(--paper);
    }
    .price-col.featured p, .price-col.featured li { color: rgba(244,239,231,.78); }
    .price-col ul {
      margin: 18px 0 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
    }
    .price-col li::before {
      content: "•";
      color: var(--copper);
      margin-right: 8px;
      font-weight: 800;
    }

    .subscribe-strip {
      padding: 26px;
      display: grid;
      grid-template-columns: .95fr 1.35fr;
      gap: 26px;
      align-items: center;
      background: #fffdf8;
    }
    .subscribe-form {
      display: grid;
      grid-template-columns: 1fr 180px 150px;
      gap: 10px;
      align-items: center;
    }
    .subscribe-note {
      grid-column: 1 / -1;
      display: flex;
      gap: 10px;
      align-items: flex-start;
      color: var(--muted);
      font-size: 14px;
    }
    .subscribe-note input {
      width: 18px;
      min-height: 18px;
      height: 18px;
      margin-top: 4px;
      accent-color: var(--wine);
      flex: 0 0 auto;
    }

    .entry-grid {
      display: grid;
      grid-template-columns: 1.2fr .8fr .8fr;
      grid-template-rows: auto auto;
      gap: 18px;
    }
    .entry-card {
      position: relative;
      overflow: hidden;
      padding: 24px;
      min-height: 210px;
      transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }
    .entry-card::before {
      content: "";
      position: absolute;
      inset: auto 0 0 0;
      height: 46%;
      background: linear-gradient(0deg, rgba(122,36,48,.12), transparent);
      pointer-events: none;
    }
    .entry-card:hover {
      transform: translateY(-3px);
      border-color: rgba(122,36,48,.3);
      box-shadow: var(--shadow);
    }
    .entry-card.large {
      grid-row: span 2;
      min-height: 438px;
      background:
        linear-gradient(145deg, rgba(23,21,20,.9), rgba(122,36,48,.78)),
        repeating-linear-gradient(90deg, rgba(244,239,231,.08) 0 1px, transparent 1px 58px);
      color: var(--paper);
    }
    .entry-card.large p { color: rgba(244,239,231,.78); }
    .entry-card h3 { position: relative; z-index: 1; }
    .entry-card p { position: relative; z-index: 1; color: var(--muted); }
    .entry-meta {
      position: relative;
      z-index: 1;
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin: 16px 0;
    }
    .entry-link {
      position: relative;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-weight: 800;
      color: var(--wine);
    }
    .entry-card.large .entry-link { color: #fff2dd; }
    .entry-link span { transition: transform .2s ease; }
    .entry-card:hover .entry-link span { transform: translateX(4px); }

    .guide-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
    }
    .guide-step {
      padding: 22px;
      border-radius: 16px;
      border: 1px solid rgba(23,21,20,.1);
      background: var(--paper-2);
    }
    .guide-step b {
      display: inline-flex;
      width: 38px;
      height: 38px;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: var(--wine);
      color: var(--paper);
      margin-bottom: 14px;
      font-variant-numeric: tabular-nums;
    }
    .guide-step p { color: var(--muted); margin-bottom: 0; }

    .news-shell {
      padding: 26px;
      display: grid;
      grid-template-columns: 1fr 330px;
      gap: 28px;
    }
    .news-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 2px;
    }
    .news-list a {
      display: grid;
      grid-template-columns: 110px 1fr;
      gap: 16px;
      padding: 16px 0;
      border-bottom: 1px solid rgba(23,21,20,.1);
    }
    .news-list a:hover {
      color: var(--wine);
      transform: translateX(3px);
    }
    .news-date {
      color: var(--muted);
      font-size: 14px;
      font-variant-numeric: tabular-nums;
    }
    .news-title {
      font-weight: 800;
      line-height: 1.45;
    }
    .recommend-box {
      border-radius: 16px;
      padding: 22px;
      background: var(--ink);
      color: var(--paper);
      align-self: start;
    }
    .recommend-box p { color: rgba(244,239,231,.76); }
    .recommend-box .btn-secondary {
      border-color: rgba(244,239,231,.28);
      background: rgba(244,239,231,.08);
      color: var(--paper);
    }

    .faq-wrap {
      max-width: 920px;
      margin: 0 auto;
    }
    .accordion {
      background: transparent;
      margin: 0;
    }
    .accordion-item {
      margin-bottom: 12px;
      border: 1px solid rgba(23,21,20,.12);
      border-radius: 16px;
      overflow: hidden;
      background: var(--paper-2);
      box-shadow: var(--shadow-soft);
    }
    .accordion-title {
      border: 0;
      color: var(--ink);
      font-size: 17px;
      font-weight: 800;
      padding: 19px 52px 19px 20px;
      background: transparent;
    }
    .accordion-title:hover, .accordion-title:focus {
      color: var(--wine);
      background: rgba(216,208,197,.25);
    }
    .accordion-title::before {
      color: var(--wine);
      right: 22px;
      font-size: 22px;
      margin-top: -14px;
    }
    .accordion-content {
      border: 0;
      background: #fffaf2;
      color: var(--muted);
      padding: 0 20px 20px;
    }

    .final-cta {
      padding: 72px 0;
      background: var(--ink);
      color: var(--paper);
    }
    .cta-inner {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 24px;
      align-items: center;
    }
    .cta-inner p {
      color: rgba(244,239,231,.78);
      margin-bottom: 0;
      max-width: 700px;
    }
    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: flex-end;
    }

    .site-footer {
      background: #11100f;
      color: rgba(244,239,231,.78);
      padding: 58px 0 28px;
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 48px;
      padding-bottom: 34px;
      border-bottom: 1px solid rgba(244,239,231,.12);
    }
    .footer-brand {
      display: flex;
      align-items: center;
      gap: 12px;
      color: var(--paper);
      font-weight: 800;
      font-size: 20px;
      margin-bottom: 14px;
    }
    .footer-brand .brand-mark { width: 32px; height: 32px; }
    .footer-links {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
    }
    .footer-links h3 {
      color: var(--paper);
      font-size: 16px;
      margin-bottom: 10px;
    }
    .footer-links a, .footer-links span {
      display: block;
      color: rgba(244,239,231,.7);
      margin: 8px 0;
      font-size: 14px;
    }
    .footer-links a:hover { color: #fff2dd; }
    .copyright {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 12px;
      padding-top: 22px;
      font-size: 13px;
      color: rgba(244,239,231,.55);
    }

    @media screen and (max-width: 1023px) {
      :root { --section: 76px; }
      .desktop-menu, .nav-actions .age-chip, .nav-actions .nav-cta { display: none; }
      .mobile-menu { display: block; }
      .top-bar { padding-right: 12px; }
      .hero-stage, .count-grid, .benefit-grid, .subscribe-strip, .news-shell, .cta-inner, .footer-grid {
        grid-template-columns: 1fr;
      }
      .hero::after {
        width: 70vw;
        right: -12%;
        top: 16%;
        opacity: .48;
      }
      .lead-form { max-width: 620px; }
      .entry-grid {
        grid-template-columns: 1fr 1fr;
      }
      .entry-card.large {
        grid-column: 1 / -1;
        min-height: 290px;
      }
      .guide-grid { grid-template-columns: repeat(2, 1fr); }
      .subscribe-form { grid-template-columns: 1fr 160px; }
      .subscribe-form .btn-primary { grid-column: 1 / -1; }
      .cta-actions { justify-content: flex-start; }
    }

    @media screen and (max-width: 639px) {
      .rl-container, .nav-shell, .peek-next { width: min(100% - 36px, var(--max)); }
      .site-header { top: 12px; }
      .nav-shell { border-radius: 24px; }
      .brand { font-size: 15px; }
      .hero {
        min-height: 84vh;
        padding-top: 104px;
      }
      .lead { font-size: 16px; }
      .hero-actions .btn-primary, .hero-actions .btn-secondary, .lead-form .btn-primary {
        width: 100%;
      }
      .hero-points { display: grid; grid-template-columns: 1fr 1fr; }
      .lead-form { padding: 18px; }
      .peek-next { margin-bottom: -68px; }
      .countdown-section { padding-top: 100px; }
      .count-boxes { grid-template-columns: repeat(2, 1fr); }
      .mag-item {
        grid-template-columns: 56px 1fr;
        gap: 12px;
      }
      .mag-item .status {
        grid-column: 2;
        justify-self: start;
      }
      .mag-no { font-size: 22px; }
      .price-row, .entry-grid, .guide-grid, .footer-links { grid-template-columns: 1fr; }
      .price-col + .price-col {
        border-left: 0;
        border-top: 1px solid rgba(23,21,20,.12);
      }
      .subscribe-form { grid-template-columns: 1fr; }
      .news-list a {
        grid-template-columns: 1fr;
        gap: 4px;
      }
      .copyright { display: block; }
      .copyright span { display: block; margin-bottom: 8px; }
    }

/* roulang page: category2 */
:root {
      --ink: #171514;
      --wine: #7A2430;
      --wine-deep: #5f1a24;
      --paper: #F4EFE7;
      --paper-soft: #FBF8F2;
      --line: #D8D0C5;
      --muted: #756e66;
      --copper: #B98A58;
      --green: #3D5148;
      --smoke: #5A4D59;
      --white: #ffffff;
      --radius-sm: 10px;
      --radius-md: 16px;
      --radius-lg: 22px;
      --pill: 999px;
      --shadow: 0 12px 36px rgba(23, 21, 20, .08);
      --shadow-soft: 0 8px 22px rgba(23, 21, 20, .06);
      --container: 1180px;
      --ease: all .22s ease;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Source Han Sans SC", sans-serif;
      color: var(--ink);
      background: var(--paper);
      line-height: 1.7;
      font-size: 16px;
      overflow-x: hidden;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: var(--ease);
    }

    a:hover,
    a:focus {
      color: var(--wine);
    }

    img {
      display: block;
      max-width: 100%;
      height: auto;
    }

    button,
    input,
    select {
      font: inherit;
    }

    button,
    .button {
      transition: var(--ease);
    }

    button:focus-visible,
    a:focus-visible,
    input:focus-visible,
    select:focus-visible {
      outline: 3px solid rgba(185, 138, 88, .35);
      outline-offset: 3px;
    }

    .rl-container {
      width: min(var(--container), calc(100% - 48px));
      margin: 0 auto;
    }

    .site-header {
      position: fixed;
      top: 20px;
      left: 0;
      right: 0;
      z-index: 1000;
      pointer-events: none;
    }

    .nav-shell {
      width: min(var(--container), calc(100% - 48px));
      margin: 0 auto;
      padding: 8px;
      border: 1px solid rgba(216, 208, 197, .72);
      border-radius: var(--pill);
      background: rgba(244, 239, 231, .88);
      box-shadow: 0 14px 44px rgba(23, 21, 20, .12);
      backdrop-filter: blur(18px);
      pointer-events: auto;
    }

    .top-bar {
      padding: 0;
      background: transparent;
      border-radius: var(--pill);
    }

    .top-bar ul {
      background: transparent;
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 44px;
      padding: 0 12px;
      border-radius: var(--pill);
      font-weight: 800;
      color: var(--ink);
      white-space: nowrap;
    }

    .brand:hover {
      background: rgba(255, 255, 255, .54);
      color: var(--ink);
    }

    .brand-mark {
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background:
        radial-gradient(circle at 35% 35%, var(--copper) 0 18%, transparent 19%),
        linear-gradient(135deg, var(--wine), var(--ink));
      box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
      flex: 0 0 auto;
    }

    .desktop-menu {
      display: flex;
      align-items: center;
      gap: 4px;
      margin-left: 14px;
    }

    .desktop-menu a,
    .mobile-menu a {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      padding: 0 14px;
      border-radius: var(--pill);
      color: rgba(23, 21, 20, .76);
      font-weight: 600;
      font-size: 14px;
    }

    .desktop-menu a:hover,
    .desktop-menu a.active,
    .mobile-menu a:hover,
    .mobile-menu a.active {
      background: var(--ink);
      color: var(--paper);
    }

    .nav-actions {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .age-chip {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 0 12px;
      border: 1px solid rgba(122, 36, 48, .22);
      border-radius: var(--pill);
      color: var(--wine);
      background: rgba(255, 255, 255, .45);
      font-weight: 700;
      font-size: 13px;
      white-space: nowrap;
    }

    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 18px;
      border-radius: var(--pill);
      color: var(--paper);
      background: var(--wine);
      font-weight: 800;
      box-shadow: 0 8px 18px rgba(122, 36, 48, .18);
      white-space: nowrap;
    }

    .nav-cta:hover {
      color: var(--paper);
      background: var(--wine-deep);
      transform: translateY(-1px);
    }

    .menu-icon {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: var(--ink);
    }

    .menu-icon::after {
      background: var(--paper);
      box-shadow: 0 7px 0 var(--paper), 0 14px 0 var(--paper);
      left: 12px;
      width: 20px;
    }

    .mobile-menu {
      display: none;
      margin-top: 8px;
      padding: 10px;
      border-radius: 22px;
      background: rgba(244, 239, 231, .96);
      border: 1px solid rgba(216, 208, 197, .82);
      box-shadow: var(--shadow);
    }

    .mobile-menu.is-open {
      display: grid;
      gap: 6px;
    }

    .page-cover {
      position: relative;
      padding: 132px 0 72px;
      background:
        linear-gradient(90deg, rgba(23, 21, 20, .78), rgba(23, 21, 20, .42)),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1400' height='760' viewBox='0 0 1400 760'%3E%3Crect width='1400' height='760' fill='%23201d1a'/%3E%3Cg opacity='.42'%3E%3Crect x='80' y='80' width='310' height='500' rx='24' fill='%237A2430'/%3E%3Crect x='430' y='120' width='240' height='380' rx='20' fill='%23B98A58'/%3E%3Crect x='720' y='70' width='410' height='540' rx='28' fill='%233D5148'/%3E%3Crect x='1160' y='160' width='150' height='340' rx='22' fill='%235A4D59'/%3E%3C/g%3E%3Cg opacity='.18' stroke='%23F4EFE7' stroke-width='2'%3E%3Cpath d='M0 620H1400M0 680H1400M170 0V760M520 0V760M980 0V760M1250 0V760'/%3E%3C/g%3E%3C/svg%3E");
      background-size: cover;
      background-position: center;
      color: var(--paper);
      overflow: hidden;
    }

    .page-cover::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 92px;
      background: linear-gradient(180deg, rgba(244, 239, 231, 0), var(--paper));
      pointer-events: none;
    }

    .cover-grid {
      position: relative;
      z-index: 1;
      align-items: stretch;
      gap: 28px 0;
    }

    .cover-copy {
      max-width: 690px;
      padding-top: 18px;
    }

    .section-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--copper);
      font-weight: 800;
      font-size: 14px;
      margin-bottom: 14px;
    }

    .section-kicker::before {
      content: "";
      width: 36px;
      height: 2px;
      background: currentColor;
      border-radius: var(--pill);
    }

    h1,
    h2,
    h3,
    p {
      margin-top: 0;
    }

    h1 {
      margin-bottom: 18px;
      font-size: clamp(34px, 5vw, 58px);
      line-height: 1.08;
      font-weight: 800;
      letter-spacing: 0;
    }

    .cover-copy p {
      margin-bottom: 24px;
      max-width: 620px;
      color: rgba(244, 239, 231, .86);
      font-size: 18px;
    }

    .cover-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      align-items: center;
    }

    .btn-primary,
    .btn-secondary,
    .btn-dark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 22px;
      border-radius: var(--pill);
      font-weight: 800;
      border: 1px solid transparent;
      cursor: pointer;
    }

    .btn-primary {
      background: var(--wine);
      color: var(--paper);
      box-shadow: 0 12px 24px rgba(122, 36, 48, .2);
    }

    .btn-primary:hover {
      background: var(--wine-deep);
      color: var(--paper);
      transform: translateY(-2px);
    }

    .btn-secondary {
      color: var(--paper);
      border-color: rgba(244, 239, 231, .42);
      background: rgba(244, 239, 231, .08);
    }

    .btn-secondary:hover {
      background: rgba(244, 239, 231, .18);
      color: var(--paper);
      transform: translateY(-2px);
    }

    .btn-dark {
      background: var(--ink);
      color: var(--paper);
    }

    .btn-dark:hover {
      color: var(--paper);
      background: var(--wine);
      transform: translateY(-2px);
    }

    .cover-panel {
      padding: 20px;
      border-radius: var(--radius-lg);
      background: rgba(244, 239, 231, .92);
      color: var(--ink);
      border: 1px solid rgba(244, 239, 231, .72);
      box-shadow: 0 18px 54px rgba(0, 0, 0, .22);
    }

    .panel-head {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      align-items: flex-start;
      padding-bottom: 16px;
      border-bottom: 1px solid var(--line);
      margin-bottom: 16px;
    }

    .panel-head h2 {
      margin: 0;
      font-size: 22px;
      line-height: 1.25;
      font-weight: 800;
    }

    .status-dot {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      color: var(--green);
      font-weight: 800;
      white-space: nowrap;
      font-size: 13px;
    }

    .status-dot::before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--green);
      box-shadow: 0 0 0 5px rgba(61, 81, 72, .12);
    }

    .matrix {
      display: grid;
      gap: 12px;
    }

    .matrix-item {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 12px;
      align-items: center;
      padding: 14px;
      border: 1px solid rgba(23, 21, 20, .1);
      border-radius: 14px;
      background: var(--paper-soft);
      transition: var(--ease);
    }

    .matrix-item:hover {
      border-color: rgba(122, 36, 48, .35);
      transform: translateY(-2px);
      box-shadow: var(--shadow-soft);
    }

    .matrix-item strong {
      display: block;
      margin-bottom: 4px;
      font-size: 16px;
    }

    .matrix-item span {
      color: var(--muted);
      font-size: 14px;
    }

    .tag,
    .badge-soft {
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding: 0 10px;
      border-radius: var(--pill);
      font-weight: 800;
      font-size: 12px;
      white-space: nowrap;
    }

    .tag {
      color: var(--wine);
      background: rgba(122, 36, 48, .1);
    }

    .badge-soft {
      color: var(--green);
      background: rgba(61, 81, 72, .1);
    }

    main {
      position: relative;
      z-index: 2;
    }

    .section {
      padding: 92px 0;
    }

    .section.tight {
      padding-top: 68px;
    }

    .section-title {
      max-width: 760px;
      margin-bottom: 32px;
    }

    .section-title h2 {
      margin-bottom: 12px;
      font-size: clamp(28px, 3.2vw, 40px);
      line-height: 1.2;
      font-weight: 800;
      letter-spacing: 0;
    }

    .section-title p {
      color: var(--muted);
      font-size: 17px;
      margin-bottom: 0;
    }

    .content-flow {
      display: grid;
      gap: 18px;
    }

    .entry-row {
      display: grid;
      grid-template-columns: 88px 1fr auto;
      gap: 18px;
      align-items: center;
      padding: 22px;
      border: 1px solid rgba(23, 21, 20, .11);
      border-radius: var(--radius-md);
      background: rgba(251, 248, 242, .75);
      transition: var(--ease);
    }

    .entry-row:hover {
      background: var(--paper-soft);
      border-color: rgba(122, 36, 48, .3);
      transform: translateY(-2px);
      box-shadow: var(--shadow-soft);
    }

    .entry-index {
      font-variant-numeric: tabular-nums;
      color: rgba(23, 21, 20, .32);
      font-weight: 800;
      font-size: 34px;
      line-height: 1;
    }

    .entry-row h3 {
      margin-bottom: 6px;
      font-size: 21px;
      line-height: 1.28;
      font-weight: 800;
    }

    .entry-row p {
      margin-bottom: 10px;
      color: var(--muted);
      line-height: 1.65;
    }

    .entry-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .entry-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 16px;
      border-radius: var(--pill);
      border: 1px solid rgba(23, 21, 20, .16);
      font-weight: 800;
      color: var(--ink);
      white-space: nowrap;
    }

    .entry-link:hover {
      border-color: var(--wine);
      color: var(--wine);
      background: rgba(122, 36, 48, .06);
      transform: translateX(2px);
    }

    .feature-strip {
      display: grid;
      grid-template-columns: 1.2fr .8fr;
      gap: 20px;
      padding: 24px;
      border-radius: var(--radius-lg);
      background: var(--ink);
      color: var(--paper);
      overflow: hidden;
      position: relative;
    }

    .feature-strip::after {
      content: "";
      position: absolute;
      right: -80px;
      top: -90px;
      width: 280px;
      height: 280px;
      border-radius: 50%;
      border: 1px solid rgba(244, 239, 231, .16);
    }

    .feature-strip h3 {
      margin-bottom: 8px;
      font-size: 24px;
      font-weight: 800;
      line-height: 1.25;
    }

    .feature-strip p {
      margin: 0;
      color: rgba(244, 239, 231, .76);
    }

    .feature-meta {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
      position: relative;
      z-index: 1;
    }

    .feature-meta div {
      padding: 14px;
      border-radius: 14px;
      border: 1px solid rgba(244, 239, 231, .18);
      background: rgba(244, 239, 231, .08);
    }

    .feature-meta strong {
      display: block;
      color: var(--copper);
      font-size: 22px;
      font-variant-numeric: tabular-nums;
      line-height: 1.1;
    }

    .feature-meta span {
      color: rgba(244, 239, 231, .76);
      font-size: 13px;
    }

    .side-stack {
      display: grid;
      gap: 18px;
      position: sticky;
      top: 112px;
    }

    .side-block,
    .subscribe-block,
    .notice-block {
      padding: 22px;
      border-radius: var(--radius-md);
      border: 1px solid rgba(23, 21, 20, .12);
      background: rgba(251, 248, 242, .82);
      box-shadow: var(--shadow-soft);
    }

    .side-block h2,
    .subscribe-block h2,
    .notice-block h2 {
      margin-bottom: 12px;
      font-size: 22px;
      line-height: 1.28;
      font-weight: 800;
    }

    .side-block p,
    .subscribe-block p,
    .notice-block p {
      margin-bottom: 16px;
      color: var(--muted);
    }

    .rhythm-list {
      display: grid;
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .rhythm-list li {
      display: grid;
      grid-template-columns: 62px 1fr;
      gap: 12px;
      align-items: start;
      padding-bottom: 12px;
      border-bottom: 1px solid rgba(216, 208, 197, .86);
    }

    .rhythm-list li:last-child {
      padding-bottom: 0;
      border-bottom: 0;
    }

    .time {
      color: var(--wine);
      font-weight: 900;
      font-variant-numeric: tabular-nums;
    }

    .rhythm-list strong {
      display: block;
      margin-bottom: 2px;
      font-weight: 800;
    }

    .rhythm-list span {
      color: var(--muted);
      font-size: 14px;
    }

    .form-row {
      display: grid;
      gap: 12px;
    }

    .form-row input,
    .form-row select {
      height: 50px;
      margin: 0;
      border: 1px solid rgba(23, 21, 20, .16);
      border-radius: 12px;
      background: var(--white);
      box-shadow: none;
      color: var(--ink);
    }

    .form-row input:focus,
    .form-row select:focus {
      border-color: var(--wine);
      box-shadow: 0 0 0 4px rgba(122, 36, 48, .1);
    }

    .check-line {
      display: flex;
      align-items: flex-start;
      gap: 9px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.55;
    }

    .check-line input {
      width: 16px;
      height: 16px;
      margin-top: 4px;
      accent-color: var(--wine);
    }

    .notice-list {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .notice-list li {
      padding-left: 18px;
      position: relative;
      color: var(--muted);
    }

    .notice-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: .72em;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--copper);
    }

    .selected-grid {
      display: grid;
      grid-template-columns: 1.15fr .85fr;
      gap: 20px;
      align-items: stretch;
    }

    .large-pick,
    .small-pick {
      position: relative;
      overflow: hidden;
      border-radius: var(--radius-lg);
      border: 1px solid rgba(23, 21, 20, .12);
      background: var(--paper-soft);
      transition: var(--ease);
    }

    .large-pick:hover,
    .small-pick:hover {
      border-color: rgba(122, 36, 48, .32);
      transform: translateY(-2px);
      box-shadow: var(--shadow);
    }

    .pick-visual {
      min-height: 260px;
      aspect-ratio: 16 / 9;
      background:
        linear-gradient(135deg, rgba(122, 36, 48, .8), rgba(23, 21, 20, .78)),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='520' viewBox='0 0 900 520'%3E%3Crect width='900' height='520' fill='%23F4EFE7'/%3E%3Cg opacity='.55'%3E%3Crect x='60' y='70' width='230' height='320' rx='22' fill='%237A2430'/%3E%3Crect x='330' y='110' width='150' height='260' rx='18' fill='%23B98A58'/%3E%3Crect x='520' y='58' width='280' height='350' rx='24' fill='%233D5148'/%3E%3C/g%3E%3Cpath d='M0 438H900M90 0V520M720 0V520' stroke='%23171514' stroke-opacity='.16' stroke-width='2'/%3E%3C/svg%3E");
      background-size: cover;
      background-position: center;
    }

    .pick-body {
      padding: 24px;
    }

    .pick-body h3 {
      margin-bottom: 8px;
      font-size: 24px;
      font-weight: 800;
      line-height: 1.25;
    }

    .pick-body p {
      color: var(--muted);
      margin-bottom: 16px;
    }

    .small-pick {
      padding: 22px;
      display: grid;
      align-content: space-between;
      min-height: 210px;
    }

    .small-pick h3 {
      margin-bottom: 8px;
      font-size: 21px;
      font-weight: 800;
      line-height: 1.28;
    }

    .small-pick p {
      color: var(--muted);
      margin-bottom: 16px;
    }

    .small-picks {
      display: grid;
      gap: 20px;
    }

    .faq-section {
      background: var(--paper-soft);
      border-top: 1px solid rgba(216, 208, 197, .78);
      border-bottom: 1px solid rgba(216, 208, 197, .78);
    }

    .accordion {
      background: transparent;
    }

    .accordion-item {
      margin-bottom: 12px;
      border: 1px solid rgba(23, 21, 20, .12);
      border-radius: var(--radius-md);
      overflow: hidden;
      background: var(--paper);
    }

    .accordion-title {
      padding: 18px 52px 18px 20px;
      border: 0;
      color: var(--ink);
      font-weight: 800;
      font-size: 17px;
      line-height: 1.45;
      background: transparent;
    }

    .accordion-title:hover,
    .accordion-title:focus {
      color: var(--wine);
      background: rgba(216, 208, 197, .22);
    }

    .accordion-title::before {
      right: 20px;
      margin-top: -12px;
      font-size: 24px;
      color: var(--wine);
    }

    .accordion-content {
      padding: 0 20px 20px;
      border: 0;
      background: rgba(244, 239, 231, .7);
      color: var(--muted);
      line-height: 1.75;
    }

    .cta-band {
      padding: 74px 0;
      background: var(--ink);
      color: var(--paper);
    }

    .cta-inner {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 24px;
      align-items: center;
    }

    .cta-inner h2 {
      margin-bottom: 10px;
      font-size: clamp(28px, 3vw, 38px);
      line-height: 1.2;
      font-weight: 800;
    }

    .cta-inner p {
      margin: 0;
      max-width: 680px;
      color: rgba(244, 239, 231, .76);
    }

    .site-footer {
      padding: 58px 0 28px;
      background: #11100f;
      color: rgba(244, 239, 231, .78);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      padding-bottom: 34px;
      border-bottom: 1px solid rgba(244, 239, 231, .14);
    }

    .footer-brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 14px;
      color: var(--paper);
      font-size: 20px;
      font-weight: 900;
    }

    .footer-grid p {
      max-width: 520px;
      margin: 0;
      color: rgba(244, 239, 231, .68);
    }

    .footer-links {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
    }

    .footer-links h3 {
      margin-bottom: 12px;
      color: var(--paper);
      font-size: 16px;
      font-weight: 800;
    }

    .footer-links a,
    .footer-links span {
      display: block;
      margin-bottom: 8px;
      color: rgba(244, 239, 231, .64);
      font-size: 14px;
    }

    .footer-links a:hover {
      color: var(--copper);
    }

    .copyright {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      padding-top: 22px;
      color: rgba(244, 239, 231, .52);
      font-size: 13px;
    }

    @media screen and (max-width: 1023px) {
      .desktop-menu {
        display: none;
      }

      .nav-shell,
      .rl-container {
        width: min(100% - 36px, var(--container));
      }

      .page-cover {
        padding-top: 122px;
      }

      .cover-panel {
        margin-top: 12px;
      }

      .side-stack {
        position: static;
        margin-top: 24px;
      }

      .entry-row {
        grid-template-columns: 70px 1fr;
      }

      .entry-link {
        grid-column: 2;
        justify-self: start;
      }

      .selected-grid,
      .feature-strip,
      .cta-inner,
      .footer-grid {
        grid-template-columns: 1fr;
      }
    }

    @media screen and (max-width: 639px) {
      body {
        font-size: 15px;
      }

      .site-header {
        top: 12px;
      }

      .nav-shell {
        width: calc(100% - 24px);
        border-radius: 24px;
      }

      .brand {
        padding-left: 8px;
        font-size: 15px;
      }

      .age-chip,
      .nav-cta {
        display: none;
      }

      .page-cover {
        padding: 108px 0 54px;
      }

      .cover-copy p {
        font-size: 16px;
      }

      .cover-actions {
        align-items: stretch;
      }

      .btn-primary,
      .btn-secondary,
      .btn-dark {
        width: 100%;
      }

      .panel-head,
      .matrix-item {
        grid-template-columns: 1fr;
      }

      .section {
        padding: 62px 0;
      }

      .section.tight {
        padding-top: 54px;
      }

      .entry-row {
        grid-template-columns: 1fr;
        padding: 18px;
      }

      .entry-index {
        font-size: 28px;
      }

      .entry-link {
        grid-column: auto;
        width: 100%;
      }

      .feature-meta {
        grid-template-columns: 1fr;
      }

      .rhythm-list li {
        grid-template-columns: 54px 1fr;
      }

      .selected-grid {
        gap: 16px;
      }

      .pick-visual {
        min-height: 190px;
      }

      .pick-body,
      .small-pick,
      .side-block,
      .subscribe-block,
      .notice-block {
        padding: 18px;
      }

      .footer-links {
        grid-template-columns: 1fr;
      }

      .copyright {
        flex-direction: column;
      }
    }

/* roulang page: category1 */
:root {
      --ink: #171514;
      --ink-soft: #403936;
      --muted: #756d67;
      --paper: #f4efe7;
      --paper-strong: #fffaf2;
      --line: #d8d0c5;
      --line-dark: rgba(23, 21, 20, .14);
      --wine: #7a2430;
      --wine-dark: #5d1923;
      --copper: #b98a58;
      --green: #3d5148;
      --plum: #5a4d59;
      --white: #ffffff;
      --radius-sm: 10px;
      --radius-md: 16px;
      --radius-lg: 22px;
      --pill: 999px;
      --shadow: 0 12px 36px rgba(23, 21, 20, .08);
      --shadow-hover: 0 18px 48px rgba(23, 21, 20, .13);
      --container: 1180px;
      --nav-height: 74px;
      --ease: 180ms ease;
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      color: var(--ink);
      background:
        radial-gradient(circle at 12% 8%, rgba(185, 138, 88, .12), transparent 28%),
        linear-gradient(180deg, #f7f1e8 0%, var(--paper) 42%, #efe8de 100%);
      font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", "Source Han Sans SC", sans-serif;
      font-size: 16px;
      line-height: 1.72;
      letter-spacing: 0;
      text-rendering: optimizeLegibility;
    }

    a {
      color: inherit;
      text-decoration: none;
      transition: color var(--ease), background var(--ease), border-color var(--ease), transform var(--ease), box-shadow var(--ease);
    }

    img {
      display: block;
      max-width: 100%;
      height: auto;
      object-fit: cover;
    }

    button,
    input,
    select {
      font: inherit;
    }

    button {
      cursor: pointer;
    }

    input,
    select {
      width: 100%;
      min-height: 50px;
      border: 1px solid var(--line);
      border-radius: 12px;
      background: rgba(255, 250, 242, .86);
      color: var(--ink);
      padding: 0 16px;
      outline: none;
      transition: border-color var(--ease), box-shadow var(--ease), background var(--ease);
    }

    input:focus,
    select:focus {
      border-color: var(--wine);
      box-shadow: 0 0 0 4px rgba(122, 36, 48, .13);
      background: var(--paper-strong);
    }

    .rl-container {
      width: min(calc(100% - 48px), var(--container));
      margin-inline: auto;
    }

    .section {
      padding: 92px 0;
    }

    .section-tight {
      padding: 66px 0;
    }

    .site-header {
      position: fixed;
      inset: 20px 0 auto 0;
      z-index: 80;
      pointer-events: none;
    }

    .nav-shell {
      width: min(calc(100% - 48px), var(--container));
      margin-inline: auto;
      border: 1px solid rgba(216, 208, 197, .72);
      border-radius: var(--pill);
      background: rgba(244, 239, 231, .82);
      box-shadow: 0 16px 40px rgba(23, 21, 20, .12);
      backdrop-filter: blur(18px);
      pointer-events: auto;
      overflow: hidden;
    }

    .top-bar {
      min-height: var(--nav-height);
      padding: 0 18px 0 20px;
      background: transparent;
    }

    .top-bar ul {
      background: transparent;
    }

    .menu {
      gap: 10px;
    }

    .brand,
    .footer-brand {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: var(--ink);
      font-weight: 800;
      white-space: nowrap;
    }

    .brand {
      min-height: 48px;
      padding-right: 12px;
      font-size: 18px;
    }

    .brand-mark {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background:
        linear-gradient(135deg, var(--wine) 0 50%, var(--copper) 50% 100%);
      box-shadow: inset 0 0 0 5px rgba(255, 250, 242, .65), 0 6px 16px rgba(122, 36, 48, .22);
      flex: 0 0 auto;
    }

    .desktop-menu {
      display: inline-flex;
      align-items: center;
      gap: 4px;
    }

    .desktop-menu a,
    .mobile-menu a {
      border-radius: var(--pill);
      color: var(--ink-soft);
      font-size: 14px;
      font-weight: 700;
    }

    .desktop-menu a {
      padding: 11px 15px;
    }

    .desktop-menu a:hover,
    .desktop-menu a.active,
    .mobile-menu a:hover,
    .mobile-menu a.active {
      color: var(--paper-strong);
      background: var(--ink);
    }

    .nav-actions {
      display: inline-flex;
      align-items: center;
      gap: 10px;
    }

    .age-chip,
    .tag,
    .status,
    .badge {
      display: inline-flex;
      align-items: center;
      width: fit-content;
      min-height: 28px;
      border-radius: var(--pill);
      border: 1px solid rgba(122, 36, 48, .18);
      color: var(--wine);
      background: rgba(255, 250, 242, .72);
      padding: 5px 10px;
      font-size: 12px;
      font-weight: 800;
      line-height: 1.2;
      white-space: nowrap;
    }

    .nav-cta,
    .btn-primary,
    .button.btn-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      border: 1px solid var(--wine);
      border-radius: var(--pill);
      background: var(--wine);
      color: var(--paper-strong);
      padding: 0 20px;
      font-weight: 800;
      line-height: 1;
      box-shadow: 0 10px 24px rgba(122, 36, 48, .18);
      transition: transform var(--ease), box-shadow var(--ease), background var(--ease), border-color var(--ease);
    }

    .nav-cta:hover,
    .btn-primary:hover,
    .button.btn-primary:hover {
      background: var(--wine-dark);
      border-color: var(--wine-dark);
      color: var(--paper-strong);
      transform: translateY(-2px);
      box-shadow: 0 14px 30px rgba(122, 36, 48, .25);
    }

    .btn-secondary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      border: 1px solid var(--line-dark);
      border-radius: var(--pill);
      background: rgba(255, 250, 242, .56);
      color: var(--ink);
      padding: 0 18px;
      font-weight: 800;
    }

    .btn-secondary:hover {
      background: rgba(216, 208, 197, .42);
      border-color: rgba(23, 21, 20, .22);
      color: var(--ink);
      transform: translateY(-2px);
    }

    .nav-cta:focus-visible,
    .btn-primary:focus-visible,
    .btn-secondary:focus-visible,
    .desktop-menu a:focus-visible,
    .mobile-menu a:focus-visible,
    .brand:focus-visible,
    .filter-chip:focus-visible,
    .entry-button:focus-visible {
      outline: 3px solid rgba(185, 138, 88, .6);
      outline-offset: 3px;
    }

    .menu-icon {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: rgba(23, 21, 20, .08);
    }

    .menu-icon::after {
      background: var(--ink);
      box-shadow: 0 7px 0 var(--ink), 0 14px 0 var(--ink);
      left: 12px;
      width: 20px;
    }

    .mobile-menu {
      display: none;
      padding: 0 14px 16px;
      border-top: 1px solid rgba(216, 208, 197, .7);
    }

    .mobile-menu.is-open {
      display: grid;
      gap: 8px;
    }

    .mobile-menu a {
      min-height: 44px;
      display: flex;
      align-items: center;
      padding: 0 16px;
    }

    .category-cover {
      position: relative;
      min-height: 560px;
      padding: 134px 0 54px;
      color: var(--paper-strong);
      overflow: hidden;
      background:
        linear-gradient(90deg, rgba(23, 21, 20, .88) 0%, rgba(23, 21, 20, .7) 48%, rgba(23, 21, 20, .42) 100%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1400' height='760' viewBox='0 0 1400 760'%3E%3Crect width='1400' height='760' fill='%23171514'/%3E%3Cg opacity='.42'%3E%3Crect x='76' y='88' width='330' height='470' rx='28' fill='%237a2430'/%3E%3Crect x='448' y='120' width='250' height='350' rx='20' fill='%23b98a58'/%3E%3Crect x='740' y='70' width='430' height='530' rx='32' fill='%233d5148'/%3E%3Crect x='1030' y='190' width='260' height='380' rx='26' fill='%235a4d59'/%3E%3C/g%3E%3Cg opacity='.22' stroke='%23f4efe7' stroke-width='2'%3E%3Cpath d='M0 620 C230 540 400 688 650 592 S1040 490 1400 560' fill='none'/%3E%3Cpath d='M0 130 C300 200 460 70 710 160 S1110 260 1400 156' fill='none'/%3E%3C/g%3E%3Cg opacity='.09'%3E%3Ccircle cx='1120' cy='120' r='180' fill='%23f4efe7'/%3E%3Ccircle cx='260' cy='650' r='220' fill='%23f4efe7'/%3E%3C/g%3E%3C/svg%3E") center/cover;
    }

    .category-cover::after {
      content: "";
      position: absolute;
      inset: 0;
      background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
      background-size: 100% 6px;
      opacity: .45;
      pointer-events: none;
    }

    .cover-content {
      position: relative;
      z-index: 1;
    }

    .cover-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 34px;
      padding: 6px 12px;
      border: 1px solid rgba(244, 239, 231, .28);
      border-radius: var(--pill);
      background: rgba(244, 239, 231, .1);
      color: #f4efe7;
      font-size: 13px;
      font-weight: 800;
      backdrop-filter: blur(8px);
    }

    .promo-stamp {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 92px;
      height: 92px;
      border-radius: 50%;
      border: 2px solid rgba(244, 239, 231, .72);
      background: var(--copper);
      color: var(--ink);
      font-size: 15px;
      font-weight: 900;
      line-height: 1.25;
      text-align: center;
      transform: rotate(-10deg);
      box-shadow: 0 18px 40px rgba(0, 0, 0, .2);
    }

    h1,
    h2,
    h3,
    p {
      margin-top: 0;
    }

    h1 {
      max-width: 780px;
      margin: 22px 0 18px;
      font-size: clamp(36px, 5vw, 60px);
      line-height: 1.08;
      font-weight: 900;
      letter-spacing: 0;
    }

    .cover-lead {
      max-width: 720px;
      margin-bottom: 28px;
      color: rgba(255, 250, 242, .82);
      font-size: 18px;
      line-height: 1.8;
    }

    .cover-actions {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 12px;
    }

    .cover-panel {
      position: relative;
      z-index: 1;
      margin-top: 26px;
      border: 1px solid rgba(244, 239, 231, .2);
      border-radius: var(--radius-lg);
      background: rgba(244, 239, 231, .1);
      backdrop-filter: blur(12px);
      overflow: hidden;
    }

    .cover-panel .cell {
      padding: 22px;
      border-right: 1px solid rgba(244, 239, 231, .14);
    }

    .cover-panel .cell:last-child {
      border-right: 0;
    }

    .metric-label {
      display: block;
      margin-bottom: 6px;
      color: rgba(255, 250, 242, .66);
      font-size: 13px;
      font-weight: 700;
    }

    .metric-value {
      display: block;
      color: var(--paper-strong);
      font-size: 24px;
      font-weight: 900;
      font-variant-numeric: tabular-nums;
      line-height: 1.2;
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 24px;
      margin-bottom: 28px;
    }

    .section-title {
      margin-bottom: 8px;
      font-size: clamp(28px, 3.2vw, 40px);
      line-height: 1.18;
      font-weight: 900;
    }

    .section-desc {
      max-width: 720px;
      margin-bottom: 0;
      color: var(--muted);
      font-size: 17px;
    }

    .filter-bar {
      position: sticky;
      top: 108px;
      z-index: 20;
      margin-top: -34px;
      border: 1px solid var(--line-dark);
      border-radius: var(--radius-lg);
      background: rgba(255, 250, 242, .9);
      box-shadow: var(--shadow);
      backdrop-filter: blur(16px);
      padding: 16px;
    }

    .filter-row {
      display: flex;
      align-items: center;
      gap: 12px;
      overflow-x: auto;
      padding-bottom: 2px;
      scrollbar-width: thin;
    }

    .filter-label {
      flex: 0 0 auto;
      color: var(--muted);
      font-size: 13px;
      font-weight: 900;
    }

    .filter-chip {
      flex: 0 0 auto;
      min-height: 40px;
      border: 1px solid var(--line);
      border-radius: var(--pill);
      background: var(--paper-strong);
      color: var(--ink-soft);
      padding: 0 15px;
      font-size: 14px;
      font-weight: 800;
      transition: transform var(--ease), background var(--ease), color var(--ease), border-color var(--ease);
    }

    .filter-chip:hover,
    .filter-chip.is-active {
      background: var(--ink);
      color: var(--paper-strong);
      border-color: var(--ink);
      transform: translateY(-1px);
    }

    .directory {
      display: grid;
      gap: 16px;
    }

    .directory-item {
      display: grid;
      grid-template-columns: 112px minmax(0, 1fr) auto;
      align-items: center;
      gap: 22px;
      min-height: 142px;
      padding: 22px;
      border: 1px solid var(--line-dark);
      border-radius: var(--radius-md);
      background: rgba(255, 250, 242, .72);
      box-shadow: 0 8px 24px rgba(23, 21, 20, .04);
      transition: transform var(--ease), box-shadow var(--ease), background var(--ease), border-color var(--ease);
    }

    .directory-item:hover {
      transform: translateY(-2px);
      background: #fbf6ee;
      border-color: rgba(122, 36, 48, .28);
      box-shadow: var(--shadow);
    }

    .dir-no {
      position: relative;
      color: rgba(23, 21, 20, .24);
      font-size: 46px;
      font-weight: 900;
      line-height: 1;
      font-variant-numeric: tabular-nums;
    }

    .dir-no::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -16px;
      width: 54px;
      height: 3px;
      border-radius: var(--pill);
      background: var(--line);
      transition: background var(--ease), width var(--ease);
    }

    .directory-item:hover .dir-no::after {
      width: 78px;
      background: var(--wine);
    }

    .dir-title {
      margin-bottom: 8px;
      font-size: 22px;
      line-height: 1.35;
      font-weight: 900;
    }

    .dir-summary {
      margin-bottom: 12px;
      color: var(--muted);
      line-height: 1.7;
    }

    .tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
    }

    .tag.green {
      color: var(--green);
      border-color: rgba(61, 81, 72, .2);
    }

    .tag.plum {
      color: var(--plum);
      border-color: rgba(90, 77, 89, .2);
    }

    .entry-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 112px;
      min-height: 44px;
      border: 1px solid var(--line-dark);
      border-radius: var(--pill);
      background: transparent;
      color: var(--ink);
      font-weight: 900;
      white-space: nowrap;
    }

    .entry-button::after {
      content: "›";
      margin-left: 8px;
      color: var(--wine);
      font-size: 20px;
      line-height: 1;
      transition: transform var(--ease);
    }

    .entry-button:hover {
      border-color: var(--wine);
      background: rgba(122, 36, 48, .06);
      color: var(--wine);
    }

    .entry-button:hover::after {
      transform: translateX(4px);
    }

    .highlight-strip {
      display: grid;
      grid-template-columns: 1.2fr .8fr;
      gap: 24px;
      align-items: center;
      padding: 28px;
      border-radius: var(--radius-lg);
      border: 1px solid rgba(122, 36, 48, .22);
      background:
        linear-gradient(135deg, rgba(122, 36, 48, .94), rgba(23, 21, 20, .92)),
        linear-gradient(90deg, transparent, rgba(185, 138, 88, .2));
      color: var(--paper-strong);
      overflow: hidden;
    }

    .highlight-strip h3 {
      margin-bottom: 8px;
      font-size: 26px;
      font-weight: 900;
    }

    .highlight-strip p {
      margin-bottom: 0;
      color: rgba(255, 250, 242, .76);
    }

    .highlight-meta {
      display: grid;
      gap: 10px;
    }

    .highlight-meta span {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      border-bottom: 1px solid rgba(244, 239, 231, .18);
      padding-bottom: 10px;
      color: rgba(255, 250, 242, .86);
      font-weight: 800;
    }

    .more-panel,
    .subscribe-panel,
    .notice-panel {
      border: 1px solid var(--line-dark);
      border-radius: var(--radius-lg);
      background: rgba(255, 250, 242, .78);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .more-panel {
      padding: 30px;
    }

    .more-grid {
      display: grid;
      grid-template-columns: 1.25fr .75fr;
      gap: 24px;
      align-items: stretch;
    }

    .mini-list {
      display: grid;
      gap: 12px;
    }

    .mini-entry {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      min-height: 70px;
      border: 1px solid var(--line);
      border-radius: 14px;
      background: var(--paper-strong);
      padding: 15px 16px;
      transition: transform var(--ease), border-color var(--ease), background var(--ease);
    }

    .mini-entry:hover {
      transform: translateY(-2px);
      border-color: rgba(122, 36, 48, .28);
      background: #fffdf7;
    }

    .mini-entry strong {
      display: block;
      font-size: 16px;
      line-height: 1.35;
    }

    .mini-entry small {
      color: var(--muted);
      font-weight: 700;
    }

    .subscribe-panel {
      padding: 28px;
      background:
        linear-gradient(180deg, rgba(255, 250, 242, .88), rgba(244, 239, 231, .92));
    }

    .subscribe-form {
      display: grid;
      grid-template-columns: 1fr 220px auto;
      gap: 12px;
      align-items: center;
      margin-top: 20px;
    }

    .check-row {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-top: 14px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.6;
    }

    .check-row input {
      width: 18px;
      min-height: 18px;
      height: 18px;
      margin-top: 4px;
      accent-color: var(--wine);
      flex: 0 0 auto;
    }

    .notice-panel {
      padding: 26px;
      background: rgba(23, 21, 20, .94);
      color: var(--paper-strong);
    }

    .notice-panel h2,
    .notice-panel h3 {
      color: var(--paper-strong);
    }

    .notice-panel p {
      color: rgba(255, 250, 242, .72);
    }

    .rule-list {
      display: grid;
      gap: 12px;
      margin: 20px 0 0;
      padding: 0;
      list-style: none;
    }

    .rule-list li {
      position: relative;
      padding-left: 24px;
      color: rgba(255, 250, 242, .82);
    }

    .rule-list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: .72em;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--copper);
    }

    .accordion {
      margin: 0;
      background: transparent;
    }

    .accordion-item {
      margin-bottom: 12px;
      border: 1px solid var(--line-dark);
      border-radius: var(--radius-md);
      overflow: hidden;
      background: rgba(255, 250, 242, .74);
      box-shadow: 0 8px 20px rgba(23, 21, 20, .035);
    }

    .accordion-title {
      border: 0;
      color: var(--ink);
      padding: 20px 52px 20px 22px;
      font-size: 17px;
      font-weight: 900;
      line-height: 1.45;
    }

    .accordion-title:hover,
    .accordion-title:focus {
      background: rgba(216, 208, 197, .28);
      color: var(--wine);
    }

    .accordion-title::before {
      right: 22px;
      margin-top: -10px;
      color: var(--wine);
      font-size: 24px;
    }

    .accordion-content {
      border: 0;
      border-top: 1px solid var(--line);
      background: rgba(255, 250, 242, .62);
      color: var(--muted);
      padding: 18px 22px 22px;
      line-height: 1.8;
    }

    .site-footer {
      padding: 64px 0 28px;
      background: #171514;
      color: rgba(255, 250, 242, .78);
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 52px;
      padding-bottom: 34px;
      border-bottom: 1px solid rgba(244, 239, 231, .14);
    }

    .footer-brand {
      color: var(--paper-strong);
      margin-bottom: 14px;
      font-size: 20px;
    }

    .site-footer p {
      max-width: 520px;
      margin-bottom: 0;
      color: rgba(255, 250, 242, .66);
    }

    .footer-links {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 32px;
    }

    .footer-links h3 {
      margin-bottom: 14px;
      color: var(--paper-strong);
      font-size: 16px;
      font-weight: 900;
    }

    .footer-links a,
    .footer-links span {
      display: block;
      margin-bottom: 9px;
      color: rgba(255, 250, 242, .66);
      font-size: 14px;
    }

    .footer-links a:hover {
      color: var(--paper-strong);
      transform: translateX(3px);
    }

    .copyright {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      padding-top: 22px;
      color: rgba(255, 250, 242, .52);
      font-size: 13px;
    }

    @media screen and (max-width: 1023px) {
      .desktop-menu {
        display: none;
      }

      .nav-shell {
        border-radius: 28px;
      }

      .category-cover {
        min-height: auto;
        padding-top: 124px;
      }

      .filter-bar {
        top: 104px;
      }

      .directory-item {
        grid-template-columns: 84px minmax(0, 1fr);
      }

      .directory-item .entry-button {
        grid-column: 2;
        justify-self: start;
      }

      .highlight-strip,
      .more-grid {
        grid-template-columns: 1fr;
      }

      .subscribe-form {
        grid-template-columns: 1fr;
      }

      .footer-grid {
        grid-template-columns: 1fr;
      }
    }

    @media screen and (max-width: 639px) {
      :root {
        --nav-height: 64px;
      }

      .rl-container {
        width: min(calc(100% - 36px), var(--container));
      }

      .site-header {
        inset-top: 14px;
      }

      .nav-shell {
        width: min(calc(100% - 28px), var(--container));
      }

      .top-bar {
        padding: 0 12px 0 14px;
      }

      .brand {
        font-size: 16px;
        max-width: 190px;
      }

      .age-chip,
      .nav-cta {
        display: none;
      }

      .category-cover {
        padding: 108px 0 42px;
      }

      .promo-stamp {
        width: 76px;
        height: 76px;
        font-size: 13px;
        margin-top: 18px;
      }

      h1 {
        font-size: 36px;
      }

      .cover-lead {
        font-size: 16px;
      }

      .cover-panel .cell {
        border-right: 0;
        border-bottom: 1px solid rgba(244, 239, 231, .14);
      }

      .cover-panel .cell:last-child {
        border-bottom: 0;
      }

      .section,
      .section-tight {
        padding: 58px 0;
      }

      .section-head {
        display: block;
      }

      .filter-bar {
        margin-top: -22px;
        padding: 12px;
        border-radius: 18px;
      }

      .directory-item {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 20px;
      }

      .dir-no {
        font-size: 34px;
      }

      .dir-no::after {
        bottom: -8px;
      }

      .directory-item .entry-button {
        grid-column: auto;
      }

      .highlight-strip {
        padding: 22px;
      }

      .more-panel,
      .subscribe-panel,
      .notice-panel {
        padding: 22px;
      }

      .mini-entry {
        align-items: flex-start;
        flex-direction: column;
      }

      .footer-links,
      .copyright {
        grid-template-columns: 1fr;
        display: grid;
      }
    }
