/* roulang page: index */
:root {
      --paper: #f7f3eb;
      --paper-deep: #eee6da;
      --ink: #242522;
      --muted: #74766f;
      --clay: #b8543f;
      --clay-dark: #934333;
      --sage: #71847b;
      --line: #dcd4c8;
      --card: #fffdf8;
      --radius-lg: 26px;
      --radius-md: 17px;
      --shadow: 0 16px 45px rgba(62, 50, 36, .08);
      --ease: 220ms ease;
    }
    *, *::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", sans-serif;
      line-height: 1.75;
      overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; transition: color var(--ease), background var(--ease), border var(--ease), transform var(--ease), box-shadow var(--ease); }
    img { display: block; max-width: 100%; }
    button, input, textarea, select { font: inherit; }
    button { cursor: pointer; }
    :focus-visible { outline: 3px solid rgba(184,84,63,.38); outline-offset: 3px; }
    .container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
    .site-header {
      position: sticky; top: 0; z-index: 30;
      background: rgba(247,243,235,.96);
      border-bottom: 1px solid var(--line);
      box-shadow: 0 5px 20px rgba(50,43,32,.04);
    }
    .nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 28px; }
    .brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; font-weight: 800; letter-spacing: -.04em; }
    .brand-mark { width: 35px; height: 35px; display: grid; place-items: center; color: white; background: var(--clay); border-radius: 11px 11px 11px 3px; font-size: 14px; }
    .brand-name { font-size: 18px; white-space: nowrap; }
    .nav-tabs { display: flex; align-items: center; gap: 7px; margin: auto; }
    .nav-tab { padding: 7px 15px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; color: #686960; white-space: nowrap; }
    .nav-tab:hover { color: var(--clay); border-color: var(--line); background: #fffaf3; }
    .nav-tab.active { color: #fff; background: var(--clay); box-shadow: 0 5px 14px rgba(184,84,63,.2); }
    .nav-cta, .btn-primary { color: #fff; background: var(--clay); border: 1px solid var(--clay); }
    .nav-cta { padding: 10px 18px; border-radius: 10px; font-size: 14px; font-weight: 700; white-space: nowrap; }
    .nav-cta:hover, .btn-primary:hover { background: var(--clay-dark); transform: translateY(-2px); box-shadow: 0 9px 20px rgba(184,84,63,.2); }
    .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 20px; border-radius: 11px; font-weight: 700; transition: var(--ease); }
    .btn-secondary { color: var(--ink); border: 1px solid #aaa79e; background: rgba(255,255,255,.35); }
    .btn-secondary:hover { border-color: var(--clay); color: var(--clay); background: #fffaf3; transform: translateY(-2px); }
    .hero { position: relative; padding: 76px 0 78px; overflow: hidden; background: var(--paper-deep); }
    .hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -180px; top: -260px; border: 1px solid rgba(184,84,63,.2); border-radius: 50%; }
    .hero::after { content: ""; position: absolute; left: 0; bottom: -80px; width: 58%; height: 140px; background: var(--paper); transform: skewY(-4deg); transform-origin: left; }
    .hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
    .eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--clay); font-size: 12px; letter-spacing: .16em; font-weight: 800; text-transform: uppercase; }
    .eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--clay); }
    h1, h2, h3, p { margin-top: 0; }
    h1 { max-width: 720px; margin: 20px 0 22px; font-size: clamp(42px, 6vw, 70px); line-height: 1.12; letter-spacing: -.07em; font-weight: 900; }
    .hero-copy { max-width: 630px; color: #5f615b; font-size: 17px; line-height: 1.9; }
    .hero-actions { display: flex; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
    .hero-note { display: flex; gap: 22px; margin-top: 35px; color: var(--muted); font-size: 13px; }
    .hero-note strong { display: block; color: var(--ink); font-size: 22px; line-height: 1.2; }
    .index-board { padding: 25px; background: #fffaf2; border: 1px solid #d8cdbd; border-radius: var(--radius-lg); box-shadow: var(--shadow); transform: rotate(1.4deg); }
    .board-top { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 15px; margin-bottom: 18px; }
    .board-title { font-weight: 800; }
    .live-dot { color: var(--sage); font-size: 12px; }
    .live-dot::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: var(--sage); }
    .board-feature { min-height: 155px; padding: 20px; display: flex; flex-direction: column; justify-content: end; color: white; background: linear-gradient(135deg, #4c514b, #8d7561); border-radius: 16px; overflow: hidden; position: relative; }
    .board-feature::after { content: "中文"; position: absolute; top: 10px; right: 15px; color: rgba(255,255,255,.12); font-size: 86px; font-weight: 900; line-height: 1; }
    .board-feature h3 { position: relative; z-index: 1; margin-bottom: 5px; font-size: 22px; }
    .board-feature p { position: relative; z-index: 1; margin: 0; color: rgba(255,255,255,.75); font-size: 13px; }
    .board-list { margin-top: 17px; display: grid; gap: 10px; }
    .board-row { display: flex; justify-content: space-between; gap: 12px; padding-bottom: 10px; border-bottom: 1px dashed var(--line); font-size: 13px; }
    .board-row span:last-child { color: var(--clay); font-weight: 700; }
    .section { padding: 100px 0; }
    .section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
    .section-head h2 { margin: 10px 0 0; font-size: clamp(29px, 4vw, 43px); line-height: 1.2; letter-spacing: -.05em; }
    .section-head p { max-width: 520px; margin: 0; color: var(--muted); }
    .metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
    .metric { padding: 24px; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-md); }
    .metric small { color: var(--muted); font-size: 13px; }
    .metric strong { display: block; margin: 7px 0; font-size: 34px; letter-spacing: -.06em; }
    .metric em { color: var(--sage); font-size: 12px; font-style: normal; }
    .matrix { display: grid; grid-template-columns: 1.35fr .8fr .8fr; grid-template-rows: auto auto; gap: 16px; }
    .content-card { position: relative; min-height: 190px; padding: 25px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--card); transition: var(--ease); }
    .content-card:hover { transform: translateY(-5px); border-color: var(--clay); box-shadow: var(--shadow); }
    .content-card.large { grid-row: span 2; min-height: 395px; color: white; background: #4b514b; }
    .content-card.large::before { content: "选"; position: absolute; right: 18px; top: 24px; color: rgba(255,255,255,.1); font-size: 180px; font-weight: 900; line-height: .8; }
    .content-card .card-bottom { position: absolute; left: 25px; right: 25px; bottom: 23px; }
    .badge { display: inline-flex; padding: 4px 9px; border-radius: 5px; color: var(--clay-dark); background: #f3dfd7; font-size: 11px; font-weight: 800; }
    .content-card.large .badge { color: #fff4ed; background: rgba(255,255,255,.16); }
    .content-card h3 { margin: 16px 0 8px; font-size: 23px; line-height: 1.35; }
    .content-card p { color: var(--muted); font-size: 14px; line-height: 1.7; }
    .content-card.large p { color: rgba(255,255,255,.7); max-width: 340px; }
    .arrow { position: absolute; right: 23px; bottom: 22px; color: var(--clay); font-size: 22px; }
    .comparison { display: grid; grid-template-columns: 1fr 1.08fr; gap: 17px; }
    .compare-card { padding: 29px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #eeeae2; }
    .compare-card.recommended { color: #fff; border-color: var(--clay); background: var(--clay); }
    .compare-card h3 { margin-bottom: 20px; font-size: 22px; }
    .compare-item { display: grid; grid-template-columns: 100px 1fr; gap: 15px; padding: 14px 0; border-top: 1px solid rgba(100,93,82,.18); font-size: 14px; }
    .recommended .compare-item { border-color: rgba(255,255,255,.24); }
    .compare-item b { font-size: 13px; }
    .bar { height: 7px; margin-top: 7px; background: rgba(80,78,70,.12); border-radius: 20px; overflow: hidden; }
    .recommended .bar { background: rgba(255,255,255,.22); }
    .bar i { display: block; height: 100%; width: 86%; background: var(--sage); border-radius: inherit; }
    .recommended .bar i { background: #f9dfad; }
    .news-layout { display: grid; grid-template-columns: 1fr .72fr; gap: 45px; }
    .news-list { border-top: 1px solid var(--line); }
    .news-link { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
    .news-link:hover { color: var(--clay); padding-left: 8px; }
    .news-link span { color: var(--muted); font-size: 13px; white-space: nowrap; }
    .recommend-box { padding: 29px; background: #dce4df; border-radius: var(--radius-lg); }
    .recommend-box h3 { font-size: 24px; line-height: 1.35; }
    .recommend-box p { color: #5d6962; font-size: 14px; }
    .faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; }
    .faq-list { border-top: 1px solid var(--line); }
    .faq-item { border-bottom: 1px solid var(--line); }
    .faq-question { width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; color: var(--ink); background: none; border: 0; text-align: left; font-weight: 800; }
    .faq-question .plus { color: var(--clay); font-size: 23px; transition: transform var(--ease); }
    .faq-answer { max-height: 0; overflow: hidden; color: var(--muted); font-size: 14px; transition: max-height 260ms ease, padding 260ms ease; }
    .faq-item.open .faq-answer { max-height: 160px; padding: 0 35px 20px 0; }
    .faq-item.open .plus { transform: rotate(45deg); }
    .cta-section { padding: 92px 0; background: #2d302c; color: #fff; }
    .cta-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
    .cta-section .section-kicker { color: #e5b196; }
    .cta-section h2 { margin: 13px 0 17px; font-size: clamp(30px, 4vw, 47px); line-height: 1.2; letter-spacing: -.05em; }
    .cta-section p { color: rgba(255,255,255,.66); }
    .form-card { padding: 28px; background: #fffaf2; color: var(--ink); border-radius: var(--radius-lg); }
    .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .field { display: grid; gap: 7px; }
    .field.full { grid-column: 1 / -1; }
    .field label { font-size: 13px; font-weight: 800; }
    .field input, .field textarea, .field select { width: 100%; border: 1px solid #d4ccbf; border-radius: 9px; padding: 11px 13px; color: var(--ink); background: #fff; transition: var(--ease); }
    .field textarea { min-height: 105px; resize: vertical; }
    .field input:hover, .field textarea:hover, .field select:hover { border-color: #aaa092; }
    .field input:focus, .field textarea:focus, .field select:focus { border-color: var(--clay); outline: 3px solid rgba(184,84,63,.12); }
    .form-foot { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 18px; }
    .form-hint { color: var(--muted); font-size: 12px; }
    #formFeedback { display: none; margin-top: 13px; color: var(--sage); font-size: 13px; }
    .site-footer { padding: 48px 0 25px; background: #eee6da; }
    .footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 40px; padding-bottom: 40px; }
    .footer-title { margin-bottom: 15px; font-weight: 800; }
    .footer-links { display: grid; gap: 8px; color: var(--muted); font-size: 14px; }
    .footer-links a:hover { color: var(--clay); }
    .copyright { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
    @media (max-width: 1024px) {
      .hero-inner { gap: 35px; }
      .matrix { grid-template-columns: 1fr 1fr; }
      .content-card.large { grid-row: auto; grid-column: 1 / -1; min-height: 280px; }
    }
    @media (max-width: 768px) {
      .container { width: min(100% - 28px, 620px); }
      .nav-wrap { gap: 12px; min-height: 68px; flex-wrap: wrap; padding: 10px 0; }
      .nav-tabs { order: 3; width: 100%; overflow-x: auto; margin: 0; padding-bottom: 3px; scrollbar-width: none; }
      .nav-tabs::-webkit-scrollbar { display: none; }
      .nav-cta { margin-left: auto; }
      .hero { padding: 55px 0 65px; }
      .hero-inner, .comparison, .news-layout, .faq-layout, .cta-grid { grid-template-columns: 1fr; gap: 30px; }
      h1 { font-size: clamp(40px, 12vw, 58px); }
      .section { padding: 68px 0; }
      .section-head { display: block; margin-bottom: 28px; }
      .section-head p { margin-top: 15px; }
      .metrics { grid-template-columns: 1fr 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .footer-grid > :first-child { grid-column: 1 / -1; }
    }
    @media (max-width: 520px) {
      .brand-name { font-size: 16px; }
      .brand-mark { width: 31px; height: 31px; }
      .hero-actions, .hero-actions .btn { width: 100%; }
      .hero-note { gap: 16px; }
      .metrics, .matrix, .form-grid { grid-template-columns: 1fr; }
      .content-card.large { grid-column: auto; }
      .field.full { grid-column: auto; }
      .form-foot, .copyright { display: block; }
      .form-foot .btn { width: 100%; margin-bottom: 10px; }
      .copyright span { display: block; margin-top: 6px; }
      .footer-grid { grid-template-columns: 1fr; }
      .footer-grid > :first-child { grid-column: auto; }
    }
    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
    }

/* roulang page: category1 */
:root {
      --paper: #f7f3eb;
      --paper-deep: #eee6da;
      --ink: #242522;
      --muted: #74766f;
      --clay: #b8543f;
      --clay-dark: #934333;
      --sage: #71847b;
      --line: #dcd4c8;
      --card: #fffdf8;
      --radius-lg: 26px;
      --radius-md: 17px;
      --shadow: 0 16px 45px rgba(62, 50, 36, .08);
      --ease: 220ms ease;
    }
    * { 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", sans-serif;
      line-height: 1.75;
      overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; transition: color var(--ease), background var(--ease), border var(--ease), transform var(--ease), box-shadow var(--ease); }
    img { display: block; max-width: 100%; }
    button, input, textarea, select { font: inherit; }
    button { cursor: pointer; }
    .container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
    .site-header {
      position: sticky; top: 0; z-index: 30;
      background: rgba(247,243,235,.96);
      border-bottom: 1px solid var(--line);
      box-shadow: 0 5px 20px rgba(50,43,32,.04);
    }
    .nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 28px; }
    .brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; font-weight: 800; letter-spacing: -.04em; }
    .brand-mark { width: 35px; height: 35px; display: grid; place-items: center; color: white; background: var(--clay); border-radius: 11px 11px 11px 3px; font-size: 14px; }
    .brand-name { font-size: 18px; white-space: nowrap; }
    .nav-tabs { display: flex; align-items: center; gap: 7px; margin: auto; }
    .nav-tab { padding: 7px 15px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; color: #686960; white-space: nowrap; }
    .nav-tab:hover { color: var(--clay); border-color: var(--line); background: #fffaf3; }
    .nav-tab.active { color: #fff; background: var(--clay); box-shadow: 0 5px 14px rgba(184,84,63,.2); }
    .nav-cta, .btn-primary { color: #fff; background: var(--clay); border: 1px solid var(--clay); }
    .nav-cta { padding: 10px 18px; border-radius: 10px; font-size: 14px; font-weight: 700; white-space: nowrap; }
    .nav-cta:hover, .btn-primary:hover { background: var(--clay-dark); transform: translateY(-2px); box-shadow: 0 9px 20px rgba(184,84,63,.2); }
    .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 20px; border-radius: 11px; font-weight: 700; transition: var(--ease); }
    .btn-secondary { color: var(--ink); border: 1px solid #aaa79e; background: rgba(255,255,255,.35); }
    .btn-secondary:hover { border-color: var(--clay); color: var(--clay); background: #fffaf3; transform: translateY(-2px); }
    .hero {
      position: relative; overflow: hidden; padding: 70px 0 78px;
      background: var(--paper-deep);
      border-bottom: 1px solid var(--line);
    }
    .hero::before {
      content: ""; position: absolute; width: 520px; height: 520px; right: -170px; top: -250px;
      border: 1px solid rgba(184,84,63,.22); border-radius: 50%;
    }
    .hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 390px; gap: 70px; align-items: center; }
    .eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--clay); font-size: 12px; letter-spacing: .16em; font-weight: 800; }
    .eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--clay); }
    h1, h2, h3, p { margin-top: 0; }
    .hero h1 { max-width: 700px; margin: 18px 0 20px; font-size: clamp(38px, 6vw, 64px); line-height: 1.16; letter-spacing: -.065em; }
    .hero-copy { max-width: 650px; color: #5f615b; font-size: 17px; line-height: 1.9; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
    .hero-note { display: flex; gap: 28px; margin-top: 31px; color: var(--muted); font-size: 13px; }
    .hero-note strong { display: block; color: var(--ink); font-size: 22px; line-height: 1.2; }
    .portrait-panel {
      width: 250px; min-height: 390px; margin: auto; padding: 19px; position: relative;
      color: #fff; background: #4b514b; border-radius: 24px 24px 7px 24px;
      box-shadow: 22px 24px 0 rgba(184,84,63,.12), var(--shadow);
      transform: rotate(3deg);
    }
    .portrait-panel::before { content: "阅"; position: absolute; right: 18px; top: 16px; color: rgba(255,255,255,.14); font-size: 118px; font-weight: 900; line-height: 1; }
    .portrait-top { position: relative; z-index: 1; display: flex; justify-content: space-between; color: #e8d6c9; font-size: 11px; letter-spacing: .12em; }
    .portrait-title { position: absolute; z-index: 1; left: 22px; bottom: 78px; font-size: 29px; line-height: 1.25; letter-spacing: -.06em; }
    .portrait-foot { position: absolute; z-index: 1; left: 22px; right: 22px; bottom: 22px; display: flex; justify-content: space-between; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.68); font-size: 12px; }
    .section { padding: 92px 0; }
    .section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
    .section-head h2 { margin: 9px 0 0; font-size: clamp(29px, 4vw, 43px); line-height: 1.2; letter-spacing: -.05em; }
    .section-head p { max-width: 520px; margin-bottom: 0; color: var(--muted); }
    .filter-bar { display: flex; flex-wrap: wrap; gap: 10px; padding: 15px; margin-bottom: 34px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,253,248,.66); }
    .filter-chip { padding: 8px 15px; border: 1px solid transparent; border-radius: 999px; color: #666961; font-size: 13px; }
    .filter-chip:hover, .filter-chip:focus-visible { color: var(--clay); border-color: var(--clay); outline: none; }
    .filter-chip.active { color: #fff; background: var(--clay); }
    .feature-card {
      display: grid; grid-template-columns: 40% 1fr; min-height: 280px; overflow: hidden;
      border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--card);
      box-shadow: var(--shadow); transition: var(--ease);
    }
    .feature-card:hover { transform: translateY(-4px); border-color: var(--clay); }
    .cover-art { position: relative; min-height: 240px; overflow: hidden; background: #69756c; }
    .cover-art::before { content: "中文\n专题"; white-space: pre; position: absolute; left: 30px; bottom: 25px; color: rgba(255,255,255,.88); font-size: 42px; font-weight: 900; line-height: 1.06; letter-spacing: -.12em; }
    .cover-art::after { content: ""; position: absolute; width: 210px; height: 210px; right: -70px; top: -50px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; }
    .feature-content { padding: 36px 40px; }
    .badge { display: inline-flex; padding: 4px 9px; border-radius: 5px; color: var(--clay-dark); background: #f3dfd7; font-size: 11px; font-weight: 800; }
    .feature-content h3 { margin: 17px 0 10px; font-size: 28px; line-height: 1.3; }
    .feature-content p { max-width: 610px; color: var(--muted); }
    .meta-line { display: flex; flex-wrap: wrap; gap: 18px; margin: 22px 0; color: var(--muted); font-size: 13px; }
    .list-layout { display: grid; grid-template-columns: 220px 1fr; gap: 34px; margin-top: 54px; }
    .index-rail { align-self: start; padding: 24px; border-left: 2px solid var(--clay); background: #f0e9df; }
    .index-rail h3 { margin-bottom: 14px; font-size: 18px; }
    .index-rail a { display: block; padding: 9px 0; color: var(--muted); font-size: 14px; border-bottom: 1px dashed #d2c7ba; }
    .index-rail a:hover { color: var(--clay); padding-left: 5px; }
    .entry-list { display: grid; gap: 14px; }
    .entry {
      display: grid; grid-template-columns: 112px 1fr auto; gap: 22px; align-items: center;
      padding: 17px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--card);
      transition: var(--ease);
    }
    .entry:hover { transform: translateX(4px); border-color: var(--clay); box-shadow: 0 10px 28px rgba(62,50,36,.06); }
    .entry-cover { height: 82px; border-radius: 11px; background: #d2c5b6; position: relative; overflow: hidden; }
    .entry-cover::after { content: "辑"; position: absolute; right: 10px; bottom: -8px; color: rgba(75,81,75,.24); font-size: 65px; font-weight: 900; }
    .entry h3 { margin: 7px 0 3px; font-size: 18px; line-height: 1.35; }
    .entry p { margin: 0; color: var(--muted); font-size: 13px; }
    .entry-date { align-self: start; color: var(--sage); font-size: 12px; white-space: nowrap; }
    .path-section { background: #eee8df; }
    .path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .path-item { padding: 25px; border-top: 2px solid var(--clay); background: rgba(255,253,248,.6); }
    .path-number { color: var(--clay); font-size: 13px; font-weight: 800; letter-spacing: .1em; }
    .path-item h3 { margin: 13px 0 7px; font-size: 20px; }
    .path-item p { margin: 0; color: var(--muted); font-size: 14px; }
    .cta-box { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 39px 44px; color: #fff; background: #4b514b; border-radius: var(--radius-lg); }
    .cta-box h2 { margin: 8px 0 8px; font-size: clamp(25px, 4vw, 36px); line-height: 1.25; }
    .cta-box p { margin: 0; color: rgba(255,255,255,.7); }
    .cta-box .section-kicker { color: #e8b09f; }
    .cta-box .btn-secondary { color: #fff; border-color: rgba(255,255,255,.45); background: transparent; }
    .cta-box .btn-secondary:hover { border-color: #fff; background: rgba(255,255,255,.1); }
    .site-footer { padding: 54px 0 25px; background: #e9e1d5; border-top: 1px solid var(--line); }
    .footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 40px; }
    .footer-title { margin-bottom: 13px; font-size: 13px; font-weight: 800; }
    .footer-links { display: grid; gap: 7px; color: var(--muted); font-size: 14px; }
    .footer-links a:hover { color: var(--clay); }
    .copyright { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 19px; color: #858177; border-top: 1px solid #d4cabc; font-size: 12px; }
    :focus-visible { outline: 3px solid rgba(184,84,63,.38); outline-offset: 3px; }
    @media (max-width: 900px) {
      .hero-grid { grid-template-columns: 1fr 300px; gap: 35px; }
      .list-layout { grid-template-columns: 175px 1fr; }
      .entry { grid-template-columns: 95px 1fr; }
      .entry-date { grid-column: 2; }
    }
    @media (max-width: 768px) {
      .container { width: min(100% - 30px, 620px); }
      .nav-wrap { gap: 12px; min-height: 70px; }
      .brand-name { font-size: 16px; }
      .nav-tabs { order: 3; width: 100%; margin: 0; overflow-x: auto; padding-bottom: 3px; }
      .nav-wrap { flex-wrap: wrap; padding: 10px 0; }
      .nav-cta { margin-left: auto; padding: 8px 12px; }
      .hero { padding: 54px 0 60px; }
      .hero-grid, .feature-card, .list-layout { grid-template-columns: 1fr; }
      .portrait-panel { width: 210px; min-height: 300px; margin: 20px auto 0; }
      .portrait-title { bottom: 58px; font-size: 25px; }
      .section { padding: 68px 0; }
      .section-head { display: block; }
      .section-head p { margin-top: 15px; }
      .cover-art { min-height: 180px; }
      .feature-content { padding: 27px; }
      .index-rail { display: flex; flex-wrap: wrap; gap: 0 20px; }
      .index-rail h3 { width: 100%; }
      .index-rail a { border: 0; }
      .path-grid, .footer-grid { grid-template-columns: 1fr; }
      .cta-box { display: block; padding: 30px 26px; }
      .cta-box .btn { margin-top: 23px; }
      .copyright { display: block; }
      .copyright span { display: block; margin-top: 6px; }
    }
    @media (max-width: 520px) {
      .hero h1 { font-size: 38px; }
      .hero-copy { font-size: 15px; }
      .hero-note { gap: 17px; }
      .entry { grid-template-columns: 78px 1fr; gap: 13px; }
      .entry-cover { height: 72px; }
      .entry h3 { font-size: 16px; }
      .entry p { font-size: 12px; }
      .entry-date { display: none; }
      .filter-bar { gap: 5px; }
    }
    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
    }
