/* Bloggersurf Rebound Journal — scoped archive design. */

body.bsr-journal-page {
	min-width: 0 !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #f2f1e9 !important;
	color: var(--ink);
}

body.admin-bar.bsr-journal-page {
	padding-top: 32px !important;
}

body.bsr-journal-page #wpadminbar {
	position: fixed;
}

body.bsr-journal-page > .bsj-page {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.bsj-page {
	overflow: clip;
	background:
		radial-gradient(circle at 8% 27%, rgba(72, 232, 155, .09), transparent 22rem),
		#f2f1e9;
}

.bsj-shell {
	position: relative;
	margin: 14px;
	padding: 0 34px 84px;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 83% 55%, rgba(72, 232, 155, .12), transparent 23rem),
		linear-gradient(145deg, #09271f 0%, #061b16 58%, #08221b 100%);
	border-radius: 28px;
}

.bsj-shell::before,
.bsj-shell::after {
	position: absolute;
	content: "";
	pointer-events: none;
	border: 1px solid rgba(72, 232, 155, .13);
	border-radius: 50%;
}

.bsj-shell::before {
	top: 115px;
	right: -170px;
	width: 520px;
	height: 520px;
}

.bsj-shell::after {
	top: 190px;
	right: -85px;
	width: 350px;
	height: 350px;
}

.bsj-shell .site-nav {
	position: relative;
	margin: 0 auto;
}

.bsj-hero {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(330px, .65fr);
	gap: 72px;
	align-items: end;
	max-width: 1230px;
	margin: 0 auto;
	padding: 92px 20px 14px;
}

.bsj-kicker,
.bsj-section-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--font-geist-mono);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .18em;
	line-height: 1.3;
	text-transform: uppercase;
}

.bsj-kicker {
	color: #b7c9c1;
}

.bsj-kicker i {
	display: block;
	width: 8px;
	height: 8px;
	background: var(--mint);
	border-radius: 50%;
	box-shadow: 0 0 0 6px rgba(72, 232, 155, .08), 0 0 18px rgba(72, 232, 155, .55);
}

.bsj-hero h1 {
	max-width: 820px;
	margin-top: 26px;
	font-size: clamp(58px, 6.7vw, 102px);
	font-weight: 560;
	letter-spacing: -.065em;
	line-height: .91;
}

.bsj-hero h1 em {
	color: var(--mint);
	font-family: Georgia, serif;
	font-weight: 400;
	letter-spacing: -.07em;
}

.bsj-hero-copy > p {
	max-width: 680px;
	margin-top: 31px;
	color: #b8c7c1;
	font-size: 18px;
	line-height: 1.75;
}

.bsj-discovery {
	position: relative;
	padding: 24px;
	background: rgba(255, 255, 255, .055);
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 19px;
	box-shadow: 0 24px 65px rgba(0, 0, 0, .17);
	backdrop-filter: blur(12px);
}

.bsj-search {
	display: flex;
	gap: 8px;
	padding: 7px;
	background: #fff;
	border-radius: 13px;
}

.bsj-search input {
	min-width: 0;
	flex: 1;
	padding: 14px 13px;
	color: var(--ink);
	background: transparent;
	border: 0;
	outline: 0;
	font-family: var(--font-geist-sans);
	font-size: 14px;
}

.bsj-search input::placeholder {
	color: #72827b;
}

.bsj-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 19px;
	color: var(--ink);
	background: var(--mint);
	border-radius: 9px;
	font-family: var(--font-geist-sans);
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	transition: transform .2s ease, background .2s ease;
}

.bsj-search button:hover {
	background: #6bf1ae;
	transform: translateY(-1px);
}

.bsj-search button svg,
.bsj-read-link svg,
.bsj-cta .button svg {
	width: 16px;
	height: 16px;
}

.bsj-proof {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 24px;
}

.bsj-proof span {
	color: #91a69d;
	font-family: var(--font-geist-mono);
	font-size: 8px;
	letter-spacing: .06em;
	line-height: 1.55;
	text-transform: uppercase;
}

.bsj-proof strong {
	display: block;
	margin-bottom: 3px;
	color: #fff;
	font-family: var(--font-geist-sans);
	font-size: 16px;
	letter-spacing: -.02em;
	text-transform: none;
}

.bsj-topic-bar {
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 26px;
	max-width: 1230px;
	margin: 0 auto;
	padding: 29px 20px 21px;
	border-bottom: 1px solid #d6ddd7;
}

.bsj-topic-bar > span {
	flex: 0 0 auto;
	color: #6f7e77;
	font-family: var(--font-geist-mono);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.bsj-topic-bar > div {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.bsj-topic-bar a {
	padding: 9px 14px;
	color: #334a40;
	background: rgba(255, 255, 255, .56);
	border: 1px solid #d7ded8;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 560;
	transition: color .2s ease, background .2s ease, border .2s ease;
}

.bsj-topic-bar a:hover,
.bsj-topic-bar a.is-active {
	color: #fff;
	background: var(--ink);
	border-color: var(--ink);
}

.bsj-content {
	max-width: 1230px;
	margin: 0 auto;
	padding: 64px 20px 105px;
}

.bsj-ad-slot {
	position: relative;
	min-height: 92px;
	padding: 24px;
	background: rgba(255, 255, 255, .56);
	border: 1px dashed #cbd4cd;
	border-radius: 16px;
	text-align: center;
}

.bsj-ad-slot > span {
	display: block;
	margin-bottom: 10px;
	color: #85928c;
	font-family: var(--font-geist-mono);
	font-size: 8px;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.bsj-ad-top {
	margin: -18px 0 42px;
}

.bsj-widget,
.bsj-widget > *:last-child {
	margin-bottom: 0;
}

.bsj-widget-title {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 650;
}

.bsj-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(350px, .92fr);
	min-height: 520px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dce3de;
	border-radius: 27px;
	box-shadow: 0 28px 80px rgba(27, 54, 43, .08);
}

.bsj-feature-media {
	position: relative;
	display: block;
	min-height: 480px;
	overflow: hidden;
	background: #caefda;
}

.bsj-feature-media > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .55s cubic-bezier(.2, .7, .2, 1);
}

.bsj-feature:hover .bsj-feature-media > img {
	transform: scale(1.035);
}

.bsj-feature-label {
	position: absolute;
	top: 22px;
	left: 22px;
	padding: 8px 11px;
	color: var(--ink);
	background: var(--mint);
	border-radius: 999px;
	font-family: var(--font-geist-mono);
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.bsj-feature-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 58px 52px;
}

.bsj-meta {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #73837c;
	font-family: var(--font-geist-mono);
	font-size: 8px;
	font-weight: 550;
	letter-spacing: .09em;
	line-height: 1.4;
	text-transform: uppercase;
}

.bsj-meta > *:not(:first-child)::before {
	margin-right: 10px;
	content: "•";
	color: #aeb9b4;
}

.bsj-meta a {
	color: #087d50;
	font-weight: 700;
}

.bsj-feature-copy h2 {
	margin-top: 25px;
	font-size: clamp(38px, 4vw, 62px);
	font-weight: 590;
	letter-spacing: -.055em;
	line-height: 1.02;
}

.bsj-feature-copy h2 a,
.bsj-card h3 a {
	transition: color .2s ease;
}

.bsj-feature-copy h2 a:hover,
.bsj-card h3 a:hover {
	color: #087d50;
}

.bsj-feature-copy > p {
	margin-top: 24px;
	color: #607169;
	font-size: 15px;
	line-height: 1.75;
}

.bsj-read-link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: 34px;
	padding-bottom: 6px;
	color: var(--ink);
	border-bottom: 1px solid #9aa9a2;
	font-size: 12px;
	font-weight: 720;
}

.bsj-read-link:hover {
	color: #087d50;
	border-color: #087d50;
}

.bsj-art {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 220px;
	overflow: hidden;
	background: #caffdf;
}

.bsj-art::before,
.bsj-art::after,
.bsj-art i {
	position: absolute;
	display: block;
	content: "";
}

.bsj-art::before {
	top: 13%;
	right: -10%;
	width: 68%;
	height: 68%;
	border: 1px solid rgba(7, 54, 41, .18);
	border-radius: 50%;
}

.bsj-art::after {
	bottom: -18%;
	left: -8%;
	width: 62%;
	height: 62%;
	background: rgba(255, 255, 255, .26);
	border-radius: 45% 55% 55% 45%;
	transform: rotate(23deg);
}

.bsj-art i:nth-child(1) {
	top: 26%;
	left: 19%;
	width: 56%;
	height: 2px;
	background: rgba(7, 54, 41, .55);
	transform: rotate(-15deg);
}

.bsj-art i:nth-child(2) {
	top: 42%;
	left: 23%;
	width: 42%;
	height: 2px;
	background: rgba(7, 54, 41, .4);
	transform: rotate(-15deg);
}

.bsj-art i:nth-child(3) {
	top: 58%;
	left: 27%;
	width: 28%;
	height: 2px;
	background: rgba(7, 54, 41, .3);
	transform: rotate(-15deg);
}

.bsj-art b {
	position: absolute;
	right: 22px;
	bottom: 17px;
	color: rgba(7, 54, 41, .78);
	font-family: var(--font-geist-mono);
	font-size: 25px;
	font-weight: 500;
}

.bsj-art-feature {
	min-height: 100%;
	background:
		radial-gradient(circle at 72% 25%, rgba(255, 255, 255, .55), transparent 28%),
		linear-gradient(135deg, #a6f4ca, #dafae7 55%, #ffd994);
}

.bsj-art-feature b {
	right: 11%;
	bottom: 9%;
	font-size: 80px;
	font-weight: 300;
}

.bsj-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 50px;
	margin: 94px 0 39px;
}

.bsj-section-kicker {
	margin-bottom: 14px;
	color: #168359;
}

.bsj-section-head h2 {
	font-size: clamp(38px, 4.2vw, 59px);
	font-weight: 580;
	letter-spacing: -.052em;
	line-height: 1;
}

.bsj-section-head > p {
	max-width: 330px;
	color: #66766f;
	font-size: 13px;
	line-height: 1.7;
}

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

.bsj-card {
	display: flex;
	min-width: 0;
	min-height: 515px;
	flex-direction: column;
	overflow: hidden;
	background: rgba(255, 255, 255, .83);
	border: 1px solid #dce2dd;
	border-radius: 20px;
	box-shadow: 0 18px 55px rgba(26, 49, 40, .035);
	transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.bsj-card:hover {
	border-color: #b5c8bd;
	box-shadow: 0 25px 65px rgba(26, 49, 40, .09);
	transform: translateY(-5px);
}

.bsj-card-media {
	display: block;
	height: 235px;
	overflow: hidden;
	background: #caffdf;
}

.bsj-card-media > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s cubic-bezier(.2, .7, .2, 1);
}

.bsj-card:hover .bsj-card-media > img {
	transform: scale(1.04);
}

.bsj-art-2 {
	background: linear-gradient(135deg, #ffd4ca, #fff0e6);
}

.bsj-art-3 {
	background: linear-gradient(135deg, #ffe897, #fff5c8);
}

.bsj-art-4 {
	background: linear-gradient(135deg, #b5e8ff, #e4f7ff);
}

.bsj-art-1 {
	background: linear-gradient(135deg, #b7f2d3, #e4faee);
}

.bsj-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 27px 27px 23px;
}

.bsj-card h3 {
	margin-top: 18px;
	font-size: 24px;
	font-weight: 610;
	letter-spacing: -.035em;
	line-height: 1.13;
}

.bsj-card-body > p {
	margin-top: 15px;
	color: #66766f;
	font-size: 12px;
	line-height: 1.67;
}

.bsj-card-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
	padding-top: 24px;
}

.bsj-card-foot span {
	color: #7d8c85;
	font-family: var(--font-geist-mono);
	font-size: 8px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.bsj-card-foot a {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	color: var(--ink);
	background: #dff8e9;
	border-radius: 50%;
	font-size: 15px;
	transition: color .2s ease, background .2s ease, transform .2s ease;
}

.bsj-card-foot a:hover {
	color: #fff;
	background: var(--ink);
	transform: rotate(8deg);
}

.bsj-ad-infeed {
	display: flex;
	min-height: 170px;
	grid-column: 1 / -1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.navigation.pagination {
	margin-top: 58px;
}

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

.navigation.pagination .page-numbers {
	display: inline-grid;
	min-width: 42px;
	height: 42px;
	padding: 0 13px;
	place-items: center;
	color: #354b41;
	background: #fff;
	border: 1px solid #d8e0da;
	border-radius: 10px;
	font-family: var(--font-geist-mono);
	font-size: 9px;
	font-weight: 650;
}

.navigation.pagination .page-numbers.current,
.navigation.pagination .page-numbers:hover {
	color: #fff;
	background: var(--ink);
	border-color: var(--ink);
}

.navigation.pagination .prev,
.navigation.pagination .next {
	padding: 0 18px;
}

.bsj-empty {
	max-width: 720px;
	margin: 45px auto;
	padding: 70px 45px;
	background: #fff;
	border: 1px solid #dce3de;
	border-radius: 24px;
	text-align: center;
}

.bsj-empty > span {
	color: #168359;
	font-family: var(--font-geist-mono);
	font-size: 9px;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.bsj-empty h2 {
	margin-top: 18px;
	font-size: 43px;
	font-weight: 590;
	letter-spacing: -.05em;
}

.bsj-empty p {
	margin-top: 16px;
	color: #6b7a73;
}

.bsj-cta {
	display: grid;
	grid-template-columns: 1.1fr .75fr;
	gap: 80px;
	align-items: end;
	margin: 14px;
	padding: 84px max(34px, calc(50vw - 592px));
	color: #fff;
	background:
		radial-gradient(circle at 83% 20%, rgba(72, 232, 155, .18), transparent 22rem),
		#0a2a21;
	border-radius: 26px;
}

.bsj-cta h2 {
	max-width: 730px;
	font-size: clamp(43px, 5.2vw, 72px);
	font-weight: 550;
	letter-spacing: -.06em;
	line-height: .98;
}

.bsj-cta > div:last-child p {
	color: #b8c8c1;
	font-size: 14px;
	line-height: 1.7;
}

.bsj-cta .button {
	margin-top: 25px;
}

.bsr-journal-page footer {
	border-radius: 26px 26px 0 0;
}

@media (max-width: 1050px) {
	.bsj-hero {
		grid-template-columns: 1fr;
		gap: 55px;
		padding-top: 75px;
	}

	.bsj-discovery {
		max-width: 680px;
	}

	.bsj-feature {
		grid-template-columns: 1fr;
	}

	.bsj-feature-media {
		min-height: 470px;
	}

	.bsj-feature-copy {
		padding: 50px;
	}

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

	.bsj-cta {
		grid-template-columns: 1fr;
		gap: 35px;
	}
}

@media (max-width: 760px) {
	body.admin-bar.bsr-journal-page {
		padding-top: 46px !important;
	}

	.bsj-shell {
		margin: 7px;
		padding: 0 13px 58px;
		border-radius: 20px;
	}

	.bsj-hero {
		gap: 42px;
		padding: 64px 7px 8px;
	}

	.bsj-hero h1 {
		font-size: clamp(49px, 15vw, 72px);
		line-height: .94;
	}

	.bsj-hero-copy > p {
		font-size: 15px;
	}

	.bsj-discovery {
		padding: 17px;
	}

	.bsj-search {
		align-items: stretch;
		flex-direction: column;
	}

	.bsj-search button {
		min-height: 48px;
	}

	.bsj-proof {
		gap: 15px;
		grid-template-columns: 1fr;
	}

	.bsj-proof span {
		display: flex;
		align-items: baseline;
		gap: 7px;
	}

	.bsj-proof strong {
		display: inline;
	}

	.bsj-topic-bar {
		align-items: flex-start;
		flex-direction: column;
		padding: 25px 20px 20px;
	}

	.bsj-topic-bar > div {
		width: 100%;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 6px;
		scrollbar-width: thin;
	}

	.bsj-topic-bar a {
		flex: 0 0 auto;
	}

	.bsj-content {
		padding: 48px 15px 76px;
	}

	.bsj-feature {
		border-radius: 19px;
	}

	.bsj-feature-media {
		min-height: 300px;
	}

	.bsj-feature-copy {
		padding: 34px 25px 38px;
	}

	.bsj-feature-copy h2 {
		font-size: 39px;
	}

	.bsj-meta {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.bsj-section-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
		margin: 72px 0 30px;
	}

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

	.bsj-card {
		min-height: 500px;
	}

	.bsj-card-media {
		height: 245px;
	}

	.bsj-cta {
		margin: 7px;
		padding: 67px 20px;
		border-radius: 20px;
	}

	.bsj-cta h2 {
		font-size: 45px;
	}

	.bsr-journal-page footer {
		border-radius: 20px 20px 0 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bsj-card,
	.bsj-card-media > img,
	.bsj-feature-media > img,
	.bsj-search button,
	.bsj-card-foot a {
		transition-duration: .01ms !important;
	}
}
