:root {
	--rose: #ef7c85;
	--rose-deep: #d95d72;
	--rose-soft: #f9dbda;
	--sage: #8a8f71;
	--sage-soft: #cfd3bf;
	--paper: #fffdf8;
	--paper-dark: #fbf5ec;
	--ink: #4f4941;
	--ink-soft: #72695f;
	--line: rgba(138, 143, 113, 0.18);
	--shadow: 0 18px 46px rgba(123, 97, 79, 0.12);
	--radius: 26px;
	--radius-sm: 16px;
	--container: 1180px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background:
		radial-gradient(circle at top left, rgba(245, 198, 200, 0.75), transparent 28%),
		radial-gradient(circle at bottom right, rgba(207, 211, 191, 0.58), transparent 26%),
		linear-gradient(180deg, #fffdf9 0%, var(--paper-dark) 100%);
	color: var(--ink);
	font-family: "Inter", system-ui, sans-serif;
	font-size: 0.9rem;
	font-weight: 200;
	line-height: 1.72;
	min-height: 100vh;
}

body::before,
body::after {
	content: "";
	position: fixed;
	inset: 0;
	pointer-events: none;
	z-index: -1;
}

body::before {
	background:
		radial-gradient(circle at 10% 18%, rgba(239, 124, 133, 0.16) 0 2px, transparent 3px),
		radial-gradient(circle at 82% 9%, rgba(138, 143, 113, 0.2) 0 2px, transparent 3px),
		radial-gradient(circle at 92% 22%, rgba(79, 73, 65, 0.14) 0 1.5px, transparent 2.4px),
		radial-gradient(circle at 18% 68%, rgba(239, 124, 133, 0.14) 0 2px, transparent 3.2px),
		radial-gradient(circle at 66% 84%, rgba(138, 143, 113, 0.12) 0 2px, transparent 3px);
	opacity: 0.9;
}

body::after {
	background: linear-gradient(transparent, rgba(255, 255, 255, 0.22) 15%, transparent 30%);
	mix-blend-mode: screen;
}

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

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

p {
	margin: 0 0 1.1em;
}

ul,
ol {
	margin: 0 0 1.2em;
	padding-left: 1.2em;
}

input,
textarea,
button {
	font: inherit;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.site {
	overflow: visible;
}

.site-shell {
	margin: 0 auto;
	max-width: calc(var(--container) + 48px);
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	padding: 0.95rem 1.45rem;
	border: 1px solid transparent;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--rose) 0%, var(--rose-deep) 100%);
	box-shadow: 0 14px 32px rgba(217, 93, 114, 0.25);
	color: #fff;
	font-family: "Nunito Sans", "Trebuchet MS", sans-serif;
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.button:hover,
.button:focus-visible {
	box-shadow: 0 18px 34px rgba(217, 93, 114, 0.32);
	outline: none;
	transform: translateY(-2px);
}

.button--ghost {
	background: transparent;
	border-color: rgba(79, 73, 65, 0.12);
	box-shadow: none;
	color: var(--ink);
}

.button--ghost:hover,
.button--ghost:focus-visible {
	background: rgba(239, 124, 133, 0.08);
	box-shadow: none;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	backdrop-filter: blur(14px);
	background: rgba(255, 252, 247, 0.88);
	border-bottom: 1px solid rgba(138, 143, 113, 0.12);
}

.header-shell {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 1.4rem;
	min-height: 86px;
}

.header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 1.4rem;
	background: linear-gradient(135deg, rgba(217, 93, 114, 0.95), rgba(239, 124, 133, 0.96));
	border-radius: 999px;
	color: #fff;
	font-family: "Nunito Sans", "Trebuchet MS", sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	white-space: nowrap;
}

.primary-navigation {
	justify-self: center;
}

.primary-menu,
.primary-menu ul,
.primary-navigation .menu ul,
.footer-menu,
.footer-column .menu ul {
	display: flex;
	align-items: center;
	gap: 1.2rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu a,
.primary-menu li a,
.primary-navigation .menu a,
.footer-menu a,
.footer-column .menu a,
.primary-navigation .page_item a {
	font-family: "Nunito Sans", "Trebuchet MS", sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--ink);
}

.primary-navigation .page_item,
.primary-navigation .children {
	list-style: none;
}

.primary-navigation ul ul {
	display: none;
}

.header-search {
	min-width: 240px;
}

.search-form {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.35rem 0.35rem 0.35rem 1rem;
	border: 1px solid rgba(138, 143, 113, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.86);
}

.search-form label {
	flex: 1;
}

.search-field {
	width: 100%;
	border: 0;
	background: transparent;
	color: var(--ink);
	font-family: "Nunito Sans", "Trebuchet MS", sans-serif;
	font-size: 0.95rem;
}

.search-field:focus {
	outline: none;
}

.search-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.55rem;
	height: 2.55rem;
	border: 0;
	border-radius: 50%;
	background: rgba(239, 124, 133, 0.14);
	color: var(--rose-deep);
	cursor: pointer;
}

.menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1rem;
	border: 1px solid rgba(138, 143, 113, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	color: var(--ink);
	font-family: "Nunito Sans", "Trebuchet MS", sans-serif;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.hero-panel {
	position: relative;
	padding: 2rem 0 1.5rem;
}

.hero-panel::before {
	content: "";
	position: absolute;
	left: 4%;
	right: 4%;
	top: 1.4rem;
	bottom: 0;
	border-radius: 42px;
	background:
		radial-gradient(circle at top left, rgba(245, 198, 200, 0.46), transparent 26%),
		radial-gradient(circle at bottom right, rgba(207, 211, 191, 0.38), transparent 22%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.52));
	z-index: -1;
}

.hero-panel__inner {
	position: relative;
	display: grid;
	gap: 1.4rem;
	justify-items: center;
	text-align: center;
}

.hero-panel__ornament {
	width: min(280px, 58vw);
	height: 16px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(239, 124, 133, 0.2), rgba(138, 143, 113, 0.12));
	filter: blur(8px);
}

.hero-panel__badge,
.section-heading__eyebrow,
.brush-label,
.post-card__category,
.single-entry__meta,
.post-card__author-label {
	font-family: "Nunito Sans", "Trebuchet MS", sans-serif;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.hero-panel__badge,
.section-heading__eyebrow {
	color: var(--sage);
}

.hero-panel__brand {
	width: 100%;
	animation: riseIn 650ms ease both;
}

.hero-panel__brand .custom-logo-link {
	display: inline-flex;
	justify-content: center;
}

.hero-panel__brand .custom-logo {
	max-width: min(820px, 92vw);
	max-height: 290px;
	object-fit: contain;
}

.hero-panel__title {
	margin: 0;
	color: var(--rose-deep);
	font-family: "Parisienne", "Brush Script MT", cursive;
	font-size: clamp(4rem, 10vw, 7.4rem);
	font-weight: 400;
	line-height: 0.95;
}

.hero-panel__copy {
	max-width: 780px;
	animation: riseIn 850ms ease both;
}

.hero-panel__headline {
	margin: 0 0 1rem;
	font-size: clamp(2rem, 4vw, 3.6rem);
	font-family: "Inter", system-ui, sans-serif;
	font-weight: 200;
	line-height: 1.06;
}

.hero-panel__text {
	margin: 0 auto 1.8rem;
	max-width: 62ch;
	font-size: 1.26rem;
	color: var(--ink-soft);
}

.content-shell {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(290px, 0.9fr);
	gap: 2rem;
	align-items: start;
	padding-bottom: 5rem;
}

.content-shell--front {
	padding-top: 1rem;
}

.content-main,
.sidebar-area {
	display: grid;
	gap: 1.8rem;
}

.section-heading {
	display: grid;
	gap: 0.55rem;
	margin-bottom: 0.6rem;
	text-align: center;
}

.section-heading--left {
	text-align: left;
	margin-bottom: 2rem;
}

.section-heading__title {
	margin: 0;
	font-size: clamp(2rem, 3vw, 3rem);
	font-family: "Inter", system-ui, sans-serif;
	font-weight: 200;
	line-height: 1.08;
}

.archive-shell,
.page-shell {
	padding-top: 3rem;
	padding-bottom: 4.5rem;
}

.archive-description {
	margin: 0;
	max-width: 60ch;
	color: var(--ink-soft);
}

.front-posts,
.post-feed {
	display: grid;
	gap: 1.8rem;
}

.post-card,
.sidebar-card,
.single-entry,
.comments-area,
.empty-state {
	position: relative;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(138, 143, 113, 0.14);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}

.post-card {
	display: grid;
}

.post-card--featured {
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
}

.post-card__media {
	position: relative;
	display: block;
	min-height: 280px;
	background:
		linear-gradient(160deg, rgba(239, 124, 133, 0.22), rgba(138, 143, 113, 0.28)),
		linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.1));
}

.post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-card__media--placeholder {
	display: grid;
	place-items: center;
}

.post-card__placeholder-text {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 98px;
	height: 98px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.74);
	color: var(--rose-deep);
	font-family: "Nunito Sans", "Trebuchet MS", sans-serif;
	font-size: 1.35rem;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.post-card__body {
	display: grid;
	gap: 1.15rem;
	padding: 2rem;
}

.post-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
	color: var(--ink-soft);
}

.post-card__category,
.brush-label,
.footer-brand__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	color: var(--ink);
}

.post-card__category::before,
.brush-label::before,
.footer-brand__eyebrow::before {
	content: "";
	width: 42px;
	height: 12px;
	border-radius: 999px;
	background: linear-gradient(90deg, rgba(239, 124, 133, 0.28), rgba(138, 143, 113, 0.22));
}

.post-card__date {
	font-family: "Nunito Sans", "Trebuchet MS", sans-serif;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.post-card__title,
.single-entry__title {
	margin: 0;
	font-size: clamp(1.8rem, 2vw, 2.9rem);
	font-family: "Inter", system-ui, sans-serif;
	font-weight: 200;
	line-height: 1.08;
}

.post-card--standard .post-card__title,
.post-card--archive .post-card__title {
	font-size: clamp(1.65rem, 2.5vw, 2.2rem);
}

.post-card__excerpt {
	color: var(--ink-soft);
}

.post-card__excerpt p:last-child {
	margin-bottom: 0;
}

.post-card__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.85rem;
}

.post-card__comments,
.mini-posts__date,
.single-entry__meta {
	color: var(--ink-soft);
	font-family: "Nunito Sans", "Trebuchet MS", sans-serif;
	font-size: 0.6rem;
}

.post-card--standard,
.post-card--archive {
	grid-template-columns: minmax(230px, 320px) minmax(0, 1fr);
}

.sidebar-area {
	top: 108px;
}

.sidebar-card {
	padding: 1.8rem;
}

.sidebar-card--pattern::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(239, 124, 133, 0.05), transparent 42%),
		repeating-linear-gradient(-45deg, rgba(138, 143, 113, 0.06) 0 14px, transparent 14px 30px);
	opacity: 0.6;
}

.sidebar-card > * {
	position: relative;
}

.author-card {
	text-align: center;
}

.author-card__portrait {
	display: grid;
	place-items: center;
	width: 230px;
	height: 230px;
	margin: 1.2rem auto 1.4rem;
	border-radius: 50%;
	background: linear-gradient(160deg, rgba(239, 124, 133, 0.2), rgba(138, 143, 113, 0.22));
	overflow: hidden;
	box-shadow: 0 18px 34px rgba(79, 73, 65, 0.14);
}

.author-card__portrait-image {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.author-card__portrait span {
	color: var(--rose-deep);
	font-family: "Nunito Sans", "Trebuchet MS", sans-serif;
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.author-card__name {
	margin: 0 0 0.6rem;
	font-family: "Parisienne", "Brush Script MT", cursive;
	font-size: 2.4rem;
	font-weight: 400;
}

.author-card__bio,
.sidebar-card__intro {
	color: var(--ink-soft);
}

.author-card__social .social-links {
	justify-content: center;
	margin-top: 1.1rem;
}

.author-card__social .social-links__link {
	width: 2.85rem;
	height: 2.85rem;
}

.social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	list-style: none;
	margin: 1.2rem 0 0;
	padding: 0;
}

.social-links__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: rgba(239, 124, 133, 0.12);
	color: var(--rose-deep);
	transition: transform 180ms ease, background 180ms ease;
}

.social-links__link:hover,
.social-links__link:focus-visible {
	background: rgba(138, 143, 113, 0.16);
	outline: none;
	transform: translateY(-2px);
}

.social-links__link .dashicons {
	font-size: 1.25rem;
	width: 1.25rem;
	height: 1.25rem;
}

.book-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.9rem;
	margin-top: 1.35rem;
}

.book-tile {
	display: grid;
	gap: 0.6rem;
}

.book-tile img,
.book-tile__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 2 / 3;
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08)),
		linear-gradient(160deg, rgba(239, 124, 133, 0.3), rgba(138, 143, 113, 0.3));
	color: var(--paper);
	font-family: "Nunito Sans", "Trebuchet MS", sans-serif;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	box-shadow: 0 12px 28px rgba(79, 73, 65, 0.14);
}

.book-tile__title {
	font-family: "Nunito Sans", "Trebuchet MS", sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-transform: uppercase;
}

.mini-posts {
	list-style: none;
	margin: 1.1rem 0 0;
	padding: 0;
	display: grid;
	gap: 1rem;
}

.mini-posts__item a,
.mini-posts__item span {
	display: grid;
	gap: 0.35rem;
}

.mini-posts__title {
	font-size: 1.18rem;
	font-family: "Inter", system-ui, sans-serif;
	font-weight: 200;
	line-height: 1.18;
}

.single-entry,
.comments-area,
.empty-state {
	padding: 2.3rem;
}

.single-entry__header {
	display: grid;
	gap: 1rem;
	margin-bottom: 1.8rem;
}

.single-entry__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.single-entry__media {
	margin-bottom: 1.8rem;
	border-radius: 24px;
	overflow: hidden;
}

.single-entry__media img {
	width: 100%;
	max-height: 640px;
	object-fit: cover;
}

.single-entry__content > *:last-child {
	margin-bottom: 0;
}

.single-entry__content h2,
.single-entry__content h3,
.single-entry__content h4 {
	font-weight: 600;
	line-height: 1.15;
}

.single-entry__content blockquote {
	margin: 2rem 0;
	padding: 1.4rem 1.6rem;
	border-left: 4px solid var(--rose);
	background: rgba(239, 124, 133, 0.08);
	border-radius: 0 20px 20px 0;
	font-style: italic;
}

.single-entry__footer {
	margin-top: 2rem;
}

.single-entry__footer.post-card__footer {
	margin: 2rem 0 0;
	padding: 1.2rem 0 0;
}

.post-navigation {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.2rem;
	margin-top: 2rem;
	padding-top: 0.3rem;
}

.post-navigation__item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 0.85rem;
	padding: 0.2rem 0;
	color: var(--ink);
	transition: color 180ms ease;
}

.post-navigation__item--prev {
	justify-content: flex-start;
}

.post-navigation__item:hover,
.post-navigation__item:focus-visible {
	outline: none;
	color: var(--rose-deep);
}

.post-navigation__item--next {
	justify-content: flex-end;
	text-align: right;
}

.post-navigation__item--next .post-navigation__copy {
	justify-items: end;
}

.post-navigation__copy {
	display: grid;
	gap: 0.18rem;
}

.post-navigation__label {
	font-family: "Nunito Sans", "Trebuchet MS", sans-serif;
	font-size: 0.62rem;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--ink-soft);
}

.post-navigation__title {
	font-size: clamp(0.98rem, 1.45vw, 1.2rem);
	font-weight: 400;
	line-height: 1.18;
}

.post-navigation__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.3rem;
	height: 2.3rem;
	border-radius: 50%;
	background: rgba(229, 138, 144, 0.14);
	color: var(--rose-deep);
	flex: 0 0 auto;
	transition: background 180ms ease, color 180ms ease;
}

.post-navigation__item:hover .post-navigation__icon,
.post-navigation__item:focus-visible .post-navigation__icon {
	background: rgba(229, 138, 144, 0.24);
	color: var(--rose);
}

.post-navigation__icon .dashicons {
	width: 1.05rem;
	height: 1.05rem;
	font-size: 1.05rem;
}

.post-navigation__item--empty {
	visibility: hidden;
	pointer-events: none;
}

.comment-list {
	list-style: none;
	padding: 0;
}

.comment-list .comment-body {
	padding: 1.2rem 0;
	border-bottom: 1px dashed rgba(138, 143, 113, 0.24);
}

.comment-author {
	margin-bottom: 0.45rem;
}

.comment-metadata,
.comment-awaiting-moderation,
.logged-in-as,
.comment-notes {
	font-family: "Nunito Sans", "Trebuchet MS", sans-serif;
	font-size: 0.84rem;
	color: var(--ink-soft);
}

.comment-form {
	display: grid;
	gap: 1rem;
}

.comment-form label {
	display: block;
	margin-bottom: 0.35rem;
	font-family: "Nunito Sans", "Trebuchet MS", sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.comment-form input,
.comment-form textarea {
	width: 100%;
	padding: 0.85rem 1rem;
	border: 1px solid rgba(138, 143, 113, 0.22);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.94);
}

.comment-form textarea {
	min-height: 180px;
	resize: vertical;
}

.page-links,
.nav-links {
	margin-top: 1.8rem;
	font-family: "Nunito Sans", "Trebuchet MS", sans-serif;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.8rem;
	height: 2.8rem;
	padding: 0 0.85rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(138, 143, 113, 0.16);
	font-family: "Nunito Sans", "Trebuchet MS", sans-serif;
	font-size: 0.84rem;
	font-weight: 800;
}

.page-numbers.current {
	background: var(--rose);
	border-color: var(--rose);
	color: #fff;
}

.empty-state {
	display: grid;
	gap: 0.9rem;
	text-align: center;
}

.empty-state__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	justify-content: center;
	margin-top: 0.5rem;
}

.empty-state--inline {
	padding: 2.6rem 2rem;
}

.site-footer {
	padding: 1.8rem 0 2.4rem;
	border-top: 1px solid rgba(138, 143, 113, 0.12);
	background: rgba(255, 251, 245, 0.76);
}

.footer-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(220px, 1fr));
	gap: 1.4rem;
	align-items: start;
}

.footer-brand,
.footer-column {
	display: grid;
	gap: 1rem;
}

.footer-brand__title {
	margin: 0;
	font-size: clamp(1.8rem, 3vw, 2.7rem);
	line-height: 1.08;
}

.footer-brand__text {
	color: var(--ink-soft);
}

.footer-card {
	height: 100%;
}

.site-info {
	padding-top: 1.1rem;
	text-align: center;
	font-family: "Nunito Sans", "Trebuchet MS", sans-serif;
	font-size: 0.82rem;
	color: var(--ink-soft);
}

.footer-menu,
.footer-menu ul,
.footer-column .menu ul {
	display: grid;
	gap: 0.7rem;
}

.footer-menu li {
	list-style: none;
}

.widget ul {
	margin: 1rem 0 0;
}

.widget li + li {
	margin-top: 0.65rem;
}

.widget select {
	width: 100%;
	padding: 0.75rem;
	border-radius: 14px;
	border: 1px solid rgba(138, 143, 113, 0.22);
	background: #fff;
}

.front-posts .post-card:nth-child(1),
.front-posts .post-card:nth-child(2),
.front-posts .post-card:nth-child(3),
.front-posts .post-card:nth-child(4),
.front-posts .post-card:nth-child(5) {
	animation: riseIn 700ms ease both;
}

.front-posts .post-card:nth-child(2) {
	animation-delay: 90ms;
}

.front-posts .post-card:nth-child(3) {
	animation-delay: 160ms;
}

.front-posts .post-card:nth-child(4) {
	animation-delay: 230ms;
}

.front-posts .post-card:nth-child(5) {
	animation-delay: 300ms;
}

@keyframes riseIn {
	from {
		opacity: 0;
		transform: translateY(18px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1100px) {
	.header-shell {
		grid-template-columns: auto auto;
		grid-template-areas:
			"cta toggle"
			"nav nav"
			"search search";
		align-items: center;
	}

	.header-cta {
		grid-area: cta;
	}

	.menu-toggle {
		grid-area: toggle;
		justify-self: end;
		display: inline-flex;
	}

	.primary-navigation {
		display: none;
		grid-area: nav;
		justify-self: stretch;
		padding-top: 0.5rem;
	}

	.site-header.is-open .primary-navigation {
		display: block;
	}

	.primary-menu,
	.primary-navigation .menu,
	.primary-navigation .page_item_has_children > a {
		flex-direction: column;
		align-items: flex-start;
	}

	.header-search {
		grid-area: search;
		min-width: 0;
	}

	.content-shell,
	.footer-grid,
	.post-card--featured,
	.post-card--standard,
	.post-card--archive {
		grid-template-columns: 1fr;
	}

	.sidebar-area {
		position: static;
	}
}

@media (max-width: 820px) {
	body {
		font-size: 0.94rem;
	}

	.hero-panel {
		padding-top: 4.5rem;
	}

	.hero-panel__headline {
		font-size: clamp(1.45rem, 5.4vw, 1.9rem);
	}

	.hero-panel__text {
		font-size: 0.92rem;
	}

	.section-heading {
		text-align: left;
	}

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

	.post-card__footer,
	.post-card__actions,
	.empty-state__actions {
		align-items: flex-start;
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.site-shell {
		padding-left: 18px;
		padding-right: 18px;
	}

	.site-header {
		position: static;
	}

	.header-shell {
		min-height: 74px;
	}

	.header-cta {
		padding: 0.85rem 1rem;
		font-size: 0.72rem;
	}

	.hero-panel::before {
		left: 18px;
		right: 18px;
	}

	.hero-panel__badge,
	.section-heading__eyebrow,
	.brush-label,
	.post-card__category,
	.single-entry__meta,
	.post-card__author-label {
		font-size: 0.68rem;
		letter-spacing: 0.18em;
	}

	.post-card__body,
	.sidebar-card,
	.single-entry,
	.comments-area,
	.empty-state {
		padding: 1.35rem;
	}

	.author-card__portrait {
		width: 180px;
		height: 180px;
	}

	.book-grid {
		grid-template-columns: 1fr;
	}

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

/* Minimal editorial refresh */
:root {
	--rose: #e58a90;
	--rose-deep: #cc7178;
	--sage: #81866f;
	--paper: #fffdfa;
	--paper-dark: #faf7f2;
	--ink: #403932;
	--ink-soft: #6f685f;
	--shadow: 0 4px 14px rgba(79, 73, 65, 0.04);
	--radius: 4px;
	--radius-sm: 4px;
	--text-xs: 0.68rem;
	--text-sm: 0.78rem;
	--text-base: 0.9rem;
	--text-md: 0.96rem;
	--text-lg: 1.05rem;
	--title-sm: clamp(1.08rem, 1.45vw, 1.28rem);
	--title-md: clamp(1.45rem, 2vw, 1.85rem);
	--title-lg: clamp(1.75rem, 2.8vw, 2.15rem);
}

body {
	background: #faf8f4;
	font-size: var(--text-base);
	line-height: 1.68;
}

body::before {
	opacity: 0.22;
}

body::after {
	display: none;
}

.site-header {
	backdrop-filter: none;
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid rgba(64, 57, 50, 0.1);
}

.header-cta {
	border: 1px solid rgba(229, 138, 144, 0.35);
	border-radius: 2px;
	background: #f8efee;
	box-shadow: none;
	color: var(--ink);
}

.button {
	padding: 0.9rem 1.4rem;
	border: 1px solid rgba(64, 57, 50, 0.22);
	border-radius: 2px;
	background: #fff;
	box-shadow: none;
	color: var(--ink);
}

.button:hover,
.button:focus-visible,
.button--ghost:hover,
.button--ghost:focus-visible {
	background: #f6f1ec;
	box-shadow: none;
	transform: none;
}

.button--ghost {
	border-color: rgba(64, 57, 50, 0.35);
}

.hero-panel {
	padding: 1.2rem 0 0;
}

.hero-panel::before {
	left: 24px;
	right: 24px;
	top: 1.2rem;
	border: 1px solid rgba(64, 57, 50, 0.08);
	border-radius: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.55));
}

.hero-panel__inner {
	gap: 1rem;
}

.hero-panel__ornament {
	display: none;
}

.hero-panel__badge,
.section-heading__eyebrow,
.brush-label,
.post-card__category,
.single-entry__meta,
.post-card__author-label {
	letter-spacing: 0.18em;
}

.hero-panel__badge,
.section-heading__eyebrow {
	color: var(--ink-soft);
}

.hero-panel__brand .custom-logo {
	max-height: 240px;
}

.hero-panel__headline {
	font-size: clamp(1.6rem, 3.2vw, 2.15rem);
	font-weight: 400;
	letter-spacing: -0.02em;
}

.hero-panel__text {
	max-width: 56ch;
	font-size: var(--text-md);
}

.section-heading__title {
	font-size: var(--title-md);
	font-weight: 400;
	line-height: 1.14;
}

.post-card,
.sidebar-card,
.single-entry,
.comments-area,
.empty-state {
	background: #fff;
	border: 1px solid rgba(64, 57, 50, 0.12);
	border-radius: 2px;
	box-shadow: none;
}

.front-posts,
.post-feed {
	gap: 2.5rem;
}

.post-card,
.post-card--featured,
.post-card--standard,
.post-card--archive {
	display: block;
	grid-template-columns: none;
}

.post-card__body {
	display: block;
	padding: 0;
}

.post-card__header {
	padding: 2rem 2.25rem 1.4rem;
	text-align: center;
}

.post-card__header .post-card__category {
	display: none;
}

.post-card__title {
	text-align: center;
	font-size: var(--title-lg);
	font-weight: 400;
	letter-spacing: -0.02em;
}

.post-card--standard .post-card__title,
.post-card--archive .post-card__title {
	font-size: var(--title-md);
}

.post-card__date {
	display: block;
	margin-bottom: 1rem;
	color: var(--rose-deep);
	font-size: var(--text-xs);
	letter-spacing: 0.18em;
}

.post-card__comments {
	display: block;
	margin-top: 0.9rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.post-card__media {
	width: calc(100% - 4.5rem);
	min-height: 0;
	margin: 0 auto;
	background: #efebe5;
}

.post-card__media img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.post-card__content {
	padding: 1.9rem 2.25rem 0;
}

.post-card__excerpt {
	font-size: var(--text-base);
	line-height: 1.72;
	color: var(--ink);
}

.front-posts .post-card__excerpt {
	max-height: calc(1.72em * 10);
	overflow: hidden;
}

.front-posts .post-card__excerpt > *:first-child {
	margin-top: 0;
}

.front-posts .post-card__excerpt > *:last-child {
	margin-bottom: 0;
}

.single-entry__title {
	font-size: var(--title-lg);
	font-weight: 400;
	letter-spacing: -0.02em;
	line-height: 1.12;
}

.single-entry__meta {
	font-size: var(--text-xs);
	letter-spacing: 0.18em;
}

.post-card__actions {
	justify-content: flex-end;
	padding-top: 0.35rem;
}

.post-card__read-more {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: var(--ink-soft);
	font-family: "Nunito Sans", "Trebuchet MS", sans-serif;
	font-size: var(--text-xs);
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.post-card__read-more .dashicons {
	width: 0.95rem;
	height: 0.95rem;
	font-size: 0.95rem;
	color: var(--rose-deep);
	transition: transform 180ms ease, color 180ms ease;
}

.post-card__read-more:hover,
.post-card__read-more:focus-visible {
	color: var(--ink);
	outline: none;
}

.post-card__read-more:hover .dashicons,
.post-card__read-more:focus-visible .dashicons {
	transform: translateX(2px);
	color: var(--rose);
}

.post-card__footer {
	display: grid;
	gap: 0.85rem;
	margin: 1.7rem 2.25rem 0;
	padding: 1.2rem 0 1.8rem;
	border-top: 1px solid rgba(64, 57, 50, 0.1);
}

.post-card__footer-top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;
}

.post-card__author {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 0.9rem;
	min-width: 0;
}

.post-card__author img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center center;
}

.post-card__author-copy {
	min-width: 0;
}

.post-card__author-label {
	display: block;
	margin-bottom: 0.2rem;
	color: var(--rose-deep);
	font-size: var(--text-xs);
}

.post-card__author-name {
	display: block;
	font-family: "Parisienne", "Brush Script MT", cursive;
	font-size: 1.42rem;
	line-height: 1;
}

.post-card__footer-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.8rem;
	justify-self: end;
	min-width: max-content;
}

.post-card__comment-link {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	color: var(--ink-soft);
	font-family: "Nunito Sans", "Trebuchet MS", sans-serif;
	font-size: var(--text-sm);
	line-height: 1;
	white-space: nowrap;
}

.post-card__share-links {
	display: flex;
	align-items: center;
	gap: 0.8rem;
}

.post-card__share-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--ink);
}

.post-card__comment-link .dashicons,
.post-card__share-link .dashicons {
	width: 1rem;
	height: 1rem;
	font-size: 1rem;
}

.post-card__footer-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.6rem;
	justify-content: flex-start;
	padding-top: 0.7rem;
	border-top: 1px solid rgba(64, 57, 50, 0.08);
}

.post-card__footer-tags .dashicons {
	color: var(--ink-soft);
}

.post-card__tag-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
	min-width: 0;
}

.post-card__tag-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.28rem 0.6rem;
	border: 1px solid rgba(64, 57, 50, 0.14);
	border-radius: 999px;
	background: #fff;
	color: var(--ink-soft);
	font-family: "Nunito Sans", "Trebuchet MS", sans-serif;
	font-size: var(--text-xs);
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-transform: lowercase;
	white-space: nowrap;
}

.sidebar-area {
	gap: 1.4rem;
}

.sidebar-card {
	padding: 1.4rem;
}

.sidebar-card--pattern::before {
	display: none;
}

.brush-label,
.footer-brand__eyebrow {
	color: var(--ink);
}

.brush-label::before,
.footer-brand__eyebrow::before,
.post-card__category::before {
	display: none;
}

.author-card__portrait {
	width: 200px;
	height: 200px;
	border: 1px solid rgba(64, 57, 50, 0.12);
	border-radius: 50%;
	background: #f5f1eb;
	box-shadow: none;
}

.social-links__link {
	border: 1px solid rgba(64, 57, 50, 0.12);
	background: #fff;
}

.social-links__link:hover,
.social-links__link:focus-visible {
	background: #f6f1ec;
	transform: none;
}

.book-tile img,
.book-tile__placeholder {
	border-radius: 2px;
	box-shadow: none;
}

.single-entry,
.comments-area,
.empty-state {
	padding: 2rem;
}

.single-entry__header {
	gap: 0.8rem;
}

.single-entry__content {
	font-size: var(--text-base);
	line-height: 1.76;
	color: var(--ink);
}

.single-entry__content h2 {
	font-size: var(--title-md);
	font-weight: 400;
	letter-spacing: -0.02em;
}

.single-entry__content h3 {
	font-size: var(--title-sm);
	font-weight: 500;
}

.single-entry__content h4 {
	font-size: 1rem;
	font-weight: 600;
}

.mini-posts__title {
	font-size: 1rem;
	font-weight: 400;
}

.book-tile__title,
.search-field,
.button,
.header-cta {
	font-size: var(--text-sm);
}

.button,
.header-cta {
	letter-spacing: 0.12em;
}

.site-footer {
	padding: 2.2rem 0;
	border-top: 0;
	background: #8B976F;
	color: rgba(255, 255, 255, 0.94);
}

@media (max-width: 820px) {
	.hero-panel {
		padding-top: 3.5rem;
	}

	.post-card__media {
		width: 100%;
	}

	.post-card__header,
	.post-card__content {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.post-card__footer {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
	}

	.single-entry__footer.post-card__footer {
		margin-left: 0;
		margin-right: 0;
	}

	.post-navigation {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.hero-panel::before {
		left: 18px;
		right: 18px;
	}

	.post-card__header,
	.post-card__content,
	.sidebar-card,
	.single-entry,
	.comments-area,
	.empty-state {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}

	.post-card__footer {
		margin-left: 1.25rem;
		margin-right: 1.25rem;
		padding-bottom: 1.35rem;
	}

	.single-entry__footer.post-card__footer {
		margin-left: 0;
		margin-right: 0;
	}

	.post-card__footer-top {
		display: grid;
		grid-template-columns: 1fr;
		align-items: flex-start;
		gap: 0.75rem;
	}

	.post-card__footer-actions,
	.post-card__share-links {
		justify-content: flex-start;
		min-width: 0;
	}

	.post-card__share-links {
		gap: 0.5rem;
	}

	.post-navigation__item {
		padding: 0.15rem 0;
	}

	.post-navigation__item--empty {
		display: none;
	}
}

.post-header-branding {
	padding: 1.6rem 0 1.2rem;
	border-top: 1px solid rgba(64, 57, 50, 0.08);
	border-bottom: 1px solid rgba(64, 57, 50, 0.08);
	background: #fff;
}

.post-header-branding__inner {
	display: flex;
	justify-content: center;
}

.post-header-branding .custom-logo-link {
	display: inline-flex;
	justify-content: center;
}

.post-header-branding .custom-logo {
	max-width: min(520px, 88vw);
	max-height: 150px;
	width: auto;
}

.post-header-branding__title {
	font-family: "Parisienne", "Brush Script MT", cursive;
	font-size: clamp(2.8rem, 6vw, 4.4rem);
	line-height: 1;
	color: var(--rose-deep);
}

.footer-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
	gap: 2rem;
}

.footer-column {
	min-width: 0;
}

.site-footer .widget,
.site-footer .sidebar-card {
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: inherit;
}

.site-footer .widget-title,
.site-footer .brush-label {
	margin-bottom: 1rem;
	color: #fff;
}

.site-footer a,
.site-footer .widget,
.site-footer .widget p,
.site-footer .widget li,
.site-footer .widget strong,
.site-footer .widget-title {
	color: rgba(255, 255, 255, 0.94);
}

.site-footer .widget a:hover,
.site-footer .widget a:focus-visible,
.site-footer .menu a:hover,
.site-footer .menu a:focus-visible {
	color: rgba(255, 255, 255, 0.72);
	outline: none;
}

.site-footer .widget ul {
	margin-top: 0.8rem;
}

.site-footer .widget select {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

.site-info {
	padding: 0.85rem 24px 1.4rem;
	background: #fff;
	font-family: "Nunito Sans", "Trebuchet MS", sans-serif;
	font-size: 0.82rem;
	color: var(--ink-soft);
}

.site-info__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.site-info p {
	margin: 0;
}

.site-info__brand {
	color: var(--rose-deep);
	font-weight: 800;
}

.site-info__top {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	color: var(--ink);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.site-info__top .dashicons {
	width: 0.95rem;
	height: 0.95rem;
	font-size: 0.95rem;
	color: var(--rose-deep);
}

.site-info__top:hover,
.site-info__top:focus-visible {
	color: var(--rose-deep);
	outline: none;
}

.site-header {
	background: #fff;
	border-bottom: 0;
}

.hero-panel::before {
	display: none;
}

/* Primary menu separators */
.header-shell {
	gap: 1rem;
	min-height: 68px;
}

.header-cta {
	padding: 0.72rem 1rem;
	font-size: 0.74rem;
	letter-spacing: 0.14em;
}

.primary-menu a,
.primary-menu li a,
.primary-navigation .menu a,
.primary-navigation .page_item a {
	font-size: 0.66rem;
	font-weight: 200;
	letter-spacing: 0.14em;
	line-height: 1.05;
}

.header-search {
	width: 100%;
	max-width: 180px;
	min-width: 180px;
	justify-self: end;
}

.search-form {
	gap: 0.35rem;
	padding: 0.18rem 0.18rem 0.18rem 0.72rem;
}

.search-field {
	font-size: 0.84rem;
}

.search-submit {
	width: 2rem;
	height: 2rem;
}

.menu-toggle {
	padding: 0.72rem 0.9rem;
	font-size: 0.72rem;
}

.hero-panel__brand .custom-logo {
	max-width: min(980px, 96vw);
	max-height: 340px;
}

.primary-menu,
.primary-navigation .menu > ul {
	gap: 0;
}

.primary-menu > li,
.primary-navigation .menu > ul > li {
	display: flex;
	align-items: center;
}

.primary-menu > li + li,
.primary-navigation .menu > ul > li + li {
	margin-left: 1rem;
}

.primary-menu > li + li::before,
.primary-navigation .menu > ul > li + li::before {
	content: "";
	width: 4px;
	height: 4px;
	margin-right: 1rem;
	border-radius: 50%;
	background: rgba(64, 57, 50, 0.55);
	flex: 0 0 auto;
}

@media (max-width: 1100px) {
	.primary-menu > li,
	.primary-navigation .menu > ul > li {
		display: block;
		margin-left: 0;
	}

	.primary-menu > li + li::before,
	.primary-navigation .menu > ul > li + li::before {
		display: none;
	}

	.hero-panel__brand .custom-logo {
		max-height: 290px;
	}

	.header-search {
		max-width: none;
		min-width: 0;
	}
}

@media (max-width: 820px) {
	.footer-grid {
		grid-template-columns: 1fr;
	}

	.post-header-branding {
		padding-top: 1.2rem;
		padding-bottom: 1rem;
	}

	.post-header-branding .custom-logo {
		max-height: 110px;
	}
}

@media (max-width: 640px) {
	.header-shell {
		min-height: 64px;
	}

	.header-cta {
		padding: 0.65rem 0.9rem;
		font-size: 0.7rem;
	}

	.search-form {
		padding-left: 0.65rem;
	}

	.search-submit {
		width: 1.9rem;
		height: 1.9rem;
	}

	.site-info__inner {
		flex-direction: column;
		align-items: flex-start;
	}
}
