/* PAGE TEMPLATE STYLES
   Append to cerauno-child/style.css after the Blog Index section */

/* Center content column, remove sidebars */
.page .site-main {
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
	width: 100%;
}

.page .sidebar-left,
.page .sidebar-right {
	display: none;
}

.page .hentry {
	margin-bottom: 0;
	padding: 0;
}

/* Page hero header - dark band with title */
.page .entry-header {
	background: #2c353d;
	padding: 2.8rem 2.5rem 2.4rem;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

/* Decorative circles */
.page .entry-header::before {
	content: "";
	position: absolute;
	top: -40px;
	right: -40px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	border: 2px solid rgba(188, 200, 205, 0.15);
	pointer-events: none;
}

.page .entry-header::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 60px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1.5px solid rgba(245, 28, 161, 0.2);
	pointer-events: none;
}

/* Eyebrow label above title.
   To customize per page, find your page ID in the WordPress
   editor URL (post=XX) then add a line like:
   .page-id-42 .entry-title::before { content: "About"; }
*/
.page .entry-title::before {
	content: "Page";
	display: block;
	font-family: 'Lato', Tahoma, sans-serif;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #f51ca1;
	margin-bottom: 0.5rem;
}

/* Per-page eyebrow overrides - add your page IDs here:
   .page-id-12 .entry-title::before { content: "About"; }
   .page-id-47 .entry-title::before { content: "Contact"; }
   .page-id-63 .entry-title::before { content: "Work With Me"; }
*/

/* Page title */
.page .entry-title {
	font-family: 'Lato', Tahoma, sans-serif;
	font-size: 2.2rem;
	font-weight: 900;
	color: #f0ece4;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin: 0 0 0;
	text-transform: none;
}

/* Grey accent rule beneath title */
.page .entry-title::after {
	content: "";
	display: block;
	width: 48px;
	height: 3px;
	background: #bcc8cd;
	border-radius: 2px;
	margin-top: 0.8rem;
	opacity: 0.6;
}

/* Page content area */
.page .entry-content {
	padding: 2.2rem 2.5rem;
	margin-top: 0;
	font-size: 18px;
	line-height: 1.85;
	color: #3a4550;
}

.page .entry-content p {
	margin-bottom: 1.5em;
}

/* Lede - first paragraph gets pink left border.
   Add CSS class "page-lede" to any paragraph block
   in the editor to trigger it manually on other paragraphs. */
.page .entry-content p.page-lede,
.page .entry-content > p:first-child {
	font-size: 19px;
	font-weight: 300;
	font-style: italic;
	color: #5a6a78;
	line-height: 1.8;
	border-left: 3px solid #f51ca1;
	padding-left: 1.2rem;
	margin-bottom: 1.8em;
}

/* H2 - pink heading with grey accent rule */
.page .entry-content h2 {
	font-family: 'Lato', Tahoma, sans-serif;
	font-size: 1.4rem;
	font-weight: 900;
	color: #f51ca1;
	letter-spacing: -0.01em;
	line-height: 1.25;
	margin-top: 2.2rem;
	margin-bottom: 0;
}

.page .entry-content h2::after {
	content: "";
	display: block;
	width: 48px;
	height: 3px;
	background: #bcc8cd;
	border-radius: 2px;
	margin-top: 0.45rem;
	margin-bottom: 1rem;
}

/* H3 - dark with smaller rule */
.page .entry-content h3 {
	font-family: 'Lato', Tahoma, sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	color: #2c353d;
	line-height: 1.3;
	margin-top: 1.8rem;
	margin-bottom: 0;
}

.page .entry-content h3::after {
	content: "";
	display: block;
	width: 28px;
	height: 2px;
	background: #bcc8cd;
	border-radius: 2px;
	margin-top: 0.35rem;
	margin-bottom: 0.85rem;
}

/* H4 - pink uppercase label */
.page .entry-content h4 {
	font-family: 'Lato', Tahoma, sans-serif;
	font-size: 0.95rem;
	font-weight: 700;
	color: #f51ca1;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-top: 1.6rem;
	margin-bottom: 0.6rem;
}

/* Section divider */
.page .entry-content hr {
	border: none;
	border-top: 1.5px solid #bcc8cd;
	opacity: 0.5;
	margin: 2rem 0;
}

/* Bullet lists - pink dot with grey divider lines */
.page .entry-content ul {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
}

.page .entry-content ul li {
	font-size: 16px;
	line-height: 1.6;
	color: #3a4550;
	padding: 0.65rem 0 0.65rem 1.4rem;
	border-top: 1px solid #bcc8cd;
	position: relative;
}

.page .entry-content ul li:last-child {
	border-bottom: 1px solid #bcc8cd;
}

.page .entry-content ul li::before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #f51ca1;
	position: absolute;
	left: 0;
	top: 1.05rem;
}

.page .entry-content ul li strong {
	font-weight: 700;
	color: #2c353d;
}

/* Ordered lists - pink numbered with grey dividers */
.page .entry-content ol {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
	counter-reset: page-ol;
}

.page .entry-content ol li {
	font-size: 16px;
	line-height: 1.6;
	color: #3a4550;
	padding: 0.65rem 0 0.65rem 2rem;
	border-top: 1px solid #bcc8cd;
	position: relative;
	counter-increment: page-ol;
}

.page .entry-content ol li:last-child {
	border-bottom: 1px solid #bcc8cd;
}

.page .entry-content ol li::before {
	content: counter(page-ol);
	position: absolute;
	left: 0;
	top: 0.6rem;
	font-size: 11px;
	font-weight: 900;
	color: #f51ca1;
	letter-spacing: 0.05em;
}

/* Blockquotes */
.page .entry-content blockquote {
	border-left: 3px solid #f51ca1;
	margin: 1.8rem 0;
	padding: 0.4rem 0 0.4rem 1.4rem;
	font-size: 1.1rem;
	font-style: italic;
	color: #5a6a78;
	line-height: 1.75;
}

.page .entry-content blockquote p {
	margin-bottom: 0;
}

/* Links inside page content */
.page .entry-content a,
.page .entry-content a:visited {
	color: #f51ca1;
	border-bottom: 1px solid #bcc8cd;
	font-weight: 700;
	transition: border-color 0.15s ease, color 0.15s ease;
}

.page .entry-content a:hover,
.page .entry-content a:focus {
	color: #c4148a;
	border-bottom-color: #f51ca1;
}

/* Hide post footer on pages */
.page .entry-footer {
	display: none;
}

/* Responsive - tablet */
@media screen and (max-width: 780px) {
	.page .entry-header {
		padding: 2rem 1.6rem 1.8rem;
	}
	.page .entry-title {
		font-size: 1.8rem;
	}
	.page .entry-content {
		padding: 1.8rem 1.6rem;
		font-size: 17px;
	}
}

/* Responsive - mobile */
@media screen and (max-width: 500px) {
	.page .entry-header {
		padding: 1.6rem 1.2rem 1.5rem;
	}
	.page .entry-title {
		font-size: 1.5rem;
	}
	.page .entry-content {
		padding: 1.4rem 1.2rem;
		font-size: 16px;
		line-height: 1.75;
	}
}
/* ============================================================
   BLOG POST TEMPLATE STYLES
   Add this block to your cerauno-child/style.css
   ============================================================ */

/* ----------------------------------------------------------
   POST CONTENT — centered column with generous margins
   ---------------------------------------------------------- */

.single .site-main,
.single .entry-content,
.single .entry-header,
.single .entry-footer {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	width: 100%;
}

.single .hentry {
	padding: 0 2rem;
}

/* ----------------------------------------------------------
   POST TITLE
   ---------------------------------------------------------- */

.single .entry-title {
	font-size: 2.6rem;
	font-weight: 900;
	color: #2c353d;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin-bottom: 0.4rem;
	text-align: left;
}

/* ----------------------------------------------------------
   POST META (date, author, categories)
   ---------------------------------------------------------- */

.single .entry-meta {
	font-size: 13px;
	font-weight: 300;
	font-style: italic;
	color: #8a9199;
	width: 100%;
	float: none;
	margin-bottom: 1.8rem;
}

/* Category / tag links in meta — pink accent */
.single .entry-meta a {
	color: #f51ca1;
	font-weight: 700;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-bottom: none;
}

.single .entry-meta a:hover {
	color: #c4148a;
}

/* ----------------------------------------------------------
   BODY TEXT
   ---------------------------------------------------------- */

.single .entry-content {
	font-size: 19px;
	line-height: 1.85;
	color: #3a4550;
	margin-top: 1.6rem;
}

.single .entry-content p {
	margin-bottom: 1.6em;
}

/* ----------------------------------------------------------
   H2 HEADINGS — pink title + grey accent rule beneath
   ---------------------------------------------------------- */

.single .entry-content h2 {
	font-size: 1.65rem;
	font-weight: 900;
	color: #f51ca1;
	letter-spacing: -0.01em;
	line-height: 1.25;
	margin-top: 2.6rem;
	margin-bottom: 0;
	padding-bottom: 0;
}

.single .entry-content h2::after {
	content: "";
	display: block;
	width: 48px;
	height: 3px;
	background: #bcc8cd;
	border-radius: 2px;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

/* ----------------------------------------------------------
   H3 HEADINGS — body color + smaller grey accent rule
   ---------------------------------------------------------- */

.single .entry-content h3 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #2c353d;
	line-height: 1.3;
	margin-top: 2rem;
	margin-bottom: 0;
}

.single .entry-content h3::after {
	content: "";
	display: block;
	width: 28px;
	height: 2px;
	background: #bcc8cd;
	border-radius: 2px;
	margin-top: 0.35rem;
	margin-bottom: 0.85rem;
}

/* ----------------------------------------------------------
   H4 HEADINGS — smaller, pink, no rule (use sparingly)
   ---------------------------------------------------------- */

.single .entry-content h4 {
	font-size: 1rem;
	font-weight: 700;
	color: #f51ca1;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-top: 1.8rem;
	margin-bottom: 0.6rem;
}

/* ----------------------------------------------------------
   SECTION DIVIDERS — soft grey hr between major sections
   ---------------------------------------------------------- */

.single .entry-content hr {
	border: none;
	border-top: 1.5px solid #bcc8cd;
	opacity: 0.6;
	margin: 2.4rem 0;
}

/* ----------------------------------------------------------
   BLOCKQUOTES — pink left border, italic
   ---------------------------------------------------------- */

.single .entry-content blockquote {
	border-left: 3px solid #f51ca1;
	margin: 1.8rem 0;
	padding: 0.4rem 0 0.4rem 1.4rem;
	font-size: 1.1rem;
	font-style: italic;
	color: #5a6a78;
	line-height: 1.75;
}

.single .entry-content blockquote p {
	margin-bottom: 0;
}

/* ----------------------------------------------------------
   LINKS inside post content
   ---------------------------------------------------------- */

.single .entry-content a,
.single .entry-content a:visited {
	color: #f51ca1;
	border-bottom: 1px solid #bcc8cd;
	font-weight: 700;
	transition: border-color 0.15s ease, color 0.15s ease;
}

.single .entry-content a:hover,
.single .entry-content a:focus {
	color: #c4148a;
	border-bottom-color: #f51ca1;
}

/* ----------------------------------------------------------
   FEATURED IMAGE — full bleed within the centered column
   ---------------------------------------------------------- */

.single .featured-image {
	margin-bottom: 2rem;
	border-radius: 6px;
	overflow: hidden;
}

.single .featured-image img {
	width: 100%;
	height: auto;
	display: block;
}

/* ----------------------------------------------------------
   POST FOOTER (tags, categories bar at bottom)
   ---------------------------------------------------------- */

.single .entry-footer {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #8a9199;
	border-top: 1.5px solid #bcc8cd;
	border-bottom: none;
	padding: 1rem 0 0;
	margin-top: 3rem;
}

.single .entry-footer a {
	color: #f51ca1;
	border-bottom: none;
}

.single .entry-footer a:hover {
	color: #c4148a;
}

/* ----------------------------------------------------------
   RESPONSIVE — narrow screens
   ---------------------------------------------------------- */

@media screen and (max-width: 780px) {
	.single .hentry {
		padding: 0 1.2rem;
	}

	.single .entry-title {
		font-size: 2rem;
	}

	.single .entry-content {
		font-size: 18px;
	}

	.single .entry-content h2 {
		font-size: 1.45rem;
	}
}

@media screen and (max-width: 500px) {
	.single .hentry {
		padding: 0 0.8rem;
	}

	.single .entry-title {
		font-size: 1.7rem;
	}

	.single .entry-content {
		font-size: 17px;
		line-height: 1.75;
	}
}
/* ============================================================
   BLOG INDEX / POST ARCHIVE STYLES
   Append this block to your cerauno-child/style.css
   after the Blog Post Template section
   ============================================================ */

/* ----------------------------------------------------------
   INDEX — center the main content column
   ---------------------------------------------------------- */

.blog .site-main,
.archive .site-main {
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
	width: 100%;
	padding: 0 2rem;
}

/* Hide the sidebars on the blog index for a clean centered look */
.blog .sidebar-left,
.blog .sidebar-right,
.archive .sidebar-left,
.archive .sidebar-right {
	display: none;
}

/* ----------------------------------------------------------
   PAGE TITLE ("Words" / "Category: Teaching" etc.)
   ---------------------------------------------------------- */

.blog .page-header,
.archive .page-header {
	border-bottom: none;
	margin: 0 0 0.4rem;
	padding-bottom: 0;
}

/* Eyebrow label above the heading */
.blog .site-main > header::before,
.archive .page-header::before {
	content: "All Posts";
	display: block;
	font-family: 'Lato', Tahoma, sans-serif;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #f51ca1;
	margin-bottom: 0.4rem;
}

.archive .page-header::before {
	content: "Archive";
}

.blog h1.page-title,
.archive h1.page-title,
.blog .page-title,
.archive .page-title {
	font-family: 'Lato', Tahoma, sans-serif;
	font-size: 1.9rem;
	font-weight: 900;
	color: #2c353d;
	letter-spacing: -0.02em;
	line-height: 1.2;
	margin: 0 0 0;
}

/* Grey accent rule beneath page title */
.blog .page-title::after,
.archive .page-title::after,
.blog h1.page-title::after,
.archive h1.page-title::after {
	content: "";
	display: block;
	width: 48px;
	height: 3px;
	background: #bcc8cd;
	border-radius: 2px;
	margin-top: 0.5rem;
	margin-bottom: 1.8rem;
}

/* Fallback: if no .page-header exists on blog home, target .site-main directly */
.blog .site-main > h1:first-child::after {
	content: "";
	display: block;
	width: 48px;
	height: 3px;
	background: #bcc8cd;
	border-radius: 2px;
	margin-top: 0.5rem;
	margin-bottom: 1.8rem;
}

/* ----------------------------------------------------------
   POST ENTRIES — list layout
   ---------------------------------------------------------- */

.blog .hentry,
.archive .hentry {
	border-top: 1.5px solid #bcc8cd;
	margin: 0;
	padding: 1.5rem 0;
	display: grid;
	grid-template-columns: 1fr 110px;
	grid-template-areas:
		"text thumb";
	gap: 1.2rem;
	align-items: start;
}

/* Last post gets a bottom border too */
.blog .hentry:last-of-type,
.archive .hentry:last-of-type {
	border-bottom: 1.5px solid #bcc8cd;
}

/* ----------------------------------------------------------
   FEATURED IMAGE THUMBNAIL (right column)
   ---------------------------------------------------------- */

.blog .featured-image,
.archive .featured-image {
	grid-area: thumb;
	width: 110px;
	height: 80px;
	overflow: hidden;
	border-radius: 4px;
	margin: 0;
	flex-shrink: 0;
}

.blog .featured-image img,
.archive .featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Placeholder when no image is set — keeps the grid slot visible */
.blog .hentry:not(:has(.featured-image)) .entry-summary,
.archive .hentry:not(:has(.featured-image)) .entry-summary {
	grid-column: 1 / -1;
}

/* ----------------------------------------------------------
   TEXT COLUMN (left column)
   ---------------------------------------------------------- */

.blog .entry-header,
.archive .entry-header {
	grid-area: text;
}

/* ----------------------------------------------------------
   DATE — pink uppercase label
   ---------------------------------------------------------- */

.blog .entry-meta,
.archive .entry-meta {
	float: none;
	width: 100%;
	margin: 0 0 0.4rem;
	font-family: 'Lato', Tahoma, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #f51ca1;
}

.blog .entry-meta a,
.archive .entry-meta a {
	color: #f51ca1;
	border-bottom: none;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.blog .entry-meta a:hover,
.archive .entry-meta a:hover {
	color: #c4148a;
}

/* ----------------------------------------------------------
   CATEGORY PILLS
   ---------------------------------------------------------- */

.blog .cat-links,
.archive .cat-links {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 0.5rem;
}

.blog .cat-links a,
.archive .cat-links a {
	font-family: 'Lato', Tahoma, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	padding: 2px 9px;
	border-radius: 20px;
	border: 1px solid #bcc8cd !important;
	color: #5a7a88 !important;
	background: transparent;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease;
}

.blog .cat-links a:hover,
.archive .cat-links a:hover {
	background: #bcc8cd;
	color: #2c353d !important;
}

/* ----------------------------------------------------------
   POST TITLE
   ---------------------------------------------------------- */

.blog .entry-title,
.archive .entry-title {
	font-family: 'Lato', Tahoma, sans-serif;
	font-size: 1.25rem;
	font-weight: 900;
	color: #2c353d;
	letter-spacing: -0.01em;
	line-height: 1.25;
	margin: 0 0 0.5rem;
	text-transform: none;
}

.blog .entry-title a,
.archive .entry-title a {
	color: #2c353d;
	border-bottom: none;
	transition: color 0.15s ease;
}

.blog .entry-title a:hover,
.archive .entry-title a:hover {
	color: #f51ca1;
}

/* ----------------------------------------------------------
   EXCERPT
   ---------------------------------------------------------- */

.blog .entry-summary,
.archive .entry-summary {
	float: none;
	width: 100%;
	margin: 0 0 0.75rem;
	font-family: 'Lato', Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.7;
	color: #5a6a78;
}

.blog .entry-summary p,
.archive .entry-summary p {
	margin: 0;
}

/* ----------------------------------------------------------
   READ MORE LINK
   ---------------------------------------------------------- */

.blog .more-link,
.archive .more-link,
.blog a.more-link,
.archive a.more-link {
	display: inline-block;
	font-family: 'Lato', Tahoma, sans-serif;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #f51ca1;
	text-decoration: none;
	border-bottom: 1.5px solid #bcc8cd;
	padding-bottom: 1px;
	margin-top: 0.3rem;
	transition: border-color 0.15s ease, color 0.15s ease;
}

.blog .more-link:hover,
.archive .more-link:hover {
	color: #c4148a;
	border-bottom-color: #f51ca1;
}

/* ----------------------------------------------------------
   PAGINATION (Older / Newer posts navigation)
   ---------------------------------------------------------- */

.blog .posts-navigation,
.archive .posts-navigation {
	border-top: 1.5px solid #bcc8cd;
	border-bottom: none;
	margin: 1.6rem 0 0;
	padding: 1.2rem 0 0;
	font-family: 'Lato', Tahoma, sans-serif;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #8a9199;
}

.blog .posts-navigation a,
.archive .posts-navigation a {
	color: #f51ca1;
	border-bottom: 1.5px solid #bcc8cd;
	padding-bottom: 1px;
	transition: border-color 0.15s ease;
}

.blog .posts-navigation a:hover,
.archive .posts-navigation a:hover {
	border-bottom-color: #f51ca1;
}

/* ----------------------------------------------------------
   RESPONSIVE
   ---------------------------------------------------------- */

@media screen and (max-width: 600px) {
	.blog .site-main,
	.archive .site-main {
		padding: 0 1.2rem;
	}

	.blog .hentry,
	.archive .hentry {
		grid-template-columns: 1fr 80px;
		gap: 0.9rem;
	}

	.blog .featured-image,
	.archive .featured-image {
		width: 80px;
		height: 60px;
	}

	.blog .entry-title,
	.archive .entry-title {
		font-size: 1.1rem;
	}
}

@media screen and (max-width: 400px) {
	.blog .hentry,
	.archive .hentry {
		grid-template-columns: 1fr;
	}

	.blog .featured-image,
	.archive .featured-image {
		width: 100%;
		height: 140px;
		grid-row: 1;
	}
}