/* ==========================================================================
   Stack Editorial — Neobrutalist Minimalism
   Square corners · strong borders · flat color · bold controlled contrast
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	font-family: var(--stack-body-font, 'Inter', system-ui, sans-serif);
	background: var(--stack-bg);
	color: var(--stack-fg);
	line-height: 1.55;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html[data-theme="light"] { --stack-bg: #f5f5f0; --stack-fg: #0a0a0a; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; color: inherit; }

::selection { background: var(--stack-accent); color: #000; }

.screen-reader-text { position: absolute; left: -9999px; }
.skip-link { position: absolute; left: 8px; top: 8px; background: var(--stack-accent); color: #000; padding: 8px 12px; z-index: 999; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }

.stack-container { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
.stack-mono { font-family: var(--stack-mono-font); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.75; }
.stack-eyebrow { font-family: var(--stack-mono-font); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.7; margin-bottom: 8px; }

/* ---------- Topbar ---------- */
.stack-topbar { background: var(--stack-accent); color: #000; border-bottom: 2px solid var(--stack-fg); }
.stack-topbar-inner { display: flex; justify-content: space-between; align-items: center; padding: 6px 24px; font-family: var(--stack-mono-font); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
.stack-topbar-inner .mid { flex: 1; text-align: center; }

/* ---------- Header ---------- */
.stack-header { border-bottom: 2px solid var(--stack-fg); background: var(--stack-bg); position: sticky; top: 0; z-index: 50; }
.stack-header-inner { display: flex; align-items: center; gap: 32px; padding: 16px 24px; max-width: 1600px; margin: 0 auto; }
.stack-brand { display: flex; align-items: center; }
.stack-logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -0.02em; font-size: 22px; }
.stack-logo-mark { display: inline-grid; place-items: center; width: 34px; height: 34px; background: var(--stack-accent); color: #000; border: 2px solid var(--stack-fg); font-weight: 900; font-family: var(--stack-mono-font); }
.stack-logo-word { text-transform: uppercase; letter-spacing: 0.06em; }
.stack-primary-nav { flex: 1; }
.stack-menu { display: flex; gap: 28px; margin: 0; padding: 0; list-style: none; font-size: 15px; }
.stack-menu > li { position: relative; }
.stack-menu > li > a { padding: 8px 0; display: inline-block; transition: opacity .2s; }
.stack-menu > li > a:hover { opacity: 0.6; }
.stack-menu .sub-menu { position: absolute; top: 100%; left: 0; background: var(--stack-bg); border: 2px solid var(--stack-fg); padding: 8px 0; min-width: 200px; list-style: none; margin: 0; display: none; }
.stack-menu li:hover > .sub-menu { display: block; }
.stack-menu .sub-menu li a { display: block; padding: 8px 16px; }
.stack-menu .sub-menu li a:hover { background: var(--stack-accent); color: #000; }

.stack-header-actions { display: flex; align-items: center; gap: 8px; }

/* ---------- Buttons ---------- */
.stack-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	padding: 10px 16px; font-family: var(--stack-mono-font); font-size: 11px;
	letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600;
	border: 2px solid var(--stack-fg); background: transparent; color: var(--stack-fg);
	cursor: pointer; transition: transform .12s ease, background .12s, color .12s;
}
.stack-btn:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0 var(--stack-fg); }
.stack-btn-primary { background: var(--stack-accent); color: #000; border-color: var(--stack-fg); }
.stack-btn-outline { background: transparent; }
.stack-btn-ghost { border-color: currentColor; }
.stack-theme-toggle .dot { width: 8px; height: 8px; background: currentColor; display: inline-block; }

/* ---------- Search overlay ---------- */
.stack-search-overlay { position: fixed; inset: 0; background: color-mix(in oklab, var(--stack-bg) 92%, transparent); backdrop-filter: blur(6px); z-index: 200; display: grid; place-items: start center; padding: 80px 24px; }
.stack-search-overlay[hidden] { display: none; }
.stack-search-panel { width: 100%; max-width: 720px; border: 2px solid var(--stack-fg); background: var(--stack-bg); position: relative; }
.stack-search-input { width: 100%; padding: 20px 24px; border: 0; border-bottom: 2px solid var(--stack-fg); background: transparent; outline: none; font-size: 20px; }
.stack-search-results { max-height: 60vh; overflow: auto; }
.stack-search-results a { display: flex; gap: 12px; padding: 14px 20px; border-bottom: 1px solid color-mix(in oklab, var(--stack-fg) 20%, transparent); }
.stack-search-results a:hover { background: var(--stack-accent); color: #000; }
.stack-search-close { position: absolute; top: 12px; right: 16px; background: none; border: 0; font-size: 28px; cursor: pointer; }

/* ---------- Hero ---------- */
.stack-section { padding: 72px 0; border-bottom: 2px solid var(--stack-fg); position: relative; }
.stack-hero {
	background-image:
		linear-gradient(color-mix(in oklab, var(--stack-fg) 6%, transparent) 1px, transparent 1px),
		linear-gradient(90deg, color-mix(in oklab, var(--stack-fg) 6%, transparent) 1px, transparent 1px);
	background-size: 80px 80px;
}
.stack-hero-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.stack-hero-tag { display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; background: color-mix(in oklab, var(--stack-accent) 40%, transparent); border: 2px solid var(--stack-fg); font-family: var(--stack-mono-font); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; }
.stack-block { width: 8px; height: 8px; background: var(--stack-fg); display: inline-block; }
.stack-hero-title { font-family: var(--stack-heading-font); font-weight: 400; font-size: clamp(48px, 6vw, 88px); line-height: 1.02; letter-spacing: -0.02em; margin: 24px 0 20px; font-style: italic; }
.stack-hero-dek { max-width: 540px; font-size: 18px; opacity: 0.85; margin: 0 0 32px; }
.stack-hero-cta { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.stack-hero-byline { display: flex; align-items: center; gap: 12px; }
.stack-swatch { width: 32px; height: 32px; background: #e94560; border: 2px solid var(--stack-fg); }
.stack-hero-byline small { display: block; }

.stack-hero-frame { position: relative; border: 2px solid var(--stack-fg); aspect-ratio: 1; padding: 20px; background:
	repeating-linear-gradient(0deg, transparent 0 79px, color-mix(in oklab, var(--stack-fg) 10%, transparent) 79px 80px),
	repeating-linear-gradient(90deg, transparent 0 79px, color-mix(in oklab, var(--stack-fg) 10%, transparent) 79px 80px);
}
.stack-hero-frame-meta { display: flex; justify-content: space-between; }
.stack-hero-thumb { position: absolute; inset: 20px; overflow: hidden; }
.stack-hero-thumb img { width: 100%; height: 100%; object-fit: cover; }
.stack-hero-thumb-empty { display: grid; place-items: center; font-family: var(--stack-heading-font); font-style: italic; font-size: 240px; opacity: 0.08; }
.stack-hero-cover { position: absolute; left: 20px; right: 20px; bottom: 20px; padding: 16px; background: var(--stack-accent); color: #000; border: 2px solid var(--stack-fg); display: flex; flex-direction: column; gap: 4px; }
.stack-hero-cover em { font-family: var(--stack-heading-font); font-style: italic; font-size: 22px; }

/* ---------- Section head ---------- */
.stack-section-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 40px; padding-bottom: 16px; border-bottom: 2px solid var(--stack-fg); }
.stack-section-title { font-family: var(--stack-heading-font); font-style: italic; font-weight: 400; font-size: clamp(32px, 3.4vw, 48px); margin: 0; letter-spacing: -0.02em; }
.stack-section-more { font-family: var(--stack-mono-font); font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; }
.stack-section-more:hover { color: var(--stack-accent); }

/* ---------- Grid & cards ---------- */
.stack-grid { display: grid; gap: 32px; }
.stack-grid-2 { grid-template-columns: repeat(2, 1fr); }
.stack-grid-3 { grid-template-columns: repeat(3, 1fr); }
.stack-grid-4 { grid-template-columns: repeat(4, 1fr); }
.stack-grid-magazine { grid-template-columns: 2fr 1fr 1fr; }
.stack-grid-list { grid-template-columns: 1fr; gap: 0; }
.stack-grid-list .stack-card { border-bottom: 2px solid var(--stack-fg); padding: 24px 0; }
.stack-grid-cards { grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); }
.stack-grid-masonry { columns: 3; column-gap: 24px; display: block; }
.stack-grid-masonry .stack-card { break-inside: avoid; margin-bottom: 24px; }

.stack-card { border: 2px solid var(--stack-fg); background: var(--stack-bg); transition: transform .15s ease, box-shadow .15s ease; }
.stack-card:hover { transform: translate(-3px, -3px); box-shadow: 6px 6px 0 var(--stack-fg); }
.stack-card-link { display: block; height: 100%; }
.stack-card-media { aspect-ratio: 16/10; overflow: hidden; border-bottom: 2px solid var(--stack-fg); background: color-mix(in oklab, var(--stack-fg) 8%, transparent); }
.stack-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.stack-card:hover .stack-card-media img { transform: scale(1.05); }
.stack-card-media-empty { display: grid; place-items: center; }
.stack-card-body { padding: 20px; }
.stack-card-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.stack-cat-badge { display: inline-block; padding: 3px 8px; background: var(--stack-accent); color: #000; border: 2px solid var(--stack-fg); font-family: var(--stack-mono-font); font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; }
.stack-card-title { font-family: var(--stack-heading-font); font-style: italic; font-weight: 400; font-size: 26px; line-height: 1.1; margin: 0 0 10px; letter-spacing: -0.01em; }
.stack-card-excerpt { font-size: 14px; opacity: 0.8; margin: 0 0 16px; }
.stack-card-footer { display: flex; justify-content: space-between; align-items: center; font-size: 13px; padding-top: 12px; border-top: 1px solid color-mix(in oklab, var(--stack-fg) 20%, transparent); }

/* ---------- Trending ---------- */
.stack-trending-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border: 2px solid var(--stack-fg); }
.stack-trending-list li { display: flex; align-items: center; gap: 20px; padding: 20px 24px; border-bottom: 1px solid color-mix(in oklab, var(--stack-fg) 20%, transparent); border-right: 1px solid color-mix(in oklab, var(--stack-fg) 20%, transparent); }
.stack-trending-num { font-size: 24px; opacity: 0.4; }
.stack-trending-list h3 { font-family: var(--stack-heading-font); font-style: italic; margin: 0 0 4px; font-size: 22px; font-weight: 400; }
.stack-trending-list small { opacity: 0.6; font-size: 12px; }

/* ---------- Categories tiles ---------- */
.stack-cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 0; border: 2px solid var(--stack-fg); }
.stack-cat-tile { padding: 32px; border-right: 1px solid var(--stack-fg); border-bottom: 1px solid var(--stack-fg); position: relative; transition: background .15s; --tile-accent: var(--stack-accent); }
.stack-cat-tile:hover { background: var(--tile-accent); color: #000; }
.stack-cat-tile-icon { display: block; font-size: 32px; margin-bottom: 24px; }
.stack-cat-tile h3 { font-family: var(--stack-heading-font); font-style: italic; margin: 0 0 8px; font-size: 26px; font-weight: 400; }
.stack-cat-tile small { font-family: var(--stack-mono-font); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.7; }

/* ---------- Authors ---------- */
.stack-author-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 0; border: 2px solid var(--stack-fg); }
.stack-author-tile { padding: 24px; text-align: center; border-right: 1px solid var(--stack-fg); border-bottom: 1px solid var(--stack-fg); transition: background .15s; }
.stack-author-tile:hover { background: var(--stack-accent); color: #000; }
.stack-author-tile img { width: 72px; height: 72px; margin: 0 auto 12px; border: 2px solid var(--stack-fg); filter: grayscale(1) contrast(1.1); }
.stack-author-tile strong { display: block; font-family: var(--stack-heading-font); font-style: italic; font-size: 20px; font-weight: 400; margin-bottom: 4px; }
.stack-author-tile small { font-family: var(--stack-mono-font); font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.7; }

/* ---------- Newsletter / CTA ---------- */
.stack-newsletter-panel, .stack-cta-panel { border: 2px solid var(--stack-fg); padding: 56px; text-align: center; background: var(--stack-accent); color: #000; box-shadow: 8px 8px 0 var(--stack-fg); }
.stack-newsletter h3, .stack-cta-panel h2 { font-family: var(--stack-heading-font); font-style: italic; font-weight: 400; font-size: 44px; margin: 0 0 12px; letter-spacing: -0.02em; }
.stack-newsletter p, .stack-cta-panel p { margin: 0 0 24px; font-size: 17px; }
.stack-newsletter-form { display: flex; gap: 0; max-width: 480px; margin: 0 auto; border: 2px solid #000; }
.stack-newsletter-form input { flex: 1; padding: 14px 16px; border: 0; background: #fff; outline: none; }
.stack-newsletter-form button { border: 0; border-left: 2px solid #000; background: #000; color: #fff; }
.stack-newsletter-form button:hover { background: #fff; color: #000; transform: none; box-shadow: none; }

/* ---------- Article ---------- */
.stack-reading-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; background: transparent; z-index: 100; }
.stack-reading-progress span { display: block; height: 100%; width: 0; background: var(--stack-accent); transition: width .1s linear; }
.stack-article { max-width: 780px; margin: 0 auto; padding: 64px 24px; }
.stack-article-head { text-align: center; margin-bottom: 40px; }
.stack-article-meta { display: flex; justify-content: center; gap: 16px; align-items: center; margin-bottom: 24px; }
.stack-article-title { font-family: var(--stack-heading-font); font-style: italic; font-weight: 400; font-size: clamp(40px, 5vw, 72px); line-height: 1.05; letter-spacing: -0.02em; margin: 0 0 20px; }
.stack-article-dek { font-size: 20px; opacity: 0.85; max-width: 640px; margin: 0 auto 32px; }
.stack-article-byline { display: flex; justify-content: center; }
.stack-author-card { display: flex; gap: 12px; align-items: center; text-align: left; }
.stack-author-card img { border: 2px solid var(--stack-fg); }
.stack-author-card p { margin: 4px 0 0; font-size: 13px; opacity: 0.7; }

.stack-article-hero { margin: 40px -24px; border: 2px solid var(--stack-fg); overflow: hidden; }
.stack-article-body { font-size: 18px; line-height: 1.75; }
.stack-article-body p, .stack-article-body ul, .stack-article-body ol, .stack-article-body blockquote, .stack-article-body pre { margin: 0 0 24px; }
.stack-article-body h2 { font-family: var(--stack-heading-font); font-style: italic; font-weight: 400; font-size: 40px; margin: 48px 0 20px; letter-spacing: -0.02em; }
.stack-article-body h3 { font-size: 28px; margin: 40px 0 16px; font-family: var(--stack-heading-font); font-style: italic; font-weight: 400; }
.stack-article-body blockquote { border-left: 4px solid var(--stack-accent); padding: 8px 0 8px 24px; font-family: var(--stack-heading-font); font-style: italic; font-size: 24px; }
.stack-article-body a { border-bottom: 2px solid var(--stack-accent); }
.stack-article-body pre { background: color-mix(in oklab, var(--stack-fg) 8%, transparent); border: 2px solid var(--stack-fg); padding: 16px; overflow: auto; font-family: var(--stack-mono-font); font-size: 14px; }
.stack-article-body code { font-family: var(--stack-mono-font); background: color-mix(in oklab, var(--stack-fg) 10%, transparent); padding: 2px 6px; }

.stack-article-foot { display: flex; justify-content: space-between; padding: 32px 0; margin-top: 40px; border-top: 2px solid var(--stack-fg); }
.stack-share { display: flex; gap: 8px; }
.stack-share a { padding: 6px 12px; border: 2px solid var(--stack-fg); font-family: var(--stack-mono-font); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; }
.stack-share a:hover { background: var(--stack-accent); color: #000; }

.stack-related { padding: 64px 0; border-top: 2px solid var(--stack-fg); }
.stack-related h3 { font-family: var(--stack-heading-font); font-style: italic; font-weight: 400; font-size: 32px; margin: 0 0 24px; }
.stack-cta-inline { padding: 48px 0; }

/* ---------- Comments ---------- */
.stack-comments { padding: 48px 0; border-top: 2px solid var(--stack-fg); }
.stack-comment-list { list-style: none; padding: 0; }
.stack-comment-list li { padding: 20px; border: 2px solid var(--stack-fg); margin-bottom: 16px; }

/* ---------- Archive / Author page ---------- */
.stack-archive { padding: 64px 24px; max-width: 1400px; margin: 0 auto; }
.stack-archive-head, .stack-page-head { margin-bottom: 40px; padding-bottom: 24px; border-bottom: 2px solid var(--stack-fg); }
.stack-archive-title, .stack-page-title { font-family: var(--stack-heading-font); font-style: italic; font-weight: 400; font-size: clamp(40px, 5vw, 72px); margin: 0; letter-spacing: -0.02em; }
.stack-author-page { padding: 64px 24px; max-width: 1400px; margin: 0 auto; }
.stack-author-header { display: grid; grid-template-columns: auto 1fr; gap: 32px; align-items: center; padding: 32px; border: 2px solid var(--stack-fg); margin-bottom: 40px; }
.stack-author-avatar-lg img { border: 2px solid var(--stack-fg); }
.stack-author-name { font-family: var(--stack-heading-font); font-style: italic; font-size: 56px; font-weight: 400; margin: 0 0 8px; }

/* ---------- 404 ---------- */
.stack-404 { min-height: 60vh; display: grid; place-items: center; padding: 80px 24px; }
.stack-404-inner { text-align: center; }
.stack-404-code { font-family: var(--stack-heading-font); font-style: italic; font-size: 200px; line-height: 1; }

/* ---------- Guest posting ---------- */
.stack-guest-form form, .stack-guest-dashboard { max-width: 780px; margin: 0 auto; padding: 40px; border: 2px solid var(--stack-fg); }
.stack-guest-form label { display: block; margin-bottom: 16px; font-family: var(--stack-mono-font); font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; }
.stack-guest-form input, .stack-guest-form textarea, .stack-guest-form select { width: 100%; padding: 12px; border: 2px solid var(--stack-fg); background: var(--stack-bg); color: var(--stack-fg); margin-top: 6px; font-size: 15px; }
.stack-notice { padding: 12px 16px; border: 2px solid var(--stack-fg); margin-bottom: 16px; }
.stack-notice.success { background: var(--stack-accent); color: #000; }
.stack-notice.error { background: #ff6b6b; color: #000; }
.stack-dash-tabs { display: flex; gap: 8px; margin-bottom: 24px; flex-wrap: wrap; }
.stack-dash-tabs a { padding: 8px 14px; border: 2px solid var(--stack-fg); font-family: var(--stack-mono-font); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; }
.stack-dash-tabs a.active { background: var(--stack-fg); color: var(--stack-bg); }
.stack-dash-list { list-style: none; padding: 0; }
.stack-dash-list li { display: flex; justify-content: space-between; padding: 16px; border-bottom: 1px solid color-mix(in oklab, var(--stack-fg) 20%, transparent); }
.stack-dash-list .dash-title { font-family: var(--stack-heading-font); font-style: italic; font-size: 20px; }

/* ---------- Ads ---------- */
.stack-ad { padding: 12px; text-align: center; }
.stack-ad-inside { margin: 32px 0; border: 2px dashed var(--stack-fg); padding: 20px; }

/* ---------- Footer ---------- */
.stack-footer { border-top: 2px solid var(--stack-fg); }
.stack-footer-marquee { overflow: hidden; background: var(--stack-accent); color: #000; border-bottom: 2px solid var(--stack-fg); padding: 14px 0; }
.stack-marquee-track { display: flex; gap: 40px; white-space: nowrap; animation: stack-marquee 40s linear infinite; font-family: var(--stack-mono-font); font-size: 12px; text-transform: uppercase; letter-spacing: 0.14em; }
@keyframes stack-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.stack-footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; padding: 56px 24px; max-width: 1400px; margin: 0 auto; }
.stack-footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px; border-top: 2px solid var(--stack-fg); flex-wrap: wrap; }
.stack-footer-brand { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.stack-footer-menu { display: flex; gap: 24px; list-style: none; padding: 0; margin: 0; font-size: 14px; }
.stack-copy { margin: 0; font-family: var(--stack-mono-font); font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0.7; }

/* ---------- Widgets ---------- */
.widget { padding: 20px; border: 2px solid var(--stack-fg); margin-bottom: 20px; }
.widget-title { font-family: var(--stack-heading-font); font-style: italic; font-weight: 400; margin: 0 0 16px; font-size: 22px; }
.stack-popular-list { padding-left: 20px; }

/* ---------- Sidebar ---------- */
.stack-sidebar { display: flex; flex-direction: column; gap: 24px; }

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	.stack-hero-inner { grid-template-columns: 1fr; }
	.stack-grid-3, .stack-grid-4, .stack-grid-magazine { grid-template-columns: repeat(2, 1fr); }
	.stack-grid-masonry { columns: 2; }
	.stack-primary-nav { display: none; }
}
@media (max-width: 640px) {
	.stack-header-inner { flex-wrap: wrap; gap: 12px; }
	.stack-header-actions .stack-btn:not(.stack-btn-primary) { display: none; }
	.stack-topbar-inner { flex-direction: column; gap: 4px; text-align: center; padding: 8px 16px; }
	.stack-topbar-inner .mid { text-align: center; }
	.stack-section { padding: 48px 0; }
	.stack-grid-2, .stack-grid-3, .stack-grid-4, .stack-grid-magazine, .stack-trending-list { grid-template-columns: 1fr; }
	.stack-grid-masonry { columns: 1; }
	.stack-newsletter-panel, .stack-cta-panel { padding: 32px 20px; }
	.stack-newsletter-form { flex-direction: column; }
	.stack-newsletter-form button { border-left: 0; border-top: 2px solid #000; padding: 14px; }
	.stack-author-header { grid-template-columns: 1fr; text-align: center; }
	.stack-article-hero { margin: 32px 0; }
}
