:root {
    --ink: #171513;
    --ink-soft: #393531;
    --paper: #f5f3ef;
    --paper-deep: #ebe7df;
    --white: #fffefd;
    --red: #b3261e;
    --red-dark: #861b16;
    --teal: #146b66;
    --line: #d4cfc6;
    --muted: #706a63;
    --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif; line-height: 1.75; }
body, button, input { font-size: 16px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.site-container { width: min(var(--container), calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 16px; color: #fff; background: var(--red); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0 0 10px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.eyebrow--light { color: #f3b2ac; }

.site-header { position: relative; z-index: 50; background: var(--paper); }
.site-header__utility { color: #d9d4cc; background: var(--ink); }
.site-header__utility-inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 24px; font-size: 12px; }
.site-header__utility p { margin: 0; }
.site-header__utility div { display: flex; gap: 20px; }
.site-header__utility a:hover { color: #fff; }
.site-header__main { display: grid; grid-template-columns: minmax(250px, 1fr) minmax(320px, 520px); min-height: 86px; align-items: center; gap: 36px; }
.site-brand { display: inline-flex; width: fit-content; align-items: center; gap: 14px; }
.site-brand__mark { display: grid; width: 42px; height: 42px; grid-template-columns: repeat(3, 1fr); gap: 3px; padding: 6px; border: 2px solid var(--ink); }
.site-brand__mark i { background: var(--red); }
.site-brand__mark i:nth-child(2) { background: var(--ink); }
.site-brand strong, .site-brand small { display: block; letter-spacing: 0; }
.site-brand strong { font-family: Georgia, "Songti SC", SimSun, serif; font-size: 24px; line-height: 1.1; }
.site-brand small { margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 700; }
.header-search { display: grid; grid-template-columns: 1fr 82px; height: 44px; border-bottom: 2px solid var(--ink); }
.header-search input { min-width: 0; padding: 8px 0; border: 0; outline: 0; color: var(--ink); background: transparent; }
.header-search input::placeholder { color: #8f8981; }
.header-search button { border: 0; color: #fff; font-weight: 700; background: var(--red); }
.header-search button:hover { background: var(--red-dark); }
.site-nav-wrap { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.site-nav-wrap > .site-container { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 24px; }
.site-nav { display: flex; min-width: 0; align-items: stretch; overflow-x: auto; scrollbar-width: none; }
.site-nav::-webkit-scrollbar { display: none; }
.site-nav > a { display: flex; min-width: 72px; min-height: 48px; align-items: center; justify-content: center; padding: 0 18px; border-left: 1px solid transparent; border-right: 1px solid transparent; font-size: 14px; font-weight: 700; white-space: nowrap; }
.site-nav > a:hover, .site-nav > a.is-current, .site-nav > a[aria-current="page"] { border-color: var(--line); color: var(--red); background: var(--paper); }
.site-nav__search { flex: none; color: var(--teal); font-size: 13px; font-weight: 800; }
.site-nav__search span { margin-left: 8px; }
.mobile-menu { display: none; }

.home-lead { position: relative; min-height: 560px; height: 68vh; max-height: 680px; overflow: hidden; color: #fff; background: #24211e; }
.home-lead__image, .home-lead__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.home-lead__image { object-fit: cover; object-position: center 48%; }
.home-lead__shade { background: linear-gradient(90deg, rgba(16,14,13,.9) 0%, rgba(16,14,13,.64) 46%, rgba(16,14,13,.16) 76%, rgba(16,14,13,.2) 100%); }
.home-lead__inner { position: relative; display: grid; height: 100%; grid-template-columns: minmax(0, 1.2fr) 320px; align-items: end; gap: 90px; padding-top: 74px; padding-bottom: 62px; }
.home-lead__copy { max-width: 690px; }
.home-lead h1 { margin: 0; font-family: Georgia, "Songti SC", SimSun, serif; font-size: 76px; line-height: 1.05; font-weight: 700; letter-spacing: 0; }
.home-lead__line { margin: 20px 0 0; font-family: Georgia, "Songti SC", SimSun, serif; font-size: 30px; line-height: 1.35; }
.home-lead__intro { max-width: 600px; margin: 14px 0 0; color: #e3ded7; font-size: 16px; }
.home-search { display: grid; width: min(590px, 100%); grid-template-columns: 1fr 110px; margin-top: 30px; background: #fff; }
.home-search input { min-width: 0; height: 52px; padding: 0 18px; border: 0; outline: 0; color: var(--ink); background: transparent; }
.home-search button { border: 0; color: #fff; font-weight: 800; background: var(--red); }
.home-search button:hover { background: var(--red-dark); }
.home-lead__index { align-self: end; padding: 24px 0 4px 26px; border-left: 1px solid rgba(255,255,255,.42); }
.home-lead__index > span { display: block; margin-bottom: 18px; color: #f3b2ac; font-size: 11px; font-weight: 800; }
.home-lead__index p { display: grid; grid-template-columns: 58px 1fr; gap: 10px; margin: 0; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.2); color: #dcd7d0; font-size: 13px; }
.home-lead__index b { color: #fff; }
.home-lead__credit, .home-quote__credit { position: absolute; right: 16px; bottom: 8px; z-index: 2; margin: 0; color: rgba(255,255,255,.68); font-size: 10px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.section-heading h2, .feed-heading h2 { margin: 0; font-family: Georgia, "Songti SC", SimSun, serif; font-size: 34px; line-height: 1.25; letter-spacing: 0; }
.section-heading > p { max-width: 520px; margin: 0; color: var(--muted); }
.section-heading--line { padding-bottom: 20px; border-bottom: 2px solid var(--ink); }
.section-heading > a { flex: none; color: var(--teal); font-size: 13px; font-weight: 800; }
.home-paths { padding: 76px 0 84px; background: var(--paper); }
.path-list { border-top: 2px solid var(--ink); }
.path-list article { display: grid; grid-template-columns: 70px minmax(220px, .7fr) minmax(280px, 1.2fr) 120px; align-items: center; gap: 28px; min-height: 112px; border-bottom: 1px solid var(--line); }
.path-list article:hover { background: var(--white); }
.path-list article > span { color: var(--red); font-family: Georgia, serif; font-size: 24px; }
.path-list h3 { margin: 0; font-size: 19px; }
.path-list p { margin: 0; color: var(--muted); font-size: 14px; }
.path-list a { justify-self: end; color: var(--teal); font-size: 13px; font-weight: 800; }

.home-journal { padding: 86px 0; background: var(--white); }
.home-journal__layout { display: grid; grid-template-columns: minmax(0, 1.5fr) 390px; gap: 74px; }
.journal-list { border-top: 1px solid var(--line); }
.journal-item { padding: 24px 0 26px; border-bottom: 1px solid var(--line); }
.journal-item > div, .entry-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; color: var(--muted); font-size: 12px; }
.journal-item > div a, .entry-meta a { color: var(--red); font-weight: 800; }
.journal-item h3 { margin: 8px 0; font-family: Georgia, "Songti SC", SimSun, serif; font-size: 23px; line-height: 1.4; }
.journal-item h3 a:hover { color: var(--red); }
.journal-item p { margin: 0; color: var(--muted); font-size: 14px; }
.home-journal__aside { align-self: start; padding-bottom: 26px; border-bottom: 4px solid var(--red); }
.home-journal__aside img { width: 100%; aspect-ratio: 4 / 3; margin-bottom: 24px; object-fit: cover; }
.home-journal__aside h2 { margin: 0; font-family: Georgia, "Songti SC", SimSun, serif; font-size: 27px; line-height: 1.35; }
.home-journal__aside > p:last-child { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.home-directory { padding: 82px 0; background: var(--paper-deep); }
.directory-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); border-left: 1px solid var(--line); }
.directory-list > a { position: relative; min-height: 190px; padding: 28px 56px 28px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.45); }
.directory-list > a:hover { color: #fff; background: var(--red); }
.directory-list span { display: block; font-family: Georgia, "Songti SC", SimSun, serif; font-size: 25px; font-weight: 700; }
.directory-list p { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.directory-list > a:hover p { color: #f7d5d2; }
.directory-list b { position: absolute; top: 28px; right: 28px; font-size: 20px; }

.home-quote { position: relative; display: grid; min-height: 460px; align-items: center; overflow: hidden; color: #fff; background: var(--ink); }
.home-quote > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .56; }
.home-quote::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(18,15,14,.88), rgba(18,15,14,.34)); }
.home-quote .site-container { position: relative; z-index: 1; }
.home-quote h2 { max-width: 760px; margin: 0 0 28px; font-family: Georgia, "Songti SC", SimSun, serif; font-size: 45px; line-height: 1.35; }
.home-quote a { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid #fff; font-weight: 700; }

.page-intro, .index-masthead { padding: 72px 0 66px; color: #fff; background: var(--ink); }
.page-intro--film { background: #711d18; }
.page-intro--person { background: #1d5552; }
.page-intro h1, .index-masthead h1 { margin: 12px 0; font-family: Georgia, "Songti SC", SimSun, serif; font-size: 52px; line-height: 1.15; }
.page-intro .site-container > p:last-child, .index-masthead .site-container > p:last-child { max-width: 720px; margin: 0; color: #d8d2ca; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: var(--muted); font-size: 12px; }
.breadcrumb--light, .breadcrumb--inverse { color: #c7c0b7; }
.breadcrumb a:hover { color: var(--red); }
.subnav { border-bottom: 1px solid var(--line); background: var(--white); }
.subnav .site-container { display: flex; min-height: 54px; align-items: center; gap: 10px; overflow-x: auto; }
.subnav a { flex: none; padding: 7px 14px; border-bottom: 2px solid transparent; font-size: 13px; font-weight: 700; }
.subnav a:hover, .subnav a.is-current { border-color: var(--red); color: var(--red); }
.listing-content, .film-index, .person-index, .search-results, .tag-index, .special-index, .special-detail { padding: 72px 0 92px; }
.listing-layout, .search-results__layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 72px; align-items: start; }
.feed-heading { margin-bottom: 28px; padding-bottom: 18px; border-bottom: 2px solid var(--ink); }
.feed-heading p { margin: 0 0 6px; color: var(--red); font-size: 11px; font-weight: 800; }
.feed-heading h2 { font-size: 29px; }
.feed-item { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 30px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.feed-item__media { overflow: hidden; background: var(--paper-deep); }
.feed-item__image { width: 100%; height: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .3s ease; }
.feed-item:hover .feed-item__image { transform: scale(1.025); }
.feed-item h2, .search-result h2 { margin: 8px 0; font-family: Georgia, "Songti SC", SimSun, serif; font-size: 24px; line-height: 1.4; }
.feed-item h2 a:hover, .search-result h2 a:hover { color: var(--red); }
.feed-item__body > p, .search-result > p { margin: 0; color: var(--muted); font-size: 14px; }
.entry-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 20px; color: var(--muted); font-size: 12px; }
.entry-footer a, .text-link { color: var(--teal); font-weight: 800; }
.listing-aside { position: sticky; top: 24px; padding: 28px; border-top: 4px solid var(--red); background: var(--white); }
.listing-aside h2 { margin: 0; font-family: Georgia, "Songti SC", SimSun, serif; font-size: 25px; }
.listing-aside > p { color: var(--muted); font-size: 14px; }
.listing-aside form { display: grid; grid-template-columns: 1fr 66px; margin: 24px 0; border-bottom: 2px solid var(--ink); }
.listing-aside input { min-width: 0; padding: 10px 0; border: 0; outline: 0; background: transparent; font-size: 13px; }
.listing-aside button { border: 0; color: #fff; background: var(--ink); font-size: 13px; font-weight: 700; }
.listing-aside > a { display: inline-block; margin-top: 10px; color: var(--teal); font-size: 13px; font-weight: 800; }
.aside-rule { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); }
.aside-rule strong { color: var(--red); font-size: 13px; }
.aside-rule p { margin: 6px 0 0; color: var(--muted); font-size: 12px; }
.pager { margin-top: 36px; }
.pagination { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; }
.pagination a, .pagination span { display: grid; min-width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); background: var(--white); font-size: 13px; }
.pagination .active span, .pagination a:hover { border-color: var(--red); color: #fff; background: var(--red); }

.film-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 46px 28px; }
.film-card__poster { display: block; aspect-ratio: 2 / 3; margin-bottom: 18px; overflow: hidden; background: #d9d4cc; }
.film-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.film-card:hover .film-card__image { transform: scale(1.025); }
.film-card h2 { margin: 7px 0; font-family: Georgia, "Songti SC", SimSun, serif; font-size: 21px; line-height: 1.35; }
.film-card > p { display: -webkit-box; margin: 0 0 12px; overflow: hidden; color: var(--muted); font-size: 13px; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.person-list { border-top: 2px solid var(--ink); }
.person-row { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 42px; align-items: center; min-height: 260px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.person-row__photo { display: block; width: 210px; aspect-ratio: 1 / 1; overflow: hidden; background: var(--paper-deep); }
.person-row__image { width: 100%; height: 100%; object-fit: cover; }
.person-row h2 { margin: 0; font-family: Georgia, "Songti SC", SimSun, serif; font-size: 30px; }
.person-row p:not(.eyebrow) { color: var(--muted); }

.detail-page { padding: 50px 0 94px; }
.detail-layout { display: grid; grid-template-columns: minmax(0, 820px) 280px; justify-content: space-between; gap: 70px; align-items: start; }
.article-title { padding: 24px 0 30px; border-bottom: 1px solid var(--line); }
.article-title h1 { max-width: 800px; margin: 14px 0; font-family: Georgia, "Songti SC", SimSun, serif; font-size: 46px; line-height: 1.28; }
.article-title__summary { margin: 0; color: var(--muted); font-size: 18px; }
.article-byline { display: flex; flex-wrap: wrap; gap: 14px 24px; margin-top: 24px; color: var(--muted); font-size: 12px; }
.spoiler-label { display: inline-block; margin: 18px 0 0; padding: 4px 10px; color: #fff; background: var(--red); font-size: 12px; font-weight: 800; }
.spoiler-note, .content-warning { margin: 28px 0; padding: 20px 24px; border-left: 4px solid var(--red); background: #f1e3e1; }
.spoiler-note strong, .content-warning strong { color: var(--red); }
.spoiler-note p, .content-warning p { margin: 5px 0 0; color: var(--ink-soft); font-size: 14px; }
.prose { color: #292622; font-size: 17px; line-height: 1.95; }
.article-content { padding: 32px 0; }
.prose h2, .prose h3 { margin-top: 1.8em; font-family: Georgia, "Songti SC", SimSun, serif; line-height: 1.4; }
.prose h2 { padding-bottom: 10px; border-bottom: 1px solid var(--line); font-size: 28px; }
.prose h3 { font-size: 22px; }
.prose img { height: auto; margin: 28px auto; }
.prose blockquote { margin: 28px 0; padding: 16px 24px; border-left: 3px solid var(--teal); color: var(--muted); background: var(--white); }
.prose a { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }
.source-notes { margin: 28px 0; padding: 24px 0; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); }
.source-notes h2 { margin: 0; font-size: 20px; }
.source-notes p { color: var(--muted); }
.source-notes span { font-size: 12px; color: var(--muted); }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.article-tags a { padding: 5px 10px; border: 1px solid var(--line); color: var(--teal); font-size: 12px; }
.adjacent { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 36px 0; background: var(--line); }
.adjacent__item { min-height: 82px; padding: 18px 22px; background: var(--white); font-size: 13px; }
.related { margin-top: 50px; padding-top: 28px; border-top: 4px solid var(--ink); }
.related header h2 { margin: 0 0 24px; font-family: Georgia, "Songti SC", SimSun, serif; font-size: 28px; }
.related > div, .related .site-container > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.related article { padding-top: 16px; border-top: 1px solid var(--line); }
.related article > p { margin: 0; color: var(--red); font-size: 11px; font-weight: 800; }
.related h3 { margin: 7px 0; font-family: Georgia, "Songti SC", SimSun, serif; font-size: 18px; line-height: 1.45; }
.related article > span { color: var(--muted); font-size: 12px; }
.detail-aside { position: sticky; top: 24px; padding: 26px; border-top: 4px solid var(--teal); background: var(--white); }
.detail-aside h2 { margin: 0 0 22px; font-family: Georgia, "Songti SC", SimSun, serif; }
.detail-aside > p:not(.eyebrow) { padding: 12px 0; margin: 0; border-top: 1px solid var(--line); }
.detail-aside > p strong, .detail-aside > p span { display: block; }
.detail-aside > p strong { font-size: 12px; }
.detail-aside > p span { color: var(--muted); font-size: 13px; word-break: break-all; }
.detail-aside > a { display: inline-block; margin-top: 22px; color: var(--teal); font-size: 13px; font-weight: 800; }

.film-masthead { padding: 48px 0 64px; color: #fff; background: #711d18; }
.film-masthead__layout { display: grid; grid-template-columns: 310px minmax(0, 1fr); gap: 68px; align-items: end; }
.film-poster { aspect-ratio: 2 / 3; overflow: hidden; box-shadow: 18px 18px 0 rgba(20,17,15,.28); }
.film-poster__image { width: 100%; height: 100%; object-fit: cover; }
.film-heading h1 { margin: 0; font-family: Georgia, "Songti SC", SimSun, serif; font-size: 56px; line-height: 1.15; }
.film-heading__original { margin: 10px 0 0; color: #e4bbb7; font-family: Georgia, serif; font-size: 21px; }
.film-heading__summary { max-width: 700px; margin: 24px 0; color: #f2dfdc; font-size: 17px; }
.film-facts { display: flex; flex-wrap: wrap; gap: 16px 36px; margin: 24px 0 0; }
.film-facts div { min-width: 90px; }
.film-facts dt { color: #d9aaa5; font-size: 11px; }
.film-facts dd { margin: 3px 0 0; font-weight: 700; }
.film-heading__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.film-heading__actions a { padding: 9px 16px; border: 1px solid rgba(255,255,255,.55); font-size: 13px; font-weight: 700; }
.film-heading__actions a:first-child { color: var(--ink); background: #fff; }
.film-profile, .person-profile { padding: 80px 0; background: var(--white); }
.film-profile__layout, .person-profile__layout { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: 80px; }
.film-profile h2, .person-profile h2 { margin: 0 0 20px; font-family: Georgia, "Songti SC", SimSun, serif; font-size: 32px; }
.credit-table { padding: 28px; border-top: 4px solid var(--red); background: var(--paper); }
.credit-table dl { margin: 0 0 20px; }
.credit-table dl div { display: grid; grid-template-columns: 70px 1fr; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.credit-table dt { color: var(--muted); font-size: 12px; }
.credit-table dd { margin: 0; font-size: 14px; white-space: pre-line; }
.related--wide { margin: 0; padding: 70px 0 86px; border: 0; background: var(--paper-deep); }
.related--flat { margin-top: 24px; border-top-width: 2px; }

.person-masthead { padding: 48px 0 72px; background: var(--paper-deep); }
.person-masthead__layout { display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 76px; align-items: center; }
.person-portrait { aspect-ratio: 4 / 5; overflow: hidden; background: #ccc6bd; }
.person-portrait__image { width: 100%; height: 100%; object-fit: cover; }
.person-heading h1 { margin: 0; font-family: Georgia, "Songti SC", SimSun, serif; font-size: 56px; line-height: 1.2; }
.person-heading__original { color: var(--teal); font-family: Georgia, serif; font-size: 21px; }
.person-heading__summary { max-width: 650px; color: var(--muted); font-size: 17px; }
.person-heading dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); }
.person-heading dt { color: var(--muted); font-size: 11px; }
.person-heading dd { margin: 4px 0 0; font-weight: 700; }
.person-profile aside { padding-left: 34px; border-left: 1px solid var(--line); }
.person-profile aside > p:not(.eyebrow) { color: var(--muted); white-space: pre-line; }

.search-masthead { padding: 72px 0 78px; color: #fff; background: #1a5552; }
.search-masthead--results { background: var(--ink); }
.search-masthead h1 { margin: 10px 0; font-family: Georgia, "Songti SC", SimSun, serif; font-size: 48px; }
.search-masthead > .site-container > p { color: #d4e0de; }
.search-masthead form { display: grid; width: min(720px, 100%); grid-template-columns: 1fr 110px; margin-top: 28px; background: #fff; }
.search-masthead input { min-width: 0; height: 54px; padding: 0 18px; border: 0; outline: 0; }
.search-masthead button { border: 0; color: #fff; font-weight: 800; background: var(--red); }
.search-prompts { padding: 70px 0 86px; }
.search-prompts h2 { margin: 0 0 28px; font-family: Georgia, "Songti SC", SimSun, serif; font-size: 32px; }
.search-prompts .site-container > div { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 2px solid var(--ink); }
.search-prompts a { display: flex; min-height: 90px; align-items: center; justify-content: space-between; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-weight: 700; }
.search-prompts a:hover { color: #fff; background: var(--red); }
.search-result { padding: 24px 0; border-bottom: 1px solid var(--line); }

.index-masthead--special { background: #711d18; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-cloud a { display: flex; min-height: 44px; align-items: center; gap: 12px; padding: 8px 14px; border: 1px solid var(--line); background: var(--white); }
.tag-cloud a:hover { border-color: var(--red); color: #fff; background: var(--red); }
.tag-cloud small { color: var(--muted); }
.tag-cloud a:hover small { color: #f2c8c4; }
.special-grid { display: grid; gap: 44px; }
.special-grid article { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr); align-items: center; gap: 54px; padding-bottom: 44px; border-bottom: 1px solid var(--line); }
.special-grid__image { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.special-grid h2 { margin: 0; font-family: Georgia, "Songti SC", SimSun, serif; font-size: 32px; }
.special-grid article > div > p:not(.eyebrow) { color: var(--muted); }
.special-detail section + section { margin-top: 60px; }

.site-footer { color: #d7d1c9; background: var(--ink); }
.site-footer__main { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 60px; padding-top: 66px; padding-bottom: 60px; }
.site-footer h2 { margin: 0 0 18px; color: #fff; font-size: 15px; }
.site-footer__brand h2 { font-family: Georgia, "Songti SC", SimSun, serif; font-size: 29px; }
.site-footer__brand > p:last-child { max-width: 360px; color: #a9a39c; font-size: 13px; }
.footer-links, .footer-notes { display: grid; gap: 9px; }
.footer-links a, .footer-notes p { margin: 0; color: #aaa49c; font-size: 13px; }
.footer-links a:hover { color: #fff; }
.footer-notes p { padding-bottom: 7px; border-bottom: 1px solid #35312d; }
.site-footer__bottom { border-top: 1px solid #35312d; }
.site-footer__bottom .site-container { display: flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 24px; }
.site-footer__bottom p { margin: 0; color: #89837c; font-size: 11px; }

@media (max-width: 980px) {
    .site-container { width: min(var(--container), calc(100% - 36px)); }
    .home-lead__inner { grid-template-columns: 1fr 250px; gap: 40px; }
    .home-lead h1 { font-size: 62px; }
    .path-list article { grid-template-columns: 54px minmax(190px, .8fr) minmax(220px, 1fr); gap: 20px; padding: 18px 0; }
    .path-list a { grid-column: 2 / -1; justify-self: start; }
    .home-journal__layout { grid-template-columns: minmax(0, 1fr) 320px; gap: 42px; }
    .directory-list { grid-template-columns: repeat(2, 1fr); }
    .listing-layout, .search-results__layout, .detail-layout { grid-template-columns: minmax(0, 1fr) 250px; gap: 38px; }
    .film-grid { grid-template-columns: repeat(3, 1fr); }
    .site-footer__main { grid-template-columns: 1.4fr 1fr 1fr; }
    .site-footer__main > section:last-child { grid-column: 2 / -1; }
}

@media (max-width: 760px) {
    body { font-size: 15px; }
    .site-container { width: calc(100% - 28px); }
    .site-header__utility { display: none; }
    .site-header__main { display: flex; min-height: 68px; justify-content: space-between; gap: 16px; }
    .site-brand__mark { width: 36px; height: 36px; }
    .site-brand strong { font-size: 21px; }
    .site-brand small { display: none; }
    .header-search, .site-nav-wrap { display: none; }
    .mobile-menu { display: block; }
    .mobile-menu summary { display: flex; min-height: 40px; align-items: center; gap: 8px; padding: 0; list-style: none; font-size: 13px; font-weight: 800; }
    .mobile-menu summary::-webkit-details-marker { display: none; }
    .mobile-menu summary > span { display: grid; width: 22px; gap: 4px; }
    .mobile-menu summary i { height: 2px; background: var(--ink); }
    .mobile-menu__panel { position: absolute; top: 68px; left: 0; right: 0; z-index: 20; padding: 20px 14px 26px; border-top: 1px solid var(--line); border-bottom: 3px solid var(--red); background: var(--paper); box-shadow: 0 20px 30px rgba(23,21,19,.15); }
    .mobile-menu__panel form { display: grid; grid-template-columns: 1fr 64px; border-bottom: 2px solid var(--ink); }
    .mobile-menu__panel input { min-width: 0; padding: 10px 0; border: 0; outline: 0; background: transparent; }
    .mobile-menu__panel button { border: 0; color: #fff; background: var(--red); font-weight: 700; }
    .mobile-menu__panel nav { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 18px; border-top: 1px solid var(--line); }
    .mobile-menu__panel nav a { padding: 11px 8px; border-bottom: 1px solid var(--line); font-weight: 700; }
    .home-lead { min-height: 560px; height: calc(100vh - 68px); max-height: 660px; }
    .home-lead__image { object-position: 56% center; }
    .home-lead__shade { background: linear-gradient(0deg, rgba(16,14,13,.94), rgba(16,14,13,.34)); }
    .home-lead__inner { display: flex; align-items: end; padding-top: 50px; padding-bottom: 40px; }
    .home-lead__copy { width: 100%; }
    .home-lead h1 { font-size: 50px; }
    .home-lead__line { margin-top: 14px; font-size: 23px; }
    .home-lead__intro { font-size: 14px; }
    .home-lead__index { display: none; }
    .home-search { grid-template-columns: 1fr 90px; }
    .home-search input { padding: 0 12px; font-size: 13px; }
    .home-search button { font-size: 13px; }
    .home-lead__credit, .home-quote__credit { right: 8px; font-size: 8px; }
    .section-heading { display: block; margin-bottom: 24px; }
    .section-heading h2, .feed-heading h2 { font-size: 27px; }
    .section-heading > p { margin-top: 12px; font-size: 13px; }
    .section-heading > a { display: inline-block; margin-top: 12px; }
    .home-paths, .home-journal, .home-directory, .listing-content, .film-index, .person-index, .search-results, .tag-index, .special-index, .special-detail { padding: 54px 0 62px; }
    .path-list article { display: grid; grid-template-columns: 42px 1fr; gap: 6px 12px; min-height: 0; padding: 22px 0; }
    .path-list article > span { grid-row: 1 / 3; font-size: 19px; }
    .path-list h3 { font-size: 17px; }
    .path-list p, .path-list a { grid-column: 2; }
    .path-list a { margin-top: 4px; }
    .home-journal__layout, .listing-layout, .search-results__layout, .detail-layout, .film-profile__layout, .person-profile__layout { grid-template-columns: 1fr; gap: 48px; }
    .home-journal__aside { max-width: none; }
    .directory-list { grid-template-columns: 1fr; }
    .directory-list > a { min-height: 140px; }
    .home-quote { min-height: 390px; }
    .home-quote h2 { font-size: 32px; }
    .page-intro, .index-masthead { padding: 52px 0 48px; }
    .page-intro h1, .index-masthead h1 { font-size: 38px; }
    .feed-item { grid-template-columns: 110px minmax(0, 1fr); gap: 18px; padding: 20px 0; }
    .feed-item__image { aspect-ratio: 3 / 4; }
    .feed-item h2, .search-result h2 { font-size: 19px; }
    .feed-item__body > p { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
    .entry-footer { display: none; }
    .listing-aside, .detail-aside { position: static; }
    .film-grid { grid-template-columns: repeat(2, 1fr); gap: 34px 16px; }
    .film-card h2 { font-size: 18px; }
    .person-row { grid-template-columns: 104px minmax(0, 1fr); gap: 20px; min-height: 150px; }
    .person-row__photo { width: 104px; }
    .person-row h2 { font-size: 22px; }
    .person-row p:not(.eyebrow) { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 12px; }
    .article-title h1 { font-size: 34px; }
    .article-title__summary { font-size: 16px; }
    .prose { font-size: 16px; }
    .adjacent, .related > div, .related .site-container > div { grid-template-columns: 1fr; }
    .film-masthead__layout, .person-masthead__layout { grid-template-columns: 1fr; gap: 34px; }
    .film-poster { width: min(240px, 72vw); }
    .film-heading h1, .person-heading h1 { font-size: 40px; }
    .film-heading__summary, .person-heading__summary { font-size: 15px; }
    .film-profile, .person-profile { padding: 58px 0; }
    .person-portrait { width: min(280px, 78vw); }
    .person-heading dl { grid-template-columns: 1fr 1fr; }
    .person-profile aside { padding-left: 0; padding-top: 28px; border-top: 1px solid var(--line); border-left: 0; }
    .search-masthead { padding: 54px 0 58px; }
    .search-masthead h1 { font-size: 34px; overflow-wrap: anywhere; }
    .search-masthead form { grid-template-columns: 1fr 90px; }
    .search-masthead input { padding: 0 12px; font-size: 13px; }
    .search-masthead button { font-size: 13px; }
    .search-prompts .site-container > div { grid-template-columns: 1fr 1fr; }
    .special-grid article { grid-template-columns: 1fr; gap: 24px; }
    .special-grid h2 { font-size: 27px; }
    .site-footer__main { grid-template-columns: 1fr 1fr; gap: 38px 24px; padding-top: 52px; }
    .site-footer__brand { grid-column: 1 / -1; }
    .site-footer__main > section:last-child { grid-column: auto; }
    .site-footer__bottom .site-container { display: block; padding: 14px 0; }
}

@media (max-width: 390px) {
    .home-lead h1 { font-size: 43px; }
    .film-grid { grid-template-columns: 1fr 1fr; }
    .feed-item { grid-template-columns: 92px minmax(0, 1fr); gap: 14px; }
    .site-footer__main { grid-template-columns: 1fr; }
    .site-footer__brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
