/**
 * Verso — modern editorial theme stylesheet.
 * Pretendard 로컬 폰트, 고대비 클린, 다크모드. 프레임워크 0.
 */

/* ============================================================ Fonts */
@font-face {
	font-family: 'Pretendard Variable';
	src: url('../fonts/PretendardVariable.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

/* ============================================================ Tokens */
:root {
	--font-sans: 'Pretendard Variable', -apple-system, BlinkMacSystemFont, system-ui, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
	--font-display: var(--font-sans);
	--font-body: var(--font-sans);
	--font-mono: var(--font-sans);

	--bg: #ffffff;
	--surface: #f6f6f7;
	--surface-2: #eeeef0;
	--text: #111114;
	--text-2: #5f5f68;
	--text-3: #8b8b94;
	--border: #e9e9ec;
	--accent: #f0331c;
	--accent-ink: #ffffff;
	--accent-soft: rgba(240, 51, 28, 0.08);

	--container: 1180px;
	--measure: 44rem;
	--radius: 18px;
	--radius-sm: 12px;
	--shadow-sm: 0 1px 2px rgba(17, 17, 20, 0.06), 0 1px 1px rgba(17, 17, 20, 0.04);
	--shadow-lg: 0 24px 48px -24px rgba(17, 17, 20, 0.28);
	--ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

[data-theme='dark'] {
	--bg: #0b0b0d;
	--surface: #161619;
	--surface-2: #1d1d21;
	--text: #f4f4f5;
	--text-2: #a8a8b2;
	--text-3: #71717a;
	--border: #26262b;
	--accent: #ff5a47;
	--accent-ink: #0b0b0d;
	--accent-soft: rgba(255, 90, 71, 0.12);
	--shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.4);
	--shadow-lg: 0 24px 48px -20px rgba(0, 0, 0, 0.6);
}

/* ============================================================ Reset / base */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: var(--font-body);
	font-size: 17px;
	line-height: 1.7;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-optical-sizing: auto;
	transition: background-color 0.3s var(--ease), color 0.3s var(--ease);
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 800; letter-spacing: -0.022em; line-height: 1.12; margin: 0; }
p { margin: 0 0 1.2em; }
ul, ol { margin: 0; }
button { font-family: inherit; cursor: pointer; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 4px; }

.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.measure { max-width: var(--measure); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 12px; top: 12px; z-index: 100; background: var(--text); color: var(--bg); padding: 10px 16px; border-radius: 8px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }

/* ============================================================ Buttons */
.btn,
.comment-submit,
input[type='submit'] {
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	font-family: var(--font-sans); font-weight: 700; font-size: 0.94rem;
	padding: 11px 22px; border-radius: 999px; border: 0;
	background: var(--text); color: var(--bg);
	transition: transform 0.18s var(--ease), opacity 0.18s var(--ease), background 0.18s var(--ease);
}
.btn:hover, .comment-submit:hover, input[type='submit']:hover { transform: translateY(-1px); opacity: 0.9; }
.btn--ghost { background: transparent; color: var(--text); border: 1px solid var(--border); }

/* ============================================================ Kicker / meta */
.kicker {
	display: inline-flex; align-items: center; gap: 7px;
	font-size: 0.74rem; font-weight: 700; letter-spacing: 0.04em;
	text-transform: uppercase; color: var(--accent);
}
.meta {
	display: flex; flex-wrap: wrap; align-items: center; gap: 6px 14px;
	font-size: 0.82rem; color: var(--text-3); font-weight: 500;
}
.meta a { color: var(--text-3); transition: color 0.18s; }
.meta a:hover { color: var(--accent); }
.meta__author a { color: var(--text-2); font-weight: 600; }
.meta__cat { display: none; }

/* ============================================================ Header */
.site-header {
	position: sticky; top: 0; z-index: 50;
	background: color-mix(in srgb, var(--bg) 82%, transparent);
	backdrop-filter: saturate(180%) blur(14px);
	-webkit-backdrop-filter: saturate(180%) blur(14px);
	border-bottom: 1px solid var(--border);
}
.site-header__inner { display: flex; align-items: center; gap: 28px; height: 68px; }
.site-branding { display: flex; align-items: center; flex-shrink: 0; }
.site-logo-text, .site-logo .custom-logo-link, .site-logo {
	font-family: var(--font-display); font-weight: 800; font-size: 1.42rem;
	letter-spacing: -0.03em; color: var(--text);
}
.verso-logo { max-height: 34px; width: auto; }
.site-title, .site-description { display: none; }

.main-nav { display: flex; align-items: center; margin-right: auto; }
.main-nav__list { display: flex; align-items: center; gap: 26px; list-style: none; padding: 0; margin: 0; }
.main-nav__list a {
	font-size: 0.95rem; font-weight: 600; color: var(--text-2);
	position: relative; padding: 6px 0; transition: color 0.18s;
}
.main-nav__list a::after {
	content: ''; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%;
	background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform 0.25s var(--ease);
}
.main-nav__list a:hover { color: var(--text); }
.main-nav__list a:hover::after, .main-nav__list .current-menu-item > a::after { transform: scaleX(1); }
.current-menu-item > a { color: var(--text); }

.site-header__actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.header-login {
	font-size: 0.9rem; font-weight: 700; padding: 8px 16px; border-radius: 999px;
	border: 1px solid var(--border); color: var(--text); transition: all 0.18s var(--ease);
}
.header-login:hover { background: var(--text); color: var(--bg); border-color: var(--text); }

.search-toggle, .theme-toggle, .menu-toggle {
	display: inline-flex; align-items: center; justify-content: center;
	width: 40px; height: 40px; border: 0; border-radius: 50%; background: transparent;
	color: var(--text); font-size: 1.15rem; transition: background 0.18s;
}
.search-toggle:hover, .theme-toggle:hover, .menu-toggle:hover { background: var(--surface-2); }
.theme-toggle__icon { width: 17px; height: 17px; border-radius: 50%; background: var(--text); box-shadow: inset -5px -3px 0 0 var(--bg); transition: all 0.3s var(--ease); }
[data-theme='dark'] .theme-toggle__icon { box-shadow: none; transform: scale(0.82); }
.menu-toggle { display: none; }
.menu-toggle__bar, .menu-toggle__bar::before, .menu-toggle__bar::after { content: ''; display: block; width: 20px; height: 2px; background: var(--text); transition: 0.2s; }
.menu-toggle__bar { position: relative; }
.menu-toggle__bar::before { position: absolute; top: -6px; }
.menu-toggle__bar::after { position: absolute; top: 6px; }

/* Profile */
.header-account { position: relative; }
.header-profile { display: inline-flex; padding: 0; border: 0; background: transparent; border-radius: 50%; }
.header-profile__avatar { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; display: block; }
.header-profile__initial { display: inline-flex; align-items: center; justify-content: center; background: var(--accent); color: var(--accent-ink); font-weight: 700; font-size: 0.9rem; }
.header-profile:hover .header-profile__avatar { box-shadow: 0 0 0 3px var(--accent-soft); }
.profile-menu {
	position: absolute; right: 0; top: calc(100% + 10px); min-width: 184px;
	background: var(--bg); border: 1px solid var(--border); border-radius: 14px;
	box-shadow: var(--shadow-lg); padding: 8px; display: flex; flex-direction: column;
}
.profile-menu[hidden] { display: none; }
.profile-menu__name { font-size: 0.78rem; color: var(--text-3); padding: 8px 12px 6px; font-weight: 600; }
.profile-menu__item { padding: 9px 12px; border-radius: 9px; font-size: 0.92rem; font-weight: 600; color: var(--text); transition: background 0.15s; }
.profile-menu__item:hover { background: var(--surface-2); }
.profile-menu__item--logout { color: var(--accent); }

/* Search overlay */
.search-overlay {
	position: fixed; inset: 0; z-index: 80; display: flex; flex-direction: column;
	align-items: center; justify-content: flex-start; padding: 14vh 24px 24px;
	background: color-mix(in srgb, var(--bg) 96%, transparent);
	backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
	animation: verso-fade 0.2s var(--ease);
}
.search-overlay[hidden] { display: none; }
.search-overlay__close { position: absolute; top: 22px; right: 24px; background: none; border: 0; font-weight: 600; color: var(--text-2); font-size: 0.95rem; cursor: pointer; }
.search-overlay__inner { width: 100%; max-width: 640px; }
.search-overlay .kicker { margin-bottom: 14px; }
.search-overlay input[type='search'], .search-overlay .search-field {
	width: 100%; font-size: clamp(1.6rem, 4vw, 2.6rem); font-weight: 800; font-family: var(--font-display);
	border: 0; border-bottom: 2px solid var(--text); background: transparent; color: var(--text);
	padding: 8px 0; outline: none; letter-spacing: -0.02em; border-radius: 0;
}
.search-overlay .search-submit { margin-top: 18px; }

/* ============================================================ Hero */
.front-page .hero {
	display: grid; grid-template-columns: 1.25fr 1fr; gap: 52px; align-items: center;
	margin: 40px 0 64px;
}
.hero__media { display: block; border-radius: var(--radius); overflow: hidden; aspect-ratio: 16 / 11; background: var(--surface); }
.hero__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.hero:hover .hero__media img { transform: scale(1.03); }
.hero__body { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.hero__title { font-size: clamp(2rem, 3.4vw, 3.1rem); letter-spacing: -0.03em; }
.hero__title a { background-image: linear-gradient(var(--accent), var(--accent)); background-size: 0% 2px; background-position: 0 100%; background-repeat: no-repeat; transition: background-size 0.3s var(--ease); }
.hero__title a:hover { background-size: 100% 2px; }
.hero__excerpt { color: var(--text-2); font-size: 1.06rem; margin: 0; }

/* ============================================================ Section head */
.front-section { margin: 0 0 64px; }
.section-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 28px; }
.section-head__num { font-size: 0.82rem; font-weight: 800; color: var(--accent); letter-spacing: 0.02em; }
.section-head__title { font-size: 1.5rem; font-weight: 800; letter-spacing: -0.02em; }
.section-head__title a:hover { color: var(--accent); }
.section-head::after { content: ''; flex: 1; height: 1px; background: var(--border); align-self: center; }

/* ============================================================ Post grid / cards */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px 32px; }
.post-card { display: flex; flex-direction: column; gap: 14px; min-width: 0; }
.post-card__media { display: block; border-radius: var(--radius-sm); overflow: hidden; aspect-ratio: 3 / 2; background: var(--surface); }
.post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.post-card:hover .post-card__media img { transform: scale(1.04); }
.post-card__body { display: flex; flex-direction: column; gap: 9px; }
.post-card__title { font-size: 1.16rem; font-weight: 700; line-height: 1.3; letter-spacing: -0.018em; }
.post-card__title a { transition: color 0.18s; }
.post-card:hover .post-card__title a { color: var(--accent); }
.post-card__excerpt { color: var(--text-2); font-size: 0.95rem; line-height: 1.6; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.post-card__excerpt p { margin: 0; }
.post-card__meta { margin-top: 2px; }

/* Feature card — spans full row, side by side */
.post-card--feature { grid-column: 1 / -1; display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; }
.post-card--feature .post-card__media { aspect-ratio: 16 / 10; border-radius: var(--radius); }
.post-card--feature .post-card__title { font-size: clamp(1.6rem, 2.4vw, 2.1rem); font-weight: 800; }
.post-card--feature .post-card__excerpt { font-size: 1.02rem; -webkit-line-clamp: 3; }

/* Placeholder (no thumbnail) */
.post-card__media--placeholder, .hero__media.is-placeholder, .verso-placeholder {
	display: flex; align-items: center; justify-content: center;
	background: radial-gradient(120% 120% at 80% 10%, var(--accent-soft), transparent 60%), var(--surface);
	color: var(--text-3);
}
.post-card__media--placeholder .placeholder-glyph, .verso-placeholder__glyph, .verso-placeholder span {
	font-family: var(--font-display); font-weight: 800; font-size: 3rem; color: var(--text-3); opacity: 0.55;
}

/* ============================================================ Single entry */
.single .site-main, .page .site-main { padding-top: 40px; }
.entry-header, article.post .entry-header, .single .entry-header {
	text-align: center; max-width: 50rem; margin: 24px auto 28px;
	display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.entry-header .kicker { justify-content: center; }
.entry-title { font-size: clamp(2rem, 4vw, 3rem); letter-spacing: -0.03em; max-width: 38rem; }
.entry-meta { justify-content: center; }
.single .post-thumbnail, .entry > .post-card__media, figure.post-card__media, .single .wp-post-image {
	margin: 0 auto 40px; max-width: var(--container); border-radius: var(--radius); overflow: hidden;
}
.single .post-thumbnail img, figure.post-card__media img { width: 100%; height: auto; display: block; }

.entry-content { font-size: 1.12rem; line-height: 1.85; }
.entry-content > p, .entry-content > ul, .entry-content > ol, .entry-content > h2, .entry-content > h3, .entry-content > blockquote, .entry-content > figure { max-width: var(--measure); margin-inline: auto; }
.entry-content > ul, .entry-content > ol { padding-left: 1.2em; }
.entry-content h2 { font-size: 1.6rem; margin: 1.8em auto 0.6em; }
.entry-content h3 { font-size: 1.3rem; margin: 1.6em auto 0.5em; }
.entry-content a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
.entry-content img { border-radius: var(--radius-sm); }
.entry-content > p:first-of-type::first-letter {
	float: left; font-family: var(--font-display); font-weight: 800; font-size: 3.6em;
	line-height: 0.78; padding: 0.06em 0.12em 0 0; color: var(--accent);
}
.entry-content blockquote, .pull-quote {
	max-width: var(--measure); margin: 1.6em auto; padding: 4px 0 4px 24px;
	border-left: 3px solid var(--accent); font-family: var(--font-display);
	font-size: 1.4rem; font-weight: 600; line-height: 1.4; letter-spacing: -0.01em; color: var(--text);
}
.entry-content blockquote p { margin: 0; }
.entry-content figcaption, .wp-caption-text { font-size: 0.82rem; color: var(--text-3); text-align: center; margin-top: 8px; }
.entry-footer { max-width: var(--measure); margin: 32px auto 0; }

/* ============================================================ Like button */
.verso-like {
	display: inline-flex; align-items: center; gap: 8px; padding: 9px 18px; border-radius: 999px;
	border: 1px solid var(--border); background: var(--bg); color: var(--text);
	font-weight: 700; font-size: 0.92rem; transition: all 0.2s var(--ease);
}
.verso-like__icon { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform 0.2s var(--ease); }
.verso-like:hover { border-color: var(--accent); color: var(--accent); transform: translateY(-1px); }
.verso-like:hover .verso-like__icon { transform: scale(1.12); }
.verso-like.is-liked { background: var(--accent-soft); border-color: transparent; color: var(--accent); }
.verso-like.is-liked .verso-like__icon { fill: var(--accent); stroke: var(--accent); }
.verso-like__count { font-variant-numeric: tabular-nums; }
.entry-likes { display: flex; justify-content: center; margin: 40px 0; }

/* ============================================================ Comments */
.comments-area { margin: 56px auto 0; padding-top: 40px; border-top: 1px solid var(--border); }
.comments-title, .comment-reply-title { font-size: 1.4rem; font-weight: 800; margin-bottom: 28px; letter-spacing: -0.02em; }
.comment-list { list-style: none; padding: 0; margin: 0 0 36px; }
.comment-list ol.children { list-style: none; margin: 20px 0 0 28px; padding-left: 20px; border-left: 1px solid var(--border); }
.comment-body { padding: 0 0 24px; }
.comment-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.comment-avatar img { width: 42px; height: 42px; border-radius: 50%; }
.comment-meta__text { display: flex; flex-direction: column; gap: 1px; }
.comment-author { font-weight: 700; font-size: 0.95rem; }
.comment-author a { color: var(--text); }
.comment-metadata a { color: var(--text-3); font-size: 0.8rem; }
.comment-content { font-size: 1rem; line-height: 1.7; color: var(--text); padding-left: 54px; }
.comment-content p:last-child { margin-bottom: 0; }
.comment-footer { margin-top: 8px; padding-left: 54px; }
.comment-reply a, .comment-reply-link { font-size: 0.84rem; font-weight: 700; color: var(--accent); }
.comment-awaiting-moderation { font-size: 0.84rem; color: var(--text-3); padding-left: 54px; }

.comment-respond { margin-top: 8px; }
.comment-form { display: flex; flex-wrap: wrap; gap: 16px; }
.comment-form p { margin: 0; }
.comment-form-author, .comment-form-email, .comment-form-url { flex: 1 1 180px; }
.comment-form-comment, .comment-form .form-submit, .comment-notes, .logged-in-as, .must-log-in { flex: 1 1 100%; }
.comment-form label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--text-2); margin-bottom: 6px; }
.comment-form textarea { resize: vertical; min-height: 130px; }
.logged-in-as { font-size: 0.9rem; color: var(--text-2); }
.logged-in-as a, .must-log-in a { color: var(--accent); font-weight: 600; }
.comment-loggedin-name { font-weight: 700; color: var(--text); }

/* Inputs (shared) */
input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='search'], textarea, .search-field {
	width: 100%; font-family: var(--font-body); font-size: 1rem; color: var(--text);
	background: var(--surface); border: 1px solid var(--border); border-radius: 12px;
	padding: 12px 14px; transition: border-color 0.18s, box-shadow 0.18s; outline: none;
}
input:focus, textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px var(--accent-soft); }

/* ============================================================ Pagination */
.pagination ul { display: flex; gap: 8px; list-style: none; padding: 0; margin: 48px 0 0; justify-content: center; flex-wrap: wrap; }
.pagination a, .pagination span {
	display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px;
	padding: 0 12px; border-radius: 10px; font-weight: 700; font-size: 0.92rem;
	border: 1px solid var(--border); color: var(--text); transition: all 0.18s;
}
.pagination a:hover { border-color: var(--text); }
.pagination .current { background: var(--text); color: var(--bg); border-color: var(--text); }

/* ============================================================ Sidebar / widgets */
.widget { margin-bottom: 36px; }
.widget__title { font-size: 0.86rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: var(--text-3); margin-bottom: 14px; }
.widget ul { list-style: none; padding: 0; }
.widget li { padding: 7px 0; border-bottom: 1px solid var(--border); }
.widget a:hover { color: var(--accent); }

/* ============================================================ Footer */
.site-footer { margin-top: 96px; padding: 64px 0 40px; border-top: 1px solid var(--border); background: var(--surface); }
.site-footer__cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-bottom: 48px; }
.footer-wordmark { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.2rem, 6vw, 4rem); letter-spacing: -0.04em; line-height: 1; color: var(--text); margin-bottom: 22px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 8px 22px; list-style: none; padding: 0; margin: 0 0 20px; font-weight: 600; font-size: 0.92rem; }
.footer-nav a:hover { color: var(--accent); }
.site-info { display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 0.84rem; color: var(--text-3); }
.site-info a { color: var(--text-2); }
.site-info a:hover { color: var(--accent); }

/* ============================================================ Layout helpers */
.site-main { min-height: 50vh; padding: 44px 0 32px; }

/* 아카이브 / 검색결과 — 홈처럼 풀폭 그리드(사이드바 숨김) */
.archive-page .container.has-sidebar,
.search-results-page .container.has-sidebar { display: block; }
.archive-page .content-area,
.search-results-page .content-area { width: 100%; }
.archive-page .widget-area,
.search-results-page .widget-area,
.archive-page .sidebar,
.search-results-page .sidebar { display: none; }
.page-header { margin-bottom: 34px; }
.page-header .page-title span { color: var(--accent); }
.archive-description { color: var(--text-2); margin: -18px auto 30px; }

/* ============================================================ Motion (CSS only, never hides content via JS) */
@keyframes verso-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes verso-rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.front-page .hero__body > * { animation: verso-rise 0.6s var(--ease) backwards; }
.front-page .hero__body > *:nth-child(1) { animation-delay: 0.02s; }
.front-page .hero__body > *:nth-child(2) { animation-delay: 0.08s; }
.front-page .hero__body > *:nth-child(3) { animation-delay: 0.14s; }
.front-page .hero__body > *:nth-child(4) { animation-delay: 0.2s; }

/* ============================================================ Responsive */
@media (max-width: 980px) {
	.post-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 24px; }
	.front-page .hero { grid-template-columns: 1fr; gap: 24px; }
	.post-card--feature { grid-template-columns: 1fr; gap: 20px; }
	.post-card--feature .post-card__media { aspect-ratio: 16 / 9; }
	.site-footer__cols { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
	body { font-size: 16px; }
	.menu-toggle { display: inline-flex; order: -1; }
	.main-nav { position: static; margin-right: auto; }
	.main-nav__list {
		position: fixed; inset: 68px 0 auto 0; flex-direction: column; align-items: flex-start;
		gap: 0; background: var(--bg); border-bottom: 1px solid var(--border); padding: 8px 24px 16px;
		transform: translateY(-12px); opacity: 0; pointer-events: none; transition: 0.22s var(--ease);
	}
	.main-nav.is-open .main-nav__list { transform: none; opacity: 1; pointer-events: auto; }
	.main-nav__list a { display: block; width: 100%; padding: 12px 0; font-size: 1.05rem; }
	.main-nav__list a::after { display: none; }
	.post-grid { grid-template-columns: 1fr; gap: 28px; }
	.entry-content { font-size: 1.06rem; }
	.comment-content, .comment-footer, .comment-awaiting-moderation { padding-left: 0; }
	.site-footer__cols { grid-template-columns: 1fr; gap: 28px; }
}

/* ============================================================ Reduced motion */
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}
