.mateusz-word-page {
	background: #f8f7f3;
	color: #102542;
}

.mateusz-word-container {
	width: min(calc(100% - 40px), 1240px);
	margin: 0 auto;
}

.mateusz-word-hero {
	position: relative;
	min-height: 250px;
	overflow: hidden;
	background: #f4f1e9 var(--mateusz-word-hero-image) right 44% / cover no-repeat;
	border-bottom: 1px solid rgba(16, 37, 66, .08);
}

.mateusz-word-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.96) 31%, rgba(255,255,255,.75) 54%, rgba(255,255,255,.12) 78%, rgba(255,255,255,0) 100%);
}

.mateusz-word-hero-inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	min-height: 250px;
	padding: 42px 0;
}

.mateusz-word-hero-copy { max-width: 670px; }

.mateusz-word-eyebrow,
.mateusz-word-section-label {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: #b78327;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.mateusz-word-eyebrow::before,
.mateusz-word-section-label::before {
	width: 34px;
	height: 1px;
	background: currentColor;
	content: "";
}

.mateusz-word-hero h1 {
	margin: 14px 0 8px;
	color: #102542;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 5vw, 64px);
	line-height: 1.02;
	letter-spacing: -.035em;
}

.mateusz-word-hero-copy > p {
	max-width: 590px;
	margin: 0;
	color: #526074;
	font-size: 16px;
	line-height: 1.7;
}

.mateusz-word-breadcrumbs {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-top: 22px;
	color: #6b7584;
	font-size: 12px;
}

.mateusz-word-breadcrumbs a { color: #b78327; text-decoration: none; }
.mateusz-word-breadcrumbs strong { color: #102542; font-weight: 650; }
.mateusz-word-content { padding: 32px 0 76px; }

.mateusz-word-intro {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	gap: 32px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedbd3;
}

.mateusz-word-intro h2 {
	margin: 9px 0 0;
	color: #102542;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 35px;
	line-height: 1.08;
}

.mateusz-word-intro > p {
	max-width: 430px;
	margin: 0 0 3px;
	color: #687484;
	font-size: 13px;
	line-height: 1.55;
	text-align: right;
}

.mateusz-word-notice {
	margin-top: 24px;
	padding: 26px 28px;
	background: #fff;
	border: 1px solid #e3e0d8;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(16,37,66,.045);
}

.mateusz-word-notice strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
}

.mateusz-word-notice p { margin: 8px 0 0; color: #687484; }

.mateusz-word-readings {
	display: grid;
	gap: 14px;
	margin-top: 22px;
}

.mateusz-word-reading {
	display: grid;
	grid-template-columns: 78px minmax(0,1fr);
	overflow: hidden;
	background: #fff;
	border: 1px solid #e3e0d8;
	border-radius: 10px;
	box-shadow: 0 7px 22px rgba(16,37,66,.04);
}

.mateusz-word-reading-index {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 150px;
	color: #b78327;
	background: #fbf8f0;
	border-right: 1px solid #e8e2d8;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	font-weight: 700;
}

.mateusz-word-reading-main { min-width: 0; padding: 24px 30px 27px; }

.mateusz-word-reading-main header {
	padding-bottom: 15px;
	border-bottom: 1px solid #ece9e2;
}

.mateusz-word-reading-main header span {
	display: block;
	color: #b78327;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.mateusz-word-reading-main h3 {
	margin: 7px 0 0;
	color: #102542;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 25px;
	line-height: 1.25;
}

.mateusz-word-reading-text {
	max-width: 920px;
	padding-top: 17px;
	color: #26364b;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: 1.78;
}

.mateusz-word-reading-text p { margin: 0 0 1em; }
.mateusz-word-reading-text p:last-child { margin-bottom: 0; }

 
.mateusz-word-reading.is-psalm {
	border-color: rgba(183,131,39,.28);
	background: linear-gradient(120deg,#fffdf8 0%,#fbf5e8 100%);
}

.mateusz-word-reading.is-psalm .mateusz-word-reading-index { background: #f6ead0; }

.mateusz-word-psalm {
	display: block;
	max-width: 800px;
}

.mateusz-word-psalm-refrain-text,
.mateusz-word-psalm-repeat {
	display: block;
	margin: 0;
	color: #102542;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.62;
}

.mateusz-word-psalm-refrain-text {
	margin-bottom: 22px;
	padding: 11px 15px;
	background: rgba(183,131,39,.10);
	border-left: 3px solid #b78327;
	border-radius: 0 6px 6px 0;
}

.mateusz-word-psalm-refrain-text span,
.mateusz-word-psalm-repeat span,
.mateusz-word-psalm-line {
	display: block;
}

.mateusz-word-psalm-stanzas {
	display: grid;
	gap: 23px;
}

.mateusz-word-psalm-stanza {
	color: #26364b;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: 1.66;
}

.mateusz-word-psalm-repeat {
	margin-top: 10px;
	color: #102542;
}

.mateusz-word-reading.is-gospel {
	border-color: rgba(16,37,66,.17);
	box-shadow: 0 11px 30px rgba(16,37,66,.065);
}

.mateusz-word-reading.is-gospel .mateusz-word-reading-index {
	color: #fff;
	background: #102542;
	border-right-color: #102542;
}

.mateusz-word-reflection {
	position: relative;
	overflow: hidden;
	margin-top: 22px;
	padding: 34px 40px 38px;
	color: #102542;
	background: radial-gradient(circle at 100% 0%, rgba(213,170,86,.17), transparent 31%), linear-gradient(145deg,#fffdf8 0%,#f4ead6 100%);
	border: 1px solid rgba(183,131,39,.28);
	border-radius: 12px;
	box-shadow: 0 12px 32px rgba(16,37,66,.055);
}

.mateusz-word-reflection-mark {
	position: absolute;
	top: 3px;
	right: 24px;
	color: rgba(183,131,39,.14);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 100px;
	line-height: 1;
}

.mateusz-word-reflection header { position: relative; z-index: 1; max-width: 850px; }

.mateusz-word-reflection h2 {
	margin: 10px 0 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	line-height: 1.15;
}

.mateusz-word-reflection-meta {
	margin: 9px 0 0;
	color: #7d6a46;
	font-size: 12px;
	font-weight: 700;
}

.mateusz-word-reflection-text {
	position: relative;
	z-index: 1;
	max-width: 960px;
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid rgba(183,131,39,.25);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 16px;
	line-height: 1.78;
}

.mateusz-word-reflection-text p { margin: 0 0 1em; }
.mateusz-word-reflection-text p:last-child { margin-bottom: 0; }

.mateusz-word-source {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 22px;
	padding-top: 18px;
	color: #727b87;
	border-top: 1px solid #dedbd3;
	font-size: 11px;
}

@media (max-width: 820px) {
	.mateusz-word-hero { background-position: 68% center; }
	.mateusz-word-intro { align-items: flex-start; flex-direction: column; gap: 10px; }
	.mateusz-word-intro > p { max-width: none; text-align: left; }
	.mateusz-word-reading { grid-template-columns: 60px minmax(0,1fr); }
	.mateusz-word-reading-index { min-height: 120px; }
	.mateusz-word-reading-main { padding: 21px 23px 24px; }
}

@media (max-width: 620px) {
	.mateusz-word-container { width: min(calc(100% - 24px),1240px); }
	.mateusz-word-hero { min-height: 235px; background-position: 73% center; }
	.mateusz-word-hero-inner { min-height: 235px; padding: 34px 0; }
	.mateusz-word-hero h1 { font-size: 42px; }
	.mateusz-word-hero-copy > p { max-width: 86%; font-size: 14px; }
	.mateusz-word-breadcrumbs { margin-top: 17px; }
	.mateusz-word-content { padding: 26px 0 56px; }
	.mateusz-word-intro h2 { font-size: 28px; }
	.mateusz-word-reading { grid-template-columns: 1fr; }
	.mateusz-word-reading-index {
		justify-content: flex-start;
		min-height: 0;
		padding: 10px 18px;
		border-right: 0;
		border-bottom: 1px solid #e8e2d8;
		font-size: 15px;
	}
	.mateusz-word-reading-main { padding: 20px 18px 22px; }
	.mateusz-word-reading-main h3 { font-size: 21px; }
	.mateusz-word-reading-text { font-size: 15px; line-height: 1.68; }
	.mateusz-word-psalm-stanza,
	.mateusz-word-psalm-refrain-text,
	.mateusz-word-psalm-repeat { font-size: 15px; }
	.mateusz-word-psalm-refrain-text { padding: 10px 12px; }
	.mateusz-word-reflection { padding: 28px 20px 30px; }
	.mateusz-word-reflection h2 { font-size: 28px; }
	.mateusz-word-reflection-text { font-size: 15px; line-height: 1.68; }
	.mateusz-word-source { align-items: flex-start; flex-direction: column; gap: 8px; }
}
