/* roulang page: index */
:root {
      --bg: #0b0a08;
      --bg-2: #12100d;
      --panel: rgba(22, 20, 16, 0.92);
      --panel-2: rgba(31, 27, 22, 0.94);
      --panel-soft: rgba(255, 255, 255, 0.03);
      --text: #f6efe3;
      --muted: #baaea0;
      --soft: #8c8175;
      --gold: #d7a54d;
      --gold-2: #b87b2f;
      --rust: #b85b2d;
      --line: rgba(255, 255, 255, 0.10);
      --line-strong: rgba(215, 165, 77, 0.28);
      --shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
      --shadow-strong: 0 26px 60px rgba(0, 0, 0, 0.45);
      --radius-xl: 28px;
      --radius-lg: 22px;
      --radius-md: 18px;
      --radius-sm: 14px;
      --space: clamp(18px, 3vw, 28px);
      --container: min(1180px, calc(100% - 32px));
    }

    *, *::before, *::after { box-sizing: border-box; }

    html {
      scroll-behavior: smooth;
      background: var(--bg);
    }

    body {
      margin: 0;
      min-height: 100vh;
      color: var(--text);
      background:
        radial-gradient(circle at 15% 10%, rgba(215, 165, 77, 0.12), transparent 24%),
        radial-gradient(circle at 85% 0%, rgba(184, 91, 45, 0.10), transparent 22%),
        linear-gradient(180deg, #0b0a08 0%, #10100d 42%, #0b0a08 100%);
      font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
      line-height: 1.6;
      overflow-x: hidden;
      position: relative;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      background:
        radial-gradient(circle at top left, rgba(255,255,255,0.025), transparent 28%),
        radial-gradient(circle at bottom right, rgba(255,255,255,0.02), transparent 26%),
        linear-gradient(120deg, rgba(255,255,255,0.02), transparent 35%, rgba(255,255,255,0.015));
      opacity: 0.9;
      z-index: 0;
    }

    body::after {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      background-image:
        linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
      background-size: 180px 180px;
      mask-image: linear-gradient(180deg, rgba(0,0,0,0.22), rgba(0,0,0,0.04));
      opacity: 0.35;
      z-index: 0;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    textarea {
      font: inherit;
    }

    ::selection {
      background: rgba(215, 165, 77, 0.28);
      color: var(--text);
    }

    .skip-link {
      position: absolute;
      left: 16px;
      top: -48px;
      z-index: 100;
      padding: 10px 14px;
      border-radius: 999px;
      background: #fff;
      color: #111;
      transition: top .2s ease;
      box-shadow: var(--shadow);
    }

    .skip-link:focus {
      top: 16px;
      outline: none;
    }

    .container {
      width: var(--container);
      margin-inline: auto;
      position: relative;
      z-index: 1;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      padding: 18px 0 0;
      pointer-events: none;
    }

    .nav-shell {
      pointer-events: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 14px 16px;
      border-radius: 24px;
      border: 1px solid var(--line);
      background: rgba(20, 18, 16, 0.84);
      backdrop-filter: blur(18px);
      box-shadow: var(--shadow);
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: max-content;
      font-weight: 900;
      letter-spacing: 0.02em;
      color: var(--text);
    }

    .brand-mark {
      width: 38px;
      height: 38px;
      border-radius: 13px;
      position: relative;
      background: linear-gradient(145deg, rgba(215,165,77,0.32), rgba(184,91,45,0.28));
      border: 1px solid rgba(215,165,77,0.45);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.16);
    }

    .brand-mark::before,
    .brand-mark::after {
      content: "";
      position: absolute;
      inset: 8px;
      border-radius: 10px;
      border: 1px solid rgba(255, 248, 232, 0.55);
      opacity: 0.9;
    }

    .brand-mark::after {
      inset: 13px;
      border-radius: 999px;
      background: radial-gradient(circle at 35% 35%, rgba(255,255,255,0.90), rgba(255,255,255,0.08));
      border: none;
    }

    .brand-text {
      display: grid;
      gap: 2px;
    }

    .brand-text strong {
      font-size: 15px;
      line-height: 1.1;
    }

    .brand-text span {
      font-size: 12px;
      color: var(--soft);
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 6px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .nav-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 14px;
      border-radius: 999px;
      color: var(--muted);
      border: 1px solid transparent;
      transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease;
      white-space: nowrap;
    }

    .nav-link:hover,
    .nav-link:focus-visible {
      color: var(--text);
      background: rgba(255, 255, 255, 0.035);
      border-color: var(--line);
      transform: translateY(-1px);
      outline: none;
    }

    .nav-link.is-active {
      color: var(--text);
      background: rgba(215, 165, 77, 0.12);
      border-color: rgba(215, 165, 77, 0.22);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
    }

    .nav-cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 44px;
      padding: 0 18px;
      border-radius: 999px;
      border: 1px solid rgba(215, 165, 77, 0.30);
      color: #21170c;
      background: linear-gradient(135deg, var(--gold) 0%, #f1cd87 54%, var(--gold-2) 100%);
      box-shadow: 0 12px 28px rgba(215, 165, 77, 0.18);
      transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
      font-weight: 800;
      white-space: nowrap;
    }

    .nav-cta:hover,
    .nav-cta:focus-visible {
      transform: translateY(-2px);
      box-shadow: 0 18px 36px rgba(215, 165, 77, 0.26);
      outline: none;
    }

    .nav-cta:active,
    .btn:active {
      transform: translateY(0);
    }

    .hero {
      padding: 24px 0 0;
      scroll-margin-top: 100px;
    }

    .hero-shell {
      position: relative;
      overflow: hidden;
      border-radius: 30px;
      border: 1px solid rgba(255,255,255,0.08);
      background:
        linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.018)),
        linear-gradient(180deg, rgba(28,24,20,0.94), rgba(18,16,13,0.94));
      box-shadow: var(--shadow-strong);
    }

    .hero-shell::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 82% 18%, rgba(215, 165, 77, 0.11), transparent 28%),
        radial-gradient(circle at 18% 16%, rgba(184, 91, 45, 0.10), transparent 24%),
        linear-gradient(90deg, rgba(255,255,255,0.02), transparent 25%, transparent 75%, rgba(255,255,255,0.015));
      pointer-events: none;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.18fr 0.82fr;
      gap: 24px;
      padding: clamp(24px, 4vw, 42px);
      align-items: stretch;
      min-height: 460px;
    }

    .hero-copy {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-right: clamp(0px, 2vw, 24px);
      position: relative;
      z-index: 1;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      width: fit-content;
      padding: 8px 12px;
      border-radius: 999px;
      border: 1px solid rgba(215,165,77,0.22);
      background: rgba(215,165,77,0.10);
      color: #f6ddb0;
      font-size: 13px;
      letter-spacing: 0.08em;
    }

    .eyebrow::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: linear-gradient(180deg, #f1d18c, #b56c25);
      box-shadow: 0 0 0 4px rgba(215,165,77,0.08);
    }

    h1 {
      margin: 18px 0 16px;
      font-size: clamp(40px, 5.6vw, 74px);
      line-height: 0.96;
      letter-spacing: -0.05em;
      font-weight: 900;
      max-width: 10.5ch;
    }

    .hero-copy p {
      margin: 0;
      max-width: 60ch;
      font-size: clamp(16px, 1.8vw, 18px);
      line-height: 1.85;
      color: var(--muted);
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 26px;
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 48px;
      padding: 0 18px;
      border-radius: 999px;
      border: 1px solid transparent;
      cursor: pointer;
      transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease, color .22s ease, opacity .22s ease;
      will-change: transform;
    }

    .btn:hover,
    .btn:focus-visible {
      transform: translateY(-2px);
      outline: none;
    }

    .btn-primary {
      color: #24180a;
      font-weight: 800;
      background: linear-gradient(135deg, #f3d591 0%, #d7a54d 42%, #b56c25 100%);
      border-color: rgba(255, 233, 190, 0.16);
      box-shadow: 0 16px 30px rgba(215,165,77,0.18);
    }

    .btn-primary:hover,
    .btn-primary:focus-visible {
      box-shadow: 0 20px 38px rgba(215,165,77,0.26);
    }

    .btn-secondary {
      color: var(--text);
      background: rgba(255,255,255,0.03);
      border-color: var(--line);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    }

    .btn-secondary:hover,
    .btn-secondary:focus-visible {
      border-color: rgba(215,165,77,0.28);
      background: rgba(215,165,77,0.08);
    }

    .hero-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 24px;
    }

    .meta-chip {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 38px;
      padding: 0 14px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,0.08);
      background: rgba(255,255,255,0.025);
      color: var(--muted);
      font-size: 13px;
    }

    .meta-chip strong {
      color: var(--text);
      font-weight: 800;
    }

    .poster {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 100%;
      padding: 18px;
      border-radius: 26px;
      border: 1px solid rgba(255,255,255,0.08);
      background:
        linear-gradient(180deg, rgba(28,24,20,0.88), rgba(18,16,13,0.96)),
        radial-gradient(circle at 50% 0%, rgba(215,165,77,0.14), transparent 34%);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
      overflow: hidden;
    }

    .poster-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      margin-bottom: 14px;
      position: relative;
      z-index: 1;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      width: fit-content;
      padding: 8px 12px;
      border-radius: 999px;
      color: #23170b;
      background: linear-gradient(135deg, #f3d591 0%, #d7a54d 56%, #b56c25 100%);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.08em;
    }

    .poster-title {
      color: var(--soft);
      font-size: 12px;
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    .poster-art {
      position: relative;
      flex: 1;
      border-radius: 22px;
      border: 1px solid rgba(255,255,255,0.08);
      overflow: hidden;
      background:
        radial-gradient(circle at 20% 20%, rgba(215,165,77,0.24), transparent 18%),
        radial-gradient(circle at 72% 18%, rgba(184,91,45,0.22), transparent 16%),
        linear-gradient(135deg, rgba(255,255,255,0.03), rgba(255,255,255,0.008) 48%, rgba(255,255,255,0.02));
      min-height: 280px;
    }

    .poster-art::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.22) 100%),
        radial-gradient(circle at 50% 70%, rgba(255,255,255,0.05), transparent 32%);
      pointer-events: none;
    }

    .poster-art::after {
      content: "";
      position: absolute;
      inset: 14px;
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,0.10);
      pointer-events: none;
    }

    .poster-brand {
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 18px;
      z-index: 1;
    }

    .poster-brand h2 {
      margin: 0 0 8px;
      font-size: clamp(28px, 4vw, 40px);
      line-height: 0.98;
      font-weight: 900;
      letter-spacing: -0.04em;
      max-width: 8ch;
    }

    .poster-brand p {
      margin: 0;
      max-width: 30ch;
      color: rgba(246, 239, 227, 0.76);
      font-size: 14px;
      line-height: 1.75;
    }

    .poster-points {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      margin-top: 16px;
      position: relative;
      z-index: 1;
    }

    .poster-point {
      padding: 12px 12px 11px;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,0.08);
      background: rgba(255,255,255,0.03);
      backdrop-filter: blur(8px);
    }

    .poster-point strong {
      display: block;
      font-size: 20px;
      line-height: 1;
      margin-bottom: 4px;
      color: #fff4df;
    }

    .poster-point span {
      display: block;
      color: var(--muted);
      font-size: 12px;
      line-height: 1.45;
    }

    .section {
      padding: clamp(48px, 7vw, 88px) 0 0;
      scroll-margin-top: 102px;
    }

    .section-head {
      display: flex;
      align-items: end;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 22px;
    }

    .section-title {
      margin: 0;
      font-size: clamp(28px, 3vw, 42px);
      line-height: 1.08;
      letter-spacing: -0.04em;
      font-weight: 900;
    }

    .section-lead {
      margin: 0;
      max-width: 64ch;
      color: var(--muted);
      line-height: 1.8;
      font-size: 15px;
    }

    .entry-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }

    .entry-card {
      position: relative;
      display: block;
      min-height: 180px;
      padding: 20px;
      border-radius: var(--radius-lg);
      border: 1px solid var(--line);
      background:
        linear-gradient(180deg, rgba(255,255,255,0.028), rgba(255,255,255,0.018)),
        var(--panel);
      box-shadow: var(--shadow);
      transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
      overflow: hidden;
    }

    .entry-card::after {
      content: "";
      position: absolute;
      inset: auto -24px -24px auto;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(215,165,77,0.18), transparent 64%);
      pointer-events: none;
    }

    .entry-card:hover,
    .entry-card:focus-visible {
      transform: translateY(-3px);
      border-color: rgba(215,165,77,0.26);
      box-shadow: 0 20px 42px rgba(0,0,0,0.35);
      outline: none;
    }

    .entry-index {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      border-radius: 12px;
      background: rgba(215,165,77,0.10);
      color: #f8dfad;
      border: 1px solid rgba(215,165,77,0.20);
      font-weight: 800;
      letter-spacing: 0.04em;
    }

    .entry-card h3 {
      margin: 16px 0 8px;
      font-size: 21px;
      line-height: 1.15;
      letter-spacing: -0.03em;
      font-weight: 800;
    }

    .entry-card p {
      margin: 0;
      color: var(--muted);
      line-height: 1.75;
      font-size: 14px;
      max-width: 26ch;
    }

    .entry-note {
      margin-top: 18px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #f6ddb0;
      font-size: 13px;
      font-weight: 700;
    }

    .stats-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }

    .stat-card {
      position: relative;
      padding: 20px;
      border-radius: var(--radius-lg);
      background:
        linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015)),
        var(--panel-2);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .stat-card::before {
      content: "";
      position: absolute;
      inset: 0 auto auto 0;
      width: 100%;
      height: 2px;
      background: linear-gradient(90deg, rgba(215,165,77,0.85), rgba(184,91,45,0.4), transparent);
      opacity: 0.75;
    }

    .stat-value {
      display: block;
      font-size: clamp(28px, 4vw, 48px);
      line-height: 1;
      letter-spacing: -0.04em;
      font-weight: 900;
      color: #fff1d7;
      margin-top: 10px;
    }

    .stat-label {
      display: block;
      margin-top: 10px;
      color: var(--text);
      font-weight: 800;
      letter-spacing: 0.01em;
    }

    .stat-note {
      display: block;
      margin-top: 8px;
      color: var(--muted);
      line-height: 1.65;
      font-size: 14px;
    }

    .matrix-grid {
      display: grid;
      grid-template-columns: repeat(12, minmax(0, 1fr));
      gap: 16px;
    }

    .matrix-card {
      position: relative;
      padding: 22px;
      border-radius: var(--radius-lg);
      background:
        linear-gradient(180deg, rgba(255,255,255,0.028), rgba(255,255,255,0.014)),
        var(--panel);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      overflow: hidden;
      min-height: 220px;
      transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
    }

    .matrix-card:hover,
    .matrix-card:focus-within {
      transform: translateY(-3px);
      border-color: rgba(215,165,77,0.22);
      box-shadow: 0 20px 40px rgba(0,0,0,0.35);
    }

    .matrix-card--feature {
      grid-column: span 7;
      min-height: 280px;
      background:
        linear-gradient(135deg, rgba(215,165,77,0.10), rgba(255,255,255,0.012) 42%, rgba(184,91,45,0.08)),
        var(--panel);
    }

    .matrix-card--small {
      grid-column: span 5;
    }

    .matrix-card--tall {
      grid-column: span 5;
      min-height: 250px;
    }

    .matrix-card--wide {
      grid-column: span 7;
      min-height: 250px;
      background:
        linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.012)),
        rgba(18, 16, 13, 0.98);
    }

    .matrix-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 20px;
    }

    .mini-tag {
      display: inline-flex;
      align-items: center;
      min-height: 32px;
      padding: 0 12px;
      border-radius: 999px;
      border: 1px solid rgba(215,165,77,0.20);
      background: rgba(215,165,77,0.10);
      color: #f8dfad;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.06em;
    }

    .matrix-title {
      margin: 0;
      font-size: 26px;
      line-height: 1.06;
      letter-spacing: -0.04em;
      font-weight: 900;
    }

    .matrix-copy {
      margin: 10px 0 0;
      color: var(--muted);
      line-height: 1.8;
      font-size: 14px;
      max-width: 40ch;
    }

    .matrix-list {
      display: grid;
      gap: 10px;
      margin-top: 18px;
    }

    .matrix-list-item {
      display: flex;
      align-items: center;
      gap: 10px;
      color: var(--text);
      font-size: 14px;
    }

    .matrix-list-item::before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: linear-gradient(180deg, #f3d591, #b56c25);
      box-shadow: 0 0 0 4px rgba(215,165,77,0.08);
      flex: 0 0 auto;
    }

    .compare-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      align-items: stretch;
    }

    .compare-panel {
      padding: 22px;
      border-radius: var(--radius-lg);
      border: 1px solid var(--line);
      background:
        linear-gradient(180deg, rgba(255,255,255,0.028), rgba(255,255,255,0.014)),
        var(--panel);
      box-shadow: var(--shadow);
    }

    .compare-panel--before {
      background:
        linear-gradient(180deg, rgba(184,91,45,0.07), rgba(255,255,255,0.012)),
        rgba(20, 17, 15, 0.98);
    }

    .compare-panel--after {
      background:
        linear-gradient(180deg, rgba(215,165,77,0.08), rgba(255,255,255,0.012)),
        rgba(20, 18, 14, 0.98);
    }

    .compare-head {
      display: flex;
      justify-content: space-between;
      align-items: end;
      gap: 16px;
      margin-bottom: 18px;
    }

    .compare-head h3 {
      margin: 0;
      font-size: 24px;
      line-height: 1.1;
      font-weight: 900;
      letter-spacing: -0.03em;
    }

    .compare-head p {
      margin: 0;
      color: var(--muted);
      font-size: 13px;
      white-space: nowrap;
    }

    .compare-desc {
      margin: 0;
      color: var(--muted);
      line-height: 1.8;
      font-size: 14px;
    }

    .bar-stack {
      display: grid;
      gap: 12px;
      margin-top: 18px;
    }

    .bar-row {
      display: grid;
      grid-template-columns: 92px 1fr 38px;
      gap: 10px;
      align-items: center;
      font-size: 13px;
      color: var(--muted);
    }

    .bar-label {
      color: var(--text);
      font-weight: 700;
    }

    .bar-track {
      height: 10px;
      border-radius: 999px;
      background: rgba(255,255,255,0.06);
      overflow: hidden;
      position: relative;
    }

    .bar-fill {
      height: 100%;
      border-radius: inherit;
      background: linear-gradient(90deg, rgba(215,165,77,0.95), rgba(184,91,45,0.92));
    }

    .bar-fill--soft {
      background: linear-gradient(90deg, rgba(255,255,255,0.16), rgba(255,255,255,0.08));
    }

    .news-layout {
      display: grid;
      grid-template-columns: 1.3fr 0.7fr;
      gap: 16px;
      align-items: start;
    }

    .news-list {
      display: grid;
      gap: 14px;
    }

    .news-card {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 14px;
      align-items: stretch;
      padding: 20px;
      border-radius: var(--radius-lg);
      background:
        linear-gradient(180deg, rgba(255,255,255,0.028), rgba(255,255,255,0.014)),
        var(--panel);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
      transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
    }

    .news-card:hover,
    .news-card:focus-visible {
      transform: translateY(-3px);
      border-color: rgba(215,165,77,0.22);
      box-shadow: 0 20px 40px rgba(0,0,0,0.35);
      outline: none;
    }

    .news-card h3 {
      margin: 8px 0 10px;
      font-size: 20px;
      line-height: 1.28;
      letter-spacing: -0.03em;
      font-weight: 800;
    }

    .news-card p {
      margin: 0;
      color: var(--muted);
      line-height: 1.8;
      font-size: 14px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    .news-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
      color: var(--soft);
      font-size: 12px;
    }

    .news-action {
      display: inline-flex;
      align-items: center;
      align-self: center;
      justify-content: center;
      min-width: 88px;
      min-height: 44px;
      padding: 0 16px;
      border-radius: 999px;
      color: #f8dfad;
      border: 1px solid rgba(215,165,77,0.18);
      background: rgba(215,165,77,0.08);
      font-weight: 800;
      transition: transform .22s ease, background .22s ease, border-color .22s ease;
    }

    .news-card:hover .news-action,
    .news-card:focus-visible .news-action {
      transform: translateX(2px);
      background: rgba(215,165,77,0.12);
      border-color: rgba(215,165,77,0.28);
    }

    .news-side {
      display: grid;
      gap: 16px;
      position: sticky;
      top: 110px;
    }

    .side-card {
      padding: 22px;
      border-radius: var(--radius-lg);
      background:
        linear-gradient(180deg, rgba(255,255,255,0.028), rgba(255,255,255,0.014)),
        var(--panel-2);
      border: 1px solid var(--line);
      box-shadow: var(--shadow);
    }

    .side-card h3 {
      margin: 0 0 12px;
      font-size: 22px;
      line-height: 1.1;
      font-weight: 900;
      letter-spacing: -0.03em;
    }

    .side-card p {
      margin: 0;
      color: var(--muted);
      line-height: 1.8;
      font-size: 14px;
    }

    .side-list {
      list-style: none;
      margin: 16px 0 0;
      padding: 0;
      display: grid;
      gap: 10px;
    }

    .side-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: var(--text);
      font-size: 14px;
      line-height: 1.7;
    }

    .side-list li::before {
      content: "";
      width: 8px;
      height: 8px;
      margin-top: 8px;
      border-radius: 50%;
      background: linear-gradient(180deg, #f3d591, #b56c25);
      box-shadow: 0 0 0 4px rgba(215,165,77,0.08);
      flex: 0 0 auto;
    }

    .empty-state {
      padding: 28px 22px;
      border-radius: var(--radius-lg);
      border: 1px dashed rgba(215,165,77,0.24);
      background: rgba(255,255,255,0.02);
      color: #f4e3bc;
      text-align: center;
      line-height: 1.8;
      box-shadow: var(--shadow);
    }

    .timeline-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .timeline-card {
      padding: 22px;
      border-radius: var(--radius-lg);
      border: 1px solid var(--line);
      background:
        linear-gradient(180deg, rgba(255,255,255,0.028), rgba(255,255,255,0.014)),
        var(--panel);
      box-shadow: var(--shadow);
    }

    .timeline-top {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      align-items: center;
      margin-bottom: 16px;
    }

    .timeline-step {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border-radius: 14px;
      color: #24180a;
      background: linear-gradient(135deg, #f3d591 0%, #d7a54d 56%, #b56c25 100%);
      font-weight: 900;
      letter-spacing: 0.04em;
    }

    .timeline-time {
      color: var(--soft);
      font-size: 13px;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .timeline-card h3 {
      margin: 0 0 10px;
      font-size: 22px;
      line-height: 1.15;
      letter-spacing: -0.03em;
      font-weight: 900;
    }

    .timeline-card p {
      margin: 0;
      color: var(--muted);
      line-height: 1.82;
      font-size: 14px;
    }

    .three-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
    }

    .highlight-card {
      padding: 22px;
      border-radius: var(--radius-lg);
      border: 1px solid var(--line);
      background:
        linear-gradient(180deg, rgba(255,255,255,0.028), rgba(255,255,255,0.014)),
        var(--panel-2);
      box-shadow: var(--shadow);
    }

    .highlight-icon {
      width: 44px;
      height: 44px;
      border-radius: 14px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #24180a;
      background: linear-gradient(135deg, #f3d591 0%, #d7a54d 56%, #b56c25 100%);
      font-weight: 900;
      margin-bottom: 16px;
    }

    .highlight-card h3 {
      margin: 0 0 10px;
      font-size: 22px;
      line-height: 1.15;
      letter-spacing: -0.03em;
      font-weight: 900;
    }

    .highlight-card p {
      margin: 0;
      color: var(--muted);
      line-height: 1.8;
      font-size: 14px;
    }

    .guide-band {
      padding: 24px;
      border-radius: 28px;
      border: 1px solid rgba(215,165,77,0.18);
      background:
        linear-gradient(135deg, rgba(215,165,77,0.12), rgba(255,255,255,0.018)),
        linear-gradient(180deg, rgba(22,20,16,0.95), rgba(15,13,10,0.98));
      box-shadow: var(--shadow-strong);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
    }

    .guide-band h2 {
      margin: 8px 0 10px;
      font-size: clamp(26px, 3vw, 36px);
      line-height: 1.06;
      letter-spacing: -0.04em;
      font-weight: 900;
    }

    .guide-band p {
      margin: 0;
      max-width: 60ch;
      color: var(--muted);
      line-height: 1.8;
      font-size: 14px;
    }

    .guide-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      justify-content: flex-end;
      min-width: max-content;
    }

    .faq-list {
      display: grid;
      gap: 12px;
    }

    .faq-item {
      border-radius: 20px;
      border: 1px solid var(--line);
      background:
        linear-gradient(180deg, rgba(255,255,255,0.028), rgba(255,255,255,0.012)),
        var(--panel);
      box-shadow: var(--shadow);
      overflow: hidden;
    }

    .faq-item summary {
      list-style: none;
      cursor: pointer;
      padding: 18px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      font-weight: 800;
      line-height: 1.5;
      color: var(--text);
      transition: background .22s ease, color .22s ease;
    }

    .faq-item summary::-webkit-details-marker {
      display: none;
    }

    .faq-item summary::after {
      content: "+";
      width: 28px;
      height: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      border: 1px solid rgba(215,165,77,0.20);
      background: rgba(215,165,77,0.08);
      color: #f8dfad;
      flex: 0 0 auto;
      font-size: 18px;
      line-height: 1;
      transition: transform .22s ease, background .22s ease, border-color .22s ease;
    }

    .faq-item[open] summary {
      background: rgba(215,165,77,0.05);
    }

    .faq-item[open] summary::after {
      content: "−";
      transform: rotate(180deg);
    }

    .faq-body {
      padding: 0 20px 18px;
      color: var(--muted);
      line-height: 1.85;
      font-size: 14px;
    }

    .form-shell {
      display: grid;
      grid-template-columns: 0.82fr 1.18fr;
      gap: 16px;
      align-items: stretch;
    }

    .form-card,
    .contact-card {
      padding: 24px;
      border-radius: var(--radius-lg);
      border: 1px solid var(--line);
      background:
        linear-gradient(180deg, rgba(255,255,255,0.028), rgba(255,255,255,0.014)),
        var(--panel-2);
      box-shadow: var(--shadow);
    }

    .contact-card h3,
    .form-card h3 {
      margin: 0 0 12px;
      font-size: 24px;
      line-height: 1.12;
      font-weight: 900;
      letter-spacing: -0.03em;
    }

    .contact-card p,
    .form-card p {
      margin: 0;
      color: var(--muted);
      line-height: 1.8;
      font-size: 14px;
    }

    .trust-list {
      list-style: none;
      padding: 0;
      margin: 18px 0 0;
      display: grid;
      gap: 12px;
    }

    .trust-list li {
      display: flex;
      align-items: center;
      gap: 10px;
      color: var(--text);
      font-size: 14px;
      line-height: 1.7;
    }

    .trust-list li::before {
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: linear-gradient(180deg, #f3d591, #b56c25);
      box-shadow: 0 0 0 4px rgba(215,165,77,0.08);
      flex: 0 0 auto;
    }

    .form-grid {
      display: grid;
      gap: 14px;
      margin-top: 18px;
    }

    .field-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
    }

    .field {
      display: grid;
      gap: 8px;
    }

    label {
      font-size: 13px;
      color: #e9decf;
      font-weight: 700;
      letter-spacing: 0.02em;
    }

    input,
    textarea {
      width: 100%;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,0.10);
      background: rgba(255,255,255,0.03);
      color: var(--text);
      padding: 14px 16px;
      outline: none;
      transition: border-color .22s ease, box-shadow .22s ease, background .22s ease, transform .22s ease;
    }

    input::placeholder,
    textarea::placeholder {
      color: #8f8479;
    }

    input:hover,
    textarea:hover {
      border-color: rgba(215,165,77,0.20);
    }

    input:focus-visible,
    textarea:focus-visible {
      border-color: rgba(215,165,77,0.40);
      box-shadow: 0 0 0 4px rgba(215,165,77,0.10);
    }

    textarea {
      min-height: 140px;
      resize: vertical;
    }

    .form-actions {
      display: flex;
      align-items: center;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 4px;
    }

    .form-note {
      color: var(--soft);
      font-size: 13px;
      line-height: 1.6;
    }

    .site-footer {
      padding: 34px 0 46px;
      scroll-margin-top: 102px;
    }

    .footer-shell {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 16px;
      padding-top: 24px;
      border-top: 1px solid var(--line);
      color: var(--muted);
      flex-wrap: wrap;
    }

    .footer-brand {
      display: grid;
      gap: 8px;
    }

    .footer-brand strong {
      color: var(--text);
      font-size: 18px;
      font-weight: 900;
      letter-spacing: 0.02em;
    }

    .footer-brand span {
      line-height: 1.75;
      max-width: 52ch;
      font-size: 13px;
    }

    .footer-copy {
      text-align: right;
      font-size: 13px;
      line-height: 1.8;
      color: var(--soft);
    }

    :focus-visible {
      outline: 2px solid rgba(215,165,77,0.55);
      outline-offset: 2px;
    }

    @media (max-width: 1080px) {
      .hero-grid,
      .news-layout,
      .form-shell,
      .compare-grid {
        grid-template-columns: 1fr;
      }

      .news-side {
        position: static;
      }

      .matrix-card--feature,
      .matrix-card--small,
      .matrix-card--tall,
      .matrix-card--wide {
        grid-column: span 12;
      }

      .entry-grid,
      .stats-grid,
      .timeline-grid,
      .three-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .hero-copy {
        padding-right: 0;
      }

      .guide-band {
        flex-direction: column;
        align-items: flex-start;
      }

      .guide-actions {
        justify-content: flex-start;
        min-width: 0;
      }
    }

    @media (max-width: 768px) {
      .site-header {
        padding-top: 12px;
      }

      .nav-shell {
        flex-wrap: wrap;
        border-radius: 22px;
      }

      .nav-links {
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: none;
      }

      .nav-links::-webkit-scrollbar {
        display: none;
      }

      .nav-cta {
        margin-left: auto;
      }

      .hero {
        padding-top: 16px;
      }

      .hero-grid {
        min-height: 0;
        padding: 22px;
      }

      h1 {
        max-width: 12ch;
      }

      .section-head {
        flex-direction: column;
        align-items: flex-start;
      }

      .bar-row {
        grid-template-columns: 76px 1fr 34px;
      }

      .field-grid {
        grid-template-columns: 1fr;
      }

      .footer-shell {
        align-items: flex-start;
      }

      .footer-copy {
        text-align: left;
      }
    }

    @media (max-width: 560px) {
      .container {
        width: min(1180px, calc(100% - 20px));
      }

      .nav-shell {
        padding: 12px;
      }

      .brand-text span {
        display: none;
      }

      .nav-cta {
        width: 100%;
      }

      .hero-shell {
        border-radius: 24px;
      }

      .hero-grid,
      .entry-card,
      .stat-card,
      .matrix-card,
      .compare-panel,
      .news-card,
      .timeline-card,
      .highlight-card,
      .side-card,
      .form-card,
      .contact-card {
        border-radius: 20px;
      }

      h1 {
        font-size: clamp(36px, 11vw, 52px);
      }

      .hero-copy p,
      .section-lead {
        font-size: 14px;
      }

      .hero-actions .btn {
        width: 100%;
      }

      .entry-grid,
      .stats-grid,
      .timeline-grid,
      .three-grid {
        grid-template-columns: 1fr;
      }

      .poster-points {
        grid-template-columns: 1fr;
      }

      .poster-art {
        min-height: 240px;
      }

      .news-card {
        grid-template-columns: 1fr;
      }

      .news-action {
        width: 100%;
      }

      .bar-row {
        grid-template-columns: 1fr;
        gap: 6px;
      }

      .bar-track {
        width: 100%;
      }

      .guide-band {
        padding: 20px;
      }

      .guide-actions .btn {
        width: 100%;
      }

      .form-actions .btn {
        width: 100%;
      }
    }

/* roulang page: article */
:root {
      --bg: #0b0a08;
      --bg-2: #12100d;
      --panel: rgba(22, 20, 16, 0.92);
      --panel-2: rgba(31, 27, 22, 0.94);
      --panel-soft: rgba(255, 255, 255, 0.03);
      --text: #f6efe3;
      --muted: #baaea0;
      --soft: #8c8175;
      --gold: #d7a54d;
      --gold-2: #b87b2f;
      --rust: #b85b2d;
      --line: rgba(255, 255, 255, 0.10);
      --line-strong: rgba(215, 165, 77, 0.28);
      --shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
      --shadow-strong: 0 26px 60px rgba(0, 0, 0, 0.45);
      --radius-xl: 28px;
      --radius-lg: 22px;
      --radius-md: 18px;
      --radius-sm: 14px;
      --space: clamp(18px, 3vw, 28px);
      --container: min(1180px, calc(100% - 32px));
      --nav-h: 74px;
    }

    html {
      scroll-behavior: smooth;
      background: var(--bg);
      scroll-padding-top: 110px;
    }

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      min-height: 100vh;
      color: var(--text);
      background:
        radial-gradient(circle at 15% 10%, rgba(215, 165, 77, 0.12), transparent 24%),
        radial-gradient(circle at 85% 0%, rgba(184, 91, 45, 0.10), transparent 22%),
        linear-gradient(180deg, #0b0a08 0%, #10100d 42%, #0b0a08 100%);
      font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", sans-serif;
      line-height: 1.6;
      overflow-x: hidden;
      position: relative;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      background:
        radial-gradient(circle at top left, rgba(255,255,255,0.025), transparent 28%),
        radial-gradient(circle at bottom right, rgba(255,255,255,0.02), transparent 26%),
        linear-gradient(120deg, rgba(255,255,255,0.02), transparent 35%, rgba(255,255,255,0.015));
      opacity: 0.9;
      z-index: 0;
    }

    body::after {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      background-image:
        linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
      background-size: 180px 180px;
      mask-image: linear-gradient(180deg, rgba(0,0,0,0.22), rgba(0,0,0,0.04));
      opacity: 0.35;
      z-index: 0;
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    a:hover {
      text-decoration: none;
    }

    img {
      max-width: 100%;
      display: block;
    }

    button,
    input,
    textarea,
    select {
      font: inherit;
    }

    button {
      border: 0;
      background: none;
      color: inherit;
      cursor: pointer;
    }

    ::selection {
      background: rgba(215, 165, 77, 0.3);
      color: #fff8ea;
    }

    :focus-visible {
      outline: 2px solid rgba(215, 165, 77, 0.82);
      outline-offset: 3px;
      border-radius: 12px;
    }

    .container {
      width: var(--container);
      margin-inline: auto;
      position: relative;
      z-index: 1;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      padding: 18px 0 0;
      pointer-events: none;
    }

    .nav-shell {
      pointer-events: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 14px 16px;
      border-radius: 24px;
      border: 1px solid var(--line);
      background: rgba(20, 18, 16, 0.84);
      backdrop-filter: blur(18px);
      box-shadow: var(--shadow);
    }

    .brand {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: max-content;
      font-weight: 900;
      letter-spacing: 0.02em;
      color: var(--text);
    }

    .brand-mark {
      width: 38px;
      height: 38px;
      border-radius: 13px;
      position: relative;
      background: linear-gradient(145deg, rgba(215,165,77,0.32), rgba(184,91,45,0.28));
      border: 1px solid rgba(215,165,77,0.45);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.16);
      flex: none;
    }

    .brand-mark::before,
    .brand-mark::after {
      content: "";
      position: absolute;
      inset: 8px;
      border-radius: 10px;
      border: 1px solid rgba(255, 248, 232, 0.55);
      opacity: 0.9;
    }

    .brand-mark::after {
      inset: 13px;
      border-radius: 999px;
      background: radial-gradient(circle at 35% 35%, rgba(255,255,255,0.90), rgba(255,255,255,0.08));
      border: none;
    }

    .brand-text {
      display: grid;
      gap: 2px;
    }

    .brand-text strong {
      font-size: 15px;
      line-height: 1.1;
    }

    .brand-text span {
      font-size: 12px;
      color: var(--soft);
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: 6px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .nav-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 14px;
      border-radius: 999px;
      color: var(--muted);
      border: 1px solid transparent;
      transition: transform .22s ease, border-color .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease;
      white-space: nowrap;
    }

    .nav-link:hover,
    .nav-link:focus-visible {
      color: var(--text);
      background: rgba(255, 255, 255, 0.035);
      border-color: var(--line);
      transform: translateY(-1px);
      outline: none;
    }

    .nav-link.is-active {
      color: var(--text);
      background: rgba(215, 165, 77, 0.12);
      border-color: rgba(215, 165, 77, 0.22);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
    }

    .nav-cta,
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 44px;
      padding: 0 18px;
      border-radius: 999px;
      border: 1px solid transparent;
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease, color .22s ease, filter .22s ease;
      white-space: nowrap;
      font-weight: 800;
    }

    .nav-cta {
      border-color: rgba(215, 165, 77, 0.30);
      color: #21170c;
      background: linear-gradient(135deg, var(--gold) 0%, #f1cd87 54%, var(--gold-2) 100%);
      box-shadow: 0 12px 28px rgba(215, 165, 77, 0.18);
      flex: none;
    }

    .nav-cta:hover,
    .nav-cta:focus-visible {
      transform: translateY(-2px);
      box-shadow: 0 18px 36px rgba(215, 165, 77, 0.26);
      outline: none;
    }

    .btn-primary {
      border-color: rgba(215, 165, 77, 0.32);
      background: linear-gradient(135deg, var(--gold) 0%, #f1cd87 56%, var(--gold-2) 100%);
      color: #241809;
      box-shadow: 0 12px 28px rgba(215, 165, 77, 0.16);
    }

    .btn-primary:hover,
    .btn-primary:focus-visible {
      transform: translateY(-2px);
      box-shadow: 0 18px 36px rgba(215, 165, 77, 0.24);
      outline: none;
    }

    .btn-secondary {
      border-color: var(--line-strong);
      background: rgba(255,255,255,0.03);
      color: var(--text);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
    }

    .btn-secondary:hover,
    .btn-secondary:focus-visible {
      background: rgba(255,255,255,0.05);
      border-color: rgba(215, 165, 77, 0.32);
      transform: translateY(-2px);
      outline: none;
    }

    .btn-soft {
      border-color: var(--line);
      background: rgba(255,255,255,0.02);
      color: var(--muted);
    }

    .btn-soft:hover,
    .btn-soft:focus-visible {
      color: var(--text);
      border-color: rgba(215, 165, 77, 0.22);
      transform: translateY(-2px);
      outline: none;
    }

    .reading-progress {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 2px;
      z-index: 60;
      pointer-events: none;
      background: transparent;
    }

    .reading-progress span {
      display: block;
      width: 0%;
      height: 100%;
      background: linear-gradient(90deg, var(--gold), #f1cd87 55%, var(--rust));
      box-shadow: 0 0 18px rgba(215,165,77,0.35);
      transition: width .12s linear;
    }

    .page-main {
      position: relative;
      z-index: 1;
      padding: 22px 0 56px;
    }

    .article-hero {
      padding: 20px 0 10px;
    }

    .hero-card {
      position: relative;
      overflow: hidden;
      border-radius: 30px;
      border: 1px solid rgba(255,255,255,0.08);
      background:
        linear-gradient(145deg, rgba(255,255,255,0.056), rgba(255,255,255,0.018)),
        linear-gradient(180deg, rgba(28,24,20,0.94), rgba(18,16,13,0.94));
      box-shadow: var(--shadow-strong);
    }

    .hero-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 78% 22%, rgba(215,165,77,0.18), transparent 22%),
        radial-gradient(circle at 96% 12%, rgba(184,91,45,0.12), transparent 18%),
        radial-gradient(circle at 16% 8%, rgba(255,255,255,0.06), transparent 18%);
      pointer-events: none;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
      gap: 22px;
      padding: clamp(22px, 3vw, 30px);
      align-items: stretch;
    }

    .crumbs {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
      color: var(--muted);
      font-size: 13px;
      margin-bottom: 18px;
    }

    .crumbs a {
      color: var(--text);
      opacity: 0.88;
    }

    .crumbs .sep {
      color: var(--soft);
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 14px;
      color: var(--gold);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .eyebrow::before {
      content: "";
      width: 22px;
      height: 1px;
      background: linear-gradient(90deg, rgba(215,165,77,0.95), rgba(215,165,77,0.12));
    }

    .hero-title {
      margin: 0;
      font-size: clamp(30px, 5vw, 58px);
      line-height: 1.05;
      letter-spacing: -0.03em;
      font-weight: 900;
      color: var(--text);
      text-wrap: balance;
    }

    .hero-lead {
      margin: 18px 0 0;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.9;
      max-width: 68ch;
      text-wrap: pretty;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 24px;
    }

    .hero-actions .btn {
      padding-inline: 20px;
    }

    .meta-pills {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 22px;
    }

    .pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 34px;
      padding: 0 12px;
      border-radius: 999px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,0.03);
      color: var(--muted);
      font-size: 13px;
    }

    .pill strong {
      color: var(--text);
      font-weight: 800;
    }

    .hero-side {
      display: grid;
      gap: 14px;
      align-content: start;
    }

    .side-card,
    .info-card,
    .content-card,
    .support-card,
    .empty-card {
      border-radius: var(--radius-lg);
      border: 1px solid var(--line);
      background: rgba(255,255,255,0.03);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
    }

    .poster {
      position: relative;
      overflow: hidden;
      min-height: 100%;
      padding: 18px;
      background:
        linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)),
        linear-gradient(160deg, rgba(26,22,18,0.98), rgba(14,13,11,0.96));
    }

    .poster::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 78% 18%, rgba(215,165,77,0.22), transparent 24%),
        radial-gradient(circle at 18% 14%, rgba(184,91,45,0.12), transparent 18%),
        linear-gradient(120deg, rgba(255,255,255,0.02), transparent 40%, rgba(255,255,255,0.03));
      pointer-events: none;
    }

    .poster-tag {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 12px;
      border-radius: 999px;
      background: rgba(215,165,77,0.14);
      color: #f2d48b;
      border: 1px solid rgba(215,165,77,0.18);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      position: relative;
      z-index: 1;
    }

    .poster-stage {
      position: relative;
      z-index: 1;
      margin-top: 18px;
      border-radius: 22px;
      overflow: hidden;
      border: 1px solid rgba(255,255,255,0.08);
      aspect-ratio: 4 / 5;
      background:
        radial-gradient(circle at 70% 28%, rgba(215,165,77,0.22), transparent 18%),
        radial-gradient(circle at 28% 24%, rgba(255,255,255,0.12), transparent 16%),
        linear-gradient(180deg, rgba(35,29,23,0.92), rgba(12,11,9,0.96));
    }

    .poster-stage::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.35)),
        linear-gradient(90deg, rgba(255,255,255,0.05), transparent 18%, transparent 82%, rgba(255,255,255,0.04));
    }

    .poster-copy {
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 18px;
      z-index: 1;
      display: grid;
      gap: 10px;
    }

    .poster-copy strong {
      display: block;
      font-size: 22px;
      line-height: 1.15;
      font-weight: 900;
      letter-spacing: -0.02em;
    }

    .poster-copy span {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.75;
    }

    .poster-bars {
      position: absolute;
      left: 18px;
      top: 18px;
      z-index: 1;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .poster-bars i {
      display: block;
      width: 22px;
      height: 5px;
      border-radius: 999px;
      background: linear-gradient(90deg, rgba(215,165,77,0.95), rgba(255,255,255,0.18));
      opacity: 0.9;
    }

    .poster-bars i:nth-child(2) {
      width: 38px;
      opacity: 0.7;
    }

    .poster-bars i:nth-child(3) {
      width: 16px;
      opacity: 0.55;
    }

    .stats {
      margin-top: 26px;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 14px;
    }

    .stat-card {
      position: relative;
      overflow: hidden;
      border-radius: var(--radius-md);
      border: 1px solid var(--line);
      background: rgba(255,255,255,0.03);
      padding: 18px 16px;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
      transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
      min-height: 112px;
    }

    .stat-card:hover {
      transform: translateY(-3px);
      border-color: rgba(215,165,77,0.24);
      background: rgba(255,255,255,0.045);
      box-shadow: var(--shadow);
    }

    .stat-number {
      font-size: clamp(26px, 3vw, 40px);
      line-height: 1;
      font-weight: 900;
      letter-spacing: -0.04em;
      color: #fff4da;
    }

    .stat-label {
      margin-top: 10px;
      font-size: 14px;
      font-weight: 800;
      color: var(--text);
    }

    .stat-note {
      margin-top: 8px;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.6;
    }

    .story-grid {
      margin-top: 16px;
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 14px;
    }

    .info-card {
      padding: 18px;
      background: rgba(255,255,255,0.03);
      transition: transform .22s ease, border-color .22s ease, background .22s ease;
    }

    .info-card:hover {
      transform: translateY(-2px);
      border-color: rgba(215,165,77,0.2);
      background: rgba(255,255,255,0.045);
    }

    .info-card.emphasis {
      background:
        linear-gradient(180deg, rgba(215,165,77,0.12), rgba(255,255,255,0.03)),
        rgba(255,255,255,0.03);
      border-color: rgba(215,165,77,0.22);
    }

    .card-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 14px;
    }

    .card-title {
      margin: 0;
      font-size: 18px;
      line-height: 1.25;
      font-weight: 900;
      letter-spacing: -0.02em;
    }

    .card-sub {
      margin: 8px 0 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.8;
    }

    .list-clean {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      gap: 10px;
    }

    .list-clean li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.7;
    }

    .list-clean li::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 999px;
      margin-top: 8px;
      flex: none;
      background: linear-gradient(135deg, var(--gold), var(--rust));
      box-shadow: 0 0 0 4px rgba(215,165,77,0.08);
    }

    .section {
      padding-top: 28px;
    }

    .section-title {
      display: grid;
      gap: 10px;
      margin-bottom: 16px;
    }

    .section-title h2 {
      margin: 0;
      font-size: clamp(22px, 3vw, 34px);
      line-height: 1.15;
      font-weight: 900;
      letter-spacing: -0.03em;
    }

    .section-title p {
      margin: 0;
      color: var(--muted);
      line-height: 1.8;
      max-width: 72ch;
    }

    .content-card {
      overflow: hidden;
      background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02));
    }

    .article-layout {
      display: grid;
      grid-template-columns: minmax(0, 1.02fr) minmax(290px, 0.42fr);
      gap: 18px;
      align-items: start;
    }

    .article-content-shell {
      padding: clamp(20px, 3vw, 32px);
    }

    .article-content {
      max-width: 74ch;
      color: var(--text);
      font-size: 17px;
      line-height: 1.95;
      word-break: break-word;
      overflow-wrap: anywhere;
    }

    .article-content > *:first-child {
      margin-top: 0;
    }

    .article-content > *:last-child {
      margin-bottom: 0;
    }

    .article-content h2,
    .article-content h3,
    .article-content h4 {
      color: var(--text);
      line-height: 1.25;
      letter-spacing: -0.02em;
      margin: 1.8em 0 0.72em;
      font-weight: 900;
    }

    .article-content h2 {
      font-size: 1.55em;
    }

    .article-content h3 {
      font-size: 1.28em;
    }

    .article-content h4 {
      font-size: 1.08em;
    }

    .article-content p {
      margin: 0 0 1.05em;
      color: #e9dfcf;
    }

    .article-content ul,
    .article-content ol {
      margin: 0 0 1.15em 1.3em;
      color: #e8ddcc;
      padding: 0;
    }

    .article-content li {
      margin: 0.42em 0;
    }

    .article-content a {
      color: #f4d48d;
      text-decoration: none;
      border-bottom: 1px solid rgba(215,165,77,0.32);
      transition: border-color .2s ease, color .2s ease, opacity .2s ease;
    }

    .article-content a:hover {
      color: #fff0c9;
      border-color: rgba(255,240,201,0.6);
    }

    .article-content strong {
      color: #fff7e7;
      font-weight: 800;
    }

    .article-content em {
      color: #f5e5c5;
      font-style: normal;
    }

    .article-content hr {
      border: 0;
      height: 1px;
      margin: 1.6em 0;
      background: linear-gradient(90deg, transparent, rgba(215,165,77,0.24), transparent);
    }

    .article-content blockquote {
      margin: 1.4em 0;
      padding: 18px 18px 18px 20px;
      border-left: 3px solid rgba(215,165,77,0.58);
      border-radius: 18px;
      background: rgba(215,165,77,0.08);
      color: #f3e7d0;
    }

    .article-content blockquote p:last-child {
      margin-bottom: 0;
    }

    .article-content pre {
      overflow: auto;
      padding: 16px 18px;
      border-radius: 18px;
      background: #0f0d0b;
      border: 1px solid rgba(255,255,255,0.08);
      color: #f3ebdd;
      line-height: 1.7;
    }

    .article-content code {
      padding: 0.18em 0.36em;
      border-radius: 8px;
      background: rgba(255,255,255,0.06);
      color: #ffdca0;
      font-size: 0.95em;
    }

    .article-content pre code {
      padding: 0;
      background: transparent;
      color: inherit;
    }

    .article-content img {
      margin: 1.4em 0;
      border-radius: 18px;
      border: 1px solid rgba(255,255,255,0.08);
      box-shadow: var(--shadow);
    }

    .article-content figure {
      margin: 1.4em 0;
    }

    .article-content figcaption {
      margin-top: 10px;
      color: var(--soft);
      font-size: 13px;
      line-height: 1.7;
      text-align: center;
    }

    .article-content table {
      width: 100%;
      border-collapse: collapse;
      margin: 1.4em 0;
      overflow: hidden;
      border-radius: 16px;
      border: 1px solid rgba(255,255,255,0.08);
    }

    .article-content th,
    .article-content td {
      padding: 12px 14px;
      border-bottom: 1px solid rgba(255,255,255,0.08);
      text-align: left;
      vertical-align: top;
    }

    .article-content th {
      background: rgba(255,255,255,0.05);
      color: #fff1d3;
      font-weight: 800;
    }

    .article-content tr:last-child td {
      border-bottom: 0;
    }

    .article-content .wp-caption,
    .article-content .aligncenter,
    .article-content .alignleft,
    .article-content .alignright {
      max-width: 100%;
    }

    .article-sidebar {
      display: grid;
      gap: 14px;
      position: sticky;
      top: 106px;
    }

    .sidebar-card {
      padding: 18px;
      background: rgba(255,255,255,0.03);
      transition: transform .22s ease, border-color .22s ease, background .22s ease;
    }

    .sidebar-card:hover {
      transform: translateY(-2px);
      border-color: rgba(215,165,77,0.2);
      background: rgba(255,255,255,0.045);
    }

    .sidebar-meta {
      display: grid;
      gap: 14px;
    }

    .meta-row {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      align-items: flex-start;
      padding-bottom: 12px;
      border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .meta-row:last-child {
      padding-bottom: 0;
      border-bottom: 0;
    }

    .meta-label {
      color: var(--soft);
      font-size: 13px;
    }

    .meta-value {
      color: var(--text);
      font-size: 14px;
      font-weight: 800;
      text-align: right;
      max-width: 66%;
      word-break: break-word;
    }

    .tag-row {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 2px;
    }

    .tag {
      display: inline-flex;
      align-items: center;
      min-height: 30px;
      padding: 0 11px;
      border-radius: 999px;
      border: 1px solid rgba(215,165,77,0.18);
      background: rgba(215,165,77,0.10);
      color: #f2d48b;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.01em;
    }

    .mini-note {
      color: var(--muted);
      font-size: 14px;
      line-height: 1.8;
    }

    .outline-list {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .outline-list li {
      display: flex;
      gap: 10px;
      align-items: flex-start;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.7;
    }

    .outline-list li::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 999px;
      margin-top: 9px;
      flex: none;
      background: linear-gradient(135deg, var(--gold), var(--rust));
    }

    .support-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
    }

    .support-card {
      padding: 18px;
      background: rgba(255,255,255,0.03);
      transition: transform .22s ease, border-color .22s ease, background .22s ease;
    }

    .support-card:hover {
      transform: translateY(-2px);
      border-color: rgba(215,165,77,0.2);
      background: rgba(255,255,255,0.045);
    }

    .support-card .chip {
      margin-bottom: 12px;
    }

    .support-card p {
      margin: 0;
      color: var(--muted);
      line-height: 1.8;
      font-size: 14px;
    }

    .support-card .actions {
      margin-top: 14px;
    }

    .chip {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 30px;
      padding: 0 12px;
      border-radius: 999px;
      background: rgba(215,165,77,0.12);
      color: #f2d48b;
      border: 1px solid rgba(215,165,77,0.18);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .faq-shell {
      display: grid;
      gap: 12px;
    }

    .faq-item {
      border-radius: 20px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,0.03);
      overflow: hidden;
      transition: transform .22s ease, border-color .22s ease, background .22s ease;
    }

    .faq-item:hover {
      border-color: rgba(215,165,77,0.2);
      background: rgba(255,255,255,0.04);
      transform: translateY(-1px);
    }

    .faq-item summary {
      list-style: none;
      cursor: pointer;
      padding: 18px 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      color: var(--text);
      font-weight: 800;
      line-height: 1.5;
    }

    .faq-item summary::-webkit-details-marker {
      display: none;
    }

    .faq-item summary::after {
      content: "+";
      flex: none;
      width: 28px;
      height: 28px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      color: #1f170b;
      background: linear-gradient(135deg, var(--gold), #f1cd87);
      box-shadow: 0 10px 22px rgba(215,165,77,0.12);
      transition: transform .22s ease, background .22s ease;
    }

    .faq-item[open] summary::after {
      content: "−";
      transform: rotate(0deg);
    }

    .faq-body {
      padding: 0 20px 18px;
      color: var(--muted);
      line-height: 1.85;
      border-top: 1px solid rgba(255,255,255,0.08);
      margin-top: -1px;
    }

    .faq-body p {
      margin: 16px 0 0;
    }

    .cta-shell {
      margin-top: 14px;
      padding: clamp(20px, 3vw, 28px);
      border-radius: 28px;
      border: 1px solid rgba(215,165,77,0.20);
      background:
        radial-gradient(circle at 82% 18%, rgba(215,165,77,0.18), transparent 22%),
        linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.024));
      box-shadow: var(--shadow);
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      gap: 18px;
      align-items: center;
    }

    .cta-shell h2 {
      margin: 0 0 10px;
      font-size: clamp(22px, 3vw, 34px);
      line-height: 1.18;
      font-weight: 900;
      letter-spacing: -0.03em;
    }

    .cta-shell p {
      margin: 0;
      color: var(--muted);
      line-height: 1.85;
      max-width: 70ch;
    }

    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: flex-end;
    }

    .empty-wrap {
      padding: 30px 0 12px;
    }

    .empty-card {
      padding: clamp(26px, 4vw, 40px);
      text-align: center;
      background:
        radial-gradient(circle at 50% 14%, rgba(215,165,77,0.12), transparent 20%),
        rgba(255,255,255,0.03);
    }

    .empty-card h2 {
      margin: 0;
      font-size: clamp(24px, 4vw, 40px);
      line-height: 1.15;
      font-weight: 900;
    }

    .empty-card p {
      margin: 14px auto 0;
      max-width: 58ch;
      color: var(--muted);
      line-height: 1.9;
      font-size: 16px;
    }

    .empty-actions {
      margin-top: 22px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 12px;
    }

    .site-footer {
      position: relative;
      z-index: 1;
      padding: 16px 0 30px;
    }

    .footer-shell {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      padding: 18px 0 0;
      border-top: 1px solid rgba(255,255,255,0.08);
    }

    .footer-brand {
      display: grid;
      gap: 6px;
      max-width: 66ch;
    }

    .footer-brand strong {
      font-size: 15px;
      font-weight: 900;
      color: var(--text);
      letter-spacing: 0.02em;
    }

    .footer-brand span {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.8;
    }

    .footer-copy {
      color: var(--soft);
      font-size: 13px;
      white-space: nowrap;
    }

    .back-top {
      position: fixed;
      right: 16px;
      bottom: 16px;
      z-index: 45;
      width: 46px;
      height: 46px;
      border-radius: 16px;
      border: 1px solid rgba(215,165,77,0.22);
      background: rgba(18,16,13,0.85);
      color: var(--text);
      box-shadow: var(--shadow);
      display: grid;
      place-items: center;
      backdrop-filter: blur(16px);
      opacity: 0;
      pointer-events: none;
      transform: translateY(8px);
      transition: opacity .2s ease, transform .2s ease, border-color .2s ease, background .2s ease;
    }

    .back-top.is-visible {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0);
    }

    .back-top:hover,
    .back-top:focus-visible {
      border-color: rgba(215,165,77,0.36);
      background: rgba(24,21,16,0.94);
      outline: none;
    }

    .back-top svg {
      width: 18px;
      height: 18px;
    }

    .hidden {
      display: none !important;
    }

    @media (max-width: 1120px) {
      .hero-grid,
      .article-layout {
        grid-template-columns: 1fr;
      }

      .article-sidebar {
        position: static;
      }

      .stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .support-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 860px) {
      .nav-shell {
        flex-wrap: wrap;
        justify-content: center;
      }

      .brand {
        width: 100%;
        justify-content: center;
      }

      .nav-links {
        width: 100%;
        justify-content: center;
      }

      .nav-cta {
        width: 100%;
      }

      .hero-title {
        font-size: clamp(28px, 8vw, 48px);
      }

      .hero-lead {
        font-size: 16px;
      }

      .story-grid {
        grid-template-columns: 1fr;
      }

      .cta-shell {
        grid-template-columns: 1fr;
      }

      .cta-actions {
        justify-content: flex-start;
      }
    }

    @media (max-width: 640px) {
      .site-header {
        padding-top: 12px;
      }

      .nav-shell {
        padding: 12px;
        border-radius: 22px;
      }

      .hero-card {
        border-radius: 24px;
      }

      .hero-grid {
        padding: 18px;
      }

      .stats {
        grid-template-columns: 1fr;
      }

      .support-grid {
        grid-template-columns: 1fr;
      }

      .hero-actions,
      .empty-actions {
        width: 100%;
      }

      .hero-actions .btn,
      .empty-actions .btn,
      .cta-actions .btn {
        width: 100%;
      }

      .hero-actions {
        display: grid;
      }

      .footer-shell {
        flex-direction: column;
        align-items: flex-start;
      }

      .footer-copy {
        white-space: normal;
      }

      .meta-row {
        flex-direction: column;
        align-items: flex-start;
      }

      .meta-value {
        max-width: 100%;
        text-align: left;
      }

      .article-content {
        font-size: 16px;
      }

      .article-content-shell {
        padding: 18px;
      }

      .faq-item summary {
        padding: 16px 16px;
      }

      .faq-body {
        padding: 0 16px 16px;
      }

      .back-top {
        right: 12px;
        bottom: 12px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }

      *,
      *::before,
      *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
      }
    }
