/* Holy Cross — theme styles
   Colors and fonts come from theme.json presets, so a style variation
   (Appearance > Editor > Styles) recolors everything here too. */

:root {
	--hc-linen: var(--wp--preset--color--linen, #F6EFE2);
	--hc-paper: var(--wp--preset--color--paper, #FBF7EF);
	--hc-stone: var(--wp--preset--color--stone, #EEE3CF);
	--hc-rule: var(--wp--preset--color--rule, #DCCDB4);
	--hc-ink: var(--wp--preset--color--ink, #2B1B1A);
	--hc-muted: var(--wp--preset--color--muted, #6E5A50);
	--hc-crimson: var(--wp--preset--color--crimson, #8C1C2B);
	--hc-crimson-deep: var(--wp--preset--color--crimson-deep, #6E1421);
	--hc-cream: var(--wp--preset--color--on-crimson, #FBF3E6);
	--hc-gold: var(--wp--preset--color--gold, #A87A26);
	--hc-gold-bright: var(--wp--preset--color--gold-bright, #C89B45);
	--hc-walnut: var(--wp--preset--color--walnut, #3A2517);
	--hc-walnut-deep: var(--wp--preset--color--walnut-deep, #24160D);
	--hc-rule-strong: color-mix(in srgb, var(--hc-rule) 70%, var(--hc-muted));
	--hc-serif: var(--wp--preset--font-family--serif, Georgia, serif);
	--hc-sans: var(--wp--preset--font-family--sans, system-ui, sans-serif);
	--hc-sc: var(--wp--preset--font-family--small-caps, system-ui, sans-serif);
	--hc-intl: "Noto Serif KR", "Noto Serif SC", "Noto Serif Ethiopic", "Noto Naskh Arabic", var(--hc-serif);
	--hc-band: clamp(2.75rem, 6vw, 4.5rem);

	/* The Events Calendar and WPForms pick these up when installed. */
	--tec-color-accent-primary: var(--hc-crimson-deep);
	--tec-color-accent-primary-hover: var(--hc-crimson);
	--tec-color-link-accent: var(--hc-crimson);
	--tec-color-text-primary: var(--hc-ink);
	--tec-color-background: var(--hc-paper);
	--tec-font-family-sans-serif: var(--hc-sans);
	--tec-font-family-base: var(--hc-sans);
}

body { -webkit-font-smoothing: antialiased; }
h1, h2, h3, h4 { text-wrap: balance; }
a { text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
:where(a, button, input, textarea, select, summary):focus-visible {
	outline: 2px solid var(--hc-crimson);
	outline-offset: 3px;
}

/* Stack sections flush: bands carry their own padding. */
.wp-site-blocks > * { margin-block-start: 0; }
.hc-main { margin-block: 0; }
.hc-content > .alignfull,
.hc-content > .hc-band { margin-block: 0; }
.hc-content > p:first-child,
.hc-content > h2:first-child { margin-block-start: var(--hc-band); }
.hc-content > :last-child:not(.alignfull) { margin-block-end: var(--hc-band); }

/* ---------- Paragraph and list styles ---------- */
.is-style-rubric {
	font-family: var(--hc-serif);
	font-style: italic;
	color: var(--hc-crimson);
	font-size: 1.05rem;
}
.is-style-label {
	font-family: var(--hc-sc);
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 0.82rem;
	color: var(--hc-muted);
}
.is-style-lede {
	font-size: var(--wp--preset--font-size--large);
	color: var(--hc-muted);
	max-width: 60ch;
}
.wp-block-list.is-style-ruled {
	list-style: none;
	padding: 0;
	border-top: 1px solid var(--hc-rule-strong);
}
.wp-block-list.is-style-ruled > li {
	padding-block: 0.8rem;
	border-bottom: 1px solid var(--hc-rule);
}

/* ---------- Header ---------- */
.hc-header {
	background: var(--hc-paper);
	border-bottom: 1px solid var(--hc-rule);
	padding-block: 1rem;
}
.hc-header .hc-brand { gap: 0.8rem; }
.hc-header .hc-brand .wp-block-image { margin: 0; flex: none; }
.hc-header .hc-brand .wp-block-image img { width: 34px; height: auto; display: block; }
.hc-header .wp-block-site-title,
.hc-header .wp-block-site-tagline { margin: 0; }
.hc-header .wp-block-site-tagline { margin-top: 0.2rem; }
.hc-header .hc-brand-text { gap: 0; }
.hc-nav .wp-block-navigation-item__content { padding: 0.45em 0.7em; }
.hc-nav .current-menu-item > .wp-block-navigation-item__content,
.hc-nav .wp-block-navigation-item__content[aria-current="page"] {
	color: var(--hc-crimson);
	box-shadow: inset 0 -2px 0 var(--hc-crimson);
}
.hc-nav .hc-nav-cta > .wp-block-navigation-item__content {
	background: var(--hc-crimson-deep);
	color: var(--hc-cream);
	border-radius: 3px;
	padding: 0.5em 1em;
	margin-left: 0.5rem;
	box-shadow: none;
}
.hc-nav .hc-nav-cta > .wp-block-navigation-item__content:hover { background: var(--hc-crimson); color: var(--hc-cream); }
.hc-nav .wp-block-navigation__responsive-container-open,
.hc-nav .wp-block-navigation__responsive-container-close {
	border: 1px solid var(--hc-rule-strong);
	border-radius: 3px;
	padding: 0.35rem;
}
.hc-nav .wp-block-navigation__responsive-container.is-menu-open {
	background: var(--hc-paper);
	padding: 1.5rem clamp(16px, 4vw, 40px);
}
.hc-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	align-items: stretch;
	padding-top: 3rem;
}
.hc-nav .is-menu-open .wp-block-navigation__container { gap: 0; width: 100%; align-items: stretch; }
.hc-nav .is-menu-open .wp-block-navigation-item { width: 100%; border-bottom: 1px solid var(--hc-rule); }
.hc-nav .is-menu-open .wp-block-navigation-item__content {
	font-family: var(--hc-serif);
	font-size: 1.5rem;
	font-weight: 400;
	padding: 0.7rem 0;
}
.hc-nav .is-menu-open .hc-nav-cta { border-bottom: 0; margin-top: 1rem; }
.hc-nav .is-menu-open .hc-nav-cta > .wp-block-navigation-item__content {
	font-family: var(--hc-sans);
	font-size: 1.1rem;
	font-weight: 500;
	text-align: center;
	justify-content: center;
	margin-left: 0;
	padding: 0.8rem 1rem;
	width: 100%;
}

/* ---------- Page header band ---------- */
.hc-page-head {
	background: var(--hc-paper);
	border-bottom: 1px solid var(--hc-rule);
	padding-block: clamp(2.25rem, 5vw, 3.5rem);
}
.hc-page-head > * { margin-block: 0; }
.hc-page-head > * + * { margin-block-start: 0.5rem; }
.hc-page-head .wp-block-post-title,
.hc-page-head h1 { font-size: var(--wp--preset--font-size--huge); }
.hc-page-head .hc-search { margin-top: 1.25rem; max-width: 36rem; }

/* ---------- Bands ---------- */
.hc-band { padding-block: var(--hc-band); }
.hc-band + .hc-band { border-top: 1px solid var(--hc-rule); }
.hc-band.has-background + .hc-band,
.hc-band + .hc-band.has-background { border-top-color: var(--hc-rule); }
.hc-sec-head {
	justify-content: space-between;
	align-items: flex-end;
	gap: 0.5rem 2rem;
	margin-bottom: 2rem;
}
.hc-sec-head > * { margin: 0; }
.hc-sec-head p:not([class*="is-style"]) { color: var(--hc-muted); max-width: 44ch; }

/* ---------- Hero ---------- */
.hc-hero { gap: clamp(2rem, 5vw, 4.5rem); }
.hc-hero h1 {
	font-size: var(--wp--preset--font-size--display);
	letter-spacing: -0.01em;
	margin-top: 0.6rem;
}
.hc-hero h1 em { color: var(--hc-crimson); }
.hc-hero .hc-intro { font-size: 1.14rem; max-width: 52ch; margin-top: 1.6rem; }
.hc-hero .wp-block-buttons { margin-top: 1.75rem; }

.hc-greetings.wp-block-list {
	list-style: none;
	padding: 0;
	margin: 1.4rem 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 1.3rem;
	align-items: baseline;
}
.hc-greetings > li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-family: var(--hc-intl);
	font-size: 1.2rem;
	line-height: 1.35;
}
.hc-greetings > li em {
	font-style: normal;
	font-family: var(--hc-sc);
	font-size: 0.7rem;
	letter-spacing: 0.1em;
	color: var(--hc-muted);
	line-height: 1.4;
}
.hc-greetings.is-large {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	align-items: stretch;
	gap: 0 1.5rem;
	border-top: 1px solid var(--hc-rule-strong);
	margin-top: 1.75rem;
}
.hc-greetings.is-large > li {
	font-size: 1.6rem;
	line-height: 1.3;
	padding-block: 1.1rem;
	border-bottom: 1px solid var(--hc-rule);
}
.hc-greetings.is-large > li em { font-size: 0.75rem; }

/* ---------- Hymn board ---------- */
.hc-board {
	background:
		repeating-linear-gradient(92deg, rgba(255, 255, 255, 0.025) 0 2px, transparent 2px 9px),
		linear-gradient(180deg, #3A2517, #24160D);
	border-radius: 6px 6px 4px 4px;
	padding: 1.5rem 1.4rem 1.35rem;
	color: #EFE2CB;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset, 0 18px 40px -22px rgba(36, 22, 13, 0.7);
	position: relative;
	margin-top: 12px;
}
.hc-board::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -9px;
	width: 44px;
	height: 18px;
	transform: translateX(-50%);
	background: linear-gradient(180deg, #5A3B24, #3A2517);
	border-radius: 10px 10px 2px 2px;
}
.hc-board > *, .hc-board .hc-slot > *, .hc-board .hc-slot__what > * { margin-block: 0; }
.hc-board .hc-board__top {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
	border-bottom: 1px solid rgba(214, 174, 98, 0.35);
	padding-bottom: 0.6rem;
	margin-bottom: 1rem;
}
.hc-board .hc-board__top > * { margin: 0; }
.hc-board .hc-board__label {
	font-family: var(--hc-sc);
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 0.82rem;
	color: #D6AE62;
}
.hc-board .hc-board__place { font-family: var(--hc-serif); font-style: italic; color: #EFE2CB; }
.hc-board .hc-slot {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 1rem;
	padding-block: 0.5rem;
}
.hc-board .hc-slot + .hc-slot { border-top: 1px dashed rgba(239, 226, 203, 0.16); }
.hc-board .hc-tiles {
	font-family: var(--hc-serif);
	font-size: 2.3rem;
	line-height: 1;
	color: #F3E9D2;
	min-width: calc(5.2em + 16px);
	display: flex;
	gap: 4px;
	justify-content: flex-end;
}
.hc-board .hc-tile {
	background: linear-gradient(180deg, #F8F0DC, #F3E9D2);
	color: #2A1A12;
	width: 1.2em;
	height: 1.45em;
	display: grid;
	place-items: center;
	border-radius: 2px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
	animation: hc-slidein 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.hc-board .hc-tile.is-sep { background: none; box-shadow: none; color: #D6AE62; width: 0.4em; }
.hc-board .hc-tile:nth-child(2) { animation-delay: 0.06s; }
.hc-board .hc-tile:nth-child(3) { animation-delay: 0.12s; }
.hc-board .hc-tile:nth-child(4) { animation-delay: 0.18s; }
.hc-board .hc-tile:nth-child(5) { animation-delay: 0.24s; }
@keyframes hc-slidein { from { transform: translateY(-7px); } to { transform: none; } }
.hc-board .hc-slot__title { font-family: var(--hc-serif); font-size: 1.3rem; line-height: 1.2; color: #F7ECD8; }
.hc-board .hc-slot__sub { font-size: 0.92rem; color: #CDB89B; line-height: 1.4; }
.hc-board .hc-board__foot {
	margin-top: 1rem;
	padding-top: 0.8rem;
	border-top: 1px solid rgba(214, 174, 98, 0.35);
	font-size: 0.95rem;
	color: #EFE2CB;
}
.hc-board .hc-board__foot::before { content: "✠ "; color: #D6AE62; }
.hc-board a { color: #F3E9D2; }

/* ---------- This Sunday ---------- */
.hc-lect { gap: clamp(1.5rem, 4vw, 3.5rem); }
.hc-lect h2 { font-size: clamp(1.8rem, 3.2vw, 2.3rem); margin-top: 0.35rem; }
.hc-season { display: flex; align-items: center; gap: 0.55rem; color: var(--hc-muted); font-size: 0.95rem; }
.hc-swatch {
	display: inline-block;
	flex: none;
	width: 0.85rem;
	height: 0.85rem;
	border-radius: 50%;
	background: var(--hc-swatch, #3F6B3A);
	box-shadow: 0 0 0 2px var(--hc-paper), 0 0 0 3px var(--hc-rule-strong);
	margin-right: 0.55rem;
	vertical-align: -1px;
}
.hc-season .hc-swatch { margin-right: 0; }
.hc-next { color: var(--hc-muted); font-size: 0.98rem; }
.hc-next strong { color: var(--hc-ink); font-weight: 500; }
.hc-readings.wp-block-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--hc-rule-strong);
}
.hc-readings > li {
	display: grid;
	grid-template-columns: 9.5rem 1fr;
	gap: 1rem;
	align-items: baseline;
	padding-block: 0.75rem;
	border-bottom: 1px solid var(--hc-rule);
	font-family: var(--hc-serif);
	font-size: 1.2rem;
}
.hc-readings > li em { color: var(--hc-crimson); font-size: 1rem; }

/* ---------- Life together ---------- */
.hc-gather { gap: clamp(1.5rem, 4vw, 3rem); }
.hc-feature {
	background: var(--hc-paper);
	border: 1px solid var(--hc-rule);
	border-radius: 4px;
	overflow: hidden;
}
.hc-feature > .wp-block-image { margin: 0; }
.hc-feature > .wp-block-image img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.hc-feature .hc-feature__body { padding: 1.5rem 1.6rem 1.7rem; }
.hc-feature .hc-feature__body > * { margin-block: 0; }
.hc-feature .hc-feature__body > * + * { margin-block-start: 0.7rem; }
.hc-feature h3 { font-size: 1.9rem; }
.hc-meta { color: var(--hc-muted); font-size: 0.95rem; }
.hc-meta strong { color: var(--hc-ink); font-weight: 500; }
.hc-items { border-top: 1px solid var(--hc-rule-strong); gap: 0; }
.hc-items > .hc-item { padding-block: 1.2rem; border-bottom: 1px solid var(--hc-rule); margin: 0; }
.hc-items > .hc-item > * { margin-block: 0; }
.hc-items > .hc-item > * + * { margin-block-start: 0.3rem; }
.hc-item h3 { font-size: 1.45rem; }
.hc-item p:not(.hc-when) { color: var(--hc-muted); font-size: 0.98rem; }
.hc-when {
	font-family: var(--hc-sc);
	font-weight: 500;
	letter-spacing: 0.06em;
	font-size: 0.85rem;
	color: var(--hc-crimson);
}

/* ---------- Sermon podcast ---------- */
.hc-sermon { gap: clamp(1.5rem, 4vw, 3.5rem); }
.hc-podcast {
	background: var(--hc-paper);
	border: 1px solid var(--hc-rule);
	border-radius: 4px;
	padding: 0.75rem;
}
.hc-podcast iframe { display: block; width: 100%; border: 0; border-radius: 2px; }

/* ---------- Monthly rhythm ---------- */
.hc-rhythm.wp-block-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--hc-rule-strong);
}
.hc-rhythm > li {
	display: flex;
	flex-wrap: wrap;
	gap: 0.15rem 1.5rem;
	align-items: baseline;
	padding-block: 1rem;
	border-bottom: 1px solid var(--hc-rule);
	font-family: var(--hc-serif);
	font-size: 1.25rem;
	line-height: 1.3;
}
.hc-rhythm > li strong {
	flex: 0 0 15rem;
	font-family: var(--hc-sc);
	font-weight: 500;
	letter-spacing: 0.06em;
	font-size: 0.88rem;
	color: var(--hc-crimson);
	font-variant-numeric: tabular-nums;
}

/* ---------- Visit band ---------- */
.hc-visit { color: var(--hc-cream); }
.hc-visit h2, .hc-visit a { color: var(--hc-cream); }
.hc-visit p { opacity: 0.94; }
.hc-visit .wp-block-button__link { background: var(--hc-cream); color: var(--hc-crimson-deep); }
.hc-visit .wp-block-button__link:hover { background: #fff; color: var(--hc-crimson-deep); }
.hc-kv.wp-block-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.6rem; }
.hc-kv > li { display: grid; grid-template-columns: 6rem 1fr; gap: 1rem; }
.hc-kv > li strong {
	font-family: var(--hc-sc);
	font-weight: 500;
	letter-spacing: 0.08em;
	font-size: 0.82rem;
	opacity: 0.8;
	padding-top: 0.2rem;
}

/* ---------- Footer ---------- */
.hc-footer { color: #D9C8AE; font-size: 0.95rem; padding-block: 2.5rem 1.5rem; }
.hc-footer h2, .hc-footer h3 { color: #F3E9D2; font-size: 1.2rem; margin-bottom: 0.6rem; }
.hc-footer a { color: #EFE2CB; }
.hc-footer .wp-block-list { list-style: none; padding: 0; margin: 0; }
.hc-footer .wp-block-list li + li { margin-top: 0.3rem; }
.hc-footer .hc-fine { border-top: 1px solid #4A3526; padding-top: 1.1rem; margin-top: 2rem; font-size: 0.85rem; color: #B39F84; }

/* ---------- About ---------- */
.hc-creed { gap: 0; border-top: 1px solid var(--hc-rule-strong); }
.hc-creed > .wp-block-column { padding: 1.4rem 1.5rem 1.4rem 0; border-bottom: 1px solid var(--hc-rule); }
.hc-creed > .wp-block-column + .wp-block-column { padding-left: 1.5rem; border-left: 1px solid var(--hc-rule); }
.hc-creed h3 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.hc-creed p { color: var(--hc-muted); }
.hc-timeline.wp-block-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-left: 2px solid var(--hc-gold-bright);
	display: grid;
	gap: 1.4rem;
}
.hc-timeline > li { padding-left: 1.4rem; position: relative; }
.hc-timeline > li::before {
	content: "";
	position: absolute;
	left: -7px;
	top: 0.55rem;
	width: 12px;
	height: 12px;
	background: var(--hc-linen);
	border: 2px solid var(--hc-gold-bright);
	transform: rotate(45deg);
}
.hc-timeline > li strong {
	display: block;
	font-family: var(--hc-serif);
	font-weight: 400;
	font-size: 1.6rem;
	color: var(--hc-crimson);
	line-height: 1.1;
}
.hc-person { gap: 1.25rem; align-items: flex-start; flex-wrap: nowrap; }
.hc-person > .wp-block-image { margin: 0; flex: 0 0 132px; }
.hc-person > .wp-block-image img { width: 132px; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 3px; display: block; }
.hc-person .hc-person__text > * { margin-block: 0; }
.hc-person .hc-person__text > * + * { margin-block-start: 0.35rem; }
.hc-person h3 { font-size: 1.45rem; }
.hc-person p:not(.hc-when) { color: var(--hc-muted); font-size: 0.97rem; }

/* ---------- Ministries index ---------- */
.hc-index { gap: 0; }
.hc-index > .hc-index__item {
	padding-block: 1.35rem;
	border-bottom: 1px solid var(--hc-rule);
	margin: 0;
}
.hc-index > .hc-index__item:first-child { border-top: 1px solid var(--hc-rule-strong); }
.hc-index__item > * { margin-block: 0; }
.hc-index__item > * + * { margin-block-start: 0.4rem; }
.hc-index__row { gap: 0.75rem; align-items: baseline; flex-wrap: nowrap; }
.hc-index__row > * { margin: 0; }
.hc-index__row h3 {
	font-size: 1.6rem;
	flex: 1 1 auto;
	display: flex;
	align-items: baseline;
	gap: 0.75rem;
}
.hc-index__row h3::after {
	content: "";
	flex: 1;
	min-width: 1.5rem;
	border-bottom: 2px dotted var(--hc-rule-strong);
	transform: translateY(-0.3em);
}
.hc-index__row .hc-index__when {
	flex: none;
	font-variant-numeric: tabular-nums;
	color: var(--hc-crimson);
	font-weight: 500;
	text-align: right;
}
.hc-index__item > p:not(.hc-index__when) { color: var(--hc-muted); max-width: 62ch; }

/* ---------- Worship ---------- */
.hc-schedule.wp-block-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--hc-rule-strong); }
.hc-schedule > li {
	display: grid;
	grid-template-columns: 11.5rem 1fr;
	gap: 0.25rem 1.25rem;
	padding-block: 1rem;
	border-bottom: 1px solid var(--hc-rule);
	font-size: 1.1rem;
}
.hc-schedule > li strong {
	font-family: var(--hc-serif);
	font-weight: 400;
	font-size: 1.35rem;
	color: var(--hc-crimson);
	font-variant-numeric: tabular-nums;
	line-height: 1.2;
}
.hc-callout {
	border-left: 3px solid var(--hc-gold-bright);
	padding: 0.3rem 0 0.3rem 1.2rem;
}
.hc-callout > * { margin-block: 0; }
.hc-callout > * + * { margin-block-start: 0.6rem; }

/* ---------- Join ---------- */
.hc-steps.wp-block-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	counter-reset: hc-step;
}
.hc-steps > li {
	counter-increment: hc-step;
	border-top: 2px solid var(--hc-crimson);
	padding-top: 1rem;
	color: var(--hc-muted);
}
.hc-steps > li::before {
	content: counter(hc-step);
	font-family: var(--hc-serif);
	font-size: 2.2rem;
	color: var(--hc-crimson);
	line-height: 1;
	display: block;
	margin-bottom: 0.4rem;
}
.hc-steps > li strong {
	display: block;
	font-family: var(--hc-serif);
	font-weight: 400;
	font-size: 1.4rem;
	color: var(--hc-ink);
	margin-bottom: 0.35rem;
	line-height: 1.2;
}

/* ---------- Posts ---------- */
.hc-post-list .wp-block-post-template { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--hc-rule-strong); }
.hc-post-item { padding-block: 1.4rem; border-bottom: 1px solid var(--hc-rule); }
.hc-post-item > * { margin-block: 0; }
.hc-post-item > * + * { margin-block-start: 0.4rem; }
.hc-post-item .wp-block-post-title a { color: var(--hc-ink); text-decoration: none; }
.hc-post-item .wp-block-post-title a:hover { color: var(--hc-crimson); }
.hc-post-item .wp-block-post-excerpt { color: var(--hc-muted); }
.hc-label, .hc-page-head .wp-block-post-date {
	font-family: var(--hc-sc);
	letter-spacing: 0.08em;
	font-size: 0.82rem;
	color: var(--hc-muted);
}
.wp-block-query-pagination { margin-top: 2rem; }
.hc-post-nav { padding-block: 2rem var(--hc-band); }

/* ---------- Forms (WPForms, Jetpack, core search) ---------- */
.wpforms-container {
	--wpforms-field-border-color: var(--hc-rule-strong);
	--wpforms-field-background-color: var(--hc-linen);
	--wpforms-field-text-color: var(--hc-ink);
	--wpforms-label-color: var(--hc-ink);
	--wpforms-field-border-radius: 3px;
	--wpforms-button-background-color: var(--hc-crimson-deep);
	--wpforms-button-text-color: var(--hc-cream);
	--wpforms-button-border-radius: 3px;
}
.hc-form-card {
	background: var(--hc-paper);
	border: 1px solid var(--hc-rule);
	border-radius: 4px;
	padding: 1.5rem;
}
.wp-block-search__input {
	border: 1px solid var(--hc-rule-strong);
	background: var(--hc-linen);
	color: var(--hc-ink);
	border-radius: 3px;
	padding: 0.6em 0.8em;
}

/* ---------- Responsive ---------- */
@media (max-width: 781px) {
	.hc-creed > .wp-block-column,
	.hc-creed > .wp-block-column + .wp-block-column { padding: 1.2rem 0; border-left: 0; }
	.hc-steps.wp-block-list { grid-template-columns: 1fr; }
	.hc-rhythm > li strong { flex-basis: 100%; }
}
@media (max-width: 560px) {
	.hc-board .hc-tiles { font-size: 1.8rem; }
	.hc-readings > li { grid-template-columns: 1fr; gap: 0.1rem; }
	.hc-schedule > li { grid-template-columns: 1fr; }
	.hc-kv > li { grid-template-columns: 1fr; gap: 0; }
	.hc-index__row { flex-wrap: wrap; }
	.hc-index__row h3::after { display: none; }
	.hc-index__row .hc-index__when { text-align: left; width: 100%; }
	.hc-person > .wp-block-image { flex-basis: 96px; }
	.hc-person > .wp-block-image img { width: 96px; }
	.hc-header .wp-block-site-title { font-size: 1.2rem; }
}
@media (prefers-reduced-motion: reduce) {
	.hc-board .hc-tile { animation: none; }
}

/* Outline buttons: a quiet secondary action */
.wp-block-button.is-style-outline > .wp-block-button__link {
	background: transparent;
	color: var(--hc-ink);
	border: 1px solid var(--hc-rule-strong);
	padding: calc(0.72em - 1px) calc(1.25em - 1px);
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
	background: transparent;
	color: var(--hc-crimson);
	border-color: var(--hc-crimson);
}
.hc-visit .wp-block-button.is-style-outline > .wp-block-button__link { color: var(--hc-cream); border-color: currentColor; }
.hc-timeline.wp-block-list { margin-top: 2rem; }
