:root {
  --navy: #17324d;
  --navy-dark: #10263b;
  --yellow: #f2c94c;
  --yellow-soft: #fff8dc;
  --paper: #f7f7f5;
  --white: #ffffff;
  --ink: #202b35;
  --muted: #687684;
  --line: #dfe3e6;
  --green: #2f8067;
  --radius: 10px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", system-ui, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
html.age-unconfirmed .site-header, html.age-unconfirmed .page-shell, html.age-unconfirmed .site-footer, html.age-unconfirmed .compare-tray, html.age-unconfirmed .toast { visibility: hidden; }
.age-gate { width: min(470px, calc(100% - 32px)); padding: 0; border: 1px solid #d7c373; border-radius: 12px; color: var(--ink); background: var(--white); box-shadow: 0 20px 60px rgba(15,35,52,.27); }
.age-gate::backdrop { background: rgba(15,35,52,.72); }
.age-gate-inner { padding: 30px; }
.age-gate-kicker { margin: 0 0 9px; color: #8b7023; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.age-gate h1 { margin: 0; color: var(--navy-dark); font-size: 26px; }
.age-gate p { margin: 13px 0 0; color: #475a68; font-size: 13px; line-height: 1.8; }
.age-gate .age-gate-note { color: var(--muted); font-size: 10px; }
.age-gate-actions { display: flex; align-items: center; gap: 18px; margin-top: 25px; }
.age-gate-actions .text-button { color: #566978; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }
.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; }

.site-header { background: var(--white); border-bottom: 1px solid var(--line); }
.header-inner { max-width: 1180px; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; margin: auto; padding: 16px 24px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 210px; }
.brand-mark { width: 10px; height: 38px; border-radius: 3px; background: var(--yellow); }
.brand strong, .brand small { display: block; }
.brand strong { color: var(--navy-dark); font-size: 21px; letter-spacing: .02em; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.header-tools { display: flex; align-items: center; gap: 10px; }
.header-search { width: min(390px, 42vw); height: 38px; display: flex; border: 1px solid #cfd6dc; border-radius: 7px; background: var(--white); overflow: hidden; }
.header-search input { flex: 1; min-width: 0; padding: 0 12px; border: 0; outline: none; color: var(--ink); font-size: 12px; }
.header-search button { padding: 0 15px; border: 0; background: var(--navy); color: #fff; font-size: 11px; font-weight: 700; }
.saved-button { height: 38px; padding: 0 13px; border: 1px solid #cfd6dc; border-radius: 7px; background: #fff; color: var(--navy); font-size: 11px; font-weight: 700; }
.saved-button span { display: inline-grid; min-width: 19px; height: 19px; place-items: center; margin-left: 5px; border-radius: 10px; background: var(--yellow); font-size: 9px; }
.adult-toggle { height: 38px; padding: 0 12px; border: 1px solid #d6bd5b; border-radius: 7px; background: #fffdf4; color: #725e1f; font-size: 10px; font-weight: 800; white-space: nowrap; }
.adult-toggle[aria-pressed="true"] { border-color: var(--navy); background: var(--navy); color: #fff; }
.r18-locked-cover { filter: blur(11px) saturate(.65); transform: scale(1.08); }
.cover-wrap:has(.r18-locked-cover), .article-work-locked { overflow: hidden; }
.work-card-locked .card-body { background: #fffdf7; }
.card-unlock-button, .article-unlock-button, .activity-unlock-button, .adult-unlock-button, .work-unlock-button { border: 0; border-radius: 6px; background: var(--yellow-soft); color: #67551d; font-size: 10px; font-weight: 800; }
.card-unlock-button { width: 100%; min-height: 30px; }
.article-unlock-button, .activity-unlock-button { justify-self: start; padding: 7px 9px; }
.adult-unlock-button, .work-unlock-button { padding: 10px 13px; }
.purchase-panel-locked { border-color: #e0cf8d; background: #fffdf5; }
.r18-work-locked { max-width: 640px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.r18-work-cover { width: 100%; height: 210px; margin: 4px 0 19px; overflow: hidden; border-radius: 9px; }
.r18-work-locked .type-pill { display: inline-block; }
.r18-static-lock { display: none; padding: 18px; border: 1px solid #e0cf8d; border-radius: 9px; background: #fffdf5; }
.r18-static-lock strong, .r18-static-lock p { display: block; }
.r18-static-lock p { margin: 5px 0 13px; color: var(--muted); font-size: 12px; }
html:not(.adult-mode-enabled) .r18-static-content > :not(.r18-static-lock) { filter: blur(11px); pointer-events: none; user-select: none; }
html:not(.adult-mode-enabled) .r18-static-content .r18-static-lock { display: block; }

@media (max-width: 720px) {
  .header-tools { flex-wrap: wrap; }
  .header-tools .header-search { flex: 1 0 100%; width: 100%; }
  .header-tools .adult-toggle, .header-tools .saved-button { flex: 1; }
}
.site-nav { background: var(--navy); color: #fff; }
.nav-inner { max-width: 1180px; height: 46px; display: flex; align-items: stretch; gap: 34px; margin: auto; padding: 0 24px; overflow-x: auto; }
.nav-inner a { position: relative; display: flex; align-items: center; flex: 0 0 auto; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 700; }
.nav-inner a:hover, .nav-inner a.active { color: #fff; }
.nav-inner a.active::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--yellow); }

.page-shell { max-width: 1180px; min-height: 620px; margin: auto; padding: 38px 24px 80px; }
.page-heading { margin-bottom: 32px; }
.page-heading h1 { max-width: 900px; margin: 0; color: var(--navy-dark); font-size: clamp(29px, 3.3vw, 40px); line-height: 1.35; letter-spacing: -.035em; }
.page-heading p { margin: 10px 0 0; color: var(--muted); font-size: 13px; }
.compact-heading { margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.compact-heading h1 { font-size: clamp(27px, 3vw, 34px); }
.main-search { max-width: 720px; height: 48px; display: flex; margin-top: 25px; border: 1px solid #cbd3da; border-radius: 8px; background: #fff; overflow: hidden; }
.discover-heading .main-search { margin-top: 0; }
.main-search input { flex: 1; min-width: 0; padding: 0 15px; border: 0; outline: none; color: var(--ink); font-size: 13px; }
.main-search button { padding: 0 22px; border: 0; background: var(--yellow); color: var(--navy-dark); font-size: 12px; font-weight: 800; }
.feed-section + .feed-section { margin-top: 48px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 13px; }
.section-heading h2 { margin: 0; color: var(--navy-dark); font-size: 25px; letter-spacing: -.03em; }
.section-heading p { margin: 2px 0 0; color: var(--muted); font-size: 10px; }
.section-heading > a { padding-bottom: 2px; border-bottom: 1px solid var(--navy); color: var(--navy); font-size: 11px; font-weight: 700; }
.activity-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.activity-card { padding: 16px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.activity-head { display: flex; align-items: center; gap: 10px; }
.activity-avatar { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow-soft); color: var(--navy); font-size: 10px; font-weight: 800; }
.activity-head > span:last-child { min-width: 0; }
.activity-head strong, .activity-head time { display: block; }
.activity-head strong { color: var(--navy-dark); font-size: 11px; }
.activity-head time { margin-top: 1px; color: var(--muted); font-size: 8px; }
.activity-comment { display: -webkit-box; min-height: 48px; margin: 12px 0; overflow: hidden; color: #4e5e6b; font-size: 10px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.activity-work { display: grid; grid-template-columns: 48px minmax(0, 1fr); align-items: center; gap: 10px; padding: 9px; border-radius: 7px; background: #f5f6f5; }
.activity-cover { width: 48px; height: 52px; padding: 0; overflow: hidden; border-radius: 5px; }
.activity-work > span { min-width: 0; }
.activity-work strong, .activity-work small { display: block; }
.activity-work strong { overflow: hidden; color: var(--ink); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.activity-work small { margin-top: 2px; color: var(--muted); font-size: 8px; }
.activity-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 11px; }
.activity-foot button { padding: 0; border: 0; border-bottom: 1px solid var(--navy); background: transparent; color: var(--navy); font-size: 9px; font-weight: 800; }
.activity-foot span { color: var(--muted); font-size: 8px; }
.activity-foot button:focus-visible { outline: 3px solid rgba(242,201,76,.65); outline-offset: 3px; }
.activity-empty { grid-column: 1 / -1; padding: 32px 20px; border: 1px dashed #cbd2d7; border-radius: 8px; color: var(--muted); font-size: 11px; text-align: center; }
.period-tabs, .mode-tabs, .listing-periods { display: flex; flex-wrap: wrap; gap: 5px; }
.period-tabs { margin-bottom: 12px; }
.period-tabs button, .mode-tabs button, .listing-periods button { padding: 6px 12px; border: 1px solid #d4dadd; border-radius: 6px; background: #fff; color: #687581; font-size: 10px; font-weight: 700; }
.period-tabs button.active, .mode-tabs button.active, .listing-periods button.active { border-color: var(--navy); background: var(--navy); color: #fff; }
.horizontal-rail { display: flex; gap: 14px; overflow-x: auto; padding: 2px 1px 14px; scroll-snap-type: x proximity; scrollbar-color: #bbc3c9 transparent; scrollbar-width: thin; }
.horizontal-rail .work-card { flex: 0 0 270px; scroll-snap-align: start; }

.work-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: border-color .15s ease, box-shadow .15s ease; }
.work-card:hover { border-color: #c6b15f; box-shadow: 0 8px 22px rgba(21,45,67,.08); }
.cover-wrap { position: relative; height: 150px; }
.cover-art { height: 100%; display: flex; align-items: flex-end; padding: 14px; background: #dfe5e8; }
.cover-art span { color: rgba(255,255,255,.92); font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.cover-rain { background: #6e8799; }.cover-linen { background: #9b8272; }.cover-night { background: #465674; }.cover-mint { background: #6e988a; }.cover-blue { background: #66899b; }.cover-peach { background: #b8816a; }.cover-lavender { background: #80799c; }.cover-yellow { background: #b28c42; }
.rank-badge { position: absolute; top: 9px; left: 9px; padding: 3px 7px; border-radius: 5px; background: rgba(255,255,255,.94); color: var(--navy); font-size: 10px; font-weight: 800; }
.rank-badge small { margin-left: 2px; font-size: 8px; }
.save-button { position: absolute; top: 8px; right: 8px; width: 31px; height: 31px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.94); color: #9a5960; font-size: 17px; }
.save-button.saved { background: #9a5960; color: #fff; }
.card-body { padding: 13px; }
.meta-line { display: flex; align-items: center; gap: 6px; min-height: 19px; color: var(--muted); font-size: 9px; }
.type-pill { padding: 2px 5px; border-radius: 4px; background: #eef1f3; color: #5d6d79; font-size: 8px; font-weight: 700; }
.type-pill.r18 { background: #f8ebeb; color: #8e5358; }
.feed-score { color: var(--ink); font-weight: 700; }
.momentum { margin-left: auto; color: var(--green); font-weight: 800; }
.work-title { margin: 7px 0 5px; font-size: 14px; line-height: 1.45; }
.work-title button, .work-title a { padding: 0; border: 0; background: transparent; color: var(--ink); text-align: left; font-weight: 800; }
.work-title button:hover, .work-title a:hover { color: #355f7c; }
.card-summary { display: -webkit-box; min-height: 44px; margin: 0 0 9px; overflow: hidden; color: #63717d; font-size: 10px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.card-foot { display: flex; align-items: center; gap: 6px; margin-top: 10px; padding-top: 9px; border-top: 1px solid #edf0f1; color: #64727e; font-size: 9px; }
.card-foot strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.thread-button { margin-left: auto; padding: 3px 0; border: 0; background: transparent; color: #48647a; font-size: 9px; font-weight: 800; }
.compare-button { padding: 3px 0; border: 0; background: transparent; color: #355f7c; font-size: 9px; font-weight: 800; }
.compare-button.active { color: #9a5960; }

.listing-panel { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.listing-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.listing-header h2 { margin: 0; color: var(--navy-dark); font-size: 22px; }
.listing-header p { margin: 3px 0 0; color: var(--muted); font-size: 10px; }
.listing-periods { margin: 16px 0; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.active-filter { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; padding: 9px 11px; border-radius: 7px; background: var(--yellow-soft); color: #69551b; font-size: 10px; }
.active-filter button { padding: 3px 0; border: 0; border-bottom: 1px solid #69551b; background: transparent; color: inherit; font-size: 9px; }
.full-feed-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.empty-message { grid-column: 1 / -1; padding: 45px 20px; border: 1px dashed #cbd2d7; border-radius: 8px; color: var(--muted); font-size: 12px; text-align: center; }
.launch-panel { max-width: 720px; margin: 54px auto; padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, #fffdf5, #fff); color: var(--ink); }
.launch-panel > p { margin: 0 0 10px; color: #8a6b13; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.launch-panel h1 { max-width: 520px; margin: 0; color: var(--navy-dark); font-size: 27px; line-height: 1.45; }
.launch-panel > div { max-width: 620px; margin-top: 16px; color: var(--muted); font-size: 13px; line-height: 1.9; }
.launch-panel > a { display: inline-block; margin-top: 22px; padding-bottom: 2px; border-bottom: 1px solid currentColor; color: #6b5413; font-size: 12px; font-weight: 800; }

.directory-toolbar { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 12px; color: var(--muted); font-size: 10px; }
.directory-toolbar strong { color: var(--navy); font-size: 13px; }
.directory-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.directory-card { display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; align-items: center; gap: 13px; padding: 16px; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: var(--ink); text-align: left; }
.directory-card:hover, .voice-directory-card:hover { border-color: #c6b15f; }
.directory-card:focus-visible, .voice-directory-card:focus-visible, .entity-back:focus-visible { outline: 3px solid rgba(242,201,76,.65); outline-offset: 3px; }
.entity-avatar { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 7px; background: var(--yellow-soft); color: var(--navy); font-size: 11px; font-weight: 800; }
.directory-card-copy { min-width: 0; }
.directory-card-copy strong { display: block; color: var(--navy-dark); font-size: 14px; }
.directory-card-copy p { margin: 3px 0; color: var(--muted); font-size: 9px; line-height: 1.55; }
.directory-card-copy small { color: #7b878f; font-size: 8px; }
.directory-count { min-width: 62px; color: var(--navy); font-size: 10px; font-weight: 700; text-align: right; }
.directory-count b { display: block; font-size: 18px; }
.voice-directory { display: grid; gap: 10px; }
.voice-directory-card { display: grid; grid-template-columns: 50px minmax(0, 1fr) 92px; align-items: stretch; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: var(--ink); text-align: left; }
.voice-rank-number { display: grid; align-content: center; justify-items: center; background: var(--navy); color: #fff; }
.voice-rank-number b { font-size: 20px; line-height: 1; }.voice-rank-number small { margin-top: 3px; color: var(--yellow); font-size: 8px; }
.voice-directory-main { min-width: 0; padding: 15px 17px; }
.voice-directory-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.voice-directory-head strong { color: var(--navy-dark); font-size: 15px; }.voice-directory-head span { color: var(--green); font-size: 9px; font-weight: 800; }
.voice-directory-meta { display: block; margin-top: 2px; color: #586a78; font-size: 9px; }
.voice-directory-main p { margin: 6px 0 8px; color: var(--muted); font-size: 9px; line-height: 1.6; }
.voice-directory-stats { display: grid; align-content: center; justify-items: center; border-left: 1px solid var(--line); background: #fafbfb; }
.voice-directory-stats b { color: var(--navy); font-size: 18px; }.voice-directory-stats small { color: var(--muted); font-size: 8px; }.voice-directory-stats em { margin-top: 7px; color: var(--green); font-size: 8px; font-style: normal; font-weight: 800; }
.entity-back { display: inline-block; margin-bottom: 18px; color: #48647a; font-size: 10px; font-weight: 800; }
.entity-back:hover { color: var(--navy-dark); text-decoration: underline; }
.entity-detail-header { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 20px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.entity-detail-avatar { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 10px; background: var(--yellow-soft); color: var(--navy); font-size: 18px; font-weight: 800; }
.entity-detail-avatar.voice-avatar { border-radius: 50%; background: #e9eff4; }
.entity-detail-kicker { color: #7c8892; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.entity-detail-header h1 { margin: 2px 0 7px; color: var(--navy-dark); font-size: clamp(25px, 3vw, 34px); line-height: 1.35; }
.entity-detail-header > div > p { max-width: 760px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }
.entity-detail-facts { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 15px 0 0; padding-top: 13px; border-top: 1px solid var(--line); }
.entity-detail-facts div { display: flex; align-items: baseline; gap: 7px; }
.entity-detail-facts dt { color: #7a8790; font-size: 8px; font-weight: 700; }
.entity-detail-facts dd { margin: 0; color: var(--navy-dark); font-size: 10px; font-weight: 800; }
.entity-work-heading { margin-top: 34px; margin-bottom: 14px; }

.article-index-heading, .article-index { max-width: 920px; margin-right: auto; margin-left: auto; }
.article-feature { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr); gap: 34px; align-items: center; padding: 8px 0 38px; border-bottom: 1px solid var(--line); }
.article-feature-visual, .article-row-visual { display: block; }
.article-cover { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 130px; overflow: hidden; border-radius: var(--radius); padding: 20px; color: var(--navy-dark); isolation: isolate; }
.article-cover::before { position: absolute; top: -38%; right: -9%; z-index: -1; width: 65%; aspect-ratio: 1; border: 1px solid rgba(23,50,77,.18); border-radius: 50%; content: ""; }
.article-cover::after { position: absolute; right: 12%; bottom: -46%; z-index: -1; width: 53%; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.42); content: ""; }
.article-cover small { font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.article-cover strong { max-width: 70%; margin-top: 5px; font-size: 22px; line-height: 1.35; }
.article-cover i { position: absolute; top: 16%; left: 8%; width: 34px; height: 5px; border-radius: 3px; background: var(--navy); box-shadow: 15px 10px 0 var(--yellow), 36px 0 0 rgba(23,50,77,.35); }
.article-cover-yellow { background: #f4d76f; }
.article-cover-blue { background: #b9d6e5; }
.article-cover-green { background: #b9d9cc; }
.article-cover-large { min-height: 250px; }
.article-cover-small { min-height: 118px; padding: 15px; border-radius: 8px; }
.article-cover-small strong { font-size: 14px; }
.article-cover-small small { font-size: 7px; }
.article-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 9px; }
.article-meta span { color: #6d591b; font-weight: 800; }
.article-meta b { padding: 2px 6px; border-radius: 4px; background: var(--yellow-soft); color: #796221; font-size: 8px; }
.article-meta time { margin-left: auto; }
.article-feature-copy h2 { margin: 12px 0 9px; color: var(--navy-dark); font-size: clamp(22px, 2.5vw, 31px); line-height: 1.45; letter-spacing: -.025em; }
.article-feature-copy h2 a:hover, .article-row-copy h2 a:hover { color: #355f7c; }
.article-feature-copy > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.85; }
.article-read-link { display: inline-block; margin-top: 19px; padding-bottom: 1px; border-bottom: 1px solid var(--navy); color: var(--navy); font-size: 10px; font-weight: 800; }
.article-stream { display: grid; }
.article-row { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 24px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); }
.article-row-copy h2 { margin: 7px 0 5px; color: var(--navy-dark); font-size: 18px; line-height: 1.5; }
.article-row-copy > p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.75; }
.article-page { max-width: 760px; margin: auto; }
.article-page-header { padding: 12px 0 27px; }
.article-page-header h1 { margin: 13px 0 12px; color: var(--navy-dark); font-size: clamp(29px, 4vw, 42px); line-height: 1.38; letter-spacing: -.035em; }
.article-page-header > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.article-page-header .article-page-dates { display: flex; gap: 14px; margin-top: 17px; color: var(--muted); font-size: 9px; }
.article-cover-hero { min-height: 370px; border-radius: 12px 12px 0 0; padding: 42px; }
.article-cover-hero strong { font-size: 32px; }
.article-body { padding: 45px 54px 52px; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 12px 12px; background: #fff; }
.article-body section + section { margin-top: 46px; }
.article-body h2 { margin: 0 0 15px; color: var(--navy-dark); font-size: 23px; line-height: 1.55; }
.article-body p { margin: 0; color: #354957; font-size: 13px; line-height: 2.05; }
.article-body p + p { margin-top: 17px; }
.article-body .prototype-notice { margin: 0 0 30px; padding: 12px 14px; border-left: 3px solid #d2aa37; background: #fffdf5; color: #665722; font-size: 12px; line-height: 1.75; }
.article-work-embeds { display: grid; gap: 11px; margin-top: 24px; }
.article-work-embed { width: 100%; display: grid; grid-template-columns: 82px minmax(0, 1fr) auto; align-items: center; gap: 15px; padding: 10px; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: var(--ink); text-align: left; }
.article-work-embed:hover { border-color: #c6b15f; box-shadow: 0 6px 16px rgba(21,45,67,.07); }
.article-work-cover { width: 82px; height: 90px; padding: 8px; border-radius: 6px; }
.article-work-cover span { font-size: 7px; }
.article-work-copy { min-width: 0; }
.article-work-copy small, .article-work-copy strong, .article-work-copy > span, .article-work-copy em { display: block; }
.article-work-copy small { color: #7a651e; font-size: 8px; font-weight: 800; }
.article-work-copy strong { margin-top: 2px; color: var(--navy-dark); font-size: 12px; line-height: 1.5; }
.article-work-copy > span { display: -webkit-box; margin-top: 3px; overflow: hidden; color: var(--muted); font-size: 9px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.article-work-copy em { margin-top: 4px; color: #657582; font-size: 8px; font-style: normal; }
.article-work-embed > b { color: #48647a; font-size: 9px; white-space: nowrap; }
.article-sources { margin-top: 30px; padding: 21px 4px 0; border-top: 1px solid var(--line); }
.article-sources h2 { margin: 0; color: var(--navy-dark); font-size: 14px; }
.article-sources ul { margin: 9px 0 0; padding-left: 18px; color: var(--muted); font-size: 9px; }
.article-sources a { color: #355f7c; text-decoration: underline; }
.related-articles { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.related-articles > div { display: grid; gap: 8px; }
.related-articles a { display: grid; gap: 3px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 7px; background: #fff; }
.related-articles a:hover { border-color: #c6b15f; }
.related-articles a span { color: #7a651e; font-size: 8px; font-weight: 800; }
.related-articles a strong { color: var(--navy-dark); font-size: 11px; }
.detail-section.related-articles a p { color: var(--muted); font-size: 9px; line-height: 1.6; }

.method-list { margin: 0; border-top: 1px solid var(--line); background: #fff; }
.method-list > div { display: grid; grid-template-columns: 170px 1fr; gap: 24px; padding: 22px 18px; border-bottom: 1px solid var(--line); }
.method-list dt { color: var(--navy-dark); font-size: 14px; font-weight: 800; }.method-list dd { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }

.site-footer { border-top: 1px solid var(--line); background: #fff; }
.site-footer > div { max-width: 1180px; display: flex; justify-content: space-between; gap: 20px; margin: auto; padding: 25px 24px; color: var(--muted); font-size: 9px; }
.site-footer strong { color: var(--navy); font-size: 11px; }

.primary-button, .secondary-button { padding: 8px 12px; border-radius: 6px; font-size: 10px; font-weight: 800; }
.primary-button { border: 0; background: var(--yellow); color: var(--navy-dark); }
.secondary-button { border: 1px solid #ccd3d8; background: #fff; color: var(--navy); }
.text-button { padding: 4px; border: 0; background: transparent; color: var(--muted); font-size: 9px; }
.modal { width: min(720px, calc(100% - 28px)); max-height: calc(100% - 28px); padding: 0; border: 0; border-radius: 10px; background: #fff; color: var(--ink); box-shadow: 0 24px 70px rgba(15,35,52,.25); }
.modal::backdrop { background: rgba(15,35,52,.46); }
.modal-inner { padding: 24px; }
.modal-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.modal-header h2 { margin: 0; color: var(--navy-dark); font-size: 22px; }
.close-button { width: 30px; height: 30px; border: 0; border-radius: 50%; background: #eef1f2; color: var(--navy); font-size: 18px; }
.modal-note { color: var(--muted); font-size: 10px; }
.modal-work-head { display: flex; gap: 17px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.modal-work-cover { width: 120px; height: 145px; flex: 0 0 120px; border-radius: 8px; overflow: hidden; }
.modal-work-head h3 { margin: 7px 0 6px; color: var(--navy-dark); font-size: 19px; line-height: 1.4; }.modal-work-head p { margin: 0; color: var(--muted); font-size: 10px; }
.detail-section { padding-top: 16px; }.detail-section h4 { margin: 0 0 6px; color: var(--navy-dark); font-size: 13px; }.detail-section p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.8; }
.profile-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; }.profile-chip { padding: 8px 9px; border: 1px solid var(--line); border-radius: 6px; }.profile-chip span, .profile-chip strong { display: block; }.profile-chip span { color: var(--muted); font-size: 8px; }.profile-chip strong { margin-top: 2px; font-size: 10px; }
.evidence-note { margin: 14px 0 0; padding: 9px 10px; border-radius: 6px; background: var(--yellow-soft); color: #66541f; font-size: 9px; }
.detail-actions { display: flex; gap: 8px; margin-top: 15px; }
.comments-section { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); }
.comments-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; }
.comments-heading h4 { margin: 0; color: var(--navy-dark); font-size: 15px; }
.comments-heading p { margin: 2px 0 0; color: var(--muted); font-size: 9px; }
.comments-heading > strong { color: var(--navy); font-size: 10px; }
.thread-list { display: grid; gap: 10px; margin-top: 12px; }
.comment-item { padding: 13px; scroll-margin: 24px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.comment-item.focused { border-color: #d3ad32; box-shadow: 0 0 0 3px rgba(242,201,76,.18); }
.comment-item header { display: flex; align-items: center; gap: 9px; }
.comment-avatar { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow-soft); color: var(--navy); font-size: 9px; font-weight: 800; }
.comment-item header > span:last-child { min-width: 0; }
.comment-item header strong, .comment-item header time { display: block; }
.comment-item header strong { color: var(--navy-dark); font-size: 10px; }
.comment-item header time { margin-top: 1px; color: var(--muted); font-size: 8px; }
.comment-copy { margin: 10px 0 0; color: #465866; font-size: 10px; line-height: 1.75; overflow-wrap: anywhere; white-space: pre-wrap; }
.comment-item footer { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.comment-item footer button { padding: 5px 8px; border: 0; border-radius: 5px; background: #f0f2f3; color: #586b79; font-size: 8px; font-weight: 700; }
.comment-item footer button:hover { background: #e7eaec; }
.comment-item footer .helpful-button.active { background: var(--yellow-soft); color: #6a5517; }
.spoiler-button { width: 100%; margin-top: 10px; padding: 11px; border: 1px dashed #c6b15f; border-radius: 6px; background: var(--yellow-soft); color: #69551b; font-size: 9px; font-weight: 800; text-align: left; }
.reply-list { display: grid; gap: 8px; margin-top: 11px; padding-left: 18px; border-left: 2px solid #e8e1bd; }
.reply-item { background: #fafafa; }
.comment-form, .reply-form { display: grid; gap: 9px; }
.comment-form { margin-top: 16px; padding: 15px; border-radius: 8px; background: #f4f5f4; }
.reply-form { margin-top: 11px; padding: 12px; border: 1px solid var(--line); border-radius: 7px; background: #fafafa; }
.comment-form h5, .reply-form h5 { margin: 0; color: var(--navy-dark); font-size: 11px; }
.comment-form > p, .reply-form > p { margin: -5px 0 0; color: var(--muted); font-size: 8px; }
.anonymous-name-note { display: flex; flex-wrap: wrap; align-items: center; gap: 5px 7px; margin: -2px 0 0; color: var(--muted); font-size: 8px; line-height: 1.6; }
.anonymous-name-note > span { padding: 2px 5px; border-radius: 4px; background: #e8edf0; color: #536672; font-size: 8px; font-weight: 800; }
.anonymous-name-note > strong { color: var(--navy); font-size: 10px; }
.anonymous-name-note > em { flex-basis: 100%; color: #687782; font-style: normal; }
.turnstile-control { min-height: 65px; overflow: hidden; }
.community-unavailable { display: grid; gap: 4px; margin-top: 16px; padding: 13px; border: 1px dashed #cbd2d7; border-radius: 7px; background: #fafbfb; color: var(--muted); font-size: 9px; line-height: 1.7; }
.community-unavailable strong { color: #536672; font-size: 10px; }
.work-like-button.active { border-color: #9a5960; background: #fff6f6; color: #87484f; }
.work-like-button span { margin-left: 3px; font-weight: 800; }
.comment-form label, .reply-form label { display: grid; gap: 4px; }
.comment-form label > span, .reply-form label > span { color: #536672; font-size: 8px; font-weight: 800; }
.comment-form textarea, .reply-form textarea { width: 100%; border: 1px solid #cbd3d8; border-radius: 6px; background: #fff; color: var(--ink); font-size: 10px; outline: none; }
.comment-form textarea, .reply-form textarea { min-height: 88px; padding: 9px 10px; line-height: 1.6; resize: vertical; }
.comment-form textarea:focus, .reply-form textarea:focus { border-color: #a88a2d; box-shadow: 0 0 0 3px rgba(242,201,76,.18); }
.compose-options { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.compose-options > label { display: flex; grid-template-columns: none; align-items: center; gap: 6px; color: #586b79; font-size: 8px; }
.compose-options input { margin: 0; accent-color: var(--navy); }
.compose-options > span { display: flex; gap: 6px; }
.comments-empty { margin-top: 12px; padding: 22px 12px; border: 1px dashed #cbd2d7; border-radius: 7px; color: var(--muted); font-size: 9px; text-align: center; }
.saved-list { display: grid; gap: 8px; max-height: 390px; overflow: auto; }.saved-item { display: flex; align-items: center; gap: 10px; padding: 9px; border: 1px solid var(--line); border-radius: 7px; }.mini-cover { width: 42px; height: 48px; flex: 0 0 42px; border-radius: 5px; overflow: hidden; }.saved-item > span { min-width: 0; }.saved-item strong, .saved-item span span { display: block; }.saved-item strong { font-size: 10px; }.saved-item span span { color: var(--muted); font-size: 8px; }.saved-item button { margin-left: auto; border: 0; background: transparent; color: #92575c; font-size: 17px; }.saved-empty { padding: 30px 10px; border: 1px dashed #ccd2d6; border-radius: 7px; color: var(--muted); font-size: 10px; text-align: center; }
.compare-modal { width: min(820px, calc(100% - 28px)); }.compare-table { width: 100%; border-collapse: collapse; margin-top: 15px; font-size: 9px; }.compare-table th, .compare-table td { padding: 9px 7px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }.compare-name, .compare-circle { display: block; }.compare-name { color: var(--navy); font-weight: 800; }.compare-circle { color: var(--muted); font-size: 8px; font-weight: 400; }
.compare-tray { position: fixed; left: 50%; bottom: 16px; z-index: 20; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; min-width: 285px; padding: 9px 11px; border: 1px solid #cfd5d9; border-radius: 9px; background: rgba(255,255,255,.97); box-shadow: 0 12px 30px rgba(15,35,52,.16); }.compare-tray strong, .compare-tray small { display: block; }.compare-tray strong { font-size: 10px; }.compare-tray small { color: var(--muted); font-size: 8px; }.compare-tray .primary-button { margin-left: auto; }
.toast { position: fixed; left: 50%; bottom: 20px; z-index: 40; transform: translate(-50%, 15px); opacity: 0; pointer-events: none; padding: 9px 13px; border-radius: 7px; background: var(--navy-dark); color: #fff; font-size: 10px; transition: opacity .18s ease, transform .18s ease; }.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 900px) {
  .activity-grid { grid-template-columns: 1fr; }
  .full-feed-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .directory-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .header-inner { min-height: 70px; flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .brand small { display: none; }.brand { min-width: 0; }.brand strong { font-size: 17px; }
  .header-tools { width: 100%; }.header-search { width: auto; flex: 1; }.header-search input { display: block; }.header-search button { width: auto; padding: 0 12px; }
  .saved-button { padding: 0 9px; }
  .nav-inner { gap: 25px; padding: 0 16px; }
  .page-shell { padding: 31px 16px 65px; }
  .page-heading { margin-bottom: 30px; }.page-heading h1 { font-size: 31px; }.page-heading p { font-size: 11px; }
  .main-search { height: 45px; }.main-search button { padding: 0 17px; }
  .activity-card { padding: 13px; }
  .horizontal-rail { margin-right: -16px; padding-right: 16px; }.horizontal-rail .work-card { flex-basis: 245px; }
  .listing-panel { padding: 13px; }.listing-header { display: block; }.mode-tabs { margin-top: 12px; }
  .full-feed-grid { grid-template-columns: 1fr; }
  .voice-directory-card { grid-template-columns: 44px minmax(0,1fr); }.voice-directory-stats { grid-column: 1 / -1; display: flex; align-items: center; justify-content: flex-end; gap: 7px; min-height: 36px; padding: 7px 11px; border-top: 1px solid var(--line); border-left: 0; }.voice-directory-stats em { margin: 0; }
  .entity-detail-header { grid-template-columns: 54px minmax(0, 1fr); gap: 13px; padding: 17px; }.entity-detail-avatar { width: 54px; height: 54px; font-size: 13px; }.entity-detail-facts { display: grid; gap: 7px; }
  .article-feature { grid-template-columns: 1fr; gap: 19px; padding-top: 0; }
  .article-cover-large { min-height: 215px; }
  .article-row { grid-template-columns: 124px minmax(0, 1fr); gap: 14px; padding: 20px 0; }
  .article-cover-small { min-height: 88px; padding: 11px; }
  .article-cover-small strong { max-width: 82%; font-size: 11px; }
  .article-row-copy h2 { font-size: 15px; }
  .article-row-copy > p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .article-page-header { padding: 8px 0 22px; }
  .article-cover-hero { min-height: 235px; padding: 24px; }
  .article-cover-hero strong { font-size: 23px; }
  .article-body { padding: 29px 21px 34px; }
  .article-body h2 { font-size: 20px; }
  .article-work-embed { grid-template-columns: 66px minmax(0, 1fr); gap: 11px; }
  .article-work-cover { width: 66px; height: 76px; }
  .article-work-embed > b { grid-column: 2; margin-top: -5px; }
  .method-list > div { grid-template-columns: 1fr; gap: 6px; padding: 18px 13px; }
  .site-footer > div { display: block; padding: 22px 16px; }.site-footer span { display: block; margin-top: 5px; }
  .modal-inner { padding: 18px; }.modal-work-cover { width: 90px; height: 112px; flex-basis: 90px; }.profile-grid { grid-template-columns: 1fr; }
  .reply-list { padding-left: 10px; }
  .compose-options { align-items: flex-start; }
  .compare-tray { width: calc(100% - 24px); min-width: 0; bottom: 10px; }
}

/* Visual system v2: editorial, legible, and intentionally low-noise. */
:root {
  --navy: #17384f;
  --navy-dark: #102c43;
  --yellow: #f3c64e;
  --yellow-deep: #ddb139;
  --yellow-soft: #fff6d9;
  --paper: #f8f7f2;
  --white: #ffffff;
  --ink: #203744;
  --muted: #637681;
  --line: #d9e0df;
  --green: #287563;
  --radius: 14px;
}

body {
  min-width: 320px;
  background: var(--paper);
  font-family: "Yu Gothic UI", "Hiragino Sans", "Meiryo", system-ui, sans-serif;
  font-size: 16px;
  letter-spacing: .015em;
}

button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(243, 198, 78, .72);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 0;
  box-shadow: 0 1px 0 rgba(16, 44, 67, .09);
}
.header-inner { max-width: 1240px; min-height: 92px; gap: 42px; padding: 17px 28px; }
.brand { gap: 14px; min-width: 250px; }
.brand-mark { position: relative; width: 32px; height: 38px; border-radius: 10px; background: var(--yellow); box-shadow: inset 0 0 0 1px rgba(16,44,67,.08); }
.brand-mark::before, .brand-mark::after { position: absolute; left: 8px; height: 3px; border-radius: 3px; background: var(--navy-dark); content: ""; }
.brand-mark::before { top: 11px; width: 16px; box-shadow: 0 7px 0 rgba(16,44,67,.66); }
.brand-mark::after { top: 25px; width: 9px; background: #fffdf7; }
.brand strong { color: var(--navy-dark); font-size: 25px; font-weight: 850; letter-spacing: -.035em; }
.brand small { margin-top: 2px; color: #61717b; font-size: 12px; font-weight: 600; letter-spacing: .03em; }
.header-tools { gap: 12px; }
.header-search { width: min(440px, 43vw); height: 46px; border-color: #cbd5d9; border-radius: 10px; box-shadow: 0 1px 0 rgba(16,44,67,.02); }
.header-search input { padding: 0 15px; font-size: 14px; }
.header-search button { padding: 0 19px; background: var(--navy-dark); font-size: 13px; }
.saved-button { height: 46px; padding: 0 15px; border-color: #cbd5d9; border-radius: 10px; font-size: 13px; }
.saved-button span { min-width: 22px; height: 22px; margin-left: 7px; font-size: 11px; }
.site-nav { background: var(--navy-dark); }
.nav-inner { max-width: 1240px; height: 52px; gap: 32px; padding: 0 28px; }
.nav-inner a { font-size: 14px; letter-spacing: .03em; }
.nav-inner a.active::after { height: 4px; }

.page-shell { max-width: 1240px; min-height: 680px; padding: 50px 28px 92px; }
.discover-heading { display: none; }
#discover-view > .feed-section:first-child { margin-top: 3px; }
.page-heading { margin-bottom: 36px; }
.page-heading h1 { color: var(--navy-dark); font-size: clamp(34px, 3.8vw, 48px); line-height: 1.25; letter-spacing: -.045em; }
.page-heading p { max-width: 720px; margin-top: 12px; font-size: 15px; line-height: 1.8; }
.compact-heading { margin-bottom: 30px; padding-bottom: 25px; }
.compact-heading h1 { font-size: clamp(31px, 3.3vw, 42px); }
.main-search { max-width: 820px; height: 58px; border-color: #becbd0; border-radius: 13px; box-shadow: 0 9px 22px rgba(22, 51, 69, .06); }
.main-search input { padding: 0 19px; font-size: 15px; }
.main-search button { padding: 0 28px; background: var(--yellow); font-size: 14px; }
.feed-section + .feed-section { margin-top: 62px; }
.section-heading { margin-bottom: 17px; }
.section-heading h2 { font-size: 28px; line-height: 1.35; }
.section-heading p { margin-top: 4px; font-size: 13px; line-height: 1.6; }
.section-heading > a { padding: 6px 0 4px; font-size: 13px; }

.activity-grid { gap: 16px; }
.activity-card { padding: 21px; border-radius: 15px; box-shadow: 0 4px 13px rgba(22,51,69,.025); }
.activity-head { gap: 12px; }
.activity-avatar { width: 40px; height: 40px; flex-basis: 40px; font-size: 12px; }
.activity-head strong { font-size: 14px; }
.activity-head time { font-size: 12px; }
.activity-comment { min-height: 55px; margin: 16px 0; font-size: 14px; line-height: 1.75; }
.activity-work { grid-template-columns: 58px minmax(0, 1fr); gap: 12px; padding: 10px; }
.activity-cover { width: 58px; height: 64px; }
.activity-work strong { font-size: 13px; }
.activity-work small { font-size: 11px; }
.activity-foot { margin-top: 14px; }
.activity-foot button, .activity-foot span { font-size: 12px; }
.activity-empty { font-size: 14px; }

.period-tabs, .mode-tabs, .listing-periods { gap: 8px; }
.period-tabs { margin-bottom: 16px; }
.period-tabs button, .mode-tabs button, .listing-periods button { padding: 8px 14px; border-radius: 8px; font-size: 13px; }
.horizontal-rail { gap: 18px; padding: 3px 2px 19px; }
.horizontal-rail .work-card { flex-basis: 295px; }
.work-card { border-radius: 15px; box-shadow: 0 3px 11px rgba(22,51,69,.025); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.work-card:hover { border-color: #c6a33d; box-shadow: 0 13px 28px rgba(22,51,69,.10); transform: translateY(-2px); }
.cover-wrap { height: 174px; }
.cover-art { padding: 16px; }
.cover-art span { font-size: 12px; }
.rank-badge { top: 12px; left: 12px; padding: 4px 8px; border-radius: 6px; font-size: 12px; }
.rank-badge small { font-size: 10px; }
.save-button { top: 11px; right: 11px; width: 36px; height: 36px; font-size: 19px; }
.card-body { padding: 17px; }
.meta-line { gap: 8px; min-height: 22px; font-size: 12px; }
.type-pill { padding: 3px 7px; border-radius: 5px; font-size: 10px; }
.work-title { margin: 10px 0 7px; font-size: 17px; }
.card-summary { min-height: 48px; margin-bottom: 12px; font-size: 13px; line-height: 1.7; }
.card-foot { gap: 8px; margin-top: 12px; padding-top: 12px; font-size: 12px; }
.thread-button, .compare-button { font-size: 12px; }

.listing-panel { padding: 28px; border-radius: 16px; }
.listing-panel-ranking { margin-top: 0; padding: 4px 0 0; border: 0; border-radius: 0; background: transparent; }
.listing-header h2 { font-size: 27px; }
.listing-header p { font-size: 13px; }
.listing-periods { margin: 20px 0; padding-bottom: 18px; }
.active-filter { padding: 12px 14px; border-radius: 9px; font-size: 13px; }
.active-filter button { font-size: 12px; }
.full-feed-grid { gap: 18px; }
.empty-message { padding: 52px 20px; font-size: 15px; }

.directory-toolbar { margin-bottom: 16px; font-size: 13px; }
.directory-toolbar strong { font-size: 16px; }
.directory-grid { gap: 16px; }
.directory-card { grid-template-columns: 54px minmax(0, 1fr) auto; gap: 15px; padding: 18px; border-radius: 13px; }
.entity-avatar { width: 54px; height: 54px; border-radius: 11px; font-size: 13px; }
.directory-card-copy strong { font-size: 16px; }
.directory-card-copy p { font-size: 12px; line-height: 1.65; }
.directory-card-copy small { font-size: 11px; }
.directory-count { min-width: 70px; font-size: 12px; }.directory-count b { font-size: 22px; }
.voice-directory { gap: 13px; }
.voice-directory-card { grid-template-columns: 64px minmax(0, 1fr) 108px; border-radius: 13px; }
.voice-rank-number b { font-size: 24px; }.voice-rank-number small { font-size: 10px; }
.voice-directory-main { padding: 18px 20px; }
.voice-directory-head strong { font-size: 17px; }.voice-directory-head span { font-size: 11px; }
.voice-directory-meta, .voice-directory-main p { font-size: 12px; }.voice-directory-main p { line-height: 1.7; }
.voice-directory-stats b { font-size: 22px; }.voice-directory-stats small, .voice-directory-stats em { font-size: 10px; }

.entity-back { margin-bottom: 21px; font-size: 13px; }
.entity-detail-header { gap: 25px; padding: 29px; border-radius: 16px; }
.entity-detail-avatar { width: 84px; height: 84px; border-radius: 14px; font-size: 21px; }
.entity-detail-kicker { font-size: 11px; }
.entity-detail-header h1 { font-size: clamp(30px, 3.4vw, 40px); }
.entity-detail-header > div > p { font-size: 14px; line-height: 1.85; }
.entity-detail-facts { gap: 12px 32px; margin-top: 18px; padding-top: 16px; }
.entity-detail-facts dt { font-size: 11px; }.entity-detail-facts dd { font-size: 13px; }
.entity-work-heading { margin-top: 43px; }

.article-index-heading, .article-index { max-width: 960px; }
.article-feature { gap: 42px; padding-bottom: 44px; }
.article-cover { min-height: 140px; padding: 23px; border-radius: 16px; }
.article-cover small { font-size: 11px; }.article-cover strong { font-size: 25px; }
.article-cover-large { min-height: 278px; }
.article-cover-small { min-height: 132px; padding: 18px; }.article-cover-small strong { font-size: 17px; }.article-cover-small small { font-size: 9px; }
.article-meta { gap: 9px; font-size: 12px; }.article-meta b { padding: 3px 7px; font-size: 10px; }
.article-feature-copy h2 { margin: 15px 0 12px; font-size: clamp(25px, 2.7vw, 34px); }
.article-feature-copy > p { font-size: 14px; }
.article-read-link { margin-top: 21px; font-size: 13px; }
.article-row { grid-template-columns: 220px minmax(0, 1fr); gap: 28px; padding: 29px 0; }
.article-row-copy h2 { font-size: 21px; }.article-row-copy > p { font-size: 13px; }
.article-page { max-width: 800px; }
.article-page-header { padding: 13px 0 31px; }.article-page-header h1 { font-size: clamp(33px, 4.3vw, 48px); }.article-page-header > p { font-size: 15px; }
.article-page-header .article-page-dates { font-size: 12px; }
.article-cover-hero { min-height: 400px; padding: 46px; }.article-cover-hero strong { font-size: 36px; }
.article-body { padding: 52px 60px 58px; }.article-body h2 { font-size: 25px; }.article-body p { font-size: 15px; line-height: 2.05; }
.article-work-embeds { gap: 13px; }.article-work-embed { grid-template-columns: 92px minmax(0, 1fr) auto; gap: 17px; padding: 12px; border-radius: 11px; }
.article-work-cover { width: 92px; height: 102px; }.article-work-cover span { font-size: 9px; }
.article-work-copy small { font-size: 10px; }.article-work-copy strong { font-size: 14px; }.article-work-copy > span { font-size: 11px; }.article-work-copy em, .article-work-embed > b { font-size: 10px; }
.article-sources h2 { font-size: 17px; }.article-sources ul { font-size: 12px; }
.related-articles a { padding: 14px; }.related-articles a span { font-size: 10px; }.related-articles a strong { font-size: 13px; }.detail-section.related-articles a p { font-size: 11px; }

.method-list > div { grid-template-columns: 200px 1fr; padding: 26px 23px; }.method-list dt { font-size: 17px; }.method-list dd { font-size: 14px; }
.site-footer > div { max-width: 1240px; padding: 31px 28px; font-size: 12px; }.site-footer strong { font-size: 15px; }
.primary-button, .secondary-button { padding: 10px 15px; border-radius: 8px; font-size: 13px; }.text-button { font-size: 12px; }
.modal-inner { padding: 30px; }.modal-header h2 { font-size: 26px; }.close-button { width: 36px; height: 36px; font-size: 21px; }.modal-note { font-size: 13px; }
.modal-work-head { gap: 19px; }.modal-work-cover { width: 118px; height: 147px; flex-basis: 118px; }.modal-work-head h3 { font-size: 23px; }.modal-work-head p { font-size: 13px; }
.detail-section { padding-top: 21px; }.detail-section h4 { margin-bottom: 8px; font-size: 16px; }.detail-section p { font-size: 13px; }
.profile-grid { gap: 9px; }.profile-chip { padding: 11px; border-radius: 8px; }.profile-chip span { font-size: 10px; }.profile-chip strong { font-size: 13px; }
.evidence-note { padding: 11px 13px; font-size: 12px; }
.comments-heading h4 { font-size: 18px; }.comments-heading p, .comments-heading > strong { font-size: 12px; }
.comment-avatar { width: 36px; height: 36px; flex-basis: 36px; font-size: 11px; }.comment-item header strong { font-size: 13px; }.comment-item header time { font-size: 11px; }.comment-copy { font-size: 13px; }.comment-item footer button { padding: 6px 9px; font-size: 11px; }.spoiler-button { font-size: 12px; }
.comment-form h5, .reply-form h5 { font-size: 15px; }.comment-form > p, .reply-form > p, .comment-form label > span, .reply-form label > span { font-size: 11px; }.comment-form textarea, .reply-form textarea { font-size: 14px; }.compose-options > label { font-size: 11px; }.comments-empty { font-size: 12px; }
.saved-item strong { font-size: 13px; }.saved-item span span { font-size: 11px; }.saved-empty { font-size: 13px; }.compare-table { font-size: 12px; }.compare-circle, .compare-tray small { font-size: 10px; }.compare-tray strong { font-size: 13px; }.toast { font-size: 13px; }

@media (max-width: 680px) {
  .header-inner { min-height: 80px; gap: 12px; padding: 13px 16px; }
  .brand { gap: 10px; }.brand-mark { width: 25px; height: 35px; border-radius: 10px; }.brand strong { font-size: 21px; }.brand small { display: none; }
  .header-tools { width: 100%; }.header-search { height: 42px; }.header-search input { font-size: 13px; }.header-search button { padding: 0 13px; }.saved-button { height: 42px; font-size: 12px; }
  .nav-inner { height: 48px; gap: 25px; padding: 0 16px; }.nav-inner a { font-size: 13px; }
  .page-shell { padding: 34px 16px 72px; }.page-heading h1 { font-size: 33px; }.page-heading p { font-size: 14px; }.compact-heading { margin-bottom: 25px; }
  .main-search { height: 52px; }.main-search input { font-size: 14px; }.main-search button { padding: 0 17px; font-size: 13px; }
  .section-heading h2 { font-size: 24px; }.section-heading p { font-size: 12px; }.section-heading > a { font-size: 12px; }
  .activity-card { padding: 17px; }.activity-comment { font-size: 13px; }.horizontal-rail { margin-right: -16px; padding-right: 16px; }.horizontal-rail .work-card { flex-basis: 260px; }
  .full-feed-grid { grid-template-columns: 1fr; }.listing-panel { padding: 18px; }.listing-panel-ranking { padding: 0; }.listing-header h2 { font-size: 23px; }
  .directory-card { grid-template-columns: 46px minmax(0,1fr); }.directory-count { grid-column: 2; text-align: left; }.voice-directory-card { grid-template-columns: 52px minmax(0,1fr); }.voice-directory-main { padding: 15px; }
  .entity-detail-header { padding: 20px; }.entity-detail-header > div > p { font-size: 13px; }
  .article-feature { gap: 21px; }.article-cover-large { min-height: 225px; }.article-feature-copy h2 { font-size: 25px; }.article-row { grid-template-columns: 126px minmax(0,1fr); gap: 15px; }.article-cover-small { min-height: 92px; }.article-row-copy h2 { font-size: 16px; }.article-row-copy > p { font-size: 12px; }
  .article-page-header h1 { font-size: 34px; }.article-cover-hero { min-height: 245px; padding: 25px; }.article-cover-hero strong { font-size: 25px; }.article-body { padding: 32px 21px 39px; }.article-body p { font-size: 14px; }.article-work-embed { grid-template-columns: 68px minmax(0,1fr); }.article-work-cover { width: 68px; height: 78px; }.article-work-copy > span { font-size: 10px; }
  .method-list > div { grid-template-columns: 1fr; padding: 20px 16px; }.method-list dd { font-size: 13px; }
  .modal-inner { padding: 21px; }.modal-work-cover { width: 92px; height: 115px; flex-basis: 92px; }.modal-work-head h3 { font-size: 20px; }.detail-section p { font-size: 13px; }
  .site-footer > div { padding: 25px 16px; font-size: 11px; }
}

/* Discover page: compact activity and two-row rails. */
.activity-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.activity-card { padding: 17px; }
.activity-head { min-height: 34px; gap: 0; }
.activity-head > span { min-width: 0; }
.activity-head strong { font-size: 13px; line-height: 1.45; }
.activity-head time { margin-top: 2px; font-size: 11px; }
.activity-avatar { display: none; }
.activity-comment { min-height: 44px; margin: 12px 0; font-size: 12px; line-height: 1.65; -webkit-line-clamp: 2; }
.activity-work { grid-template-columns: 48px minmax(0, 1fr); gap: 10px; padding: 8px; }
.activity-cover { width: 48px; height: 54px; }
.activity-work strong { font-size: 12px; }
.activity-work small { font-size: 10px; }
.activity-foot { margin-top: 10px; }
.activity-foot button, .activity-foot span { font-size: 11px; }

.horizontal-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 42px) / 4);
  grid-template-rows: repeat(2, auto);
  align-items: start;
  gap: 14px;
  overflow-x: auto;
  padding: 2px 2px 18px;
  scroll-snap-type: x proximity;
}
.horizontal-rail .work-card { width: 100%; min-width: 0; scroll-snap-align: start; }
.horizontal-rail .cover-wrap { height: 116px; }
.horizontal-rail .cover-art { padding: 12px; }
.horizontal-rail .cover-art span { font-size: 10px; }
.horizontal-rail .rank-badge { top: 9px; left: 9px; font-size: 10px; }
.horizontal-rail .save-button { top: 8px; right: 8px; width: 31px; height: 31px; font-size: 17px; }
.horizontal-rail .card-body { padding: 12px; }
.horizontal-rail .work-title { margin: 7px 0 5px; font-size: 15px; }
.horizontal-rail .card-summary { min-height: 38px; margin-bottom: 8px; font-size: 11px; line-height: 1.6; -webkit-line-clamp: 2; }
.horizontal-rail .meta-line { gap: 5px; min-height: 19px; font-size: 10px; }
.horizontal-rail .type-pill { padding: 2px 5px; font-size: 9px; }
.horizontal-rail .card-foot { gap: 5px; margin-top: 8px; padding-top: 8px; font-size: 10px; }
.horizontal-rail .thread-button, .horizontal-rail .compare-button { font-size: 10px; }

@media (max-width: 900px) {
  .activity-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .horizontal-rail { grid-auto-columns: calc((100% - 28px) / 3); }
}

@media (max-width: 680px) {
  .activity-grid { grid-template-columns: 1fr; gap: 12px; }
  .activity-card { padding: 16px; }
  .horizontal-rail { grid-auto-columns: 210px; gap: 12px; margin-right: -16px; padding-right: 16px; }
  .horizontal-rail .work-card { width: 210px; }
}

/* Full listings reuse the compact product-card scale of the discovery rails. */
.full-feed-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.full-feed-grid .work-card { min-width: 0; border-radius: 14px; }
.full-feed-grid .cover-wrap { height: 128px; }
.full-feed-grid .cover-art { padding: 12px; }
.full-feed-grid .cover-art span { font-size: 10px; }
.full-feed-grid .rank-badge { top: 9px; left: 9px; padding: 3px 6px; font-size: 10px; }
.full-feed-grid .rank-badge small { font-size: 8px; }
.full-feed-grid .save-button { top: 8px; right: 8px; width: 31px; height: 31px; font-size: 17px; }
.full-feed-grid .card-body { padding: 12px; }
.full-feed-grid .work-title { margin: 7px 0 5px; font-size: 15px; }
.full-feed-grid .card-summary { min-height: 38px; margin-bottom: 8px; font-size: 11px; line-height: 1.6; -webkit-line-clamp: 2; }
.full-feed-grid .meta-line { gap: 5px; min-height: 19px; font-size: 10px; }
.full-feed-grid .type-pill { padding: 2px 5px; font-size: 9px; }
.full-feed-grid .card-foot { gap: 5px; margin-top: 8px; padding-top: 8px; font-size: 10px; }
.full-feed-grid .thread-button, .full-feed-grid .compare-button { font-size: 10px; }

@media (max-width: 1000px) {
  .full-feed-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .full-feed-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .full-feed-grid .cover-wrap { height: 108px; }
  .full-feed-grid .card-body { padding: 10px; }
  .full-feed-grid .work-title { font-size: 14px; }
  .full-feed-grid .card-summary { min-height: 34px; font-size: 10px; }
  .full-feed-grid .meta-line { font-size: 9px; }
  .full-feed-grid .card-foot { display: grid; grid-template-columns: 1fr auto; row-gap: 5px; font-size: 9px; }
  .full-feed-grid .card-foot strong { grid-column: 1 / -1; }
  .full-feed-grid .thread-button { margin-left: 0; }
  .full-feed-grid .thread-button, .full-feed-grid .compare-button { font-size: 9px; }
}

/* Article index: equal cards only; no oversized lead article. */
.article-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 960px;
}
.article-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
}
.article-card:hover { border-color: #c6a33d; box-shadow: 0 10px 24px rgba(22,51,69,.08); }
.article-card-visual { display: block; }
.article-card .article-cover { min-height: 180px; border-radius: 0; padding: 18px; }
.article-card .article-cover strong { font-size: 20px; }
.article-card-copy { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 16px; }
.article-card-copy h2 { margin: 11px 0 8px; color: var(--navy-dark); font-size: 18px; line-height: 1.45; letter-spacing: -.025em; }
.article-card-copy h2 a:hover { color: #355f7c; }
.article-card-copy > p { display: -webkit-box; min-height: 58px; margin: 0; overflow: hidden; color: var(--muted); font-size: 12px; line-height: 1.7; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.article-card .article-read-link { margin-top: auto; padding-top: 16px; font-size: 12px; }

@media (max-width: 900px) {
  .article-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .article-index { grid-template-columns: 1fr; gap: 14px; }
  .article-card .article-cover { min-height: 165px; }
}

/* Search keeps the work feed primary, while matching people and circles remain direct links. */
.search-entity-results { margin: 12px 0 16px; padding: 12px 14px; border: 1px solid #e5d38b; border-radius: 12px; background: #fffdf5; }
.search-entity-results > p { margin: 0 0 9px; color: #5d5030; font-size: 12px; font-weight: 700; }
.search-entity-results > div { display: flex; flex-wrap: wrap; gap: 8px; }
.search-entity-chip { display: inline-flex; min-width: 0; align-items: baseline; gap: 7px; padding: 8px 10px; border: 1px solid #e6ddbc; border-radius: 8px; background: #fff; color: var(--navy-dark); }
.search-entity-chip:hover { border-color: #c6a33d; background: var(--yellow-soft); }
.search-entity-chip > span { color: #806b22; font-size: 10px; font-weight: 800; }
.search-entity-chip strong { font-size: 13px; }
.search-entity-chip em { overflow: hidden; max-width: 260px; color: #687580; font-size: 10px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }

/* Activity never opens a dialog: it points to the exact comment in its work page. */
.activity-foot a { padding: 0; border-bottom: 1px solid var(--navy); color: var(--navy); font-size: 11px; font-weight: 800; }
.activity-foot a:focus-visible { outline: 3px solid rgba(242,201,76,.65); outline-offset: 3px; }

/* Work and saved items are normal, linkable pages rather than overlays. */
.work-page { max-width: 900px; margin: 0 auto; }
.work-page-header { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 28px; align-items: end; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.work-page-cover { min-height: 250px; overflow: hidden; border-radius: 14px; }
.work-page-header h1 { margin: 12px 0 8px; color: var(--navy-dark); font-size: clamp(28px, 4vw, 42px); line-height: 1.3; letter-spacing: -.03em; }
.work-page-header p { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; color: var(--muted); font-size: 13px; }
.work-page-header p a { color: #42637a; font-weight: 800; }
.work-page-header p a:hover { color: var(--navy-dark); text-decoration: underline; }
.work-page .detail-section { padding-top: 28px; }
.work-page .detail-section h2 { margin: 0 0 9px; color: var(--navy-dark); font-size: 18px; }
.work-page .detail-section p { font-size: 14px; line-height: 1.9; }
.work-page .comments-section { margin-top: 32px; padding-top: 27px; }
.purchase-panel { display: grid; gap: 9px; margin-top: 20px; padding: 17px 18px; border: 1px solid #e0c56a; border-radius: 12px; background: #fffdf6; }
.purchase-panel p, .purchase-panel small, .purchase-panel strong { margin: 0; }
.purchase-panel strong { color: var(--navy-dark); font-size: 13px; }
.purchase-panel > p { color: #5c6871; font-size: 12px; line-height: 1.75; }
.affiliate-disclosure { color: #725d1c !important; font-size: 11px !important; font-weight: 800; }
.dlsite-link { display: inline-flex; width: fit-content; align-items: center; justify-content: center; min-height: 42px; padding: 9px 14px; border-radius: 7px; background: var(--yellow); color: var(--navy-dark); font-size: 13px; font-weight: 800; }
.dlsite-link:hover { background: #e7b938; }
.purchase-panel small { color: var(--muted); font-size: 10px; line-height: 1.65; }
.purchase-panel-demo { border-color: #d8dde0; background: #f8f9f9; }
.purchase-panel-pending { border-style: dashed; border-color: #d7c47a; background: #fffdf5; }
.saved-page-note { max-width: 900px; margin: 0 auto 18px; color: var(--muted); font-size: 12px; }
.saved-page-note + .full-feed-grid { max-width: 900px; margin: 0 auto; }
.saved-empty { grid-column: 1 / -1; padding: 42px 20px; border: 1px dashed #ccd2d6; border-radius: 12px; color: var(--muted); font-size: 13px; text-align: center; }

/* A compact, two-column directory keeps browsing dense without pretending every profile has catalog data. */
.directory-grid, .voice-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.directory-card { grid-template-columns: 42px minmax(0, 1fr) auto; gap: 10px; min-height: 94px; padding: 12px; border-radius: 12px; }
.entity-avatar { width: 42px; height: 42px; border-radius: 9px; font-size: 11px; }
.directory-card-copy strong { display: block; color: var(--navy-dark); font-size: 14px; }
.directory-card-copy p { display: -webkit-box; margin: 4px 0 3px; overflow: hidden; color: var(--muted); font-size: 10px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.directory-card-copy small { display: block; overflow: hidden; color: #66737e; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.directory-count { min-width: 48px; color: #65727d; font-size: 9px; font-weight: 700; text-align: right; }
.directory-count b { color: var(--navy); font-size: 17px; }
.voice-directory-card { grid-template-columns: 42px minmax(0, 1fr); align-items: stretch; min-height: 105px; padding: 12px; border-radius: 12px; }
.voice-rank-number { align-content: start; justify-items: start; padding-top: 2px; background: transparent; color: var(--navy); }
.voice-rank-number b { font-size: 18px; }.voice-rank-number small { margin-top: 3px; color: #8a792f; font-size: 8px; }
.voice-directory-main { display: block; min-width: 0; padding: 0; }
.voice-directory-head { gap: 7px; }
.voice-directory-head strong { overflow: hidden; color: var(--navy-dark); font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.voice-directory-head span { flex: 0 0 auto; font-size: 9px; }
.voice-directory-meta { overflow: hidden; margin-top: 3px; color: #586a78; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.voice-directory-summary { display: -webkit-box; margin-top: 5px; overflow: hidden; color: var(--muted); font-size: 10px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.voice-directory-stats { display: flex; align-items: baseline; gap: 5px; margin-top: 7px; border: 0; background: transparent; }
.voice-directory-stats b { color: var(--navy); font-size: 13px; }.voice-directory-stats small { color: var(--muted); font-size: 9px; }.voice-directory-stats em { margin: 0; color: var(--green); font-size: 9px; font-style: normal; font-weight: 800; }
.entity-source { display: inline-flex; margin-top: 11px; color: #40617b; font-size: 11px; font-weight: 800; }
.entity-source:hover { color: var(--navy-dark); text-decoration: underline; }

@media (max-width: 680px) {
  .search-entity-results { margin: 10px 0 14px; padding: 11px; }
  .search-entity-chip { width: 100%; }
  .search-entity-chip em { max-width: none; }
  .work-page-header { grid-template-columns: 102px minmax(0, 1fr); gap: 15px; padding-bottom: 20px; }
  .work-page-cover { min-height: 132px; border-radius: 10px; padding: 10px; }
  .work-page-header h1 { margin: 9px 0 6px; font-size: 24px; }
  .work-page-header p { font-size: 11px; }
  .work-page .detail-section { padding-top: 23px; }
  .work-page .detail-section h2 { font-size: 16px; }
  .work-page .detail-section p { font-size: 13px; }
  .purchase-panel { margin-top: 17px; padding: 14px; }
  .purchase-panel > p { font-size: 12px; }
  .saved-page-note { margin-bottom: 14px; font-size: 11px; }
  .directory-grid, .voice-directory { gap: 9px; }
  .directory-card { grid-template-columns: 34px minmax(0, 1fr); gap: 8px; min-height: 102px; padding: 10px; }
  .entity-avatar { width: 34px; height: 34px; font-size: 9px; }
  .directory-card-copy strong { font-size: 12px; }
  .directory-card-copy p { font-size: 9px; }
  .directory-card-copy small { font-size: 8px; }
  .directory-count { grid-column: 2; min-width: 0; margin-top: -1px; font-size: 8px; text-align: left; }
  .directory-count b { display: inline; font-size: 12px; }
  .voice-directory-card { grid-template-columns: 30px minmax(0, 1fr); min-height: 110px; padding: 10px; }
  .voice-rank-number b { font-size: 15px; }
  .voice-directory-head strong { font-size: 12px; }
  .voice-directory-head span, .voice-directory-meta, .voice-directory-summary { font-size: 9px; }
  .voice-directory-stats { gap: 4px; margin-top: 5px; }
  .voice-directory-stats b { font-size: 11px; }.voice-directory-stats small, .voice-directory-stats em { font-size: 8px; }
  .entity-source { font-size: 10px; }
}

/* The footer is a compact, working policy hub, not a decorative list of placeholders. */
.site-footer { margin-top: 20px; border-top: 1px solid var(--line); background: #fff; }
.site-footer > .footer-inner { max-width: 1240px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 30px; margin: 0 auto; padding: 29px 28px; }
.footer-brand strong { display: block; color: var(--navy-dark); font-size: 15px; letter-spacing: -.01em; }
.footer-brand p { max-width: 620px; margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px 17px; }
.footer-links a { padding-bottom: 2px; border-bottom: 1px solid transparent; color: #496276; font-size: 12px; font-weight: 800; white-space: nowrap; }
.footer-links a:hover { border-color: currentColor; color: var(--navy-dark); }
.footer-links a:focus-visible { border-radius: 3px; outline: 3px solid rgba(242,201,76,.7); outline-offset: 3px; }

.policy-page { max-width: 820px; margin: 0 auto; }
.policy-page-header { padding: 6px 0 28px; border-bottom: 1px solid var(--line); }
.policy-page-header > p { margin: 0; color: #80691f; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.policy-page-header h1 { margin: 9px 0 12px; color: var(--navy-dark); font-size: clamp(29px, 4vw, 42px); letter-spacing: -.035em; }
.policy-page-header > div { max-width: 660px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.policy-stack { display: grid; gap: 0; }
.policy-card { padding: 25px 0; border-bottom: 1px solid var(--line); }
.policy-card h2 { margin: 0 0 8px; color: var(--navy-dark); font-size: 17px; line-height: 1.55; }
.policy-card p { max-width: 750px; margin: 0; color: #455968; font-size: 13px; line-height: 1.95; }
.contact-form-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 25px; padding: 12px 16px; border-radius: 8px; background: var(--yellow); color: var(--navy-dark); font-size: 13px; font-weight: 800; }
.contact-form-link:hover { background: #eaba3e; }
.policy-form-pending { margin: 25px 0 0; padding: 13px 15px; border: 1px solid #e5d38b; border-radius: 8px; background: #fffdf5; color: #6b5a27; font-size: 12px; line-height: 1.7; }

@media (max-width: 680px) {
  .site-footer { margin-top: 10px; }
  .site-footer > .footer-inner { grid-template-columns: 1fr; gap: 17px; padding: 24px 16px; }
  .footer-brand p { font-size: 11px; }
  .footer-links { justify-content: flex-start; gap: 10px 15px; }
  .footer-links a { font-size: 11px; }
  .policy-page-header { padding-top: 2px; padding-bottom: 23px; }
  .policy-page-header h1 { font-size: 30px; }
  .policy-page-header > div, .policy-card p { font-size: 13px; }
  .policy-card { padding: 21px 0; }
  .policy-card h2 { font-size: 16px; }
}
