/* ネタバレ生存学 — 色、余白、文字の定義をこのファイルに集約する。 */
:root {
  --paper: #f7f7f2;
  --white: #fff;
  --ink: #273329;
  --muted: #697167;
  --line: #dce0d4;
  --green: #354735;
  --lime: #dce8ae;
  --soft: #edf0e3;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --width: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 14px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, summary { cursor: pointer; }
button { color: inherit; }
button, input { border-radius: 0; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin-top: 0; }
a, button { -webkit-tap-highlight-color: transparent; }
a:hover { color: #637443; }
:focus-visible { outline: 2px solid #64823a; outline-offset: 5px; }
::selection { color: var(--green); background: var(--lime); }
.wrap { width: min(var(--width), calc(100% - 96px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: fixed; top: -80px; left: 20px; padding: 15px 24px; z-index: 100; background: var(--green); color: white; }
.skip-link:focus { top: 10px; }
.eyebrow { font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: .14em; line-height: 1.6; }
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 9px; border-radius: 50%; background: #788953; vertical-align: 1px; }
.text-link { display: inline-flex; align-items: center; gap: 25px; padding-block: 8px; font-size: 12px; font-weight: 600; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -2px); }
.button { display: inline-block; background: var(--green); color: white; padding: 15px 25px; }
.button:hover { color: var(--lime); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgb(247 247 242 / 97%); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 34px; height: 98px; }
.brand { display: inline-flex; align-items: center; gap: 13px; font-family: var(--serif); font-size: 23px; font-weight: 600; letter-spacing: .04em; white-space: nowrap; }
.brand-mark { position: relative; flex-shrink: 0; display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid currentColor; font-family: var(--serif); font-size: 29px; font-weight: 500; }
.brand-mark > span { position: absolute; top: -9px; right: -8px; padding: 0 1px; background: var(--paper); font: 18px var(--sans); }
.brand small { display: block; margin-top: 5px; font: 7px var(--sans); letter-spacing: .14em; }
.desktop-nav { display: flex; gap: 28px; align-self: stretch; align-items: center; margin-left: auto; font-size: 12px; }
.desktop-nav a { position: relative; padding-block: 14px; }
.desktop-nav a[aria-current]::after { position: absolute; bottom: 2px; left: 0; width: 100%; height: 2px; content: ""; background: var(--green); }
summary { list-style: none; }
summary::-webkit-details-marker { display: none; }
.search-menu > summary { display: flex; align-items: center; gap: 7px; font-size: 11px; }
.search-menu { position: relative; padding-left: 25px; border-left: 1px solid var(--line); }
.search-panel { position: absolute; top: 50px; right: 0; width: 450px; padding: 28px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 18px 30px #27332912; }
.search-panel label { display: block; font-family: var(--serif); font-size: 22px; margin-bottom: 20px; }
.search-field { display: flex; border-bottom: 1px solid var(--green); }
.search-field input { min-width: 0; width: 100%; border: 0; background: transparent; padding: 14px 4px; }
.search-field button { flex-shrink: 0; border: 0; background: transparent; }
.mobile-menu { display: none; }
.hero { display: grid; grid-template-columns: 1.15fr 1fr; gap: 70px; align-items: center; padding-block: 57px 54px; }
.hero-copy > .eyebrow { margin-bottom: 29px; font-size: 9px; }
.hero h1 { margin-bottom: 23px; font-family: var(--serif); font-weight: 500; font-size: clamp(39px, 4.5vw, 62px); letter-spacing: -.055em; line-height: 1.5; }
.hero-emphasis { position: relative; z-index: 0; }
.hero-emphasis::after { position: absolute; content: ""; bottom: 4px; left: 0; width: 91%; height: 13px; z-index: -1; background: var(--lime); }
.hero-lead { margin-bottom: 21px; color: var(--muted); line-height: 2; font-size: 13px; }
.hero-art { position: relative; align-self: stretch; display: grid; align-content: center; }
.hero-art svg { width: 100%; max-height: 355px; }
.art-caption { position: absolute; bottom: 0; right: 0; font-size: 9px; color: var(--muted); letter-spacing: .12em; }
.topic-strip { display: flex; align-items: center; gap: 25px; border-block: 1px solid var(--line); min-height: 70px; overflow-x: auto; scrollbar-width: thin; }
.topic-strip > * { flex-shrink: 0; white-space: nowrap; }
.topic-strip .eyebrow { font-size: 9px; margin-right: 4px; margin-bottom: 0; }
.topic-strip a { padding: 9px 0; font-size: 11px; }
.topic-strip a[aria-current] { padding-inline: 17px; border-radius: 30px; background: var(--green); color: white; }
.topic-strip .all-topics { margin-left: auto; font-size: 10px; border-left: 1px solid var(--line); padding-left: 20px; }
.featured { display: grid; grid-template-columns: 1.12fr 1fr; gap: 0; margin-top: 42px; background: var(--white); }
.featured-image { position: relative; overflow: hidden; min-height: 330px; }
.featured-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.featured-image:hover img, .story-image:hover img { transform: scale(1.035); }
.feature-image-label { position: absolute; top: 20px; left: 20px; background: var(--paper); padding: 9px 13px; font-size: 9px; letter-spacing: .1em; }
.featured-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 32px 38px; }
.featured-copy > .eyebrow { margin-bottom: 24px; font-size: 9px; }
.story-meta { display: flex; flex-wrap: wrap; gap: 10px 15px; align-items: center; color: var(--muted); font-size: 10px; }
.story-meta > span { color: #54613d; }
.story-meta time { font-size: 10px; letter-spacing: .02em; }
.featured h2 { font-family: var(--serif); font-weight: 500; font-size: clamp(23px, 2.2vw, 31px); line-height: 1.65; margin-block: 13px 15px; }
.feature-description { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: var(--muted); font-size: 12px; line-height: 1.9; margin-bottom: 18px; }
.featured .text-link { border-bottom: 1px solid var(--line); gap: 45px; }
.stories-section { padding-block: 65px 75px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 29px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.section-heading .eyebrow { color: var(--muted); font-size: 9px; margin-bottom: 9px; }
.section-heading h2 { font-family: var(--serif); font-weight: 500; font-size: 28px; line-height: 1.5; margin-bottom: 0; }
.result-count { color: var(--muted); font-size: 9px; letter-spacing: .08em; white-space: nowrap; padding-bottom: 5px; }
.result-count span { margin-inline: 9px; color: #b1b6a6; }
.story-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 39px 27px; }
.story-card { min-width: 0; }
.story-image { position: relative; display: block; overflow: hidden; aspect-ratio: 1.75; background: var(--soft); margin-bottom: 18px; }
.story-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.image-arrow { display: grid; place-items: center; position: absolute; right: 0; bottom: 0; width: 33px; height: 33px; background: var(--paper); font-size: 18px; }
.story-card .story-meta { justify-content: space-between; margin-bottom: 10px; }
.story-card h3 { margin-bottom: 10px; font-family: var(--serif); font-weight: 600; font-size: 19px; line-height: 1.8; }
.story-card h3 a:hover { text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.story-description { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: var(--muted); font-size: 11px; line-height: 1.9; margin-bottom: 0; }
.no-image { display: grid; place-items: center; background: var(--soft); color: var(--green); }
.no-image > span:not(.image-arrow):not(.feature-image-label) { padding: 20px; font-family: var(--serif); font-size: 23px; }
.no-image small { display: block; text-align: center; font: 7px var(--sans); letter-spacing: .12em; margin-top: 14px; }
.pagination { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px; padding-top: 45px; }
.pagination a, .pagination .current { display: grid; place-items: center; min-width: 40px; height: 40px; font-size: 12px; border: 1px solid var(--line); }
.pagination .current { background: var(--green); border-color: var(--green); color: white; }
.pagination a:hover { border-color: var(--green); }
.about-section { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px; padding: 58px 64px; background: var(--soft); margin-bottom: 80px; }
.about-section > div { position: relative; z-index: 1; }
.about-section .eyebrow { color: var(--muted); margin-bottom: 20px; font-size: 9px; }
.about-section h2 { font-family: var(--serif); font-weight: 500; font-size: 38px; line-height: 1.7; margin-bottom: 0; }
.about-section p:not(.eyebrow) { font-size: 12px; line-height: 2.2; margin-bottom: 17px; }
.about-watermark { position: absolute; bottom: -70px; right: -10px; font-family: var(--serif); color: #e1e5d5; font-size: 280px; }
.site-footer { background: var(--green); color: var(--paper); }
.footer-top { display: flex; align-items: center; gap: 80px; padding-block: 52px; }
.footer-top .brand-mark > span { background: var(--green); }
.footer-top > p { margin-bottom: 0; margin-left: auto; font-family: var(--serif); font-size: 23px; line-height: 1.7; }
.back-top { display: grid; place-items: center; height: 43px; width: 43px; border: 1px solid #6a7662; border-radius: 50%; font-size: 20px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #596751; padding-block: 24px; }
.footer-bottom nav { display: flex; gap: 25px; font-size: 10px; }
.footer-bottom small { font-size: 9px; color: #bdc9b0; }
.site-footer a:hover { color: var(--lime); }
.page-heading { padding-block: 32px 47px; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 10px; color: var(--muted); }
.breadcrumbs a:hover { text-decoration: underline; }
.page-heading .breadcrumbs { margin-bottom: 46px; }
.page-heading .eyebrow { color: var(--muted); font-size: 9px; margin-bottom: 17px; }
.page-heading h1 { font-family: var(--serif); font-weight: 500; font-size: clamp(30px, 4vw, 47px); line-height: 1.6; margin-bottom: 18px; overflow-wrap: anywhere; }
.page-heading > p:last-child { font-size: 13px; color: var(--muted); line-height: 2; margin-bottom: 0; }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; border-block: 1px solid var(--line); padding-block: 23px; }
.catalog-toolbar p, .catalog-toolbar .eyebrow { margin-bottom: 0; }
.catalog-toolbar p { font-size: 11px; color: var(--muted); }
.catalog-count { font-size: 10px; padding: 5px 8px; background: var(--soft); margin-left: 10px; }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 23px; padding-block: 35px 80px; align-items: start; }
.category-card { border: 1px solid var(--line); padding: 25px; background: #fafbf6; }
.category-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.category-number { font-family: var(--serif); font-size: 27px; color: #87916f; }
.category-count { font-size: 10px; color: var(--muted); }
.category-card h2 { font-family: var(--serif); font-weight: 500; font-size: 22px; margin-bottom: 18px; }
.category-card h2 a { display: flex; justify-content: space-between; gap: 10px; }
.category-preview { display: flex; flex-wrap: wrap; gap: 7px 11px; min-height: 46px; align-content: start; }
.category-preview a { color: var(--muted); font-size: 10px; }
.subcategories { margin-top: 20px; border-top: 1px solid var(--line); }
.subcategories summary { display: flex; justify-content: space-between; padding-top: 15px; font-size: 10px; }
.subcategories[open] summary span { transform: rotate(45deg); }
.subcategories nav { padding-top: 12px; }
.subcategories nav a { display: flex; justify-content: space-between; gap: 10px; padding-block: 9px; font-size: 11px; }
.subcategories nav a span { color: var(--muted); }
.listing-search { display: flex; align-items: center; gap: 15px; margin-bottom: 32px; }
.listing-search input { width: min(420px, 60%); min-width: 0; border: 1px solid var(--line); background: white; padding: 13px; }
.listing-search button { border: 1px solid var(--green); background: var(--green); color: white; padding: 13px 20px; }
.listing-search > a { font-size: 11px; }
.empty-state { text-align: center; padding: 80px 20px; }
.empty-state h1, .empty-state h3 { font-family: var(--serif); font-weight: 500; font-size: 25px; line-height: 1.8; }
.empty-state p { color: var(--muted); font-size: 13px; line-height: 2; }
.empty-symbol { display: block; font-size: 40px; margin-bottom: 20px; }
.article-breadcrumbs { padding-block: 30px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 790px) minmax(0, 260px); gap: 65px; padding-block: 20px 50px; justify-content: space-between; }
.article-main { min-width: 0; }
.category-badge { display: inline-block; padding: 7px 13px; font-size: 11px; color: var(--green); background: var(--soft); }
.article-header h1 { font-family: var(--serif); font-size: clamp(30px, 3vw, 43px); font-weight: 500; line-height: 1.65; letter-spacing: -.02em; margin-block: 23px; overflow-wrap: anywhere; }
.article-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; align-items: center; color: var(--muted); font-size: 10px; padding-block: 8px 20px; border-bottom: 1px solid var(--line); }
.article-lead { font-size: 14px; line-height: 2.1; color: #586153; margin-block: 26px 15px; }
.ad-disclosure { font-size: 10px; color: var(--muted); line-height: 1.8; margin-block: 22px 30px; }
.article-toc { background: var(--soft); margin-block: 30px; padding: 23px 27px; }
.article-toc summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 13px; }
.article-toc summary span { font-size: 9px; letter-spacing: .08em; color: var(--muted); }
.article-toc ol { padding-left: 22px; margin-block: 23px 0; }
.article-toc li { font-size: 12px; padding-block: 6px; line-height: 1.8; }
.article-toc .toc-sub { margin-left: 20px; font-size: 11px; }
.article-content { font-size: 16px; line-height: 2.2; overflow-wrap: anywhere; }
.article-content > p { margin-block: 25px; }
.article-content h2 { font-family: var(--serif); font-size: 28px; font-weight: 600; line-height: 1.7; padding-bottom: 15px; border-bottom: 1px solid var(--line); margin-block: 60px 25px; }
.article-content h3 { font-size: 20px; line-height: 1.7; margin-block: 38px 18px; }
.article-content img { margin-block: 30px; width: 100%; height: auto; }
.article-content a { color: #58723b; text-decoration: underline; text-underline-offset: 4px; }
.article-content ul, .article-content ol { padding-left: 1.6em; }
.article-content li { margin-block: 9px; }
.article-content blockquote { border-left: 3px solid #9aac78; background: var(--soft); padding: 20px 25px; margin-inline: 0; font-size: 14px; }
.article-content blockquote p:last-child { margin-bottom: 0; }
.article-content table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; font-size: 13px; }
.article-content th, .article-content td { border: 1px solid var(--line); padding: 12px 15px; min-width: 110px; }
.article-content th { background: var(--soft); }
.article-content pre { overflow-x: auto; background: var(--soft); padding: 20px; line-height: 1.7; font-size: 13px; }
.article-content hr { margin-block: 35px; border: 0; border-top: 1px solid var(--line); }
.article-sidebar { padding-top: 8px; }
.sidebar-sticky { position: sticky; top: 135px; max-height: calc(100vh - 165px); overflow: auto; scrollbar-width: thin; }
.article-sidebar .eyebrow { color: var(--muted); font-size: 9px; margin-bottom: 12px; }
.article-sidebar h2 { font-family: var(--serif); font-size: 17px; font-weight: 500; padding-bottom: 21px; border-bottom: 1px solid var(--line); }
.article-sidebar ol { list-style: decimal-leading-zero; padding-left: 26px; margin-block: 20px 30px; }
.article-sidebar li { color: var(--muted); font-size: 11px; padding: 7px 4px; line-height: 1.9; }
.sidebar-category { display: block; background: var(--soft); padding: 22px; font-size: 12px; line-height: 1.8; }
.sidebar-category span { display: block; font-size: 9px; letter-spacing: .1em; margin-bottom: 10px; color: var(--muted); }
.affiliate-box { border: 1px solid var(--line); background: var(--soft); padding: 28px; margin-top: 45px; }
.affiliate-box .eyebrow { font-size: 9px; color: var(--muted); }
.affiliate-box h2 { font-family: var(--serif); font-size: 20px; line-height: 1.7; }
.affiliate-box p:not(.eyebrow) { font-size: 12px; line-height: 1.9; color: var(--muted); }
.affiliate-box > div { display: flex; flex-wrap: wrap; gap: 12px; }
.affiliate-box a { border: 1px solid var(--green); padding: 12px 17px; font-size: 11px; background: var(--paper); }
.article-end { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; border-block: 1px solid var(--line); margin-top: 45px; padding-block: 30px; }
.article-end > p { margin: 0; font-family: var(--serif); font-size: 16px; line-height: 1.8; }
.article-end small { display: block; font-family: var(--sans); font-size: 10px; color: var(--muted); margin-top: 7px; }
.copy-link { border: 0; background: transparent; font-size: 10px; margin-left: auto; padding: 12px 0; }
.related-section { padding-block: 20px 80px; }
@media (min-width: 1450px) { .hero { gap: 110px; } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .header-inner { gap: 22px; }
  .desktop-nav { gap: 18px; font-size: 11px; }
  .brand { font-size: 20px; }
  .hero { gap: 35px; }
  .hero h1 { font-size: 46px; }
  .topic-strip { gap: 21px; }
  .featured-copy { padding: 25px; }
  .featured-image { min-height: 310px; }
  .featured h2 { font-size: 26px; }
  .story-grid { gap: 34px 22px; }
  .story-card h3 { font-size: 17px; }
  .about-section { padding: 40px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-layout { grid-template-columns: minmax(0, 1fr) 220px; gap: 35px; }
}
@media (max-width: 800px) {
  html { scroll-padding-top: 95px; }
  .desktop-nav { display: none; }
  .header-inner { height: 80px; }
  .search-menu { margin-left: auto; border-left: 0; padding: 0; }
  .mobile-menu { display: block; }
  .mobile-menu > summary { display: grid; align-content: center; gap: 6px; width: 28px; height: 32px; }
  .mobile-menu > summary span { width: 22px; height: 1px; background: var(--ink); }
  .mobile-menu > nav { position: absolute; top: 79px; right: 0; width: 100%; background: var(--paper); border-bottom: 1px solid var(--line); padding: 20px 32px; display: grid; gap: 0; }
  .mobile-menu nav a { padding: 17px 0; border-bottom: 1px solid var(--line); }
  .hero { padding-block: 38px; gap: 25px; }
  .hero h1 { font-size: 37px; }
  .hero-copy > .eyebrow { font-size: 7px; margin-bottom: 20px; }
  .hero-lead { font-size: 11px; }
  .art-caption { font-size: 8px; bottom: 8px; }
  .featured { grid-template-columns: 1fr 1fr; }
  .featured h2 { font-size: 23px; }
  .featured-copy > .eyebrow { margin-bottom: 15px; font-size: 8px; }
  .feature-description { font-size: 11px; }
  .story-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-heading h2 { font-size: 25px; }
  .about-section { gap: 30px; padding: 35px; }
  .about-section h2 { font-size: 30px; }
  .about-section p:not(.eyebrow) { font-size: 11px; }
  .footer-top { gap: 35px; }
  .footer-top > p { font-size: 19px; }
  .article-layout { display: block; max-width: 720px; margin-inline: auto; }
  .article-sidebar { display: none; }
}
@media (max-width: 560px) {
  .wrap { width: calc(100% - 40px); }
  .header-inner { height: 73px; gap: 19px; }
  .brand { gap: 9px; font-size: 19px; }
  .brand-mark { width: 35px; height: 35px; font-size: 24px; }
  .brand-mark > span { font-size: 15px; top: -8px; right: -6px; }
  .brand small { font-size: 5.5px; letter-spacing: .08em; }
  .search-menu > summary > span { display: none; }
  .search-panel { position: fixed; top: 72px; left: 0; width: 100%; padding: 25px 20px; }
  .search-field input { font-size: 16px; }
  .mobile-menu > nav { top: 72px; padding-inline: 20px; }
  .hero { grid-template-columns: 1fr; padding-block: 34px 30px; gap: 22px; }
  .hero h1 { font-size: clamp(35px, 10.5vw, 48px); line-height: 1.5; margin-bottom: 17px; }
  .hero-copy > .eyebrow { font-size: 7px; margin-bottom: 22px; }
  .hero-lead { font-size: 12px; line-height: 2; margin-bottom: 15px; }
  .hero .text-link { font-size: 11px; }
  .hero-emphasis::after { height: 10px; bottom: 1px; }
  .hero-art { height: 214px; overflow: hidden; background: #e9ecdc; }
  .hero-art svg { height: 235px; }
  .art-caption { right: 12px; bottom: 9px; font-size: 7px; }
  .topic-strip { min-height: 61px; gap: 22px; margin-right: -20px; padding-right: 20px; }
  .topic-strip .eyebrow { font-size: 8px; }
  .topic-strip a { font-size: 10px; }
  .featured { display: block; margin-top: 26px; }
  .featured-image { display: block; min-height: auto; aspect-ratio: 1.65; }
  .feature-image-label { top: 13px; left: 13px; font-size: 8px; }
  .featured-copy { padding: 24px; }
  .featured h2 { font-size: 25px; line-height: 1.65; margin-block: 12px; }
  .featured-copy > .eyebrow { margin-bottom: 17px; }
  .feature-description { font-size: 12px; }
  .stories-section { padding-block: 43px 50px; }
  .section-heading { align-items: start; gap: 12px; margin-bottom: 25px; padding-bottom: 20px; }
  .section-heading h2 { font-size: 23px; line-height: 1.6; }
  .section-heading .eyebrow { font-size: 8px; }
  .result-count { font-size: 8px; line-height: 1.9; max-width: 80px; text-align: right; padding-top: 18px; white-space: normal; }
  .result-count span { margin-inline: 3px; }
  .story-grid { grid-template-columns: 1fr; gap: 30px; }
  .story-image { margin-bottom: 16px; }
  .story-card { border-bottom: 1px solid var(--line); padding-bottom: 25px; }
  .story-card h3 { font-size: 21px; line-height: 1.75; }
  .story-meta, .story-meta time { font-size: 10px; }
  .story-description { font-size: 12px; }
  .pagination { gap: 7px; padding-top: 30px; }
  .pagination a, .pagination .current { min-width: 36px; height: 36px; }
  .about-section { grid-template-columns: 1fr; gap: 28px; padding: 30px 25px; margin-bottom: 48px; }
  .about-section h2 { font-size: 32px; }
  .about-section p:not(.eyebrow) { font-size: 12px; }
  .about-section .text-link { font-size: 11px; gap: 14px; }
  .desktop-only { display: none; }
  .footer-top { flex-wrap: wrap; gap: 32px; padding-block: 38px; }
  .footer-top .brand { width: 100%; }
  .footer-top > p { margin-left: 0; font-size: 22px; }
  .footer-top .back-top { margin-left: auto; }
  .footer-bottom { display: block; padding-block: 25px; }
  .footer-bottom nav { gap: 15px; flex-wrap: wrap; font-size: 10px; margin-bottom: 23px; }
  .page-heading { padding-block: 24px 35px; }
  .page-heading .breadcrumbs { margin-bottom: 35px; }
  .page-heading h1 { font-size: 32px; }
  .page-heading > p:last-child { font-size: 12px; }
  .category-grid { grid-template-columns: 1fr; gap: 16px; padding-block: 25px 45px; }
  .category-card { padding: 25px; }
  .category-card-top { margin-bottom: 15px; }
  .category-preview { min-height: 0; }
  .catalog-toolbar p { font-size: 9px; }
  .catalog-toolbar .eyebrow { font-size: 9px; }
  .listing-search { flex-wrap: wrap; gap: 10px; }
  .listing-search input { width: calc(100% - 92px); font-size: 16px; }
  .listing-search button { width: 82px; padding-inline: 10px; }
  .empty-state { padding: 48px 10px; }
  .empty-state h1, .empty-state h3 { font-size: 22px; }
  .article-breadcrumbs { padding-block: 24px; font-size: 9px; }
  .article-layout { padding-top: 8px; }
  .article-header h1 { font-size: 29px; line-height: 1.7; margin-block: 22px; }
  .article-meta { font-size: 9px; gap: 10px 15px; }
  .article-lead { font-size: 13px; }
  .ad-disclosure { font-size: 9px; }
  .article-toc { padding: 20px; }
  .article-content { font-size: 15px; line-height: 2.15; }
  .article-content h2 { font-size: 24px; margin-top: 45px; }
  .article-content h3 { font-size: 19px; }
  .article-content img { margin-block: 25px; }
  .article-content blockquote { padding: 18px; font-size: 13px; }
  .affiliate-box { padding: 22px; }
  .affiliate-box h2 { font-size: 18px; }
  .article-end { gap: 15px; }
  .article-end > p { font-size: 13px; }
  .article-end small { font-size: 9px; }
  .related-section { padding-bottom: 45px; }
  .related-section .section-heading { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
.article-navigation { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin-top: 40px; }
.article-navigation a { padding: 22px; border: 1px solid var(--line); font-family: var(--serif); font-size: 15px; line-height: 1.8; }
.article-navigation span { display: block; font: 9px var(--sans); letter-spacing: .1em; margin-bottom: 15px; color: var(--muted); }
