.blog-page,
.blog-single {
	position: relative;
	background: #fff;
}

.blog-page {
	padding: 72px 0 88px;
}

.breadcrumb-bar + .blog-page {
	padding-top: 48px;
}

.blog-page .services__wrap {
	row-gap: 40px;
}

.blog-page__header {
	max-width: 760px;
	margin: 0 auto 40px;
}

.blog-page__title {
	text-transform: lowercase;
}

.blog-page__intro .blog-page__lead {
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
	text-transform: none;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
	color: #655e5b;
}

.blog-page__intro p {
	max-width: 620px;
	margin: 0 auto;
	line-height: 1.6;
}

.blog-page__intro p + p {
	margin-top: 1em;
}

.blog-page__intro a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.blog-page__intro a:hover {
	opacity: 0.85;
}

.blog-single {
	padding: 120px 0 90px;
}

.breadcrumb-bar + .blog-single {
	padding-top: 48px;
}

.blog-single__header {
	max-width: 820px;
	margin: 0 auto 40px;
}

.blog-single__article {
	max-width: 820px;
	margin: 0 auto;
}

.blog-single__title {
	margin: 0 0 12px;
	color: #513e37;
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: normal;
	word-wrap: break-word;
	hyphens: auto;
}

.blog-page__list {
	display: grid;
	gap: 24px;
}

.blog-card {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 24px;
	padding: 24px;
	border-radius: 16px;
	background: #f5f0eb;
	border: 1px solid rgba(81, 62, 55, 0.08);
}

.blog-card_no-thumb {
	grid-template-columns: 1fr;
}

.blog-card__body {
	min-width: 0;
}

.blog-card__thumb {
	display: block;
	overflow: hidden;
	border-radius: 12px;
}

.blog-card__image {
	display: block;
	width: 100%;
	height: 140px;
	object-fit: cover;
}

.blog-card__date,
.blog-single__date,
.home-blog__date {
	display: block;
	margin-bottom: 8px;
	color: #a89382;
	font-family: Golos, serif;
	font-size: 14px;
}

.blog-card__title {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.25;
	text-transform: none;
}

.blog-card__title a {
	color: #513e37;
	text-decoration: none;
}

.blog-card__title a:hover {
	color: #ff9800;
}

.blog-card__excerpt {
	margin: 0 0 14px;
	color: #655e5b;
	font-family: Golos, serif;
	line-height: 1.55;
}

.blog-card__more,
.blog-single__back a,
.home-blog__more {
	color: #ff9800;
	font-weight: 600;
	text-decoration: none;
}

.blog-card__more:hover,
.blog-single__back a:hover,
.home-blog__more:hover {
	text-decoration: underline;
}

.blog-page__empty {
	margin: 0;
	color: #655e5b;
	font-family: Golos, serif;
}

.blog-page__pagination {
	margin-top: 36px;
}

.blog-page__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	margin-right: 8px;
	padding: 0 12px;
	border-radius: 10px;
	background: #f5f0eb;
	color: #513e37;
	text-decoration: none;
	font-family: Golos, serif;
}

.blog-page__pagination .page-numbers.current {
	background: #ffd800;
	color: #423c3a;
}

.blog-single__back {
	margin: 0 0 16px;
}

.blog-single__meta {
	margin-bottom: 12px;
}

.blog-single__lead {
	margin: 0;
	max-width: 720px;
	color: #655e5b;
	font-family: Golos, serif;
	font-size: 18px;
	line-height: 1.55;
}

.blog-single__thumb {
	margin: 0 0 32px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(66, 53, 41, 0.1);
}

.blog-single__image {
	display: block;
	width: 100%;
	height: auto;
}

.blog-single__content {
	color: #423c3a;
	font-family: Golos, serif;
	font-size: 17px;
	line-height: 1.7;
}

.blog-single__content > *:first-child {
	margin-top: 0;
}

.blog-single__content > *:last-child {
	margin-bottom: 0;
}

.blog-single__content p {
	margin: 0 0 1.25em;
}

.blog-single__content a {
	color: #d28310;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.blog-single__content a:hover {
	color: #ff9800;
}

.blog-single__content h2 {
	margin: 2em 0 0.75em;
	color: #513e37;
	font-size: clamp(22px, 3vw, 28px);
	line-height: 1.25;
	text-transform: none;
	font-weight: 700;
}

.blog-single__content h3 {
	margin: 1.75em 0 0.65em;
	color: #513e37;
	font-size: clamp(19px, 2.5vw, 22px);
	line-height: 1.3;
	text-transform: none;
	font-weight: 700;
}

.blog-single__content h4 {
	margin: 1.5em 0 0.5em;
	color: #513e37;
	font-size: 18px;
	text-transform: none;
}

.blog-single__content ul,
.blog-single__content ol {
	margin: 0 0 1.5em;
	padding-left: 1.6em;
}

.blog-single__content ul {
	list-style-type: disc;
	list-style-position: outside;
}

.blog-single__content ol {
	list-style-type: decimal;
	list-style-position: outside;
}

.blog-single__content li {
	margin-bottom: 0.55em;
	line-height: 1.65;
}

.blog-single__content li::marker {
	color: #a89382;
}

.blog-single__content blockquote {
	margin: 1.5em 0;
	padding: 16px 20px;
	border-left: 4px solid #ffd800;
	border-radius: 0 12px 12px 0;
	background: #f5f0eb;
	color: #513e37;
}

.blog-single__content img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

.blog-single__footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 48px;
	padding-top: 28px;
	border-top: 1px solid rgba(81, 62, 55, 0.12);
}

.blog-single__footer-link {
	color: #ff9800;
	font-family: Golos, serif;
	font-weight: 600;
	text-decoration: none;
}

.blog-single__footer-link:hover {
	text-decoration: underline;
}

.blog-single__cta {
	border: none;
	border-radius: 8px;
	padding: 12px 22px;
	background: #ffd800;
	color: #423c3a;
	font-family: Golos, serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 3px 3px 10px rgba(66, 53, 41, 0.15), inset 0 0 10px #efbf00;
	transition: transform 0.2s ease;
}

.blog-single__cta:hover {
	transform: translateY(-1px);
}

.home-blog {
	position: relative;
	padding: 100px 0 110px;
	background: #eee8e3;
}

.home-blog__head {
	text-align: center;
	margin-bottom: 48px;
}

.home-blog__title {
	margin: 0 0 12px;
	color: #513e37;
	font-size: clamp(30px, 4vw, 42px);
}

.home-blog__lead {
	margin: 0 auto;
	max-width: 640px;
	color: #655e5b;
	font-family: Golos, serif;
	font-size: 18px;
	line-height: 1.5;
}

.home-blog__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.home-blog__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 20px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(66, 53, 41, 0.08);
}

.home-blog__thumb {
	display: block;
	margin-bottom: 16px;
	border-radius: 12px;
	overflow: hidden;
}

.home-blog__image {
	display: block;
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.home-blog__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.home-blog__card-title {
	margin: 0 0 10px;
	font-size: 20px;
	line-height: 1.3;
}

.home-blog__card-title a {
	color: #513e37;
	text-decoration: none;
}

.home-blog__card-title a:hover {
	color: #ff9800;
}

.home-blog__excerpt {
	margin: 0 0 14px;
	color: #655e5b;
	font-family: Golos, serif;
	line-height: 1.55;
	flex: 1 1 auto;
}

.home-blog__footer {
	margin-top: 40px;
	text-align: center;
}

.home-blog__btn {
	display: inline-block;
	min-width: 220px;
	text-align: center;
	text-decoration: none;
	color: #423c3a;
	font-family: Golos, serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	padding: 14px 28px;
	border-radius: 4px;
	background: #ffd800;
	box-shadow: 5.7px 5.7px 14px rgba(66, 53, 41, 0.18), inset 0 0 16px #efbf00;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.home-blog__btn:hover {
	transform: translateY(-2px);
	color: #423c3a;
	box-shadow: 0 10px 24px rgba(66, 53, 41, 0.18), inset 0 0 20px #efbf00;
}

@media (max-width: 991px) {
	.home-blog__grid {
		grid-template-columns: 1fr;
	}
}

.blog-single__content table {
	width: 100%;
	margin: 24px 0;
	border-collapse: collapse;
}

.blog-single__content table th,
.blog-single__content table td {
	padding: 12px 16px;
	border: 1px solid #ddd;
	text-align: left;
	vertical-align: top;
}

.blog-single__content table th {
	background: #f5f0eb;
	color: #513e37;
	font-weight: 600;
}

@media (max-width: 767px) {
	.blog-single__content table {
		display: block;
		overflow-x: auto;
	}
}

@media (max-width: 767px) {
	.blog-page {
		padding-top: 90px;
		padding-bottom: 60px;
	}

	.breadcrumb-bar + .blog-page {
		padding-top: 24px;
	}

	.blog-single {
		padding-top: 90px;
		padding-bottom: 60px;
	}

	.breadcrumb-bar + .blog-single {
		padding-top: 24px;
	}

	.blog-single__header {
		margin-bottom: 28px;
	}

	.blog-single__title {
		font-size: clamp(22px, 6vw, 30px);
	}

	.blog-single__lead {
		font-size: 16px;
	}

	.blog-single__content {
		font-size: 16px;
	}

	.blog-single__footer {
		flex-direction: column;
		align-items: stretch;
		margin-top: 36px;
	}

	.blog-single__cta {
		width: 100%;
		text-align: center;
	}

	.blog-card {
		grid-template-columns: 1fr;
	}

	.blog-card__image,
	.home-blog__image {
		height: 180px;
	}

	.home-blog {
		padding: 70px 0 80px;
	}
}
