/* =========================================================
   BLOCKBUSTER PORTFOLIO — NAVY NEUMORPHISM
   Matte Apple-system typography, restrained blue gradients,
   and soft tactile surfaces. Scoped to the portfolio homepage.
   ========================================================= */
:root {
	--bbp-outer: #dce8f2;
	--bbp-base: #141b29;
	--bbp-paper: #171f2f;
	--bbp-base-2: var(--bbp-paper);
	--bbp-base-3: #1b2435;
	--bbp-card: #202b3d;
	--bbp-card-2: #263348;
	--bbp-card-3: #2b374b;
	--bbp-raised: #31405a;
	--bbp-raised-2: #3a4a67;
	--bbp-accent: #35c6ff;
	--bbp-accent-end: #2f6bff;
	--bbp-accent-alt: #7085ff;
	--bbp-accent-alt-end: #435ddb;
	--bbp-muted: #9faabd;
	--bbp-muted-bright: #aeb7c8;
	--bbp-white: #ffffff;
	--bbp-divider: rgba(51, 65, 87, 0.54);
	--bbp-font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
	--bbp-mono: "SFMono-Regular", "SF Mono", Menlo, Consolas, monospace;
	--bbp-blue-gradient: linear-gradient(135deg, var(--bbp-accent) 0%, var(--bbp-accent-end) 100%);
	--bbp-purple-gradient: linear-gradient(135deg, var(--bbp-accent-alt) 0%, var(--bbp-accent-alt-end) 100%);
	--bbp-shadow-raised: -10px -10px 24px rgba(58, 74, 103, 0.2), 12px 14px 30px rgba(7, 12, 22, 0.48);
	--bbp-shadow-soft: -6px -6px 16px rgba(58, 74, 103, 0.18), 8px 9px 20px rgba(7, 12, 22, 0.42);
	--bbp-shadow-inset: inset 4px 4px 10px rgba(7, 12, 22, 0.48), inset -4px -4px 10px rgba(58, 74, 103, 0.15);
	--bbp-radius-lg: 28px;
	--bbp-radius-md: 20px;
	--bbp-radius-sm: 14px;
}

body.bb-portfolio-front {
	background: var(--bbp-outer);
	color: var(--bbp-white);
	font-family: var(--bbp-font);
	overflow-x: hidden;
}

.bb-portfolio-header,
.bb-portfolio-home,
.bb-portfolio-footer {
	margin-inline: auto;
	max-width: 1680px;
}

.bb-portfolio-home {
	background: var(--bbp-base-2);
	box-shadow: 0 28px 70px rgba(20, 27, 41, 0.28);
}

.bb-portfolio-front #work,
.bb-portfolio-front #services,
.bb-portfolio-front #process,
.bb-portfolio-front #about,
.bb-portfolio-front #contact {
	scroll-margin-top: 92px;
}

.bbp-shell {
	margin-inline: auto;
	max-width: 1360px;
	padding-inline: clamp(22px, 4vw, 64px);
	width: 100%;
}

.bbp-section {
	padding-block: clamp(76px, 8vw, 116px);
}

.bb-portfolio-front :focus-visible {
	box-shadow: none;
	outline: 3px solid var(--bbp-accent);
	outline-offset: 4px;
}

/* =========================================================
   DEDICATED PORTFOLIO HEADER
   ========================================================= */
.bb-portfolio-header {
	background: var(--bbp-base-2);
	box-shadow: 0 10px 26px rgba(7, 12, 22, 0.38), inset 0 1px 0 rgba(58, 74, 103, 0.22);
	color: var(--bbp-white);
	position: sticky;
	top: 0;
	z-index: 200;
}

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

.bbp-header-shell {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(210px, 1fr) auto auto;
	min-height: 76px;
}

.bbp-brand {
	align-items: center;
	color: var(--bbp-white);
	display: inline-flex;
	gap: 12px;
	justify-self: start;
	min-width: 0;
}

.bbp-brand:hover,
.bbp-brand:focus {
	color: var(--bbp-white);
}

.bbp-brand-mark {
	align-items: center;
	background: var(--bbp-blue-gradient);
	border-radius: 50%;
	box-shadow: var(--bbp-shadow-soft);
	color: var(--bbp-white);
	display: inline-flex;
	font-size: 15px;
	height: 38px;
	justify-content: center;
	width: 38px;
}

.bbp-brand-copy {
	display: grid;
	line-height: 1.15;
}

.bbp-brand-copy strong {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.bbp-brand-copy small {
	color: var(--bbp-muted);
	font-family: var(--bbp-mono);
	font-size: 9px;
	letter-spacing: 0.07em;
	margin-top: 5px;
	text-transform: uppercase;
}

.bbp-brand-logo {
	height: 46px;
	object-fit: contain;
	width: auto;
}

.bb-portfolio-menu {
	align-items: center;
	display: flex;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bb-portfolio-menu a {
	color: var(--bbp-muted-bright);
	display: block;
	font-size: 11px;
	font-weight: 650;
	letter-spacing: 0.04em;
	padding: 12px 10px;
	position: relative;
	text-transform: uppercase;
}

.bb-portfolio-menu a::after {
	background: var(--bbp-blue-gradient);
	border-radius: 999px;
	bottom: 4px;
	content: "";
	height: 2px;
	left: 10px;
	position: absolute;
	right: 10px;
	transform: scaleX(0);
	transition: transform 180ms ease;
}

.bb-portfolio-menu a:hover,
.bb-portfolio-menu a:focus,
.bb-portfolio-menu .current-menu-item > a {
	color: var(--bbp-white);
}

.bb-portfolio-menu a:hover::after,
.bb-portfolio-menu a:focus::after,
.bb-portfolio-menu .current-menu-item > a::after {
	transform: scaleX(1);
}

.bbp-header-cta {
	align-items: center;
	background: var(--bbp-blue-gradient);
	border-radius: 999px;
	box-shadow: var(--bbp-shadow-soft);
	color: var(--bbp-white);
	display: inline-flex;
	font-size: 11px;
	font-weight: 750;
	gap: 20px;
	letter-spacing: 0.03em;
	padding: 13px 17px;
	text-transform: uppercase;
}

.bbp-header-cta:hover,
.bbp-header-cta:focus {
	color: var(--bbp-white);
	transform: translateY(-1px);
}

.bb-portfolio-menu-toggle .bb-menu-icon span {
	background: var(--bbp-white);
}

/* =========================================================
   HERO
   ========================================================= */
.bbp-hero {
	background: var(--bbp-base);
	box-shadow: inset 0 -14px 32px rgba(7, 12, 22, 0.2), inset 0 1px 0 rgba(58, 74, 103, 0.2);
	color: var(--bbp-white);
	isolation: isolate;
	min-height: min(820px, calc(100svh - 76px));
	overflow: hidden;
	padding-block: clamp(72px, 8vw, 112px);
	position: relative;
}

.bbp-hero::before {
	background-image: linear-gradient(var(--bbp-divider) 1px, transparent 1px), linear-gradient(90deg, var(--bbp-divider) 1px, transparent 1px);
	background-size: 64px 64px;
	content: "";
	inset: 0;
	mask-image: linear-gradient(to bottom, rgba(20, 27, 41, 0.26), transparent 88%);
	opacity: 0.22;
	pointer-events: none;
	position: absolute;
	z-index: -2;
}

.bbp-hero::after {
	border: 1px solid var(--bbp-divider);
	border-radius: 50%;
	content: "";
	height: 660px;
	position: absolute;
	right: -300px;
	top: -340px;
	width: 660px;
	z-index: -1;
}

.bbp-orbit {
	border: 1px solid var(--bbp-divider);
	border-radius: 50%;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}

.bbp-orbit-one {
	bottom: -70px;
	height: 220px;
	left: -55px;
	width: 220px;
}

.bbp-orbit-two {
	bottom: 42px;
	height: 38px;
	left: 70px;
	width: 38px;
}

.bbp-hero-grid {
	align-items: center;
	display: grid;
	gap: clamp(52px, 7vw, 104px);
	grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.75fr);
}

.bbp-hero-copy {
	position: relative;
	z-index: 2;
}

.bbp-eyebrow,
.bbp-overline,
.bbp-section-index {
	font-family: var(--bbp-mono);
	font-weight: 650;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.bbp-eyebrow {
	align-items: center;
	color: var(--bbp-muted-bright);
	display: flex;
	font-size: 10px;
	gap: 10px;
	margin: 0 0 28px;
}

.bbp-status-dot {
	background: var(--bbp-accent);
	border-radius: 50%;
	box-shadow: var(--bbp-shadow-soft);
	height: 8px;
	width: 8px;
}

.bbp-overline {
	background: var(--bbp-blue-gradient);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-size: clamp(10px, 1vw, 12px);
	margin: 0 0 20px;
}

.bbp-hero h1 {
	font-family: var(--bbp-font);
	font-size: clamp(46px, 5.5vw, 78px);
	font-weight: 760;
	letter-spacing: -0.055em;
	line-height: 0.95;
	margin: 0;
	max-width: 760px;
}

.bbp-hero h1 span,
.bbp-hero h1 em {
	display: block;
}

.bbp-hero h1 em {
	background: var(--bbp-purple-gradient);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-family: var(--bbp-font);
	font-size: 0.82em;
	font-style: normal;
	font-weight: 650;
	letter-spacing: -0.045em;
	line-height: 1.04;
	margin-left: clamp(12px, 3vw, 46px);
	margin-top: 0.18em;
}

.bbp-hero-intro {
	color: var(--bbp-muted-bright);
	font-size: clamp(16px, 1.25vw, 19px);
	line-height: 1.7;
	margin: 32px 0 0;
	max-width: 630px;
}

.bbp-hero-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	margin-top: 36px;
}

.bbp-button {
	align-items: center;
	display: inline-flex;
	font-size: 12px;
	font-weight: 750;
	gap: 38px;
	letter-spacing: 0.04em;
	padding: 16px 20px;
	text-transform: uppercase;
}

.bbp-button-primary {
	background: var(--bbp-blue-gradient);
	border-radius: var(--bbp-radius-sm);
	box-shadow: var(--bbp-shadow-soft);
	color: var(--bbp-white);
}

.bbp-button-primary:hover,
.bbp-button-primary:focus {
	color: var(--bbp-white);
	transform: translateY(-2px);
}

.bbp-text-link {
	color: var(--bbp-muted-bright);
	font-size: 11px;
	font-weight: 650;
	letter-spacing: 0.04em;
	padding-block: 10px;
	text-transform: uppercase;
}

.bbp-text-link span {
	color: var(--bbp-accent);
	margin-left: 8px;
}

.bbp-text-link:hover,
.bbp-text-link:focus {
	color: var(--bbp-white);
}

/* Discovery card */
.bbp-query-card {
	background: var(--bbp-card);
	border-radius: var(--bbp-radius-lg);
	box-shadow: var(--bbp-shadow-raised), inset 1px 1px 0 rgba(58, 74, 103, 0.28);
	color: var(--bbp-white);
	justify-self: stretch;
	padding: clamp(24px, 3vw, 34px);
	position: relative;
}

.bbp-query-card::before {
	background: var(--bbp-purple-gradient);
	border-radius: 999px;
	content: "";
	height: 7px;
	position: absolute;
	right: 38px;
	top: -3px;
	width: 70px;
}

.bbp-query-topline,
.bbp-query-footer {
	align-items: center;
	color: var(--bbp-muted);
	display: flex;
	font-family: var(--bbp-mono);
	font-size: 9px;
	font-weight: 650;
	justify-content: space-between;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.bbp-query-field {
	align-items: center;
	background: var(--bbp-base-2);
	border-radius: var(--bbp-radius-sm);
	box-shadow: var(--bbp-shadow-inset);
	color: var(--bbp-white);
	display: grid;
	font-size: clamp(15px, 1.2vw, 18px);
	font-weight: 560;
	gap: 12px;
	grid-template-columns: 22px 1fr;
	line-height: 1.35;
	margin: 22px 0 28px;
	min-height: 66px;
	padding: 15px 17px;
}

.bbp-query-field svg {
	fill: none;
	stroke: var(--bbp-accent);
	stroke-linecap: round;
	stroke-width: 1.8;
	width: 22px;
}

.bbp-query-label {
	color: var(--bbp-accent);
	font-family: var(--bbp-mono);
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.bbp-query-steps {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bbp-query-steps li {
	align-items: center;
	border-top: 1px solid var(--bbp-divider);
	display: grid;
	gap: 12px;
	grid-template-columns: 30px 1fr auto;
	padding-block: 14px;
}

.bbp-query-steps li > span {
	color: var(--bbp-accent-alt);
	font-family: var(--bbp-mono);
	font-size: 10px;
}

.bbp-query-steps strong {
	font-size: 12px;
	font-weight: 650;
}

.bbp-query-steps small {
	color: var(--bbp-muted);
	font-family: var(--bbp-mono);
	font-size: 8px;
	letter-spacing: 0.02em;
	text-align: right;
}

.bbp-sparkline {
	border-top: 1px solid var(--bbp-divider);
	padding: 24px 0 12px;
}

.bbp-sparkline svg {
	display: block;
	height: auto;
	overflow: visible;
	width: 100%;
}

.bbp-chart-grid {
	fill: none;
	stroke: var(--bbp-divider);
	stroke-width: 1;
}

.bbp-chart-line {
	fill: none;
	stroke: var(--bbp-accent);
	stroke-linecap: round;
	stroke-width: 3;
}

.bbp-chart-points circle {
	fill: var(--bbp-card);
	stroke: var(--bbp-accent-alt);
	stroke-width: 3;
}

.bbp-query-footer {
	border-top: 1px solid var(--bbp-divider);
	gap: 12px;
	justify-content: center;
	padding-top: 18px;
}

.bbp-query-footer span:nth-child(2) {
	color: var(--bbp-accent-alt);
	font-size: 14px;
}

/* =========================================================
   SIGNAL RAIL
   ========================================================= */
.bbp-signal-rail {
	background: var(--bbp-base-2);
	box-shadow: inset 0 1px 0 rgba(58, 74, 103, 0.22), inset 0 -10px 24px rgba(7, 12, 22, 0.18);
	color: var(--bbp-white);
	padding-block: 32px;
}

.bbp-signal-grid {
	align-items: stretch;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(220px, 1.35fr) repeat(3, minmax(150px, 1fr));
}

.bbp-signal-intro,
.bbp-signal {
	margin: 0;
	min-height: 112px;
	padding: 24px 26px;
}

.bbp-signal-intro {
	align-items: center;
	color: var(--bbp-muted-bright);
	display: flex;
	font-size: 18px;
	font-weight: 560;
	gap: 14px;
	line-height: 1.35;
	padding-left: 0;
}

.bbp-signal-intro span {
	color: var(--bbp-accent);
	font-size: 15px;
}

.bbp-signal {
	background: var(--bbp-card);
	border-radius: var(--bbp-radius-md);
	box-shadow: var(--bbp-shadow-soft);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bbp-signal strong {
	background: var(--bbp-blue-gradient);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	font-size: clamp(15px, 1.5vw, 21px);
	font-weight: 750;
	letter-spacing: -0.02em;
}

.bbp-signal span {
	color: var(--bbp-muted);
	font-size: 10px;
	font-weight: 620;
	letter-spacing: 0.03em;
	margin-top: 8px;
	text-transform: uppercase;
}

/* =========================================================
   SHARED HEADINGS
   ========================================================= */
.bbp-section-heading {
	align-items: end;
	display: grid;
	gap: clamp(36px, 8vw, 130px);
	grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.65fr);
	margin-bottom: clamp(48px, 6vw, 78px);
}

.bbp-section-index {
	color: var(--bbp-muted);
	font-size: 10px;
	margin: 0 0 20px;
}

.bbp-section-heading h2,
.bbp-process-heading h2,
.bbp-about-copy h2 {
	color: var(--bbp-white);
	font-family: var(--bbp-font);
	font-size: clamp(32px, 3.7vw, 50px);
	font-weight: 720;
	letter-spacing: -0.045em;
	line-height: 1;
	margin: 0;
}

.bbp-section-heading > p {
	color: var(--bbp-muted-bright);
	font-size: clamp(16px, 1.25vw, 19px);
	font-style: normal;
	line-height: 1.65;
	margin: 0 0 4px;
}

/* =========================================================
   SELECTED WORK
   ========================================================= */
.bbp-work {
	background: var(--bbp-base-2);
}

.bbp-work-grid {
	display: grid;
	gap: clamp(26px, 3vw, 40px);
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bbp-work-card {
	background: var(--bbp-card);
	border-radius: var(--bbp-radius-lg);
	box-shadow: var(--bbp-shadow-raised);
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 17px;
}

.bbp-work-summary {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.bbp-work-summary p {
	color: var(--bbp-muted-bright);
	font-size: clamp(15px, 1.15vw, 18px);
	line-height: 1.65;
	margin: 0;
}

.bbp-archive-link {
	align-items: center;
	color: var(--bbp-white);
	display: inline-flex;
	font-size: 10px;
	font-weight: 720;
	gap: 9px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.bbp-archive-link span {
	color: var(--bbp-accent);
	font-size: 14px;
	transition: transform 180ms ease;
}

.bbp-archive-link:hover,
.bbp-archive-link:focus {
	color: var(--bbp-accent);
}

.bbp-archive-link:hover span,
.bbp-archive-link:focus span {
	transform: translate(2px, -2px);
}

.bbp-work-media {
	background: var(--bbp-card-2);
	border-radius: var(--bbp-radius-md);
	box-shadow: var(--bbp-shadow-inset);
	display: block;
	overflow: hidden;
	position: relative;
}

.bbp-work-media { aspect-ratio: 16 / 10; }

.bbp-work-media img {
	filter: saturate(0.72) contrast(0.94);
	height: 100%;
	object-fit: cover;
	transition: filter 350ms ease, transform 500ms ease;
	width: 100%;
}

.bbp-work-number {
	align-items: center;
	background: var(--bbp-blue-gradient);
	border-radius: 50%;
	bottom: 16px;
	box-shadow: var(--bbp-shadow-soft);
	color: var(--bbp-white);
	display: flex;
	font-family: var(--bbp-mono);
	font-size: 10px;
	font-weight: 700;
	height: 48px;
	justify-content: center;
	position: absolute;
	right: 16px;
	transition: transform 220ms ease;
	width: 48px;
	z-index: 2;
}

.bbp-work-copy {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px 5px 10px;
}

.bbp-work-meta {
	display: flex;
	font-family: var(--bbp-mono);
	font-size: 9px;
	font-weight: 650;
	justify-content: space-between;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bbp-work-meta span:first-child { color: var(--bbp-accent); }
.bbp-work-meta span:last-child { color: var(--bbp-muted); }

.bbp-work-copy h3 {
	color: var(--bbp-white);
	font-family: var(--bbp-font);
	font-size: clamp(22px, 1.8vw, 30px);
	font-weight: 660;
	letter-spacing: -0.035em;
	line-height: 1.12;
	margin: 16px 0 13px;
}

.bbp-work-copy h3 a:hover,
.bbp-work-copy h3 a:focus {
	color: var(--bbp-accent);
}

.bbp-work-copy > p {
	color: var(--bbp-muted-bright);
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
	max-width: 640px;
}

.bbp-case-link {
	align-items: center;
	color: var(--bbp-white);
	display: inline-flex;
	font-size: 10px;
	font-weight: 700;
	gap: 10px;
	letter-spacing: 0.06em;
	margin-top: auto;
	padding-top: 22px;
	text-transform: uppercase;
}

.bbp-case-link span {
	color: var(--bbp-accent);
	font-size: 14px;
	transition: transform 180ms ease;
}

.bbp-case-link:hover,
.bbp-case-link:focus { color: var(--bbp-accent); }

/* =========================================================
   SERVICES
   ========================================================= */
.bbp-services {
	background: var(--bbp-base);
	color: var(--bbp-white);
	position: relative;
}

.bbp-services::before {
	color: var(--bbp-card);
	content: "SEO × WORDS";
	font-size: 12vw;
	font-weight: 760;
	left: 0;
	letter-spacing: -0.07em;
	line-height: 0.8;
	opacity: 0.28;
	pointer-events: none;
	position: absolute;
	top: 32px;
	white-space: nowrap;
}

.bbp-services-heading,
.bbp-service-list { position: relative; }

.bbp-service-list {
	display: grid;
	gap: 24px;
}

.bbp-service-card {
	align-items: start;
	background: var(--bbp-card);
	border-radius: var(--bbp-radius-md);
	box-shadow: var(--bbp-shadow-raised);
	display: grid;
	gap: 28px;
	grid-template-columns: 58px minmax(220px, 0.9fr) minmax(300px, 1fr) 34px;
	padding: clamp(28px, 3vw, 40px);
	transition: background 200ms ease, transform 200ms ease;
}

.bbp-service-number {
	color: var(--bbp-accent);
	font-family: var(--bbp-mono);
	font-size: 10px;
	font-weight: 650;
}

.bbp-service-card h3 {
	font-size: clamp(25px, 2.5vw, 36px);
	font-weight: 660;
	letter-spacing: -0.035em;
	line-height: 1.05;
	margin: 0;
}

.bbp-service-card p {
	color: var(--bbp-muted-bright);
	font-size: 14px;
	line-height: 1.75;
	margin: 0;
	max-width: 600px;
}

.bbp-service-arrow {
	color: var(--bbp-accent-alt);
	font-size: 24px;
	line-height: 1;
}

/* =========================================================
   PROCESS
   ========================================================= */
.bbp-process {
	background: var(--bbp-base-3);
}

.bbp-process-heading {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(120px, 0.35fr) minmax(0, 1.65fr);
	margin-bottom: clamp(46px, 6vw, 76px);
}

.bbp-process-heading .bbp-section-index { margin-top: 10px; }
.bbp-process-heading h2 { max-width: 880px; }

.bbp-process-list {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.bbp-process-list li {
	background: var(--bbp-card);
	border-radius: var(--bbp-radius-md);
	box-shadow: var(--bbp-shadow-soft);
	display: flex;
	flex-direction: column;
	gap: 52px;
	min-height: 270px;
	padding: 26px;
}

.bbp-process-list li > span {
	color: var(--bbp-accent-alt);
	font-family: var(--bbp-mono);
	font-size: 10px;
	font-weight: 700;
}

.bbp-process-list h3 {
	font-size: 27px;
	font-weight: 650;
	letter-spacing: -0.03em;
	margin: 0 0 13px;
}

.bbp-process-list p {
	color: var(--bbp-muted);
	font-size: 13px;
	line-height: 1.7;
	margin: 0;
}

/* =========================================================
   ABOUT
   ========================================================= */
.bbp-about {
	background: var(--bbp-base-2);
}

.bbp-about-grid {
	align-items: center;
	display: grid;
	gap: clamp(48px, 7vw, 96px);
	grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.2fr);
}

.bbp-about-portrait {
	background: var(--bbp-card);
	border-radius: var(--bbp-radius-lg);
	box-shadow: var(--bbp-shadow-raised);
	padding: 16px;
	position: relative;
}

.bbp-about-portrait > img,
.bbp-initials {
	border-radius: var(--bbp-radius-md);
	min-height: 500px;
	width: 100%;
}

.bbp-about-portrait > img {
	filter: saturate(0.74) contrast(0.96);
	height: 580px;
	object-fit: cover;
}

.bbp-initials {
	align-items: center;
	background: var(--bbp-base-3);
	box-shadow: var(--bbp-shadow-inset);
	color: var(--bbp-accent);
	display: flex;
	font-size: clamp(84px, 11vw, 160px);
	font-weight: 720;
	justify-content: center;
	letter-spacing: -0.09em;
	line-height: 0.8;
	overflow: hidden;
	padding-right: 0.08em;
	position: relative;
}

.bbp-portrait-caption {
	background: var(--bbp-raised);
	border-radius: 999px;
	bottom: 34px;
	box-shadow: var(--bbp-shadow-soft);
	color: var(--bbp-white);
	font-family: var(--bbp-mono);
	font-size: 9px;
	font-weight: 650;
	left: 28px;
	letter-spacing: 0.06em;
	padding: 12px 15px;
	position: absolute;
	text-transform: uppercase;
}

.bbp-about-copy {
	background: var(--bbp-card);
	border-radius: var(--bbp-radius-lg);
	box-shadow: var(--bbp-shadow-raised);
	padding: clamp(30px, 4vw, 52px);
}

.bbp-about-lede {
	color: var(--bbp-muted-bright);
	font-size: clamp(17px, 1.5vw, 21px);
	line-height: 1.65;
	margin: 30px 0 0;
	max-width: 720px;
}

.bbp-about-copy blockquote {
	background: var(--bbp-base-2);
	border-radius: var(--bbp-radius-sm);
	box-shadow: var(--bbp-shadow-inset);
	color: var(--bbp-white);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.65;
	margin: 30px 0;
	max-width: 700px;
	padding: 18px 20px;
}

.bbp-skill-list {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bbp-skill-list li {
	background: var(--bbp-card-2);
	border-radius: 999px;
	box-shadow: var(--bbp-shadow-soft);
	color: var(--bbp-muted-bright);
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0.03em;
	padding: 9px 12px;
	text-transform: uppercase;
}

.bbp-about-links {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 30px;
}

.bbp-about-links a {
	color: var(--bbp-white);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.bbp-about-links a span {
	color: var(--bbp-accent);
	margin-left: 5px;
}

/* =========================================================
   CONTACT + FOOTER
   ========================================================= */
.bbp-contact {
	background: var(--bbp-base);
	color: var(--bbp-white);
	padding-block: clamp(72px, 8vw, 108px);
}

.bbp-contact-inner {
	align-items: center;
	background: var(--bbp-card);
	border-radius: var(--bbp-radius-lg);
	box-shadow: var(--bbp-shadow-raised);
	display: grid;
	gap: 52px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding-block: clamp(34px, 5vw, 64px);
}

.bbp-contact-copy > p {
	color: var(--bbp-accent);
	font-family: var(--bbp-mono);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.bbp-contact-copy h2 {
	font-size: clamp(34px, 4.4vw, 54px);
	font-weight: 720;
	letter-spacing: -0.05em;
	line-height: 0.98;
	margin: 0;
	max-width: 900px;
}

.bbp-contact-copy > span {
	color: var(--bbp-muted-bright);
	display: block;
	font-size: 18px;
	margin-top: 28px;
}

.bbp-contact-channels {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin-top: 24px;
}

.bbp-contact-channels a {
	color: var(--bbp-accent);
	font-size: 11px;
	font-weight: 650;
}

.bbp-contact-channels a:hover,
.bbp-contact-channels a:focus {
	color: var(--bbp-white);
}

.bbp-contact-button {
	align-items: center;
	background: var(--bbp-purple-gradient);
	border-radius: 50%;
	box-shadow: var(--bbp-shadow-raised);
	color: var(--bbp-white);
	display: flex;
	flex-direction: column;
	font-size: 11px;
	font-weight: 750;
	gap: 16px;
	height: clamp(140px, 14vw, 190px);
	justify-content: center;
	letter-spacing: 0.04em;
	text-align: center;
	text-transform: uppercase;
	transition: transform 220ms ease;
	width: clamp(140px, 14vw, 190px);
}

.bbp-contact-button strong {
	font-size: 24px;
}

.bbp-contact-button:hover,
.bbp-contact-button:focus {
	color: var(--bbp-white);
	transform: translateY(-3px);
}

.bb-portfolio-footer {
	background: var(--bbp-base);
	box-shadow: inset 0 1px 0 var(--bbp-divider);
	color: var(--bbp-muted);
	padding-block: 36px;
}

.bbp-footer-grid {
	align-items: center;
	display: grid;
	gap: 28px;
	grid-template-columns: 1fr auto auto;
}

.bbp-footer-brand {
	align-items: center;
	display: flex;
	gap: 12px;
}

.bbp-footer-brand > span { color: var(--bbp-accent); }

.bbp-footer-brand > div {
	display: grid;
	line-height: 1.2;
}

.bbp-footer-brand strong {
	color: var(--bbp-white);
	font-size: 12px;
}

.bbp-footer-brand small {
	font-family: var(--bbp-mono);
	font-size: 8px;
	letter-spacing: 0.05em;
	margin-top: 4px;
	text-transform: uppercase;
}

.bbp-footer-menu {
	display: flex;
	gap: 22px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bbp-footer-menu a,
.bbp-footer-credit {
	color: var(--bbp-muted);
	font-size: 9px;
	font-weight: 650;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.bbp-footer-menu a:hover,
.bbp-footer-menu a:focus { color: var(--bbp-accent); }
.bbp-footer-credit { margin: 0; }

@media (hover: hover) {
	.bbp-work-media:hover img {
		filter: saturate(1) contrast(1);
		transform: scale(1.025);
	}

	.bbp-work-media:hover .bbp-work-number { transform: translateY(-3px); }
	.bbp-case-link:hover span { transform: translate(3px, -3px); }
	.bbp-service-card:hover {
		background: var(--bbp-card-2);
		transform: translateY(-2px);
	}
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1100px) {
	.bbp-hero-grid {
		gap: 56px;
		grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
	}

	.bbp-signal-grid { grid-template-columns: repeat(3, 1fr); }
	.bbp-signal-intro { grid-column: 1 / -1; min-height: auto; padding-left: 0; }
	.bbp-service-card { grid-template-columns: 48px minmax(210px, 0.8fr) minmax(250px, 1fr) 28px; }
}

@media (max-width: 900px) {
	.bbp-header-shell { grid-template-columns: 1fr auto; }

	.bb-portfolio-menu-toggle {
		display: block;
		justify-self: end;
	}

	.bb-portfolio-nav {
		display: none;
		grid-column: 1 / -1;
		order: 3;
		width: 100%;
	}

	.bb-portfolio-nav.is-open { display: block; }

	.bb-portfolio-menu {
		align-items: stretch;
		border-top: 1px solid var(--bbp-divider);
		flex-direction: column;
		padding-block: 8px 16px;
	}

	.bb-portfolio-menu a {
		border-bottom: 1px solid var(--bbp-divider);
		font-size: 12px;
		padding: 13px 2px;
	}

	.bb-portfolio-menu a::after { display: none; }
	.bbp-header-cta { display: none; }

	.bbp-hero {
		min-height: auto;
		padding-block: 72px 94px;
	}

	.bbp-hero-grid { grid-template-columns: 1fr; }
	.bbp-query-card { justify-self: end; max-width: 560px; width: 94%; }

	.bbp-section-heading {
		align-items: start;
		gap: 24px;
		grid-template-columns: 1fr;
	}

	.bbp-section-heading > p { max-width: 680px; }

	.bbp-work-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bbp-work-media { aspect-ratio: 4 / 3; }

	.bbp-service-card { grid-template-columns: 40px 1fr 26px; }
	.bbp-service-card p { grid-column: 2 / 3; }
	.bbp-service-arrow { grid-column: 3; grid-row: 1; }

	.bbp-process-heading { grid-template-columns: 1fr; }
	.bbp-process-list { grid-template-columns: repeat(2, 1fr); }

	.bbp-about-grid { grid-template-columns: 1fr; }
	.bbp-about-portrait { max-width: 590px; width: 88%; }
	.bbp-about-portrait > img,
	.bbp-initials { min-height: 430px; }
	.bbp-about-portrait > img { height: 500px; }

	.bbp-contact-inner { grid-template-columns: 1fr; }
	.bbp-footer-grid { grid-template-columns: 1fr auto; }
	.bbp-footer-credit { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
	.admin-bar .bb-portfolio-header { top: 46px; }
	.bbp-header-shell { min-height: 68px; }
	.bbp-brand-copy small { display: none; }

	.bbp-hero { padding-block: 58px 78px; }
	.bbp-hero h1 { font-size: clamp(40px, 12vw, 54px); }
	.bbp-hero h1 em { margin-left: 0; }
	.bbp-hero-intro { font-size: 16px; }

	.bbp-hero-actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.bbp-query-card { width: 100%; }
	.bbp-query-steps li { align-items: start; grid-template-columns: 25px 1fr; }
	.bbp-query-steps small { grid-column: 2; text-align: left; }

	.bbp-signal-grid { grid-template-columns: 1fr; }
	.bbp-signal-intro { font-size: 17px; }

	.bbp-section-heading h2,
	.bbp-process-heading h2,
	.bbp-about-copy h2 { font-size: clamp(30px, 8.5vw, 39px); }

	.bbp-work-grid { grid-template-columns: 1fr; }
	.bbp-work-media { aspect-ratio: 4 / 3; }
	.bbp-work-copy h3 { font-size: 25px; }

	.bbp-service-card { gap: 18px; grid-template-columns: 28px 1fr; }
	.bbp-service-card p { grid-column: 2; }
	.bbp-service-arrow { display: none; }

	.bbp-process-list { grid-template-columns: 1fr; }
	.bbp-process-list li { gap: 36px; min-height: 210px; }

	.bbp-about-portrait { width: 100%; }
	.bbp-about-portrait > img,
	.bbp-initials { min-height: 340px; }
	.bbp-about-portrait > img { height: 400px; }
	.bbp-portrait-caption { bottom: 28px; left: 26px; }

	.bbp-contact-inner { border-radius: var(--bbp-radius-md); }
	.bbp-contact-copy h2 { font-size: clamp(34px, 10vw, 46px); }
	.bbp-contact-button { height: 140px; width: 140px; }

	.bbp-footer-grid { align-items: start; grid-template-columns: 1fr; }
	.bbp-footer-menu { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }

	.bb-portfolio-front *,
	.bb-portfolio-front *::before,
	.bb-portfolio-front *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
