/*
Theme Name: Ballbet Hello Child
Description: A black, bronze and champagne-gold visual system for Ballbet, built on Hello Elementor.
Author: Ballbet
Template: hello-elementor
Version: 4.6.4
Text Domain: ballbet-hello-child
*/

:root {
	--bb-bg: #060608;
	--bb-bg-soft: #0b0b0e;
	--bb-header: #000000;
	--bb-surface: #0e0e12;
	--bb-surface-raised: #15151b;
	--bb-surface-hover: #1d1d26;
	--bb-gold: #c5a85c;
	--bb-gold-bright: #f1d280;
	--bb-gold-deep: #8f7436;
	--bb-red: #ff3333;
	--bb-ivory: #fafafa;
	--bb-text: #e4e4e7;
	--bb-muted: #a1a1aa;
	--bb-border: rgb(197 168 92 / 30%);
	--bb-border-strong: rgb(241 210 128 / 62%);
	--bb-shadow: 0 18px 45px rgb(0 0 0 / 32%);
	--bb-radius: 14px;
	--bb-transition: 180ms ease;
	--bb-font-primary: "Sarabun", "Leelawadee UI", Tahoma, Arial, sans-serif;
	--bb-font-header: "Prompt", "Leelawadee UI", Tahoma, Arial, sans-serif;
}

html {
	background: var(--bb-bg);
	color-scheme: dark;
	font-size: 16px;
}

body {
	background:
		radial-gradient(circle at 88% 2%, rgb(200 167 91 / 8%), transparent 28rem),
		linear-gradient(180deg, var(--bb-bg-soft) 0, var(--bb-bg) 22rem);
	color: var(--bb-text);
	font-family: var(--bb-font-primary);
	font-size: 17px;
	line-height: 1.78;
	min-height: 100vh;
}

button,
input,
optgroup,
select,
textarea {
	font-family: var(--bb-font-primary);
}

::selection {
	background: var(--bb-gold);
	color: #11120f;
}

a {
	color: var(--bb-gold-bright);
	text-decoration-color: rgb(231 206 138 / 52%);
	text-underline-offset: 0.2em;
	transition: color var(--bb-transition), text-decoration-color var(--bb-transition);
}

a:hover {
	color: #ffe8a9;
	text-decoration-color: currentColor;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	border-radius: 4px;
	outline: 3px solid var(--bb-gold-bright);
	outline-offset: 3px;
}

/* Header and brand */
.site-header {
	background:
		linear-gradient(115deg, rgb(255 255 255 / 2%), transparent 42%),
		linear-gradient(180deg, #302619, var(--bb-header));
	border-block-end: 1px solid var(--bb-gold-deep);
	box-shadow: 0 10px 30px rgb(0 0 0 / 30%);
	padding-block: 15px;
	z-index: 20;
}

.bb-site-header,
.bb-site-header button,
.bb-site-header input,
.bb-site-header optgroup,
.bb-site-header select,
.bb-site-header textarea {
	font-family: var(--bb-font-header);
}

.site-header .header-inner {
	align-items: center;
	gap: 22px;
	padding-inline: clamp(18px, 3vw, 34px);
}

.site-header .site-title {
	font-family: var(--bb-font-header);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
}

.site-header .site-title a {
	background: linear-gradient(105deg, #a97d2e 2%, #f4dda2 42%, #f7f1e7 70%, #c19d52 100%);
	background-clip: text;
	color: var(--bb-gold-bright);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-decoration: none;
	text-shadow: 0 3px 18px rgb(0 0 0 / 24%);
}

.site-navigation ul.menu {
	align-items: center;
	gap: 4px;
}

.site-navigation ul.menu > li > a {
	border-radius: 999px;
	color: var(--bb-ivory);
	font-size: 0.94rem;
	font-weight: 650;
	padding: 9px 15px;
	text-decoration: none;
	transition: background-color var(--bb-transition), color var(--bb-transition), box-shadow var(--bb-transition);
}

.site-navigation ul.menu > li > a:hover,
.site-navigation ul.menu > li > a:focus-visible,
.site-navigation ul.menu > li.current-menu-item > a,
.site-navigation ul.menu > li.current-menu-ancestor > a {
	background: rgb(200 167 91 / 14%);
	box-shadow: inset 0 0 0 1px var(--bb-border);
	color: var(--bb-gold-bright);
}

.site-navigation ul.menu li.menu-item-has-children::after {
	color: var(--bb-gold);
	font-size: 1.1em;
}

.site-navigation ul.menu li ul {
	background: #211d16;
	border: 1px solid var(--bb-border);
	border-radius: 10px;
	box-shadow: var(--bb-shadow);
	overflow: hidden;
	padding-block: 6px;
}

.site-navigation ul.menu li ul li {
	border-block-end-color: rgb(200 167 91 / 14%);
}

.site-navigation ul.menu li ul a {
	color: var(--bb-text);
	font-size: 0.92rem;
	padding: 11px 16px;
	text-decoration: none;
}

.site-navigation ul.menu li ul a:hover,
.site-navigation ul.menu li ul a:focus-visible {
	background: rgb(200 167 91 / 13%);
	color: var(--bb-gold-bright);
}

.site-navigation-toggle-holder .site-navigation-toggle {
	background: rgb(200 167 91 / 13%);
	box-shadow: inset 0 0 0 1px var(--bb-border-strong);
	color: var(--bb-gold-bright);
}

.site-navigation-dropdown ul.menu {
	background: #191812;
	border-block: 1px solid var(--bb-border);
	box-shadow: var(--bb-shadow);
}

.site-navigation-dropdown ul.menu li a {
	background: transparent;
	box-shadow: inset 0 -1px 0 rgb(200 167 91 / 13%);
	color: var(--bb-text);
	font-weight: 600;
}

.site-navigation-dropdown ul.menu li.current-menu-item > a,
.site-navigation-dropdown ul.menu li a:hover,
.site-navigation-dropdown ul.menu li a:focus-visible {
	background: rgb(200 167 91 / 15%);
	color: var(--bb-gold-bright);
}

/* Main content */
body:not([class*="elementor-page-"]) .site-main {
	padding-block: clamp(42px, 7vw, 76px);
	padding-inline: clamp(18px, 3vw, 34px);
}

.page-header,
.entry-header {
	margin-block-end: clamp(28px, 4vw, 44px);
}

.page-header .entry-title,
.entry-header .entry-title {
	color: var(--bb-ivory);
	font-size: clamp(2rem, 5vw, 3.8rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.18;
	margin: 0;
	max-width: 1040px;
	text-wrap: balance;
}

.page-header .entry-title::after,
.entry-header .entry-title::after {
	background: linear-gradient(90deg, var(--bb-gold-bright), var(--bb-gold-deep), transparent);
	content: "";
	display: block;
	height: 2px;
	margin-block-start: 22px;
	max-width: 190px;
	width: 34%;
}

.page-content,
.entry-content {
	color: var(--bb-text);
}

.page-content > p,
.entry-content > p,
.page-content > ul,
.page-content > ol,
.entry-content > ul,
.entry-content > ol {
	max-width: 900px;
}

.page-content h2,
.entry-content h2 {
	border-inline-start: 4px solid var(--bb-gold);
	color: var(--bb-ivory);
	font-size: clamp(1.55rem, 3vw, 2.2rem);
	line-height: 1.32;
	margin-block: 2.5em 0.75em;
	padding-inline-start: 16px;
	text-wrap: balance;
}

.page-content h3,
.entry-content h3 {
	color: var(--bb-gold-bright);
	font-size: clamp(1.2rem, 2.4vw, 1.55rem);
	line-height: 1.4;
	margin-block: 2em 0.65em;
}

.page-content h4,
.entry-content h4 {
	color: var(--bb-ivory);
}

.page-content p,
.entry-content p,
.archive-description {
	color: var(--bb-text);
}

.page-content strong,
.entry-content strong {
	color: var(--bb-ivory);
	font-weight: 750;
}

.page-content li::marker,
.entry-content li::marker {
	color: var(--bb-gold);
	font-weight: 700;
}

.page-content img,
.entry-content img,
.post .wp-post-image {
	background: var(--bb-surface);
	border: 1px solid var(--bb-border);
	border-radius: var(--bb-radius);
	box-shadow: var(--bb-shadow);
	height: auto;
	margin-block: 0.8rem 1.4rem;
}

.page-content blockquote,
.entry-content blockquote {
	background: linear-gradient(120deg, rgb(200 167 91 / 10%), rgb(255 255 255 / 2%));
	border: 1px solid var(--bb-border);
	border-inline-start: 4px solid var(--bb-gold);
	border-radius: 0 var(--bb-radius) var(--bb-radius) 0;
	color: var(--bb-ivory);
	margin: 2rem 0;
	padding: 1.1rem 1.25rem;
}

.page-content hr,
.entry-content hr,
.wp-block-separator {
	border-color: var(--bb-border);
	margin-block: 2.7rem;
}

/* Tables */
.page-content .bb-table-scroll,
.entry-content .bb-table-scroll,
.page-content .wp-block-table,
.entry-content .wp-block-table {
	background: #262626;
	border: 1px solid rgb(197 168 92 / 28%);
	border-radius: 7px;
	box-shadow: 0 14px 38px rgb(0 0 0 / 24%);
	margin-block: 1.5rem 2.2rem;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-inline: contain;
	scrollbar-color: var(--bb-gold) #171719;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}

.page-content .bb-table-scroll:focus-visible,
.entry-content .bb-table-scroll:focus-visible,
.page-content .wp-block-table:focus-visible,
.entry-content .wp-block-table:focus-visible {
	outline: 2px solid var(--bb-gold-bright);
	outline-offset: 3px;
}

.page-content .bb-table-scroll table,
.entry-content .bb-table-scroll table,
.page-content .wp-block-table table,
.entry-content .wp-block-table table {
	background: #262626;
	border: 0;
	border-collapse: separate;
	border-radius: 0;
	border-spacing: 0;
	box-shadow: none;
	display: table;
	margin: 0;
	min-width: 680px;
	table-layout: auto;
	width: 100%;
}

.page-content th,
.entry-content th {
	background: linear-gradient(180deg, #f5d98d, #edc969);
	color: #09090b;
	font-weight: 850;
}

.page-content th,
.page-content td,
.entry-content th,
.entry-content td {
	border: 0;
	border-block-end: 1px solid rgb(197 168 92 / 20%);
	line-height: 1.58;
	overflow-wrap: anywhere;
	padding: 15px 18px;
	vertical-align: middle;
}

.page-content tbody td,
.entry-content tbody td {
	background: #262626;
	color: #f3f3f4;
}

.page-content tbody tr:nth-child(even),
.entry-content tbody tr:nth-child(even) {
	background: transparent;
}

.page-content tbody tr:nth-child(even) td,
.entry-content tbody tr:nth-child(even) td {
	background: #242426;
}

.page-content tbody tr:hover,
.entry-content tbody tr:hover {
	background: transparent;
}

.page-content tbody tr:hover td,
.entry-content tbody tr:hover td {
	background: #302d25;
}

.page-content tbody tr:last-child td,
.entry-content tbody tr:last-child td {
	border-block-end: 0;
}

/* Buttons, inputs and pagination */
button,
input[type="button"],
input[type="submit"],
.wp-element-button,
.wp-block-button__link,
.wp-block-post-excerpt__more-link {
	background: linear-gradient(135deg, var(--bb-gold-bright), var(--bb-gold));
	border: 1px solid var(--bb-gold-bright);
	border-radius: 999px;
	box-shadow: 0 8px 22px rgb(139 104 31 / 22%);
	color: #17140e;
	font-weight: 800;
	padding: 0.72em 1.2em;
	text-decoration: none;
	transition: filter var(--bb-transition), transform var(--bb-transition), box-shadow var(--bb-transition);
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.wp-element-button:hover,
.wp-block-button__link:hover,
.wp-block-post-excerpt__more-link:hover {
	box-shadow: 0 11px 28px rgb(139 104 31 / 32%);
	color: #0f100d;
	filter: brightness(1.08);
	transform: translateY(-1px);
}

input:not([type="submit"]):not([type="button"]),
select,
textarea {
	background: var(--bb-surface);
	border: 1px solid var(--bb-border);
	border-radius: 8px;
	color: var(--bb-ivory);
}

input::placeholder,
textarea::placeholder {
	color: var(--bb-muted);
	opacity: 0.9;
}

.page-numbers,
.wp-block-query-pagination a,
.wp-block-query-pagination .current {
	align-items: center;
	border: 1px solid var(--bb-border);
	border-radius: 8px;
	display: inline-flex;
	justify-content: center;
	min-height: 42px;
	min-width: 42px;
	padding: 7px 12px;
	text-decoration: none;
}

.wp-block-query-pagination .current {
	background: var(--bb-gold);
	color: #11120f;
	font-weight: 800;
}

/* Article index and archive cards */
.wp-block-categories-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-block-categories-list li {
	background: var(--bb-surface);
	border: 1px solid var(--bb-border);
	border-radius: 999px;
	color: var(--bb-muted);
	padding: 7px 13px;
}

.wp-block-categories-list li a {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-query .wp-block-post-template {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-block-query .wp-block-post-template > li,
body.archive article.post,
body.blog article.post,
body.search article {
	background: linear-gradient(145deg, var(--bb-surface-raised), var(--bb-surface));
	border: 1px solid var(--bb-border);
	border-radius: var(--bb-radius);
	box-shadow: 0 15px 40px rgb(0 0 0 / 22%);
	overflow: hidden;
	padding: 18px;
	transition: border-color var(--bb-transition), transform var(--bb-transition), box-shadow var(--bb-transition);
}

.wp-block-query .wp-block-post-template > li:hover,
body.archive article.post:hover,
body.blog article.post:hover,
body.search article:hover {
	border-color: var(--bb-border-strong);
	box-shadow: 0 18px 48px rgb(0 0 0 / 34%);
	transform: translateY(-3px);
}

.wp-block-post-featured-image {
	margin: -18px -18px 18px;
}

.wp-block-post-featured-image img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
}

.wp-block-post-title {
	border: 0 !important;
	font-size: clamp(1.2rem, 2vw, 1.55rem) !important;
	margin: 0 0 0.7rem !important;
	padding: 0 !important;
}

.wp-block-post-title a {
	color: var(--bb-ivory);
	text-decoration: none;
}

.wp-block-post-title a:hover {
	color: var(--bb-gold-bright);
}

.wp-block-post-excerpt__excerpt {
	color: var(--bb-muted) !important;
}

.taxonomy-category.wp-block-post-terms {
	color: var(--bb-muted);
	font-size: 0.88rem;
	margin-block-start: 1rem;
}

.taxonomy-category.wp-block-post-terms a {
	color: var(--bb-gold);
	text-decoration: none;
}

.wp-block-query .wp-block-post-template > li > .wp-block-separator {
	display: none;
}

.wp-block-query-pagination {
	border-block-start: 1px solid var(--bb-border);
	margin-block-start: 34px;
	padding-block-start: 22px;
}

/* Footer */
.site-footer {
	background: #0a0b0a;
	border-block-start: 1px solid var(--bb-gold-deep);
	color: var(--bb-muted);
	padding-block: 26px;
}

.site-footer .site-title a,
.site-footer a {
	color: var(--bb-gold-bright);
}

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

/* Elementor global color compatibility */
.elementor-kit-6 {
	--e-global-color-primary: var(--bb-gold);
	--e-global-color-secondary: var(--bb-gold-bright);
	--e-global-color-text: var(--bb-text);
	--e-global-color-accent: var(--bb-gold-bright);
}

@media (max-width: 767px) {
	body {
		font-size: 16px;
	}

	.site-header {
		padding-block: 11px;
	}

	.site-header .header-inner {
		padding-inline: 16px;
	}

	.site-header .site-title {
		font-size: 2rem;
	}

	body:not([class*="elementor-page-"]) .site-main {
		padding-block: 34px 56px;
		padding-inline: 16px;
	}

	.page-header .entry-title,
	.entry-header .entry-title {
		font-size: clamp(1.8rem, 9vw, 2.6rem);
	}

	.wp-block-query .wp-block-post-template {
		grid-template-columns: 1fr;
	}

	.page-content th,
	.page-content td,
	.entry-content th,
	.entry-content td {
		min-width: 150px;
		padding: 11px 12px;
	}
}

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

/* ================================================================
   Premium layout system — v2
   ================================================================ */

body {
	background:
		radial-gradient(circle at 76% -8%, rgb(200 167 91 / 12%), transparent 34rem),
		radial-gradient(circle at 8% 32%, rgb(139 104 31 / 5%), transparent 26rem),
		var(--bb-bg);
	font-size: 17px;
	letter-spacing: 0.005em;
}

html {
	scroll-padding-top: 152px;
}

/* Complete header */
.bb-site-header {
	backdrop-filter: blur(18px);
	background: rgb(22 18 12 / 96%);
	box-shadow: 0 16px 50px rgb(0 0 0 / 34%);
	padding: 0;
	position: sticky;
	top: 0;
	z-index: 1000;
}

.admin-bar .bb-site-header {
	top: 32px;
}

.bb-header-top {
	background: #0a0b09;
	border-block-end: 1px solid rgb(200 167 91 / 14%);
	color: var(--bb-muted);
	font-size: 0.75rem;
	letter-spacing: 0.045em;
}

.bb-header-top__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-inline: auto;
	max-width: 1240px;
	min-height: 34px;
	padding-inline: 28px;
}

.bb-header-top p {
	align-items: center;
	display: flex;
	gap: 9px;
	margin: 0;
}

.bb-header-top a {
	color: var(--bb-muted);
	text-decoration: none;
}

.bb-header-top a:hover {
	color: var(--bb-gold-bright);
}

.bb-status-dot {
	background: var(--bb-gold-bright);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgb(231 206 138 / 10%);
	display: inline-block;
	height: 6px;
	width: 6px;
}

.bb-site-header .bb-header-main {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: clamp(18px, 2.5vw, 38px);
	margin-inline: auto;
	max-width: 1240px;
	min-height: 92px;
	padding: 16px 28px;
}

.bb-brand {
	align-items: center;
	flex: 0 0 auto;
	min-width: 190px;
}

.bb-brand .site-logo,
.bb-brand .custom-logo-link {
	display: block;
	width: 100%;
}

.bb-brand .custom-logo {
	display: block;
	height: auto;
	max-width: 205px;
	width: 100%;
}

.bb-brand-copy {
	display: grid;
	gap: 5px;
}

.bb-site-header .site-title {
	font-size: clamp(2rem, 3.1vw, 2.65rem);
	letter-spacing: 0.105em;
}

.bb-brand-tagline {
	color: var(--bb-muted);
	font-family: var(--bb-font-header);
	font-size: 0.57rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1;
	margin: 0;
	white-space: nowrap;
}

.bb-primary-nav {
	flex: 1 1 auto;
	justify-content: center;
	min-width: 0;
}

.bb-primary-nav ul.menu {
	flex-wrap: nowrap;
	justify-content: center;
}

.bb-primary-nav ul.menu > li > a {
	font-size: 0.89rem;
	padding: 8px 11px;
	white-space: nowrap;
}

.bb-header-actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 9px;
}

.bb-header-search {
	position: relative;
}

.bb-header-search summary {
	align-items: center;
	border: 1px solid var(--bb-border);
	border-radius: 999px;
	color: var(--bb-text);
	cursor: pointer;
	display: inline-flex;
	font-size: 0.85rem;
	font-weight: 700;
	gap: 5px;
	list-style: none;
	min-height: 40px;
	padding: 7px 12px;
	transition: border-color var(--bb-transition), color var(--bb-transition), background-color var(--bb-transition);
}

.bb-header-search summary::-webkit-details-marker {
	display: none;
}

.bb-header-search summary:hover,
.bb-header-search[open] summary {
	background: rgb(200 167 91 / 10%);
	border-color: var(--bb-border-strong);
	color: var(--bb-gold-bright);
}

.bb-header-search summary span[aria-hidden="true"] {
	font-family: var(--bb-font-header);
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 0.7;
}

.bb-search-popover {
	background: #1d1b15;
	border: 1px solid var(--bb-border-strong);
	border-radius: 12px;
	box-shadow: 0 22px 55px rgb(0 0 0 / 52%);
	inset-inline-end: 0;
	min-width: min(370px, calc(100vw - 32px));
	padding: 16px;
	position: absolute;
	top: calc(100% + 12px);
	z-index: 1002;
}

.bb-search-popover label {
	color: var(--bb-ivory);
	display: block;
	font-size: 0.82rem;
	font-weight: 700;
	margin-block-end: 8px;
}

.bb-search-row {
	display: flex;
	gap: 8px;
}

.bb-search-row input {
	min-width: 0;
	padding: 9px 11px;
	width: 100%;
}

.bb-search-row button {
	flex: 0 0 auto;
	padding: 8px 14px;
}

.bb-header-cta {
	background: linear-gradient(135deg, #eed998, var(--bb-gold));
	border: 1px solid #f1dda1;
	border-radius: 999px;
	box-shadow: 0 8px 24px rgb(139 104 31 / 20%);
	color: #16130d;
	font-size: 0.85rem;
	font-weight: 850;
	padding: 9px 15px;
	text-decoration: none;
	white-space: nowrap;
}

.bb-header-cta:hover {
	color: #0e0f0c;
	filter: brightness(1.07);
}

/* Singular content rhythm and heading hierarchy */
body:not([class*="elementor-page-"]) .site-main.bb-singular,
body:not([class*="elementor-page-"]) .site-main.bb-archive {
	max-width: none;
	padding: 0;
}

.bb-content-shell {
	margin-inline: auto;
	max-width: 1160px;
	padding: clamp(42px, 6vw, 78px) clamp(18px, 4vw, 44px) clamp(72px, 8vw, 112px);
}

.bb-breadcrumbs {
	align-items: center;
	color: #928a7a;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.78rem;
	gap: 8px;
	letter-spacing: 0.02em;
	margin-block-end: 30px;
}

.bb-breadcrumbs a {
	color: var(--bb-muted);
	text-decoration: none;
}

.bb-breadcrumbs a:hover {
	color: var(--bb-gold-bright);
}

.bb-entry-hero {
	background:
		radial-gradient(circle at 100% 0, rgb(231 206 138 / 8%), transparent 20rem),
		linear-gradient(145deg, rgb(255 255 255 / 2.5%), rgb(200 167 91 / 3%));
	border: 1px solid rgb(200 167 91 / 19%);
	border-radius: 20px;
	box-shadow: 0 25px 70px rgb(0 0 0 / 25%);
	margin-block-end: clamp(38px, 6vw, 64px);
	max-width: 1040px;
	overflow: hidden;
	padding: clamp(28px, 5vw, 58px);
	position: relative;
}

.bb-entry-hero:not(.bb-home-hero) {
	padding: clamp(28px, 4vw, 48px);
}

.bb-entry-hero::before {
	background: linear-gradient(90deg, var(--bb-gold-bright), var(--bb-gold-deep), transparent);
	content: "";
	height: 2px;
	inset: 0 0 auto;
	position: absolute;
}

.bb-eyebrow {
	color: var(--bb-gold-bright) !important;
	font-size: 0.72rem !important;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin: 0 0 16px !important;
	text-transform: uppercase;
}

.bb-entry-hero .entry-title {
	font-size: clamp(1.85rem, 3.3vw, 2.9rem);
	font-weight: 700;
	hyphens: none;
	letter-spacing: -0.01em;
	line-height: 1.4;
	max-width: 860px;
	overflow-wrap: break-word;
	text-wrap: balance;
	word-break: normal;
}

.bb-entry-hero .entry-title::after {
	display: none;
}

.bb-entry-meta {
	align-items: center;
	color: var(--bb-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.82rem;
	gap: 10px;
	margin-block-start: 24px;
}

.bb-entry-meta a {
	color: var(--bb-gold);
	text-decoration: none;
}

.bb-article-body {
	margin-inline: auto;
	max-width: 920px;
}

.bb-article-body > p,
.bb-article-body > ul,
.bb-article-body > ol,
.bb-article-body > blockquote {
	max-width: 74ch;
}

.bb-article-body > p {
	font-size: 1.04rem;
	line-height: 1.92;
	margin-block: 0 1.35em;
}

.bb-article-body > p:first-child {
	color: var(--bb-muted);
	font-size: 0.82rem;
	max-width: none;
}

.bb-article-body > p:first-child img {
	display: block;
	margin-block-end: 18px;
	width: 100%;
}

.bb-content-index .bb-article-body {
	max-width: none;
}

.bb-content-index .bb-article-body > p:first-child {
	color: var(--bb-text);
	font-size: 1.04rem;
	max-width: 74ch;
}

.bb-article-body h2 {
	border: 0;
	border-block-start: 1px solid var(--bb-border);
	color: var(--bb-ivory);
	font-size: clamp(1.65rem, 3.4vw, 2.45rem);
	letter-spacing: -0.018em;
	line-height: 1.34;
	margin: clamp(3.8rem, 7vw, 5.8rem) 0 1.15rem;
	padding: 30px 0 0;
	position: relative;
}

.bb-article-body h2::before {
	background: linear-gradient(90deg, var(--bb-gold-bright), var(--bb-gold));
	border-radius: 999px;
	content: "";
	height: 3px;
	inset: -2px auto auto 0;
	position: absolute;
	width: 72px;
}

.bb-article-body h3 {
	color: var(--bb-gold-bright);
	font-size: clamp(1.25rem, 2.5vw, 1.62rem);
	line-height: 1.45;
	margin: 2.8rem 0 0.9rem;
	padding-inline-start: 17px;
	position: relative;
}

.bb-article-body h3::before {
	background: var(--bb-gold);
	border-radius: 999px;
	content: "";
	height: calc(100% - 0.35em);
	inset: 0.16em auto auto 0;
	position: absolute;
	width: 3px;
}

.bb-article-body > ul,
.bb-article-body > ol {
	background: linear-gradient(135deg, rgb(255 255 255 / 2.5%), rgb(200 167 91 / 3.5%));
	border: 1px solid rgb(200 167 91 / 18%);
	border-radius: 14px;
	margin-block: 1.5rem 2rem;
	padding: 1.15rem 1.35rem 1.15rem 2.7rem;
}

.bb-article-body li {
	line-height: 1.78;
	margin-block: 0.48rem;
}

.bb-article-body a:not(.wp-element-button):not(.wp-block-button__link) {
	font-weight: 650;
}

.bb-article-body img {
	border-color: rgb(231 206 138 / 28%);
	border-radius: 18px;
	box-shadow: 0 28px 75px rgb(0 0 0 / 38%);
}

.bb-article-body table {
	margin-block: 2rem 2.8rem;
}

.bb-entry-footer {
	align-items: center;
	background:
		linear-gradient(120deg, rgb(200 167 91 / 10%), rgb(255 255 255 / 2%)),
		var(--bb-surface);
	border: 1px solid var(--bb-border);
	border-radius: 18px;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin: 72px auto 0;
	max-width: 920px;
	padding: 25px 28px;
}

.bb-entry-footer p {
	color: var(--bb-muted);
	margin: 0;
}

.bb-entry-footer .bb-eyebrow {
	margin-block-end: 4px !important;
}

.bb-entry-footer__button,
.bb-footer-button,
.bb-card-link {
	align-items: center;
	display: inline-flex;
	font-weight: 800;
	gap: 9px;
	text-decoration: none;
	white-space: nowrap;
}

.bb-entry-footer__button {
	background: linear-gradient(135deg, var(--bb-gold-bright), var(--bb-gold));
	border-radius: 999px;
	color: #16130d;
	padding: 10px 17px;
}

.bb-entry-footer__button:hover {
	color: #0d0e0b;
}

/* Premium content index cards */
.wp-block-query .wp-block-post-template {
	align-items: stretch;
	gap: 24px;
}

.wp-block-query .wp-block-post-template > li {
	display: flex;
	flex-direction: column;
	padding: 16px;
}

.wp-block-post-featured-image {
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.wp-block-post-featured-image img {
	height: 100% !important;
	transition: transform 450ms ease, filter 450ms ease;
}

.wp-block-query .wp-block-post-template > li:hover .wp-block-post-featured-image img {
	filter: saturate(1.08) contrast(1.03);
	transform: scale(1.025);
}

.wp-block-post-title {
	line-height: 1.42 !important;
}

.wp-block-post-excerpt {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.wp-block-post-excerpt__excerpt {
	font-size: 0.93rem;
	line-height: 1.75;
}

.wp-block-post-excerpt__more-text {
	margin-block-start: auto;
	padding-block-start: 10px;
}

.wp-block-post-excerpt__more-link {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--bb-gold-bright);
	padding: 0;
}

.wp-block-post-excerpt__more-link:hover {
	box-shadow: none;
	color: #ffe8a9;
	transform: none;
}

/* Category/search archive */
.bb-archive-hero {
	max-width: none;
}

.bb-archive-hero .archive-description {
	color: var(--bb-muted);
	font-size: 1.03rem;
	line-height: 1.75;
	margin-block-start: 20px;
	max-width: 720px;
}

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

.bb-archive-card {
	background: linear-gradient(145deg, #211f18, #171814);
	border: 1px solid var(--bb-border);
	border-radius: 16px;
	box-shadow: 0 18px 50px rgb(0 0 0 / 24%);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	transition: border-color var(--bb-transition), transform var(--bb-transition), box-shadow var(--bb-transition);
}

.bb-archive-card:hover {
	border-color: var(--bb-border-strong);
	box-shadow: 0 24px 65px rgb(0 0 0 / 36%);
	transform: translateY(-4px);
}

.bb-archive-card__image {
	aspect-ratio: 16 / 9;
	display: block;
	overflow: hidden;
}

.bb-archive-card__image img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	height: 100%;
	margin: 0;
	object-fit: cover;
	transition: transform 450ms ease;
	width: 100%;
}

.bb-archive-card:hover .bb-archive-card__image img {
	transform: scale(1.025);
}

.bb-archive-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 22px;
}

.bb-card-meta {
	align-items: center;
	color: var(--bb-muted);
	display: flex;
	font-size: 0.74rem;
	gap: 10px;
	justify-content: space-between;
	margin-block-end: 12px;
}

.bb-card-meta a {
	color: var(--bb-gold);
	font-weight: 750;
	text-decoration: none;
}

.bb-archive-card .entry-title {
	font-size: 1.22rem;
	line-height: 1.5;
	margin: 0 0 12px;
}

.bb-archive-card .entry-title a {
	color: var(--bb-ivory);
	text-decoration: none;
}

.bb-archive-card .entry-title a:hover {
	color: var(--bb-gold-bright);
}

.bb-card-excerpt {
	color: var(--bb-muted);
	font-size: 0.9rem;
	line-height: 1.72;
}

.bb-card-excerpt p {
	margin: 0;
}

.bb-card-link {
	border-block-start: 1px solid rgb(200 167 91 / 13%);
	color: var(--bb-gold-bright);
	font-size: 0.83rem;
	margin-block-start: auto;
	padding-block-start: 15px;
}

.bb-empty-state {
	background: var(--bb-surface);
	border: 1px solid var(--bb-border);
	border-radius: 14px;
	grid-column: 1 / -1;
	padding: 30px;
}

.bb-archive .navigation.pagination {
	border-block-start: 1px solid var(--bb-border);
	margin: 40px 0 0;
	padding-block-start: 24px;
}

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

.bb-archive .nav-links .page-numbers.current {
	background: var(--bb-gold);
	color: #11120f;
}

/* Complete footer */
.bb-site-footer {
	background:
		radial-gradient(circle at 14% 18%, rgb(200 167 91 / 8%), transparent 25rem),
		#090a09;
	border-block-start: 0;
	padding: 0;
}

.bb-footer-accent {
	background: linear-gradient(90deg, transparent, var(--bb-gold-deep) 18%, var(--bb-gold-bright) 50%, var(--bb-gold-deep) 82%, transparent);
	height: 1px;
}

.bb-site-footer .bb-footer-grid {
	display: grid;
	gap: clamp(28px, 4vw, 54px);
	grid-template-columns: minmax(250px, 1.4fr) repeat(3, minmax(150px, 1fr));
	margin-inline: auto;
	max-width: 1240px;
	padding: 68px 28px 50px;
}

.bb-footer-brand h2,
.bb-footer-nav h2 {
	margin: 0;
}

.bb-footer-brand h2 {
	font-family: var(--bb-font-primary);
	font-size: 2.15rem;
	letter-spacing: 0.1em;
	line-height: 1;
	text-transform: uppercase;
}

.bb-footer-brand h2 a {
	background: linear-gradient(105deg, #b68d3d, #f2d998 54%, #d0ac60);
	background-clip: text;
	color: var(--bb-gold-bright);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-decoration: none;
}

.bb-footer-kicker {
	color: var(--bb-gold) !important;
	font-size: 0.66rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin: 0 0 13px;
}

.bb-footer-brand > p:not(.bb-footer-kicker) {
	color: var(--bb-muted);
	font-size: 0.9rem;
	line-height: 1.78;
	margin: 20px 0 22px;
	max-width: 36ch;
}

.bb-footer-button {
	color: var(--bb-gold-bright);
	font-size: 0.84rem;
}

.bb-footer-nav h2 {
	color: var(--bb-ivory);
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.45;
	margin-block-end: 18px;
}

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

.bb-footer-nav li + li {
	margin-block-start: 10px;
}

.bb-footer-nav a {
	align-items: center;
	color: var(--bb-muted);
	display: flex;
	font-size: 0.84rem;
	gap: 8px;
	justify-content: flex-start;
	line-height: 1.55;
	text-decoration: none;
}

.bb-footer-nav a::before {
	background: var(--bb-gold-deep);
	border-radius: 50%;
	content: "";
	flex: 0 0 auto;
	height: 4px;
	width: 4px;
}

.bb-footer-nav a:hover {
	color: var(--bb-gold-bright);
}

.bb-footer-nav a span {
	background: rgb(200 167 91 / 10%);
	border-radius: 999px;
	color: var(--bb-gold);
	font-size: 0.68rem;
	margin-inline-start: auto;
	min-width: 24px;
	padding: 2px 6px;
	text-align: center;
}

.bb-footer-bottom {
	align-items: flex-start;
	border-block-start: 1px solid rgb(200 167 91 / 14%);
	display: flex;
	gap: 30px;
	justify-content: space-between;
	margin-inline: auto;
	max-width: 1240px;
	padding: 24px 28px 30px;
}

.bb-footer-bottom p {
	color: #8f8778;
	font-size: 0.73rem;
	line-height: 1.65;
	margin: 0;
}

.bb-footer-bottom p + p {
	margin-block-start: 4px;
}

.bb-footer-bottom > a {
	align-items: center;
	color: var(--bb-gold);
	display: inline-flex;
	font-size: 0.76rem;
	gap: 7px;
	text-decoration: none;
	white-space: nowrap;
}

@media (min-width: 1100px) {
	.wp-block-query .wp-block-post-template {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1120px) {
	.bb-primary-nav ul.menu > li > a {
		font-size: 0.82rem;
		padding-inline: 8px;
	}

	.bb-header-actions .bb-header-cta {
		display: none;
	}

	.bb-site-footer .bb-footer-grid {
		grid-template-columns: minmax(240px, 1.3fr) repeat(2, minmax(170px, 1fr));
	}

	.bb-footer-nav:last-child {
		grid-column: 2 / -1;
	}
}

@media (max-width: 992px) {
	.admin-bar .bb-site-header {
		top: 32px;
	}

	.bb-site-header .bb-header-main {
		gap: 10px;
		min-height: 78px;
		padding-block: 12px;
	}

	.bb-primary-nav {
		display: none !important;
	}

	.bb-header-actions {
		margin-inline-start: auto;
	}

	.bb-header-cta,
	.bb-header-search summary span:last-child {
		display: none;
	}

	.bb-header-search summary {
		justify-content: center;
		min-height: 42px;
		min-width: 42px;
		padding: 8px;
	}

	.site-navigation-toggle-holder {
		padding: 0;
	}

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

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

	.bb-footer-brand {
		grid-column: 1 / -1;
	}

	.bb-footer-nav:last-child {
		grid-column: auto;
	}
}

@media (max-width: 782px) {
	.admin-bar .bb-site-header {
		top: 46px;
	}
}

@media (max-width: 767px) {
	html {
		scroll-padding-top: 92px;
	}

	.bb-header-top {
		display: none;
	}

	.bb-site-header .bb-header-main {
		padding-inline: 16px;
	}

	.bb-brand {
		min-width: 0;
	}

	.bb-site-header .site-title {
		font-size: 1.72rem;
	}

	.bb-brand-tagline {
		font-size: 0.44rem;
		letter-spacing: 0.11em;
	}

	.bb-search-popover {
		inset-inline-end: -53px;
	}

	.bb-content-shell {
		padding-block: 30px 72px;
		padding-inline: 16px;
	}

	.bb-breadcrumbs {
		margin-block-end: 20px;
	}

	.bb-entry-hero {
		border-radius: 15px;
		padding: 26px 20px 28px;
	}

	.bb-entry-hero .entry-title {
		font-size: clamp(1.5rem, 6.2vw, 2rem);
		letter-spacing: 0;
		line-height: 1.45;
	}

	.bb-entry-meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.bb-entry-meta > span[aria-hidden="true"] {
		display: none;
	}

	.bb-article-body > p {
		font-size: 1rem;
		line-height: 1.86;
	}

	.bb-article-body h2 {
		font-size: 1.55rem;
		margin-block-start: 4.2rem;
		padding-block-start: 25px;
	}

	.bb-article-body h3 {
		font-size: 1.2rem;
		margin-block-start: 2.4rem;
	}

	.bb-article-body > ul,
	.bb-article-body > ol {
		padding: 0.95rem 1rem 0.95rem 2.25rem;
	}

	.bb-entry-footer {
		align-items: flex-start;
		flex-direction: column;
		margin-block-start: 52px;
		padding: 22px;
	}

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

	.bb-site-footer .bb-footer-grid {
		grid-template-columns: 1fr;
		padding: 54px 18px 36px;
	}

	.bb-footer-brand,
	.bb-footer-nav:last-child {
		grid-column: auto;
	}

	.bb-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
		padding-inline: 18px;
	}
}

/* ================================================================
   Black-gold editorial experience — v3
   Visual direction informed by the supplied reference, adapted for
   Ballbet's independent editorial identity and existing content.
   ================================================================ */

html {
	scroll-padding-top: 186px;
}

body {
	background:
		radial-gradient(circle at 82% 5%, rgb(197 168 92 / 9%), transparent 30rem),
		linear-gradient(180deg, #0b0b0e 0, var(--bb-bg) 32rem);
	color: var(--bb-text);
}

/* Layered header and announcement band */
.bb-site-header {
	backdrop-filter: blur(18px);
	background: rgb(0 0 0 / 96%);
	border-block-end: 0;
	box-shadow: 0 18px 60px rgb(0 0 0 / 45%);
}

.bb-header-top {
	background: #060608;
	border-block-end-color: rgb(197 168 92 / 16%);
}

.bb-header-top__actions {
	align-items: center;
	display: flex;
	gap: 14px;
}

.bb-header-top .bb-age-link {
	align-items: center;
	border: 1px solid rgb(255 51 51 / 55%);
	border-radius: 999px;
	color: #ff7373;
	display: inline-flex;
	font-size: 0.66rem;
	font-weight: 850;
	justify-content: center;
	line-height: 1;
	min-height: 22px;
	min-width: 30px;
	padding: 3px 7px;
}

.bb-status-dot {
	background: #00e676;
	box-shadow: 0 0 0 4px rgb(0 230 118 / 10%);
}

.bb-site-header .bb-header-main {
	min-height: 86px;
	padding-block: 13px;
}

.bb-site-header .site-title a {
	background: linear-gradient(105deg, #a98c45 0%, #f1d280 50%, #fff3c7 70%, #c5a85c 100%);
	background-clip: text;
	-webkit-background-clip: text;
}

.bb-brand-tagline {
	color: #8f8f98;
}

.bb-primary-nav ul.menu > li > a {
	border-radius: 7px;
	font-size: 0.85rem;
	padding: 8px 10px;
}

.bb-header-search summary {
	background: #0e0e12;
	border-color: #2a2a32;
	border-radius: 8px;
}

.bb-search-popover {
	background: #0e0e12;
	border-color: var(--bb-border-strong);
	border-radius: 10px;
}

.bb-header-cta {
	background: linear-gradient(135deg, #f6dc91, #c5a85c);
	border-color: #f1d280;
	border-radius: 8px;
	box-shadow: 0 10px 28px rgb(197 168 92 / 18%);
	color: #09090b;
	min-height: 40px;
	padding-inline: 16px;
}

.bb-header-cta--outline {
	background: #0e0e12;
	border-color: #34343d;
	box-shadow: none;
	color: var(--bb-ivory);
}

.bb-header-cta--outline:hover {
	background: #18181f;
	border-color: var(--bb-gold);
	color: var(--bb-gold-bright);
}

.bb-announcement {
	background: linear-gradient(90deg, #0c0c0f, #111115 50%, #0c0c0f);
	border-block: 1px solid rgb(197 168 92 / 18%);
}

.bb-announcement__inner {
	align-items: center;
	display: flex;
	gap: 13px;
	margin-inline: auto;
	max-width: 1240px;
	min-height: 39px;
	padding-inline: 28px;
}

.bb-announcement__label {
	background: rgb(255 51 51 / 12%);
	border: 1px solid rgb(255 51 51 / 34%);
	border-radius: 5px;
	color: #ff7272;
	font-size: 0.63rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	padding: 3px 7px;
	text-transform: uppercase;
}

.bb-announcement p {
	color: #b2b2ba;
	font-size: 0.75rem;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bb-announcement a {
	color: var(--bb-gold-bright);
	font-size: 0.72rem;
	font-weight: 750;
	margin-inline-start: auto;
	text-decoration: none;
	white-space: nowrap;
}

/* Image-led home hero */
.bb-home-entry .bb-content-shell {
	max-width: 1240px;
	padding-block-start: clamp(28px, 4vw, 48px);
}

.bb-home-hero {
	align-items: flex-end;
	background:
		linear-gradient(90deg, rgb(0 0 0 / 92%) 0%, rgb(0 0 0 / 73%) 48%, rgb(0 0 0 / 24%) 100%),
		linear-gradient(0deg, rgb(0 0 0 / 90%) 0%, transparent 60%),
		var(--bb-home-hero-image, linear-gradient(135deg, #15151b, #060608));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-color: rgb(197 168 92 / 40%);
	border-radius: 22px;
	display: flex;
	isolation: isolate;
	margin-block-end: clamp(44px, 6vw, 70px);
	max-width: none;
	min-height: clamp(520px, 63vw, 670px);
	padding: 0;
}

.bb-home-hero::before {
	background: linear-gradient(90deg, #c5a85c, #f1d280 48%, transparent 86%);
	height: 3px;
}

.bb-home-hero::after {
	background: linear-gradient(135deg, rgb(241 210 128 / 9%), transparent 30%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.bb-home-hero .bb-entry-hero__content {
	max-width: 820px;
	padding: clamp(32px, 6vw, 74px);
}

.bb-home-hero .bb-eyebrow {
	align-items: center;
	display: flex;
	gap: 10px;
}

.bb-home-hero .bb-eyebrow::before {
	background: var(--bb-red);
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgb(255 51 51 / 10%);
	content: "";
	height: 7px;
	width: 7px;
}

.bb-home-hero .entry-title {
	color: #ffffff;
	font-size: clamp(2.55rem, 6vw, 5.25rem);
	font-weight: 850;
	letter-spacing: -0.045em;
	line-height: 1.08;
	max-width: 780px;
	text-shadow: 0 8px 38px rgb(0 0 0 / 72%);
}

.bb-home-hero__lead {
	color: #d4d4d8;
	font-size: clamp(0.98rem, 1.5vw, 1.12rem);
	line-height: 1.78;
	margin: 22px 0 0;
	max-width: 64ch;
}

.bb-home-hero .bb-entry-meta {
	color: #b8b8c0;
	margin-block-start: 18px;
}

.bb-home-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-block-start: 27px;
}

.bb-hero-button {
	border-radius: 8px;
	display: inline-flex;
	font-size: 0.9rem;
	font-weight: 850;
	justify-content: center;
	min-height: 44px;
	padding: 10px 19px;
	text-decoration: none;
}

.bb-hero-button--primary {
	background: linear-gradient(135deg, #f6dc91, #c5a85c);
	border: 1px solid #f1d280;
	box-shadow: 0 12px 32px rgb(197 168 92 / 20%);
	color: #09090b;
}

.bb-hero-button--primary:hover {
	color: #000000;
	filter: brightness(1.06);
}

.bb-hero-button--secondary {
	background: rgb(14 14 18 / 88%);
	border: 1px solid #3f3f46;
	color: #ffffff;
}

.bb-hero-button--secondary:hover {
	border-color: var(--bb-gold);
	color: var(--bb-gold-bright);
}

.bb-account-link--placeholder {
	cursor: default;
	user-select: none;
}

.bb-home-entry .bb-article-body > p:first-child {
	color: var(--bb-text);
	font-size: 1.08rem;
	max-width: 74ch;
}

/* Dense premium surfaces inspired by the reference rhythm */
.bb-entry-hero:not(.bb-home-hero),
.bb-entry-footer,
.wp-block-query .wp-block-post-template > li,
.bb-archive-card,
.bb-empty-state {
	background: linear-gradient(145deg, #15151b, #0e0e12);
	border-color: rgb(197 168 92 / 25%);
}

.bb-entry-hero:not(.bb-home-hero) {
	box-shadow: 0 24px 70px rgb(0 0 0 / 38%);
}

.bb-article-body > ul,
.bb-article-body > ol,
.page-content blockquote,
.entry-content blockquote,
.page-content table,
.entry-content table {
	background: #0e0e12;
	border-color: rgb(197 168 92 / 22%);
}

.wp-block-query .wp-block-post-template > li,
.bb-archive-card {
	border-radius: 12px;
	box-shadow: 0 18px 46px rgb(0 0 0 / 30%);
}

.wp-block-query .wp-block-post-template > li:hover,
.bb-archive-card:hover {
	border-color: var(--bb-gold);
	box-shadow: 0 24px 64px rgb(0 0 0 / 46%);
}

.bb-article-body img {
	border-radius: 13px;
}

.bb-entry-footer__button {
	border-radius: 8px;
}

.bb-site-footer {
	background:
		radial-gradient(circle at 14% 18%, rgb(197 168 92 / 7%), transparent 25rem),
		#000000;
}

@media (max-width: 1120px) {
	.bb-header-actions .bb-header-cta {
		display: inline-flex;
	}

	.bb-header-actions .bb-header-cta--outline {
		display: none;
	}
}

@media (max-width: 992px) {
	html {
		scroll-padding-top: 130px;
	}

	.bb-header-actions .bb-header-cta {
		display: none;
	}
}

@media (max-width: 767px) {
	html {
		scroll-padding-top: 128px;
	}

	.bb-site-header .bb-header-main {
		min-height: 76px;
	}

	.bb-announcement__inner {
		gap: 8px;
		min-height: 38px;
		padding-inline: 16px;
	}

	.bb-announcement p {
		font-size: 0.68rem;
	}

	.bb-announcement a {
		display: none;
	}

	.bb-home-entry .bb-content-shell {
		padding-block-start: 18px;
	}

	.bb-home-hero {
		background:
			linear-gradient(0deg, rgb(0 0 0 / 97%) 0%, rgb(0 0 0 / 82%) 66%, rgb(0 0 0 / 55%) 100%),
			var(--bb-home-hero-image, linear-gradient(135deg, #15151b, #060608));
		background-position: center;
		background-size: cover;
		border-radius: 14px;
		min-height: 570px;
	}

	.bb-home-hero .bb-entry-hero__content {
		padding: 28px 21px 32px;
	}

	.bb-home-hero .entry-title {
		font-size: clamp(2rem, 8.4vw, 2.75rem);
		line-height: 1.13;
	}

	.bb-home-hero__lead {
		font-size: 0.9rem;
		line-height: 1.68;
	}

	.bb-hero-button {
		flex: 1 1 145px;
	}
}

/* ================================================================
   Sidebar landing-page layout — v4
   Desktop follows the supplied left-navigation reference while
   preserving the compact header pattern on smaller screens.
   ================================================================ */

:root {
	--bb-sidebar-width: 252px;
	--bb-topbar-height: 70px;
}

/* Desktop application shell */
@media (min-width: 993px) {
	html {
		scroll-padding-top: calc(var(--bb-topbar-height) + 24px);
	}

	body {
		padding-inline-start: var(--bb-sidebar-width);
		padding-block-start: var(--bb-topbar-height);
	}

	.bb-site-header {
		backdrop-filter: none;
		background: transparent;
		box-shadow: none;
		display: block;
		filter: none;
		height: 0;
		overflow: visible;
		padding: 0;
		position: static;
		transform: none;
		z-index: auto;
	}

	.bb-sidebar {
		background:
			radial-gradient(circle at 20% 0, rgb(197 168 92 / 8%), transparent 19rem),
			linear-gradient(180deg, #101014, #08080b 62%, #060608);
		border-inline-end: 1px solid rgb(197 168 92 / 19%);
		bottom: 0;
		display: flex;
		flex-direction: column;
		inset-inline-start: 0;
		overflow-y: auto;
		padding: 28px 20px 22px;
		position: fixed;
		top: 0;
		width: var(--bb-sidebar-width);
		z-index: 1101;
	}

	.admin-bar .bb-sidebar {
		top: 32px;
	}

	.bb-sidebar__brand-row {
		align-items: center;
		display: flex;
		min-height: 86px;
		padding: 0 10px 24px;
	}

	.bb-sidebar .bb-brand {
		min-width: 0;
		width: 100%;
	}

	.bb-sidebar .site-title {
		font-size: 2.32rem;
		letter-spacing: 0.08em;
	}

	.bb-sidebar .bb-brand-tagline {
		font-size: 0.47rem;
		letter-spacing: 0.13em;
	}

	.bb-sidebar .site-navigation-toggle-holder {
		display: none;
	}

	.bb-sidebar .bb-primary-nav {
		display: block !important;
		flex: 0 0 auto;
		margin-block-start: 44px;
		width: 100%;
	}

	.bb-sidebar .bb-primary-nav ul.menu {
		align-items: stretch;
		display: flex;
		flex-direction: column;
		gap: 8px;
		justify-content: flex-start;
		width: 100%;
	}

	.bb-sidebar .bb-primary-nav ul.menu > li {
		width: 100%;
	}

	.bb-sidebar .bb-primary-nav ul.menu > li.menu-item-has-children {
		flex-wrap: wrap;
		padding-inline-end: 0;
	}

	.bb-sidebar .bb-primary-nav ul.menu > li > a {
		align-items: center;
		border: 1px solid transparent;
		border-radius: 7px;
		color: #e4e4e7;
		display: flex;
		font-size: 0.92rem;
		gap: 12px;
		justify-content: flex-start;
		min-height: 46px;
		padding: 10px 13px;
		white-space: normal;
		width: 100%;
	}

	.bb-sidebar .bb-primary-nav ul.menu > li > a::before {
		background: var(--bb-gold);
		border-radius: 2px;
		content: "";
		flex: 0 0 auto;
		height: 9px;
		transform: rotate(45deg);
		width: 9px;
	}

	.bb-sidebar .bb-primary-nav ul.menu > li > a:hover,
	.bb-sidebar .bb-primary-nav ul.menu > li > a:focus-visible,
	.bb-sidebar .bb-primary-nav ul.menu > li.current-menu-item > a,
	.bb-sidebar .bb-primary-nav ul.menu > li.current-menu-ancestor > a {
		background: linear-gradient(90deg, rgb(197 168 92 / 13%), rgb(197 168 92 / 5%));
		border-color: var(--bb-gold);
		box-shadow: none;
		color: var(--bb-gold-bright);
	}

	.bb-sidebar .bb-primary-nav ul.menu > li.menu-item-has-children::after {
		font-size: 0.82rem;
		inset: 13px 13px auto auto;
		pointer-events: none;
		position: absolute;
	}

	.bb-sidebar .bb-primary-nav ul.menu li ul {
		background: #111115;
		border-color: rgb(197 168 92 / 24%);
		border-radius: 7px;
		box-shadow: inset 0 1px 0 rgb(255 255 255 / 2%);
		flex: 0 0 100%;
		inset: auto !important;
		margin: 6px 0 2px;
		max-width: none;
		min-width: 0;
		padding: 5px;
		position: static;
		width: 100%;
	}

	.bb-sidebar .bb-primary-nav ul.menu li.current-menu-ancestor > ul {
		display: block;
	}

	.bb-sidebar .bb-primary-nav ul.menu li ul li {
		display: block;
		width: 100%;
	}

	.bb-sidebar .bb-primary-nav ul.menu li ul a {
		border-radius: 5px;
		font-size: 0.77rem;
		line-height: 1.45;
		padding: 9px 11px;
		white-space: normal;
		width: 100%;
	}

	.bb-sidebar__meta {
		border-block-start: 1px solid rgb(197 168 92 / 16%);
		margin-block-start: auto;
		padding: 22px 10px 0;
	}

	.bb-sidebar__meta > a {
		align-items: center;
		color: #46df91;
		display: flex;
		font-size: 0.8rem;
		font-weight: 750;
		gap: 10px;
		text-decoration: none;
	}

	.bb-sidebar__meta p {
		color: #7f7f88;
		font-size: 0.69rem;
		line-height: 1.65;
		margin: 17px 0 0;
	}

	.bb-sidebar__meta .bb-age-link {
		border: 1px solid rgb(255 51 51 / 48%);
		border-radius: 999px;
		color: #ff6f6f;
		display: inline-flex;
		font-size: 0.61rem;
		font-weight: 850;
		justify-content: center;
		margin-inline-end: 7px;
		padding: 2px 6px;
	}

	.bb-topbar {
		align-items: center;
		background: rgb(6 6 8 / 97%);
		border-block-end: 1px solid rgb(197 168 92 / 18%);
		display: flex;
		gap: 18px;
		height: var(--bb-topbar-height);
		inset-inline: var(--bb-sidebar-width) 0;
		padding: 9px 22px;
		position: fixed;
		top: 0;
		z-index: 1100;
	}

	.admin-bar .bb-topbar {
		top: 32px;
	}

	.bb-topbar .bb-announcement {
		background: transparent;
		border: 0;
		flex: 1 1 auto;
		min-width: 0;
	}

	.bb-topbar .bb-announcement__inner {
		background: #0e0e12;
		border: 1px solid rgb(197 168 92 / 20%);
		border-radius: 7px;
		max-width: none;
		min-height: 48px;
		padding-inline: 12px;
	}

	.bb-topbar .bb-header-actions {
		flex: 0 0 auto;
	}

	.bb-topbar .bb-header-cta {
		display: inline-flex;
	}

	.bb-topbar .bb-search-popover {
		inset-inline-end: 0;
	}

	.bb-site-header .site-navigation-dropdown {
		display: none;
	}
}

/* Home hero: editorial copy left, visual right */
.bb-home-entry .bb-content-shell {
	max-width: none;
	padding: 16px 18px clamp(76px, 7vw, 108px);
}

.bb-home-hero {
	align-items: stretch;
	background: #060608;
	border-color: rgb(197 168 92 / 34%);
	border-radius: 0;
	box-shadow: 0 22px 70px rgb(0 0 0 / 38%);
	display: block;
	margin: 0;
	min-height: 430px;
	overflow: hidden;
	position: relative;
}

.bb-home-hero::before {
	background: linear-gradient(90deg, var(--bb-gold), var(--bb-gold-bright), transparent 66%);
	height: 1px;
	z-index: 3;
}

.bb-home-hero::after {
	background:
		linear-gradient(90deg, #060608 0%, rgb(6 6 8 / 78%) 12%, rgb(6 6 8 / 18%) 48%, rgb(6 6 8 / 8%) 100%),
		linear-gradient(0deg, rgb(6 6 8 / 54%), transparent 45%),
		var(--bb-home-hero-image, linear-gradient(135deg, #15151b, #060608));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	inset: 0 0 0 48%;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.bb-home-hero .bb-entry-hero__content {
	box-sizing: border-box;
	max-width: none;
	padding: clamp(38px, 4vw, 60px) clamp(28px, 4vw, 58px);
	position: relative;
	width: 58%;
	z-index: 2;
}

.bb-home-hero .entry-title {
	font-size: clamp(1.85rem, 2.7vw, 2.9rem);
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.38;
	max-width: 760px;
}

.bb-home-hero__lead {
	font-size: 0.96rem;
	line-height: 1.72;
	margin-block-start: 18px;
	max-width: 62ch;
}

.bb-home-hero .bb-entry-meta {
	font-size: 0.75rem;
	margin-block-start: 16px;
}

.bb-home-hero__actions {
	margin-block-start: 23px;
}

.bb-home-highlights {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 14px 0 0;
	padding: 0;
}

.bb-home-highlights li {
	align-items: center;
	background: linear-gradient(145deg, #121218, #0b0b0f);
	border: 1px solid rgb(197 168 92 / 27%);
	border-radius: 8px;
	display: flex;
	gap: 13px;
	min-height: 98px;
	padding: 18px;
}

.bb-home-highlights li > span:last-child {
	display: grid;
	gap: 4px;
}

.bb-home-highlights strong {
	color: #f5f5f5;
	font-size: 0.85rem;
	line-height: 1.45;
}

.bb-home-highlights small {
	color: #90909a;
	font-size: 0.7rem;
	line-height: 1.5;
}

.bb-highlight-icon {
	align-items: center;
	color: var(--bb-gold-bright);
	display: inline-flex;
	flex: 0 0 31px;
	font-size: 0.72rem;
	font-weight: 900;
	justify-content: center;
	min-height: 31px;
}

.bb-highlight-icon--live {
	color: #00e676;
}

.bb-home-entry .bb-article-body {
	margin-block-start: clamp(58px, 7vw, 92px);
}

@media (min-width: 993px) and (max-width: 1199px) {
	:root {
		--bb-sidebar-width: 220px;
	}

	.bb-sidebar {
		padding-inline: 14px;
	}

	.bb-sidebar .site-title {
		font-size: 2rem;
	}

	.bb-home-hero .bb-entry-hero__content {
		width: 62%;
	}

	.bb-home-hero::after {
		inset-inline-start: 45%;
	}

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

/* Compact header and stacked hero */
@media (max-width: 992px) {
	body {
		padding: 0;
	}

	.bb-site-header {
		background: rgb(0 0 0 / 97%);
		display: block;
		height: auto;
		position: sticky;
	}

	.bb-sidebar {
		align-items: center;
		background: #060608;
		display: flex;
		min-height: 76px;
		padding: 10px 18px;
	}

	.bb-sidebar__brand-row {
		align-items: center;
		display: flex;
		gap: 12px;
		width: 100%;
	}

	.bb-sidebar .bb-brand {
		min-width: 0;
	}

	.bb-brand .custom-logo {
		max-width: 172px;
	}

	.bb-sidebar .site-navigation-toggle-holder {
		margin-inline-start: auto;
		padding: 0;
	}

	.bb-sidebar .bb-primary-nav,
	.bb-sidebar__meta {
		display: none !important;
	}

	.bb-topbar {
		position: static;
	}

	.bb-topbar .bb-header-actions {
		inset-inline-end: 72px;
		position: absolute;
		top: 17px;
		z-index: 2;
	}

	.bb-topbar .bb-header-cta {
		display: none;
	}

	.bb-topbar .bb-announcement__inner {
		max-width: none;
	}

	.bb-site-header .site-navigation-dropdown {
		inset: 100% 0 auto;
		position: absolute;
		width: 100%;
	}

	.bb-home-entry .bb-content-shell {
		padding: 18px 16px 72px;
	}

	.bb-home-hero {
		background:
			linear-gradient(0deg, rgb(0 0 0 / 97%) 0%, rgb(0 0 0 / 82%) 66%, rgb(0 0 0 / 55%) 100%),
			var(--bb-home-hero-image, linear-gradient(135deg, #15151b, #060608));
		background-position: center;
		background-size: cover;
		border-radius: 14px;
		min-height: 560px;
	}

	.bb-home-hero::after {
		display: none;
	}

	.bb-home-hero .bb-entry-hero__content {
		padding: 28px 21px 32px;
		width: 100%;
	}

	.bb-home-hero .entry-title {
		font-size: clamp(1.65rem, 6.4vw, 2.1rem);
		letter-spacing: 0;
		line-height: 1.42;
	}

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

@media (max-width: 520px) {
	.bb-home-highlights {
		grid-template-columns: 1fr;
	}
}

/* Shared custom logo in the complete footer */
.bb-footer-brand h2 .custom-logo-link {
	display: inline-flex;
	max-width: min(100%, 280px);
	text-decoration: none;
}

.bb-footer-brand h2 .custom-logo {
	display: block;
	height: auto;
	max-height: 86px;
	object-fit: contain;
	object-position: left center;
	width: auto;
}

/* Site-wide 18+ entry confirmation */
html.bb-age-gate-required {
	overflow: hidden;
	overscroll-behavior: none;
}

.bb-age-gate {
	align-items: center;
	background:
		radial-gradient(circle at 50% 34%, rgb(197 168 92 / 8%), transparent 24rem),
		rgb(3 3 5 / 94%);
	display: none;
	inset: 0;
	justify-content: center;
	overflow-y: auto;
	padding: 28px 16px;
	position: fixed;
	z-index: 999999;
}

html.bb-age-gate-required .bb-age-gate {
	display: flex;
}

.bb-age-gate__panel {
	background:
		linear-gradient(145deg, rgb(255 255 255 / 2%), transparent 42%),
		#101014;
	border: 2px solid #8d3432;
	border-radius: 21px;
	box-shadow: 0 30px 100px rgb(0 0 0 / 70%), inset 0 0 0 1px rgb(255 68 68 / 5%);
	color: var(--bb-text);
	max-width: 440px;
	padding: clamp(34px, 7vw, 46px) clamp(26px, 6vw, 34px) 34px;
	text-align: center;
	width: 100%;
}

.bb-age-gate__panel:focus {
	outline: none;
}

.bb-age-gate__badge {
	align-items: center;
	border: 3px solid var(--bb-red);
	border-radius: 50%;
	box-shadow: 0 0 22px rgb(255 51 51 / 22%);
	color: var(--bb-red);
	display: inline-flex;
	font-size: 1.4rem;
	font-weight: 800;
	height: 70px;
	justify-content: center;
	line-height: 1;
	margin-block-end: 24px;
	width: 70px;
}

.bb-age-gate h2 {
	color: var(--bb-ivory);
	font-size: clamp(1.35rem, 5vw, 1.65rem);
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 12px;
}

.bb-age-gate__description,
.bb-age-gate__denied > p {
	color: #bbb9bd;
	font-size: 0.94rem;
	line-height: 1.65;
}

.bb-age-gate__description p,
.bb-age-gate__denied > p {
	margin: 0;
}

.bb-age-gate__description p + p {
	margin-block-start: 4px;
}

.bb-age-gate__description strong {
	color: var(--bb-red);
	font-weight: 800;
}

.bb-age-gate__actions {
	display: grid;
	gap: 11px;
	margin-block-start: 27px;
}

.bb-age-gate__button {
	align-items: center;
	border: 1px solid #404047;
	border-radius: 12px;
	cursor: pointer;
	display: inline-flex;
	font-family: var(--bb-font-primary);
	font-size: 0.98rem;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	min-height: 45px;
	padding: 10px 18px;
	transition: border-color var(--bb-transition), box-shadow var(--bb-transition), color var(--bb-transition), transform var(--bb-transition);
	width: 100%;
}

.bb-age-gate__button--accept {
	background: linear-gradient(105deg, #f1d280, #b99747);
	border-color: #d4b65e;
	box-shadow: 0 9px 25px rgb(197 168 92 / 24%);
	color: #0b0b0c;
}

.bb-age-gate__button--accept span {
	align-items: center;
	background: #0b0b0c;
	border-radius: 50%;
	color: var(--bb-gold-bright);
	display: inline-flex;
	font-size: 0.7rem;
	height: 18px;
	justify-content: center;
	width: 18px;
}

.bb-age-gate__button--accept:hover {
	box-shadow: 0 12px 34px rgb(197 168 92 / 34%);
	color: #000000;
	transform: translateY(-1px);
}

.bb-age-gate__button--decline {
	background: transparent;
	color: #b8b8bf;
}

.bb-age-gate__button--decline:hover {
	border-color: #777780;
	color: var(--bb-ivory);
}

.bb-age-gate__denied .bb-age-gate__button {
	margin-block-start: 24px;
}

@media (max-width: 520px) {
	.bb-footer-brand h2 .custom-logo {
		max-height: 70px;
		max-width: 245px;
	}

	.bb-age-gate {
		align-items: flex-start;
		padding-block: max(20px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-bottom));
	}

	.bb-age-gate__panel {
		border-radius: 18px;
		margin-block: auto;
		padding: 30px 22px 24px;
	}

	.bb-age-gate__badge {
		height: 64px;
		margin-block-end: 21px;
		width: 64px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bb-age-gate__button {
		transition: none;
	}
}

/* Categorized post carousel on the front page */
.bb-category-carousel {
	background:
		radial-gradient(circle at 88% 4%, rgb(197 168 92 / 9%), transparent 24rem),
		linear-gradient(145deg, #121216, #09090c);
	border: 1px solid rgb(197 168 92 / 25%);
	border-radius: 18px;
	box-shadow: 0 24px 70px rgb(0 0 0 / 34%);
	margin-block: clamp(38px, 6vw, 64px) clamp(58px, 8vw, 90px);
	overflow: hidden;
	padding: clamp(24px, 4vw, 38px);
}

.bb-category-carousel__header {
	align-items: flex-end;
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin-block-end: 24px;
}

.bb-category-carousel__eyebrow {
	align-items: center;
	color: var(--bb-gold);
	display: flex;
	font-size: 0.68rem;
	font-weight: 800;
	gap: 8px;
	letter-spacing: 0.12em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.bb-category-carousel__eyebrow::before {
	background: var(--bb-red);
	border-radius: 50%;
	box-shadow: 0 0 12px rgb(255 51 51 / 42%);
	content: "";
	height: 7px;
	width: 7px;
}

.bb-category-carousel__header h2 {
	color: var(--bb-ivory);
	font-size: clamp(1.55rem, 3vw, 2.25rem);
	line-height: 1.25;
	margin: 0;
}

.bb-category-carousel__intro {
	color: var(--bb-muted);
	font-size: 0.88rem;
	line-height: 1.65;
	margin: 0;
	max-width: 48ch;
}

.bb-category-carousel__tabs {
	display: flex;
	gap: 9px;
	margin: 0 -4px 25px;
	overflow-x: auto;
	padding: 4px 4px 8px;
	scrollbar-color: rgb(197 168 92 / 35%) transparent;
	scrollbar-width: thin;
}

.bb-category-carousel__tab {
	align-items: center;
	background: #17171d;
	border: 1px solid #32323b;
	border-radius: 999px;
	color: #cac9cf;
	display: inline-flex;
	font-family: var(--bb-font-primary);
	font-size: 0.78rem;
	font-weight: 700;
	gap: 8px;
	min-height: 40px;
	padding: 8px 14px;
	text-decoration: none;
	transition: background-color var(--bb-transition), border-color var(--bb-transition), color var(--bb-transition);
	white-space: nowrap;
}

.bb-category-carousel__tab span {
	align-items: center;
	background: rgb(255 255 255 / 6%);
	border-radius: 999px;
	color: var(--bb-muted);
	display: inline-flex;
	font-size: 0.65rem;
	justify-content: center;
	min-width: 24px;
	padding: 2px 6px;
}

.bb-category-carousel__tab:hover {
	background: rgb(197 168 92 / 9%);
	border-color: rgb(197 168 92 / 60%);
	color: var(--bb-ivory);
}

.bb-category-carousel__tab:focus-visible {
	border-color: var(--bb-gold-bright);
	outline: 2px solid var(--bb-gold-bright);
	outline-offset: 2px;
}

.bb-category-carousel__panel {
	border-block-start: 1px solid rgb(197 168 92 / 17%);
	padding-block: 27px 29px;
	scroll-margin-block-start: 28px;
}

.bb-category-carousel__panel:first-child {
	padding-block-start: 24px;
}

.bb-category-carousel__panel-header {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-block-end: 17px;
}

.bb-category-carousel__panel-title {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	min-width: 0;
	width: 100%;
}

.bb-category-carousel__panel-title h3 {
	color: var(--bb-gold-bright);
	font-size: 1.15rem;
	line-height: 1.35;
	margin: 0 0 3px;
}

.bb-category-carousel__panel-title h3 a {
	color: inherit;
	text-decoration: none;
}

.bb-category-carousel__panel-title h3 a:hover {
	color: var(--bb-ivory);
}

.bb-category-carousel__panel-title p {
	color: var(--bb-muted);
	font-size: 0.72rem;
	line-height: 1.55;
	margin: 0;
}

.bb-category-carousel__archive-link {
	color: var(--bb-muted);
	font-size: 0.72rem;
	font-weight: 700;
	flex: 0 0 auto;
	text-decoration: none;
	white-space: nowrap;
}

.bb-category-carousel__archive-link:hover {
	color: var(--bb-gold-bright);
}

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

.bb-category-carousel__arrow {
	align-items: center;
	background: #17171d;
	border: 1px solid #3b3b44;
	border-radius: 9px;
	color: var(--bb-gold-bright);
	cursor: pointer;
	display: inline-flex;
	font-family: var(--bb-font-primary);
	font-size: 1rem;
	height: 39px;
	justify-content: center;
	transition: background-color var(--bb-transition), border-color var(--bb-transition), color var(--bb-transition);
	width: 39px;
}

.bb-category-carousel__arrow:hover:not(:disabled) {
	background: rgb(197 168 92 / 14%);
	border-color: var(--bb-gold);
}

.bb-category-carousel__arrow:disabled {
	cursor: default;
	opacity: 0.35;
}

.bb-category-carousel__track {
	display: grid;
	gap: 18px;
	grid-auto-columns: calc((100% - 36px) / 3);
	grid-auto-flow: column;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	padding: 2px 2px 13px;
	scroll-behavior: smooth;
	scroll-snap-type: inline mandatory;
	scrollbar-color: rgb(197 168 92 / 40%) transparent;
	scrollbar-width: thin;
}

.bb-category-carousel__track:focus-visible {
	border-radius: 10px;
	outline: 2px solid var(--bb-gold-bright);
	outline-offset: 4px;
}

.bb-post-card {
	background: linear-gradient(150deg, #1a1a20, #101014);
	border: 1px solid rgb(197 168 92 / 18%);
	border-radius: 13px;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	scroll-snap-align: start;
	transition: border-color var(--bb-transition), box-shadow var(--bb-transition), transform var(--bb-transition);
}

.bb-post-card:hover {
	border-color: rgb(241 210 128 / 54%);
	box-shadow: 0 18px 42px rgb(0 0 0 / 34%);
	transform: translateY(-3px);
}

.bb-post-card__image {
	aspect-ratio: 16 / 9;
	background: linear-gradient(135deg, #2a2519, #0a0a0d);
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.bb-post-card__image img {
	border: 0;
	box-shadow: none;
	display: block;
	height: 100%;
	margin: 0;
	object-fit: cover;
	transition: transform 420ms ease;
	width: 100%;
}

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

.bb-post-card__fallback {
	align-items: center;
	background:
		radial-gradient(circle at 75% 25%, rgb(241 210 128 / 20%), transparent 7rem),
		linear-gradient(135deg, #211d14, #0d0d11);
	color: var(--bb-gold);
	display: flex;
	font-size: 0.76rem;
	font-weight: 800;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.08em;
	padding: 20px;
	text-align: center;
}

.bb-post-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 17px 18px 19px;
}

.bb-post-card__meta {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	margin-block-end: 10px;
}

.bb-post-card__category {
	color: var(--bb-gold);
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.035em;
	overflow: hidden;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bb-post-card__category:hover {
	color: var(--bb-gold-bright);
}

.bb-post-card time {
	color: #817d75;
	font-size: 0.62rem;
	white-space: nowrap;
}

.bb-post-card h4 {
	font-size: 1rem;
	line-height: 1.45;
	margin: 0 0 9px;
}

.bb-post-card h4 a {
	color: var(--bb-ivory);
	display: -webkit-box;
	overflow: hidden;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.bb-post-card h4 a:hover {
	color: var(--bb-gold-bright);
}

.bb-post-card__excerpt {
	color: var(--bb-muted);
	display: -webkit-box;
	font-size: 0.78rem;
	line-height: 1.65;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.bb-post-card__read-more {
	align-items: center;
	border-block-start: 1px solid rgb(197 168 92 / 13%);
	color: var(--bb-gold-bright);
	display: -webkit-box;
	font-size: 0.7rem;
	font-weight: 800;
	line-height: 1.5;
	margin-block-start: auto;
	overflow: hidden;
	padding-block-start: 13px;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.bb-category-carousel__empty {
	color: var(--bb-muted);
	margin: 0;
	padding: 28px;
	text-align: center;
}

.bb-category-carousel__footer {
	border-block-start: 1px solid rgb(197 168 92 / 17%);
	padding-block-start: 25px;
	text-align: center;
}

.bb-category-carousel__footer a {
	background: linear-gradient(135deg, var(--bb-gold-bright), var(--bb-gold));
	border: 1px solid var(--bb-gold-bright);
	border-radius: 9px;
	color: #11110f;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	gap: 7px;
	padding: 11px 18px;
	text-decoration: none;
}

.bb-category-carousel__footer a:hover {
	box-shadow: 0 10px 28px rgb(197 168 92 / 22%);
	transform: translateY(-1px);
}

@media (max-width: 900px) {
	.bb-category-carousel__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 9px;
	}

	.bb-category-carousel__track {
		grid-auto-columns: calc((100% - 18px) / 2);
	}
}

@media (max-width: 600px) {
	.bb-category-carousel {
		border-radius: 14px;
		margin-inline: -2px;
		padding: 23px 16px;
	}

	.bb-category-carousel__tabs {
		margin-inline: -2px;
	}

	.bb-category-carousel__panel-header {
		align-items: flex-start;
	}

	.bb-category-carousel__panel-title {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.bb-category-carousel__track {
		grid-auto-columns: min(84%, 310px);
	}

	.bb-category-carousel__arrow {
		height: 37px;
		width: 37px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bb-category-carousel__track {
		scroll-behavior: auto;
	}

	.bb-post-card,
	.bb-post-card__image img {
		transition: none;
	}
}
