:root {
  --ink: #151515;
  --muted: #666762;
  --bg: #f5f5f1;
  --surface: #ffffff;
  --line: #ddddd6;
  --line-strong: #b5b6ae;
  --blue: #2854ff;
  --blue-dark: #1638bd;
  --blue-soft: #eef1ff;
  --orange: #f15b38;
  --orange-soft: #fff0ea;
  --yellow: #ffd966;
  --green: #26735b;
  --radius: 8px;
  --shadow: 0 18px 50px rgba(21, 21, 21, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { color: var(--blue); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }
a, button { touch-action: manipulation; }
img { display: block; max-width: 100%; height: auto; }
::selection { background: var(--yellow); color: var(--ink); }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.shell-narrow { width: min(820px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 100; background: var(--surface); padding: 10px 16px; }

.site-status {
  border-bottom: 1px solid #e4c852;
  background: #fff3b8;
  padding: 7px 20px;
  color: #51440e;
  text-align: center;
  font-size: 11px;
  font-weight: 800;
}
.edition-bar { display: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(21,21,21,.1);
  background: rgba(255,255,255,.94);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.header-inner { position: relative; display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.brand:hover { color: var(--ink); }
.brand-icon { width: 26px; height: 26px; }
.brand-word { display: block; font-size: 24px; font-weight: 900; letter-spacing: -.025em; line-height: 1; }
.brand small { display: block; margin-top: 6px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .04em; }
.main-nav ul { display: flex; align-items: center; gap: 3px; margin: 0; padding: 0; list-style: none; }
.main-nav a { display: inline-flex; min-height: 40px; align-items: center; border-radius: 5px; padding: 7px 11px; text-decoration: none; font-size: 11px; font-weight: 800; }
.main-nav a:hover { background: var(--blue-soft); color: var(--blue); }
.main-nav a[aria-current="page"] { background: var(--blue); color: #fff; }
.menu-button { display: none; min-width: 72px; min-height: 44px; align-items: center; justify-content: center; border: 0; border-radius: 5px; background: var(--ink); padding: 8px 12px; color: #fff; font: inherit; font-size: 11px; font-weight: 900; }

.hero { padding: 74px 0 66px; overflow: hidden; }
.hero-edition { display: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr); align-items: center; gap: 56px; }
.page-kicker, .section-label, .article-kicker, .card-kicker {
  margin: 0 0 15px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
}
.hero .page-kicker { display: inline-flex; border-radius: 99px; background: var(--blue-soft); padding: 5px 11px; }
.hero h1 { max-width: none; margin: 0; font-size: clamp(42px, 4.2vw, 68px); font-weight: 900; line-height: 1.08; letter-spacing: -.075em; }
.headline-line { display: block; width: max-content; max-width: 100%; white-space: nowrap; }
.headline-line + .headline-line { margin-top: .08em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-copy { max-width: 650px; margin: 30px 0 0; color: #3f403d; font-size: 16px; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 34px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 16px; border: 0; border-radius: 5px; padding: 0 21px; text-decoration: none; font-size: 12px; font-weight: 900; transition: transform .18s ease, background-color .18s ease; }
.button::after { content: "→"; font-size: 18px; }
.button-primary, .button-dark { background: var(--blue); color: #fff; }
.button-primary:hover, .button-dark:hover { background: var(--blue-dark); color: #fff; transform: translateY(-2px); }
.text-link { display: inline-flex; min-height: 42px; align-items: center; gap: 9px; border-bottom: 1px solid var(--ink); text-decoration: none; font-size: 12px; font-weight: 900; }
.text-link::after { content: "↗"; color: var(--blue); font-size: 16px; }
.text-link:hover { border-bottom-color: var(--blue); }

.hero-talk { position: relative; border-radius: 12px; background: var(--ink); padding: 22px; color: #fff; box-shadow: var(--shadow); }
.hero-talk::before { content: ""; position: absolute; inset: -14px 18px 14px -14px; z-index: -1; border-radius: 12px; background: var(--blue); }
.hero-talk-label { margin: 0 0 17px; color: #b8c5ff; font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.hero-people { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hero-people figure { margin: 0; overflow: hidden; border-radius: 7px; background: #2a2a2a; }
.hero-people img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.hero-people figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; padding: 9px 10px; line-height: 1.35; }
.hero-people figcaption b { font-size: 12px; }
.hero-people figcaption span { color: #b8b8b3; font-size: 8px; }
.hero-dialogue { margin-top: 14px; }
.hero-dialogue p { margin: 0; border-top: 1px solid #383838; padding: 9px 2px; color: #e7e7e2; font-size: 11px; line-height: 1.7; }
.hero-dialogue b { margin-right: 6px; color: #92a7ff; }

.trust-strip { border-block: 1px solid var(--line); background: var(--surface); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid p { display: flex; min-height: 74px; align-items: center; justify-content: center; gap: 11px; margin: 0; border-right: 1px solid var(--line); padding: 15px 20px; text-align: center; font-size: 11px; font-weight: 800; }
.trust-grid p:first-child { border-left: 1px solid var(--line); }
.trust-grid .ui-icon { width: 18px; height: 18px; padding: 3px; border-radius: 4px; background: var(--blue-soft); }

.start-here { padding: 72px 0; }
.start-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 26px; }
.start-heading p { margin: 0; color: var(--blue); font-size: 10px; font-weight: 900; }
.start-heading h2 { margin: 0; font-size: clamp(27px, 4vw, 42px); line-height: 1.25; letter-spacing: -.045em; }
.start-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.start-grid a { display: grid; grid-template-columns: 34px minmax(0, 1fr) 32px; min-height: 132px; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); padding: 20px; text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.start-grid a:hover { border-color: var(--blue); color: var(--ink); transform: translateY(-3px); box-shadow: 0 12px 28px rgba(40,84,255,.11); }
.start-number { align-self: start; color: var(--blue); font-size: 10px; font-weight: 900; }
.start-grid b, .start-grid small { display: block; }
.start-grid b { margin-bottom: 6px; font-size: 14px; line-height: 1.45; }
.start-grid small { color: var(--muted); font-size: 10px; line-height: 1.6; }
.start-arrow { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--blue-soft); color: var(--blue); font-size: 16px; }

.section { padding-top: 88px; padding-bottom: 88px; }
.section-tint { border-block: 1px solid var(--line); background: var(--surface); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 54px; margin-bottom: 35px; }
.section-heading h2, .editor-box h2 { margin: 0; font-size: clamp(31px, 4.5vw, 48px); font-weight: 900; line-height: 1.25; letter-spacing: -.055em; }
.section-heading > p { max-width: 420px; margin: 0; color: var(--muted); font-size: 13px; }

.service-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.service-table { width: 100%; min-width: 830px; border-collapse: collapse; font-size: 12px; }
.service-table th, .service-table td { border-bottom: 1px solid var(--line); padding: 17px 14px; text-align: left; vertical-align: middle; }
.service-table thead th { background: #f0f1ed; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .06em; }
.service-table tbody tr:last-child > * { border-bottom: 0; }
.service-table tbody tr:hover { background: #fafbff; }
.service-table tbody th { font-size: 15px; }
.service-table a { display: inline-flex; min-height: 36px; align-items: center; gap: 7px; border-radius: 4px; background: var(--blue); padding: 4px 10px; color: #fff; text-decoration: none; font-size: 10px; font-weight: 900; white-space: nowrap; }
.service-table a::after { content: "↗"; }
.service-table a:hover { background: var(--blue-dark); color: #fff; }
.data-note { margin: 13px 0 0; color: var(--muted); font-size: 10px; }
.ui-icon { display: inline-block; flex: 0 0 auto; width: 1.1em; height: 1.1em; vertical-align: -.15em; }

.preview-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.preview-card { --category-accent: var(--blue); grid-column: span 4; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.preview-card:first-child { grid-column: span 8; }
.preview-card:hover, .preview-card:focus-within { border-color: var(--category-accent); transform: translateY(-3px); box-shadow: 0 16px 34px rgba(21,21,21,.08); }
.preview-card a { display: flex; height: 100%; flex-direction: column; text-decoration: none; }
.preview-card a:hover { color: var(--ink); }
.preview-card:first-child a { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); }
.card-photo { margin: 0; overflow: hidden; background: #e7e7e2; }
.card-photo img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; filter: saturate(.72) contrast(1.03); transition: transform .3s ease, filter .3s ease; }
.preview-card:first-child .card-photo img { height: 100%; aspect-ratio: auto; }
.preview-card:hover .card-photo img { filter: saturate(1) contrast(1.02); transform: scale(1.02); }
.card-copy { display: flex; min-height: 282px; flex-direction: column; padding: 23px; }
.card-topline { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 16px; }
.card-kicker { margin: 0; color: var(--category-accent); }
.card-topline > span { color: #96978f; font-size: 8px; font-weight: 800; }
.preview-card h2 { margin: 0 0 12px; font-size: 20px; font-weight: 900; line-height: 1.45; letter-spacing: -.03em; }
.preview-card:first-child h2 { font-size: clamp(22px, 3vw, 31px); }
.card-copy > p:not(.card-kicker) { display: -webkit-box; margin: 0; overflow: hidden; color: var(--muted); font-size: 11px; line-height: 1.8; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.card-read { align-self: flex-start; margin-top: auto; padding-top: 24px; color: var(--blue); font-size: 10px; font-weight: 900; }
.category-compare { --category-accent: #2854ff; }
.category-versus { --category-accent: #7045b8; }
.category-reviews { --category-accent: #e05238; }
.category-benchmarks { --category-accent: #26735b; }
.category-how-to { --category-accent: #b47700; }
.category-guides { --category-accent: #5e5f59; }

.editor-box { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 70px; border-radius: 10px; background: var(--ink); padding: 54px 58px; color: #fff; }
.editor-box .section-label { color: #9db0ff; }
.editor-box p:not(.section-label) { max-width: 650px; margin: 16px 0 0; color: #c9c9c3; font-size: 13px; }
.editor-box .text-link { border-bottom-color: #fff; color: #fff; }

.page-hero { padding-top: 78px; padding-bottom: 50px; }
.page-hero h1, .article-header h1 { margin: 0; font-size: clamp(42px, 6vw, 68px); font-weight: 900; line-height: 1.2; letter-spacing: -.065em; }
.route-intro { max-width: 680px; margin: 20px 0 0; color: var(--muted); font-size: 15px; }
.archive-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); align-items: end; gap: 60px; }
.archive-photo { margin: 0; }
.archive-photo img { width: 100%; aspect-ratio: 16 / 10; border-radius: var(--radius); object-fit: cover; filter: saturate(.75); }
.archive-photo figcaption, .article-cover figcaption { margin-top: 7px; color: #8a8b84; font-size: 8px; text-align: right; }
.empty-route { display: grid; min-height: 180px; place-items: center; border: 1px dashed var(--line-strong); border-radius: var(--radius); color: var(--muted); }

.article { padding-top: 52px; padding-bottom: 110px; }
.article-header { margin-bottom: 30px; }
.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: 0 0 42px; color: var(--muted); font-size: 9px; }
.breadcrumb a { display: inline-flex; min-height: 32px; align-items: center; text-decoration: none; font-weight: 800; }
.breadcrumb a:hover { color: var(--blue); }
.breadcrumb span { color: var(--line-strong); }
.article-heading-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 17px; }
.article-heading-row .article-kicker { margin: 0; border-radius: 99px; background: var(--category-accent, var(--blue)); padding: 5px 11px; color: #fff; }
.article-issue { margin: 0; color: #8d8e87; font-size: 9px; font-weight: 800; }
.article-header h1 { font-size: clamp(40px, 6vw, 64px); }
.article-deck { margin: 25px 0 0; color: #464743; font-size: 16px; font-weight: 700; line-height: 1.9; }
.article-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 25px; }
.article-meta span { border-radius: 4px; background: #e9eae5; padding: 6px 9px; color: var(--muted); font-size: 9px; }
.article-meta b { color: var(--ink); }
.article-meta .meta-status { background: #fff1b8; color: #544817; }
.article-cover { margin: 34px 0 30px; }
.article-cover img { width: 100%; aspect-ratio: 16 / 8.5; border-radius: var(--radius); object-fit: cover; filter: saturate(.78) contrast(1.02); }
.test-note { display: flex; align-items: flex-start; gap: 12px; margin: 28px 0 18px; border-left: 4px solid var(--orange); border-radius: 5px; background: var(--orange-soft); padding: 17px 19px; color: #653221; font-size: 12px; }
.test-note b { color: #a23920; }
.ad-disclosure { margin: 18px 0 42px; color: var(--muted); font-size: 9px; }

.article-dialogue { margin: 30px 0 54px; border-radius: 10px; background: #ebece7; padding: 30px; }
.dialogue-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.dialogue-heading span { color: var(--blue); font-size: 9px; font-weight: 900; }
.dialogue-heading h2 { max-width: 520px; margin: 0; font-size: 22px; line-height: 1.4; letter-spacing: -.03em; }
.dialogue-turn { display: grid; grid-template-columns: 104px minmax(0, 1fr); align-items: start; gap: 16px; }
.dialogue-turn + .dialogue-turn { margin-top: 12px; }
.dialogue-turn .speaker { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 8px; }
.dialogue-turn .speaker img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.dialogue-turn .speaker b, .dialogue-turn .speaker small { display: block; }
.dialogue-turn .speaker b { font-size: 10px; }
.dialogue-turn .speaker small { margin-top: 2px; color: var(--muted); font-size: 7px; line-height: 1.3; }
.dialogue-turn > p { margin: 0; border-radius: 7px; background: var(--surface); padding: 13px 16px; font-size: 12px; line-height: 1.8; }
.dialogue-turn.is-kotegawa > p { border-left: 3px solid var(--yellow); }
.dialogue-turn.is-kouhai > p { border-left: 3px solid var(--blue); }

.toc { margin: 0 0 58px; border-radius: 9px; background: var(--blue-soft); padding: 25px; }
.toc-heading { display: flex; align-items: baseline; gap: 12px; margin-bottom: 14px; }
.toc-heading span { color: var(--blue); font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.toc-heading p { margin: 0; font-size: 16px; font-weight: 900; }
.toc ol { display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.toc li { counter-increment: toc; border-top: 1px solid #cdd4fa; }
.toc a { display: grid; grid-template-columns: 26px minmax(0, 1fr) 18px; min-height: 48px; align-items: center; color: var(--ink); text-decoration: none; font-size: 11px; font-weight: 800; line-height: 1.45; }
.toc a::before { content: counter(toc, decimal-leading-zero); color: var(--blue); font-size: 8px; }
.toc a span { color: var(--blue); text-align: right; }
.toc a:hover { color: var(--blue); }

.article-body { font-size: 16px; line-height: 2.05; }
.article-body > :first-child { margin-top: 0; }
.article-body h2 { scroll-margin-top: 105px; margin: 72px 0 24px; border-left: 5px solid var(--category-accent, var(--blue)); padding-left: 17px; font-size: 28px; font-weight: 900; line-height: 1.45; letter-spacing: -.035em; }
.article-body h3 { scroll-margin-top: 105px; margin: 42px 0 15px; font-size: 19px; font-weight: 900; }
.article-body p, .article-body ul, .article-body ol { margin: 0 0 1.75em; }
.article-body li + li { margin-top: .35em; }
.article-body a { color: var(--blue); font-weight: 700; }
.article-body a[href^="http"]::after { content: " ↗"; font-size: .78em; }
.article-body blockquote { margin: 30px 0; border-radius: 6px; background: #ecece7; padding: 20px 22px; color: #444540; font-size: 14px; }
.article-body blockquote p { margin: 0; }
.article-body code { border-radius: 3px; background: #e4e5df; padding: .1em .35em; }
.article-body table { width: 100%; margin: 30px 0; border-collapse: collapse; background: var(--surface); font-size: 12px; }
.article-body th, .article-body td { border: 1px solid var(--line); padding: 12px 10px; text-align: left; vertical-align: top; }
.article-body thead th { background: #ededE8; font-size: 9px; }
.service-table-wrap { overflow-x: auto; }
.article-body .source-list a { word-break: break-word; }

.affiliate-cta { margin-top: 58px; border: 1px solid var(--line); border-top: 6px solid var(--blue); border-radius: var(--radius); background: var(--surface); padding: 30px; box-shadow: 0 14px 36px rgba(21,21,21,.06); }
.affiliate-cta-label { margin: 0 0 8px; color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.affiliate-cta h2 { margin: 0; font-size: 26px; font-weight: 900; line-height: 1.4; letter-spacing: -.035em; }
.affiliate-cta > p:not(.affiliate-cta-label) { margin: 12px 0 22px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.affiliate-cta .button { color: #fff; }
.affiliate-cta small { display: block; margin-top: 14px; color: #777872; font-size: 9px; line-height: 1.7; }

.character-note { display: grid; grid-template-columns: 52px minmax(0, 1fr); align-items: center; gap: 13px; margin: 28px 0 32px; }
.character-note img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.character-note p { margin: 0 !important; border-radius: 7px; background: #fff8d9; padding: 12px 15px; font-size: 12px; line-height: 1.75; }
.character-note b { display: inline-block; margin-right: 9px; font-size: 9px; }
.character-note.is-kouhai { margin-left: 34px; }
.character-note.is-kouhai p { background: var(--blue-soft); }
.character-note.is-kouhai b { color: var(--blue); }
.byline { margin-top: 72px; border-top: 1px solid var(--line); padding-top: 22px; color: var(--muted); font-size: 11px; }
.byline-people { display: flex; align-items: center; gap: 16px; }
.byline-people img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; }
.byline-people p { margin: 0; }
.byline b { color: var(--ink); font-size: 15px; }
.legal-meta { margin-top: 50px; border-top: 1px solid var(--line); padding-top: 16px; color: var(--muted); font-size: 10px; }
.cta-band { margin-top: 50px; border-radius: var(--radius); background: var(--blue-soft); padding: 26px; }
.cta-band h2 { margin: 0; font-size: 22px; }
.cta-band p { margin: 7px 0 0; color: var(--muted); }

.site-footer { background: #171717; padding: 58px 0 24px; color: #e7e7e1; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; }
.footer-brand { margin: 0; font-size: 22px; font-weight: 900; }
.footer-note p { font-size: 12px; }
.site-footer .muted { color: #92928c; font-size: 10px; }
.footer-links { display: flex; flex-wrap: wrap; align-content: start; justify-content: flex-end; gap: 12px 22px; }
.footer-links a { color: #d2d2cc; text-decoration: none; font-size: 10px; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 42px; border-top: 1px solid #353535; padding-top: 18px; color: #888882; font-size: 9px; }
.eyebrow { color: var(--blue); font-weight: 900; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 58px; }
  .hero-talk { width: min(580px, calc(100% - 14px)); }
  .preview-card { grid-column: span 6; }
  .preview-card:first-child { grid-column: 1 / -1; }
  .archive-hero { grid-template-columns: 1fr; gap: 34px; }
  .article-meta { gap: 6px; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: calc(100% + 1px); z-index: 30; border: 1px solid var(--line); border-radius: 0 0 8px 8px; background: var(--surface); padding: 12px; box-shadow: var(--shadow); }
  .main-nav[data-open] { display: block; }
  .main-nav ul { display: grid; gap: 4px; }
  .main-nav a { display: flex; min-height: 46px; padding: 8px 12px; }
  .menu-button { display: inline-flex; }
}

@media (max-width: 700px) {
  .shell, .shell-narrow { width: min(100% - 30px, 1180px); }
  .site-status { padding-inline: 15px; text-align: left; line-height: 1.6; }
  .header-inner { min-height: 70px; }
  .brand small { display: none; }
  .hero { padding: 48px 0 54px; }
  .hero h1 { font-size: clamp(34px, 10vw, 48px); }
  .hero-copy { margin-top: 24px; font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; justify-content: space-between; }
  .hero-talk { width: calc(100% - 10px); padding: 15px; }
  .hero-talk::before { inset: -9px 11px 9px -9px; }
  .hero-people figcaption { align-items: flex-start; flex-direction: column; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid p, .trust-grid p:first-child { justify-content: flex-start; border: 0; border-bottom: 1px solid var(--line); padding: 12px 3px; text-align: left; }
  .start-here, .section { padding-top: 58px; padding-bottom: 58px; }
  .start-heading, .section-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .start-grid { grid-template-columns: 1fr; }
  .start-grid a { min-height: 104px; }
  .preview-grid { grid-template-columns: 1fr; }
  .preview-card, .preview-card:first-child { grid-column: auto; }
  .preview-card:first-child a { display: flex; }
  .preview-card:first-child .card-photo img { height: auto; aspect-ratio: 16 / 10; }
  .card-copy { min-height: 0; padding: 21px; }
  .preview-card:first-child h2 { font-size: 22px; }
  .editor-box { grid-template-columns: 1fr; gap: 26px; padding: 36px 25px; }
  .page-hero { padding-top: 56px; }
  .page-hero h1, .article-header h1 { font-size: 38px; }
  .article { padding-top: 40px; }
  .article-heading-row { align-items: flex-start; flex-direction: column; gap: 9px; }
  .article-deck { font-size: 14px; }
  .article-cover img { aspect-ratio: 4 / 3; }
  .article-dialogue { padding: 24px 16px; }
  .dialogue-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .dialogue-heading h2 { font-size: 19px; }
  .dialogue-turn { grid-template-columns: 46px minmax(0, 1fr); gap: 10px; }
  .dialogue-turn .speaker { display: block; }
  .dialogue-turn .speaker img { width: 44px; height: 44px; }
  .dialogue-turn .speaker span { display: none; }
  .dialogue-turn > p { padding: 11px 12px; font-size: 11px; }
  .toc { padding: 20px 16px; }
  .toc ol { grid-template-columns: 1fr; }
  .article-body { font-size: 15px; }
  .article-body h2 { margin-top: 58px; font-size: 24px; }
  .article-body table { min-width: 640px; }
  .affiliate-cta { margin-top: 44px; padding: 24px 20px; }
  .affiliate-cta h2 { font-size: 22px; }
  .affiliate-cta .button { width: 100%; justify-content: space-between; }
  .character-note, .character-note.is-kouhai { grid-template-columns: 44px minmax(0, 1fr); gap: 10px; margin-left: 0; }
  .character-note img { width: 44px; height: 44px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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

