/* Sub-page additions (kept separate from styles.css to preserve top page styling) */

.page-hero {
  position: relative;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(23, 33, 31, 0.98), rgba(31, 57, 50, 0.96)),
    var(--ink);
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: 0.45;
  pointer-events: none;
}

.page-hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 84px 0 72px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-family: Georgia, "Times New Roman", serif;
}

.breadcrumb li::after {
  content: "/";
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.4);
}

.breadcrumb li:last-child::after {
  content: "";
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 1px;
}

.breadcrumb a:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.page-hero h1 {
  max-width: 1120px;
  margin: 0;
  font-family: Georgia, "Times New Roman", "Hiragino Mincho ProN", serif;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
  text-wrap: balance;
}

.page-hero-lead {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.85;
}

.page-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 32px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0.04em;
}

.page-meta li strong {
  display: block;
  margin-top: 4px;
  font-family: -apple-system, "Hiragino Sans", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0;
}

/* Prose blocks for policy/about pages */
.prose {
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.95;
}

.prose h2 {
  margin: 56px 0 16px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 22px;
}

.prose h2:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.prose h3 {
  margin: 32px 0 10px;
  font-size: 17px;
}

.prose p,
.prose ul,
.prose ol {
  margin: 0 0 16px;
}

.prose ul,
.prose ol {
  padding-left: 22px;
}

.prose li {
  margin-bottom: 6px;
}

.prose .lede {
  padding: 20px 22px;
  margin-bottom: 32px;
  background: var(--paper-deep);
  font-size: 15px;
  color: var(--ink-soft);
}

.prose dl {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 12px 24px;
  margin: 0 0 24px;
  padding: 22px 24px;
  background: var(--paper-deep);
  border-radius: 4px;
}

.prose dl dt {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
}

.prose dl dd {
  margin: 0;
  font-size: 14px;
}

.prose .updated {
  margin-top: 48px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 13px;
}

/* Team / monitors */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin: 32px 0 0;
}

.team-card {
  padding: 22px 22px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.team-card .role {
  margin: 0;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 600;
}

.team-card h3 {
  margin: 8px 0 4px;
  font-size: 18px;
  line-height: 1.4;
}

.team-card .placeholder-name {
  color: var(--ink-soft);
  font-style: italic;
}

.team-card p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.7;
}

.team-card .qualifications {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 14px 0 0;
}

.team-card .qualifications span {
  padding: 3px 8px;
  background: var(--paper-deep);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  color: var(--ink-soft);
}

/* Article list (used in category pages) — compact 2-col cluster list */
.article-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 24px;
  padding: 0;
  border-top: 1px solid var(--line);
}

.article-list li {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 18px 22px 18px;
  background: transparent;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-radius: 0;
  min-height: auto;
  transition: background 0.15s ease;
}

.article-list li:nth-child(2n) {
  border-right: 0;
}

.article-list li:hover {
  background: var(--paper-deep);
}

.article-list li .status {
  display: none;
}

.article-list li h3 {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 500;
  color: var(--ink);
}

.article-list li h3 a {
  border-bottom: 0;
}

.article-list li h3 a:hover {
  color: var(--green);
  border-bottom: 1px solid var(--gold);
}

.article-list li .keyword {
  margin-top: 6px;
  padding-top: 0;
  color: var(--ink-soft);
  font-size: 11px;
  font-family: -apple-system, "Hiragino Sans", "Yu Gothic", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media (max-width: 720px) {
  .article-list {
    grid-template-columns: 1fr;
  }
  .article-list li {
    border-right: 0;
  }
}

/* Pillar — wide feature cards with summary emphasis */
.pillar-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 24px;
}

.pillar-card {
  display: block;
  padding: 26px 30px 28px;
  background: #fff;
  border: 1px solid var(--ink);
  border-radius: 4px;
  transition: box-shadow 0.18s ease;
}

.pillar-card:hover {
  box-shadow: 0 8px 24px rgba(23, 33, 31, 0.08);
}

.pillar-card .pillar-no {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--ink-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pillar-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  max-width: 880px;
}

.pillar-card h3 a {
  color: var(--ink);
  border-bottom: 1px solid var(--gold);
}

.pillar-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.85;
  max-width: 880px;
}

@media (max-width: 720px) {
  .pillar-card {
    padding: 22px 22px 24px;
  }
}

.pillar-card .pillar-stats {
  display: flex;
  gap: 16px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  color: var(--ink-soft);
}

.pillar-card .pillar-stats strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  margin-top: 2px;
}

/* Coming soon block */
.coming-soon {
  width: min(820px, calc(100% - 48px));
  margin: 0 auto;
  padding: 96px 0 80px;
  text-align: center;
}

.coming-soon .badge {
  display: inline-block;
  margin: 0 0 22px;
  padding: 6px 14px;
  background: var(--gold);
  color: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.coming-soon h2 {
  margin: 0 0 20px;
  font-size: 32px;
  line-height: 1.4;
}

.coming-soon p {
  margin: 0 auto 14px;
  max-width: 560px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.85;
}

.coming-soon .actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 32px;
}

/* Contact form */
.contact-form {
  display: grid;
  gap: 18px;
  max-width: 640px;
  margin: 32px 0 0;
}

.contact-form label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 6px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--ink);
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
  line-height: 1.7;
}

.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible {
  outline: 2px solid var(--wine);
  outline-offset: 1px;
}

.contact-form .field-help {
  margin: 6px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.6;
}

.contact-form .submit-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
}

.contact-form .consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: var(--ink-soft);
}

.contact-form .consent input {
  margin-top: 4px;
}

.cta-channels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.cta-channels article {
  padding: 18px 20px;
  background: var(--paper-deep);
  border-radius: 4px;
}

.cta-channels h3 {
  margin: 0 0 6px;
  font-size: 14px;
}

.cta-channels p {
  margin: 0;
  font-size: 12px;
  color: var(--ink-soft);
  line-height: 1.7;
}

/* Stat row block (used on monthly report etc) */
.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1px;
  margin: 32px 0 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.stat-row > div {
  padding: 18px 22px;
  background: #fff;
}

.stat-row dt {
  font-size: 12px;
  color: var(--ink-soft);
  font-family: Georgia, "Times New Roman", serif;
}

.stat-row dd {
  margin: 6px 0 0;
  font-size: 22px;
  font-weight: 700;
}

/* Section variant on paper-deep */
.section.deep-bg {
  width: 100%;
  max-width: none;
  background: var(--paper-deep);
  padding: 84px 24px;
}

.section.deep-bg > * {
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}

/* Glossary alphabetical block */
.glossary-block {
  margin-top: 32px;
}

.glossary-block h3 {
  margin: 36px 0 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--wine);
  letter-spacing: 0.05em;
}

.glossary-block ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 8px 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.glossary-block li {
  font-size: 14px;
}

.glossary-block li small {
  display: block;
  color: var(--ink-soft);
  font-size: 12px;
}

/* ===== Article page ===== */
.article-shell {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 56px 0 80px;
  display: grid;
  grid-template-columns: minmax(0, 760px) 280px;
  gap: 48px;
  align-items: start;
  justify-content: center;
}

.article-body {
  min-width: 0;
  font-size: 16px;
  line-height: 1.95;
  color: var(--ink);
}

.article-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  margin: 0 0 32px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  color: var(--ink-soft);
}

.article-meta-row .category {
  padding: 5px 10px;
  font-size: 12px;
}

.article-meta-row time {
  font-family: Georgia, "Times New Roman", serif;
}

.article-meta-row .reading-time::before {
  content: "·";
  margin-right: 14px;
  color: var(--line);
}

.article-lede {
  margin: 0 0 36px;
  padding: 22px 24px;
  background: #fff;
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 16px;
  line-height: 1.85;
  color: var(--ink);
}

.article-trust-note {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 34px;
  background: var(--line);
  border: 1px solid var(--line);
}

.article-trust-note span {
  display: block;
  padding: 14px 16px;
  background: #fff;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.65;
}

.article-trust-note strong {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 13px;
}

.article-lede strong {
  display: block;
  margin-bottom: 6px;
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-body h2 {
  margin: 60px 0 18px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 26px;
  line-height: 1.45;
  font-weight: 600;
}

.article-body h2:first-of-type {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.article-body h3 {
  margin: 36px 0 12px;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 600;
}

.article-body h4 {
  margin: 24px 0 8px;
  font-size: 16px;
}

.article-body p {
  margin: 0 0 18px;
}

.article-body ul,
.article-body ol {
  margin: 0 0 22px;
  padding-left: 24px;
}

.article-body li {
  margin-bottom: 8px;
}

.article-body strong {
  font-weight: 600;
  color: var(--ink);
}

.article-body .answer-block {
  margin: 0 0 22px;
  padding: 14px 18px;
  background: rgba(176, 134, 54, 0.07);
  font-weight: 600;
  color: var(--ink);
}

.article-body table,
.prose table {
  width: 100%;
  margin: 0 0 28px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  background: #fff;
  border: 1px solid var(--ink);
  border-radius: 4px;
  overflow: hidden;
}

.article-body table th,
.article-body table td,
.prose table th,
.prose table td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

.article-body table th + th,
.article-body table td + td,
.prose table th + th,
.prose table td + td {
  border-left: 1px solid var(--line);
}

.article-body table thead th,
.prose table thead th {
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
  border-bottom: 1px solid var(--ink);
}

.article-body table thead th + th,
.prose table thead th + th {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.article-body table tbody tr:nth-child(even),
.prose table tbody tr:nth-child(even) {
  background: var(--paper-deep);
}

.article-body table tbody tr:last-child td,
.prose table tbody tr:last-child td {
  border-bottom: 0;
}

.article-body table tbody th,
.prose table tbody th {
  background: var(--paper-deep);
  font-weight: 700;
  color: var(--ink);
}

.article-body blockquote {
  margin: 0 0 22px;
  padding: 14px 22px;
  background: rgba(36, 78, 116, 0.05);
  font-size: 14px;
  color: var(--ink-soft);
}

.article-body blockquote cite {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-style: normal;
  color: var(--ink-soft);
}

.article-body .callout {
  margin: 24px 0;
  padding: 18px 22px;
  background: var(--paper-deep);
  border-radius: 4px;
}

.article-body .callout.warning {
  background: rgba(110, 38, 53, 0.06);
}

.article-body .callout strong {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--wine);
}

.article-body figure {
  margin: 0 0 24px;
}

.article-body figure figcaption {
  margin-top: 10px;
  font-size: 12px;
  color: var(--ink-soft);
  font-family: Georgia, "Times New Roman", serif;
}

.article-toc {
  position: sticky;
  top: 96px;
  align-self: start;
  padding: 22px 22px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 13px;
}

.article-toc strong {
  display: block;
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.article-toc ol {
  margin: 0;
  padding-left: 22px;
  line-height: 1.7;
}

.article-toc li {
  margin-bottom: 6px;
}

.article-toc a {
  color: var(--ink);
}

.article-toc a:hover {
  color: var(--wine);
}

/* FAQ block */
.article-faq {
  margin: 56px 0 0;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}

.article-faq h2 {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

.article-faq details {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.article-faq details summary {
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 28px;
}

.article-faq details summary::-webkit-details-marker {
  display: none;
}

.article-faq details summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 400;
  color: var(--wine);
}

.article-faq details[open] summary::after {
  content: "−";
}

.article-faq details p {
  margin: 14px 0 0;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.85;
}

/* Reviewer / author card */
.reviewer-card {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: flex-start;
  margin: 48px 0 0;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.reviewer-card .avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
  font-family: Georgia, serif;
  font-size: 20px;
}

.reviewer-card .meta {
  flex: 1 1 320px;
}

.reviewer-card .role {
  margin: 0;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}

.reviewer-card .name {
  margin: 4px 0 0;
  font-size: 16px;
  font-weight: 600;
}

.reviewer-card p {
  margin: 8px 0 0;
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.75;
}

/* Inline CTA card */
.inline-cta {
  margin: 56px 0 0;
  padding: 32px 28px;
  background:
    linear-gradient(135deg, rgba(110, 38, 53, 0.95), rgba(23, 33, 31, 0.95));
  color: #fff;
  border-radius: 6px;
}

.inline-cta p.kicker {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.7);
  font-family: Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
}

.inline-cta h2 {
  margin: 0 0 12px;
  border: 0;
  padding: 0;
  font-size: 24px;
  color: #fff;
}

.inline-cta p {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  line-height: 1.75;
}

.inline-cta .actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.inline-cta .actions .button.secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}

/* Related articles list */
.article-related {
  margin: 56px 0 0;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}

.article-related h2 {
  margin: 0 0 24px;
  border: 0;
  padding: 0;
  font-size: 24px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.related-grid a {
  display: block;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink);
  font-weight: 600;
  transition: border-color 160ms ease, transform 160ms ease;
}

.related-grid a:hover {
  border-color: var(--wine);
  transform: translateY(-1px);
}

.related-grid a small {
  display: block;
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 400;
}

.ai-disclosure {
  margin: 48px 0 0;
  padding: 22px 24px;
  background: var(--paper-deep);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12.5px;
  line-height: 1.85;
  color: var(--ink-soft);
}

.ai-disclosure strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: Georgia, "Times New Roman", serif;
}

.article-body .updated,
.prose .updated {
  margin: 40px 0 0;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  text-align: right;
}

/* Article hero (compact) */
.article-hero {
  background:
    linear-gradient(135deg, rgba(23, 33, 31, 0.98), rgba(31, 57, 50, 0.96)),
    var(--ink);
  color: #fff;
}

.article-hero-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 64px 0 48px;
}

.article-hero h1 {
  margin: 16px 0 0;
  font-family: Georgia, "Times New Roman", "Hiragino Mincho ProN", serif;
  font-size: 38px;
  line-height: 1.3;
  font-weight: 700;
  max-width: 920px;
}

.article-hero .lede {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.85;
  max-width: 720px;
}

.article-hero .eyebrow {
  display: none;
}

.article-hero .meta-row {
  display: none;
}

.article-hero .meta-row strong {
  color: #fff;
  font-family: -apple-system, "Hiragino Sans", sans-serif;
  font-weight: 600;
  margin-left: 6px;
}

/* Responsive */
@media (max-width: 880px) {
  .page-hero h1 { font-size: 32px; }
  .page-hero-inner { padding: 56px 0 48px; }
  .prose dl { grid-template-columns: 1fr; }
  .section.deep-bg { padding: 64px 18px; }
  .coming-soon { padding: 64px 0 56px; }
  .article-shell { grid-template-columns: 1fr; gap: 32px; }
  .article-toc { position: static; }
  .article-trust-note { grid-template-columns: 1fr; }
  .article-body table { display: block; overflow-x: auto; }
  .article-hero h1 { font-size: 26px; }
  .article-hero-inner { padding: 48px 0 36px; }
}

@media (max-width: 520px) {
  .page-hero-inner,
  .article-hero-inner,
  .article-shell,
  .prose,
  .coming-soon {
    width: calc(100% - 28px);
  }

  .page-hero-inner {
    padding: 36px 0 34px;
  }

  .page-hero h1 {
    font-size: 27px;
    line-height: 1.22;
  }

  .page-hero-lead {
    margin-top: 20px;
    font-size: 14.5px;
    line-height: 1.85;
  }

  .page-meta {
    gap: 14px 22px;
    margin-top: 28px;
  }

  .page-meta li {
    flex: 1 1 130px;
  }

  .breadcrumb {
    margin-bottom: 20px;
    row-gap: 6px;
    line-height: 1.7;
  }

  .prose {
    padding: 54px 0;
    font-size: 14.5px;
  }

  .prose .lede,
  .article-lede,
  .ai-disclosure,
  .reviewer-card,
  .inline-cta {
    padding: 18px 20px;
  }

  .article-hero-inner {
    padding: 34px 0 30px;
  }

  .article-hero h1 {
    font-size: 24px;
    line-height: 1.32;
  }

  .article-hero .lede {
    font-size: 14.5px;
  }

  .article-shell {
    padding: 44px 0 64px;
    gap: 28px;
  }

  .article-body {
    font-size: 15px;
    line-height: 1.9;
  }

  .article-meta-row {
    gap: 10px 16px;
    margin-bottom: 26px;
    padding-bottom: 18px;
  }

  .article-meta-row .reading-time::before {
    content: "";
    margin-right: 0;
  }

  .article-body h2 {
    margin-top: 48px;
    font-size: 22px;
  }

  .article-body h3 {
    font-size: 17px;
  }

  .article-body table,
  .prose table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .article-body table th,
  .article-body table td,
  .prose table th,
  .prose table td {
    min-width: 112px;
    padding: 10px 12px;
  }

  .article-toc,
  .related-grid a {
    padding: 18px 20px;
  }

  .related-grid {
    grid-template-columns: 1fr;
  }

  .pillar-card {
    padding: 20px;
  }

  .pillar-card h3 {
    font-size: 17px;
  }

  .coming-soon h2 {
    font-size: 26px;
  }
}
