:root {
    --fanj-paper: #f5f0e6;
    --fanj-paper-deep: #ece3d3;
    --fanj-ink: #181613;
    --fanj-muted: #696158;
    --fanj-bronze: #9b6b2e;
    --fanj-bronze-dark: #78501e;
    --fanj-line: #cbbda5;
    --fanj-night: #1c1916;
    --fanj-serif: "Songti SC", "STSong", "Noto Serif CJK SC", "Source Han Serif SC", serif;
    --fanj-sans: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.fanj-body {
    margin: 0;
    color: var(--fanj-ink);
    background:
        radial-gradient(circle at 18% 8%, rgba(255, 255, 255, .72), transparent 28rem),
        var(--fanj-paper);
    font-family: var(--fanj-serif);
    font-size: 16px;
    line-height: 1.75;
    overflow-x: hidden;
}

.fanj-body a { color: inherit; text-decoration: none; }
.fanj-body button, .fanj-body input { font: inherit; }
.fanj-body svg { width: 1em; height: 1em; stroke-width: 1.35; }

.fanj-shell { width: min(1420px, calc(100% - 96px)); margin-inline: auto; }
.fanj-main { min-height: 62vh; }
.fanj-skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: var(--fanj-night); color: white !important; }
.fanj-skip-link:focus { top: 1rem; }

.fanj-header {
    position: sticky;
    top: 0;
    z-index: 40;
    border-bottom: 1px solid rgba(155, 107, 46, .32);
    background: color-mix(in srgb, var(--fanj-paper) 94%, transparent);
    backdrop-filter: blur(16px);
}

.fanj-header__row { min-height: 88px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; }
.fanj-wordmark { display: inline-flex; align-items: center; gap: 18px; white-space: nowrap; }
.fanj-wordmark strong { font-size: 27px; letter-spacing: .1em; font-weight: 600; }
.fanj-wordmark span { width: 1px; height: 28px; background: var(--fanj-line); }
.fanj-wordmark em { font-size: 17px; letter-spacing: .24em; font-style: normal; }

.fanj-nav { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.1vw, 38px); font-family: var(--fanj-sans); font-size: 13px; }
.fanj-nav a { position: relative; padding: 30px 0 26px; color: #504a43; white-space: nowrap; }
.fanj-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 1px; background: var(--fanj-bronze); transition: right .25s ease; }
.fanj-nav a:hover::after, .fanj-nav a.is-active::after { right: 0; }
.fanj-nav a.is-active { color: var(--fanj-bronze-dark); }

.fanj-header__actions { display: flex; align-items: center; gap: 10px; }
.fanj-icon-button, .fanj-menu-button { display: inline-grid; place-items: center; width: 43px; height: 43px; border: 1px solid var(--fanj-line); background: transparent; color: var(--fanj-ink); cursor: pointer; }
.fanj-menu-button { display: none; }
.fanj-main-site-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 43px; padding: 0 18px; border: 1px solid var(--fanj-bronze); color: var(--fanj-bronze-dark) !important; font-family: var(--fanj-sans); font-size: 13px; letter-spacing: .04em; }
.fanj-main-site-button:hover { background: var(--fanj-bronze); color: #fff !important; }

.fanj-search-panel, .fanj-mobile-nav { border-top: 1px solid var(--fanj-line); background: var(--fanj-paper); }
.fanj-search { display: grid; grid-template-columns: auto minmax(260px, 680px) auto; justify-content: center; align-items: center; gap: 18px; padding-block: 18px; }
.fanj-search label { font-family: var(--fanj-sans); font-size: 13px; color: var(--fanj-muted); }
.fanj-search input { width: 100%; border: 0; border-bottom: 1px solid var(--fanj-bronze); background: transparent; padding: 9px 2px; outline: none; }
.fanj-search button { border: 0; color: #fff; background: var(--fanj-night); padding: 9px 18px; cursor: pointer; }
.fanj-mobile-nav { display: none; }

.fanj-main-site-rail { position: fixed; right: 0; top: 42%; z-index: 30; display: flex; align-items: center; gap: 9px; padding: 14px 10px; background: var(--fanj-night); color: #ead4ab !important; font-family: var(--fanj-sans); font-size: 12px; letter-spacing: .12em; writing-mode: vertical-rl; box-shadow: 0 10px 30px rgba(0,0,0,.15); }
.fanj-main-site-rail svg { transform: rotate(90deg); }

.fanj-intro-line { display: grid; grid-template-columns: 180px 1fr; gap: 52px; align-items: start; padding: 34px 0 26px; border-bottom: 1px solid var(--fanj-line); }
.fanj-intro-line span { color: var(--fanj-bronze-dark); font-size: 15px; letter-spacing: .28em; }
.fanj-intro-line p { max-width: 720px; margin: 0; color: var(--fanj-muted); font-size: 15px; }

.fanj-hero { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(360px, .8fr); min-height: 570px; gap: 64px; align-items: center; padding: 50px 0 76px; }
.fanj-hero__media { min-height: 510px; display: block; overflow: hidden; background: #ddd2c0; }
.fanj-hero__media img { width: 100%; height: 100%; min-height: 510px; object-fit: contain; background: #dfd5c5; }
.fanj-hero__copy { padding-right: 5vw; }
.fanj-eyebrow { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--fanj-bronze-dark); font-family: var(--fanj-sans); font-size: 12px; letter-spacing: .08em; }
.fanj-hero h1 { max-width: 670px; margin: 22px 0 18px; font-size: clamp(40px, 3.35vw, 56px); line-height: 1.2; letter-spacing: .03em; font-weight: 500; }
.fanj-hero h1 a:hover { color: var(--fanj-bronze-dark); }
.fanj-title-rule { display: block; width: 36px; height: 3px; margin: 24px 0; background: var(--fanj-bronze); }
.fanj-hero__copy > p { max-width: 570px; margin: 0 0 28px; color: var(--fanj-muted); font-size: 18px; line-height: 1.9; }
.fanj-text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--fanj-bronze-dark) !important; font-size: 15px; }
.fanj-text-link::after { content: ""; width: 0; height: 1px; background: currentColor; transition: width .2s ease; }
.fanj-text-link:hover::after { width: 24px; }
.fanj-text-link--large { font-size: 17px; }

.fanj-object-placeholder { position: relative; display: grid; place-items: center; width: 100%; height: 100%; min-height: 210px; overflow: hidden; background: linear-gradient(135deg, #c7b89e, #ece2d1 52%, #a99b82); }
.fanj-object-placeholder::before { content: ""; position: absolute; inset: 12% 9%; border: 1px solid rgba(255,255,255,.4); }
.fanj-object-placeholder i { position: relative; display: block; width: 32%; aspect-ratio: 1.2; border-radius: 42% 42% 36% 36%; background: #59483b; box-shadow: inset -18px 0 28px rgba(0,0,0,.2), 0 30px 40px rgba(40,30,20,.2); }
.fanj-object-placeholder i::before { content: ""; position: absolute; left: 36%; top: -14%; width: 28%; height: 18%; border-radius: 50% 50% 20% 20%; background: #44362d; }
.fanj-object-placeholder i::after { content: ""; position: absolute; right: -31%; top: 24%; width: 36%; height: 42%; border: 10px solid #59483b; border-left: 0; border-radius: 0 60% 60% 0; }
.fanj-object-placeholder--hero { min-height: 510px; }

.fanj-empty-hero { margin: 54px 0 78px; padding: 78px min(9vw, 130px); border: 1px solid var(--fanj-line); background: rgba(255,255,255,.24); }
.fanj-empty-hero h1 { max-width: 800px; margin: 18px 0; font-size: clamp(40px, 5vw, 76px); line-height: 1.2; font-weight: 500; }
.fanj-empty-hero p { max-width: 660px; color: var(--fanj-muted); margin-bottom: 30px; }

.fanj-section { padding: 74px 0; border-top: 1px solid var(--fanj-line); }
.fanj-section-kicker { display: block; color: var(--fanj-bronze-dark); font-family: var(--fanj-sans); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
.fanj-section-heading { display: grid; grid-template-columns: minmax(220px, .8fr) 1fr; gap: 60px; align-items: end; margin-bottom: 38px; }
.fanj-section-heading h2 { margin: 4px 0 0; font-size: clamp(34px, 3.3vw, 54px); line-height: 1.25; font-weight: 500; }
.fanj-section-heading p { max-width: 620px; margin: 0; color: var(--fanj-muted); }
.fanj-section-heading--row { display: flex; justify-content: space-between; }

.fanj-category-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--fanj-line); border-bottom: 1px solid var(--fanj-line); }
.fanj-category-grid a { position: relative; min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border-right: 1px solid var(--fanj-line); transition: background .25s ease, color .25s ease; }
.fanj-category-grid a:last-child { border-right: 0; }
.fanj-category-grid a:hover { background: var(--fanj-night); color: #f5ead7; }
.fanj-category-grid strong { font-size: clamp(19px, 1.55vw, 26px); font-weight: 500; }
.fanj-category-index { color: var(--fanj-bronze-dark); font-family: var(--fanj-sans); font-size: 11px; }
.fanj-category-grid svg { align-self: flex-end; }

.fanj-article-list, .fanj-list-section { border-top: 1px solid var(--fanj-line); }
.fanj-article-card { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: clamp(28px, 4vw, 68px); padding: 34px 0; border-bottom: 1px solid var(--fanj-line); }
.fanj-article-card__media { min-height: 235px; overflow: hidden; background: var(--fanj-paper-deep); }
.fanj-article-card__media img { display: block; width: 100%; height: 100%; max-height: 330px; object-fit: contain; background: #ded4c3; transition: transform .45s ease; }
.fanj-article-card:hover .fanj-article-card__media img { transform: scale(1.018); }
.fanj-article-card__body { align-self: center; max-width: 800px; }
.fanj-article-card h3 { margin: 10px 0 12px; font-size: clamp(28px, 2.35vw, 42px); line-height: 1.35; font-weight: 500; }
.fanj-article-card h3 a:hover { color: var(--fanj-bronze-dark); }
.fanj-article-card p { margin: 0 0 20px; color: var(--fanj-muted); font-size: 16px; line-height: 1.8; }
.fanj-latest { padding-bottom: 92px; }

.fanj-main-site-banner { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; margin: 0 0 92px; padding: 56px 64px; color: #f5ead7; background: radial-gradient(circle at 22% 20%, #40362d, transparent 36%), var(--fanj-night); }
.fanj-main-site-banner h2 { max-width: 780px; margin: 10px 0 12px; font-size: clamp(30px, 3.1vw, 48px); line-height: 1.3; font-weight: 500; }
.fanj-main-site-banner p { max-width: 700px; margin: 0; color: #cfc3b0; }
.fanj-main-site-banner a { display: inline-flex; align-items: center; gap: 12px; border: 1px solid #b98747; padding: 13px 18px; color: #efcf9d !important; font-family: var(--fanj-sans); font-size: 13px; white-space: nowrap; }
.fanj-main-site-banner--compact { margin-top: 80px; }

.fanj-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; padding-top: 30px; color: var(--fanj-muted); font-family: var(--fanj-sans); font-size: 12px; }
.fanj-breadcrumb a:hover { color: var(--fanj-bronze-dark); }
.fanj-page-intro { padding: 72px 0 50px; border-bottom: 1px solid var(--fanj-line); }
.fanj-page-intro h1 { max-width: 980px; margin: 12px 0; font-size: clamp(42px, 5.4vw, 82px); line-height: 1.15; font-weight: 500; }
.fanj-page-intro p { max-width: 780px; margin: 0; color: var(--fanj-muted); font-size: 18px; }
.fanj-page-intro--category { display: grid; grid-template-columns: 160px 1fr; column-gap: 60px; align-items: end; }
.fanj-page-intro--category .fanj-section-kicker { grid-row: 1 / span 2; }

.fanj-empty-state { display: grid; place-items: center; min-height: 240px; gap: 14px; padding: 40px; border-bottom: 1px solid var(--fanj-line); text-align: center; color: var(--fanj-muted); }
.fanj-empty-state--large { min-height: 410px; }
.fanj-empty-state h2 { margin: 0; color: var(--fanj-ink); font-size: 36px; font-weight: 500; }
.fanj-empty-state p { margin: 0; }
.fanj-empty-state > div { display: flex; gap: 24px; }

.fanj-article-page { padding-bottom: 20px; }
.fanj-article { width: min(100%, 1120px); margin: 0 auto; }
.fanj-article__header { padding: 72px 7% 52px; text-align: center; border-bottom: 1px solid var(--fanj-line); }
.fanj-article__header .fanj-eyebrow { justify-content: center; }
.fanj-article__header h1 { max-width: 1020px; margin: 20px auto 24px; font-size: clamp(44px, 6vw, 86px); line-height: 1.17; letter-spacing: .02em; font-weight: 500; }
.fanj-article__dek { max-width: 820px; margin: 0 auto 26px; color: var(--fanj-muted); font-size: 20px; line-height: 1.9; }
.fanj-article__byline { display: flex; flex-direction: column; gap: 4px; color: var(--fanj-muted); font-family: var(--fanj-sans); font-size: 12px; }
.fanj-article__main-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; padding-bottom: 4px; border-bottom: 1px solid var(--fanj-bronze); color: var(--fanj-bronze-dark) !important; font-family: var(--fanj-sans); font-size: 13px; }

.fanj-prose { width: min(100%, 860px); margin: 0 auto; padding: 60px 0 34px; font-size: 19px; line-height: 2.05; }
.fanj-prose > *:first-child { margin-top: 0; }
.fanj-prose h2 { margin: 2.2em 0 .7em; font-size: clamp(31px, 3vw, 46px); line-height: 1.35; font-weight: 500; }
.fanj-prose h3 { margin: 2em 0 .6em; font-size: 28px; font-weight: 500; }
.fanj-prose p { margin: 1.15em 0; }
.fanj-prose a { color: var(--fanj-bronze-dark); border-bottom: 1px solid var(--fanj-bronze); }
.fanj-prose blockquote { margin: 2.3em -5%; padding: 24px 34px; border-left: 2px solid var(--fanj-bronze); background: rgba(255,255,255,.28); color: #51493f; }
.fanj-prose img { display: block; width: auto; max-width: min(1080px, calc(100vw - 96px)); max-height: 82vh; margin: 2.8em 50%; transform: translateX(-50%); object-fit: contain; background: var(--fanj-paper-deep); }
.fanj-prose figure { margin: 2.8em 0; }
.fanj-prose ul, .fanj-prose ol { padding-left: 1.4em; }
.fanj-prose .article-table-wrap { overflow-x: auto; margin: 2em 0; }
.fanj-prose table { width: 100%; border-collapse: collapse; font-family: var(--fanj-sans); font-size: 14px; }
.fanj-prose th, .fanj-prose td { padding: 12px; border-bottom: 1px solid var(--fanj-line); text-align: left; }
.fanj-tags { width: min(100%, 860px); display: flex; flex-wrap: wrap; gap: 10px; margin: 0 auto 50px; padding-top: 24px; border-top: 1px solid var(--fanj-line); }
.fanj-tags span { padding: 5px 12px; border: 1px solid var(--fanj-line); color: var(--fanj-muted); font-family: var(--fanj-sans); font-size: 12px; }
.fanj-article__footer { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 36px; margin: 20px 0 80px; padding: 44px; border: 1px solid var(--fanj-line); }
.fanj-article__footer h2 { max-width: 720px; margin: 6px 0 0; font-size: 32px; font-weight: 500; }
.fanj-article__footer a { display: inline-flex; align-items: center; gap: 8px; color: var(--fanj-bronze-dark); font-family: var(--fanj-sans); font-size: 13px; }

.fanj-related { padding: 70px 0 90px; border-top: 1px solid var(--fanj-line); }
.fanj-related__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--fanj-line); }
.fanj-related__grid a { min-height: 180px; display: grid; grid-template-columns: auto 1fr auto; align-content: space-between; gap: 14px; padding: 24px; border-right: 1px solid var(--fanj-line); border-bottom: 1px solid var(--fanj-line); }
.fanj-related__grid a:nth-child(3n) { border-right: 0; }
.fanj-related__grid span { color: var(--fanj-bronze-dark); font-family: var(--fanj-sans); font-size: 11px; }
.fanj-related__grid strong { grid-column: 1 / -1; font-size: 22px; line-height: 1.45; font-weight: 500; }
.fanj-related__grid svg { grid-column: 3; }

.fanj-about-hero { display: grid; grid-template-columns: 160px 1.4fr .8fr; align-items: start; gap: 50px; padding: 80px 0; border-bottom: 1px solid var(--fanj-line); }
.fanj-about-hero h1 { margin: 0; font-size: clamp(44px, 5.2vw, 78px); line-height: 1.2; font-weight: 500; }
.fanj-about-hero p { margin: 6px 0 0; color: var(--fanj-muted); font-size: 17px; }
.fanj-identity-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-bottom: 90px; }
.fanj-identity-grid article { min-height: 290px; padding: 38px; border-right: 1px solid var(--fanj-line); border-bottom: 1px solid var(--fanj-line); }
.fanj-identity-grid article:nth-child(2n) { border-right: 0; }
.fanj-identity-grid article > span { color: var(--fanj-bronze-dark); font-family: var(--fanj-sans); font-size: 11px; }
.fanj-identity-grid h2 { margin: 42px 0 12px; font-size: 35px; font-weight: 500; }
.fanj-identity-grid p { max-width: 580px; margin: 0; color: var(--fanj-muted); }

.fanj-pagination { padding: 28px 0; }
.fanj-poster-carousel { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding: 14px 0 22px; }
.fanj-poster-slide { position: relative; min-height: 220px; overflow: hidden; background: #ddd4c7; }
.fanj-poster-slide img { width: 100%; height: 100%; min-height: 220px; object-fit: cover; transition: transform .35s ease; }
.fanj-poster-slide:hover img { transform: scale(1.02); }
.fanj-poster-slide span { position: absolute; inset: auto 0 0; padding: 36px 20px 18px; color: #fff; background: linear-gradient(transparent, rgba(25, 22, 18, .8)); font-size: 19px; }
.fanj-hot-line { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center; padding: 14px 0 18px; border-bottom: 1px solid var(--fanj-line); font-family: var(--fanj-sans); }
.fanj-hot-line > strong { color: var(--fanj-bronze-dark); font-size: 12px; letter-spacing: .16em; }
.fanj-hot-line > div { display: flex; gap: 24px; overflow-x: auto; white-space: nowrap; scrollbar-width: thin; }
.fanj-hot-line a { color: var(--fanj-muted); font-size: 13px; }
.fanj-hot-line a:hover { color: var(--fanj-ink); }
.fanj-category-section + .geo-home-modules { margin-top: 22px; margin-bottom: 32px; }
.fanj-footer { padding: 64px 0 24px; color: #e7ddce; background: var(--fanj-night); }
.fanj-footer__grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 70px; padding-bottom: 44px; }
.fanj-footer__brand { display: inline-block; margin-bottom: 20px; font-size: 25px; letter-spacing: .12em; }
.fanj-footer__brand span { color: var(--fanj-bronze); }
.fanj-footer p { max-width: 760px; margin: 0; color: #aaa092; font-size: 14px; }
.fanj-footer nav { display: grid; grid-template-columns: repeat(2, auto); gap: 8px 30px; align-content: start; font-family: var(--fanj-sans); font-size: 13px; }
.fanj-footer nav a:hover { color: #d5af73; }
.fanj-footer__bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid #39332c; color: #80766a; font-family: var(--fanj-sans); font-size: 11px; }
.fanj-archive-list { display: grid; gap: 0; margin-bottom: 64px; }
.fanj-archive-list > a { display: grid; grid-template-columns: 1fr auto 22px; align-items: center; gap: 24px; padding: 24px 4px; border-bottom: 1px solid var(--fanj-line); }
.fanj-archive-list strong { font-size: 30px; font-weight: 400; }
.fanj-archive-list span { color: var(--fanj-muted); font-family: var(--fanj-sans); font-size: 13px; }
.fanj-form-page { max-width: 760px; margin: 0 auto 64px; padding: 38px; border: 1px solid var(--fanj-line); background: rgba(255, 255, 255, .42); }

@media (max-width: 1180px) {
    .fanj-shell { width: min(100% - 56px, 1100px); }
    .fanj-nav { display: none; }
    .fanj-header__row { grid-template-columns: 1fr auto; }
    .fanj-menu-button { display: inline-grid; }
    .fanj-mobile-nav { display: block; padding: 18px 0; }
    .fanj-mobile-nav .fanj-shell { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
    .fanj-mobile-nav a, .fanj-mobile-nav button { padding: 10px; border: 0; border-bottom: 1px solid var(--fanj-line); background: transparent; color: inherit; text-align: left; font-family: var(--fanj-sans); font-size: 13px; cursor: pointer; }
    .fanj-mobile-main-site { color: var(--fanj-bronze-dark) !important; }
    .fanj-hero { grid-template-columns: 1.25fr .85fr; gap: 38px; }
    .fanj-category-grid { grid-template-columns: repeat(3, 1fr); }
    .fanj-category-grid a:nth-child(3) { border-right: 0; }
    .fanj-category-grid a:nth-child(n+4) { border-top: 1px solid var(--fanj-line); }
    .fanj-main-site-rail { display: none; }
}

@media (max-width: 760px) {
    .fanj-shell { width: min(100% - 32px, 680px); }
    .fanj-header__row { min-height: 70px; gap: 12px; }
    .fanj-wordmark { gap: 10px; }
    .fanj-wordmark strong { font-size: 20px; letter-spacing: .06em; }
    .fanj-wordmark span { height: 21px; }
    .fanj-wordmark em { font-size: 13px; letter-spacing: .12em; }
    .fanj-main-site-button { min-height: 38px; padding: 0 11px; font-size: 11px; }
    .fanj-header__actions .fanj-icon-button { display: none; }
    .fanj-menu-button { width: 38px; height: 38px; }
    .fanj-mobile-nav .fanj-shell { grid-template-columns: 1fr 1fr; }
    .fanj-archive-list > a { grid-template-columns: 1fr auto 18px; gap: 12px; padding: 20px 0; }
    .fanj-archive-list strong { font-size: 23px; }
    .fanj-form-page { margin-bottom: 48px; padding: 24px 18px; }
    .fanj-search { grid-template-columns: 1fr auto; gap: 10px; }
    .fanj-search label { grid-column: 1 / -1; }
    .fanj-intro-line { grid-template-columns: 1fr; gap: 8px; padding: 22px 0 18px; }
    .fanj-intro-line span { font-size: 12px; }
    .fanj-intro-line p { font-size: 13px; line-height: 1.7; }
    .fanj-poster-carousel { display: flex; margin-right: -16px; padding-right: 16px; overflow-x: auto; scroll-snap-type: x mandatory; }
    .fanj-poster-slide { flex: 0 0 82%; min-height: 190px; scroll-snap-align: start; }
    .fanj-poster-slide img { min-height: 190px; }
    .fanj-hot-line { grid-template-columns: 1fr; gap: 8px; }
    .fanj-hero { grid-template-columns: 1fr; min-height: 0; gap: 28px; padding: 22px 0 54px; }
    .fanj-hero__media, .fanj-hero__media img, .fanj-object-placeholder--hero { min-height: 0; height: auto; aspect-ratio: 1.45; }
    .fanj-hero__copy { padding: 0 4px; }
    .fanj-hero h1 { margin: 14px 0; font-size: 39px; line-height: 1.23; }
    .fanj-title-rule { margin: 18px 0; }
    .fanj-hero__copy > p { font-size: 15px; line-height: 1.8; }
    .fanj-section { padding: 52px 0; }
    .fanj-section-heading { grid-template-columns: 1fr; gap: 12px; margin-bottom: 24px; }
    .fanj-section-heading--row { display: flex; align-items: end; gap: 20px; }
    .fanj-section-heading h2 { font-size: 34px; }
    .fanj-section-heading p { font-size: 14px; }
    .fanj-category-grid { display: flex; overflow-x: auto; margin-right: -16px; padding-right: 16px; border-bottom: 0; scroll-snap-type: x mandatory; }
    .fanj-category-grid a { flex: 0 0 52%; min-height: 140px; scroll-snap-align: start; border-top: 0 !important; border-bottom: 1px solid var(--fanj-line); }
    .fanj-category-grid a:nth-child(3) { border-right: 1px solid var(--fanj-line); }
    .fanj-article-card { grid-template-columns: 42% 1fr; gap: 16px; padding: 18px 0; }
    .fanj-article-card__media { min-height: 138px; }
    .fanj-article-card__media img { min-height: 138px; }
    .fanj-object-placeholder { min-height: 138px; }
    .fanj-article-card h3 { margin: 6px 0; font-size: 20px; line-height: 1.4; }
    .fanj-article-card p { display: -webkit-box; margin: 0 0 6px; overflow: hidden; font-size: 12px; line-height: 1.6; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
    .fanj-article-card .fanj-text-link { font-size: 12px; }
    .fanj-eyebrow { font-size: 10px; }
    .fanj-main-site-banner { grid-template-columns: 1fr; gap: 22px; margin-bottom: 52px; padding: 34px 26px; }
    .fanj-main-site-banner h2 { font-size: 31px; }
    .fanj-main-site-banner a { justify-self: start; }
    .fanj-page-intro, .fanj-page-intro--category { display: block; padding: 44px 0 32px; }
    .fanj-page-intro h1 { font-size: 46px; }
    .fanj-page-intro p { font-size: 15px; }
    .fanj-breadcrumb { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
    .fanj-article__header { padding: 44px 0 36px; text-align: left; }
    .fanj-article__header .fanj-eyebrow { justify-content: flex-start; }
    .fanj-article__header h1 { margin: 16px 0 20px; font-size: 43px; }
    .fanj-article__dek { font-size: 16px; }
    .fanj-article__byline { align-items: flex-start; }
    .fanj-prose { padding-top: 38px; font-size: 17px; line-height: 1.95; }
    .fanj-prose img { max-width: calc(100vw - 32px); margin-block: 2em; }
    .fanj-prose blockquote { margin-inline: 0; padding: 18px 20px; }
    .fanj-article__footer { grid-template-columns: 1fr; padding: 28px; }
    .fanj-article__footer h2 { font-size: 26px; }
    .fanj-related__grid { grid-template-columns: 1fr; }
    .fanj-related__grid a, .fanj-related__grid a:nth-child(3n) { min-height: 140px; border-right: 0; }
    .fanj-about-hero { grid-template-columns: 1fr; gap: 20px; padding: 50px 0; }
    .fanj-about-hero h1 { font-size: 43px; }
    .fanj-identity-grid { grid-template-columns: 1fr; }
    .fanj-identity-grid article { min-height: 230px; padding: 28px 4px; border-right: 0; }
    .fanj-identity-grid h2 { margin-top: 28px; font-size: 29px; }
    .fanj-footer { padding-top: 44px; }
    .fanj-footer__grid { grid-template-columns: 1fr; gap: 34px; }
    .fanj-footer nav { grid-template-columns: repeat(3, auto); justify-content: start; gap: 8px 18px; }
}

@media (max-width: 440px) {
    .fanj-shell { width: calc(100% - 24px); }
    .fanj-wordmark strong { font-size: 18px; }
    .fanj-wordmark em { font-size: 12px; }
    .fanj-header__actions { gap: 6px; }
    .fanj-main-site-button { max-width: 108px; line-height: 1.25; text-align: center; }
    .fanj-main-site-button svg { display: none; }
    .fanj-article-card { grid-template-columns: 38% 1fr; }
    .fanj-article-card__media, .fanj-article-card__media img, .fanj-object-placeholder { min-height: 126px; }
    .fanj-article-card h3 { font-size: 18px; }
    .fanj-article-card p { display: none; }
    .fanj-category-grid a { flex-basis: 62%; }
    .fanj-footer nav { grid-template-columns: repeat(2, auto); }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
