/* ============================================================
   BRAND & CONTENT — FRAGMENTS → FRAME → SYSTEM
   ============================================================ */

.trinovik-services-page--brand-content {
	--bc-bg: #070713;
	--bc-panel: #10101e;
	--bc-paper: #f1ebdf;
	--bc-ink: #f7f3ed;
	--bc-muted: rgba(240, 235, 228, .64);
	--bc-faint: rgba(240, 235, 228, .38);
	--bc-line: rgba(238, 225, 238, .15);
	--bc-accent: #d84ee9;
	--bc-accent-soft: #f0a3e9;
	--bc-plum: #5b285f;
	background: var(--bc-bg);
	color: var(--bc-ink);
}

.trinovik-services-page--brand-content .site {
	background:
		radial-gradient(circle at 83% 7%, rgba(216, 78, 233, .13), transparent 27%),
		linear-gradient(180deg, #080817 0%, #070713 58%, #0e0714 100%);
}

.bc-service {
	position: relative;
	overflow: clip;
	background:
		linear-gradient(90deg, transparent calc(50% - .5px), rgba(255, 255, 255, .025) 50%, transparent calc(50% + .5px));
}

.bc-service__progress {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1100;
	width: 100%;
	height: 2px;
	transform-origin: left center;
	pointer-events: none;
}

.bc-service__progress span {
	display: block;
	width: 100%;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left center;
	background: linear-gradient(90deg, #f1cde8, var(--bc-accent), #f5a3d4);
	box-shadow: 0 0 18px rgba(216, 78, 233, .7);
}

.bc-section {
	position: relative;
	padding-block: clamp(110px, 13vw, 210px);
}

.bc-section::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		linear-gradient(rgba(255, 255, 255, .021) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .021) 1px, transparent 1px);
	background-size: 82px 82px;
	mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
}

.bc-eyebrow {
	margin: 0;
	color: var(--bc-accent-soft);
	font-size: .65rem;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.bc-section__intro h2,
.bc-approach__header h2,
.bc-applications__header h2,
.bc-work__header h2,
.bc-related__header h2 {
	margin: 26px 0 0;
	font-size: clamp(3.25rem, 6vw, 7.4rem);
	font-weight: 400;
	line-height: .9;
	letter-spacing: -.06em;
}

.bc-section__intro h2 em,
.bc-approach__header h2 em,
.bc-applications__header h2 em,
.bc-work__header h2 em,
.bc-related__header h2 em {
	color: var(--bc-accent);
	font-weight: 350;
}

.bc-section__intro > p:last-of-type,
.bc-approach__header > p:last-child,
.bc-applications__header > p,
.bc-work__header > p,
.bc-related__header > p {
	margin: 34px 0 0;
	max-width: 620px;
	color: var(--bc-muted);
	font-size: clamp(1rem, 1.18vw, 1.18rem);
	line-height: 1.72;
}

/* Hero — incomplete fragments resolve into one editorial frame. */

.bc-hero {
	position: relative;
	min-height: 100svh;
	padding-top: clamp(132px, 16vh, 190px);
	padding-bottom: clamp(70px, 9vh, 105px);
	background:
		radial-gradient(circle at 75% 45%, rgba(216, 78, 233, .14), transparent 30%),
		linear-gradient(115deg, #080817 0 44%, #11091a 100%);
}

.bc-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image: linear-gradient(90deg, rgba(255,255,255,.027) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px);
	background-size: 8.333vw 8.333vw;
	mask-image: linear-gradient(to bottom, transparent 5%, #000 30%, #000 78%, transparent 100%);
}

.bc-hero__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(520px, .9fr) minmax(620px, 1.1fr);
	align-items: center;
	gap: clamp(40px, 5vw, 92px);
	min-height: calc(100svh - clamp(200px, 25vh, 295px));
}

.bc-hero__copy {
	position: relative;
	z-index: 4;
}

.bc-hero__copy h1 {
	margin: clamp(30px, 5vh, 56px) 0 0;
	font-size: clamp(5.6rem, 9.2vw, 11rem);
	font-weight: 400;
	line-height: .74;
	letter-spacing: -.075em;
	text-transform: uppercase;
}

.bc-hero__copy h1 span,
.bc-hero__copy h1 em {
	display: block;
}

.bc-hero__copy h1 em {
	margin-left: clamp(55px, 7vw, 130px);
	color: var(--bc-accent);
	font-weight: 320;
}

.bc-hero__proposition {
	margin: clamp(35px, 5vh, 58px) 0 0;
	font-size: clamp(1.55rem, 2vw, 2.5rem);
	line-height: 1.15;
}

.bc-hero__description {
	max-width: 690px;
	margin: 18px 0 0;
	color: var(--bc-muted);
	font-size: clamp(1rem, 1.12vw, 1.16rem);
	line-height: 1.65;
}

.bc-hero__capabilities {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	max-width: 760px;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}

.bc-hero__capabilities li {
	padding: 8px 13px;
	border: 1px solid rgba(216, 78, 233, .3);
	border-radius: 999px;
	color: rgba(247, 243, 237, .72);
	font-size: .64rem;
	letter-spacing: .11em;
	text-transform: uppercase;
}

[data-bc-hero-item] {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1);
}

.bc-hero.is-ready [data-bc-hero-item] { opacity: 1; transform: none; }
.bc-hero.is-ready [data-bc-hero-item]:nth-child(2) { transition-delay: .08s; }
.bc-hero.is-ready [data-bc-hero-item]:nth-child(3) { transition-delay: .16s; }
.bc-hero.is-ready [data-bc-hero-item]:nth-child(4) { transition-delay: .24s; }
.bc-hero.is-ready [data-bc-hero-item]:nth-child(5) { transition-delay: .32s; }

.bc-hero__collage {
	position: relative;
	width: min(47vw, 780px);
	aspect-ratio: .93;
	justify-self: end;
	transform: translateY(0);
	will-change: transform;
}

.bc-frame--hero {
	position: absolute;
	inset: 7% 3% 4% 5%;
	opacity: .45;
	transition: opacity 1s ease;
}

.bc-hero.is-ready .bc-frame--hero { opacity: 1; }

.bc-frame--hero i,
.bc-broken-frame i {
	position: absolute;
	width: 21%;
	height: 21%;
	border-color: rgba(240, 163, 233, .65);
	border-style: solid;
	border-width: 0;
}

.bc-frame--hero i:nth-child(1), .bc-broken-frame i:nth-child(1) { top: 0; left: 0; border-top-width: 1px; border-left-width: 1px; }
.bc-frame--hero i:nth-child(2), .bc-broken-frame i:nth-child(2) { top: 0; right: 0; border-top-width: 1px; border-right-width: 1px; }
.bc-frame--hero i:nth-child(3), .bc-broken-frame i:nth-child(3) { right: 0; bottom: 0; border-right-width: 1px; border-bottom-width: 1px; }
.bc-frame--hero i:nth-child(4), .bc-broken-frame i:nth-child(4) { bottom: 0; left: 0; border-bottom-width: 1px; border-left-width: 1px; }

.bc-fragment {
	position: absolute;
	overflow: hidden;
	border: 1px solid rgba(238, 225, 238, .23);
	background: #11101a;
	box-shadow: 0 28px 80px rgba(0, 0, 0, .3);
	transition: opacity 1s ease, transform 1.15s cubic-bezier(.16,1,.3,1);
}

.bc-fragment img { width: 100%; height: 100%; object-fit: cover; }

.bc-fragment--portrait {
	top: 2%; right: 0; width: 72%; height: 68%;
	transform: translate(56px, -38px) rotate(2deg);
}

.bc-fragment--portrait img { object-position: 72% 26%; transform: scale(1.28); }

.bc-fragment--hands {
	right: 11%; bottom: 1%; width: 58%; height: 33%;
	transform: translate(40px, 52px);
}

.bc-fragment--hands img { object-position: 72% 86%; transform: scale(1.48); }

.bc-fragment--editorial {
	top: 16%; left: -7%; width: 37%; height: 27%; padding: clamp(18px, 2vw, 34px);
	transform: translate(-55px, -22px);
	background: var(--bc-paper); color: #17131a;
}

.bc-fragment--editorial span { display: block; color: #8e288e; font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.bc-fragment--editorial strong { display: block; margin-top: 18px; font-size: clamp(1.55rem, 2.4vw, 2.7rem); font-weight: 450; line-height: .94; letter-spacing: -.04em; }

.bc-fragment--type {
	left: 2%; bottom: 10%; width: 30%; height: 30%; padding: clamp(14px, 1.8vw, 26px);
	transform: translate(-38px, 45px);
	background: #2f1439;
}

.bc-fragment--type span { display: block; color: #f6c7ed; font-family: Georgia, serif; font-size: clamp(4.2rem, 7vw, 8.5rem); line-height: .72; }
.bc-fragment--type small { position: absolute; right: 18px; bottom: 18px; color: rgba(255,255,255,.62); font-size: .48rem; letter-spacing: .13em; text-transform: uppercase; }

.bc-fragment--swatches {
	left: 28%; bottom: 0; display: grid; grid-template-columns: repeat(4, 1fr); width: 29%; height: 9%; padding: 8px; gap: 5px;
	transform: translateY(62px);
}

.bc-hero.is-ready .bc-fragment--portrait,
.bc-hero.is-ready .bc-fragment--hands,
.bc-hero.is-ready .bc-fragment--editorial,
.bc-hero.is-ready .bc-fragment--type,
.bc-hero.is-ready .bc-fragment--swatches { transform: none; }

.bc-fragment--swatches i:nth-child(1) { background: #e6caca; }
.bc-fragment--swatches i:nth-child(2) { background: #d84ee9; }
.bc-fragment--swatches i:nth-child(3) { background: #57215c; }
.bc-fragment--swatches i:nth-child(4) { background: #f1ebdf; }

.bc-fragment--number {
	top: 0; left: 36%; z-index: -1; border: 0; background: transparent; color: rgba(255,255,255,.045); font-size: clamp(11rem, 19vw, 22rem); line-height: .8; box-shadow: none;
}

.bc-hero__scroll {
	position: absolute;
	right: 0;
	bottom: -4px;
	display: flex;
	align-items: center;
	gap: 18px;
	color: rgba(255,255,255,.62);
	font-size: .58rem;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.bc-hero__scroll i { width: 36px; height: 36px; border: 1px solid var(--bc-line); border-radius: 50%; }
.bc-hero__scroll i::after { content: ""; display: block; width: 1px; height: 12px; margin: 11px auto 0; background: var(--bc-accent); }

/* What we solve. */

.bc-solve { background: linear-gradient(180deg, #f1ebe0, #eae2d7); color: #17131a; }
.bc-solve::before { background-image: linear-gradient(rgba(30,20,30,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(30,20,30,.04) 1px, transparent 1px); }
.bc-solve .bc-eyebrow { color: #93259f; }
.bc-solve .bc-section__intro > p:last-of-type { color: rgba(23, 19, 26, .64); }

.bc-solve__layout,
.bc-capabilities__layout {
	position: relative;
	display: grid;
	grid-template-columns: minmax(350px, .72fr) minmax(560px, 1.28fr);
	gap: clamp(70px, 10vw, 170px);
}

.bc-solve__intro,
.bc-capabilities__intro { position: sticky; top: 150px; align-self: start; }

.bc-broken-frame { position: relative; width: min(100%, 430px); aspect-ratio: 1.6; margin-top: 72px; }
.bc-broken-frame::after { content: "Brand Strategy / Brand Identity / Content Strategy"; position: absolute; top: 50%; left: 50%; color: rgba(23,19,26,.4); font-size: .56rem; letter-spacing: .16em; text-transform: uppercase; transform: translate(-50%,-50%); white-space: nowrap; }
.bc-broken-frame i { border-color: rgba(147,37,159,.42); }

.bc-solve__states { display: grid; gap: 10vh; }

.bc-solve-state {
	position: relative;
	min-height: min(560px, 66svh);
	padding: clamp(35px, 5vw, 72px);
	border-top: 1px solid rgba(23,19,26,.17);
	background: rgba(255,255,255,.22);
	opacity: .35;
	transform: translateY(45px);
	transition: opacity .75s ease, transform .8s cubic-bezier(.16,1,.3,1), background .5s ease;
}

.bc-solve-state.is-active { opacity: 1; transform: none; background: rgba(255,255,255,.5); }
.bc-state-number { color: #9b2aa6; font-size: .65rem; letter-spacing: .17em; }
.bc-solve-state h3 { max-width: 760px; margin: 48px 0 0; font-size: clamp(2.7rem, 4.8vw, 5.8rem); font-weight: 400; line-height: .94; letter-spacing: -.055em; }
.bc-solve-state > p { max-width: 660px; margin: 30px 0 0; color: rgba(23,19,26,.68); font-size: clamp(1rem, 1.15vw, 1.18rem); line-height: 1.68; }

.bc-diagnostic { position: absolute; right: clamp(25px, 4vw, 60px); bottom: clamp(25px, 4vw, 60px); width: 34%; height: 28%; }
.bc-diagnostic span { position: absolute; display: block; width: 46%; height: 2px; background: #b9aeb5; transform-origin: left; transition: transform .8s cubic-bezier(.16,1,.3,1); }
.bc-diagnostic span:nth-child(1) { top: 4%; left: 4%; transform: rotate(8deg); }
.bc-diagnostic span:nth-child(2) { top: 30%; right: 4%; transform: rotate(-7deg); }
.bc-diagnostic span:nth-child(3) { bottom: 28%; left: 12%; transform: rotate(-3deg); }
.bc-diagnostic span:nth-child(4) { bottom: 4%; right: 9%; transform: rotate(6deg); }
.bc-diagnostic i { position: absolute; inset: 18% 15%; border: 1px solid rgba(147,37,159,.25); }
.bc-solve-state.is-active .bc-diagnostic span { transform: rotate(0); background: #a52db0; }
.bc-solve-state--touchpoints .bc-diagnostic span:nth-child(1), .bc-solve-state--touchpoints .bc-diagnostic span:nth-child(2) { height: 28%; border: 1px solid #b9aeb5; background: transparent; }
.bc-solve-state--content .bc-diagnostic span { width: 23%; height: 30%; border: 1px solid #b9aeb5; background: transparent; }
.bc-solve-state--campaigns .bc-diagnostic span { width: 40%; height: 40%; border-radius: 50%; border: 1px solid #b9aeb5; background: transparent; }

/* Capabilities — one continuous editorial index. */

.bc-capabilities { background: #080817; }
.bc-capabilities__intro { padding-bottom: 60px; }
.bc-type-specimen { position: relative; min-height: 300px; margin-top: 70px; border-top: 1px solid var(--bc-line); border-bottom: 1px solid var(--bc-line); }
.bc-type-specimen span { position: absolute; bottom: -8px; left: 0; color: rgba(216,78,233,.24); font-family: Georgia, serif; font-size: clamp(11rem, 18vw, 21rem); line-height: .75; }
.bc-type-specimen i { position: absolute; top: 28%; right: 0; width: 42%; height: 42%; border: 1px solid rgba(216,78,233,.26); transform: rotate(8deg); }
.bc-type-specimen small { position: absolute; right: 0; bottom: 18px; color: var(--bc-faint); font-size: .52rem; letter-spacing: .16em; text-transform: uppercase; }

.bc-capabilities__list { margin: 0; padding: 0; list-style: none; }
.bc-capability { position: relative; min-height: 430px; padding: 64px 3vw; border-top: 1px solid var(--bc-line); opacity: .32; transform: translateX(28px); transition: opacity .7s ease, transform .8s cubic-bezier(.16,1,.3,1); }
.bc-capability:last-child { border-bottom: 1px solid var(--bc-line); }
.bc-capability.is-active { opacity: 1; transform: none; }
.bc-capability__heading { display: flex; align-items: baseline; gap: 28px; }
.bc-capability__heading span { color: var(--bc-accent); font-size: .64rem; letter-spacing: .17em; }
.bc-capability h3 { margin: 0; font-size: clamp(2.6rem, 4.6vw, 5.5rem); font-weight: 400; line-height: .94; letter-spacing: -.055em; }
.bc-capability > p { max-width: 650px; margin: 34px 0 0 58px; color: var(--bc-muted); font-size: clamp(.98rem, 1.1vw, 1.15rem); line-height: 1.66; }
.bc-capability__mark { position: absolute; right: 3vw; bottom: 50px; width: 160px; height: 115px; }
.bc-capability__mark i { position: absolute; display: block; border: 1px solid rgba(216,78,233,.32); transition: transform .8s cubic-bezier(.16,1,.3,1); }
.bc-capability__mark i:nth-child(1) { inset: 0 28% 28% 0; }
.bc-capability__mark i:nth-child(2) { inset: 24% 0 0 32%; }
.bc-capability__mark i:nth-child(3) { top: 8%; right: 5%; width: 9px; height: 9px; border-radius: 50%; background: var(--bc-accent); box-shadow: 0 0 15px var(--bc-accent); }
.bc-capability.is-active .bc-capability__mark i:nth-child(1) { transform: translate(18px, 11px); }
.bc-capability.is-active .bc-capability__mark i:nth-child(2) { transform: translate(-12px, -8px); }

/* Approach — the incomplete frame closes as the steps resolve. */

.bc-approach { --bc-approach-size: 0%; background: linear-gradient(135deg, #1b0b23, #080817 62%); }
.bc-approach__header { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: end; }
.bc-approach__header .bc-eyebrow { grid-column: 1 / -1; }
.bc-approach__header > p:last-child { margin-bottom: 10px; }
.bc-approach__system { position: relative; margin-top: clamp(80px, 10vw, 150px); padding: clamp(30px, 5vw, 75px); }
.bc-approach__frame { position: absolute; inset: 0; pointer-events: none; }
.bc-approach__frame i { position: absolute; background: rgba(216,78,233,.5); }
.bc-approach__frame i:nth-child(1) { top: 0; left: 0; width: var(--bc-approach-size); height: 1px; }
.bc-approach__frame i:nth-child(2) { top: 0; right: 0; width: 1px; height: var(--bc-approach-size); }
.bc-approach__frame i:nth-child(3) { right: 0; bottom: 0; width: var(--bc-approach-size); height: 1px; }
.bc-approach__frame i:nth-child(4) { bottom: 0; left: 0; width: 1px; height: var(--bc-approach-size); }
.bc-approach__frame span { position: absolute; top: -6px; left: max(0px, calc(var(--bc-approach-size) - 12px)); width: 12px; height: 12px; border-radius: 50%; background: var(--bc-accent); box-shadow: 0 0 20px var(--bc-accent); }
.bc-approach__steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; }
.bc-approach-step { min-height: 500px; padding: 40px 30px; border-left: 1px solid var(--bc-line); opacity: .3; transform: translateY(30px); transition: opacity .7s ease, transform .8s cubic-bezier(.16,1,.3,1); }
.bc-approach-step:last-child { border-right: 1px solid var(--bc-line); }
.bc-approach-step.is-active { opacity: 1; transform: none; }
.bc-approach-step > span { color: var(--bc-accent-soft); font-size: .62rem; letter-spacing: .17em; }
.bc-approach-step h3 { margin: 105px 0 0; font-size: clamp(2.5rem, 3.5vw, 4.4rem); font-weight: 400; letter-spacing: -.05em; }
.bc-approach-step strong { display: block; margin-top: 24px; color: var(--bc-paper); font-size: 1rem; font-weight: 500; }
.bc-approach-step p { margin: 18px 0 0; color: var(--bc-muted); line-height: 1.65; }

/* Applications — editorial windows, not cards. */

.bc-applications { background: #eee8dc; color: #17131a; }
.bc-applications::before { background-image: linear-gradient(rgba(30,20,30,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(30,20,30,.04) 1px, transparent 1px); }
.bc-applications .bc-eyebrow { color: #92249e; }
.bc-applications__header,
.bc-work__header,
.bc-related__header { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(50px, 8vw, 130px); align-items: end; }
.bc-applications__header > p { color: rgba(23,19,26,.65); }
.bc-applications__grid { display: grid; grid-template-columns: 1.08fr .92fr; margin-top: clamp(80px, 10vw, 150px); }
.bc-application { position: relative; min-height: 620px; padding: clamp(40px, 5vw, 75px); border-top: 1px solid rgba(23,19,26,.16); border-right: 1px solid rgba(23,19,26,.16); opacity: .3; transform: translateY(38px); transition: opacity .7s ease, transform .8s cubic-bezier(.16,1,.3,1); }
.bc-application:nth-child(2n) { border-right: 0; }
.bc-application:nth-child(n+3) { border-bottom: 1px solid rgba(23,19,26,.16); }
.bc-application:nth-child(2) { transform: translateY(100px); }
.bc-application:nth-child(3) { transform: translateY(-35px); }
.bc-application.is-active { opacity: 1; transform: none; }
.bc-application h3 { margin: 50px 0 0; max-width: 560px; font-size: clamp(2.5rem, 4.25vw, 5rem); font-weight: 400; line-height: .96; letter-spacing: -.05em; }
.bc-application > p { max-width: 580px; margin: 30px 0 0; color: rgba(23,19,26,.68); line-height: 1.68; }
.bc-application__visual { position: relative; width: 100%; height: 190px; overflow: hidden; }
.bc-application__visual span { position: absolute; top: 0; left: 0; z-index: 2; color: #93259f; font-size: .64rem; letter-spacing: .17em; }
.bc-application__visual i { position: absolute; border: 1px solid rgba(147,37,159,.3); }
.bc-application__visual i:nth-child(2) { top: 22%; left: 18%; width: 55%; height: 58%; }
.bc-application__visual i:nth-child(3) { top: 6%; right: 5%; width: 30%; height: 48%; transform: rotate(7deg); }
.bc-application__visual i:nth-child(4) { bottom: 8%; left: 2%; width: 26%; height: 26%; background: rgba(216,78,233,.14); }
.bc-application--identity .bc-application__visual i:nth-child(2) { border-radius: 50%; }
.bc-application--launch .bc-application__visual i:nth-child(2) { clip-path: polygon(0 20%,100% 0,82% 100%,12% 84%); background:#5b285f; }
.bc-application--editorial .bc-application__visual i:nth-child(2) { background: repeating-linear-gradient(#9a8d98 0 2px, transparent 2px 16px); border: 0; }

/* Verified work. */

.bc-work { background: #080817; }
.bc-work__header h2 { font-size: clamp(3rem, 5.4vw, 6.5rem); }
.bc-work__list { display: grid; gap: clamp(90px, 10vw, 150px); margin-top: clamp(90px, 11vw, 170px); }
.bc-work-item { display: block; color: inherit; opacity: .35; transform: translateY(50px); transition: opacity .8s ease, transform .9s cubic-bezier(.16,1,.3,1); }
.bc-work-item.is-active { opacity: 1; transform: none; }
.bc-work-item:nth-child(2) { width: 82%; margin-left: auto; }
.bc-work-item__media { position: relative; aspect-ratio: 16/8.5; overflow: hidden; background: #161421; }
.bc-work-item__media::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.13); box-shadow: inset 0 0 0 14px rgba(7,7,19,.18); pointer-events:none; }
.bc-work-item__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(.96); transition: transform 1.1s cubic-bezier(.16,1,.3,1), filter .6s ease; }
.bc-work-item:hover .bc-work-item__media img, .bc-work-item:focus-visible .bc-work-item__media img { transform: scale(1.035); filter: saturate(1) contrast(1); }
.bc-work-item__meta { position: relative; display: grid; grid-template-columns: .55fr .65fr 1.8fr auto; align-items: center; gap: 28px; padding: 26px 0; border-bottom: 1px solid var(--bc-line); }
.bc-work-item__meta span { color: var(--bc-faint); font-size: .56rem; letter-spacing: .15em; text-transform: uppercase; }
.bc-work-item__meta strong { color: var(--bc-accent-soft); font-weight: 400; }
.bc-work-item__meta h3 { margin: 0; font-size: clamp(1.45rem, 2vw, 2.25rem); font-weight: 400; }
.bc-work-item__meta i, .bc-related-row > i { width: 36px; height: 36px; border: 1px solid rgba(216,78,233,.33); border-radius: 50%; }
.bc-work-item__meta i::after, .bc-related-row > i::after { content: ""; display: block; width: 9px; height: 9px; margin: 12px; border-top: 1px solid var(--bc-accent); border-right: 1px solid var(--bc-accent); transform: rotate(45deg); }

/* Related rows. */

.bc-related { padding-bottom: clamp(80px, 9vw, 145px); background: #0d0813; }
.bc-related__header h2 { font-size: clamp(3rem, 5.2vw, 6.2rem); }
.bc-related__rows { margin-top: clamp(80px, 9vw, 140px); border-top: 1px solid var(--bc-line); }
.bc-related-row { display: grid; grid-template-columns: 70px minmax(280px,.8fr) minmax(440px,1.2fr) auto; align-items: center; gap: clamp(20px,4vw,70px); min-height: 190px; border-bottom: 1px solid var(--bc-line); color: var(--bc-ink); transition: background .35s ease, padding .45s cubic-bezier(.16,1,.3,1); }
.bc-related-row > span { color: var(--bc-accent); font-size: .65rem; letter-spacing: .15em; }
.bc-related-row > strong { font-size: clamp(2rem,3.3vw,4rem); font-weight: 400; line-height: 1; letter-spacing: -.04em; }
.bc-related-row > p { margin: 0; color: var(--bc-muted); line-height: 1.6; }
.bc-related-row:hover, .bc-related-row:focus-visible { padding-inline: 24px; background: rgba(216,78,233,.07); outline: none; }

.trinovik-services-page--brand-content .services-cta { background: transparent; }
.trinovik-services-page--brand-content .services-cta__copy h2 em { color: var(--bc-accent); }

@media (max-width: 1320px) {
	.bc-hero__inner { grid-template-columns: minmax(470px,.9fr) minmax(520px,1.1fr); }
	.bc-hero__copy h1 { font-size: clamp(5rem,8.8vw,9rem); }
	.bc-approach-step { padding-inline: 22px; }
}

@media (max-width: 1080px) {
	.bc-hero__inner { grid-template-columns: minmax(410px,.9fr) minmax(430px,1.1fr); gap: 24px; }
	.bc-hero__collage { width: min(50vw,650px); }
	.bc-solve__layout, .bc-capabilities__layout { grid-template-columns: minmax(300px,.7fr) minmax(460px,1.3fr); gap: 70px; }
	.bc-approach__steps { grid-template-columns: repeat(2,1fr); }
	.bc-approach-step:nth-child(3) { border-top: 1px solid var(--bc-line); }
	.bc-approach-step:nth-child(4) { border-top: 1px solid var(--bc-line); }
	.bc-related-row { grid-template-columns: 50px minmax(220px,.8fr) minmax(320px,1.2fr) auto; }
}

@media (max-width: 900px) {
	.bc-section { padding-block: 100px; }
	.bc-hero { min-height: auto; padding-top: 140px; }
	.bc-hero__inner { display: flex; flex-direction: column; align-items: stretch; min-height: 0; }
	.bc-hero__copy h1 { font-size: clamp(4.4rem,15vw,7.2rem); }
	.bc-hero__copy h1 em { margin-left: 8vw; }
	.bc-hero__collage { width: min(100%,720px); margin: 50px auto 20px; }
	.bc-hero__scroll { position: relative; align-self: flex-end; margin-top: 10px; }
	.bc-solve__layout, .bc-capabilities__layout { display: block; }
	.bc-solve__intro, .bc-capabilities__intro { position: relative; top: auto; }
	.bc-broken-frame, .bc-type-specimen { margin-bottom: 75px; }
	.bc-solve__states { gap: 30px; }
	.bc-solve-state { min-height: 520px; opacity: 1; transform: none; }
	.bc-capability { min-height: 360px; opacity: 1; transform: none; }
	.bc-approach__header, .bc-applications__header, .bc-work__header, .bc-related__header { grid-template-columns: 1fr; }
	.bc-approach__steps { grid-template-columns: 1fr; }
	.bc-approach-step { min-height: auto; padding: 48px 28px; border-right: 1px solid var(--bc-line); border-bottom: 1px solid var(--bc-line); opacity: 1; transform: none; }
	.bc-approach-step h3 { margin-top: 50px; }
	.bc-applications__grid { grid-template-columns: 1fr; }
	.bc-application { min-height: 520px; border-right: 0; border-bottom: 1px solid rgba(23,19,26,.16); opacity: 1; transform: none; }
	.bc-work-item, .bc-work-item:nth-child(2) { width: 100%; opacity: 1; transform: none; }
	.bc-work-item__meta { grid-template-columns: .45fr .55fr 1.4fr auto; }
	.bc-related-row { grid-template-columns: 50px 1fr auto; padding-block: 30px; }
	.bc-related-row > p { grid-column: 2 / -1; max-width: 560px; }
}

@media (max-width: 600px) {
	.bc-section { padding-block: 78px; }
	.bc-section__intro h2, .bc-approach__header h2, .bc-applications__header h2, .bc-work__header h2, .bc-related__header h2 { font-size: clamp(2.7rem,13vw,4.5rem); }
	.bc-hero { padding-top: 118px; padding-bottom: 55px; }
	.bc-hero__copy h1 { margin-top: 30px; font-size: clamp(4rem,20vw,5.5rem); line-height: .77; }
	.bc-hero__copy h1 em { margin-left: 0; }
	.bc-hero__proposition { margin-top: 36px; }
	.bc-hero__capabilities li { padding: 7px 10px; font-size: .57rem; }
	.bc-hero__collage { aspect-ratio: .83; margin-top: 35px; }
	.bc-fragment--portrait { width: 75%; height: 60%; }
	.bc-fragment--hands { right: 5%; bottom: 5%; width: 62%; }
	.bc-fragment--editorial { left: 0; width: 43%; height: 29%; }
	.bc-fragment--editorial strong { margin-top: 10px; font-size: 1.45rem; }
	.bc-fragment--type { left: 0; bottom: 8%; width: 34%; }
	.bc-fragment--type small { display: none; }
	.bc-fragment--swatches { display: none; }
	.bc-broken-frame { min-height: 220px; }
	.bc-solve-state { min-height: 500px; padding: 30px 22px; }
	.bc-solve-state h3 { margin-top: 36px; font-size: clamp(2.35rem,11vw,3.5rem); }
	.bc-diagnostic { width: 55%; }
	.bc-type-specimen { min-height: 230px; }
	.bc-capability { min-height: 420px; padding: 44px 10px; }
	.bc-capability h3 { font-size: clamp(2.2rem,11vw,3.5rem); }
	.bc-capability > p { margin-left: 0; }
	.bc-capability__mark { right: 0; bottom: 28px; transform: scale(.75); transform-origin: right bottom; }
	.bc-approach__system { padding: 18px; }
	.bc-approach-step { padding: 40px 20px; }
	.bc-application { min-height: 490px; padding: 36px 18px; }
	.bc-application h3 { font-size: clamp(2.25rem,11vw,3.5rem); }
	.bc-work-item__media { aspect-ratio: 4/3; }
	.bc-work-item__meta { grid-template-columns: 1fr auto; gap: 12px; }
	.bc-work-item__meta span, .bc-work-item__meta strong, .bc-work-item__meta h3 { grid-column: 1; }
	.bc-work-item__meta i { grid-column: 2; grid-row: 1 / 4; }
	.bc-related-row { grid-template-columns: 36px 1fr auto; gap: 14px; }
	.bc-related-row > strong { font-size: 1.8rem; }
	.bc-related-row > p { font-size: .9rem; }
}

@media (prefers-reduced-motion: reduce) {
	[data-bc-hero-item],
	.bc-solve-state,
	.bc-capability,
	.bc-approach-step,
	.bc-application,
	.bc-work-item { opacity: 1 !important; transform: none !important; transition: none !important; }
	.bc-hero__collage { transform: none !important; }
	.bc-approach { --bc-approach-size: 100% !important; }
	.bc-fragment, .bc-work-item__media img { transition: none !important; }
}
