/* roulang page: index */
:root {
      --ink: #252525;
      --muted: #716f6a;
      --paper: #f5f3ef;
      --paper-deep: #ebe7df;
      --white: #fffdfa;
      --line: #d9d4ca;
      --sage: #68776b;
      --sage-deep: #3f5145;
      --rose: #b47668;
      --rose-deep: #8d554d;
      --gold: #b3925e;
      --radius-sm: 10px;
      --radius-md: 16px;
      --radius-lg: 26px;
      --shadow: 0 16px 42px rgba(44, 43, 38, .09);
      --container: 1240px;
    }

    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
      font-size: 16px;
      line-height: 1.75;
      overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
    img { display: block; width: 100%; height: auto; }
    button, input, textarea { font: inherit; }
    button { cursor: pointer; }
    :focus-visible { outline: 3px solid rgba(180, 118, 104, .45); outline-offset: 3px; }
    .container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      color: var(--rose-deep);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .08em;
    }
    .eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--rose); }
    .section { padding: 112px 0; }
    .section-head { max-width: 720px; margin-bottom: 48px; }
    .section-head h2 { margin: 12px 0 16px; font-size: clamp(30px, 4vw, 50px); line-height: 1.2; font-weight: 650; letter-spacing: 0; }
    .section-head p { margin: 0; color: var(--muted); max-width: 650px; }
    .button {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      gap: 9px;
      min-height: 48px;
      padding: 0 22px;
      border: 1px solid transparent;
      border-radius: 999px;
      font-weight: 700;
      line-height: 1;
      transition: .25s ease;
    }
    .button.primary { color: var(--white); background: var(--rose-deep); box-shadow: 0 9px 20px rgba(141, 85, 77, .19); }
    .button.primary:hover { color: var(--white); background: #713e39; transform: translateY(-2px); box-shadow: 0 13px 25px rgba(141, 85, 77, .25); }
    .button.secondary { color: var(--sage-deep); background: transparent; border-color: var(--sage); }
    .button.secondary:hover { color: var(--white); background: var(--sage-deep); transform: translateY(-2px); }
    .button.light { color: var(--ink); background: var(--white); }
    .button.light:hover { background: var(--paper-deep); transform: translateY(-2px); }
    .tag {
      display: inline-block;
      padding: 4px 10px;
      color: var(--sage-deep);
      border: 1px solid rgba(63, 81, 69, .26);
      border-radius: 999px;
      font-size: 12px;
      line-height: 1.4;
      background: rgba(255, 253, 250, .45);
    }

    .site-header { position: absolute; z-index: 10; top: 24px; left: 0; width: 100%; }
    .dock {
      display: flex;
      align-items: center;
      gap: 8px;
      min-height: 70px;
      padding: 9px 12px 9px 20px;
      border: 1px solid rgba(255,255,255,.34);
      border-radius: 999px;
      color: var(--white);
      background: rgba(35, 38, 34, .72);
      box-shadow: 0 12px 35px rgba(20, 22, 20, .18);
      backdrop-filter: blur(12px);
    }
    .brand { display: inline-flex; align-items: center; gap: 11px; min-width: 270px; font-weight: 700; line-height: 1.25; }
    .brand-mark { display: grid; place-items: center; width: 36px; height: 36px; color: var(--white); background: var(--rose); border-radius: 12px; font-size: 16px; }
    .brand-name { max-width: 210px; font-size: 14px; }
    .dock-links { display: flex; align-items: center; gap: 4px; margin-left: auto; }
    .dock-links a { padding: 10px 13px; border-radius: 999px; color: rgba(255,255,255,.76); font-size: 14px; white-space: nowrap; }
    .dock-links a:hover, .dock-links a.active { color: var(--white); background: rgba(255,255,255,.13); }
    .nav-cta { margin-left: 8px; min-height: 44px; padding: 0 18px; color: var(--ink); background: var(--white); font-size: 13px; }
    .nav-cta:hover { color: var(--ink); background: #eee6d9; }

    .hero {
      position: relative;
      min-height: 790px;
      display: flex;
      align-items: flex-end;
      padding: 170px 0 82px;
      color: var(--white);
      background:
        linear-gradient(90deg, rgba(27,31,27,.92) 0%, rgba(27,31,27,.7) 39%, rgba(27,31,27,.18) 100%),
        url("https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?auto=format&fit=crop&w=1900&q=88") center/cover;
    }
    .hero::after { content: ""; position: absolute; inset: auto 0 0; height: 150px; background: linear-gradient(transparent, rgba(245,243,239,.98)); }
    .hero-content { position: relative; z-index: 1; max-width: 760px; }
    .hero .eyebrow { color: #ead0c9; }
    .hero .eyebrow::before { background: #d99b8d; }
    .hero h1 { margin: 18px 0 20px; max-width: 760px; font-size: clamp(42px, 7vw, 86px); line-height: 1.08; font-weight: 650; letter-spacing: 0; }
    .hero p { max-width: 680px; margin: 0 0 30px; color: rgba(255,255,255,.8); font-size: 18px; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
    .hero-note { margin-top: 23px; color: rgba(255,255,255,.62); font-size: 13px; }
    .hero-stats { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }
    .stat-pill { padding: 13px 17px; border: 1px solid rgba(255,255,255,.23); border-radius: 14px; background: rgba(255,255,255,.09); }
    .stat-pill strong { display: block; font-size: 22px; line-height: 1.1; }
    .stat-pill span { color: rgba(255,255,255,.64); font-size: 12px; }

    .directory { position: relative; z-index: 2; margin-top: -35px; }
    .directory-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; align-items: stretch; }
    .directory-feature, .directory-side { min-height: 390px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
    .directory-feature { position: relative; color: var(--white); background: url("https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=1200&q=85") center/cover; }
    .directory-feature::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(28,31,27,.86), rgba(28,31,27,.08)); }
    .feature-copy { position: absolute; right: 34px; bottom: 28px; left: 34px; }
    .feature-copy h3 { margin: 10px 0; font-size: 30px; line-height: 1.25; }
    .feature-copy p { margin: 0 0 19px; color: rgba(255,255,255,.75); }
    .directory-side { display: flex; flex-direction: column; justify-content: space-between; padding: 34px; background: var(--white); border: 1px solid var(--line); }
    .directory-side h3 { margin: 12px 0; font-size: 28px; line-height: 1.3; }
    .directory-side p { color: var(--muted); }
    .index-list { margin: 20px 0 0; padding: 0; list-style: none; }
    .index-list li { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-top: 1px solid var(--line); color: var(--sage-deep); }
    .index-list span:last-child { color: var(--rose-deep); font-size: 13px; }

    .rhythm { background: var(--white); }
    .rhythm-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .rhythm-item { min-height: 235px; padding: 30px 32px; border-right: 1px solid var(--line); }
    .rhythm-item:last-child { border-right: 0; }
    .rhythm-number { color: var(--rose); font: 700 42px/1 Georgia, serif; }
    .rhythm-item h3 { margin: 18px 0 8px; font-size: 21px; }
    .rhythm-item p { margin: 0 0 18px; color: var(--muted); font-size: 14px; }

    .scene { background: var(--paper-deep); }
    .scene-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 64px; align-items: center; }
    .scene-copy h2 { margin: 12px 0 17px; font-size: clamp(32px, 4vw, 52px); line-height: 1.2; }
    .scene-copy p { color: var(--muted); }
    .filter-demo { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); }
    .filter-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 20px; }
    .filter-top strong { font-size: 18px; }
    .search-box { display: flex; gap: 8px; margin-bottom: 18px; }
    .search-box input { min-width: 0; height: 46px; flex: 1; padding: 0 15px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: var(--paper); box-shadow: none; }
    .search-box input:focus { border-color: var(--sage); box-shadow: 0 0 0 3px rgba(104,119,107,.15); }
    .search-submit { width: 48px; padding: 0; color: var(--white); border: 0; border-radius: 10px; background: var(--sage-deep); }
    .search-submit:hover { background: var(--rose-deep); }
    .filter-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
    .filter-tag { padding: 7px 13px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: var(--paper); font-size: 13px; }
    .filter-tag:hover, .filter-tag.active { color: var(--white); border-color: var(--sage-deep); background: var(--sage-deep); }
    .preview-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 10px; }
    .preview { position: relative; min-height: 150px; overflow: hidden; border-radius: 12px; background-position: center; background-size: cover; }
    .preview:first-child { min-height: 230px; grid-row: span 2; background-image: url("https://images.unsplash.com/photo-1519710164239-da123dc03ef4?auto=format&fit=crop&w=700&q=80"); }
    .preview:nth-child(2) { background-image: url("https://images.unsplash.com/photo-1617104678098-de229db51175?auto=format&fit=crop&w=500&q=80"); }
    .preview:nth-child(3) { background-image: url("https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?auto=format&fit=crop&w=500&q=80"); }
    .preview:nth-child(4) { background-image: url("https://images.unsplash.com/photo-1618220179428-22790b461013?auto=format&fit=crop&w=500&q=80"); }
    .preview::after { content: "成年确认后查看"; position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.9); background: rgba(35,38,34,.52); font-size: 12px; }

    .signals { background: var(--sage-deep); color: var(--white); }
    .signals .section-head p { color: rgba(255,255,255,.65); }
    .signal-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
    .signal { padding: 28px 25px; border-right: 1px solid rgba(255,255,255,.2); }
    .signal:last-child { border-right: 0; }
    .signal strong { display: block; margin-bottom: 7px; color: #f0c9bd; font-size: 34px; line-height: 1.1; }
    .signal span { color: rgba(255,255,255,.68); font-size: 14px; }

    .updates { background: var(--white); }
    .updates-layout { display: grid; grid-template-columns: 1fr .72fr; gap: 70px; }
    .update-list { border-top: 1px solid var(--line); }
    .update-item { display: flex; align-items: center; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
    .update-date { flex: 0 0 78px; color: var(--rose-deep); font-size: 13px; }
    .update-item h3 { margin: 0 0 5px; font-size: 18px; line-height: 1.4; }
    .update-item p { margin: 0; color: var(--muted); font-size: 14px; }
    .update-arrow { margin-left: auto; color: var(--rose-deep); font-size: 22px; }
    .editor-note { align-self: start; padding: 30px; border-left: 3px solid var(--rose); background: var(--paper); }
    .editor-note h3 { margin: 0 0 12px; font-size: 24px; }
    .editor-note p { margin: 0 0 21px; color: var(--muted); }

    .faq { background: var(--paper); }
    .faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
    .faq-intro p { color: var(--muted); }
    .accordion { margin: 0; border: 0; background: transparent; }
    .accordion-item { border-top: 1px solid var(--line); background: transparent; }
    .accordion-title { padding: 22px 40px 22px 0; color: var(--ink); border: 0; background: transparent; font-weight: 700; }
    .accordion-title:hover { color: var(--rose-deep); background: transparent; }
    .accordion-title::before { right: 4px; color: var(--rose-deep); }
    .accordion-content { padding: 0 40px 23px 0; border: 0; color: var(--muted); background: transparent; }

    .cta-section { padding: 92px 0; color: var(--white); background: var(--rose-deep); }
    .cta-wrap { display: flex; justify-content: space-between; align-items: center; gap: 35px; }
    .cta-wrap h2 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 48px); line-height: 1.2; }
    .cta-wrap p { max-width: 650px; margin: 0; color: rgba(255,255,255,.75); }
    .cta-actions { display: flex; flex-wrap: wrap; gap: 11px; flex-shrink: 0; }

    .site-footer { padding: 60px 0 105px; background: #292d29; color: var(--white); }
    .footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 45px; }
    .footer-brand p { max-width: 330px; margin: 18px 0 0; color: rgba(255,255,255,.55); font-size: 14px; }
    .site-footer h3 { margin: 0 0 18px; color: #ead0c9; font-size: 15px; }
    .footer-links { display: grid; gap: 10px; }
    .footer-links a { color: rgba(255,255,255,.62); font-size: 14px; }
    .footer-links a:hover { color: var(--white); }
    .footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.45); font-size: 12px; }

    .floating-bar { position: fixed; z-index: 20; right: 22px; bottom: 20px; left: 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; max-width: 1050px; margin: auto; padding: 12px 15px 12px 20px; border: 1px solid rgba(255,255,255,.3); border-radius: 18px; color: var(--white); background: rgba(42,46,42,.94); box-shadow: 0 14px 35px rgba(0,0,0,.2); }
    .floating-bar strong { display: block; font-size: 14px; }
    .floating-bar span { color: rgba(255,255,255,.6); font-size: 12px; }
    .floating-actions { display: flex; align-items: center; gap: 8px; }
    .close-bar { width: 35px; height: 35px; padding: 0; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--white); background: transparent; }
    .close-bar:hover { background: rgba(255,255,255,.12); }

    .age-overlay { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 22px; background: rgba(26,29,26,.76); }
    .age-dialog { width: min(490px, 100%); padding: 38px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 25px 80px rgba(0,0,0,.25); text-align: center; }
    .age-dialog .brand-mark { margin: 0 auto 18px; }
    .age-dialog h2 { margin: 0 0 12px; font-size: 29px; }
    .age-dialog p { margin: 0 0 25px; color: var(--muted); font-size: 14px; }
    .age-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
    .age-overlay.is-hidden { display: none; }

    @media (max-width: 1024px) {
      .brand { min-width: 220px; }
      .dock-links a { padding: 9px 8px; }
      .directory-layout, .scene-layout, .updates-layout { gap: 35px; }
      .faq-layout { gap: 45px; }
    }
    @media (max-width: 768px) {
      .container { width: min(var(--container), calc(100% - 40px)); }
      .site-header { top: 14px; }
      .dock { min-height: 60px; padding-left: 14px; overflow-x: auto; }
      .brand { min-width: 205px; }
      .brand-name { font-size: 12px; max-width: 160px; }
      .brand-mark { width: 32px; height: 32px; }
      .dock-links { margin-left: 0; }
      .dock-links a { font-size: 12px; }
      .nav-cta { display: none; }
      .hero { min-height: 720px; padding: 145px 0 70px; }
      .hero h1 { font-size: clamp(39px, 11vw, 68px); }
      .hero p { font-size: 16px; }
      .section { padding: 78px 0; }
      .directory-layout, .scene-layout, .updates-layout, .faq-layout { grid-template-columns: 1fr; }
      .directory-feature, .directory-side { min-height: 350px; }
      .rhythm-grid { grid-template-columns: 1fr; }
      .rhythm-item { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
      .rhythm-item:last-child { border-bottom: 0; }
      .signal-row { grid-template-columns: repeat(2, 1fr); }
      .signal:nth-child(2) { border-right: 0; }
      .signal:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.2); }
      .cta-wrap { align-items: flex-start; flex-direction: column; }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    }
    @media (max-width: 520px) {
      .hero-actions, .hero-actions .button { width: 100%; }
      .hero-actions .button { min-height: 50px; }
      .hero-stats { gap: 8px; }
      .stat-pill { flex: 1; min-width: 130px; padding: 11px; }
      .directory-feature, .directory-side { min-height: 330px; }
      .feature-copy { right: 22px; bottom: 22px; left: 22px; }
      .filter-demo { padding: 18px; }
      .preview-grid { grid-template-columns: 1fr 1fr; }
      .preview:first-child { min-height: 190px; grid-row: auto; grid-column: span 2; }
      .preview { min-height: 120px; }
      .update-item { align-items: flex-start; gap: 10px; }
      .update-date { flex-basis: 62px; }
      .update-arrow { display: none; }
      .footer-grid { grid-template-columns: 1fr; }
      .footer-bottom { flex-direction: column; gap: 8px; }
      .floating-bar { right: 12px; bottom: 12px; left: 12px; padding-left: 14px; }
      .floating-actions .button { min-height: 39px; padding: 0 13px; font-size: 12px; }
      .floating-bar span { display: none; }
      .age-dialog { padding: 28px 22px; }
    }

/* roulang page: category2 */
:root {
  --ink: #252525;
  --muted: #716f6a;
  --paper: #f5f3ef;
  --paper-deep: #ebe7df;
  --white: #fffdfa;
  --line: #d9d4ca;
  --sage: #68776b;
  --sage-deep: #3f5145;
  --rose: #b47668;
  --rose-deep: #8d554d;
  --gold: #b3925e;
  --charcoal: #292b28;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 26px;
  --shadow: 0 16px 42px rgba(44, 43, 38, .09);
  --container: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
a {
  color: inherit;
  text-decoration: none;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
img { display: block; width: 100%; height: auto; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
button:disabled, input:disabled { cursor: not-allowed; opacity: .55; }
::selection { color: var(--white); background: var(--rose-deep); }
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.section { padding: 105px 0; }
.section-soft { background: var(--paper-deep); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--rose-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--rose); }
.section-head { max-width: 740px; margin-bottom: 42px; }
.section-head h2 {
  margin: 12px 0 15px;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 650;
  line-height: 1.22;
  letter-spacing: 0;
}
.section-head p { max-width: 680px; margin: 0; color: var(--muted); }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  transition: .25s ease;
}
.button.primary {
  color: var(--white);
  background: var(--rose-deep);
  box-shadow: 0 9px 20px rgba(141,85,77,.19);
}
.button.primary:hover {
  color: var(--white);
  background: #713e39;
  transform: translateY(-2px);
  box-shadow: 0 13px 25px rgba(141,85,77,.25);
}
.button.secondary { color: var(--sage-deep); border-color: var(--sage); background: transparent; }
.button.secondary:hover { color: var(--white); background: var(--sage-deep); transform: translateY(-2px); }
.button.light { color: var(--ink); background: var(--white); }
.button.light:hover { color: var(--ink); background: #eee6d9; transform: translateY(-2px); }
.button.small { min-height: 40px; padding: 0 16px; font-size: 13px; }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, .filter-chip:focus-visible {
  outline: 3px solid rgba(180,118,104,.42);
  outline-offset: 3px;
}
.tag {
  display: inline-block;
  padding: 4px 10px;
  color: var(--sage-deep);
  border: 1px solid rgba(63,81,69,.26);
  border-radius: 999px;
  background: rgba(255,253,250,.48);
  font-size: 12px;
  line-height: 1.4;
}
.site-header { position: absolute; z-index: 20; top: 24px; left: 0; width: 100%; }
.dock {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 68px;
  padding: 9px 11px 9px 16px;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(37,37,37,.53);
  box-shadow: 0 14px 35px rgba(20,22,20,.15);
  backdrop-filter: blur(13px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 270px; font-weight: 700; line-height: 1.25; }
.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--white);
  border-radius: 12px;
  background: var(--rose);
  font-size: 16px;
}
.brand-name { max-width: 210px; font-size: 14px; }
.dock-links { display: flex; flex: 1; align-items: center; justify-content: center; gap: 2px; }
.dock-links a { padding: 10px 13px; color: rgba(255,255,255,.78); border-radius: 999px; font-size: 14px; white-space: nowrap; }
.dock-links a:hover, .dock-links a.active { color: var(--white); background: rgba(255,255,255,.14); }
.nav-cta { min-height: 44px; margin-left: 6px; padding: 0 18px; color: var(--ink); background: var(--white); font-size: 13px; }
.nav-cta:hover { color: var(--ink); background: #eee6d9; }
.category-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 570px;
  padding: 158px 0 72px;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(34,37,33,.9) 0%, rgba(34,37,33,.73) 43%, rgba(34,37,33,.26) 100%),
    url("https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=1900&q=88") center/cover;
}
.category-hero::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 95px;
  content: "";
  background: linear-gradient(transparent, var(--paper));
}
.category-hero-content { position: relative; z-index: 1; max-width: 780px; }
.category-hero .eyebrow { color: #eacac2; }
.category-hero .eyebrow::before { background: #d99b8d; }
.category-hero h1 {
  max-width: 760px;
  margin: 16px 0 18px;
  font-size: clamp(38px, 6vw, 70px);
  font-weight: 650;
  line-height: 1.1;
}
.category-hero p { max-width: 690px; margin: 0; color: rgba(255,255,255,.8); font-size: 17px; }
.category-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.category-meta span {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.21);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.88);
  font-size: 13px;
}
.index-toolbar {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 20px;
  align-items: end;
  margin-bottom: 34px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.search-block label, .sort-block label, .report-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--sage-deep);
  font-size: 13px;
  font-weight: 700;
}
.search-line { display: flex; max-width: 680px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.search-line:focus-within { border-color: var(--rose); box-shadow: 0 0 0 4px rgba(180,118,104,.13); }
.search-line i { padding: 16px 0 16px 17px; color: var(--muted); }
.search-line input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; padding: 12px 13px; color: var(--ink); }
.search-line button { border: 0; border-left: 1px solid var(--line); background: transparent; padding: 0 15px; color: var(--rose-deep); font-size: 13px; font-weight: 700; }
.search-line button:hover { background: #f4e8e3; }
.sort-select {
  min-width: 170px;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--white);
  padding: 0 14px;
  color: var(--ink);
  outline: 0;
}
.sort-select:focus { border-color: var(--rose); box-shadow: 0 0 0 4px rgba(180,118,104,.13); }
.filter-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 34px; }
.filter-chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  padding: 8px 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.3;
  transition: .2s ease;
}
.filter-chip:hover { color: var(--rose-deep); border-color: var(--rose); transform: translateY(-1px); }
.filter-chip.active { color: var(--white); border-color: var(--sage-deep); background: var(--sage-deep); }
.featured-index {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  min-height: 480px;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: var(--charcoal);
  box-shadow: var(--shadow);
}
.featured-media { position: relative; min-height: 390px; overflow: hidden; }
.featured-media img { height: 100%; object-fit: cover; filter: saturate(.74) blur(3px); transform: scale(1.05); }
.featured-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(26,28,26,.66), rgba(26,28,26,.12));
}
.media-shield {
  position: absolute;
  z-index: 2;
  right: 22px;
  bottom: 20px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius-md);
  background: rgba(35,37,34,.72);
  color: var(--white);
}
.media-shield small { display: block; color: rgba(255,255,255,.64); font-size: 12px; }
.shield-icon { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; background: var(--rose); }
.featured-copy { display: flex; flex-direction: column; justify-content: center; padding: 48px; color: var(--white); }
.featured-copy .tag { width: max-content; color: #e7eee8; border-color: rgba(231,238,232,.3); background: rgba(255,255,255,.08); }
.featured-copy h2 { margin: 17px 0 14px; font-size: clamp(28px,3vw,43px); line-height: 1.25; font-weight: 650; }
.featured-copy p { margin: 0 0 25px; color: rgba(255,255,255,.7); }
.featured-details { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 0 0 26px; }
.featured-details span { color: rgba(255,255,255,.66); font-size: 12px; }
.featured-details strong { display: block; color: var(--white); font-size: 14px; font-weight: 600; }
.editorial-list { display: grid; grid-template-columns: 1.35fr .65fr; gap: 24px; }
.entry-stack { border-top: 1px solid var(--line); }
.index-entry {
  display: grid;
  grid-template-columns: 118px minmax(0,1fr) auto;
  gap: 21px;
  align-items: center;
  padding: 21px 0;
  border-bottom: 1px solid var(--line);
}
.entry-image { position: relative; height: 94px; overflow: hidden; border-radius: var(--radius-sm); background: var(--sage); }
.entry-image img { height: 100%; object-fit: cover; filter: saturate(.65) blur(2px); transform: scale(1.05); }
.entry-image::after { position: absolute; inset: 0; content: ""; background: rgba(31,36,31,.25); }
.entry-copy h3 { margin: 0 0 6px; font-size: 19px; line-height: 1.35; font-weight: 650; }
.entry-copy p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.entry-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 9px; }
.entry-action { color: var(--rose-deep); font-size: 13px; font-weight: 700; white-space: nowrap; }
.index-entry:hover .entry-copy h3 { color: var(--rose-deep); }
.index-entry:hover .entry-image { box-shadow: 0 8px 18px rgba(44,43,38,.15); }
.index-entry:hover .entry-action { transform: translateX(3px); }
.side-note { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); align-self: start; }
.side-note h3 { margin: 0 0 12px; font-size: 21px; line-height: 1.35; }
.side-note p { margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.notice-list { margin: 0; padding: 0; list-style: none; }
.notice-list li { display: flex; gap: 10px; padding: 12px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.notice-list i { padding-top: 6px; color: var(--sage); }
.no-results {
  display: none;
  padding: 38px;
  border: 1px dashed var(--line);
  border-radius: var(--radius-md);
  color: var(--muted);
  text-align: center;
}
.no-results.visible { display: block; }
.numbered-rail { display: flex; gap: 18px; overflow-x: auto; padding: 0 0 15px; scrollbar-color: var(--rose) var(--paper-deep); }
.rail-card { min-width: 298px; flex: 0 0 298px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.rail-no { display: block; margin-bottom: 28px; color: var(--gold); font-family: Georgia, serif; font-size: 31px; line-height: 1; }
.rail-card h3 { margin: 0 0 9px; font-size: 21px; line-height: 1.35; }
.rail-card p { min-height: 72px; margin: 0 0 18px; color: var(--muted); font-size: 14px; }
.rail-card:hover { border-color: rgba(180,118,104,.58); box-shadow: var(--shadow); transform: translateY(-4px); }
.status-band { padding: 58px 0; background: var(--sage-deep); color: var(--white); }
.status-grid { display: grid; grid-template-columns: 1.35fr repeat(3,.55fr); gap: 20px; align-items: center; }
.status-intro h2 { margin: 0 0 8px; font-size: 28px; line-height: 1.3; }
.status-intro p { margin: 0; color: rgba(255,255,255,.66); font-size: 14px; }
.status-item { padding-left: 20px; border-left: 1px solid rgba(255,255,255,.22); }
.status-item strong { display: block; color: #f3dacb; font-size: 28px; line-height: 1.2; }
.status-item span { color: rgba(255,255,255,.65); font-size: 12px; }
.pagination-wrap { display: flex; justify-content: center; gap: 8px; margin-top: 48px; }
.page-button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--muted);
  font-size: 14px;
}
.page-button:hover { border-color: var(--rose); color: var(--rose-deep); }
.page-button.active { color: var(--white); border-color: var(--rose-deep); background: var(--rose-deep); }
.faq-layout { display: grid; grid-template-columns: .73fr 1.27fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 28px; }
.faq-intro h2 { margin: 12px 0 17px; font-size: clamp(30px,4vw,48px); line-height: 1.23; }
.faq-intro p { color: var(--muted); }
.accordion { margin: 0; background: transparent; }
.accordion-item { margin-bottom: 10px; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; background: var(--white); }
.accordion-title {
  position: relative;
  display: block;
  border: 0;
  padding: 20px 58px 20px 21px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.accordion-title:hover, .accordion-title:focus { color: var(--rose-deep); background: #fffaf7; }
.accordion-title::before { right: 22px; margin-top: -12px; color: var(--rose-deep); font-size: 24px; }
.accordion-content { border: 0; padding: 0 21px 21px; color: var(--muted); background: var(--white); font-size: 14px; }
.report-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; padding: 58px; border-radius: var(--radius-lg); background: #e7ded3; }
.report-copy h2 { margin: 12px 0 14px; font-size: clamp(28px,3.5vw,43px); line-height: 1.25; }
.report-copy p { margin: 0; color: #665f57; }
.report-form input, .report-form textarea {
  width: 100%;
  border: 1px solid #cfc3b5;
  border-radius: var(--radius-sm);
  background: rgba(255,253,250,.72);
  padding: 12px 14px;
  color: var(--ink);
  outline: none;
}
.report-form textarea { min-height: 112px; resize: vertical; }
.report-form input:focus, .report-form textarea:focus { border-color: var(--rose); box-shadow: 0 0 0 4px rgba(180,118,104,.14); }
.form-row { margin-bottom: 15px; }
.form-hint { margin: 12px 0 0; color: #746c63; font-size: 12px; }
.form-success { display: none; margin-top: 12px; color: var(--sage-deep); font-size: 14px; font-weight: 700; }
.form-success.visible { display: block; }
.site-footer { padding: 82px 0 120px; background: var(--charcoal); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,.8fr); gap: 36px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.15); }
.site-footer .brand { min-width: 0; }
.site-footer .brand-mark { background: var(--rose); }
.footer-brand p { max-width: 350px; margin: 20px 0 0; color: rgba(255,255,255,.59); font-size: 13px; }
.footer-grid h3 { margin: 3px 0 15px; color: #eadaca; font-size: 14px; font-weight: 700; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: rgba(255,255,255,.6); font-size: 13px; }
.footer-links a:hover { color: #f0b8aa; transform: translateX(2px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding-top: 22px; color: rgba(255,255,255,.45); font-size: 12px; }
.conversion-bar {
  position: fixed;
  z-index: 25;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.conversion-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(850px,100%);
  padding: 10px 10px 10px 19px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 999px;
  background: rgba(37,37,37,.91);
  box-shadow: 0 16px 35px rgba(30,30,30,.23);
  color: var(--white);
  pointer-events: auto;
  backdrop-filter: blur(12px);
}
.conversion-state { flex: 1; color: rgba(255,255,255,.72); font-size: 13px; }
.conversion-state i { margin-right: 7px; color: #ddb29e; }
.bar-close { display: grid; width: 36px; height: 36px; place-items: center; border: 0; border-radius: 50%; background: transparent; color: rgba(255,255,255,.62); }
.bar-close:hover { background: rgba(255,255,255,.12); color: var(--white); }
.age-layer {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  background: rgba(26,28,26,.82);
  backdrop-filter: blur(6px);
}
.age-dialog {
  width: min(510px,100%);
  padding: 37px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 30px 80px rgba(0,0,0,.32);
  text-align: center;
}
.age-icon { display: grid; width: 60px; height: 60px; margin: 0 auto 18px; place-items: center; border-radius: 50%; background: #efe0da; color: var(--rose-deep); font-size: 24px; }
.age-dialog h2 { margin: 0 0 11px; font-size: 29px; line-height: 1.3; }
.age-dialog p { margin: 0 auto 24px; max-width: 390px; color: var(--muted); font-size: 14px; }
.age-actions { display: flex; justify-content: center; gap: 10px; }
@media (max-width: 1024px) {
  .dock { gap: 10px; }
  .brand { min-width: 214px; }
  .dock-links a { padding: 9px 8px; font-size: 13px; }
  .featured-copy { padding: 34px; }
  .editorial-list { grid-template-columns: 1fr; }
  .side-note { display: grid; grid-template-columns: .7fr 1.3fr; gap: 20px; }
  .side-note h3, .side-note p { margin-bottom: 0; }
  .status-grid { grid-template-columns: 1fr repeat(3,.65fr); }
}
@media (max-width: 768px) {
  .container { width: min(var(--container), calc(100% - 40px)); }
  .site-header { top: 14px; }
  .dock { min-height: 60px; padding: 7px 9px 7px 12px; overflow-x: auto; border-radius: var(--radius-md); }
  .brand { min-width: 170px; gap: 8px; }
  .brand-mark { width: 32px; height: 32px; border-radius: 10px; font-size: 14px; }
  .brand-name { font-size: 12px; }
  .dock-links { justify-content: flex-start; gap: 0; }
  .dock-links a { padding: 8px 9px; font-size: 12px; }
  .nav-cta { display: none; }
  .category-hero { min-height: 530px; padding: 135px 0 64px; }
  .category-hero h1 { font-size: 42px; }
  .category-hero p { font-size: 16px; }
  .section { padding: 78px 0; }
  .index-toolbar { grid-template-columns: 1fr; gap: 16px; }
  .sort-select { width: 100%; }
  .featured-index { grid-template-columns: 1fr; }
  .featured-media { min-height: 300px; }
  .featured-copy { padding: 29px; }
  .index-entry { grid-template-columns: 92px minmax(0,1fr); gap: 15px; }
  .entry-action { grid-column: 2; justify-self: start; }
  .entry-image { height: 86px; }
  .side-note { display: block; }
  .side-note p { margin-bottom: 18px; }
  .status-grid { grid-template-columns: 1fr 1fr; gap: 25px 16px; }
  .status-intro { grid-column: 1 / -1; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .faq-intro { position: static; }
  .report-panel { grid-template-columns: 1fr; gap: 30px; padding: 32px 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .conversion-bar { right: 14px; bottom: calc(12px + env(safe-area-inset-bottom)); left: 14px; }
  .conversion-inner { gap: 10px; padding-left: 14px; }
  .conversion-state { font-size: 12px; }
}
@media (max-width: 520px) {
  body { font-size: 15px; }
  .container { width: min(var(--container), calc(100% - 40px)); }
  .category-hero { min-height: 540px; padding-bottom: 70px; }
  .category-hero h1 { font-size: 36px; }
  .category-meta span { font-size: 12px; }
  .section-head h2 { font-size: 31px; }
  .featured-media { min-height: 245px; }
  .featured-copy { padding: 25px 20px; }
  .featured-details { grid-template-columns: 1fr; gap: 7px; }
  .media-shield { right: 14px; bottom: 14px; left: 14px; padding: 11px; }
  .media-shield strong { font-size: 13px; }
  .index-entry { grid-template-columns: 78px minmax(0,1fr); gap: 13px; }
  .entry-image { height: 76px; }
  .entry-copy h3 { font-size: 16px; }
  .entry-copy p { font-size: 13px; }
  .filter-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }
  .filter-chip { white-space: nowrap; }
  .status-grid { grid-template-columns: 1fr 1fr; }
  .status-item { padding-left: 13px; }
  .status-item strong { font-size: 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 4px; }
  .conversion-state { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .conversion-inner .button { min-height: 40px; padding: 0 14px; font-size: 12px; }
  .age-dialog { padding: 30px 23px; }
  .age-actions { flex-direction: column; }
}

/* roulang page: category1 */
:root {
  --ink: #252525;
  --muted: #716f6a;
  --paper: #f5f3ef;
  --paper-deep: #ebe7df;
  --white: #fffdfa;
  --line: #d9d4ca;
  --sage: #68776b;
  --sage-deep: #3f5145;
  --rose: #b47668;
  --rose-deep: #8d554d;
  --gold: #b3925e;
  --charcoal: #2d312d;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 26px;
  --shadow: 0 16px 42px rgba(44,43,38,.09);
  --container: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
img { display: block; width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid rgba(180,118,104,.45);
  outline-offset: 3px;
}
.container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.section { padding: 92px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--rose-deep);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--rose); }
.section-head { max-width: 720px; margin-bottom: 38px; }
.section-head h2 {
  margin: 12px 0 15px;
  font-size: clamp(30px,4vw,50px);
  line-height: 1.22;
  font-weight: 650;
  letter-spacing: 0;
}
.section-head p { margin: 0; color: var(--muted); }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  transition: .25s ease;
}
.button.primary { color: var(--white); background: var(--rose-deep); box-shadow: 0 9px 20px rgba(141,85,77,.19); }
.button.primary:hover { color: var(--white); background: #713e39; transform: translateY(-2px); box-shadow: 0 13px 25px rgba(141,85,77,.25); }
.button.primary:active { transform: translateY(0); box-shadow: none; }
.button.secondary { color: var(--sage-deep); background: transparent; border-color: var(--sage); }
.button.secondary:hover { color: var(--white); background: var(--sage-deep); transform: translateY(-2px); }
.button.light { color: var(--ink); background: var(--white); }
.button.light:hover { color: var(--ink); background: var(--paper-deep); transform: translateY(-2px); }
.button:disabled { cursor: not-allowed; opacity: .5; transform: none !important; box-shadow: none !important; }
.tag {
  display: inline-block;
  padding: 4px 10px;
  color: var(--sage-deep);
  border: 1px solid rgba(63,81,69,.26);
  border-radius: 999px;
  font-size: 12px;
  line-height: 1.4;
  background: rgba(255,253,250,.55);
}
.site-header { position: absolute; z-index: 20; top: 24px; left: 0; width: 100%; }
.dock {
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 10px 12px 10px 18px;
  color: var(--white);
  background: rgba(40,44,39,.76);
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(25,27,24,.15);
  backdrop-filter: blur(10px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 270px; font-weight: 700; line-height: 1.25; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; color: var(--white); background: var(--rose); border-radius: 12px; font-size: 16px; }
.brand-name { max-width: 210px; font-size: 14px; }
.dock-links { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.dock-links a { padding: 10px 13px; border-radius: 999px; color: rgba(255,255,255,.76); font-size: 14px; white-space: nowrap; }
.dock-links a:hover, .dock-links a.active { color: var(--white); background: rgba(255,255,255,.13); }
.nav-cta { margin-left: 8px; min-height: 44px; padding: 0 18px; color: var(--ink); background: var(--white); font-size: 13px; }
.nav-cta:hover { color: var(--ink); background: #eee6d9; }
.category-hero {
  position: relative;
  min-height: 530px;
  padding: 165px 0 72px;
  overflow: hidden;
  color: var(--white);
  background: var(--charcoal);
}
.category-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(35,39,34,.93) 0%, rgba(35,39,34,.78) 42%, rgba(35,39,34,.30) 100%),
    url("https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=1800&q=88") center/cover;
}
.category-hero .container { position: relative; z-index: 1; }
.breadcrumb { display: flex; gap: 10px; align-items: center; color: rgba(255,255,255,.68); font-size: 13px; }
.breadcrumb i { font-size: 10px; color: #ddbbab; }
.category-hero h1 {
  max-width: 780px;
  margin: 19px 0 18px;
  font-size: clamp(38px,6vw,68px);
  line-height: 1.12;
  font-weight: 650;
}
.category-hero p { max-width: 660px; margin: 0; color: rgba(255,255,255,.79); font-size: 17px; }
.category-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.category-meta span { padding: 8px 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: rgba(255,255,255,.84); font-size: 13px; background: rgba(255,255,255,.08); }
.toolband { margin-top: -28px; position: relative; z-index: 3; }
.tool-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}
.search-form { display: grid; grid-template-columns: minmax(0,1fr) auto auto; gap: 10px; align-items: center; }
.search-field { position: relative; }
.search-field i { position: absolute; top: 50%; left: 15px; color: var(--sage); transform: translateY(-50%); }
.search-field input {
  width: 100%;
  min-height: 48px;
  padding: 0 38px 0 42px;
  color: var(--ink);
  background: #fbfaf6;
  border: 1px solid var(--line);
  border-radius: 12px;
  transition: .2s ease;
}
.search-field input::placeholder { color: #9a978f; }
.search-field input:focus { border-color: var(--rose); background: var(--white); box-shadow: 0 0 0 3px rgba(180,118,104,.12); outline: none; }
.clear-search {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 28px;
  height: 28px;
  padding: 0;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-radius: 50%;
  transform: translateY(-50%);
}
.clear-search:hover { color: var(--rose-deep); background: var(--paper-deep); }
.sort-select {
  min-height: 48px;
  padding: 0 35px 0 14px;
  color: var(--sage-deep);
  background-color: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
}
.result-note { color: var(--muted); font-size: 13px; white-space: nowrap; }
.catalog-section { padding-top: 76px; }
.catalog-layout { display: grid; grid-template-columns: 245px minmax(0,1fr); gap: 34px; align-items: start; }
.filter-panel { position: sticky; top: 22px; padding: 24px 0; border-top: 2px solid var(--sage-deep); }
.filter-panel h2 { margin: 0 0 22px; font-size: 20px; line-height: 1.35; }
.filter-group { padding: 18px 0; border-top: 1px solid var(--line); }
.filter-group:last-child { border-bottom: 1px solid var(--line); }
.filter-group h3 { margin: 0 0 11px; color: var(--muted); font-size: 13px; font-weight: 700; }
.check-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 6px 0; color: var(--ink); font-size: 14px; cursor: pointer; }
.check-row input { accent-color: var(--rose-deep); }
.check-row small { color: var(--muted); }
.filter-reset { width: 100%; margin-top: 20px; min-height: 42px; color: var(--sage-deep); background: transparent; border: 1px solid var(--sage); border-radius: 999px; font-weight: 700; }
.filter-reset:hover { color: var(--white); background: var(--sage-deep); }
.catalog-head { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 22px; }
.catalog-head h2 { margin: 0; font-size: clamp(27px,3vw,40px); line-height: 1.25; font-weight: 650; }
.catalog-head p { max-width: 540px; margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.view-switch { display: flex; gap: 7px; }
.icon-control {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--sage-deep);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.icon-control:hover, .icon-control.active { color: var(--white); background: var(--sage-deep); border-color: var(--sage-deep); }
.media-grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: 18px; }
.media-card {
  position: relative;
  min-height: 285px;
  overflow: hidden;
  color: var(--white);
  background: var(--charcoal);
  border-radius: var(--radius-md);
  box-shadow: 0 8px 24px rgba(44,43,38,.08);
}
.media-card.tall { grid-row: span 2; min-height: 590px; }
.media-card img { height: 100%; min-height: inherit; object-fit: cover; opacity: .9; transition: transform .55s ease; }
.media-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(26,29,26,.88), rgba(26,29,26,.04) 64%); }
.media-card:hover img { transform: scale(1.04); }
.media-card-content { position: absolute; z-index: 2; right: 24px; bottom: 21px; left: 24px; }
.media-card-content h3 { margin: 10px 0 6px; color: var(--white); font-size: 22px; line-height: 1.3; }
.media-card-content p { margin: 0; color: rgba(255,255,255,.74); font-size: 13px; }
.media-card .tag { color: var(--white); border-color: rgba(255,255,255,.36); background: rgba(30,32,30,.28); }
.card-top { position: absolute; z-index: 2; top: 18px; right: 18px; left: 18px; display: flex; justify-content: space-between; align-items: center; }
.age-lock { display: inline-flex; align-items: center; gap: 6px; padding: 5px 9px; color: var(--white); background: rgba(32,34,31,.55); border-radius: 999px; font-size: 11px; }
.save-card { display: grid; place-items: center; width: 34px; height: 34px; color: var(--white); background: rgba(32,34,31,.48); border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.save-card:hover { color: var(--rose); background: var(--white); }
.card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 13px; color: #f4d5cc; font-size: 13px; font-weight: 700; }
.card-link:hover { color: var(--white); }
.empty-state { display: none; padding: 62px 24px; text-align: center; border: 1px dashed var(--line); border-radius: var(--radius-md); color: var(--muted); }
.empty-state i { display: block; margin-bottom: 12px; color: var(--rose); font-size: 28px; }
.pagination-wrap { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding-top: 34px; }
.pagination-note { color: var(--muted); font-size: 13px; }
.pagination { display: flex; gap: 8px; margin: 0; }
.pagination li { margin: 0; }
.pagination a, .pagination button {
  display: grid;
  place-items: center;
  min-width: 39px;
  height: 39px;
  padding: 0 11px;
  color: var(--sage-deep);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 9px;
  font-size: 14px;
}
.pagination .current, .pagination a:hover { color: var(--white); background: var(--sage-deep); border-color: var(--sage-deep); }
.pagination .disabled { color: #aaa69f; cursor: not-allowed; }
.assurance { background: var(--paper-deep); }
.assurance-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.assurance-copy h2 { margin: 12px 0 18px; font-size: clamp(30px,4vw,48px); line-height: 1.22; font-weight: 650; }
.assurance-copy p { margin: 0; color: var(--muted); }
.assurance-list { margin: 26px 0 0; padding: 0; list-style: none; }
.assurance-list li { display: flex; gap: 13px; padding: 13px 0; border-top: 1px solid rgba(63,81,69,.17); }
.assurance-list i { margin-top: 7px; color: var(--rose-deep); }
.assurance-list strong { display: block; font-size: 15px; }
.assurance-list span { color: var(--muted); font-size: 13px; }
.metric-sheet { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.metric-sheet h3 { margin: 0 0 4px; font-size: 20px; }
.metric-sheet > p { margin: 0 0 22px; color: var(--muted); font-size: 13px; }
.metric-row { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 16px 0; border-top: 1px solid var(--line); }
.metric-row span { color: var(--muted); font-size: 14px; }
.metric-row strong { color: var(--sage-deep); font-size: 17px; }
.related-track { display: flex; gap: 18px; padding: 2px 2px 15px; overflow-x: auto; scrollbar-color: var(--sage) var(--paper-deep); }
.related-card { flex: 0 0 318px; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); }
.related-card img { height: 160px; object-fit: cover; }
.related-copy { padding: 20px; }
.related-copy h3 { margin: 10px 0 7px; font-size: 20px; line-height: 1.35; }
.related-copy p { margin: 0 0 14px; color: var(--muted); font-size: 13px; }
.related-copy a { color: var(--rose-deep); font-size: 13px; font-weight: 700; }
.related-card:hover { border-color: var(--rose); box-shadow: var(--shadow); transform: translateY(-3px); }
.faq-section { padding-top: 102px; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.faq-layout h2 { margin: 12px 0 14px; font-size: clamp(30px,4vw,47px); line-height: 1.2; font-weight: 650; }
.faq-layout p { margin: 0; color: var(--muted); }
.accordion { margin: 0; background: transparent; }
.accordion-item { margin-bottom: 10px; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; background: var(--white); }
.accordion-title { padding: 18px 48px 18px 20px; color: var(--ink); border: 0; font-size: 16px; font-weight: 700; line-height: 1.5; }
.accordion-title:hover, .accordion-title:focus { color: var(--rose-deep); background: #fcfaf7; }
.accordion-title::before { color: var(--rose-deep); font-size: 21px; }
.accordion-content { padding: 0 22px 20px; color: var(--muted); border: 0; background: var(--white); font-size: 14px; }
.report-section { padding: 0 0 118px; }
.report-box {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 48px;
  padding: 48px;
  color: var(--white);
  background: var(--sage-deep);
  border-radius: var(--radius-lg);
}
.report-box h2 { margin: 12px 0 14px; color: var(--white); font-size: clamp(28px,4vw,43px); line-height: 1.2; font-weight: 650; }
.report-box p { margin: 0; color: rgba(255,255,255,.74); }
.report-box .eyebrow { color: #ecd0ca; }
.report-box .eyebrow::before { background: #d99b8d; }
.report-form label { display: block; margin-bottom: 7px; color: rgba(255,255,255,.84); font-size: 13px; font-weight: 700; }
.report-form input, .report-form textarea {
  width: 100%;
  margin-bottom: 14px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid transparent;
  border-radius: 10px;
}
.report-form textarea { min-height: 106px; resize: vertical; }
.report-form input:focus, .report-form textarea:focus { border-color: var(--rose); outline: 3px solid rgba(255,255,255,.15); }
.form-foot { display: flex; justify-content: space-between; gap: 15px; align-items: center; }
.form-foot small { color: rgba(255,255,255,.61); font-size: 12px; line-height: 1.5; }
.site-footer { padding: 78px 0 110px; color: #e7e4dc; background: #292d29; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 36px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.14); }
.site-footer .brand { min-width: 0; color: var(--white); }
.site-footer .brand-mark { background: var(--rose); }
.footer-brand p { max-width: 310px; margin: 19px 0 0; color: rgba(255,255,255,.58); font-size: 13px; }
.site-footer h3 { margin: 4px 0 16px; color: var(--white); font-size: 14px; }
.footer-links { display: grid; gap: 9px; }
.footer-links a { color: rgba(255,255,255,.6); font-size: 13px; }
.footer-links a:hover { color: #f4c7bc; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; color: rgba(255,255,255,.48); font-size: 12px; }
.sticky-bar {
  position: fixed;
  z-index: 30;
  right: 20px;
  bottom: 18px;
  left: 20px;
  display: flex;
  justify-content: center;
  pointer-events: none;
}
.sticky-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 10px 10px 18px;
  color: var(--white);
  background: rgba(37,42,37,.92);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(25,28,25,.2);
  backdrop-filter: blur(12px);
  pointer-events: auto;
}
.sticky-status { font-size: 13px; }
.sticky-status i { margin-right: 7px; color: #e5b6a8; }
.sticky-inner .button { min-height: 40px; padding: 0 16px; font-size: 13px; }
.close-sticky { width: 30px; height: 30px; color: rgba(255,255,255,.7); background: transparent; border: 0; border-radius: 50%; }
.close-sticky:hover { color: var(--white); background: rgba(255,255,255,.12); }
.age-modal { padding: 0; overflow: hidden; border: 0; border-radius: var(--radius-md); box-shadow: var(--shadow); }
.age-modal-inner { max-width: 510px; padding: 36px; text-align: center; background: var(--white); }
.age-seal { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 17px; color: var(--white); background: var(--rose-deep); border-radius: 18px; font-size: 20px; font-weight: 700; }
.age-modal h2 { margin: 0 0 10px; font-size: 27px; line-height: 1.25; }
.age-modal p { margin: 0; color: var(--muted); font-size: 14px; }
.age-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.age-hint { margin-top: 18px !important; font-size: 12px !important; }
@media (max-width: 1024px) {
  .brand { min-width: 210px; }
  .dock-links a { padding: 9px 9px; font-size: 13px; }
  .nav-cta { padding: 0 14px; }
  .catalog-layout { grid-template-columns: 205px minmax(0,1fr); gap: 25px; }
  .assurance-grid, .faq-layout { gap: 42px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: span 3; }
}
@media (max-width: 768px) {
  body { padding-bottom: 88px; }
  .container { width: min(var(--container), calc(100% - 40px)); }
  .site-header { top: 13px; }
  .dock { min-height: 59px; padding: 7px 9px 7px 12px; border-radius: 16px; }
  .brand { min-width: auto; gap: 8px; }
  .brand-mark { width: 32px; height: 32px; border-radius: 10px; }
  .brand-name { max-width: 130px; font-size: 12px; }
  .dock-links { margin-left: auto; overflow-x: auto; }
  .dock-links a { display: none; }
  .dock-links a.active, .dock-links a:nth-child(2), .dock-links a:nth-child(3) { display: block; padding: 8px; font-size: 12px; }
  .nav-cta { display: none; }
  .category-hero { min-height: 480px; padding: 128px 0 61px; }
  .category-hero h1 { font-size: 40px; }
  .category-hero p { font-size: 15px; }
  .tool-panel, .search-form { grid-template-columns: 1fr; }
  .result-note { white-space: normal; }
  .toolband { margin-top: -20px; }
  .section { padding: 72px 0; }
  .catalog-layout { grid-template-columns: 1fr; }
  .filter-panel { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; padding: 0; border-top: 0; }
  .filter-panel h2 { grid-column: span 2; }
  .filter-group:last-child { border-bottom: 0; }
  .filter-reset { grid-column: span 2; }
  .catalog-head { align-items: start; }
  .media-grid { grid-template-columns: 1fr 1fr; }
  .media-card.tall { grid-row: auto; min-height: 330px; grid-column: span 2; }
  .media-card { min-height: 250px; }
  .assurance-grid, .faq-layout, .report-box { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-brand { grid-column: span 2; }
}
@media (max-width: 520px) {
  .container { width: min(var(--container), calc(100% - 32px)); }
  .dock-links a:nth-child(3) { display: none; }
  .category-hero h1 { font-size: 34px; }
  .category-meta span { font-size: 12px; }
  .tool-panel { padding: 14px; }
  .sort-select { width: 100%; }
  .catalog-head { display: block; }
  .view-switch { margin-top: 17px; }
  .filter-panel { grid-template-columns: 1fr; }
  .filter-panel h2, .filter-reset { grid-column: auto; }
  .media-grid { grid-template-columns: 1fr; }
  .media-card.tall { grid-column: auto; min-height: 355px; }
  .media-card { min-height: 280px; }
  .media-card-content { right: 19px; left: 19px; bottom: 18px; }
  .media-card-content h3 { font-size: 20px; }
  .pagination-wrap { display: block; }
  .pagination { margin-top: 15px; }
  .metric-sheet, .report-box { padding: 25px 20px; }
  .related-card { flex-basis: 280px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-bottom: 6px; }
  .sticky-bar { right: 10px; bottom: calc(9px + env(safe-area-inset-bottom)); left: 10px; }
  .sticky-inner { width: 100%; justify-content: space-between; gap: 8px; padding-left: 13px; border-radius: 14px; }
  .sticky-status { max-width: 150px; font-size: 12px; line-height: 1.35; }
  .sticky-inner .button { min-height: 38px; padding: 0 13px; }
  .close-sticky { display: none; }
  .age-modal-inner { padding: 30px 22px; }
}
