/* ============================================================
   Mensch und Psyche — Main Stylesheet
   Palette: PsycheRoot Organic — sage-green / forest / cream / clay
   Typography: Bespoke Serif + Cabinet Grotesk (self-hosted)
   Archetype: Organic Editorial
   ============================================================ */

/* === Self-hosted fonts === */
@font-face {
  font-family: 'Bespoke Serif';
  src: url('/assets/fonts/bespoke-serif-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Bespoke Serif';
  src: url('/assets/fonts/bespoke-serif-500.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Bespoke Serif';
  src: url('/assets/fonts/bespoke-serif-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('/assets/fonts/cabinet-grotesk-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('/assets/fonts/cabinet-grotesk-500.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('/assets/fonts/cabinet-grotesk-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('/assets/fonts/cabinet-grotesk-800.woff2') format('woff2');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}

/* === Design Tokens === */
:root {
  --c-bg:        #FDFCF9;
  --c-bg-alt:    #F2F4EF;
  --c-soft-sage: #E9EDE5;
  --c-text:      #2D362B;
  --c-primary:   #7A8B71;
  --c-primary-dk:#5a6955;
  --c-clay:      #D4A373;
  --c-clay-light:#f5e8d8;
  --c-muted:     #7a8a6e;
  --c-border:    #dde3d7;
  --c-white:     #ffffff;
  --f-head:  'Bespoke Serif', Georgia, 'Times New Roman', serif;
  --f-body:  'Cabinet Grotesk', system-ui, -apple-system, sans-serif;
  --w-max:     1200px;
  --w-article: 780px;
  --r:         1.5rem;
  --r-sm:      0.75rem;
  --r-pill:    9999px;
  --shadow-sm: 0 1px 6px rgba(45,54,43,.07);
  --shadow:    0 4px 20px rgba(45,54,43,.10);
  --shadow-lg: 0 8px 40px rgba(45,54,43,.14);
  --transition: 0.25s ease;
}

/* === Reset === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img, picture, video, canvas { max-width: 100%; display: block; }
input, button, textarea, select { font: inherit; }

/* === Base === */
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--f-body);
  background: var(--c-bg);
  color: var(--c-text);
  line-height: 1.72;
  font-size: 1rem;
}

/* === Typography === */
h1, h2, h3, h4, h5 {
  font-family: var(--f-head);
  line-height: 1.22;
  color: var(--c-text);
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(1.75rem, 4.5vw, 2.5rem); margin-bottom: .875rem; }
h2 { font-size: clamp(1.3rem, 3.2vw, 1.8rem); margin: 2.25rem 0 .875rem; }
h3 { font-size: clamp(1.05rem, 2.5vw, 1.25rem); margin: 1.75rem 0 .5rem; }
p  { margin-bottom: 1rem; }
ul, ol { padding-left: 1.5rem; margin-bottom: 1rem; }
li { margin-bottom: .35rem; }
a  { color: var(--c-primary); text-decoration: none; }
a:hover { color: var(--c-primary-dk); text-decoration: underline; }
strong { font-weight: 700; }
em { font-style: italic; }
blockquote {
  border-left: 4px solid var(--c-primary);
  padding: .875rem 1.25rem;
  background: var(--c-soft-sage);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  margin: 1.75rem 0;
  font-style: italic;
  color: var(--c-muted);
}

table { width: 100%; border-collapse: collapse; margin: 1.75rem 0; font-size: .9rem; }
th, td { padding: .75rem 1rem; border: 1px solid var(--c-border); text-align: left; }
th { background: var(--c-soft-sage); font-family: var(--f-head); font-weight: 600; font-size: .85rem; }

/* === Utilities === */
.container { max-width: var(--w-max); margin: 0 auto; padding: 0 1.5rem; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.category-tag {
  display: inline-flex; align-items: center; gap: .375rem;
  background: var(--c-soft-sage);
  color: var(--c-primary);
  font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: .3rem .75rem; border-radius: var(--r-pill);
  border: none;
}

/* === Header === */
.site-header {
  background: rgba(253, 252, 249, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--c-border);
  padding: 0;
  position: sticky; top: 0; z-index: 200;
  box-shadow: 0 1px 12px rgba(45,54,43,.06);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  max-width: var(--w-max); margin: 0 auto; padding: 0 1.5rem;
  height: 72px;
}
.site-logo {
  display: flex; align-items: center; gap: .625rem;
  color: var(--c-text); font-family: var(--f-head);
  font-size: 1.2rem; font-weight: 700; text-decoration: none;
  letter-spacing: -.01em;
}
.site-logo:hover { color: var(--c-primary); text-decoration: none; }
.logo-icon { width: 34px; height: 34px; flex-shrink: 0; }

.site-nav { display: flex; gap: .25rem; list-style: none; padding: 0; margin: 0; align-items: center; }
.site-nav a {
  color: var(--c-muted); font-size: .9rem; font-weight: 600;
  text-decoration: none; letter-spacing: .01em; transition: color var(--transition);
  padding: .45rem .875rem; border-radius: var(--r-pill);
}
.site-nav a:hover, .site-nav a[aria-current="page"] {
  color: var(--c-text);
  background: var(--c-soft-sage);
  text-decoration: none;
}

.nav-toggle {
  display: none; background: none; border: 1.5px solid var(--c-border);
  border-radius: var(--r-sm); cursor: pointer; color: var(--c-text); padding: .3rem .45rem;
  line-height: 1;
}
.nav-toggle:hover { border-color: var(--c-primary); }

/* === Breadcrumb === */
.breadcrumb-bar {
  background: var(--c-bg);
  border-bottom: 1px solid var(--c-border);
  padding: .625rem 0;
}
.breadcrumb {
  font-size: .8rem; color: var(--c-muted);
  display: flex; align-items: center; gap: .35rem; flex-wrap: wrap;
  max-width: var(--w-max); margin: 0 auto; padding: 0 1.5rem;
}
.breadcrumb a { color: var(--c-muted); }
.breadcrumb a:hover { color: var(--c-primary); text-decoration: none; }
.breadcrumb .sep { color: var(--c-border); }

/* ============================================================
   HOMEPAGE — Organic Editorial Archetype
   ============================================================ */

/* Nature gradient background hint */
body::before {
  content: '';
  position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background:
    radial-gradient(circle at 90% 10%, rgba(122,139,113,.08) 0%, transparent 45%),
    radial-gradient(circle at 10% 90%, rgba(212,163,115,.05) 0%, transparent 40%);
  pointer-events: none; z-index: 0;
}
body > * { position: relative; z-index: 1; }

/* Featured Article */
.feature-section {
  padding: 3rem 0 2.5rem;
  border-bottom: 1px solid var(--c-border);
}
.feature-grid {
  display: grid; grid-template-columns: 55% 45%; gap: 3rem;
  max-width: var(--w-max); margin: 0 auto; padding: 0 1.5rem;
  align-items: center;
}
.feature-image {
  border-radius: 2rem; overflow: hidden;
  box-shadow: var(--shadow-lg);
  transform: rotate(1.5deg);
  transition: transform 0.7s ease;
}
.feature-image:hover { transform: rotate(0deg); }
.feature-image img,
.feature-image picture img {
  width: 100%; height: 380px; object-fit: cover; display: block;
}
.feature-text .category-tag { margin-bottom: .875rem; }
.feature-text h2 {
  font-size: clamp(1.6rem, 3.8vw, 2.25rem);
  margin: 0 0 .875rem; line-height: 1.18;
}
.feature-text .excerpt {
  color: var(--c-muted); font-size: 1.05rem; margin-bottom: 1.5rem; line-height: 1.65;
}
.feature-text .read-more {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--c-primary); color: #fff;
  font-weight: 700; font-size: .9rem;
  padding: .7rem 1.5rem; border-radius: var(--r-pill);
  transition: background var(--transition), box-shadow var(--transition);
}
.feature-text .read-more:hover {
  background: var(--c-primary-dk); color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(122,139,113,.3);
}

/* Category Columns */
.columns-section { padding: 3rem 0; }
.columns-section .section-label {
  font-size: .75rem; text-transform: uppercase; letter-spacing: .12em;
  color: var(--c-muted); font-weight: 700;
  display: flex; align-items: center; gap: .75rem;
  max-width: var(--w-max); margin: 0 auto 2rem; padding: 0 1.5rem;
}
.columns-section .section-label::after {
  content: ''; flex: 1; height: 1px; background: var(--c-border);
}
.cat-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;
  max-width: var(--w-max); margin: 0 auto; padding: 0 1.5rem;
}
.cat-col {
  background: var(--c-white); border-radius: var(--r);
  padding: 1.5rem; border: 1px solid var(--c-border);
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition), transform var(--transition);
}
.cat-col:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.cat-col h3 {
  font-family: var(--f-head); font-size: .875rem;
  text-transform: uppercase; letter-spacing: .08em;
  color: var(--c-primary); margin: 0 0 1.125rem;
  padding-bottom: .625rem; border-bottom: 2px solid var(--c-soft-sage);
}
.cat-article {
  display: flex; gap: .75rem; align-items: flex-start;
  padding: .75rem 0; border-bottom: 1px solid var(--c-bg-alt);
  text-decoration: none;
}
.cat-article:last-child { border-bottom: none; padding-bottom: 0; }
.cat-article:hover .ca-title { color: var(--c-primary); }
.cat-article:hover { text-decoration: none; }
.ca-thumb {
  width: 62px; height: 47px; border-radius: .625rem; object-fit: cover; flex-shrink: 0;
}
.ca-title {
  font-family: var(--f-head); font-size: .875rem; font-weight: 600;
  color: var(--c-text); line-height: 1.35; transition: color var(--transition);
}
.ca-meta { font-size: .72rem; color: var(--c-muted); margin-top: .2rem; }

/* Article card — new visual style (replaces old side-by-side thumb) */
.cat-article-card {
  display: block;
  text-decoration: none;
  border-radius: var(--r-sm);
  overflow: hidden;
  border: 1px solid var(--c-border);
  margin-bottom: .875rem;
  background: var(--c-white);
  transition: box-shadow var(--transition), transform var(--transition);
}
.cat-article-card:last-child { margin-bottom: 0; }
.cat-article-card:hover { box-shadow: var(--shadow); transform: translateY(-2px); text-decoration: none; }
.cat-article-card picture,
.cat-article-card img {
  width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block;
}
.cat-article-card .cac-title {
  display: block;
  font-family: var(--f-head); font-size: .9rem; font-weight: 600;
  color: var(--c-text); line-height: 1.35;
  padding: .625rem .75rem .25rem;
  transition: color var(--transition);
}
.cat-article-card:hover .cac-title { color: var(--c-primary); }
.cat-article-card .cac-meta {
  display: block;
  font-size: .72rem; color: var(--c-muted);
  padding: 0 .75rem .625rem;
}

/* ============================================================
   ARTICLE PAGES
   ============================================================ */
.article-wrapper {
  max-width: var(--w-article); margin: 2.5rem auto 0; padding: 0 1.5rem;
}

.article-hero {
  border-radius: 2rem; overflow: hidden; margin-bottom: 2.5rem;
  box-shadow: var(--shadow);
}
.article-hero picture img,
.article-hero img {
  width: 100%; height: 380px; object-fit: cover; display: block;
}

.article-header { margin-bottom: 2rem; }
.article-header .category-tag { margin-bottom: .75rem; }
.article-header h1 { margin-bottom: .75rem; }
.article-meta {
  display: flex; align-items: center; gap: .875rem;
  font-size: .82rem; color: var(--c-muted);
}
.article-meta .dot { width: 3px; height: 3px; background: var(--c-muted); border-radius: 50%; }

/* Article body */
.article-body h2 {
  color: var(--c-text);
  padding-top: .5rem;
  position: relative;
}
.article-body h2::before {
  content: '';
  display: inline-block;
  width: 3px; height: 1.1em;
  background: var(--c-primary);
  border-radius: 2px;
  margin-right: .625rem;
  vertical-align: middle;
}
.article-body h3 { color: var(--c-text); }
.article-body a { text-decoration: underline; text-underline-offset: 3px; color: var(--c-primary); }
.article-body a:hover { color: var(--c-primary-dk); }
.article-body ul { list-style: none; padding-left: 0; }
.article-body ul li { padding-left: 1.5rem; position: relative; margin-bottom: .4rem; }
.article-body ul li::before {
  content: ''; position: absolute; left: 0; top: .65em;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--c-primary); opacity: .7;
}
.article-body ol { list-style: decimal; padding-left: 1.5rem; }
.article-body p:first-child { font-size: 1.05rem; }

/* Narzissmus page (different structure) */
.article-page { max-width: var(--w-article); margin: 0 auto; padding: 0 1.5rem 3rem; }
.article-page .article-header {
  padding: 2rem 0 1.5rem;
  border-bottom: 1px solid var(--c-border);
  margin-bottom: 2rem;
}
.article-page .article-header-inner { margin-bottom: 1.5rem; }
.article-page .article-intro {
  font-size: 1.1rem; color: var(--c-muted); line-height: 1.65;
  margin: .75rem 0 1rem;
}
.article-page .article-hero-img {
  border-radius: 2rem; overflow: hidden;
  box-shadow: var(--shadow);
}
.article-page .article-hero-img img {
  width: 100%; object-fit: cover; display: block;
}
.article-page .article-body { margin-top: 2rem; }
.article-page .article-nav {
  margin-top: 2.5rem; padding-top: 1.5rem;
  border-top: 1px solid var(--c-border);
}
.article-page .article-nav h3 {
  font-size: .8rem; text-transform: uppercase; letter-spacing: .1em;
  color: var(--c-muted); margin-bottom: .75rem;
}
.article-page .article-nav ul { list-style: none; padding: 0; }
.article-page .article-nav li { margin-bottom: .35rem; }
.article-page .article-nav a { color: var(--c-primary); font-size: .9rem; }

/* Stat highlight */
.stat-highlight {
  background: var(--c-soft-sage);
  border-left: 4px solid var(--c-primary);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  padding: 1.25rem 1.5rem; margin: 2rem 0;
}
.stat-highlight .stat-number {
  font-family: var(--f-head); font-size: 2rem; font-weight: 700;
  color: var(--c-primary); line-height: 1;
}
.stat-highlight .stat-label { font-size: .875rem; color: var(--c-muted); margin-top: .3rem; }

/* Infographic */
.infographic-block {
  margin: 2rem 0;
  border: 1px solid var(--c-border);
  border-radius: var(--r); overflow: hidden;
}
.infographic-block svg { display: block; width: 100%; height: auto; }
.infographic-caption {
  text-align: center; font-size: .78rem; color: var(--c-muted);
  padding: .625rem 1rem .75rem; background: var(--c-soft-sage);
  border-top: 1px solid var(--c-border);
}
.embed-snippet {
  background: var(--c-bg-alt); border-top: 1px solid var(--c-border);
  padding: .625rem 1rem; font-size: .75rem; color: var(--c-muted);
}
.embed-snippet code {
  display: block; color: var(--c-text); word-break: break-all; margin-top: .25rem;
}

/* === FAQ === */
.faq-section {
  margin-top: 3rem; padding-top: 2rem;
  border-top: 2px solid var(--c-border);
}
.faq-section > h2 { margin-top: 0; }
.faq-item {
  border: 1px solid var(--c-border); border-radius: var(--r-sm);
  margin-bottom: .75rem; overflow: hidden;
  transition: box-shadow var(--transition);
}
.faq-item:hover { box-shadow: var(--shadow-sm); }
.faq-item summary {
  padding: 1rem 1.25rem; cursor: pointer;
  font-family: var(--f-head); font-size: .95rem; font-weight: 600;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  background: var(--c-bg); user-select: none;
  transition: background var(--transition);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; font-size: 1.3rem; font-weight: 300;
  color: var(--c-primary); flex-shrink: 0; margin-left: .75rem;
}
.faq-item[open] > summary { background: var(--c-soft-sage); }
.faq-item[open] > summary::after { content: '−'; }
.faq-item > div { padding: 1rem 1.25rem; font-size: .95rem; border-top: 1px solid var(--c-border); }
.faq-item > div p:last-child { margin-bottom: 0; }

/* === Fazit / Conclusion box === */
.fazit-box {
  background: linear-gradient(135deg, var(--c-soft-sage), var(--c-clay-light));
  border: 1px solid var(--c-border);
  border-radius: var(--r); padding: 1.75rem 2rem; margin-top: 2.5rem;
}
.fazit-box h2 { margin-top: 0; }

/* === Related articles === */
.related-section {
  margin-top: 3.5rem; padding-top: 2rem;
  border-top: 2px solid var(--c-border);
  max-width: var(--w-article); margin-left: auto; margin-right: auto;
  padding-left: 1.5rem; padding-right: 1.5rem;
}
.related-section h2 {
  font-size: .78rem; text-transform: uppercase; letter-spacing: .1em;
  color: var(--c-muted); margin-top: 0; font-family: var(--f-body);
}
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 1.25rem; }
.related-card {
  background: var(--c-white); border-radius: var(--r);
  border: 1px solid var(--c-border); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: box-shadow var(--transition), transform var(--transition);
}
.related-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.related-card picture img,
.related-card img.rc-thumb { width: 100%; height: 120px; object-fit: cover; }
.related-card-body { padding: .875rem; }
.related-card-body h3 { font-size: .875rem; margin: 0; line-height: 1.35; }
.related-card-body h3 a { color: var(--c-text); }
.related-card-body h3 a:hover { color: var(--c-primary); text-decoration: none; }
.related-card-body .rc-meta { font-size: .72rem; color: var(--c-muted); margin-top: .35rem; }

/* === Buttons === */
.btn {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: .65rem 1.4rem; border-radius: var(--r-pill);
  font-weight: 700; font-size: .9rem; text-decoration: none;
  transition: background var(--transition), box-shadow var(--transition);
}
.btn-primary { background: var(--c-primary); color: #fff; }
.btn-primary:hover {
  background: var(--c-primary-dk); color: #fff; text-decoration: none;
  box-shadow: 0 4px 14px rgba(122,139,113,.35);
}

/* === Legal Pages === */
.legal-wrapper {
  max-width: 720px; margin: 2.5rem auto;
  padding: 0 1.5rem 3rem;
}
.legal-wrapper h1 {
  border-bottom: 2px solid var(--c-primary);
  padding-bottom: .75rem; margin-bottom: 2rem;
}
.legal-wrapper h2 { font-size: 1.1rem; margin-top: 2rem; }
.legal-wrapper p, .legal-wrapper li { font-size: .95rem; }
.legal-wrapper address { font-style: normal; line-height: 1.8; }

/* === Footer === */
.site-footer {
  background: var(--c-text); color: rgba(255,255,255,.7);
  padding: 3.5rem 0 0; margin-top: 5rem;
  position: relative;
}
.site-footer::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--c-primary), var(--c-clay));
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr;
  gap: 2.5rem; max-width: var(--w-max); margin: 0 auto; padding: 0 1.5rem 3rem;
}
.footer-brand .site-logo { color: #fff; font-size: 1.1rem; }
.footer-brand .site-logo:hover { color: var(--c-soft-sage); }
.footer-brand p {
  font-size: .85rem; margin-top: .75rem;
  color: rgba(255,255,255,.45); line-height: 1.65;
}
.footer-col h4 {
  font-size: .72rem; text-transform: uppercase; letter-spacing: .12em;
  color: rgba(255,255,255,.35); margin-bottom: 1rem; font-family: var(--f-body); font-weight: 700;
}
.footer-col ul { list-style: none; padding: 0; }
.footer-col li { margin-bottom: .5rem; }
.footer-col a { color: rgba(255,255,255,.6); font-size: .875rem; transition: color var(--transition); }
.footer-col a:hover { color: #fff; text-decoration: none; }
.footer-links { /* narzissmus page footer */ }
.footer-links h3 {
  font-size: .72rem; text-transform: uppercase; letter-spacing: .12em;
  color: rgba(255,255,255,.35); margin-bottom: 1rem; font-family: var(--f-body); font-weight: 700;
}
.footer-links ul { list-style: none; padding: 0; }
.footer-links li { margin-bottom: .5rem; }
.footer-links a { color: rgba(255,255,255,.6); font-size: .875rem; }
.footer-links a:hover { color: #fff; text-decoration: none; }
.footer-bottom {
  text-align: center; font-size: .78rem; color: rgba(255,255,255,.3);
  padding: 1.25rem 1.5rem;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-bottom a { color: rgba(255,255,255,.35); }
.footer-bottom a:hover { color: rgba(255,255,255,.7); text-decoration: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px) {
  .feature-grid { grid-template-columns: 1fr; gap: 2rem; }
  .feature-image { order: -1; transform: rotate(0); }
  .feature-image img, .feature-image picture img { height: 280px; }
  .cat-grid { grid-template-columns: repeat(2,1fr); gap: 1.25rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .cat-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr; }
  .site-nav {
    display: none; flex-direction: column;
    position: absolute; top: 72px; left: 0; right: 0;
    background: rgba(253,252,249,.97);
    backdrop-filter: blur(20px);
    padding: 1rem 1.5rem;
    gap: .25rem; border-bottom: 1px solid var(--c-border);
    box-shadow: 0 8px 24px rgba(45,54,43,.12);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { border-radius: var(--r-sm); }
  .nav-toggle { display: flex; }
  .article-hero picture img, .article-hero img { height: 240px; }
  .article-wrapper { padding: 0 1rem; }
  .article-hero { border-radius: 1.25rem; }
  .cat-col { padding: 1.125rem; }
}

@media (max-width: 420px) {
  .related-grid { grid-template-columns: 1fr; }
}
