/*
Theme Name: Vermillion Seal
Theme URI: https://www.beijingtourism.org/
Author: Beijing Tourism
Author URI: https://www.beijingtourism.org/
Description: An editorial theme for independent city-guide publishing — imperial lacquer red, gold hairlines and warm paper, built around long-form pillar guides. Derives a contents box, an "At a glance" panel and an FAQ accordion from the ordinary core blocks your articles already use. Self-hosted fonts, no external requests, no page builder.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vermillion-seal
Tags: blog, news, two-columns, right-sidebar, custom-colors, custom-logo, custom-menu, featured-images, editor-style, block-styles, translation-ready, threaded-comments, full-width-template
*/

/* -------------------------------------------------------------------------
 * 1. Tokens
 * ---------------------------------------------------------------------- */

:root {
	--vs-ink: #1f1a15;
	--vs-cream: #f7f1e6;
	--vs-vermillion: #c8322b;
	--vs-vermillion-dark: #a8271f;
	--vs-gold: #a28a55;

	--vs-peach: #e8b98a;
	--vs-text-soft: #5c5245;
	--vs-text-mute: #8c7b58;
	--vs-on-ink: #cdc3b0;

	/* Derived from the five editable colours, with static fallbacks first. */
	--vs-cream-bright: #fcf9f1;
	--vs-cream-bright: color-mix(in srgb, var(--vs-cream) 68%, #ffffff);
	--vs-ink-deep: #17130f;
	--vs-ink-deep: color-mix(in srgb, var(--vs-ink) 82%, #000000);
	--vs-gold-line: #d5c7a9;
	--vs-gold-line: color-mix(in srgb, var(--vs-gold) 52%, var(--vs-cream));
	--vs-border: #e2d7c2;
	--vs-border: color-mix(in srgb, var(--vs-gold) 28%, var(--vs-cream));

	--vs-display: Marcellus, "Times New Roman", Times, serif;
	--vs-ui: Archivo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	--vs-han: "Vermillion Seal Han", "Noto Serif SC", "Songti SC", "SimSun", "Noto Serif CJK SC", serif;
	/* Inline runs of Latin + ideographs: the subset covers only the latter. */
	--vs-han-inline: "Vermillion Seal Han", Archivo, "Helvetica Neue", Helvetica, Arial, sans-serif;

	--vs-gutter: 56px;
	--vs-shell: 1180px;
	--vs-wide: 1328px;
	--vs-measure: 720px;
	--vs-admin-offset: 0px;

	--vs-stripe: repeating-linear-gradient(45deg, #e8ddc6 0 12px, #dfd2b8 12px 24px);
	--vs-ease: 150ms ease;
}

/* -------------------------------------------------------------------------
 * 2. Base
 * ---------------------------------------------------------------------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--vs-cream);
	color: var(--vs-ink);
	font-family: var(--vs-ui);
	font-size: 16px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-wrap: break-word;
}

img,
svg,
video,
iframe {
	max-width: 100%;
	height: auto;
}

img {
	display: block;
}

/* Layout rules must never resurrect a hidden panel. */
[hidden] {
	display: none !important;
}

a {
	color: inherit;
	text-decoration-color: var(--vs-gold-line);
	text-underline-offset: 3px;
	transition: color var(--vs-ease);
}

a:hover,
a:focus-visible {
	color: var(--vs-vermillion);
}

h1,
h2,
h3,
h4 {
	font-family: var(--vs-display);
	font-weight: 400;
	margin: 0;
	letter-spacing: 0.005em;
}

p,
ul,
ol,
dl,
figure,
blockquote,
table {
	margin: 0;
}

button,
input,
select,
textarea {
	font: inherit;
	color: inherit;
	border-radius: 0;
}

:focus-visible {
	outline: 2px solid var(--vs-vermillion);
	outline-offset: 3px;
}

::selection {
	background: var(--vs-vermillion);
	color: var(--vs-cream);
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.vs-skip {
	position: absolute;
	top: -100px;
	left: var(--vs-gutter);
	z-index: 100;
	padding: 12px 20px;
	background: var(--vs-vermillion);
	color: var(--vs-cream);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
}

.vs-skip:focus {
	top: calc(8px + var(--vs-admin-offset));
	color: var(--vs-cream);
}

/* -------------------------------------------------------------------------
 * 3. Shells and shared parts
 * ---------------------------------------------------------------------- */

.vs-shell {
	width: 100%;
	max-width: calc(var(--vs-shell) + (var(--vs-gutter) * 2));
	margin-inline: auto;
	padding-inline: var(--vs-gutter);
}

.vs-shell--wide {
	max-width: calc(var(--vs-wide) + (var(--vs-gutter) * 2));
}

.vs-main {
	display: block;
}

.vs-label {
	display: block;
	font-family: var(--vs-ui);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	margin: 0;
}

.vs-label--accent {
	color: var(--vs-vermillion);
}

.vs-label--gold {
	color: var(--vs-gold);
}

.vs-label--peach {
	color: var(--vs-peach);
}

.vs-label--muted {
	color: var(--vs-text-mute);
	letter-spacing: 0.2em;
}

.vs-kicker {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: var(--vs-vermillion);
	margin: 0;
}

.vs-kicker--peach {
	color: var(--vs-peach);
}

.vs-kicker__rule {
	flex: none;
	width: 36px;
	height: 1px;
	background: var(--vs-gold);
}

.vs-btn {
	display: inline-block;
	padding: 16px 32px;
	background: var(--vs-vermillion);
	color: var(--vs-cream);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	transition: background var(--vs-ease);
}

.vs-btn:hover,
.vs-btn:focus-visible {
	background: var(--vs-vermillion-dark);
	color: var(--vs-cream);
}

.vs-textlink {
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 2px solid var(--vs-gold);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
}

.vs-textlink:hover {
	border-bottom-color: var(--vs-vermillion);
}

.vs-section-head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 24px;
	padding-bottom: 14px;
	margin-bottom: 32px;
	border-bottom: 2px solid var(--vs-ink);
}

.vs-section-head__title {
	font-size: clamp(26px, 3vw, 32px);
	line-height: 1.15;
}

.vs-section-head__link {
	flex: none;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--vs-vermillion);
	text-decoration: none;
}

.vs-placeholder {
	display: block;
	width: 100%;
	background: var(--vs-stripe);
	border: 1px solid var(--vs-gold-line);
}

.vs-placeholder--hero {
	aspect-ratio: 1 / 1;
}

.vs-placeholder--card {
	aspect-ratio: 3 / 2;
}

.vs-placeholder--row {
	aspect-ratio: 8 / 5;
}

.vs-placeholder--pillar {
	aspect-ratio: 5 / 4;
}

.vs-dot {
	margin: 0 8px;
	color: var(--vs-gold-line);
}

.vs-empty {
	color: var(--vs-text-soft);
	font-size: 15px;
}

/* -------------------------------------------------------------------------
 * 4. Utility bar
 * ---------------------------------------------------------------------- */

.vs-utility {
	background: var(--vs-ink);
	color: var(--vs-on-ink);
	font-size: 12px;
	letter-spacing: 0.08em;
}

.vs-utility__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	max-width: calc(var(--vs-wide) + (var(--vs-gutter) * 2));
	margin-inline: auto;
	padding: 9px var(--vs-gutter);
}

.vs-utility__note {
	margin: 0;
}

.vs-utility__list {
	display: flex;
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vs-utility__list a {
	text-decoration: none;
}

/* A language switcher reads as the odd one out — give it the peach accent. */
.vs-utility__list .menu-item:last-child a {
	color: var(--vs-peach);
}

.vs-utility__list .menu-item:last-child a:hover {
	color: var(--vs-cream);
}

/* -------------------------------------------------------------------------
 * 5. Header
 * ---------------------------------------------------------------------- */

.vs-header {
	position: relative;
	background: var(--vs-cream-bright);
	border-bottom: 1px solid var(--vs-border);
}

.vs-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	max-width: calc(var(--vs-wide) + (var(--vs-gutter) * 2));
	margin-inline: auto;
	padding: 24px var(--vs-gutter);
}

.vs-header-compact .vs-header__inner {
	padding-block: 20px;
}

.vs-brand {
	margin: 0;
	font-size: inherit;
	font-weight: 400;
}

.vs-brand__link {
	display: flex;
	align-items: center;
	gap: 14px;
	text-decoration: none;
}

.vs-brand__link:hover {
	color: inherit;
}

.vs-seal {
	display: flex;
	flex: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: var(--vs-vermillion);
	color: var(--vs-cream);
	font-family: var(--vs-han);
	font-weight: 900;
	font-size: 26px;
	line-height: 1;
	/* The seal is a stamp: never round it. */
	border-radius: 0;
}

.vs-brand__logo {
	width: auto;
	max-height: 48px;
}

.vs-wordmark {
	display: block;
}

.vs-wordmark__name {
	display: block;
	font-family: var(--vs-display);
	font-size: 21px;
	line-height: 1.15;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.vs-wordmark__tagline {
	display: block;
	margin-top: 2px;
	font-size: 10px;
	letter-spacing: 0.32em;
	text-transform: uppercase;
	color: var(--vs-gold);
}

.vs-brand--compact .vs-seal {
	width: 38px;
	height: 38px;
	font-size: 22px;
}

.vs-brand--compact .vs-wordmark__name {
	font-size: 18px;
}

.vs-nav__list {
	display: flex;
	flex-wrap: wrap;
	gap: 34px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.vs-header-compact .vs-nav__list {
	gap: 30px;
	font-size: 13px;
}

.vs-nav__list a {
	text-decoration: none;
	white-space: nowrap;
}

.vs-nav__list .current-menu-item > a,
.vs-nav__list .current-menu-ancestor > a,
.vs-nav__list .current_page_item > a {
	color: var(--vs-vermillion);
}

/* Second-level menus stay simple: a bordered paper card. */
.vs-nav__list .sub-menu {
	position: absolute;
	z-index: 20;
	display: none;
	min-width: 220px;
	margin: 0;
	padding: 14px 0;
	list-style: none;
	background: var(--vs-cream-bright);
	border: 1px solid var(--vs-gold-line);
	text-transform: none;
	letter-spacing: 0;
	font-size: 14px;
}

.vs-nav__list li {
	position: relative;
}

.vs-nav__list li:hover > .sub-menu,
.vs-nav__list li:focus-within > .sub-menu {
	display: block;
}

.vs-nav__list .sub-menu a {
	display: block;
	padding: 8px 20px;
}

.vs-header__tools {
	display: flex;
	align-items: center;
	gap: 10px;
}

.vs-iconbtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	background: transparent;
	border: 1px solid var(--vs-gold-line);
	border-radius: 50%;
	color: var(--vs-gold);
	cursor: pointer;
	transition: color var(--vs-ease), border-color var(--vs-ease);
}

.vs-header-compact .vs-iconbtn {
	width: 34px;
	height: 34px;
}

.vs-iconbtn:hover {
	color: var(--vs-vermillion);
	border-color: var(--vs-vermillion);
}

.vs-nav-toggle {
	display: none;
}

.vs-search-panel {
	border-top: 1px solid var(--vs-border);
	background: var(--vs-cream-bright);
}

.vs-search-panel__inner {
	max-width: calc(var(--vs-wide) + (var(--vs-gutter) * 2));
	margin-inline: auto;
	padding: 24px var(--vs-gutter);
}

.vs-searchform {
	display: flex;
	max-width: 560px;
}

.vs-searchform__input {
	flex: 1;
	min-width: 0;
	padding: 13px 16px;
	background: var(--vs-cream);
	border: 1px solid var(--vs-gold-line);
	border-right: 0;
	font-size: 15px;
}

.vs-searchform__input::placeholder {
	color: var(--vs-text-mute);
}

.vs-searchform__button {
	flex: none;
	padding: 13px 24px;
	background: var(--vs-vermillion);
	color: var(--vs-cream);
	border: 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background var(--vs-ease);
}

.vs-searchform__button:hover {
	background: var(--vs-vermillion-dark);
}

.vs-mobile-nav {
	display: none;
	border-top: 1px solid var(--vs-border);
	background: var(--vs-cream-bright);
}

.vs-mobile-nav__inner {
	padding: 8px var(--vs-gutter) 28px;
}

.vs-nav__list--mobile {
	flex-direction: column;
	gap: 0;
	font-size: 16px;
}

.vs-nav__list--mobile > li {
	border-bottom: 1px solid var(--vs-border);
}

.vs-nav__list--mobile > li > a {
	display: block;
	padding: 16px 0;
}

.vs-nav__list--mobile .sub-menu {
	position: static;
	display: block;
	padding: 0 0 12px 16px;
	border: 0;
	background: transparent;
}

.vs-mobile-nav__utility {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--vs-text-mute);
}

/* -------------------------------------------------------------------------
 * 6. Homepage hero
 * ---------------------------------------------------------------------- */

.vs-hero__inner {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 56px;
	max-width: calc(var(--vs-wide) + (var(--vs-gutter) * 2));
	margin-inline: auto;
	padding: 72px var(--vs-gutter) 64px;
}

.vs-hero__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 26px;
}

.vs-hero__title {
	font-size: clamp(44px, 5.6vw, 80px);
	line-height: 1.04;
	margin: 0;
}

.vs-hero__lede {
	max-width: 470px;
	font-size: 17px;
	line-height: 1.65;
	color: var(--vs-text-soft);
}

.vs-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
	margin: 0;
}

.vs-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 36px;
	margin: 8px 0 0;
	padding-top: 22px;
	border-top: 1px solid var(--vs-border);
}

.vs-stats__item {
	margin: 0;
}

.vs-stats__value {
	font-family: var(--vs-display);
	font-size: 27px;
	line-height: 1.2;
}

.vs-stats__label {
	margin: 2px 0 0;
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--vs-text-mute);
}

.vs-hero__media {
	display: flex;
}

.vs-hero__media > * {
	width: 100%;
	height: 560px;
	object-fit: cover;
	border: 1px solid var(--vs-gold-line);
}

.vs-hero__media .vs-placeholder {
	aspect-ratio: auto;
}

/* -------------------------------------------------------------------------
 * 7. Sections, grids, cards
 * ---------------------------------------------------------------------- */

.vs-section {
	padding-block: 0 72px;
}

.vs-essentials {
	padding-bottom: 72px;
}

.vs-grid {
	display: grid;
	gap: 32px;
}

.vs-grid--3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vs-card {
	position: relative;
	display: flex;
	flex-direction: column;
	padding-top: 18px;
	border-top: 2px solid var(--vs-gold);
}

.vs-card__media {
	display: block;
	margin-bottom: 16px;
}

.vs-card__media img,
.vs-card__media .vs-placeholder {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	transition: filter var(--vs-ease);
}

.vs-card__title {
	margin: 8px 0 0;
	font-size: 24px;
	line-height: 1.2;
}

.vs-grid--text .vs-card {
	padding-top: 16px;
}

.vs-grid--text .vs-card__title {
	font-size: 21px;
}

.vs-card__link {
	text-decoration: none;
}

/* Stretch the title link over the whole card without duplicating links. */
.vs-card__link::after {
	content: "";
	position: absolute;
	inset: 0;
}

.vs-card:hover .vs-card__title {
	color: var(--vs-vermillion);
}

.vs-card:hover .vs-card__media img {
	filter: brightness(1.03);
}

.vs-card__excerpt {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.6;
	color: var(--vs-text-soft);
}

.vs-card__meta {
	margin: 12px 0 0;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--vs-text-mute);
}

/* -------------------------------------------------------------------------
 * 8. Quick-links band
 * ---------------------------------------------------------------------- */

.vs-quick {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	background: var(--vs-vermillion);
	color: var(--vs-cream);
}

.vs-quick__cell {
	padding: 34px 32px;
	border-right: 1px solid rgba(247, 241, 230, 0.25);
	text-decoration: none;
	transition: background var(--vs-ease);
}

.vs-quick__cell:last-child {
	border-right: 0;
}

.vs-quick__cell:hover,
.vs-quick__cell:focus-visible {
	background: var(--vs-vermillion-dark);
	color: var(--vs-cream);
}

.vs-quick__title {
	display: block;
	margin-top: 8px;
	font-family: var(--vs-display);
	font-size: 21px;
	line-height: 1.25;
}

/* -------------------------------------------------------------------------
 * 9. Latest list + sidebar
 * ---------------------------------------------------------------------- */

.vs-latest {
	padding-top: 72px;
}

.vs-latest__layout {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 56px;
	align-items: start;
}

.vs-latest .vs-section-head {
	margin-bottom: 8px;
}

.vs-rows {
	display: flex;
	flex-direction: column;
}

.vs-row {
	position: relative;
	display: grid;
	grid-template-columns: 150px 1fr auto;
	gap: 24px;
	align-items: center;
	padding: 22px 0;
	border-bottom: 1px solid var(--vs-border);
}

.vs-row__media img,
.vs-row__media .vs-placeholder {
	width: 100%;
	height: 94px;
	object-fit: cover;
}

.vs-row__title {
	margin: 6px 0 0;
	font-size: 22px;
	line-height: 1.25;
}

.vs-row__link {
	text-decoration: none;
}

.vs-row__link::after {
	content: "";
	position: absolute;
	inset: 0;
}

.vs-row:hover .vs-row__title {
	color: var(--vs-vermillion);
}

.vs-row__date {
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--vs-text-mute);
	white-space: nowrap;
}

.vs-aside {
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.vs-card-ink {
	padding: 36px 32px;
	background: var(--vs-ink);
	color: var(--vs-cream);
}

.vs-card-ink__title {
	margin: 12px 0 10px;
	font-size: 26px;
	line-height: 1.25;
}

.vs-card-ink__text {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.65;
	color: var(--vs-on-ink);
}

.vs-card-ink__link {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--vs-peach);
	text-decoration: none;
}

.vs-card-ink__link:hover {
	color: var(--vs-cream);
}

.vs-card-paper {
	padding: 32px;
	background: var(--vs-cream-bright);
	border: 1px solid var(--vs-gold-line);
}

.vs-card-paper__title {
	margin: 10px 0;
	font-size: 22px;
	line-height: 1.25;
}

.vs-card-paper__text {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.6;
	color: var(--vs-text-soft);
}

.vs-subscribe {
	display: flex;
}

.vs-subscribe__input {
	flex: 1;
	min-width: 0;
	padding: 12px 14px;
	background: var(--vs-cream);
	border: 1px solid var(--vs-gold-line);
	border-right: 0;
	font-size: 13px;
}

.vs-subscribe__button {
	flex: none;
	padding: 12px 20px;
	background: var(--vs-vermillion);
	color: var(--vs-cream);
	border: 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background var(--vs-ease);
}

.vs-subscribe__button:hover {
	background: var(--vs-vermillion-dark);
}

.vs-subscribe__note {
	margin: 12px 0 0;
	font-size: 12px;
	color: var(--vs-text-mute);
}

/* -------------------------------------------------------------------------
 * 10. Footer
 * ---------------------------------------------------------------------- */

.vs-footer {
	background: var(--vs-ink);
	color: var(--vs-on-ink);
}

.vs-footer__inner {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1fr;
	gap: 48px;
	max-width: calc(var(--vs-wide) + (var(--vs-gutter) * 2));
	margin-inline: auto;
	padding: 56px var(--vs-gutter);
}

/* Fewer link columns, fewer grid tracks — no dead space on a new site. */
.vs-footer__inner--cols-0 {
	grid-template-columns: minmax(0, 1fr);
}

.vs-footer__inner--cols-1 {
	grid-template-columns: 1.4fr 1fr;
}

.vs-footer__inner--cols-2 {
	grid-template-columns: 1.4fr 1fr 1fr;
}

.vs-footer .vs-brand__link {
	gap: 12px;
	color: var(--vs-cream);
}

.vs-footer .vs-seal {
	width: 40px;
	height: 40px;
	font-size: 24px;
}

.vs-footer .vs-wordmark__name {
	font-size: 18px;
	color: var(--vs-cream);
}

.vs-footer .vs-wordmark__tagline {
	font-size: 9px;
}

.vs-footer__note {
	max-width: 300px;
	margin: 18px 0 0;
	font-size: 13px;
	line-height: 1.7;
}

.vs-footer__col .vs-label {
	margin-bottom: 16px;
}

.vs-footer__links {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

.vs-footer__links a {
	text-decoration: none;
}

.vs-footer__links a:hover {
	color: var(--vs-peach);
}

.vs-bottom {
	background: var(--vs-ink-deep);
	color: var(--vs-text-mute);
	font-size: 12px;
}

.vs-bottom__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	max-width: calc(var(--vs-wide) + (var(--vs-gutter) * 2));
	margin-inline: auto;
	padding: 16px var(--vs-gutter);
}

.vs-bottom p {
	margin: 0;
}

.vs-bottom__coords {
	letter-spacing: 0.12em;
	font-family: var(--vs-han-inline);
}

/* -------------------------------------------------------------------------
 * 11. Archives
 * ---------------------------------------------------------------------- */

.vs-archive-hero {
	background: var(--vs-ink);
	color: var(--vs-cream);
	padding-block: 64px;
}

.vs-archive-hero__title {
	margin: 18px 0 14px;
	font-size: clamp(38px, 5vw, 64px);
	line-height: 1.08;
}

.vs-archive-hero__text {
	max-width: 640px;
	font-size: 17px;
	line-height: 1.65;
	color: var(--vs-on-ink);
}

.vs-archive-hero__text p {
	margin: 0 0 12px;
}

.vs-archive-hero__search {
	margin-top: 26px;
}

.vs-archive-hero__search .vs-searchform__input {
	background: var(--vs-ink-deep);
	border-color: var(--vs-gold);
	color: var(--vs-cream);
}

.vs-archive-body {
	padding-block: 48px 72px;
}

.vs-pillar {
	position: relative;
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	gap: 44px;
	margin-bottom: 48px;
	background: var(--vs-cream-bright);
	border: 1px solid var(--vs-gold-line);
}

.vs-pillar__media img,
.vs-pillar__media .vs-placeholder {
	width: 100%;
	height: 100%;
	min-height: 340px;
	object-fit: cover;
	border: 0;
}

.vs-pillar__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 14px;
	padding: 44px 44px 44px 0;
}

.vs-pillar__title {
	margin: 0;
	font-size: clamp(26px, 3.2vw, 36px);
	line-height: 1.15;
}

.vs-pillar__link {
	text-decoration: none;
}

.vs-pillar__link::after {
	content: "";
	position: absolute;
	inset: 0;
}

.vs-pillar:hover .vs-pillar__title {
	color: var(--vs-vermillion);
}

.vs-pillar__excerpt {
	margin: 0;
	font-size: 15px;
	line-height: 1.7;
	color: var(--vs-text-soft);
}

.vs-pillar .vs-card__meta {
	margin: 0;
	font-size: 13px;
	letter-spacing: 0.04em;
	text-transform: none;
}

.vs-pagination {
	margin-top: 56px;
}

.vs-pagination .nav-links,
.navigation.pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
}

.navigation.pagination .page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid var(--vs-gold-line);
	text-decoration: none;
	transition: background var(--vs-ease), color var(--vs-ease);
}

.navigation.pagination .page-numbers:hover {
	border-color: var(--vs-vermillion);
	color: var(--vs-vermillion);
}

.navigation.pagination .page-numbers.current {
	background: var(--vs-vermillion);
	border-color: var(--vs-vermillion);
	color: var(--vs-cream);
}

.navigation.pagination .page-numbers.dots {
	border-color: transparent;
}

.vs-none {
	max-width: 560px;
	padding-block: 32px 24px;
}

.vs-none__title {
	margin: 12px 0 10px;
	font-size: 34px;
	line-height: 1.15;
}

.vs-none__text {
	margin: 0 0 24px;
	color: var(--vs-text-soft);
}

/* -------------------------------------------------------------------------
 * 12. Article
 * ---------------------------------------------------------------------- */

.vs-article-head {
	max-width: 860px;
	margin-inline: auto;
	padding: 56px var(--vs-gutter) 0;
}

.vs-crumbs {
	font-size: 12px;
	letter-spacing: 0.06em;
	color: var(--vs-text-mute);
}

.vs-crumbs a {
	text-decoration: none;
}

.vs-crumbs__sep {
	margin: 0 8px;
}

.vs-crumbs .last,
.vs-crumbs [aria-current] {
	color: var(--vs-ink);
}

.vs-article-head .vs-kicker {
	margin: 26px 0 18px;
}

.vs-article-head__title {
	margin: 0 0 22px;
	font-size: clamp(36px, 4.4vw, 58px);
	line-height: 1.08;
}

.vs-article-head__dek {
	margin: 0 0 28px;
	font-size: clamp(17px, 1.6vw, 20px);
	line-height: 1.6;
	color: var(--vs-text-soft);
}

.vs-byline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 20px;
	padding: 16px 0;
	border-top: 1px solid var(--vs-border);
	border-bottom: 1px solid var(--vs-border);
	font-size: 13px;
	color: var(--vs-text-soft);
}

.vs-byline__avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: var(--vs-gold);
	color: var(--vs-cream);
	border-radius: 50%;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.04em;
	overflow: hidden;
}

.vs-byline__photo {
	width: 36px;
	height: 36px;
	border-radius: 50%;
}

.vs-byline__author {
	font-weight: 600;
	color: var(--vs-ink);
}

.vs-byline__author a {
	text-decoration: none;
}

/* Hairline separators between the meta items, drawn rather than typed. */
.vs-byline__date::before,
.vs-byline__time::before,
.vs-byline__badge::before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	margin-right: 20px;
	background: var(--vs-gold-line);
	vertical-align: -1px;
}

.vs-byline__badge {
	font-weight: 600;
	color: var(--vs-vermillion);
}

.vs-featured {
	max-width: calc(var(--vs-shell) + (var(--vs-gutter) * 2));
	margin: 40px auto 0;
	padding-inline: var(--vs-gutter);
}

.vs-featured__image {
	width: 100%;
	height: 440px;
	object-fit: cover;
	border: 1px solid var(--vs-gold-line);
}

.vs-featured__caption {
	margin-top: 12px;
	font-size: 13px;
	font-style: italic;
	color: var(--vs-text-mute);
}

.vs-article-layout {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 64px;
	max-width: calc(var(--vs-shell) + (var(--vs-gutter) * 2));
	margin-inline: auto;
	padding: 56px var(--vs-gutter) 72px;
}

.vs-article-layout--nosidebar {
	grid-template-columns: minmax(0, 1fr);
	max-width: calc(860px + (var(--vs-gutter) * 2));
}

.vs-article-aside__sticky {
	position: sticky;
	top: calc(20px + var(--vs-admin-offset));
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.vs-toc {
	padding: 28px;
	background: var(--vs-cream-bright);
	border: 1px solid var(--vs-gold-line);
}

.vs-toc--mobile {
	display: none;
}

.vs-toc__title {
	margin: 0 0 18px;
}

.vs-toc__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 1.4;
	counter-reset: vs-toc;
}

.vs-toc__link {
	display: block;
	padding-left: 12px;
	border-left: 2px solid transparent;
	text-decoration: none;
	transition: border-color var(--vs-ease), color var(--vs-ease);
}

.vs-toc__link.is-current {
	color: var(--vs-vermillion);
	font-weight: 600;
	border-left-color: var(--vs-vermillion);
}

.vs-article {
	max-width: var(--vs-measure);
}

.vs-article-layout--nosidebar .vs-article {
	max-width: none;
}

.vs-anchor {
	scroll-margin-top: calc(24px + var(--vs-admin-offset));
}

/* -------------------------------------------------------------------------
 * 13. Prose — core block styling
 * ---------------------------------------------------------------------- */

.vs-prose {
	font-size: 17px;
	line-height: 1.8;
	color: #33291f;
}

.vs-prose > * {
	margin-block: 0 24px;
}

.vs-prose > *:last-child {
	margin-bottom: 0;
}

.vs-prose h2 {
	margin: 44px 0 18px;
	padding-top: 24px;
	border-top: 2px solid var(--vs-gold);
	font-size: clamp(27px, 3vw, 34px);
	line-height: 1.2;
	color: var(--vs-ink);
}

.vs-prose h3 {
	margin: 36px 0 14px;
	font-size: clamp(22px, 2.2vw, 25px);
	line-height: 1.25;
	color: var(--vs-ink);
}

.vs-prose h4 {
	margin: 30px 0 12px;
	font-family: var(--vs-ui);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--vs-ink);
}

.vs-prose a {
	color: var(--vs-vermillion);
	text-decoration: underline;
	text-decoration-color: var(--vs-gold-line);
	text-decoration-thickness: 1px;
}

.vs-prose a:hover {
	text-decoration-color: var(--vs-vermillion);
}

.vs-prose strong {
	font-weight: 600;
	color: var(--vs-ink);
}

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

.vs-prose li {
	margin-bottom: 10px;
}

.vs-prose li::marker {
	color: var(--vs-gold);
}

.vs-prose blockquote {
	margin: 36px 0;
	padding: 0 0 0 28px;
	border-left: 3px solid var(--vs-vermillion);
}

.vs-prose blockquote p {
	font-family: var(--vs-display);
	font-size: clamp(21px, 2.2vw, 25px);
	line-height: 1.4;
	color: var(--vs-ink);
}

.vs-prose blockquote cite {
	display: block;
	margin-top: 12px;
	font-family: var(--vs-ui);
	font-size: 13px;
	font-style: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--vs-text-mute);
}

.vs-prose figure,
.vs-prose .wp-block-image {
	margin-block: 36px;
}

.vs-prose figure img,
.vs-prose .wp-block-image img {
	width: 100%;
	border: 1px solid var(--vs-gold-line);
}

.vs-prose figcaption,
.vs-prose .wp-element-caption {
	margin-top: 10px;
	font-size: 13px;
	font-style: italic;
	line-height: 1.5;
	color: var(--vs-text-mute);
	text-align: left;
}

.vs-prose .alignleft {
	float: left;
	margin: 6px 32px 24px 0;
	max-width: 45%;
}

.vs-prose .alignright {
	float: right;
	margin: 6px 0 24px 32px;
	max-width: 45%;
}

.vs-prose .aligncenter {
	margin-inline: auto;
	text-align: center;
}

.vs-prose .alignwide,
.vs-prose .alignfull {
	width: auto;
	max-width: none;
}

.vs-prose hr,
.vs-prose .wp-block-separator {
	height: 1px;
	margin: 48px 0;
	border: 0;
	background: var(--vs-border);
}

.vs-prose .is-style-gold-rule {
	height: 2px;
	background: var(--vs-gold);
	max-width: 120px;
}

.vs-table-wrap {
	overflow-x: auto;
	margin-block: 36px;
	border: 1px solid var(--vs-gold-line);
}

.vs-prose table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	background: var(--vs-cream-bright);
}

.vs-prose th,
.vs-prose td {
	padding: 14px 20px;
	border-bottom: 1px solid var(--vs-border);
	border-right: 1px solid var(--vs-border);
	text-align: left;
	vertical-align: top;
}

.vs-prose th:last-child,
.vs-prose td:last-child {
	border-right: 0;
}

.vs-prose thead th {
	background: var(--vs-ink);
	color: var(--vs-cream);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	border-color: rgba(247, 241, 230, 0.2);
}

.vs-prose code,
.vs-prose kbd {
	padding: 2px 6px;
	background: var(--vs-cream-bright);
	border: 1px solid var(--vs-border);
	font-size: 0.9em;
}

.vs-prose pre {
	padding: 24px;
	overflow-x: auto;
	background: var(--vs-ink);
	color: var(--vs-cream);
	font-size: 14px;
	line-height: 1.6;
}

.vs-prose pre code {
	padding: 0;
	background: none;
	border: 0;
}

/* Drop cap — the design's opening flourish, on the first paragraph only. */
.vs-article--dropcap > p:first-of-type::first-letter {
	float: left;
	padding: 6px 12px 0 0;
	font-family: var(--vs-display);
	font-size: 58px;
	line-height: 0.9;
	color: var(--vs-vermillion);
}

.vs-article--dropcap > p.lead-paragraph:first-of-type,
.vs-prose > p.lead-paragraph {
	font-size: 18px;
}

/* -------------------------------------------------------------------------
 * 14. Enhanced content patterns
 * ---------------------------------------------------------------------- */

/* Field note — available as a block style on paragraphs and groups. */
.vs-prose .is-style-field-note {
	padding: 26px 30px;
	background: var(--vs-cream-bright);
	border: 1px solid var(--vs-gold-line);
	font-size: 15px;
	line-height: 1.7;
	color: var(--vs-text-soft);
}

.vs-prose p.is-style-field-note::before {
	content: "Field note";
	display: block;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: var(--vs-vermillion);
}

.vs-prose .is-style-field-note > *:last-child {
	margin-bottom: 0;
}

/* At a glance — built from the article's own list, or the block style. */
.vs-glance {
	margin-block: 36px;
	border: 1px solid var(--vs-gold-line);
}

.vs-glance__head {
	margin: 0;
	padding: 14px 24px;
	background: var(--vs-ink);
	color: var(--vs-cream);
	font-family: var(--vs-ui);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.26em;
	line-height: 1.5;
	text-transform: uppercase;
}

.vs-glance__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	background: var(--vs-cream-bright);
}

.vs-glance__cell {
	padding: 18px 24px;
	border-top: 1px solid var(--vs-border);
	border-right: 1px solid var(--vs-border);
}

/* Rules between cells only — never around the outside of the panel. */
.vs-glance__cell:nth-child(-n + 2) {
	border-top: 0;
}

.vs-glance__cell:nth-child(2n) {
	border-right: 0;
}

.vs-glance__cell--wide,
.vs-glance__cell:last-child:nth-child(odd) {
	grid-column: 1 / -1;
	border-right: 0;
}

.vs-glance__label {
	margin: 0;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--vs-text-mute);
}

.vs-glance__value {
	margin: 4px 0 0;
	font-size: 16px;
	line-height: 1.5;
	color: var(--vs-ink);
}

.vs-glance__value > *:last-child {
	margin-bottom: 0;
}

.vs-prose .is-style-at-a-glance {
	padding: 24px 28px;
	background: var(--vs-cream-bright);
	border: 1px solid var(--vs-gold-line);
	list-style: none;
}

.vs-prose .is-style-at-a-glance li {
	padding-bottom: 10px;
	border-bottom: 1px solid var(--vs-border);
}

.vs-prose .is-style-at-a-glance li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

/* FAQ accordion — derived from h3 questions under the FAQ heading. */
.vs-faq {
	margin-block: 8px 36px;
	border-top: 1px solid var(--vs-border);
}

.vs-faq__row {
	border-bottom: 1px solid var(--vs-border);
}

.vs-faq__q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 4px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	color: var(--vs-ink);
	cursor: pointer;
	list-style: none;
}

.vs-faq__q::-webkit-details-marker {
	display: none;
}

.vs-faq__q:hover {
	color: var(--vs-vermillion);
}

.vs-faq__marker {
	position: relative;
	flex: none;
	width: 14px;
	height: 14px;
	color: var(--vs-vermillion);
}

.vs-faq__marker::before,
.vs-faq__marker::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	background: currentColor;
	transform: translate(-50%, -50%);
	transition: transform var(--vs-ease);
}

.vs-faq__marker::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.vs-faq__row[open] .vs-faq__marker::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.vs-faq__row[open] .vs-faq__marker::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.vs-faq__a {
	padding: 0 4px 22px;
	font-size: 16px;
	line-height: 1.75;
	color: var(--vs-text-soft);
}

.vs-faq__a > *:last-child {
	margin-bottom: 0;
}

.vs-page-links {
	margin-top: 32px;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.vs-page-links a {
	margin-left: 8px;
}

.vs-tags {
	margin-top: 48px;
	padding-top: 24px;
	border-top: 1px solid var(--vs-border);
	font-size: 13px;
}

.vs-tags .vs-label {
	margin-bottom: 10px;
}

.vs-tags a {
	display: inline-block;
	margin: 0 8px 8px 0;
	padding: 6px 14px;
	border: 1px solid var(--vs-gold-line);
	text-decoration: none;
	color: var(--vs-text-soft);
}

.vs-tags a:hover {
	border-color: var(--vs-vermillion);
	color: var(--vs-vermillion);
}

/* -------------------------------------------------------------------------
 * 15. Article tail
 * ---------------------------------------------------------------------- */

.vs-adjacent {
	border-top: 1px solid var(--vs-border);
}

.vs-adjacent__inner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
	padding-block: 32px;
}

.vs-adjacent__link {
	text-decoration: none;
}

.vs-adjacent__link--next {
	text-align: right;
}

.vs-adjacent__title {
	display: block;
	margin-top: 8px;
	font-family: var(--vs-display);
	font-size: 19px;
	line-height: 1.3;
}

.vs-related {
	background: var(--vs-cream-bright);
	border-top: 1px solid var(--vs-border);
	padding-block: 56px;
}

.vs-related .vs-section-head {
	margin-bottom: 30px;
}

.vs-related .vs-section-head__title {
	font-size: 28px;
}

.vs-comments-shell {
	padding-block: 8px 72px;
}

/* -------------------------------------------------------------------------
 * 16. Comments and widgets
 * ---------------------------------------------------------------------- */

.vs-comments {
	max-width: var(--vs-measure);
}

.vs-comments__list {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

.vs-comments__list .children {
	margin: 0 0 0 32px;
	padding: 0;
	list-style: none;
}

.vs-comments__list .comment-body {
	padding: 24px 0;
	border-bottom: 1px solid var(--vs-border);
	font-size: 15px;
	line-height: 1.7;
}

.vs-comments__list .comment-author {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 14px;
	font-weight: 600;
}

.vs-comments__list .comment-author img {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	object-fit: cover;
}

.vs-comments__list .comment-metadata {
	margin: 4px 0 12px;
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--vs-text-mute);
}

.vs-comments__list .comment-metadata a,
.vs-comments__list .reply a {
	text-decoration: none;
}

.vs-comments__list .reply {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--vs-vermillion);
}

.vs-comments__title,
.comment-reply-title {
	margin: 0 0 8px;
	font-family: var(--vs-display);
	font-weight: 400;
	font-size: 28px;
}

.vs-comments__notes,
.comment-notes {
	margin: 0 0 20px;
	font-size: 13px;
	color: var(--vs-text-mute);
}

.comment-form label {
	display: block;
	margin-bottom: 6px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--vs-text-mute);
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	width: 100%;
	padding: 12px 14px;
	background: var(--vs-cream-bright);
	border: 1px solid var(--vs-gold-line);
	font-size: 15px;
}

.comment-form p {
	margin-bottom: 18px;
}

.comment-form .form-submit {
	margin-bottom: 0;
}

.vs-widget {
	padding: 28px;
	background: var(--vs-cream-bright);
	border: 1px solid var(--vs-gold-line);
	font-size: 14px;
}

.vs-widget__title {
	margin: 0 0 14px;
	font-size: 11px;
	font-family: var(--vs-ui);
	font-weight: 600;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: var(--vs-vermillion);
}

.vs-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.vs-widget li {
	padding: 8px 0;
	border-bottom: 1px solid var(--vs-border);
}

.vs-widget li:last-child {
	border-bottom: 0;
}

.vs-widget a {
	text-decoration: none;
}

/* -------------------------------------------------------------------------
 * 17. Responsive
 * ---------------------------------------------------------------------- */

@media (max-width: 1180px) {
	:root {
		--vs-gutter: 32px;
	}

	.vs-article-layout {
		gap: 40px;
		grid-template-columns: 240px minmax(0, 1fr);
	}
}

@media (max-width: 1024px) {
	.vs-nav {
		display: none;
	}

	.vs-nav-toggle {
		display: flex;
	}

	.vs-mobile-nav {
		display: block;
	}

	.vs-footer__inner {
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}

	.vs-quick {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vs-quick__cell:nth-child(2n) {
		border-right: 0;
	}

	.vs-quick__cell:nth-child(-n + 2) {
		border-bottom: 1px solid rgba(247, 241, 230, 0.25);
	}
}

@media (max-width: 900px) {
	:root {
		--vs-gutter: 24px;
	}

	.vs-hero__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 40px;
		padding-top: 48px;
	}

	.vs-hero__media > * {
		height: 320px;
	}

	.vs-grid--3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.vs-latest__layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 48px;
	}

	.vs-pillar {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
	}

	.vs-pillar__media img,
	.vs-pillar__media .vs-placeholder {
		min-height: 240px;
	}

	.vs-pillar__text {
		padding: 32px 28px;
	}

	/* The contents box moves above the article and collapses. */
	.vs-article-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 32px;
		padding-top: 40px;
	}

	.vs-article-aside__sticky {
		position: static;
	}

	.vs-toc:not(.vs-toc--mobile) {
		display: none;
	}

	.vs-toc--mobile {
		display: block;
	}

	.vs-toc--mobile .vs-toc__title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin: 0;
		font-size: 11px;
		font-weight: 600;
		letter-spacing: 0.26em;
		text-transform: uppercase;
		color: var(--vs-vermillion);
		cursor: pointer;
	}

	.vs-toc--mobile[open] .vs-toc__title {
		margin-bottom: 18px;
	}

	.vs-article,
	.vs-comments {
		max-width: none;
	}

	.vs-featured__image {
		height: 300px;
	}

	.vs-article-head {
		padding-top: 40px;
	}
}

@media (max-width: 700px) {
	.vs-utility__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}

	.vs-header__inner {
		gap: 16px;
	}

	.vs-grid--3 {
		grid-template-columns: minmax(0, 1fr);
	}

	.vs-quick {
		grid-template-columns: minmax(0, 1fr);
	}

	.vs-quick__cell {
		border-right: 0;
		border-bottom: 1px solid rgba(247, 241, 230, 0.25);
	}

	.vs-row {
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 16px;
	}

	.vs-row__media img,
	.vs-row__media .vs-placeholder {
		height: 72px;
	}

	.vs-row__date {
		grid-column: 2;
		margin-top: 6px;
	}

	.vs-row__title {
		font-size: 19px;
	}

	.vs-footer__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 32px;
	}

	.vs-glance__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.vs-glance__cell {
		border-right: 0;
	}

	.vs-adjacent__inner {
		grid-template-columns: minmax(0, 1fr);
		gap: 20px;
	}

	.vs-adjacent__link--next {
		text-align: left;
	}

	.vs-byline {
		gap: 6px 14px;
		font-size: 12px;
	}

	.vs-byline__date::before,
	.vs-byline__time::before,
	.vs-byline__badge::before {
		display: none;
	}

	.vs-prose .alignleft,
	.vs-prose .alignright {
		float: none;
		max-width: none;
		margin-inline: 0;
	}

	.vs-article--dropcap > p:first-of-type::first-letter {
		font-size: 46px;
	}
}

/* -------------------------------------------------------------------------
 * 18. Motion and print
 * ---------------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

@media print {
	.vs-utility,
	.vs-header__tools,
	.vs-nav,
	.vs-mobile-nav,
	.vs-search-panel,
	.vs-article-aside,
	.vs-quick,
	.vs-related,
	.vs-adjacent,
	.vs-comments,
	.vs-footer {
		display: none !important;
	}

	body {
		background: #fff;
	}

	.vs-article-layout {
		display: block;
		padding: 0;
	}

	.vs-prose a::after {
		content: " (" attr(href) ")";
		font-size: 11px;
		color: #666;
		word-break: break-all;
	}
}
