.btp-articles-category,
.btp-articles-category *,
.btp-articles-category *::before,
.btp-articles-category *::after {
	box-sizing: border-box;
}

.btp-articles-category {
	--btp-article-ink: #26342d;
	--btp-article-ink-soft: #59665f;
	--btp-article-forest: #315a48;
	--btp-article-forest-2: #416e59;
	--btp-article-sage: #dce7dc;
	--btp-article-sage-soft: #edf3ed;
	--btp-article-petal: #f6dce2;
	--btp-article-petal-deep: #d85070;
	--btp-article-blush: #fff5f6;
	--btp-article-paper: #fffdf9;
	--btp-article-gold: #b99a5f;
	--btp-article-line: rgba(49, 90, 72, .16);
	--btp-article-shadow: 0 18px 50px rgba(43, 72, 57, .10);
	--btp-article-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
	--btp-article-sans: "Mulish", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--btp-article-ink);
	background: var(--btp-article-paper);
	font-family: var(--btp-article-sans);
	line-height: 1.6;
}

.btp-articles-category a {
	color: inherit;
	text-decoration: none;
}

.btp-articles-category img {
	display: block;
	width: 100%;
	height: auto;
}

.btp-articles-hero {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 82% 26%, rgba(246, 220, 226, .86), transparent 28%),
		radial-gradient(circle at 7% 90%, rgba(220, 231, 220, .95), transparent 30%),
		linear-gradient(135deg, #fffdf9 0%, #fff8f6 48%, #f8fbf6 100%);
	border-bottom: 1px solid var(--btp-article-line);
	padding: 0;
}

.btp-articles-hero::before,
.btp-articles-hero::after {
	content: "";
	position: absolute;
	width: 230px;
	height: 310px;
	border: 1px solid rgba(49, 90, 72, .16);
	border-radius: 50% 50% 46% 54%;
	pointer-events: none;
}

.btp-articles-hero::before {
	right: -92px;
	top: -80px;
	transform: rotate(24deg);
}

.btp-articles-hero::after {
	left: -130px;
	bottom: -190px;
	transform: rotate(-28deg);
}

.btp-articles-hero__inner {
	width: min(1200px, calc(100% - 56px));
	margin: auto;
	padding: 88px 0 74px;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr);
	gap: 72px;
	align-items: center;
}

.btp-articles-eyebrow {
	display: flex;
	align-items: center;
	gap: 11px;
	text-transform: uppercase;
	letter-spacing: .18em;
	color: var(--btp-article-forest);
	font-size: 11px;
	font-weight: 800;
	margin-bottom: 20px;
}

.btp-articles-eyebrow::before {
	content: "";
	width: 34px;
	height: 1px;
	background: var(--btp-article-gold);
}

.btp-articles-hero h1 {
	font: 500 clamp(52px, 6vw, 82px) / .98 var(--btp-article-serif);
	letter-spacing: -.045em;
	margin: 0 0 24px;
	max-width: 760px;
}

.btp-articles-hero h1 em {
	display: inline;
	font-style: italic;
	color: var(--btp-article-petal-deep);
	font-weight: 400;
}

.btp-articles-hero__copy {
	font-size: 18px;
	line-height: 1.75;
	color: var(--btp-article-ink-soft);
	max-width: 670px;
	margin: 0;
}

.btp-articles-hero-note {
	position: relative;
	padding: 34px 34px 30px;
	background: rgba(255, 255, 255, .66);
	border: 1px solid rgba(49, 90, 72, .14);
	box-shadow: var(--btp-article-shadow);
	border-radius: 3px 34px 3px 34px;
}

.btp-articles-hero-note::before {
	content: "✿";
	position: absolute;
	right: 20px;
	top: 11px;
	font-size: 38px;
	color: rgba(216, 80, 112, .22);
}

.btp-articles-hero-note small {
	text-transform: uppercase;
	letter-spacing: .15em;
	font-size: 10px;
	color: var(--btp-article-forest);
	font-weight: 800;
}

.btp-articles-hero-note h2 {
	font: 500 29px / 1.15 var(--btp-article-serif);
	margin: 10px 0 12px;
}

.btp-articles-hero-note p {
	margin: 0;
	color: var(--btp-article-ink-soft);
	font-size: 14px;
}

.btp-articles-hero-stats {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid var(--btp-article-line);
}

.btp-articles-hero-stats strong {
	display: block;
	font: 500 28px var(--btp-article-serif);
	color: var(--btp-article-forest);
}

.btp-articles-hero-stats span {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #718077;
}

.btp-articles-toolbar-wrap {
	width: min(1200px, calc(100% - 56px));
	margin: auto;
	padding: 34px 0 20px;
}

.btp-articles-toolbar {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) auto;
	gap: 20px;
	align-items: center;
}

.btp-articles-search-box {
	position: relative;
	display: block;
}

.btp-articles-search-box svg {
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	stroke: #718077;
}

.btp-articles-search-box input {
	width: 100%;
	height: 52px;
	border: 1px solid var(--btp-article-line);
	background: #fff;
	border-radius: 999px;
	padding: 0 22px 0 49px;
	outline: 0;
	color: var(--btp-article-ink);
	box-shadow: 0 8px 24px rgba(49, 90, 72, .05);
	font: inherit;
}

.btp-articles-search-box input:focus {
	border-color: rgba(49, 90, 72, .45);
	box-shadow: 0 0 0 3px rgba(49, 90, 72, .08);
}

.btp-articles-filter-pills {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.btp-articles-filter-btn {
	border: 1px solid var(--btp-article-line);
	background: #fff;
	color: #546259;
	border-radius: 999px;
	padding: 9px 14px;
	font-size: 12px;
	transition: .2s;
}

.btp-articles-filter-btn:hover,
.btp-articles-filter-btn.active {
	background: var(--btp-article-forest);
	color: #fff;
	border-color: var(--btp-article-forest);
}

.btp-articles-results-line {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 24px 0 8px;
	color: #728077;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.btp-articles-results-line strong {
	color: var(--btp-article-forest);
}

.btp-articles-main {
	width: min(1200px, calc(100% - 56px));
	margin: auto;
	padding: 0 0 80px;
}

.btp-featured-article {
	margin: 24px 0 54px;
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	min-height: 470px;
	border-radius: 8px 48px 8px 48px;
	overflow: hidden;
	background: var(--btp-article-sage-soft);
	border: 1px solid var(--btp-article-line);
	box-shadow: var(--btp-article-shadow);
}

.btp-featured-media {
	position: relative;
	overflow: hidden;
	background: #d7e3d9;
	min-height: 100%;
}

.btp-featured-media img {
	height: 100%;
	max-width: none;
	object-fit: cover;
	transition: transform .65s ease;
}

.btp-featured-article:hover .btp-featured-media img {
	transform: scale(1.025);
}

.btp-featured-media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 48%, rgba(20, 45, 34, .22));
}

.btp-feature-label {
	position: absolute;
	z-index: 2;
	left: 25px;
	top: 24px;
	background: rgba(255, 253, 249, .92);
	color: var(--btp-article-forest);
	border-radius: 999px;
	padding: 8px 13px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .12em;
	font-weight: 800;
}

.btp-featured-copy {
	padding: 52px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}

.btp-featured-copy::after {
	content: "❀";
	position: absolute;
	right: 28px;
	bottom: 17px;
	font-size: 56px;
	color: rgba(49, 90, 72, .10);
}

.btp-articles-kicker,
.btp-card-category {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .13em;
	color: var(--btp-article-petal-deep);
	font-weight: 800;
}

.btp-featured-copy h2 {
	font: 500 clamp(32px, 3vw, 46px) / 1.08 var(--btp-article-serif);
	letter-spacing: -.02em;
	margin: 12px 0 17px;
}

.btp-featured-copy p {
	color: var(--btp-article-ink-soft);
	margin: 0 0 23px;
	font-size: 15px;
	line-height: 1.75;
}

.btp-articles-meta {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	color: #748078;
	font-size: 11px;
	margin-bottom: 25px;
}

.btp-read-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--btp-article-forest);
	font-weight: 800;
	font-size: 13px;
	width: max-content;
}

.btp-read-link span {
	display: grid;
	place-items: center;
	width: 31px;
	height: 31px;
	background: #fff;
	border: 1px solid rgba(49, 90, 72, .18);
	border-radius: 50%;
	transition: .2s;
}

.btp-read-link:hover span {
	transform: translateX(3px);
	background: var(--btp-article-forest);
	color: #fff;
}

.btp-articles-section-title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin: 0 0 24px;
}

.btp-articles-section-title h2 {
	font: 500 35px / 1.1 var(--btp-article-serif);
	margin: 0;
}

.btp-articles-section-title p {
	margin: 0;
	color: #78847d;
	font-size: 13px;
	max-width: 440px;
	text-align: right;
}

.btp-article-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
	padding: 0;
}

.btp-article-card {
	background: #fff;
	border: 1px solid var(--btp-article-line);
	border-radius: 5px 28px 5px 28px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.btp-article-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 38px rgba(49, 90, 72, .11);
	border-color: rgba(49, 90, 72, .26);
}

.btp-card-media {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #e9eee9;
	position: relative;
}

.btp-card-media img {
	height: 100%;
	max-width: none;
	object-fit: cover;
	transition: transform .5s ease;
}

.btp-article-card:hover img {
	transform: scale(1.035);
}

.btp-card-number {
	position: absolute;
	right: 14px;
	top: 13px;
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(255, 253, 249, .88);
	font: italic 14px var(--btp-article-serif);
	color: var(--btp-article-forest);
	backdrop-filter: blur(6px);
}

.btp-card-content {
	padding: 25px 25px 24px;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.btp-article-card h3 {
	font: 500 25px / 1.14 var(--btp-article-serif);
	letter-spacing: -.015em;
	margin: 9px 0 11px;
}

.btp-article-card p {
	font-size: 13.5px;
	line-height: 1.7;
	color: var(--btp-article-ink-soft);
	margin: 0 0 18px;
}

.btp-card-footer {
	border-top: 1px solid var(--btp-article-line);
	padding-top: 16px;
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.btp-card-footer .btp-articles-meta {
	margin: 0;
	font-size: 10px;
	gap: 8px;
}

.btp-mini-arrow {
	width: 29px;
	height: 29px;
	border-radius: 50%;
	border: 1px solid var(--btp-article-line);
	display: grid;
	place-items: center;
	color: var(--btp-article-forest);
	transition: .2s;
	flex: 0 0 auto;
}

.btp-article-card:hover .btp-mini-arrow {
	background: var(--btp-article-forest);
	color: #fff;
	transform: translateX(2px);
}

.btp-article-item.hidden {
	display: none;
}

.btp-articles-empty-state {
	display: none;
	text-align: center;
	padding: 70px 20px;
	border: 1px dashed rgba(49, 90, 72, .24);
	border-radius: 18px;
	background: var(--btp-article-sage-soft);
	margin-top: 20px;
}

.btp-articles-empty-state.visible {
	display: block;
}

.btp-articles-empty-state b {
	font: 500 28px var(--btp-article-serif);
	display: block;
	margin-bottom: 7px;
}

.btp-articles-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 52px 0 10px;
	padding: 0;
	text-align: center;
}

.btp-articles-pagination .pagination {
	margin: 0;
	padding: 0;
}

.btp-articles-pagination .nav-links {
	display: flex;
	gap: 8px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.btp-articles-pagination a,
.btp-articles-pagination span {
	min-width: 42px;
	min-height: 42px;
	border: 1px solid var(--btp-article-line);
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: var(--btp-article-forest);
	font-size: 12px;
	padding: 0 14px;
	text-decoration: none;
}

.btp-articles-pagination .current {
	background: var(--btp-article-forest);
	color: #fff;
	border-color: var(--btp-article-forest);
}

@media (max-width: 980px) {
	.btp-articles-hero__inner {
		grid-template-columns: 1fr;
		gap: 34px;
		padding-top: 68px;
	}

	.btp-articles-hero-note {
		max-width: 620px;
	}

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

	.btp-featured-article {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.btp-featured-media {
		min-height: 380px;
	}
}

@media (max-width: 700px) {
	.btp-articles-hero__inner,
	.btp-articles-toolbar-wrap,
	.btp-articles-main {
		width: calc(100% - 40px);
	}

	.btp-articles-hero__inner {
		padding-top: 53px;
		padding-bottom: 52px;
	}

	.btp-articles-hero h1 {
		font-size: 49px;
	}

	.btp-articles-hero__copy {
		font-size: 16px;
	}

	.btp-articles-hero-note {
		padding: 28px 25px;
	}

	.btp-articles-toolbar-wrap {
		padding-top: 25px;
		padding-bottom: 12px;
	}

	.btp-articles-toolbar {
		grid-template-columns: 1fr;
	}

	.btp-articles-filter-pills {
		justify-content: flex-start;
		overflow: auto;
		flex-wrap: nowrap;
		padding-bottom: 2px;
	}

	.btp-articles-filter-btn {
		white-space: nowrap;
	}

	.btp-articles-results-line {
		display: block;
	}

	.btp-articles-results-line span {
		display: block;
		margin: 4px 0;
	}

	.btp-articles-main {
		padding-bottom: 55px;
	}

	.btp-featured-article {
		margin-top: 18px;
		border-radius: 5px 30px 5px 30px;
	}

	.btp-featured-media {
		min-height: 260px;
	}

	.btp-featured-copy {
		padding: 33px 27px;
	}

	.btp-featured-copy h2 {
		font-size: 34px;
	}

	.btp-articles-section-title {
		display: block;
	}

	.btp-articles-section-title h2 {
		font-size: 31px;
	}

	.btp-articles-section-title p {
		text-align: left;
		margin-top: 7px;
	}

	.btp-article-grid {
		grid-template-columns: 1fr;
	}

	.btp-card-media {
		aspect-ratio: 16 / 10;
	}
}

@media (prefers-reduced-motion: reduce) {
	.btp-articles-category *,
	.btp-articles-category *::before,
	.btp-articles-category *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
