/*
 * Parish Sites — Common
 * ---------------------
 * Only shared reset, typography, grids, reusable components and responsive
 * behavior live here. Layout identity belongs in /styles/*.css.
 */

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--ps-bg);
	color: var(--ps-text);
	font-family: var(--ps-body);
	font-size: 16px;
	line-height: 1.65;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.ps-footer-registration {
	display: flex;
	flex: 1 0 100%;
	flex-wrap: wrap;
	gap: 7px 24px;
	width: 100%;
	padding-bottom: 16px;
	border-bottom: 1px solid color-mix(in srgb, currentColor 18%, transparent);
	line-height: 1.5;
}
.ps-footer-registration span {
	display: inline-flex;
	gap: 5px;
}
.ps-footer-registration b {
	font-weight: 800;
}

.ps-home-priest-former {
	opacity: 0.58;
}
.ps-home-priest-former img {
	filter: grayscale(1) saturate(0.15) !important;
}

@media (max-width: 600px) {
	.ps-footer-registration {
		flex-direction: column;
		gap: 6px;
	}
}

.ps-container {
	width: min(1180px, calc(100% - 40px));
	margin: auto;
}

.ps-site-admin-strip {
	position: relative;
	z-index: 100;
	min-height: 44px;
	border-bottom: 1px solid rgba(201, 174, 121, 0.24);
	background: #06190a;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
.ps-site-admin-strip-row {
	display: flex;
	min-height: 44px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.ps-site-admin-panel-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	transition: color 0.2s ease;
}
.ps-site-admin-panel-link span {
	color: #c9ae79;
	font-size: 15px;
}
.ps-site-admin-panel-link:hover,
.ps-site-admin-panel-link:focus-visible {
	color: #c9ae79;
}
.ps-site-admin-panel-link:focus-visible {
	outline: 2px solid #c9ae79;
	outline-offset: 3px;
}
.ps-site-admin-identity {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 9px;
}
.ps-site-admin-identity strong {
	overflow: hidden;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ps-site-admin-avatar {
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	border: 1px solid rgba(255, 255, 255, 0.38);
	border-radius: 50%;
	object-fit: cover;
}

.ps-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: color-mix(in srgb, var(--ps-bg) 94%, transparent);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid color-mix(in srgb, var(--ps-text) 10%, transparent);
}

.ps-header-inner {
	min-height: 84px;
	display: flex;
	align-items: center;
	gap: 30px;
}

.ps-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-right: auto;
}

.ps-logo-img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.ps-logo-mark {
	width: 46px;
	height: 46px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--ps-primary);
	color: var(--ps-text-alt);
	font-size: 22px;
}

.ps-brand span span {
}

.ps-brand strong,
.ps-brand small {
	display: block;
}

.ps-brand strong {
	font-family: var(--ps-heading);
	font-size: 14px;
	line-height: 1.2;
	max-width: 290px;
}

.ps-brand small {
	font-size: 11px;
	opacity: 0.65;
	margin-top: 4px;
}

.ps-nav {
	display: flex;
	align-items: center;
	gap: 24px;
	font-size: 13px;
	font-weight: 700;
}

.ps-nav a:hover {
	color: var(--ps-primary);
}

.ps-lang {
	display: flex;
	border: 1px solid color-mix(in srgb, var(--ps-text) 12%, transparent);
	border-radius: 999px;
	padding: 3px;
}

.ps-lang a {
	padding: 5px 8px;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 800;
}

.ps-lang-full {
	display: none;
}

.ps-lang .active {
	background: var(--ps-primary);
	color: var(--ps-text-alt);
}

.ps-menu-toggle {
	display: none;
	border: 0;
	background: none;
	padding: 8px;
}

.ps-skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 99999;
	padding: 11px 16px;
	border-radius: 999px;
	background: var(--ps-primary);
	color: var(--ps-text-alt);
	font-size: 12px;
	font-weight: 800;
	transform: translateY(-160%);
	transition: transform 0.2s ease;
}

.ps-skip-link:focus-visible {
	transform: translateY(0);
}

.ps-menu-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	background: currentColor;
	margin: 4px;
}

.ps-hero {
	padding: 62px 0 72px;
}

.ps-hero-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 64px;
	align-items: center;
}

.ps-eyebrow {
	display: block;
	color: var(--ps-primary);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.13em;
	margin-bottom: 14px;
}

.ps-hero h1,
.ps-page-hero h1,
.ps-single h1 {
	font-family: var(--ps-heading);
	font-size: clamp(36px, 5.4vw, 64px);
	line-height: 1.02;
	letter-spacing: -0.045em;
	margin: 0;
}

.ps-lead {
	font-size: 19px;
	opacity: 0.68;
}

.ps-hero-actions {
	display: flex;
	gap: 10px;
	margin-top: 30px;
	flex-wrap: wrap;
}

.ps-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 20px;
	border-radius: 9px;
	background: var(--ps-primary);
	color: var(--ps-text-alt);
	font-size: 12px;
	font-weight: 800;
}

.ps-hero-visual img,
.ps-hero-placeholder {
	width: 100%;
	aspect-ratio: 1.22;
	object-fit: cover;
	border-radius: 24px;
}

.ps-hero-placeholder,
.ps-card-placeholder {
	display: grid;
	place-items: center;
	background: color-mix(in srgb, var(--ps-primary) 9%, var(--ps-bg));
	color: var(--ps-primary);
	font-size: 70px;
}

.ps-section {
	padding: 78px 0;
}

.ps-section-head {
	display: flex;
	justify-content: space-between;
	align-items: end;
	gap: 30px;
	margin-bottom: 34px;
}

.ps-section-head h2,
.ps-about h2 {
	font-family: var(--ps-heading);
	font-size: clamp(30px, 4vw, 48px);
	line-height: 1.05;
	letter-spacing: -0.035em;
	margin: 0;
}

.ps-section-head > a {
	font-size: 12px;
	font-weight: 800;
}

.ps-liturgy {
	background: var(--ps-primary);
	color: var(--ps-text-alt);
}

.ps-liturgy .ps-eyebrow {
	color: var(--ps-accent-alt);
}

.ps-liturgy-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.ps-liturgy-card {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.055);
}

.ps-liturgy-card h3 {
	font-family: var(--ps-heading);
	font-size: 20px;
	line-height: 1.2;
	margin: 16px 0 8px;
}

.ps-liturgy-card p {
	opacity: 0.7;
	font-size: 13px;
}

.ps-date {
	font-size: 11px;
	opacity: 0.65;
}

.ps-time {
	display: block;
	color: var(--ps-accent-alt);
	font-size: 19px;
	margin-top: 22px;
}

.ps-announcement-list {
	border-top: 1px solid color-mix(in srgb, var(--ps-text) 12%, transparent);
}

.ps-announcement {
	display: grid;
	grid-template-columns: 110px 1fr auto;
	gap: 20px;
	align-items: center;
	padding: 21px 4px;
	border-bottom: 1px solid color-mix(in srgb, var(--ps-text) 12%, transparent);
}

.ps-announcement span {
	font-size: 11px;
	opacity: 0.55;
}

.ps-announcement strong {
	font-family: var(--ps-heading);
	font-size: 18px;
}

.ps-post-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.ps-card-media {
	display: block;
	overflow: hidden;
	border-radius: 15px;
}

.ps-card-media img,
.ps-card-placeholder {
	width: 100%;
	aspect-ratio: 1.42;
	object-fit: cover;
	transition: transform 0.35s;
}

.ps-post-card:hover img {
	transform: scale(1.025);
}

.ps-card-copy {
	padding: 18px 2px;
}

.ps-card-copy time {
	font-size: 10px;
	opacity: 0.55;
}

.ps-card-copy h3,
.ps-card-copy h2 {
	font-family: var(--ps-heading);
	font-size: 22px;
	line-height: 1.2;
	margin: 8px 0;
}

.ps-card-copy p {
	font-size: 13px;
	opacity: 0.7;
	margin: 0;
}

.ps-archive-read-more {
	width: max-content;
	min-height: 32px;
	margin-top: 18px;
	padding: 0 14px;
	border: 1px solid color-mix(in srgb, var(--ps-text) 18%, transparent);
	border-radius: 999px;
	background: transparent;
	color: var(--ps-text);
	font-size: 8px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ps-archive-read-more i {
	font-style: normal;
}

.ps-archive-read-more:hover {
	border-color: var(--ps-primary);
	background: var(--ps-primary);
	color: var(--ps-bg);
}

.ps-announcement-archive-grid {
	grid-template-columns: 1fr;
	gap: 0;
}

.ps-announcement-archive-card {
	border-top: 1px solid color-mix(in srgb, var(--ps-text) 12%, transparent);
}

.ps-announcement-archive-card:last-child {
	border-bottom: 1px solid color-mix(in srgb, var(--ps-text) 12%, transparent);
}

.ps-announcement-archive-card .ps-card-copy {
	display: grid;
	grid-template-columns: minmax(110px, 0.18fr) minmax(0, 1fr);
	gap: 8px 30px;
	width: 100%;
	padding: 30px 2px;
}

.ps-announcement-archive-card .ps-card-copy time {
	grid-row: 1 / 4;
	padding-top: 5px;
}

.ps-announcement-archive-card .ps-card-copy h2 {
	margin: 0;
}

.ps-announcement-archive-card .ps-card-copy p {
	max-width: 880px;
}

.ps-announcement-archive-card .ps-archive-read-more {
	grid-column: 2;
}

@media (max-width: 680px) {
	.ps-announcement-archive-card .ps-card-copy {
		grid-template-columns: 1fr;
		gap: 8px;
		padding: 24px 0;
	}
	.ps-announcement-archive-card .ps-card-copy time {
		grid-row: auto;
		padding-top: 0;
	}
	.ps-announcement-archive-card .ps-archive-read-more {
		grid-column: 1;
	}
}

.ps-about {
	background: color-mix(in srgb, var(--ps-primary) 6%, var(--ps-bg));
}

.ps-about-grid {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 90px;
}

.ps-richtext {
	font-size: 17px;
}

.ps-richtext h2,
.ps-richtext h3 {
	font-family: var(--ps-heading);
}

.ps-richtext img {
	border-radius: 12px;
	margin: 30px 0;
}

.ps-about-details {
	margin-top: 22px;
}

.ps-about-details summary {
	cursor: pointer;
	list-style: none;
}

.ps-about-details summary::-webkit-details-marker {
	display: none;
}

.ps-about-preview {
	display: block;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.75;
}

.ps-about-toggle {
	display: block;
	width: max-content;
	max-width: 100%;
	margin-top: 22px;
	font-size: 11px;
	font-weight: 800;
}

.ps-about-toggle-less {
	display: none;
}

.ps-about-details[open] .ps-about-preview,
.ps-about-details[open] .ps-about-toggle-more {
	display: none;
}

.ps-about-details[open] .ps-about-toggle-less {
	display: inline;
}

.ps-about-details[open] summary {
	margin-bottom: 24px;
}

.ps-about-full {
	overflow-wrap: anywhere;
}

.ps-footer {
	padding: 60px 0 22px;
	background: #07170c;
	color: var(--ps-text-alt);
}

.ps-footer-grid {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr;
	gap: 50px;
}

.ps-footer p,
.ps-footer a {
	font-size: 12px;
	opacity: 0.72;
}

.ps-social {
	display: flex;
	flex-direction: column;
	margin-top: 12px;
}

.ps-brand-footer .ps-logo-mark {
	background: rgba(255, 255, 255, 0.12);
}

.ps-copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 20px;
	margin-top: 40px;
	font-size: 10px;
	opacity: 0.5;
}

.ps-page-hero,
.ps-single-head {
	padding: 80px 0 44px;
}

.ps-page-hero h1,
.ps-single h1 {
	font-size: clamp(34px, 4.5vw, 54px);
}

.ps-reading {
	width: min(800px, calc(100% - 40px));
}

.ps-single-image {
	margin-bottom: 50px;
}

.ps-single-image img {
	width: 100%;
	max-height: 680px;
	object-fit: cover;
	border-radius: 20px;
}

.ps-single .ps-richtext {
	padding-bottom: 80px;
}

.ps-liturgy-detail {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 12px;
	background: color-mix(in srgb, var(--ps-primary) 8%, transparent);
}

.ps-media-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	padding-bottom: 80px;
}

.ps-media-grid img,
.ps-media-grid video {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 12px;
}

.ps-breadcrumbs ol {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	list-style: none;
}
.ps-breadcrumbs li {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
}
.ps-breadcrumbs li + li::before {
	content: '/';
	opacity: 0.4;
}
.ps-breadcrumbs a,
.ps-breadcrumbs span {
	font-size: 10px;
	font-weight: 700;
}
.ps-breadcrumbs span {
	opacity: 0.62;
}
.ps-subpage-hero-inner > p {
	max-width: 720px;
	margin: 18px 0 0;
	font-size: 15px;
	line-height: 1.65;
	opacity: 0.7;
}
.ps-subpage-featured {
	margin-top: 64px;
	margin-bottom: 0;
}
.ps-subpage-content {
	padding-top: 64px;
	padding-bottom: 96px;
}
.ps-subpage-date {
	display: block;
	margin-bottom: 26px;
	font-size: 10px;
	font-weight: 750;
	opacity: 0.55;
}
.ps-subpage-media {
	padding: 0 0 96px;
}
.ps-subpage-media-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}
.ps-subpage-media-head > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.ps-subpage-media-head > div > span {
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.ps-subpage-media-head h2 {
	margin: 0;
	font: 650 clamp(30px, 4vw, 52px)/1 var(--ps-heading);
	letter-spacing: -0.05em;
}
.ps-media-slider-controls {
	display: flex;
	align-items: center;
	gap: 12px;
}
.ps-media-slider-controls button {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid color-mix(in srgb, var(--ps-text) 12%, transparent);
	border-radius: 50%;
	background: var(--ps-bg);
	color: var(--ps-text);
	cursor: pointer;
}
.ps-media-slider-controls > span {
	min-width: 46px;
	text-align: center;
	font-size: 9px;
	font-weight: 750;
}
.ps-media-slider-frame {
	position: relative;
}
.ps-media-side-arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border: 1px solid currentColor;
	background: var(--ps-bg);
	color: var(--ps-text);
	font-size: 18px;
	cursor: pointer;
	transform: translateY(-50%);
}
.ps-media-side-arrow.is-previous {
	left: 18px;
}
.ps-media-side-arrow.is-next {
	right: 18px;
}
.ps-media-slider {
	display: grid;
	grid-auto-columns: min(82%, 1040px);
	grid-auto-flow: column;
	gap: 14px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}
.ps-media-slider::-webkit-scrollbar {
	display: none;
}
.ps-media-slider-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 24px;
}
.ps-media-slider-dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: color-mix(in srgb, var(--ps-text) 22%, transparent);
	cursor: pointer;
	transition: width 0.2s ease, background-color 0.2s ease;
}
.ps-media-slider-dots button.is-active {
	width: 24px;
	border-radius: 999px;
	background: var(--ps-primary);
}
.ps-media-slide {
	margin: 0;
	overflow: hidden;
	scroll-snap-align: start;
}
.ps-media-slide img,
.ps-media-slide video {
	display: block;
	width: 100%;
	height: clamp(360px, 56vw, 720px);
	object-fit: cover;
}
@media (max-width: 680px) {
	.ps-subpage-featured {
		margin-top: 32px;
	}
	.ps-subpage-content {
		padding-top: 38px;
		padding-bottom: 68px;
	}
	.ps-subpage-media {
		padding-bottom: 68px;
	}
	.ps-subpage-media-head {
		align-items: flex-start;
		flex-direction: column;
	}
	.ps-media-slider {
		grid-auto-columns: 92%;
	}
	.ps-media-slide img,
	.ps-media-slide video {
		height: min(78vw, 480px);
	}
}

.ps-post-share {
	padding: 72px 0;
}
.ps-post-share-inner {
	display: grid;
	grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.2fr);
	align-items: end;
	gap: 42px;
}
.ps-post-section-heading > span {
	display: block;
	margin-bottom: 10px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.ps-post-section-heading h2 {
	margin: 0;
	font: 650 clamp(30px, 4vw, 52px)/1.02 var(--ps-heading);
	letter-spacing: -0.045em;
}
.ps-post-share-actions {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 9px;
}
.ps-post-share-actions :is(a, button) {
	display: inline-flex;
	min-height: 42px;
	padding: 10px 14px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border: 1px solid color-mix(in srgb, var(--ps-text) 18%, transparent);
	background: transparent;
	color: inherit;
	font: 750 10px/1.1 var(--ps-body);
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.ps-post-share-actions i {
	font-style: normal;
	font-size: 13px;
}
.ps-share-icon {
	display: grid;
	width: 18px;
	height: 18px;
	place-items: center;
}
.ps-share-icon :is(svg, .dashicons) {
	display: block;
	width: 18px;
	height: 18px;
	fill: currentColor;
	font-size: 18px;
}
.ps-post-share-status {
	grid-column: 2;
	min-height: 16px;
	margin: 0;
	text-align: right;
	font-size: 9px;
	font-weight: 700;
}
.ps-related-posts {
	padding: 88px 0 110px;
}
.ps-related-posts .ps-post-section-heading {
	margin-bottom: 38px;
}
.ps-related-posts-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}
.ps-related-post-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
}
.ps-related-post-image {
	display: block;
	overflow: hidden;
}
.ps-related-post-image :is(img, .ps-card-placeholder) {
	display: grid;
	width: 100%;
	aspect-ratio: 1.42;
	place-items: center;
	object-fit: cover;
}
.ps-related-post-copy {
	display: flex;
	height: 100%;
	padding-top: 18px;
	flex-direction: column;
	align-items: flex-start;
}
.ps-related-post-copy time {
	font-size: 9px;
	font-weight: 750;
	opacity: 0.52;
}
.ps-related-post-copy h3 {
	margin: 9px 0 10px;
	font: 650 clamp(21px, 2.3vw, 29px)/1.12 var(--ps-heading);
	letter-spacing: -0.035em;
}
.ps-related-post-copy p {
	margin: 0;
	font-size: 12px;
	line-height: 1.62;
	opacity: 0.68;
}
.ps-related-post-more {
	display: inline-flex;
	margin-top: auto;
	padding-top: 20px;
	align-items: center;
	gap: 8px;
	font-size: 10px;
	font-weight: 800;
}
.ps-related-post-more i {
	font-style: normal;
}
@media (max-width: 900px) {
	.ps-post-share-inner {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 28px;
	}
	.ps-post-share-actions {
		justify-content: flex-start;
	}
	.ps-post-share-status {
		grid-column: 1;
		text-align: left;
	}
	.ps-related-posts-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (max-width: 600px) {
	.ps-post-share {
		padding: 54px 0;
	}
	.ps-post-share-actions {
		display: grid;
		width: 100%;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.ps-post-share-actions :is(a, button) {
		width: 100%;
	}
	.ps-related-posts {
		padding: 66px 0 82px;
	}
	.ps-related-posts-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}
}

/* Modern */

/* Classic */

/* Minimal */

.parish-style-minimal .ps-hero {
	padding: 110px 0;
}

.parish-style-minimal .ps-hero-grid {
	grid-template-columns: 1fr;
}

.parish-style-minimal .ps-hero-copy {
	max-width: 900px;
}

.parish-style-minimal .ps-hero-visual {
	display: none;
}

.parish-style-minimal .ps-section {
	padding: 100px 0;
}

.parish-style-minimal .ps-post-grid {
	gap: 44px;
}

.parish-style-minimal .ps-card-media {
	border-radius: 0;
}

.parish-style-minimal .ps-liturgy {
	background: transparent;
	color: var(--ps-text);
	border-block: 1px solid color-mix(in srgb, var(--ps-text) 12%, transparent);
}

.parish-style-minimal .ps-liturgy .ps-eyebrow,
.parish-style-minimal .ps-time {
	color: var(--ps-primary);
}

.parish-style-minimal .ps-liturgy-card {
	background: none;
	border: 0;
	border-left: 1px solid color-mix(in srgb, var(--ps-text) 12%, transparent);
	border-radius: 0;
}

/* Traditional */

/* Editorial */

.parish-style-editorial .ps-hero {
	padding-bottom: 35px;
}

.parish-style-editorial .ps-hero-grid {
	grid-template-columns: 1.2fr 0.8fr;
}

.parish-style-editorial .ps-hero h1 {
	font-size: clamp(48px, 7vw, 92px);
}

.parish-style-editorial .ps-news {
	padding-top: 40px;
}

.parish-style-editorial .ps-post-grid {
	grid-template-columns: repeat(12, 1fr);
}

.parish-style-editorial .ps-post-card {
	grid-column: span 4;
}

.parish-style-editorial .ps-post-card:first-child {
	grid-column: span 8;
	grid-row: span 2;
}

.parish-style-editorial .ps-post-card:first-child .ps-card-copy h3 {
	font-size: 34px;
}

.parish-style-editorial .ps-post-card:first-child .ps-card-media img,
.parish-style-editorial .ps-post-card:first-child .ps-card-placeholder {
	aspect-ratio: 1.7;
}

.parish-style-editorial .ps-announcement {
	grid-template-columns: 90px 1fr auto;
}

@media (max-width: 900px) {
	.ps-header-inner {
		min-height: 70px;
	}

	.ps-menu-toggle {
		display: block;
		order: 3;
	}

	.ps-lang {
		order: 2;
	}

	.ps-nav {
		display: none;
		position: absolute;
		top: 70px;
		left: 0;
		right: 0;
		padding: 20px;
		background: var(--ps-bg);
		border-bottom: 1px solid color-mix(in srgb, var(--ps-text) 10%, transparent);
		flex-direction: column;
		align-items: flex-start;
	}

	.ps-nav.is-open {
		display: flex;
	}

	.ps-hero-grid,
	.parish-style-editorial .ps-hero-grid,
	.ps-about-grid {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.ps-liturgy-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ps-post-grid,
	.parish-style-editorial .ps-post-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.ps-footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.ps-footer-grid > div:first-child {
		grid-column: 1/-1;
	}
}

@media (max-width: 600px) {
	.ps-container {
		width: min(100% - 28px, 1180px);
	}

	.ps-brand strong {
		max-width: 190px;
		font-size: 11px;
	}

	.ps-brand small {
		display: none;
	}

	.ps-logo-img,
	.ps-logo-mark {
		width: 40px;
		height: 40px;
	}

	.ps-hero {
		padding: 42px 0 52px;
	}

	.ps-hero h1 {
		font-size: 42px;
	}

	.ps-section {
		padding: 56px 0;
	}

	.ps-section-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.ps-liturgy-grid,
	.ps-post-grid,
	.parish-style-editorial .ps-post-grid {
		grid-template-columns: 1fr;
	}

	.ps-announcement {
		grid-template-columns: 1fr auto;
		gap: 5px 15px;
	}

	.ps-announcement span {
		grid-column: 1/-1;
	}

	.ps-footer-grid {
		grid-template-columns: 1fr;
	}

	.ps-media-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.parish-style-minimal .ps-section {
		padding: 65px 0;
	}
}

/* 1.0.1 modular gallery section */

.ps-gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.ps-gallery-card {
	display: block;
}

.ps-gallery-cover {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
}

.ps-gallery-cover img,
.ps-gallery-cover .ps-card-placeholder {
	width: 100%;
	aspect-ratio: 1.35;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.ps-gallery-card:hover .ps-gallery-cover img {
	transform: scale(1.025);
}

.ps-gallery-count {
	position: absolute;
	right: 12px;
	bottom: 12px;
	min-width: 34px;
	height: 28px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(7, 23, 12, 0.82);
	color: var(--ps-text-alt);
	font-size: 10px;
	font-weight: 800;
	backdrop-filter: blur(8px);
}

.ps-gallery-copy {
	padding: 14px 2px 0;
}

.ps-gallery-copy time {
	display: block;
	margin-bottom: 5px;
	font-size: 10px;
	opacity: 0.55;
}

.ps-gallery-copy h3 {
	margin: 0;
	font-family: var(--ps-heading);
	font-size: 20px;
	line-height: 1.25;
}

.ps-gallery-archive-card > a {
	display: block;
	height: 100%;
}

.ps-gallery-archive-card .ps-gallery-copy h2 {
	margin: 0;
	font: 650 22px/1.2 var(--ps-heading);
}

.ps-gallery-archive-card .ps-gallery-copy p {
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 1.6;
	opacity: 0.68;
}

.ps-gallery-open {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 18px;
	font-size: 10px;
	font-weight: 750;
}

.ps-gallery-open i {
	font-style: normal;
}

.parish-style-minimal .ps-gallery-cover {
	border-radius: 0;
}

.parish-style-editorial .ps-gallery-grid {
	grid-template-columns: repeat(12, 1fr);
}

.parish-style-editorial .ps-gallery-card {
	grid-column: span 4;
}

.parish-style-editorial .ps-gallery-card:first-child {
	grid-column: span 8;
}

.parish-style-editorial .ps-gallery-card:first-child .ps-gallery-cover img,
.parish-style-editorial .ps-gallery-card:first-child .ps-card-placeholder {
	aspect-ratio: 1.8;
}

@media (max-width: 900px) {
	.ps-gallery-grid,
	.parish-style-editorial .ps-gallery-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.parish-style-editorial .ps-gallery-card,
	.parish-style-editorial .ps-gallery-card:first-child {
		grid-column: auto;
	}
}

@media (max-width: 600px) {
	.ps-gallery-grid,
	.parish-style-editorial .ps-gallery-grid {
		grid-template-columns: 1fr;
	}
}

/* -------- Modern -------- */

.ps-mini-icon {
	color: var(--ps-primary);
	font-size: 18px;
}

.ps-section-head.compact {
	margin-bottom: 20px;
}

.ps-section-head.compact h2 {
	font-size: 30px;
}

/* -------- Classic -------- */

/* -------- Traditional -------- */

/* 1.1.1 editable hero content */

.ps-priests-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.ps-priest-card {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 18px;
	padding: 18px;
	border: 1px solid color-mix(in srgb, var(--ps-text) 12%, transparent);
	border-radius: 16px;
}

.ps-priest-photo {
	width: 110px;
	aspect-ratio: 1;
	border-radius: 50%;
	overflow: hidden;
	display: grid;
	place-items: center;
	background: color-mix(in srgb, var(--ps-primary) 10%, var(--ps-bg));
	color: var(--ps-primary);
	font-size: 28px;
}

.ps-priest-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ps-priest-role {
	display: block;
	color: var(--ps-primary);
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
}

.ps-priest-copy h3 {
	font-family: var(--ps-heading);
	font-size: 20px;
	margin: 4px 0 8px;
}

.ps-priest-copy p {
	font-size: 11px;
	opacity: 0.7;
}

.ps-priest-contact {
	display: flex;
	flex-direction: column;
}

.ps-priest-contact a {
	font-size: 10px;
	font-weight: 700;
}

@media (max-width: 1000px) {
	.ps-priests-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 650px) {
	.ps-priests-grid {
		grid-template-columns: 1fr;
	}

	.ps-priest-card {
		grid-template-columns: 85px 1fr;
	}

	.ps-priest-photo {
		width: 85px;
	}
}

html,
body {
	background: var(--ps-bg) !important;
	color: var(--ps-text) !important;
	font-family: var(--ps-body) !important;
}

button,
input,
select,
textarea {
	font-family: var(--ps-body);
}

.ps-eyebrow,
.ps-priest-role,
.ps-mini-icon {
	color: var(--ps-primary) !important;
}

.ps-header {
	background: color-mix(in srgb, var(--ps-bg) 94%, transparent) !important;
	color: var(--ps-text) !important;
	border-color: color-mix(in srgb, var(--ps-text) 13%, transparent) !important;
}

.ps-brand strong,
.ps-brand small,
.ps-nav a {
	color: var(--ps-text) !important;
}

.ps-lang {
	border-color: color-mix(in srgb, var(--ps-text) 20%, transparent) !important;
}

.ps-lang .active {
	background: var(--ps-primary) !important;
	color: var(--ps-text-alt) !important;
}

.ps-footer {
	background: color-mix(in srgb, var(--ps-primary) 78%, #000 22%) !important;
	color: var(--ps-text-alt) !important;
}

/* Modern — geometry stays modern, palette comes from panel */

/* Classic — warm composition, but no fixed palette */

/* Traditional — dark ceremonial structure derived from chosen colors */

/* 1.1.4 clergy archive */

.ps-priests-page-hero p {
	max-width: 720px;
	margin-top: 18px;
	opacity: 0.72;
}

.ps-reading-wide {
	max-width: 980px;
}

.ps-clergy-archive-list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.ps-clergy-full-card {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	gap: 34px;
	padding: 26px;
	border: 1px solid color-mix(in srgb, var(--ps-text) 12%, transparent);
	border-radius: 18px;
	background: color-mix(in srgb, var(--ps-bg) 96%, var(--ps-primary) 4%);
}

.ps-clergy-full-photo {
	width: 100%;
	aspect-ratio: 4/5;
	overflow: hidden;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: color-mix(in srgb, var(--ps-primary) 10%, var(--ps-bg));
	color: var(--ps-primary);
	font-size: 44px;
}

.ps-clergy-full-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ps-clergy-full-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.ps-clergy-period {
	padding: 4px 8px;
	border-radius: 999px;
	background: color-mix(in srgb, var(--ps-primary) 8%, transparent);
	color: var(--ps-primary);
	font-size: 9px;
	font-weight: 800;
}

.ps-clergy-full-copy h2 {
	margin: 8px 0 18px;
	font-family: var(--ps-heading);
	font-size: 34px;
	line-height: 1.1;
}

.ps-clergy-bio {
	font-size: 15px;
}

.ps-clergy-bio-details summary {
	display: block;
	list-style: none;
	cursor: pointer;
}

.ps-clergy-bio-details summary::-webkit-details-marker {
	display: none;
}

.ps-clergy-bio-preview {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-clamp: 4;
}

.ps-clergy-bio-toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 12px;
}

.ps-clergy-bio-less {
	display: none;
}

.ps-clergy-bio-details[open] .ps-clergy-bio-preview,
.ps-clergy-bio-details[open] .ps-clergy-bio-more {
	display: none;
}

.ps-clergy-bio-details[open] .ps-clergy-bio-less {
	display: inline;
}

.ps-clergy-bio-details[open] .ps-clergy-bio-toggle i {
	transform: rotate(90deg);
}

.ps-clergy-bio-details[open] .ps-clergy-bio {
	margin-top: 14px;
}

.ps-clergy-bio-details.is-short summary {
	cursor: default;
}

.ps-clergy-bio-details.is-short .ps-clergy-bio-toggle {
	display: none;
}

.ps-clergy-full-contact {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 22px;
	padding-top: 16px;
	border-top: 1px solid color-mix(in srgb, var(--ps-text) 10%, transparent);
}

.ps-clergy-full-contact a {
	font-size: 11px;
	font-weight: 800;
	color: var(--ps-primary);
}

.ps-clergy-former {
	background: color-mix(in srgb, var(--ps-primary) 4%, var(--ps-bg));
}

@media (max-width: 760px) {
	.ps-clergy-full-card {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.ps-clergy-full-photo {
		width: min(230px, 100%);
		aspect-ratio: 1;
		border-radius: 50%;
	}
}

/* 1.1.5 modular announcements, liturgy calendar and gallery copy */

.ps-brand.no-logo {
	gap: 0;
}

.ps-logo-mark {
	display: none !important;
}

.ps-home-announcement-list {
	border-top: 1px solid color-mix(in srgb, var(--ps-text) 12%, transparent);
}

.ps-home-announcement-row {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr) auto;
	gap: 18px;
	align-items: center;
	padding: 18px 4px;
	border-bottom: 1px solid color-mix(in srgb, var(--ps-text) 12%, transparent);
}

.ps-home-announcement-row time {
	font-size: 10px;
	opacity: 0.55;
}

.ps-home-announcement-row strong {
	font-family: var(--ps-heading);
	font-size: 17px;
}

.ps-home-announcement-row span {
	color: var(--ps-primary);
	font-weight: 800;
}

.ps-extra-liturgy.is-hidden {
	display: none !important;
}

.ps-show-all-liturgies {
	margin-top: 12px;
	border: 1px solid color-mix(in srgb, var(--ps-primary) 30%, transparent);
	border-radius: 9px;
	background: transparent;
	color: var(--ps-primary);
	padding: 10px 14px;
	font-size: 10px;
	font-weight: 800;
	cursor: pointer;
}

.ps-calendar-menu {
	position: relative;
	margin-top: 5px;
}

.ps-calendar-menu summary {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	color: var(--ps-primary);
	font-size: 9px;
	font-weight: 800;
	list-style: none;
}

.ps-calendar-menu summary::-webkit-details-marker {
	display: none;
}

.ps-calendar-menu-popover {
	position: absolute;
	z-index: 20;
	left: 0;
	top: calc(100% + 6px);
	min-width: 210px;
	padding: 7px;
	border: 1px solid color-mix(in srgb, var(--ps-text) 14%, transparent);
	border-radius: 10px;
	background: var(--ps-bg);
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.ps-calendar-menu-popover a {
	display: block;
	padding: 8px 9px;
	border-radius: 7px;
	color: var(--ps-text) !important;
	font-size: 10px;
	font-weight: 700;
}

.ps-calendar-menu-popover a:hover {
	background: color-mix(in srgb, var(--ps-primary) 8%, var(--ps-bg));
}

.ps-home-gallery-card {
	display: block;
}

.ps-home-gallery-image {
	overflow: hidden;
	border-radius: inherit;
}

.ps-home-gallery-card .ps-home-gallery-image img,
.ps-home-gallery-card .ps-home-gallery-image .ps-card-placeholder {
	width: 100%;
	aspect-ratio: 1.2;
	object-fit: cover;
}

.ps-home-gallery-card > strong {
	display: block;
	margin-top: 8px;
	font-family: var(--ps-heading);
	font-size: 13px;
	line-height: 1.2;
}

.ps-home-gallery-card > p {
	margin: 4px 0 0;
	font-size: 9px;
	line-height: 1.45;
	opacity: 0.65;
}

@media (max-width: 600px) {
	.ps-home-announcement-row {
		grid-template-columns: 1fr auto;
		gap: 5px 12px;
	}

	.ps-home-announcement-row time {
		grid-column: 1/-1;
	}

	.ps-calendar-menu-popover {
		min-width: 190px;
	}
}

/* 1.1.6 liturgy archive + smart calendar + rebuilt About */

.ps-calendar-smart {
	display: inline-flex;
	margin-top: 7px;
	color: var(--ps-primary);
	font-size: 9px;
	font-weight: 800;
}

.ps-show-all-liturgies {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ps-all-liturgies {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ps-all-liturgy-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 25px;
	align-items: center;
	padding: 22px;
	border: 1px solid color-mix(in srgb, var(--ps-text) 12%, transparent);
	border-radius: 14px;
	background: color-mix(in srgb, var(--ps-bg) 97%, var(--ps-primary) 3%);
}

.ps-all-liturgy-card h2 {
	margin: 4px 0;
	font-family: var(--ps-heading);
	font-size: 20px;
}

.ps-all-liturgy-card p {
	margin: 5px 0;
	opacity: 0.68;
	font-size: 12px;
}

.ps-all-liturgy-card .ps-all-liturgy-description {
	max-width: 72ch;
	margin-top: 9px;
	font-size: 13px;
	line-height: 1.55;
}

.ps-all-liturgy-card > strong {
	font-size: 28px;
	color: var(--ps-primary);
}

.ps-liturgy-schedule-note {
	width: min(920px, 100%);
	margin: 18px auto 0;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.55;
}

.ps-recurring-liturgy-notes {
	width: min(920px, 100%);
	margin: 18px auto 0;
	display: grid;
	gap: 6px;
}

.ps-recurring-liturgy-notes .ps-liturgy-schedule-note {
	width: 100%;
	margin: 0;
}

.ps-liturgy-list-description {
	display: block;
	margin-top: 7px;
	font-family: var(--ps-body);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.55;
	opacity: 0.72;
}

.ps-home-about {
	position: relative;
	overflow: hidden;
}

.ps-home-about-shell {
	display: grid;
	grid-template-columns: 0.72fr 1.28fr;
	gap: 28px 70px;
	align-items: start;
}

.ps-home-about-intro h2 {
	margin: 0;
	font-family: var(--ps-heading);
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.04;
}

.ps-home-about-body {
	font-size: 15px;
}

.ps-home-about-meta {
	grid-column: 1/-1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid color-mix(in srgb, var(--ps-text) 12%, transparent);
	padding-top: 22px;
}

.ps-home-about-meta > div {
	padding: 0 22px;
	border-right: 1px solid color-mix(in srgb, var(--ps-text) 10%, transparent);
}

.ps-home-about-meta > div:first-child {
	padding-left: 0;
}

.ps-home-about-meta > div:last-child {
	border-right: 0;
}

.ps-home-about-meta small {
	display: block;
	margin-bottom: 6px;
	font-size: 9px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	opacity: 0.55;
}

.ps-home-about-meta strong {
	display: block;
	font-size: 12px;
	line-height: 1.45;
}

.ps-home-about-modern {
	background: linear-gradient(
		135deg,
		color-mix(in srgb, var(--ps-primary) 8%, var(--ps-bg)),
		color-mix(in srgb, var(--ps-accent) 5%, var(--ps-bg))
	);
}

.ps-home-about-classic {
	background: color-mix(in srgb, var(--ps-accent) 4%, var(--ps-bg));
	border-block: 1px solid color-mix(in srgb, var(--ps-primary) 18%, transparent);
}

.ps-home-about-traditional {
	background: color-mix(in srgb, var(--ps-primary) 82%, #000 18%);
	border-top: 1px solid color-mix(in srgb, var(--ps-accent) 35%, transparent);
}

.ps-home-about-traditional .ps-home-about-meta {
	border-color: color-mix(in srgb, var(--ps-accent) 28%, transparent);
}

@media (max-width: 760px) {
	.ps-home-about-shell {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.ps-home-about-meta {
		grid-column: auto;
		grid-template-columns: 1fr;
		gap: 0;
	}

	.ps-home-about-meta > div {
		padding: 13px 0;
		border-right: 0;
		border-bottom: 1px solid color-mix(in srgb, var(--ps-text) 10%, transparent);
	}

	.ps-all-liturgy-card {
		grid-template-columns: 1fr;
	}
}

/* 1.1.7 distinct headers/footers */

.ps-about-page-hero {
	padding: 110px 0 64px;
	background: var(--ps-bg-alt);
}

.ps-about-page-hero h1 {
	max-width: 1000px;
	margin: 12px 0 0;
	font: 730 clamp(46px, 7vw, 88px)/0.96 var(--ps-heading);
	letter-spacing: -0.055em;
}

.ps-about-page-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(42px, 7vw, 100px);
	align-items: start;
}

.ps-about-page-layout.without-image {
	grid-template-columns: 1fr;
}

.ps-about-page-image {
	position: sticky;
	top: 110px;
	margin: 0;
}

.ps-about-page-image img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 760px;
	object-fit: cover;
	border-radius: 24px;
}

.ps-about-page-content {
	max-width: none;
	font-size: 18px;
	line-height: 1.8;
}

@media (max-width: 760px) {
	.ps-about-page-layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.ps-about-page-image {
		position: static;
	}
	.ps-about-page-hero {
		padding: 72px 0 42px;
	}
}

.ps-footer-logo .ps-logo-img {
	width: 58px;
	height: 58px;
	object-fit: contain;
}

.ps-footer-nav {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ps-footer-nav a {
	font-size: 11px;
}

/* Newly created parish: one intentional public state instead of empty sections. */
.ps-pending-page {
	min-height: 100vh;
	background: var(--ps-bg) !important;
}
.ps-pending-shell {
	min-height: 100vh;
	display: grid;
	grid-template-rows: 1fr;
}
.ps-pending-lang {
	width: max-content;
	margin: 0 auto 24px;
	background: var(--ps-bg-alt);
}
.ps-pending-lang a {
	min-width: 34px;
	text-align: center;
}
.ps-pending-main {
	display: grid;
	min-width: 0;
	align-items: center;
}
.ps-pending-page .ps-site-pending {
	min-height: 0;
	padding-block: clamp(38px, 7vw, 90px);
}
.ps-pending-credit {
	display: flex;
	justify-content: center;
	margin-top: 22px;
	padding: 0;
	font: 750 9px/1.2 var(--ps-body);
	letter-spacing: .08em;
	text-transform: uppercase;
}
.ps-pending-credit a {
	color: color-mix(in srgb, var(--ps-text) 52%, transparent);
}
.ps-pending-credit a:hover {
	color: var(--ps-primary);
}
.ps-site-pending {
	min-height: clamp(540px, 72vh, 820px);
	display: grid;
	align-items: center;
	padding: clamp(72px, 10vw, 138px) 0;
	background: var(--ps-bg);
}
.ps-site-pending-panel {
	position: relative;
	max-width: 940px;
	margin: 0 auto;
	padding: clamp(42px, 7vw, 86px);
	text-align: center;
}
.ps-site-pending-mark {
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	margin: 0 auto 28px;
	color: var(--ps-primary);
	font-size: 24px;
}
.ps-site-pending-copy small {
	display: block;
	margin-bottom: 13px;
	color: var(--ps-primary);
	font: 800 10px/1.2 var(--ps-body);
	letter-spacing: .13em;
	text-transform: uppercase;
}
.ps-site-pending-name {
	margin: 0 0 15px;
	color: color-mix(in srgb, var(--ps-text) 62%, transparent);
	font: 650 13px/1.4 var(--ps-body);
}
.ps-site-pending h1 {
	max-width: 760px;
	margin: 0 auto;
	font: 750 clamp(36px, 5vw, 68px)/1.03 var(--ps-heading);
	letter-spacing: -.045em;
	text-wrap: balance;
}
.ps-site-pending-copy > p:last-child {
	max-width: 620px;
	margin: 25px auto 0;
	color: color-mix(in srgb, var(--ps-text) 70%, transparent);
	font: 450 14px/1.75 var(--ps-body);
}
.ps-site-pending-status {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 34px;
	color: var(--ps-primary);
	font: 750 10px/1.3 var(--ps-body);
}
.ps-site-pending-status i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--ps-accent);
	box-shadow: 0 0 0 5px color-mix(in srgb, var(--ps-accent) 16%, transparent);
}
@media (max-width: 640px) {
	.ps-pending-credit {
		margin-top: 18px;
	}
	.ps-site-pending {
		min-height: 560px;
	}
	.ps-site-pending-panel {
		padding: 38px 22px;
	}
	.ps-site-pending h1 {
		font-size: clamp(33px, 11vw, 48px);
	}
}

/* Privacy policy and cookie preferences */
.ps-privacy-content h2 {
	margin: 54px 0 18px;
	font: 700 clamp(24px, 3vw, 34px)/1.15 var(--ps-heading);
	letter-spacing: -0.025em;
}
.ps-privacy-content p,
.ps-privacy-content li {
	font-size: 15px;
	line-height: 1.75;
}
.ps-privacy-contact {
	padding-left: 20px;
}
.ps-privacy-updated {
	margin-top: 0;
	font-size: 12px !important;
	opacity: 0.65;
}
.ps-privacy-table-wrap {
	overflow-x: auto;
	margin: 24px 0;
	-webkit-overflow-scrolling: touch;
}
.ps-privacy-table {
	width: 100%;
	min-width: 660px;
	border-collapse: collapse;
	font-size: 12px;
}
.ps-privacy-table th,
.ps-privacy-table td {
	padding: 14px 16px;
	border-bottom: 1px solid color-mix(in srgb, var(--ps-text) 13%, transparent);
	text-align: left;
	vertical-align: top;
}
.ps-privacy-table th {
	font-size: 9px;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.ps-privacy-table code {
	font-size: 11px;
	word-break: normal;
}
.ps-privacy-settings {
	margin-top: 8px;
}
.ps-footer-legal {
	display: inline-flex;
	align-items: center;
	gap: 14px;
}
.ps-footer-legal button {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: inherit;
	font: inherit;
	cursor: pointer;
}
.ps-footer-legal :is(a, button):hover {
	color: var(--ps-accent);
}
.ps-cookie-bar[hidden] {
	display: none;
}
.ps-cookie-bar {
	position: fixed;
	z-index: 100000;
	right: 20px;
	bottom: 20px;
	left: 20px;
	color: var(--ps-text);
	opacity: 0;
	transform: translateY(12px);
	transition: opacity .2s ease, transform .2s ease;
}
.ps-cookie-bar.is-visible {
	opacity: 1;
	transform: none;
}
.ps-cookie-bar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	width: min(1180px, 100%);
	margin: 0 auto;
	padding: 20px 22px;
	border: 1px solid color-mix(in srgb, var(--ps-text) 14%, transparent);
	background: var(--ps-bg);
	box-shadow: 0 18px 60px rgba(0, 0, 0, .18);
}
.ps-cookie-bar-copy {
	max-width: 720px;
}
.ps-cookie-bar-copy small {
	display: block;
	margin-bottom: 6px;
	color: var(--ps-primary);
	font: 800 9px/1.2 var(--ps-body);
	letter-spacing: .12em;
	text-transform: uppercase;
}
.ps-cookie-bar-copy p {
	margin: 0;
	font: 500 12px/1.55 var(--ps-body);
}
.ps-cookie-bar-copy a {
	display: inline-block;
	margin-top: 6px;
	color: var(--ps-primary);
	font: 750 10px/1.3 var(--ps-body);
	text-decoration: underline;
	text-underline-offset: 3px;
}
.ps-cookie-bar-actions {
	display: flex;
	align-items: center;
	gap: 9px;
	flex: 0 0 auto;
}
.ps-cookie-bar-actions button {
	min-height: 38px;
	padding: 10px 14px;
	border: 1px solid var(--ps-primary);
	background: transparent;
	color: var(--ps-primary);
	font: 750 10px/1.2 var(--ps-body);
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.ps-cookie-bar-actions .ps-cookie-accept,
.ps-cookie-bar-actions .ps-cookie-reject:hover {
	background: var(--ps-primary);
	color: var(--ps-text-alt);
}
.ps-cookie-bar-actions .ps-cookie-accept:hover {
	border-color: var(--ps-accent);
	background: var(--ps-accent);
	color: var(--ps-text);
}
.parish-style-modern .ps-cookie-bar-inner {
	border-radius: 22px;
}
.parish-style-modern .ps-cookie-bar-actions button {
	border-radius: 999px;
}
.parish-style-classic .ps-cookie-bar-inner {
	border: 3px double color-mix(in srgb, var(--ps-primary) 32%, transparent);
	background: var(--ps-bg-alt);
}
.parish-style-classic .ps-cookie-bar-copy small,
.parish-style-classic .ps-cookie-bar-actions button {
	font-family: Georgia, 'Times New Roman', serif;
}
.parish-style-traditional .ps-cookie-bar-inner {
	border-color: color-mix(in srgb, var(--ps-accent) 55%, transparent);
	background: var(--ps-primary);
	color: var(--ps-text-alt);
}
.parish-style-traditional .ps-cookie-bar-copy :is(small, a) {
	color: var(--ps-accent);
}
.parish-style-traditional .ps-cookie-bar-actions button {
	border-color: var(--ps-accent);
	color: var(--ps-accent);
}
.parish-style-traditional .ps-cookie-bar-actions .ps-cookie-accept,
.parish-style-traditional .ps-cookie-bar-actions .ps-cookie-reject:hover {
	background: var(--ps-accent);
	color: var(--ps-primary);
}
@media (max-width: 760px) {
	.ps-site-admin-strip-row {
		gap: 12px;
	}
	.ps-site-admin-panel-link,
	.ps-site-admin-identity strong {
		font-size: 10px;
	}
	.ps-site-admin-panel-link {
		max-width: 58%;
	}
	.ps-cookie-bar {
		right: 10px;
		bottom: 10px;
		left: 10px;
	}
	.ps-cookie-bar-inner {
		align-items: stretch;
		gap: 16px;
		padding: 18px;
		flex-direction: column;
	}
	.ps-cookie-bar-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.ps-cookie-bar-actions button {
		padding-inline: 10px;
	}
	.ps-footer-legal {
		flex-wrap: wrap;
	}
}


/* Stable UI symbols: prevent arrows and crosses from being rendered as emoji on mobile OSes. */
.ps-ui-symbol {
    display: inline-flex;
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    margin-inline: .08em;
    vertical-align: -.12em;
    line-height: 1;
    color: currentColor;
}

.ps-ui-symbol svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ps-ui-symbol-cross {
    width: .78em;
    height: 1em;
}

.ps-ui-symbol-close svg {
    stroke-width: 2;
}
