:root {
  --paper: #fffaf0;
  --ink: #173a34;
  --ink-soft: #526d66;
  --lime: #d9f53f;
  --mint: #e4f0eb;
  --coral: #ff8f70;
  --line: rgba(23, 58, 52, .18);
  --sans: "Hiragino Sans", "Yu Gothic", "YuGothic", system-ui, sans-serif;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", serif;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --radius-xs: 8px;
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 999px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  color-scheme: light;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; font-size: 1rem; line-height: 1.75; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, summary { font: inherit; }
[id] { scroll-margin-top: 90px; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 16px; border-radius: 8px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.preview-banner { padding: 8px 20px; background: #f4cd69; color: #3f3519; font-size: 0.75rem; font-weight: 900; text-align: center; }
.site-header {
  position: sticky; z-index: 20; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 78px;
  padding: 12px max(20px, calc((100vw - 1060px) / 2)); border-bottom: 1px solid var(--line);
  background: rgba(255,250,240,.94); backdrop-filter: blur(16px);
}
.site-brand { display: inline-flex; align-items: center; min-height: 44px; gap: 11px; color: inherit; text-decoration: none; }
.site-brand img { width: 44px; height: 44px; }
.site-brand-copy { display: grid; line-height: 1.05; }
.site-brand-name { display: flex; align-items: baseline; gap: 8px; }
.site-brand strong { letter-spacing: .12em; }
.site-brand small { color: var(--ink-soft); font-size: 0.6875rem; font-weight: 700; letter-spacing: .12em; white-space: nowrap; }
.site-brand-tagline { margin-top: 4px; color: var(--ink-soft); font-size: .625rem; font-weight: 700; letter-spacing: .03em; white-space: nowrap; }
.article-nav { display: flex; align-items: center; gap: 10px; font-size: 0.875rem; font-weight: 800; }
.article-nav a { display: inline-flex; align-items: center; min-height: 44px; padding-inline: 8px; text-decoration: none; }
.article-nav a:hover { color: #526b05; text-decoration: underline; text-underline-offset: 4px; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { display: flex; align-items: center; min-height: 44px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); font-size: 0.8125rem; font-weight: 900; cursor: pointer; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; z-index: 30; top: calc(100% + 8px); right: 0; display: grid; width: min(260px, calc(100vw - 32px)); padding: 8px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); box-shadow: 0 16px 40px rgba(23,58,52,.18); }
.mobile-menu nav a { display: flex; align-items: center; min-height: 48px; padding: 8px 12px; border-radius: 8px; font-size: 0.875rem; font-weight: 800; text-decoration: none; }
.mobile-menu nav a:hover { background: var(--mint); }
main { padding: 86px 20px 120px; }
article { max-width: 860px; margin: 0 auto; }
.breadcrumb { display: flex; align-items: center; flex-wrap: wrap; margin-bottom: 26px; color: var(--ink-soft); gap: 8px; font-size: 0.8125rem; }
.breadcrumb a { min-height: 44px; display: inline-flex; align-items: center; text-underline-offset: 3px; }
.article-meta { display: flex; flex-wrap: wrap; margin-bottom: 20px; gap: 8px; }
.article-meta span { padding: 6px 11px; border-radius: 999px; background: var(--mint); color: var(--ink); font-size: 0.75rem; font-weight: 900; }
.intent-emergency .article-meta span:first-child { background: #ffb49f; }
h1 { margin: 0; font: 500 clamp(2.375rem, 7vw, 4rem)/1.25 var(--serif); letter-spacing: -.04em; }
.lead { margin: 28px 0 38px; color: var(--ink-soft); font-size: 1.125rem; line-height: 1.9; }
.decision-row { display: grid; grid-template-columns: 1.5fr .75fr; margin-bottom: 16px; gap: 12px; }
.problem, .urgency { display: grid; margin: 0; padding: 22px 25px; border: 1px solid var(--line); border-radius: 18px; background: var(--mint); gap: 7px; }
.urgency { background: var(--paper); }
.urgency-now { background: #ffe0d5; border-color: rgba(187, 80, 52, .25); }
.urgency-today { background: #fff0c8; }
.problem span, .urgency span, .action span { font-size: 0.75rem; font-weight: 900; letter-spacing: .1em; }
.problem strong { font-size: 0.9375rem; line-height: 1.7; }
.urgency strong { font: 500 1.125rem/1.5 var(--serif); }
.action { margin: 58px 0; padding: 32px; border-radius: 20px; background: var(--ink); color: white; }
.top-action { margin: 0 0 36px; }
.action span { display: block; margin-bottom: 10px; color: var(--lime); }
.action strong { font: 500 1.5625rem/1.55 var(--serif); }
.decision-support { margin: 0 0 48px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.lug-reassurance { display: grid; grid-template-columns: 82px 1fr; align-items: center; margin: 0 0 36px; padding: 14px 22px 14px 10px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--mint); gap: 12px; }
.lug-reassurance img { width: 82px; height: 82px; border-radius: 50%; object-fit: cover; }
.lug-reassurance p { display: grid; margin: 0; gap: 4px; }
.lug-reassurance strong { font-size: 0.9375rem; }
.lug-reassurance span { color: var(--ink-soft); font-size: 0.8125rem; line-height: 1.7; }
.decision-support > span, .share-summary > span { color: #176e5a; font-size: 0.75rem; font-weight: 900; letter-spacing: .1em; }
.decision-support h2, .share-summary h2 { margin: 7px 0 10px; font: 500 1.6875rem/1.4 var(--serif); }
.decision-support > p { margin: 0 0 20px; color: var(--ink-soft); font-size: 0.9375rem; }
.decision-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.decision-options.three { grid-template-columns: repeat(3, 1fr); }
.decision-options article { display: grid; min-width: 0; padding: 17px; border-radius: 13px; background: var(--mint); gap: 6px; }
.decision-options strong { font-size: 0.9375rem; }
.decision-options small { color: var(--ink-soft); font-size: 0.8125rem; line-height: 1.7; }
.disclosure { margin: 0 0 38px; padding: 16px 18px; border-radius: 12px; background: #fff0d4; font-size: 0.875rem; line-height: 1.7; }
.article-body { font-size: 1.0625rem; line-height: 2; }
.article-body h2, .article-body h3 { margin: 2em 0 .7em; font-family: var(--serif); line-height: 1.45; }
.article-body h2 { font-size: 1.8125rem; }
.article-body h3 { font-size: 1.4375rem; }
.article-body p, .article-body ul, .article-body ol { margin: 0 0 1.4em; }
.article-body li { margin: .45em 0; padding-left: .25em; }
.article-body code { padding: .15em .35em; border-radius: 4px; background: #e8ece5; }
.article-body a, .sources a { color: #176e5a; overflow-wrap: anywhere; }
.faq { margin-top: 64px; padding-top: 34px; border-top: 1px solid var(--line); }
.faq h2 { margin: 0 0 18px; font: 500 1.6875rem/1.35 var(--serif); }
.faq details { margin-bottom: 10px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.faq summary { display: flex; align-items: center; justify-content: space-between; min-height: 56px; padding: 14px 18px; gap: 14px; font-size: 1rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { flex: none; align-self: flex-start; margin-top: 2px; color: #176e5a; content: "Q."; font-family: var(--serif); }
.faq summary::after { flex: none; color: var(--ink-soft); content: "＋"; }
.faq details[open] summary::after { content: "－"; }
.faq details > p { margin: 0; padding: 0 18px 16px 46px; color: var(--ink-soft); font-size: 0.9375rem; line-height: 2; }
.faq summary > * { flex: 1; }
.share-summary { margin-top: 64px; padding: 28px; border: 2px solid var(--ink); border-radius: 20px; background: var(--mint); }
.share-summary ol { margin: 18px 0 24px; padding-left: 24px; }
.share-summary li { margin: 7px 0; }
.share-summary > div { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.share-summary button { min-height: 46px; padding: 10px 18px; border: 1px solid var(--ink); border-radius: 10px; background: var(--ink); color: white; font-weight: 900; cursor: pointer; }
.share-summary button.secondary { background: transparent; color: var(--ink); }
.line-share { display: inline-flex; align-items: center; min-height: 46px; padding: 10px 18px; border: 2px solid #06c755; border-radius: 10px; background: white; color: var(--ink); font-size: 0.9375rem; font-weight: 900; text-decoration: none; }
.line-share::before { margin-right: 8px; content: "💬"; }
.line-share:hover { background: #eafbf1; }
.share-status { min-height: 1.5em; margin: 10px 0 0; color: var(--ink-soft); font-size: 0.8125rem; }
.related { margin-top: 70px; padding-top: 36px; border-top: 1px solid var(--line); }
.related h2, .sources h2 { font: 500 1.6875rem/1.35 var(--serif); }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.related-grid a { display: grid; min-height: 185px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--mint); text-decoration: none; gap: 10px; }
.related-grid a:hover { border-color: rgba(23,58,52,.45); }
.related-grid .related-label { font-size: 0.75rem; font-weight: 900; }
.related-grid strong { font: 500 1.1875rem/1.5 var(--serif); }
.related-grid small { align-self: end; color: var(--ink-soft); font-size: 0.75rem; font-weight: 800; }
.sources { margin-top: 60px; padding-top: 30px; border-top: 1px solid var(--line); }
.sources > p { color: var(--ink-soft); font-size: 0.875rem; }
.sources ul { display: grid; padding: 0; list-style: none; gap: 9px; }
.sources li { margin: 0; }
.sources a { display: grid; min-height: 54px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 12px; background: #fff; text-decoration: none; gap: 2px; }
.sources a:hover { border-color: var(--ink); }
.sources a strong { color: var(--ink); font-size: 0.875rem; }
.sources a span { font-size: 0.75rem; }
.article-footer { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 0.8125rem; gap: 28px; }
.date-list, .footer-links { display: grid; gap: 7px; }
.article-footer small { margin-top: 6px; line-height: 1.6; }
.footer-links a { display: inline-flex; align-items: center; min-height: 38px; }
.mobile-first-action { display: none; }
.mobile-first-action[hidden] { display: none !important; }

@media (max-width: 720px) {
  .article-nav { display: none; }
  .mobile-menu { display: block; }
}
@media (max-width: 620px) {
  .site-header { min-height: 68px; padding: 10px 16px; }
  .site-brand img { width: 40px; height: 40px; }
  .site-brand strong { font-size: 0.8125rem; }
  .site-brand small { font-size: 0.6875rem; }
  main { padding: 54px 18px 90px; }
  h1 { font-size: clamp(2.25rem, 11vw, 3rem); }
  .lead { margin-block: 22px 30px; font-size: 1rem; }
  .decision-row, .decision-options, .decision-options.three, .related-grid { grid-template-columns: 1fr; }
  .action, .decision-support, .share-summary { padding: 23px 20px; }
  .lug-reassurance { grid-template-columns: 64px 1fr; padding: 10px 14px 10px 8px; }
  .lug-reassurance img { width: 64px; height: 64px; }
  .action strong { font-size: 1.3125rem; }
  .article-body { font-size: 1rem; line-height: 1.95; }
  .article-body h2 { font-size: 1.625rem; }
  .faq details > p { padding-left: 18px; }
  .article-footer { align-items: flex-start; flex-direction: column; }
  .intent-emergency main { padding-bottom: 140px; }
  .intent-emergency .mobile-first-action { position: fixed; z-index: 12; right: 10px; bottom: 10px; left: 10px; display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 10px 10px 10px 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; background: var(--ink); color: white; box-shadow: 0 16px 45px rgba(23,58,52,.3); gap: 8px; }
  .mobile-first-action a { display: grid; text-decoration: none; gap: 2px; }
  .mobile-first-action span { color: var(--lime); font-size: 0.6875rem; font-weight: 900; letter-spacing: .1em; }
  .mobile-first-action strong { display: -webkit-box; overflow: hidden; font-size: 0.8125rem; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .mobile-first-action button { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); border-radius: 10px; background: transparent; color: white; font-size: 1.375rem; cursor: pointer; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  .site-header, .skip-link, .preview-banner, .mobile-first-action, .share-summary button, .line-share, .footer-links { display: none !important; }
  body { background: white; color: #111; }
  main { padding: 0; }
  article { max-width: none; }
  a { color: #111; text-decoration: underline; }
  .action { border: 2px solid #111; background: white; color: #111; }
  .action span { color: #111; }
  .faq details { display: block; }
}

/* マモルグ標準・そなえレベル（スコープ改修で追加） */
.article-meta .level-badge { background: var(--ink, #173a34); color: #fffaf0; }
.standard-ref { margin-top: 56px; padding: 24px 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--mint-light, #e4f0eb); }
.standard-ref > span { display: inline-block; margin-bottom: 8px; padding: 3px 12px; border: 1px solid var(--ink, #173a34); border-radius: 999px; font-size: 0.75rem; font-weight: 900; }
.standard-ref p { margin: 0 0 12px; color: var(--ink-soft, #44645e); font-size: 0.875rem; }
.standard-ref ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 8px; }
.standard-ref li a { display: block; padding: 10px 14px; border: 1px solid var(--line); border-radius: 12px; background: #fffaf0; color: inherit; font-size: 0.875rem; font-weight: 700; text-decoration: none; }
.standard-ref li a:hover { border-color: var(--ink, #173a34); }
.standard-ref li b { margin-right: 8px; font-weight: 900; }

/* 2026.07 メディア型UI（C案） */
:root { --canvas: #f6f5f0; --paper: #fff; --mint: #e8f0eb; --lime: #d9f25f; background: var(--canvas); }
body { background: var(--canvas); }
.site-header { display: grid; grid-template-columns: 1fr auto auto; min-height: 68px; padding: 8px max(20px, calc((100vw - 1120px) / 2)); background: rgba(255,255,255,.95); gap: 12px; }
.site-brand img { width: 40px; height: 40px; }
.article-nav { display: none; }
.header-action { display: inline-flex; align-items: center; min-height: 44px; padding: 8px 15px; border-radius: 999px; background: var(--ink); color: white; font-size: .8125rem; font-weight: 900; text-decoration: none; }
.header-action span { margin-left: 8px; color: var(--lime); }
.mobile-menu { display: block; }
main { padding: 34px 20px 90px; }
.article-layout { display: grid; grid-template-columns: minmax(0, 820px) 240px; align-items: start; width: min(1100px, 100%); margin: 0 auto; gap: 24px; }
article { width: 100%; max-width: none; padding: 34px 42px 46px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.breadcrumb { margin-bottom: 12px; font-size: .75rem; }
.article-meta { margin-bottom: 12px; gap: 6px; }
.article-meta span { padding: 4px 9px; background: #e8eee9; font-size: .6875rem; }
.intent-emergency .article-meta span:first-child { background: #eadfd9; }
h1 { font-family: var(--sans); font-size: clamp(2rem, 4.4vw, 3rem); font-weight: 900; line-height: 1.3; letter-spacing: -.045em; }
.lead { margin: 14px 0 20px; font-size: 1rem; line-height: 1.8; }
.action { border-radius: 13px; }
.top-action { margin: 0 0 14px; padding: 20px 22px; border-left: 5px solid var(--ink); background: #e6efe9; color: var(--ink); }
.action span { margin-bottom: 5px; color: #36675d; font-size: .6875rem; }
.action strong { font-family: var(--sans); font-size: 1.25rem; font-weight: 900; line-height: 1.55; }
.decision-row { grid-template-columns: 1.5fr .7fr; margin-bottom: 20px; gap: 8px; }
.problem, .urgency { padding: 14px 16px; border-radius: 11px; background: #f3f5f2; }
.urgency-now { background: #f3e7e1; }
.urgency-today { background: #f5f0dc; }
.problem span, .urgency span { font-size: .6875rem; }
.problem strong { font-size: .875rem; }
.urgency strong { font-family: var(--sans); font-size: .9375rem; font-weight: 900; }
.lug-reassurance { grid-template-columns: 1fr; margin-bottom: 20px; padding: 13px 15px; border-radius: 11px; }
.lug-reassurance img { display: none; }
.decision-support { margin-bottom: 30px; padding: 22px; border-radius: 13px; }
.decision-support h2, .share-summary h2 { font-family: var(--sans); font-size: 1.375rem; font-weight: 900; }
.decision-options article { padding: 14px; border: 1px solid var(--line); border-radius: 10px; background: #f5f7f4; }
.article-body { font-size: 1rem; line-height: 1.95; }
.article-body h2, .article-body h3 { font-family: var(--sans); font-weight: 900; }
.article-body h2 { padding-top: .25em; font-size: 1.5rem; }
.article-body h3 { font-size: 1.25rem; }
.faq h2, .related h2, .sources h2 { font-family: var(--sans); font-weight: 900; }
.share-summary { margin-top: 48px; padding: 23px; border: 1px solid var(--line); border-radius: 13px; background: #e8f0eb; }
.line-share::before { margin-right: 8px; content: "LINE"; color: #087c39; font-size: .6875rem; font-weight: 900; }
.related-grid a { min-height: 158px; border-radius: 12px; background: #f3f5f2; }
.related-grid strong { font-family: var(--sans); font-weight: 900; }
.standard-ref { border-radius: 13px; background: #f0f1ec; }
.standard-ref li a { background: #fff; }

/* テーマ選択だけで一覧と共通のブランドイラストを表示する。 */
.topic-account { --topic-illustration: url("/assets/topics/account.svg"); --topic-surface: #e4f0eb; }
.topic-scam { --topic-illustration: url("/assets/topics/scam.svg"); --topic-surface: #f3e9d7; }
.topic-money { --topic-illustration: url("/assets/topics/money.svg"); --topic-surface: #f1ebd9; }
.topic-device { --topic-illustration: url("/assets/topics/device.svg"); --topic-surface: #e5ebf3; }
.topic-privacy { --topic-illustration: url("/assets/topics/privacy.svg"); --topic-surface: #e9e4ef; }
.topic-family { --topic-illustration: url("/assets/topics/family.svg"); --topic-surface: #e4efe7; }
.article-intro { display: grid; grid-template-columns: minmax(0, 1fr) 210px; align-items: center; margin-bottom: 20px; gap: 24px; }
.article-intro .lead { margin-bottom: 0; }
.article-topic-visual,
.related-topic-visual {
  border: 1px solid var(--line);
  background-color: var(--topic-surface, #e4f0eb);
  background-image: var(--topic-illustration);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.article-topic-visual { width: 210px; height: 158px; border-radius: 16px; }
.related-topic-visual { width: 96px; height: 72px; border-radius: 11px; }
.related-grid a { min-height: 224px; }
.related-grid a:hover .related-topic-visual { border-color: rgba(23,58,52,.45); }

.article-aside { position: sticky; top: 88px; display: grid; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.article-aside > span { color: #426c63; font-size: .6875rem; font-weight: 900; letter-spacing: .08em; }
.article-aside > strong { margin: 7px 0 15px; font-size: .875rem; line-height: 1.65; }
.article-aside nav { display: grid; border-top: 1px solid var(--line); }
.article-aside a { display: flex; align-items: center; min-height: 44px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: .75rem; font-weight: 800; text-decoration: none; }
.article-aside a::after { margin-left: auto; content: "›"; color: #6b847e; font-size: 1.125rem; }

@media (max-width: 900px) {
  .article-layout { grid-template-columns: minmax(0, 1fr); max-width: 820px; }
  .article-aside { display: none; }
}

@media (max-width: 620px) {
  .site-header { min-height: 68px; padding: 8px 16px; }
  main { padding: 18px 0 76px; }
  article { padding: 18px 16px 34px; border-inline: 0; border-radius: 0; }
  .breadcrumb { margin-bottom: 7px; }
  .breadcrumb a { min-height: 36px; }
  .article-meta { margin-bottom: 9px; }
  .article-meta span { padding: 3px 7px; }
  .article-intro { grid-template-columns: 1fr; margin-bottom: 14px; gap: 12px; }
  .article-topic-visual { width: min(100%, 260px); height: 128px; margin-inline: auto; border-radius: 13px; }
  h1 { font-size: clamp(1.75rem, 9vw, 2.25rem); }
  .lead { margin: 10px 0 14px; font-size: .9375rem; line-height: 1.7; }
  .top-action { padding: 16px; }
  .action strong { font-size: 1.0625rem; }
  .decision-row { grid-template-columns: 1fr 1fr; }
  .problem, .urgency { padding: 12px; }
  .decision-support, .share-summary { padding: 18px 16px; }
  .article-body { font-size: 1rem; line-height: 1.9; }
  .article-body h2 { font-size: 1.375rem; }
  .article-body h3 { font-size: 1.125rem; }
}

@media (max-width: 560px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-action { display: none; }
}

@media print {
  .header-action, .article-aside { display: none !important; }
  article { padding: 0; border: 0; }
}

/* 2026.07 UI基準：公開ページと共通のヘッダー・フッター・操作状態。 */
:focus-visible { outline: 3px solid #8aa500; outline-offset: 3px; }
.site-header > *,
.article-layout > *,
.article-intro > * { min-width: 0; }
body.menu-open { overflow: hidden; }
body.menu-open::before { position: fixed; z-index: 18; inset: 0; background: rgba(12, 35, 31, .42); content: ""; }
.mobile-menu[open] summary { border-color: var(--ink); background: var(--mint); }
.mobile-menu nav { max-height: calc(100dvh - 92px); overflow-y: auto; overscroll-behavior: contain; }
.site-footer { padding: var(--space-7) max(20px, calc((100vw - 1120px) / 2)); border-top: 1px solid var(--line); background: #ecebe4; }
.footer-inner { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; max-width: 1120px; margin: 0 auto; gap: var(--space-5); }
.footer-inner nav { display: flex; flex-wrap: wrap; gap: 0 var(--space-4); }
.footer-inner nav a { display: inline-flex; align-items: center; min-height: 44px; color: var(--ink); font-size: .8125rem; font-weight: 700; text-decoration: none; }
.footer-inner > small { grid-column: 1 / -1; padding-top: var(--space-4); border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .75rem; }

@media (min-width: 1100px) {
  .article-nav { display: flex; align-items: center; justify-content: center; }
  .mobile-menu { display: none; }
}

@media (max-width: 700px) {
  .site-footer { padding-block: var(--space-6); }
  .footer-inner { grid-template-columns: 1fr; gap: var(--space-3); }
  .footer-inner > small { grid-column: auto; }
}

@media (max-width: 380px) {
  .site-brand-tagline { display: none; }
  .site-brand { gap: var(--space-2); }
  .mobile-menu summary { padding-inline: var(--space-2); }
}

@media print {
  .site-footer { display: none !important; }
}
