/*
Theme Name: Blue Table Press
Author: Maris Page Studio
Description: A classic PHP WordPress theme with an image-led editorial homepage, dynamic WordPress categories, mobile-first navigation, editable blocks, and a domain-derived code prefix.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: bnc-theme
*/

:root {
	--bnc-ink: #030409;
	--bnc-navy: #091755;
	--bnc-blue: #1937ad;
	--bnc-red: #be1809;
	--bnc-cream: #efeee3;
	--bnc-paper: #fffef7;
	--bnc-soft-blue: #dce8ff;
	--bnc-muted: #6d7282;
	--bnc-slate: #a6a8b4;
	--bnc-olive: #afa968;
	--bnc-brown: #5a3130;
	--bnc-line: rgba(3, 4, 9, 0.12);
	--bnc-shadow: 0 24px 80px rgba(9, 23, 85, 0.18);
	--bnc-shell: 1180px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body.bnc-site {
	margin: 0;
	background: var(--bnc-cream);
	color: var(--bnc-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	text-rendering: optimizeLegibility;
}

body.bnc-menu-open {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

button,
input,
textarea,
select {
	font: inherit;
}

.bnc-shell {
	width: min(100% - 32px, var(--bnc-shell));
	margin-inline: auto;
}

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

.bnc-skip-link:focus {
	top: 14px;
	left: 14px;
	z-index: 10000;
	width: auto;
	height: auto;
	margin: 0;
	padding: 10px 14px;
	clip: auto;
	background: var(--bnc-navy);
	color: #ffffff;
	border-radius: 6px;
}

.bnc-header {
	position: sticky;
	top: 0;
	z-index: 9990;
	background: rgba(239, 238, 227, 0.92);
	border-bottom: 1px solid var(--bnc-line);
	backdrop-filter: blur(18px);
}

.bnc-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	min-height: 74px;
}

.bnc-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	color: var(--bnc-ink);
	text-decoration: none;
}

.bnc-logo-wrap {
	display: inline-flex;
	align-items: center;
	max-width: 220px;
}

.bnc-logo-wrap img {
	max-height: 54px;
	width: auto;
}

.bnc-brand-mark {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	flex: 0 0 42px;
	background: var(--bnc-blue);
	color: #ffffff;
	border-radius: 8px;
	font-weight: 900;
}

.bnc-brand-copy {
	display: grid;
	min-width: 0;
}

.bnc-brand-title,
.bnc-footer-title {
	font-size: 1rem;
	font-weight: 850;
	line-height: 1.2;
}

.bnc-brand-tagline {
	max-width: 220px;
	overflow: hidden;
	color: var(--bnc-muted);
	font-size: 0.78rem;
	line-height: 1.2;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bnc-menu-control {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.bnc-menu-toggle {
	position: relative;
	z-index: 10001;
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	background: var(--bnc-paper);
	border: 1px solid rgba(3, 4, 9, 0.14);
	border-radius: 8px;
	cursor: pointer;
}

.bnc-toggle-line {
	display: block;
	width: 20px;
	height: 2px;
	margin: 2px 0;
	background: var(--bnc-ink);
	border-radius: 2px;
	transition: transform 180ms ease, opacity 180ms ease;
}

.bnc-menu-open .bnc-toggle-line:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.bnc-menu-control:checked + .bnc-menu-toggle .bnc-toggle-line:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.bnc-menu-open .bnc-toggle-line:nth-child(2) {
	opacity: 0;
}

.bnc-menu-control:checked + .bnc-menu-toggle .bnc-toggle-line:nth-child(2) {
	opacity: 0;
}

.bnc-menu-open .bnc-toggle-line:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.bnc-menu-control:checked + .bnc-menu-toggle .bnc-toggle-line:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.bnc-navigation {
	position: fixed;
	top: 74px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
	display: none;
	width: 100vw;
	height: calc(100vh - 74px);
	height: calc(100dvh - 74px);
	max-height: none;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 18px 16px 28px;
	background: var(--bnc-paper);
	border: 1px solid var(--bnc-line);
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	border-radius: 0;
	box-shadow: var(--bnc-shadow);
}

.bnc-navigation-open {
	display: block !important;
	opacity: 1;
	visibility: visible;
}

body.bnc-menu-open .bnc-navigation,
.bnc-menu-control:checked ~ .bnc-navigation,
.bnc-menu-toggle[aria-expanded="true"] + .bnc-navigation {
	display: block !important;
	opacity: 1;
	visibility: visible;
}

.bnc-menu,
.bnc-footer-menu,
.bnc-sub-menu {
	padding: 0;
	margin: 0;
	list-style: none;
}

.bnc-menu {
	display: grid;
	gap: 8px;
}

.bnc-menu-item-parent {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 42px;
	align-items: center;
}

.bnc-menu-link,
.bnc-sub-menu-link {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 44px;
	padding: 10px 12px;
	color: var(--bnc-ink);
	border-radius: 6px;
	font-size: 0.96rem;
	font-weight: 750;
	text-decoration: none;
}

.bnc-menu-link:hover,
.bnc-menu-link:focus,
.bnc-sub-menu-link:hover,
.bnc-sub-menu-link:focus,
.bnc-menu-item-active > .bnc-menu-link {
	background: var(--bnc-soft-blue);
	color: var(--bnc-blue);
	outline: none;
}

.bnc-submenu-toggle {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	background: rgba(25, 55, 173, 0.08);
	border: 1px solid rgba(25, 55, 173, 0.12);
	border-radius: 8px;
	color: var(--bnc-blue);
	cursor: pointer;
}

.bnc-submenu-icon {
	width: 8px;
	height: 8px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	transition: transform 160ms ease;
}

.bnc-submenu-open > .bnc-submenu-toggle .bnc-submenu-icon {
	transform: rotate(225deg) translate(-1px, -1px);
}

.bnc-sub-menu {
	grid-column: 1 / -1;
	display: grid;
	gap: 4px;
	padding: 6px 0 6px 14px;
	max-height: none;
	overflow: visible;
}

.bnc-submenu-collapsible > .bnc-sub-menu {
	display: none;
}

.bnc-submenu-open > .bnc-sub-menu {
	display: grid;
}

.bnc-sub-menu-link {
	min-height: 38px;
	color: var(--bnc-muted);
	font-size: 0.9rem;
	font-weight: 700;
}

.bnc-main {
	min-height: 65vh;
}

.bnc-hero {
	position: relative;
	display: grid;
	min-height: 700px;
	overflow: hidden;
	isolation: isolate;
	background-color: var(--bnc-cream);
	background-image: url("assets/images/bnc-hero-banner.png");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

.bnc-hero::before {
	position: absolute;
	top: 126px;
	right: max(20px, calc((100vw - var(--bnc-shell)) / 2));
	z-index: 2;
	width: min(48vw, 610px);
	height: 380px;
	content: "";
	background:
		linear-gradient(#f3f5ff 0 56px, transparent 56px),
		radial-gradient(circle at 46px 28px, var(--bnc-red) 0 6px, transparent 7px),
		radial-gradient(circle at 72px 28px, var(--bnc-olive) 0 6px, transparent 7px),
		radial-gradient(circle at 98px 28px, var(--bnc-blue) 0 6px, transparent 7px),
		linear-gradient(90deg, transparent 0 49%, #d7d9e5 49% 50%, transparent 50%),
		linear-gradient(var(--bnc-blue), var(--bnc-blue)) 64px 142px / 150px 12px no-repeat,
		linear-gradient(#c4cdeb, #c4cdeb) 64px 174px / 126px 11px no-repeat,
		linear-gradient(#c4cdeb, #c4cdeb) 64px 204px / 148px 11px no-repeat,
		linear-gradient(#fff1e5, #fff1e5) 64px 250px / 150px 90px no-repeat,
		radial-gradient(circle at 122px 296px, var(--bnc-red) 0 28px, transparent 29px),
		linear-gradient(62deg, transparent 0 58%, var(--bnc-brown) 58% 61%, transparent 61%) 64px 250px / 150px 90px no-repeat,
		repeating-linear-gradient(0deg, transparent 0 25px, #b8bed6 26px 31px, transparent 32px 53px),
		var(--bnc-paper);
	border: 1px solid rgba(3, 4, 9, 0.42);
	border-radius: 8px;
	box-shadow: 0 36px 95px rgba(9, 23, 85, 0.24);
	pointer-events: none;
}

.bnc-hero-media {
	position: absolute;
	inset: 0;
	z-index: 0;
	opacity: 0.14;
	pointer-events: none;
}

.bnc-hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right center;
}

.bnc-hero::after {
	position: absolute;
	inset: 0;
	z-index: 1;
	content: "";
	background:
		linear-gradient(90deg, rgba(239, 238, 227, 0.96) 0%, rgba(239, 238, 227, 0.88) 36%, rgba(239, 238, 227, 0.32) 56%, rgba(239, 238, 227, 0) 76%),
		linear-gradient(180deg, rgba(9, 23, 85, 0.08), rgba(3, 4, 9, 0.08));
}

.bnc-hero-inner {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 34px;
	align-items: center;
	padding-block: 90px 64px;
}

.bnc-hero-inner::before {
	position: absolute;
	top: 82px;
	right: min(31vw, 380px);
	z-index: 4;
	min-width: 230px;
	padding: 16px 22px;
	content: "Briefs";
	background:
		linear-gradient(#a6a8b4, #a6a8b4) right 24px top 21px / 86px 10px no-repeat,
		linear-gradient(#cdd1dd, #cdd1dd) right 62px top 43px / 48px 9px no-repeat,
		var(--bnc-paper);
	border: 1px solid rgba(3, 4, 9, 0.2);
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(9, 23, 85, 0.14);
	color: var(--bnc-navy);
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1;
	pointer-events: none;
}

.bnc-hero-inner::after {
	position: absolute;
	right: min(18vw, 230px);
	bottom: 86px;
	z-index: 4;
	width: 270px;
	padding: 20px 24px;
	content: "Growth list\A Fresh signals for the week";
	white-space: pre-line;
	background:
		radial-gradient(circle at right 28px center, var(--bnc-red) 0 13px, transparent 14px),
		var(--bnc-navy);
	border-radius: 8px;
	box-shadow: 0 24px 60px rgba(9, 23, 85, 0.24);
	color: #ffffff;
	font-size: 1.28rem;
	font-weight: 900;
	line-height: 1.35;
	pointer-events: none;
}

.bnc-hero-copy {
	width: min(100%, 540px);
}

.bnc-eyebrow {
	margin: 0 0 12px;
	color: var(--bnc-blue);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0;
	text-transform: uppercase;
}

.bnc-hero-title,
.bnc-section-title,
.bnc-single-title {
	margin: 0;
	color: var(--bnc-ink);
	font-weight: 850;
	line-height: 1.02;
	letter-spacing: 0;
}

.bnc-hero-title {
	max-width: 11.5ch;
	font-size: 3.15rem;
}

.bnc-hero-text {
	max-width: 580px;
	margin: 20px 0 0;
	color: #343948;
	font-size: 1.08rem;
	line-height: 1.74;
}

.bnc-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.bnc-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-weight: 850;
	text-decoration: none;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.bnc-button:hover,
.bnc-button:focus {
	transform: translateY(-1px);
	outline: none;
}

.bnc-button-primary {
	background: var(--bnc-blue);
	color: #ffffff;
	box-shadow: 0 12px 28px rgba(25, 55, 173, 0.25);
}

.bnc-button-primary:hover,
.bnc-button-primary:focus {
	background: var(--bnc-navy);
}

.bnc-button-secondary {
	background: rgba(255, 254, 247, 0.82);
	color: var(--bnc-ink);
	border-color: rgba(3, 4, 9, 0.14);
}

.bnc-button-secondary:hover,
.bnc-button-secondary:focus {
	background: var(--bnc-paper);
	border-color: var(--bnc-blue);
	color: var(--bnc-blue);
}

.bnc-hero .bnc-topic-list {
	margin-top: 28px;
}

.bnc-hero-showcase {
	position: relative;
	width: min(100%, 610px);
	height: 390px;
	margin-inline: auto;
}

.bnc-showcase-orbit {
	position: absolute;
	border-radius: 8px;
	pointer-events: none;
}

.bnc-showcase-orbit-one {
	inset: 4px 0 auto auto;
	width: 78%;
	height: 74%;
	background: var(--bnc-soft-blue);
}

.bnc-showcase-orbit-two {
	right: -22px;
	bottom: 4px;
	width: 48%;
	height: 42%;
	background: #f5d7d2;
}

.bnc-showcase-window {
	position: absolute;
	right: 18px;
	bottom: 18px;
	width: min(92%, 520px);
	height: 300px;
	overflow: hidden;
	background: rgba(255, 254, 247, 0.96);
	border: 1px solid rgba(3, 4, 9, 0.42);
	border-radius: 8px;
	box-shadow: 0 32px 90px rgba(9, 23, 85, 0.22);
}

.bnc-showcase-toolbar {
	display: flex;
	align-items: center;
	gap: 9px;
	height: 48px;
	padding: 0 22px;
	background: #f3f5ff;
}

.bnc-showcase-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}

.bnc-showcase-dot-red {
	background: var(--bnc-red);
}

.bnc-showcase-dot-olive {
	background: var(--bnc-olive);
}

.bnc-showcase-dot-blue {
	background: var(--bnc-blue);
}

.bnc-showcase-toolbar-title {
	margin-left: 16px;
	color: var(--bnc-navy);
	font-size: 0.94rem;
	font-weight: 850;
}

.bnc-showcase-layout {
	display: grid;
	grid-template-columns: 0.9fr 1fr;
	gap: 24px;
	padding: 30px 34px;
}

.bnc-showcase-note,
.bnc-showcase-book {
	position: relative;
	min-height: 204px;
	background: #ffffff;
	border: 1px solid rgba(9, 23, 85, 0.18);
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(9, 23, 85, 0.08);
}

.bnc-showcase-note {
	display: grid;
	align-content: start;
	gap: 10px;
	padding: 22px;
}

.bnc-showcase-kicker {
	color: var(--bnc-blue);
	font-size: 0.72rem;
	font-weight: 850;
	text-transform: uppercase;
}

.bnc-showcase-note strong {
	color: var(--bnc-ink);
	font-size: 1.25rem;
	line-height: 1.05;
}

.bnc-showcase-line {
	display: block;
	width: 70%;
	height: 10px;
	background: #c4cdeb;
	border-radius: 99px;
}

.bnc-showcase-line-long {
	width: 92%;
	margin-top: 6px;
	background: var(--bnc-blue);
}

.bnc-showcase-metric-mark {
	position: absolute;
	left: 22px;
	bottom: 22px;
	width: 86px;
	height: 62px;
	background:
		linear-gradient(62deg, transparent 54%, var(--bnc-brown) 55%, var(--bnc-brown) 60%, transparent 61%),
		radial-gradient(circle at 42% 55%, var(--bnc-red) 0 24px, transparent 25px),
		#fff1e5;
	border-radius: 8px;
}

.bnc-showcase-book {
	overflow: hidden;
	background:
		linear-gradient(90deg, #fffdf8 0 49%, #d7d9e5 49% 51%, #ffffff 51% 100%);
}

.bnc-showcase-book::before,
.bnc-showcase-book::after {
	position: absolute;
	top: 48px;
	width: 34%;
	height: 9px;
	content: "";
	background: #b8bed6;
	border-radius: 99px;
	box-shadow: 0 28px 0 #b8bed6, 0 56px 0 #b8bed6, 0 84px 0 #b8bed6;
}

.bnc-showcase-book::before {
	left: 22px;
}

.bnc-showcase-book::after {
	right: 22px;
}

.bnc-showcase-book-spine {
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 50%;
	width: 2px;
	background: #cfd3e4;
}

.bnc-showcase-book-line,
.bnc-showcase-book-arc {
	position: absolute;
	display: block;
}

.bnc-showcase-book-line {
	bottom: 28px;
	width: 34%;
	height: 3px;
	background: rgba(9, 23, 85, 0.45);
}

.bnc-showcase-book-line-one {
	left: 22px;
}

.bnc-showcase-book-line-two {
	left: 50%;
	transform: translateX(-50%);
}

.bnc-showcase-book-line-three {
	right: 22px;
}

.bnc-showcase-book-arc {
	bottom: 74px;
	width: 68px;
	height: 34px;
	border-top: 5px solid var(--bnc-blue);
	border-radius: 100px 100px 0 0;
}

.bnc-showcase-book-arc-blue {
	left: 28px;
}

.bnc-showcase-book-arc-red {
	right: 28px;
	border-top-color: var(--bnc-red);
}

.bnc-showcase-chip {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 62px;
	padding: 14px 22px;
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(9, 23, 85, 0.16);
}

.bnc-showcase-chip strong {
	font-size: 1.25rem;
	line-height: 1;
}

.bnc-showcase-chip span {
	display: block;
	width: 86px;
	height: 9px;
	background: currentColor;
	opacity: 0.35;
	border-radius: 99px;
}

.bnc-showcase-chip-briefs {
	top: 40px;
	left: 20px;
	background: var(--bnc-paper);
	color: var(--bnc-navy);
	border: 1px solid rgba(3, 4, 9, 0.22);
}

.bnc-showcase-chip-launch {
	top: 28px;
	right: 0;
	background: var(--bnc-blue);
	color: #ffffff;
}

.bnc-showcase-feature {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 4;
	display: grid;
	gap: 4px;
	width: 270px;
	padding: 22px 24px;
	background: var(--bnc-navy);
	color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 24px 60px rgba(9, 23, 85, 0.24);
}

.bnc-showcase-feature::after {
	position: absolute;
	top: 50%;
	right: 22px;
	width: 24px;
	height: 24px;
	content: "";
	background: var(--bnc-red);
	border-radius: 50%;
	transform: translateY(-50%);
}

.bnc-showcase-feature strong {
	font-size: 1.35rem;
	line-height: 1.08;
}

.bnc-showcase-feature span {
	color: #cfd8ff;
	font-size: 0.96rem;
}

.bnc-hero-showcase {
	display: none;
}

.bnc-widget-area {
	display: grid;
	gap: 18px;
	padding-top: 42px;
}

.bnc-widget {
	padding: 24px;
	background: var(--bnc-paper);
	border: 1px solid var(--bnc-line);
	border-radius: 8px;
}

.bnc-widget-title {
	margin: 0 0 12px;
	font-size: 1.3rem;
	line-height: 1.25;
}

.bnc-section {
	padding-block: 64px;
}

.bnc-section-head {
	display: grid;
	gap: 22px;
	margin-bottom: 28px;
}

.bnc-section-head-simple {
	margin-bottom: 34px;
}

.bnc-section-title {
	max-width: 780px;
	font-size: 2.25rem;
}

.bnc-archive-description {
	max-width: 720px;
	color: var(--bnc-muted);
}

.bnc-topic-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.bnc-topic-pill,
.bnc-card-category,
.bnc-single-category {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	min-height: 32px;
	padding: 7px 10px;
	background: rgba(25, 55, 173, 0.08);
	color: var(--bnc-blue);
	border: 1px solid rgba(25, 55, 173, 0.13);
	border-radius: 8px;
	font-size: 0.78rem;
	font-weight: 850;
	text-decoration: none;
}

.bnc-topic-pill:nth-child(2n),
.bnc-card-category:nth-child(2n) {
	background: rgba(190, 24, 9, 0.08);
	color: var(--bnc-red);
	border-color: rgba(190, 24, 9, 0.14);
}

.bnc-topic-pill:hover,
.bnc-topic-pill:focus,
.bnc-card-category:hover,
.bnc-card-category:focus,
.bnc-single-category:hover,
.bnc-single-category:focus {
	background: var(--bnc-blue);
	color: #ffffff;
	outline: none;
}

.bnc-post-grid {
	display: grid;
	gap: 20px;
}

.bnc-post-card {
	display: grid;
	overflow: hidden;
	background: var(--bnc-paper);
	border: 1px solid var(--bnc-line);
	border-radius: 8px;
	box-shadow: 0 14px 45px rgba(9, 23, 85, 0.08);
}

.bnc-card-media {
	display: block;
	overflow: hidden;
	background: var(--bnc-soft-blue);
	aspect-ratio: 1.26;
	text-decoration: none;
}

.bnc-card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
}

.bnc-post-card:hover .bnc-card-image {
	transform: scale(1.035);
}

.bnc-card-body {
	display: grid;
	gap: 12px;
	padding: 20px;
}

.bnc-card-meta,
.bnc-single-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	color: var(--bnc-muted);
	font-size: 0.82rem;
	font-weight: 700;
}

.bnc-meta-dot {
	width: 4px;
	height: 4px;
	background: var(--bnc-red);
	border-radius: 50%;
}

.bnc-card-title {
	margin: 0;
	font-size: 1.45rem;
	line-height: 1.16;
}

.bnc-card-title a {
	color: var(--bnc-ink);
	text-decoration: none;
}

.bnc-card-title a:hover,
.bnc-card-title a:focus {
	color: var(--bnc-blue);
	outline: none;
}

.bnc-card-excerpt {
	margin: 0;
	color: #4f5565;
}

.bnc-read-link {
	width: fit-content;
	color: var(--bnc-blue);
	font-size: 0.9rem;
	font-weight: 850;
	text-decoration: none;
}

.bnc-read-link:hover,
.bnc-read-link:focus {
	color: var(--bnc-navy);
	text-decoration: underline;
	outline: none;
}

.bnc-empty {
	padding: 28px;
	background: var(--bnc-paper);
	border: 1px dashed var(--bnc-line);
	border-radius: 8px;
}

.bnc-empty h2,
.bnc-empty p {
	margin: 0;
}

.bnc-empty p {
	margin-top: 8px;
	color: var(--bnc-muted);
}

.bnc-pagination {
	margin-top: 34px;
}

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

.bnc-page-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 8px 12px;
	background: var(--bnc-paper);
	border: 1px solid var(--bnc-line);
	border-radius: 8px;
	color: var(--bnc-ink);
	font-weight: 850;
	text-decoration: none;
}

.bnc-page-link-current,
.bnc-page-link:hover,
.bnc-page-link:focus {
	background: var(--bnc-blue);
	color: #ffffff;
	outline: none;
}

.bnc-single {
	padding-block: 54px 72px;
}

.bnc-single-wrap {
	width: min(80vw, 980px);
	margin-inline: auto;
}

.bnc-single-header {
	display: grid;
	gap: 16px;
	padding-bottom: 28px;
	border-bottom: 1px solid var(--bnc-line);
}

.bnc-single-title {
	font-size: 2.7rem;
}

.bnc-entry-content {
	padding-top: 30px;
	color: #2d3240;
	font-size: 1.05rem;
}

.bnc-entry-content > * {
	margin-top: 0;
	margin-bottom: 1.25em;
}

.bnc-entry-content h2,
.bnc-entry-content h3,
.bnc-entry-content h4 {
	margin-top: 1.8em;
	color: var(--bnc-navy);
	line-height: 1.16;
}

.bnc-entry-content h2 {
	font-size: 2rem;
}

.bnc-entry-content h3 {
	font-size: 1.55rem;
}

.bnc-entry-content p {
	line-height: 1.78;
}

.bnc-entry-content img,
.bnc-entry-content figure {
	max-width: 100%;
	border-radius: 8px;
}

.bnc-entry-content blockquote {
	margin: 1.6em 0;
	padding: 18px 20px;
	background: var(--bnc-paper);
	border-left: 4px solid var(--bnc-blue);
	border-radius: 8px;
	color: var(--bnc-navy);
	font-size: 1.2rem;
	font-weight: 700;
}

.bnc-entry-content a {
	color: var(--bnc-blue);
	font-weight: 750;
}

.bnc-page-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 28px;
}

.bnc-tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 28px;
}

.bnc-tag-list a {
	display: inline-flex;
	padding: 7px 10px;
	background: var(--bnc-paper);
	border: 1px solid var(--bnc-line);
	border-radius: 8px;
	color: var(--bnc-blue);
	font-size: 0.82rem;
	font-weight: 850;
	text-decoration: none;
}

.bnc-post-nav {
	display: grid;
	gap: 12px;
	margin-top: 42px;
	padding-top: 30px;
	border-top: 1px solid var(--bnc-line);
}

.bnc-post-nav-item a {
	display: grid;
	gap: 5px;
	padding: 16px;
	background: var(--bnc-paper);
	border: 1px solid var(--bnc-line);
	border-radius: 8px;
	text-decoration: none;
}

.bnc-post-nav-label {
	color: var(--bnc-muted);
	font-size: 0.78rem;
	font-weight: 850;
	text-transform: uppercase;
}

.bnc-post-nav-title {
	color: var(--bnc-ink);
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.2;
}

.bnc-footer {
	padding-block: 46px 24px;
	background: var(--bnc-ink);
	color: rgba(255, 255, 255, 0.86);
}

.bnc-footer-grid {
	display: grid;
	gap: 28px;
}

.bnc-footer-title {
	display: inline-flex;
	margin-bottom: 12px;
	color: #ffffff;
	text-decoration: none;
}

.bnc-footer-text {
	max-width: 430px;
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
}

.bnc-footer-heading,
.bnc-footer-widget-title {
	margin: 0 0 12px;
	color: #ffffff;
	font-size: 0.95rem;
	line-height: 1.25;
}

.bnc-footer-menu {
	display: grid;
	gap: 8px;
}

.bnc-footer-menu .bnc-menu-link,
.bnc-footer-menu a,
.bnc-footer .bnc-topic-pill {
	color: rgba(255, 255, 255, 0.82);
}

.bnc-footer .bnc-topic-list {
	align-items: flex-start;
}

.bnc-footer .bnc-topic-pill {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.12);
}

.bnc-footer .bnc-topic-pill:hover,
.bnc-footer .bnc-topic-pill:focus {
	background: rgba(255, 255, 255, 0.18);
	color: #ffffff;
}

.bnc-footer-widget {
	color: rgba(255, 255, 255, 0.76);
}

.bnc-footer-bottom {
	margin-top: 36px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.86rem;
}

.bnc-footer-bottom p {
	margin: 0;
}

@media (max-width: 520px) {
	.bnc-shell {
		width: min(100% - 24px, var(--bnc-shell));
	}

	.bnc-brand-tagline {
		display: none;
	}

	.bnc-hero {
		min-height: 0;
	}

	.bnc-hero::after {
		background:
			linear-gradient(180deg, rgba(239, 238, 227, 0.95) 0%, rgba(239, 238, 227, 0.86) 64%, rgba(239, 238, 227, 0.7) 100%);
	}

	.bnc-hero-inner {
		align-items: center;
		padding-block: 104px 42px;
	}

	.bnc-hero-title {
		max-width: 100%;
		font-size: 2.36rem;
	}

	.bnc-hero-text {
		font-size: 1rem;
	}

	.bnc-button {
		width: 100%;
	}

	.bnc-hero-showcase {
		height: 280px;
		margin-top: 8px;
		overflow: hidden;
	}

	.bnc-showcase-window {
		right: 50%;
		bottom: 4px;
		width: 500px;
		transform: translateX(50%) scale(0.62);
		transform-origin: bottom center;
	}

	.bnc-showcase-chip-briefs,
	.bnc-showcase-chip-launch,
	.bnc-showcase-feature {
		transform: scale(0.72);
		transform-origin: center;
	}

	.bnc-showcase-chip-briefs {
		top: 20px;
		left: -14px;
	}

	.bnc-showcase-chip-launch {
		top: 18px;
		right: -18px;
	}

	.bnc-showcase-feature {
		left: -24px;
		bottom: 8px;
	}

	.bnc-section-title {
		font-size: 1.9rem;
	}

	.bnc-single-wrap {
		width: 80vw;
	}

	.bnc-single-title {
		font-size: 2.12rem;
	}
}

@media (max-width: 899px) {
	.bnc-hero {
		min-height: 760px;
	}

	.bnc-hero::before {
		top: auto;
		right: -118px;
		bottom: 28px;
		width: 430px;
		height: 280px;
		opacity: 0.9;
	}

	.bnc-hero-inner::before {
		top: auto;
		right: 14px;
		bottom: 286px;
		min-width: 164px;
		padding: 12px 16px;
		background:
			linear-gradient(#a6a8b4, #a6a8b4) right 18px top 16px / 54px 8px no-repeat,
			linear-gradient(#cdd1dd, #cdd1dd) right 44px top 34px / 30px 7px no-repeat,
			var(--bnc-paper);
		font-size: 1.05rem;
	}

	.bnc-hero-inner::after {
		right: 16px;
		bottom: 34px;
		width: 230px;
		padding: 16px 18px;
		font-size: 1.05rem;
	}
}

@media (min-width: 700px) {
	.bnc-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bnc-post-card:first-child {
		grid-column: 1 / -1;
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	}

	.bnc-post-card:first-child .bnc-card-media {
		aspect-ratio: auto;
		min-height: 100%;
	}

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

@media (min-width: 900px) {
	body.bnc-menu-open {
		overflow: auto;
	}

	.bnc-menu-toggle {
		display: none;
	}

	.bnc-navigation {
		position: static;
		display: block;
		flex: 1 1 520px;
		width: auto;
		height: auto;
		max-height: none;
		overflow: visible;
		padding: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.bnc-menu {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		flex-wrap: wrap;
		gap: 4px;
	}

	.bnc-menu-item-parent {
		position: relative;
		display: flex;
		align-items: center;
	}

	.bnc-menu-link {
		min-height: 40px;
		padding: 8px 10px;
		font-size: 0.9rem;
		white-space: nowrap;
	}

	.bnc-submenu-toggle {
		width: 32px;
		height: 32px;
		background: transparent;
		border-color: transparent;
	}

	.bnc-sub-menu {
		position: absolute;
		top: calc(100% + 8px);
		left: 0;
		z-index: 80;
		display: none;
		min-width: 220px;
		padding: 8px;
		background: var(--bnc-paper);
		border: 1px solid var(--bnc-line);
		border-radius: 8px;
		box-shadow: var(--bnc-shadow);
	}

	.bnc-menu-item-parent:hover > .bnc-sub-menu,
	.bnc-menu-item-parent:focus-within > .bnc-sub-menu,
	.bnc-submenu-open > .bnc-sub-menu {
		display: grid;
	}

	.bnc-hero-title {
		font-size: clamp(3.75rem, 5.1vw, 4.55rem);
	}

	.bnc-hero-inner {
		grid-template-columns: minmax(0, 540px) minmax(420px, 1fr);
		justify-content: space-between;
		gap: 48px;
	}

	.bnc-hero-showcase {
		justify-self: end;
		width: min(100%, 650px);
		height: 440px;
	}

	.bnc-showcase-window {
		width: min(92%, 560px);
		height: 330px;
	}

	.bnc-section {
		padding-block: 82px;
	}

	.bnc-section-head {
		grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
		align-items: end;
	}

	.bnc-section-head-simple {
		grid-template-columns: 1fr;
	}

	.bnc-section-title {
		font-size: 3rem;
	}

	.bnc-post-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 22px;
	}

	.bnc-post-card:first-child {
		grid-column: span 2;
	}

	.bnc-footer-grid {
		grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.55fr) minmax(220px, 0.7fr);
	}
}

@media (min-width: 1180px) {
	.bnc-hero {
		min-height: 720px;
	}

	.bnc-card-body {
		padding: 24px;
	}
}

/* Refined editorial layout. */
body.bnc-site {
	background:
		radial-gradient(circle at 12% 4%, rgba(25, 55, 173, 0.08), transparent 28%),
		radial-gradient(circle at 88% 10%, rgba(190, 24, 9, 0.08), transparent 24%),
		var(--bnc-cream);
}

.bnc-header {
	background: rgba(255, 254, 247, 0.92);
	box-shadow: 0 12px 34px rgba(3, 4, 9, 0.06);
}

.bnc-brand-mark {
	box-shadow: 0 12px 28px rgba(25, 55, 173, 0.22);
}

@media (min-width: 900px) {
	.bnc-menu-link {
		background: rgba(255, 254, 247, 0.62);
		border: 1px solid rgba(3, 4, 9, 0.08);
	}
}

.bnc-hero {
	min-height: 640px;
	background:
		radial-gradient(circle at 68% 24%, rgba(25, 55, 173, 0.18), transparent 22%),
		radial-gradient(circle at 92% 64%, rgba(190, 24, 9, 0.16), transparent 24%),
		linear-gradient(115deg, #f7f5eb 0%, #efeee3 46%, #dce8ff 100%);
}

.bnc-hero-media {
	opacity: 0;
}

.bnc-hero::before,
.bnc-hero-inner::before,
.bnc-hero-inner::after {
	display: none !important;
}

.bnc-hero::after {
	background:
		linear-gradient(90deg, rgba(247, 245, 235, 0.98) 0%, rgba(247, 245, 235, 0.86) 38%, rgba(247, 245, 235, 0.18) 72%, rgba(247, 245, 235, 0) 100%),
		linear-gradient(180deg, rgba(255, 254, 247, 0.16), rgba(3, 4, 9, 0.04));
}

.bnc-hero-inner {
	grid-template-columns: minmax(0, 1fr);
	min-height: 640px;
	padding-block: 66px 58px;
}

.bnc-hero-copy {
	position: relative;
	width: min(100%, 560px);
}

.bnc-hero-copy::before {
	position: absolute;
	top: -28px;
	left: -22px;
	width: 5px;
	height: 78px;
	content: "";
	background: var(--bnc-red);
	border-radius: 99px;
}

.bnc-hero-title {
	max-width: 10.5ch;
	font-size: clamp(3.05rem, 8vw, 5rem);
	line-height: 0.96;
}

.bnc-hero-text {
	max-width: 510px;
	color: #303645;
	font-size: 1.12rem;
}

.bnc-hero-highlights {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.bnc-hero-highlights span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 10px;
	background: rgba(255, 254, 247, 0.72);
	border: 1px solid rgba(3, 4, 9, 0.1);
	border-radius: 8px;
	color: var(--bnc-navy);
	font-size: 0.8rem;
	font-weight: 850;
}

.bnc-hero-showcase {
	display: block !important;
	position: relative;
	width: min(100%, 620px);
	height: 430px;
	margin-inline: auto;
}

.bnc-showcase-orbit-one {
	inset: 12px 0 auto auto;
	width: 86%;
	height: 76%;
	background:
		linear-gradient(135deg, rgba(220, 232, 255, 0.96), rgba(245, 247, 255, 0.62));
	border: 1px solid rgba(25, 55, 173, 0.1);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.bnc-showcase-orbit-two {
	right: -8px;
	bottom: 4px;
	width: 44%;
	height: 44%;
	background: rgba(245, 215, 210, 0.82);
}

.bnc-showcase-window {
	top: 82px;
	right: 24px;
	bottom: auto;
	width: min(92%, 548px);
	height: 320px;
	border-color: rgba(3, 4, 9, 0.52);
	box-shadow: 0 36px 95px rgba(9, 23, 85, 0.24);
}

.bnc-showcase-toolbar {
	height: 54px;
}

.bnc-showcase-toolbar-title {
	font-size: 1rem;
}

.bnc-showcase-layout {
	grid-template-columns: 0.92fr 1.08fr;
	padding: 28px;
}

.bnc-showcase-note,
.bnc-showcase-book {
	min-height: 216px;
}

.bnc-showcase-note strong {
	font-size: 1.52rem;
}

.bnc-showcase-chip {
	border-radius: 8px;
}

.bnc-showcase-chip-briefs {
	top: 36px;
	left: 8px;
}

.bnc-showcase-chip-launch {
	top: 20px;
	right: 8px;
}

.bnc-showcase-feature {
	left: 16px;
	bottom: 8px;
	background:
		radial-gradient(circle at right 34px center, var(--bnc-red) 0 14px, transparent 15px),
		var(--bnc-navy);
}

.bnc-section {
	background:
		linear-gradient(180deg, rgba(255, 254, 247, 0.42), rgba(239, 238, 227, 0));
}

.bnc-section-head {
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(3, 4, 9, 0.1);
}

.bnc-starter-panel {
	display: grid;
	gap: 24px;
	padding: 28px;
	background:
		radial-gradient(circle at 90% 8%, rgba(25, 55, 173, 0.12), transparent 26%),
		var(--bnc-paper);
	border: 1px solid rgba(3, 4, 9, 0.1);
	border-radius: 8px;
	box-shadow: 0 22px 60px rgba(9, 23, 85, 0.08);
}

.bnc-starter-intro {
	max-width: 620px;
}

.bnc-starter-intro h3 {
	margin: 0;
	color: var(--bnc-ink);
	font-size: clamp(1.8rem, 4vw, 3rem);
	line-height: 1.02;
}

.bnc-starter-intro p:not(.bnc-eyebrow) {
	margin: 12px 0 0;
	color: #4f5565;
	font-size: 1.03rem;
}

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

.bnc-starter-card {
	display: grid;
	gap: 10px;
	min-height: 190px;
	padding: 20px;
	background: #ffffff;
	border: 1px solid rgba(3, 4, 9, 0.1);
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(9, 23, 85, 0.07);
}

.bnc-starter-card span {
	width: fit-content;
	padding: 6px 9px;
	background: rgba(25, 55, 173, 0.1);
	border-radius: 8px;
	color: var(--bnc-blue);
	font-size: 0.72rem;
	font-weight: 900;
	text-transform: uppercase;
}

.bnc-starter-card h4 {
	margin: auto 0 0;
	color: var(--bnc-ink);
	font-size: 1.35rem;
	line-height: 1.05;
}

.bnc-starter-card p {
	margin: 0;
	color: #565d6e;
}

.bnc-starter-card-blue {
	background: linear-gradient(180deg, #ffffff 0%, #f3f6ff 100%);
}

.bnc-starter-card-red span {
	background: rgba(190, 24, 9, 0.1);
	color: var(--bnc-red);
}

.bnc-starter-card-olive span {
	background: rgba(175, 169, 104, 0.16);
	color: #6b672c;
}

.bnc-footer {
	background:
		radial-gradient(circle at 18% 18%, rgba(25, 55, 173, 0.32), transparent 28%),
		#05070d;
}

.bnc-footer-menu a {
	text-decoration: none;
}

@media (min-width: 900px) {
	.bnc-hero-inner {
		grid-template-columns: minmax(0, 0.84fr) minmax(460px, 1fr);
		gap: 46px;
	}

	.bnc-hero-showcase {
		justify-self: end;
	}
}

@media (max-width: 899px) {
	.bnc-hero {
		min-height: 0;
	}

	.bnc-hero-inner {
		min-height: 0;
		padding-block: 58px 42px;
	}

	.bnc-hero-copy::before {
		left: -12px;
	}

	.bnc-hero-showcase {
		height: 340px;
		overflow: hidden;
	}

	.bnc-showcase-window {
		right: 50%;
		width: 540px;
		transform: translateX(50%) scale(0.76);
		transform-origin: top center;
	}

	.bnc-showcase-chip-briefs {
		left: 0;
		transform: scale(0.82);
		transform-origin: left top;
	}

	.bnc-showcase-chip-launch {
		right: 0;
		transform: scale(0.82);
		transform-origin: right top;
	}

	.bnc-showcase-feature {
		left: 12px;
		bottom: 14px;
		transform: scale(0.86);
		transform-origin: left bottom;
	}

	.bnc-starter-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.bnc-hero-title {
		font-size: 3rem;
	}

	.bnc-starter-panel {
		padding: 20px;
	}
}
