:root {
	--bb-green: #163d2d;
	--bb-green-deep: #0d241b;
	--bb-cream: #f6efe3;
	--bb-paper: #fffdf8;
	--bb-charcoal: #202426;
	--bb-muted: #68706c;
	--bb-line: #e4ded2;
	--bb-coffee: #8a5a37;
	--bb-caramel: #c98a43;
	--bb-rumor: #6b4f91;
	--bb-radius: 8px;
	--bb-shadow: 0 18px 50px rgba(22, 61, 45, 0.12);
}

.buxbrew-theme {
	background: var(--bb-paper);
	color: var(--bb-charcoal);
}

.bb-site-main {
	background: var(--bb-paper);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 60;
	background: rgba(255, 253, 248, 0.96);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(36, 40, 39, 0.08);
}

.site-header-wrap,
.site-header-inner-wrap,
.site-header-row-container-inner,
.site-container {
	background: transparent;
}

.site-header-inner-wrap {
	padding-block: 14px;
}

.bb-brand-lockup {
	display: flex;
	align-items: center;
	min-width: 0;
}

.bb-brand-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	color: var(--bb-charcoal);
	text-decoration: none;
}

.bb-brand-link:hover {
	color: var(--bb-coffee);
}

.bb-brand-mark {
	display: grid;
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	overflow: hidden;
	border-radius: 12px;
	background: var(--bb-cream);
	box-shadow: 0 8px 20px rgba(22, 61, 45, 0.08);
}

.bb-brand-mark img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bb-brand-copy {
	display: grid;
	min-width: 0;
	gap: 2px;
}

.bb-brand-title {
	color: inherit;
	font-size: 1.42rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

.bb-brand-tagline {
	color: var(--bb-muted);
	font-size: 0.76rem;
	font-weight: 600;
	line-height: 1.25;
}

.site-header .site-branding {
	align-items: flex-start;
	gap: 6px;
}

#masthead .site-header-item[data-section="title_tagline"] .site-title-wrap,
#masthead .site-header-item[data-section="title_tagline"] .site-title,
#masthead .site-header-item[data-section="title_tagline"] .site-description {
	display: none !important;
}

.main-navigation {
	font-size: 0.92rem;
	font-weight: 700;
}

.main-navigation a {
	color: var(--bb-charcoal);
	text-decoration: none;
}

.main-navigation a:hover {
	color: var(--bb-coffee);
}

.main-navigation ul {
	gap: 10px;
}

.main-navigation li > a {
	padding: 8px 10px;
	border-radius: 999px;
}

.main-navigation li > a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
	background: rgba(22, 61, 45, 0.08);
}

.bb-container {
	width: min(1180px, calc(100% - 32px));
	margin-right: auto;
	margin-left: auto;
}

.bb-home-hero,
.bb-archive-header,
.bb-article-header {
	background: var(--bb-green-deep);
	color: var(--bb-cream);
}

.bb-home-hero {
	padding: clamp(28px, 4vw, 48px) 0 clamp(28px, 4vw, 52px);
	border-bottom: 1px solid rgba(246, 239, 227, 0.08);
	background: linear-gradient(180deg, #0d241b 0%, #10291f 100%);
}

.bb-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) 320px;
	gap: clamp(20px, 3vw, 36px);
	align-items: start;
}

.bb-hero-story {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
	gap: 24px;
	align-items: end;
	min-width: 0;
}

.bb-hero-media-wrap {
	min-width: 0;
}

.bb-hero-media,
.bb-post-card-media {
	display: block;
	overflow: hidden;
	background: linear-gradient(135deg, #f5efe5, #e9ddca);
	color: var(--bb-green);
	text-decoration: none;
}

.bb-hero-media {
	border-radius: 12px;
	box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
}

.bb-post-card-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bb-hero-media img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.bb-image-placeholder {
	display: grid;
	aspect-ratio: 4 / 3;
	min-height: 100%;
	padding: 24px;
	place-items: center;
	gap: 8px;
	text-align: center;
}

.bb-image-placeholder-kicker {
	color: var(--bb-coffee);
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bb-image-placeholder-title {
	max-width: 10ch;
	color: var(--bb-charcoal);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.7rem, 2.8vw, 2.6rem);
	font-weight: 700;
	line-height: 0.95;
}

.bb-hero-copy {
	min-width: 0;
	padding: 6px 4px 0 0;
}

.bb-hero-kicker,
.bb-trending-kicker {
	margin: 0;
	color: #d9c7af;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bb-hero-title,
.bb-article-title,
.bb-archive-title {
	margin: 10px 0 12px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 4vw, 4rem);
	line-height: 0.95;
	letter-spacing: 0;
}

.bb-hero-title a,
.bb-post-card-title a,
.bb-trending a {
	color: inherit;
	text-decoration: none;
}

.bb-home-hero .bb-hero-copy,
.bb-home-hero .bb-hero-copy a,
.bb-home-hero .bb-hero-copy p,
.bb-home-hero .bb-hero-copy span,
.bb-home-hero .bb-trending,
.bb-home-hero .bb-trending a,
.bb-home-hero .bb-trending p,
.bb-home-hero .bb-trending li,
.bb-archive-header .bb-archive-title,
.bb-archive-header .bb-archive-description,
.bb-article-header .bb-article-title,
.bb-article-header .bb-article-dek,
.bb-article-header .bb-meta,
.bb-article-header .bb-meta span {
	color: var(--bb-cream);
}

.bb-home-hero .bb-hero-title,
.bb-home-hero .bb-hero-title a {
	color: var(--bb-cream);
}

.bb-home-hero .bb-badge {
	color: var(--bb-green);
}

.bb-home-hero .bb-badge:hover {
	color: var(--bb-green-deep);
}

.bb-home-hero .bb-hero-copy .bb-category-badges .bb-badge,
.bb-home-hero .bb-hero-copy .bb-category-badges .bb-badge:visited,
.bb-home-hero .bb-hero-copy .bb-category-badges .bb-badge:hover,
.bb-home-hero .bb-hero-copy .bb-category-badges .bb-badge:focus {
	color: var(--bb-green-deep);
	background: var(--bb-cream);
	text-shadow: none;
}

.bb-home-hero .bb-hero-copy .bb-category-badges .bb-badge:hover,
.bb-home-hero .bb-hero-copy .bb-category-badges .bb-badge:focus {
	border-color: rgba(22, 61, 45, 0.35);
	background: #fff7ea;
}

.bb-hero-title a:hover,
.bb-post-card-title a:hover,
.bb-trending a:hover {
	color: #efb56f;
}

.bb-home-hero .bb-hero-title a:hover,
.bb-home-hero .bb-trending a:hover {
	color: #efb56f;
}

.bb-hero-excerpt,
.bb-article-dek,
.bb-archive-description {
	color: rgba(247, 242, 234, 0.82);
	font-size: 1rem;
	line-height: 1.65;
}

.bb-trending {
	padding: 20px 20px 22px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;
	background: rgba(246, 239, 227, 0.06);
	backdrop-filter: blur(4px);
}

.bb-section-heading h2,
.bb-newsletter h2 {
	margin: 0;
	font-size: clamp(1.2rem, 1.9vw, 1.8rem);
	line-height: 1.14;
	letter-spacing: 0;
}

.bb-trending-list {
	display: grid;
	gap: 16px;
	margin: 18px 0 0;
	padding-left: 1.15rem;
}

.bb-trending-list li {
	padding-left: 4px;
	color: #efb56f;
	font-weight: 800;
	line-height: 1.45;
}

.bb-trending-list a {
	color: #f8f2ea;
	font-weight: 700;
}

.bb-section {
	padding: clamp(34px, 6vw, 72px) 0;
}

.bb-section + .bb-section {
	border-top: 1px solid var(--bb-line);
}

.bb-section-compact {
	padding-top: clamp(28px, 5vw, 56px);
}

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

.bb-section-heading a {
	color: var(--bb-coffee);
	font-weight: 800;
	text-decoration: none;
}

.bb-card-grid {
	display: grid;
	gap: 22px;
}

.bb-card-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bb-card-grid-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bb-post-card {
	min-width: 0;
	border: 1px solid var(--bb-line);
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(22, 61, 45, 0.05);
}

.bb-post-card-media {
	aspect-ratio: 1.52 / 1;
}

.bb-post-card-standard .bb-post-card-media {
	aspect-ratio: auto;
}

.bb-post-card-standard .bb-post-card-media img {
	height: auto;
	object-fit: contain;
}

.bb-post-card-body {
	padding: 15px 15px 16px;
}

.bb-post-card-title {
	margin: 10px 0 8px;
	font-size: clamp(1.02rem, 1.2vw, 1.22rem);
	line-height: 1.2;
	letter-spacing: 0;
}

.bb-post-card p {
	margin: 0 0 14px;
	color: var(--bb-muted);
	line-height: 1.55;
}

.bb-category-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.bb-badge {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 4px 9px;
	border: 1px solid rgba(138, 90, 55, 0.28);
	border-radius: 999px;
	background: var(--bb-cream);
	color: var(--bb-green);
	font-size: 0.72rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

.bb-badge-rumor {
	border-color: rgba(107, 79, 145, 0.34);
	background: #f1eafa;
	color: var(--bb-rumor);
}

.bb-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	color: var(--bb-muted);
	font-size: 0.84rem;
	font-weight: 700;
}

.bb-hero-copy .bb-meta,
.bb-article-header .bb-meta {
	color: rgba(255, 255, 255, 0.72);
}

.bb-meta span + span::before {
	content: "/";
	margin-right: 14px;
	color: currentColor;
	opacity: 0.5;
}

.bb-newsletter {
	padding: clamp(30px, 5vw, 58px) 0;
	background: var(--bb-cream);
	border-top: 1px solid var(--bb-line);
	border-bottom: 1px solid var(--bb-line);
}

.bb-newsletter-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
	gap: 24px;
	align-items: center;
}

.bb-kicker {
	margin: 0 0 8px;
	color: var(--bb-coffee);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.bb-newsletter-form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.bb-newsletter-form input,
.bb-newsletter-form button {
	min-height: 46px;
	border-radius: var(--bb-radius);
	font: inherit;
}

.bb-newsletter-form input {
	width: 100%;
	border: 1px solid var(--bb-line);
	padding: 0 14px;
	background: #fff;
}

.bb-newsletter-form button {
	border: 0;
	padding: 0 18px;
	background: var(--bb-green);
	color: #fff;
	font-weight: 900;
}

.bb-article-header {
	padding: clamp(30px, 4vw, 60px) 0 34px;
}

.bb-article-header-inner {
	max-width: 860px;
}

.bb-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.9rem;
}

.bb-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.bb-article-dek {
	max-width: 760px;
	margin: 0 0 18px;
	font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.bb-article-featured {
	margin-top: 28px;
}

.bb-article-featured img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: var(--bb-radius);
}

.bb-article-featured figcaption {
	margin-top: 8px;
	color: var(--bb-muted);
	font-size: 0.86rem;
}

.bb-article-layout {
	display: grid;
	grid-template-columns: 150px minmax(0, 760px);
	gap: clamp(18px, 4vw, 48px);
	align-items: start;
	padding-top: clamp(32px, 5vw, 58px);
}

.bb-article-rail {
	position: sticky;
	top: 110px;
}

.bb-share {
	display: grid;
	gap: 8px;
}

.bb-share-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 10px;
	border: 1px solid var(--bb-line);
	border-radius: var(--bb-radius);
	color: var(--bb-green);
	font-size: 0.82rem;
	font-weight: 900;
	text-decoration: none;
}

.bb-share-link:hover {
	border-color: var(--bb-coffee);
	color: var(--bb-coffee);
}

.bb-article-content {
	font-size: clamp(1.05rem, 1.4vw, 1.16rem);
	line-height: 1.82;
}

.bb-article-content > * {
	margin-top: 0;
	margin-bottom: 1.35em;
}

.bb-article-content h2,
.bb-article-content h3 {
	margin-top: 1.8em;
	line-height: 1.18;
	letter-spacing: 0;
}

.bb-article-content a {
	color: var(--bb-coffee);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

.bb-related {
	border-top: 1px solid var(--bb-line);
}

.bb-archive-header {
	padding: clamp(34px, 6vw, 70px) 0;
}

.bb-archive-title {
	margin-bottom: 10px;
}

.bb-pagination {
	margin-top: 32px;
}

.bb-muted {
	color: var(--bb-muted);
}

@media (max-width: 1020px) {
	.site-header {
		position: static;
	}

	.site-header-inner-wrap {
		padding-block: 12px;
	}

	.bb-hero-grid,
	.bb-hero-story,
	.bb-newsletter-inner {
		grid-template-columns: 1fr;
	}

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

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

	.bb-article-rail {
		position: static;
	}

	.bb-share {
		display: flex;
		flex-wrap: wrap;
	}
}

@media (max-width: 760px) {
	.bb-container {
		width: min(100% - 24px, 1180px);
	}

	.bb-brand-mark {
		width: 40px;
		height: 40px;
		border-radius: 10px;
	}

	.bb-brand-title {
		font-size: 1.22rem;
	}

	.site-header .site-description {
		display: none;
	}

	.main-navigation ul {
		gap: 6px;
		flex-wrap: wrap;
	}

	.bb-card-grid-3,
	.bb-card-grid-4 {
		grid-template-columns: 1fr;
	}

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

	.bb-newsletter-form {
		grid-template-columns: 1fr;
	}

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

	.bb-home-hero {
		padding-top: 20px;
	}

	.bb-hero-title {
		font-size: clamp(2.1rem, 11vw, 3rem);
	}
}
