@font-face {
	font-family: "Roboto";
	src: url("https://breakingpoint.ro/assets/fonts/roboto/roboto-variablefont_wdthwght-webfont.woff2") format("woff2");
	font-display: swap;
	font-stretch: 75% 100%;
	font-style: normal;
	font-weight: 100 900;
}

:root {
	--bp-bg: #ffffff;
	--bp-surface: #f7faf5;
	--bp-surface-strong: #eef5e8;
	--bp-ink: #101820;
	--bp-muted: #5f6b63;
	--bp-border: #dfe8dc;
	--bp-accent: #3d6b18;
	--bp-accent-dark: #3d6b18;
	--bp-accent-2: #3d6b18;
	--bp-accent-soft: #e5f5d6;
	--bp-footer: #111827;
	--bp-radius: 8px;
	--bp-shadow: 0 24px 60px rgba(16, 24, 32, 0.12);
	--bp-wrap: min(1180px, calc(100% - 32px));
}

@keyframes bpFadeUp {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes bpSoftPulse {
	0%,
	100% {
		box-shadow: 0 0 0 0 rgba(61, 107, 24, 0.18);
	}
	50% {
		box-shadow: 0 0 0 8px rgba(61, 107, 24, 0);
	}
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background:
		linear-gradient(180deg, rgba(247, 250, 245, 0.8), rgba(255, 255, 255, 0) 420px),
		var(--bp-bg);
	color: var(--bp-ink);
	font-family: "Roboto", "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
}

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

a:hover,
a:focus {
	color: rgb(61, 107, 24);
}

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

button,
input {
	font: inherit;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	top: 12px;
	left: 12px;
	z-index: 1000;
	width: auto;
	height: auto;
	padding: 10px 14px;
	clip: auto;
	background: #fff;
	border: 1px solid var(--bp-border);
	border-radius: var(--bp-radius);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.86);
	border-bottom: 1px solid var(--bp-border);
	backdrop-filter: blur(12px);
	transition: box-shadow 180ms ease, background 180ms ease;
}

.site-header.is-scrolled {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 12px 32px rgba(16, 24, 32, 0.08);
}

.site-header__inner,
.content-shell,
.archive-hero__inner,
.single-hero__inner,
.single-layout,
.single-footer,
.post-navigation-wrap,
.site-footer__inner {
	width: var(--bp-wrap);
	margin-inline: auto;
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 126px;
	gap: 24px;
}

.site-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	padding: 8px 0;
	position: relative;
	order: 1;
}

.site-brand img {
	width: auto;
	max-height: none;
}

.site-brand .logo-image {
	width: 150px;
	height: auto;
	max-width: min(500px, 64vw);
	max-height: 150px;
	object-fit: contain;
	transform: scale(1.18);
	transform-origin: left center;
}

.site-brand .custom-logo-link + .site-brand__text,
.site-brand .logo-image + .site-brand__text {
	display: none;
}

.site-brand__text {
	display: none;
	gap: 2px;
	min-width: 0;
}

.site-brand__name {
	color: var(--bp-accent);
	font-size: 1.25rem;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.1;
}

.site-brand__tagline {
	color: var(--bp-muted);
	font-size: 0.78rem;
	line-height: 1.2;
}

.primary-navigation ul,
.site-footer__nav ul {
	display: flex;
	align-items: center;
	gap: 22px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 12px;
	order: 3;
}

.mobile-header-actions {
	display: none;
}

.primary-navigation {
	order: 2;
	margin-left: auto;
}

.site-header__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 9px 15px;
	border: 1px solid rgb(61, 107, 24);
	border-radius: var(--bp-radius);
	background: #27480d;
	color: #fff;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-header__pill--active {
	background: #27480d;
	border-color: rgb(61, 107, 24);
	color: #fff;
}

.site-header__pill:hover,
.site-header__pill:focus {
	border-color: rgba(61, 107, 24, 0.42);
	background: #27480d;
	color: #fff;
	transform: translateY(-2px);
}

.primary-navigation a {
	color: #fff;
	font-size: 0.94rem;
	font-weight: 700;
	position: relative;
}

.primary-navigation a:hover,
.primary-navigation .current-menu-item > a,
.primary-navigation .current-menu-ancestor > a {
	color: rgb(61, 107, 24);
}

.primary-navigation a::after {
	position: absolute;
	right: 0;
	bottom: -8px;
	left: 0;
	height: 2px;
	background: var(--bp-accent);
	content: "";
	opacity: 0;
	transform: scaleX(0.4);
	transition: opacity 180ms ease, transform 180ms ease;
}

.primary-navigation a:hover::after,
.primary-navigation .current-menu-item > a::after,
.primary-navigation .current-menu-ancestor > a::after {
	opacity: 1;
	transform: scaleX(1);
}

.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 1px solid var(--bp-border);
	border-radius: var(--bp-radius);
	background: #fff;
}

.menu-toggle__bar {
	display: block;
	width: 100%;
	height: 2px;
	margin: 5px 0;
	background: var(--bp-ink);
}

.archive-hero {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(17, 24, 39, 0.98), rgba(30, 60, 22, 0.9)),
		radial-gradient(circle at 82% 14%, rgba(141, 198, 63, 0.4), transparent 30%),
		#172217;
	color: #fff;
	padding: clamp(56px, 8vw, 92px) 0;
}

.archive-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(230px, 310px);
	gap: clamp(28px, 7vw, 110px);
	align-items: center;
	animation: bpFadeUp 520ms ease both;
}

.archive-hero__copy {
	min-width: 0;
}

.hero-motto {
	width: fit-content;
	margin: 0 0 18px;
	padding: 12px 12px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: 0.9rem;
}

.archive-hero--compact {
	padding-block: 68px 44px;
}

.archive-hero h1,
.single-hero h1 {
	max-width: 860px;
	margin: 0;
	font-size: clamp(2.2rem, 6vw, 4.9rem);
	letter-spacing: 0;
	line-height: 1.02;
}

.archive-hero p,
.archive-description,
.single-hero__lead {
	max-width: 700px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 1.08rem;
}

.archive-description p {
	margin: 0;
}

.eyebrow,
.post-category {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--bp-accent-soft);
	color: #27480d;
	font-size: 0.74rem;
	font-weight: 850;
	line-height: 1;
	text-transform: uppercase;
}

.archive-hero .eyebrow,
.single-hero .post-category {
	background: rgba(229, 245, 214, 0.18);
	color: #fff;
}

.post-grid-section {
	padding: clamp(42px, 7vw, 86px) 0;
	background: linear-gradient(180deg, #fff, var(--bp-surface));
}

.section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.section-heading h2 {
	margin: 0;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	letter-spacing: 0;
	line-height: 1.1;
}

.archive-filter {
	display: grid;
	gap: 11px;
	width: min(100%, 250px);
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

.archive-hero .archive-filter {
	justify-self: end;
	transform: none;
}

.archive-filter h3 {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.78rem;
	line-height: 1.2;
	text-transform: uppercase;
}

.archive-filter ul {
	display: grid;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.archive-filter a {
	display: inline;
	min-height: auto;
	align-items: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #fff;
	font-size: 0.98rem;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.archive-filter li {
	color: rgba(255, 255, 255, 0.78);
}

.archive-filter a:hover,
.archive-filter a:focus {
	color: #fff;
	text-decoration-thickness: 2px;
	transform: translateX(3px);
}

.post-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: stretch;
}

.post-card {
	display: flex;
	flex-direction: column;
	flex: 1 1 300px;
	min-width: 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--bp-border);
	border-radius: var(--bp-radius);
	box-shadow: 0 10px 28px rgba(16, 24, 32, 0.055);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
	animation: bpFadeUp 520ms ease both;
}

.post-card:hover {
	transform: translateY(-6px);
	border-color: rgba(141, 198, 63, 0.42);
	box-shadow: var(--bp-shadow);
}

.post-card__media img {
	transition: transform 280ms ease;
}

.post-card:hover .post-card__media img {
	transform: scale(1.035);
}

.post-card--featured {
	flex-basis: min(100%, 760px);
	display: grid;
	grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
}

.post-card__media {
	display: block;
	min-height: 220px;
	background: var(--bp-accent-soft);
	overflow: hidden;
}

.post-card--featured .post-card__media {
	min-height: 100%;
}

.post-card__media img,
.post-card__placeholder {
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: cover;
}

.post-card__placeholder {
	display: block;
	background:
		linear-gradient(135deg, rgba(61, 107, 24, 0.22), rgba(229, 245, 214, 0.92)),
		var(--bp-surface-strong);
}

.post-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	padding: 22px;
}

.post-card__title {
	margin: 0;
	font-size: 1.28rem;
	letter-spacing: 0;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.post-card--featured .post-card__title {
	font-size: clamp(1.7rem, 3vw, 2.55rem);
	line-height: 1.08;
}

.post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 12px;
	color: var(--bp-muted);
	font-size: 0.88rem;
}

.post-meta span + span::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-right: 12px;
	vertical-align: middle;
	background: var(--bp-accent-2);
	border-radius: 999px;
}

.post-card__excerpt {
	color: var(--bp-muted);
}

.post-card__excerpt p {
	margin: 0;
}

.post-card__read-more {
	width: fit-content;
	margin-top: auto;
	color: var(--bp-accent-dark);
	font-size: 0.92rem;
	font-weight: 850;
}

.post-card__read-more::after {
	content: " ->";
}

.pagination-wrap {
	margin-top: 42px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.page-numbers {
	display: inline-flex;
	min-width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--bp-border);
	border-radius: var(--bp-radius);
	background: #fff;
	font-weight: 800;
}

.page-numbers.current {
	background: var(--bp-accent-dark);
	color: #fff;
}

.search-form {
	display: flex;
	width: min(100%, 520px);
	gap: 8px;
}

.search-field {
	width: 100%;
	min-height: 46px;
	padding: 10px 12px;
	border: 1px solid var(--bp-border);
	border-radius: var(--bp-radius);
	background: #fff;
	color: var(--bp-ink);
}

.search-submit {
	min-height: 46px;
	padding: 10px 16px;
	border: 0;
	border-radius: var(--bp-radius);
	background: var(--bp-accent-dark);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

.single-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(46px, 7vw, 78px) 0 0;
	background:
		radial-gradient(circle at 88% 10%, rgba(141, 198, 63, 0.35), transparent 30%),
		linear-gradient(135deg, rgba(17, 24, 39, 0.98), rgba(24, 47, 16, 0.94)),
		var(--bp-footer);
	color: #fff;
}

.single-hero__inner {
	display: grid;
	gap: 14px;
	padding-bottom: 28px;
	animation: bpFadeUp 520ms ease both;
}

.single-hero h1 {
	max-width: 760px;
	font-size: clamp(2rem, 5vw, 3.7rem);
	line-height: 1.08;
}

.single-back {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.92rem;
	font-weight: 700;
}

.single-back::before {
	content: "<-";
	color: var(--bp-accent);
}

.single-back:hover,
.single-back:focus {
	color: #fff;
}

.single-hero .post-meta {
	color: rgba(255, 255, 255, 0.76);
}

.single-hero__lead {
	margin: 0;
	max-width: 680px;
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1.02rem, 1.7vw, 1.16rem);
	line-height: 1.7;
}

.single-hero__image {
	width: min(940px, calc(100% - 32px));
	margin: 0 auto;
	overflow: hidden;
	padding: 7px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 20px 54px rgba(0, 0, 0, 0.22);
	transform: translateY(30px);
	animation: bpFadeUp 640ms ease 120ms both;
}

.single-hero__image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: var(--bp-radius);
	object-fit: cover;
}

.single-layout {
	display: grid;
	grid-template-columns: minmax(180px, 240px) minmax(0, 780px);
	gap: clamp(28px, 5vw, 64px);
	align-items: start;
	padding: 72px 0 42px;
}

.single-aside {
	position: sticky;
	top: 104px;
	display: grid;
	gap: 12px;
}

.single-aside__card {
	display: grid;
	gap: 4px;
	padding: 14px 16px;
	border: 1px solid var(--bp-border);
	border-radius: var(--bp-radius);
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 12px 30px rgba(16, 24, 32, 0.05);
	animation: bpFadeUp 520ms ease both;
}

.single-aside__card span {
	color: var(--bp-muted);
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.single-aside__card strong,
.single-aside__card a {
	color: var(--bp-ink);
	font-size: 0.95rem;
	line-height: 1.35;
}

.single-aside__archive ul {
	display: grid;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.single-aside__archive li {
	margin: 0;
}

.single-aside__archive a {
	color: rgb(61, 107, 24);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.single-content {
	max-width: 780px;
	padding: 0 0 40px;
	animation: bpFadeUp 560ms ease both;
}

.single-content > * {
	margin-block: 0 1.35em;
}

.single-content h2,
.single-content h3 {
	margin-top: 1.9em;
	color: #132018;
	line-height: 1.2;
}

.single-content h2 {
	font-size: clamp(1.7rem, 3vw, 2.25rem);
}

.single-content h3 {
	font-size: clamp(1.35rem, 2vw, 1.65rem);
}

.single-content p,
.single-content li {
	color: #26332b;
	font-size: clamp(1.05rem, 1.6vw, 1.14rem);
	line-height: 1.82;
}

.single-content > p:first-of-type {
	color: #172217;
	font-size: clamp(1.15rem, 2vw, 1.28rem);
	line-height: 1.75;
}

.single-content a {
	color: var(--bp-accent-dark);
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.single-content a:hover,
.single-content a:focus {
	color: var(--bp-accent-2);
}

.single-content blockquote {
	padding: 22px 26px;
	margin-left: 0;
	border-left: 4px solid var(--bp-accent);
	border-radius: 0 var(--bp-radius) var(--bp-radius) 0;
	background: linear-gradient(135deg, #f8fbf5, #eef7e6);
	color: var(--bp-ink);
	box-shadow: 0 10px 30px rgba(16, 24, 32, 0.05);
}

.single-content img {
	border-radius: var(--bp-radius);
	box-shadow: 0 16px 42px rgba(16, 24, 32, 0.1);
}

.single-content ul,
.single-content ol {
	padding-left: 1.2rem;
}

.single-content li::marker {
	color: var(--bp-accent-dark);
	font-weight: 800;
}

.single-footer {
	max-width: 780px;
	padding-bottom: 42px;
}

.single-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	color: var(--bp-muted);
}

.single-tags a {
	padding: 6px 10px;
	border: 1px solid var(--bp-border);
	border-radius: 999px;
	background: #fff;
	color: var(--bp-accent-dark);
	font-size: 0.86rem;
	font-weight: 800;
	transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.single-tags a:hover,
.single-tags a:focus {
	border-color: rgba(61, 107, 24, 0.28);
	background: var(--bp-accent-soft);
	color: var(--bp-accent-dark);
}

.post-navigation-wrap {
	max-width: 900px;
	padding-bottom: 72px;
}

.post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.post-navigation a {
	display: block;
	padding: 20px;
	border: 1px solid var(--bp-border);
	border-radius: var(--bp-radius);
	background: #fff;
	font-weight: 800;
	box-shadow: 0 12px 32px rgba(16, 24, 32, 0.05);
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.post-navigation a:hover,
.post-navigation a:focus {
	border-color: rgba(61, 107, 24, 0.3);
	box-shadow: var(--bp-shadow);
	transform: translateY(-3px);
}

.site-footer {
	background: #111827;
	color: #fff;
	padding: 80px 1rem 40px;
}

.site-footer__container {
	max-width: 1200px;
	margin: 0 auto;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.15fr 0.82fr 0.82fr 1fr;
	gap: clamp(32px, 6vw, 80px);
}

.site-footer h2 {
	margin: 0 0 1rem;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
}

.site-footer__brand h2 {
	color: rgb(61, 107, 24);
	font-size: 24px;
	font-weight: 800;
}

.site-footer p {
	max-width: 34ch;
	margin: 0 0 1.2rem;
	color: rgba(229, 231, 235, 0.78);
	font-size: 14px;
	line-height: 1.65;
}

.site-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer li {
	margin-bottom: 10px;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus {
	color: rgb(61, 107, 24);
}

.site-footer__social {
	display: flex;
	gap: 16px;
}

.site-footer__social a {
	display: inline-flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: rgba(45, 62, 85, 0.72);
	color: #e5e7eb;
	transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.site-footer__social a:hover,
.site-footer__social a:focus {
	background: rgba(141, 198, 63, 0.18);
	color: rgb(61, 107, 24);
	transform: translateY(-2px);
}

.site-footer svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.site-footer__column a {
	display: inline-flex;
	padding: 2px 0;
	font-size: 16px;
	line-height: 1.5;
}

.site-footer__contact-list {
	display: grid;
	gap: 14px;
}

.site-footer__contact-list div {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 12px;
	align-items: flex-start;
}

.site-footer__contact-list a,
.site-footer__contact-list span:not(.site-footer__icon) {
	color: #fff;
	font-size: 14px;
	line-height: 1.55;
}

.site-footer__icon {
	color: rgb(61, 107, 24);
}

body,
body * {
	font-family: "Roboto", "Segoe UI", Arial, sans-serif !important;
	font-weight: 400 !important;
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 1ms !important;
		scroll-behavior: auto !important;
		transition-duration: 1ms !important;
	}
}

.site-footer__bottom {
	margin-top: 64px;
	padding-top: 34px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__bottom p {
	max-width: none;
	margin: 0;
	color: #b8c8dc;
	font-size: 13px;
}

.comments-area,
#comments,
.comment-respond {
	display: none;
}

@media (max-width: 960px) {
	.post-grid {
		display: flex;
	}

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

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

@media (max-width: 720px) {
	.site-header__inner {
		min-height: 96px;
	}

	.site-brand__tagline {
		display: none;
	}

	.site-brand .logo-image {
		width: 300px;
		max-width: 58vw;
		transform: scale(1.1);
	}

	.menu-toggle {
		display: block;
	}

	.site-header__actions > .site-header__pill {
		display: none;
	}

	.site-header__actions {
		margin-left: auto;
	}

	.primary-navigation {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		padding: 12px 16px 18px;
		background: #fff;
		border-bottom: 1px solid var(--bp-border);
		box-shadow: 0 16px 30px rgba(16, 24, 32, 0.08);
		margin-left: 0;
	}

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

	.primary-navigation ul {
		display: grid;
		gap: 6px;
	}

	.primary-navigation a {
		display: block;
		padding: 10px 0;
	}

	.mobile-header-actions {
		display: flex;
		gap: 10px;
		padding-top: 12px;
		margin-top: 8px;
		border-top: 1px solid var(--bp-border);
	}

	.mobile-header-actions .site-header__pill {
		flex: 1;
		min-height: 42px;
		padding: 9px 10px;
	}

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

	.section-heading {
		align-items: stretch;
		flex-direction: column;
	}

	.archive-hero__inner {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.archive-hero .archive-filter {
		justify-self: stretch;
		transform: none;
	}

	.archive-filter {
		width: 100%;
	}

	.hero-motto {
		max-width: min(100%, 360px);
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	.archive-filter ul,
	.single-aside__archive ul {
		display: flex;
		gap: 10px;
		overflow-x: auto;
		padding-bottom: 8px;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
	}

	.archive-filter li,
	.single-aside__archive li {
		flex: 0 0 auto;
		scroll-snap-align: start;
	}

	.archive-filter a,
	.single-aside__archive a {
		display: inline-flex;
		min-height: 34px;
		align-items: center;
		padding: 6px 10px;
		border-radius: 999px;
		text-decoration: none;
	}

	.archive-filter a {
		border: 1px solid rgba(255, 255, 255, 0.22);
		background: rgba(255, 255, 255, 0.08);
		color: #fff;
	}

	.single-aside__archive a {
		border: 1px solid rgba(61, 107, 24, 0.2);
		background: rgba(61, 107, 24, 0.06);
		color: rgb(61, 107, 24);
	}

	.post-card--featured {
		display: flex;
	}

	.archive-hero h1,
	.single-hero h1 {
		font-size: 2.35rem;
	}

	.post-meta span + span::before {
		margin-right: 8px;
	}

	.search-form {
		flex-direction: column;
	}

	.post-navigation .nav-links,
	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.single-layout {
		grid-template-columns: 1fr;
		padding-top: 78px;
	}

	.single-aside {
		position: static;
		grid-template-columns: 1fr;
	}

	.site-footer {
		padding: 56px 1rem 32px;
	}

	.site-footer__bottom {
		margin-top: 42px;
	}
}
