/* Page-specific twin styles */

.bm-about-statement {
	font-size: clamp(1.75rem, 5vw, 3rem);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 0.75rem;
}

.bm-about-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
}

@media (min-width: 800px) {
	.bm-about-grid {
		grid-template-columns: 1fr 1fr;
	}
}

.bm-about-card {
	position: relative;
	background: transparent;
	border: 0;
	border-top: 1px solid rgba(30, 24, 17, 0.12);
	border-radius: 0;
	box-shadow: none;
	padding: 1.35rem 0 0.5rem;
}

.bm-about-card__num {
	display: block;
	margin-bottom: 0.55rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: rgba(30, 24, 17, 0.35);
}

.bm-about-card h3 {
	font-size: 1.15rem;
	text-transform: none;
	letter-spacing: -0.01em;
	margin-bottom: 0.45rem;
}

.bm-about-card em {
	display: block;
	margin-bottom: 0.75rem;
	color: var(--bm-muted);
	font-style: normal;
	font-weight: 500;
}

.bm-about-card p:last-child {
	margin-bottom: 0;
	color: rgba(30, 24, 17, 0.68);
	line-height: 1.55;
}

.bm-team-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.75rem, 2vw, 1.25rem);
	margin-top: 1.75rem;
}

@media (min-width: 800px) {
	.bm-team-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.bm-team-card {
	margin: 0;
	overflow: hidden;
	border-radius: 0.35rem;
	background: #ece9e4;
	aspect-ratio: 3 / 4;
}

.bm-team-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
	filter: grayscale(1);
	transition: transform 0.45s var(--bm-ease), filter 0.45s var(--bm-ease);
}

.bm-team-card:hover img {
	transform: scale(1.03);
	filter: grayscale(0.15);
}

.bm-contact__item {
	display: grid;
	gap: 0.2rem;
	padding: 0.85rem 0;
	border-bottom: 1px solid var(--bm-line);
}

.bm-contact__item:last-child {
	border-bottom: 0;
}

.bm-contact__item span {
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--bm-muted);
	font-weight: 600;
}

.bm-empty {
	text-align: center;
	max-width: 36rem;
	margin: 0 auto;
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 1.5rem 0;
}

.bm-empty h2 {
	font-size: clamp(1.25rem, 2.5vw, 1.6rem);
	margin-bottom: 0.75rem;
}

.bm-prose {
	max-width: 42rem;
	margin-inline: auto;
	font-size: 1.02rem;
	line-height: 1.7;
	color: rgba(30, 24, 17, 0.82);
}

.bm-prose h2,
.bm-prose h3 {
	margin-top: 2rem;
	color: var(--bm-ink);
	scroll-margin-top: calc(var(--bm-header-h) + 1.5rem);
}

.bm-prose p + p {
	margin-top: 1rem;
}

.bm-prose ul,
.bm-prose ol {
	margin: 0.85rem 0 1.25rem;
	padding-left: 1.25rem;
}

.bm-prose li + li {
	margin-top: 0.35rem;
}

.bm-prose a {
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.bm-legal {
	max-width: 46rem;
	margin: 0;
}

.bm-section--legal > .bm-container {
	display: grid;
	gap: clamp(2rem, 4vw, 3.5rem);
	align-items: start;
}

@media (min-width: 980px) {
	.bm-section--legal > .bm-container {
		grid-template-columns: minmax(0, 1fr) 15.5rem;
	}
}

.bm-page-hero--legal .bm-lede {
	max-width: 34rem;
	margin-top: 0.75rem;
}

.bm-legal__updated {
	margin: 0 0 1.25rem;
	font-size: 0.9rem;
	color: rgba(30, 24, 17, 0.55);
}

.bm-legal-toc {
	margin: 0 0 2rem;
	padding: 1rem 1.15rem;
	border: 1px solid rgba(30, 24, 17, 0.1);
	border-radius: 0.75rem;
	background: rgba(30, 24, 17, 0.03);
}

.bm-legal-toc__label,
.bm-legal-nav__label {
	margin: 0 0 0.55rem;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(30, 24, 17, 0.55);
}

.bm-legal-toc ol {
	margin: 0;
	padding-left: 1.15rem;
	columns: 1;
}

@media (min-width: 640px) {
	.bm-legal-toc ol {
		columns: 2;
		column-gap: 1.5rem;
	}
}

.bm-legal-toc a {
	text-decoration: none;
}

.bm-legal-toc a:hover {
	text-decoration: underline;
}

.bm-legal-steps {
	list-style: none;
	padding-left: 0;
	display: grid;
	gap: 0.75rem;
}

.bm-legal-steps li {
	padding: 0.85rem 1rem;
	border-radius: 0.65rem;
	background: rgba(30, 24, 17, 0.035);
	border: 1px solid rgba(30, 24, 17, 0.08);
	display: grid;
	gap: 0.2rem;
}

.bm-legal-steps strong {
	color: var(--bm-ink);
}

.bm-legal__company {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(30, 24, 17, 0.1);
	font-size: 0.95rem;
}

.bm-legal-aside {
	display: grid;
	gap: 1.25rem;
	position: sticky;
	top: calc(var(--bm-header-h) + 1rem);
}

.bm-legal-nav,
.bm-legal-contact {
	padding: 1.1rem 1.15rem;
	border-radius: 0.85rem;
	background: #fff;
	border: 1px solid rgba(30, 24, 17, 0.1);
	box-shadow: 0 10px 28px rgba(30, 24, 17, 0.04);
}

.bm-legal-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.45rem;
}

.bm-legal-nav a {
	text-decoration: none;
	font-weight: 600;
	color: var(--bm-ink);
}

.bm-legal-nav a:hover {
	text-decoration: underline;
}

.bm-legal-contact p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
}

.bm-legal-contact p + p {
	margin-top: 0.85rem;
}

.bm-legal-contact__meta {
	color: rgba(30, 24, 17, 0.6);
	font-size: 0.86rem !important;
}

.bm-legal-contact a {
	text-decoration: none;
	font-weight: 600;
	color: var(--bm-ink);
}

.bm-legal-contact a:hover {
	text-decoration: underline;
}

.bm-project-meta {
	margin: 0.75rem 0 0;
	font-size: 0.92rem;
	color: var(--bm-muted);
}

/* Compact single project */
.bm-project-detail {
	padding: clamp(1.1rem, 2.5vw, 1.75rem) 0 clamp(2rem, 5vw, 3.25rem);
}

.bm-project-detail__nav {
	margin-bottom: 1rem;
}

.bm-project-detail__back {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 0.86rem;
	font-weight: 600;
	color: rgba(30, 24, 17, 0.55);
	text-decoration: none;
	transition: color 0.25s var(--bm-ease);
}

.bm-project-detail__back:hover,
.bm-project-detail__back:focus-visible {
	color: var(--bm-ink);
}

.bm-project-detail__grid {
	display: grid;
	gap: clamp(1.25rem, 3vw, 2.25rem);
	align-items: start;
}

@media (min-width: 900px) {
	.bm-project-detail__grid {
		grid-template-columns: 1.15fr 0.85fr;
		gap: clamp(1.75rem, 3.5vw, 2.75rem);
		align-items: center;
	}
}

.bm-project-detail__media {
	margin: 0;
	overflow: hidden;
	border-radius: 1rem;
	background: #eceae6;
	box-shadow: 0 18px 42px rgba(30, 24, 17, 0.1);
}

.bm-project-detail__media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.bm-project-detail__copy {
	display: grid;
	gap: 0.7rem;
	max-width: 34rem;
}

.bm-project-detail__copy .bm-eyebrow {
	margin: 0;
}

.bm-project-detail__title {
	margin: 0;
	font-size: clamp(1.55rem, 3.2vw, 2.15rem);
	line-height: 1.15;
	letter-spacing: -0.02em;
}

.bm-project-detail__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	list-style: none;
	margin: 0.15rem 0 0;
	padding: 0;
}

.bm-project-detail__meta li {
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: rgba(30, 24, 17, 0.58);
	background: rgba(30, 24, 17, 0.05);
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
}

.bm-project-detail__lede {
	margin: 0.25rem 0 0;
	font-size: 1.02rem;
	line-height: 1.45;
	color: rgba(30, 24, 17, 0.72);
}

.bm-project-detail__body {
	margin-top: 0.15rem;
}

.bm-project-detail__body.bm-prose {
	max-width: none;
	text-align: left;
}

.bm-project-detail__body.bm-prose p {
	margin: 0 0 0.75rem;
	font-size: 0.95rem;
	line-height: 1.55;
	color: rgba(30, 24, 17, 0.78);
}

.bm-project-detail__body.bm-prose p:last-child {
	margin-bottom: 0;
}

.bm-project-detail__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 0.55rem;
}

.bm-project-detail__gallery {
	margin-top: clamp(1.75rem, 4vw, 2.75rem);
	padding-top: clamp(1.25rem, 3vw, 1.75rem);
	border-top: 1px solid rgba(30, 24, 17, 0.08);
}

.bm-project-detail__gallery .bm-eyebrow {
	margin-bottom: 0.85rem;
}

/* Legacy hooks (kept for safety if referenced elsewhere) */
.bm-project-hero-media {
	padding-bottom: 0.5rem;
}

.bm-project-hero-media__frame {
	margin: 0;
	overflow: hidden;
	border-radius: 0.35rem;
	background: transparent;
	aspect-ratio: 16 / 9;
}

.bm-project-hero-media__frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bm-project-gallery {
	margin-top: 2.5rem;
}

.bm-projects {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

@media (min-width: 700px) {
	.bm-projects {
		grid-template-columns: 1fr 1fr;
	}
}

.bm-projects__item {
	margin: 0;
	overflow: hidden;
	border-radius: 0.35rem;
	background: #ece9e4;
	aspect-ratio: 4 / 3;
}

.bm-projects__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bm-pagination {
	margin-top: 2.5rem;
}

.bm-vacancy-list {
	display: grid;
	gap: 1rem;
	max-width: 48rem;
	margin-inline: auto;
}

.bm-vacancy {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem 1.5rem;
	padding: 1.25rem 0;
	border-top: 1px solid rgba(30, 24, 17, 0.1);
}

.bm-vacancy:last-child {
	border-bottom: 1px solid rgba(30, 24, 17, 0.1);
}

.bm-vacancy__copy {
	flex: 1 1 16rem;
	min-width: 0;
}

.bm-vacancy h2 {
	margin: 0 0 0.35rem;
	font-size: 1.2rem;
}

.bm-vacancy h2 a {
	text-decoration: none;
}

.bm-vacancy__meta {
	margin: 0 0 0.45rem;
	font-size: 0.88rem;
	color: var(--bm-muted);
}

.bm-dienst-card__body {
	display: grid;
	gap: 0.65rem;
	padding: 1.15rem 0.15rem 0.25rem;
}

.bm-dienst-card__list {
	display: none;
}

.bm-collage-hero__tagline {
	font-size: clamp(1.05rem, 2.2vw, 1.35rem);
	font-weight: 400;
	color: var(--bm-muted);
	max-width: 28rem;
	line-height: 1.55;
	margin: 0;
}

.bm-phone {
	display: inline-block;
	margin-left: 0.75rem;
	font-weight: 600;
	color: var(--bm-white);
}

/* —— Service pages —— */
.bm-is-inner .bm-service-hero {
	margin-top: calc(-1 * clamp(6.5rem, 12vw, 9rem));
	padding-top: calc(clamp(6.5rem, 12vw, 9rem) + clamp(1.5rem, 3vw, 2.5rem));
}

.bm-service-hero {
	position: relative;
	isolation: isolate;
	min-height: clamp(22rem, 58vw, 32rem);
	display: flex;
	align-items: flex-end;
	padding: clamp(6.5rem, 14vw, 9rem) 0 clamp(2.5rem, 5vw, 3.5rem);
	color: #fff;
	overflow: hidden;
	background: var(--bm-ink);
}

.bm-service-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.bm-service-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.04);
}

.bm-service-hero__scrim {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(30, 24, 17, 0.35) 0%, rgba(30, 24, 17, 0.72) 48%, rgba(30, 24, 17, 0.92) 100%),
		linear-gradient(90deg, rgba(30, 24, 17, 0.55) 0%, transparent 55%);
}

/* Product cutouts as hero (textiel mockups, etc.) */
.bm-service-hero--textielbedrukking {
	background: #12100d;
}

.bm-service-hero--textielbedrukking .bm-service-hero__media img {
	object-fit: contain;
	object-position: 72% 50%;
	transform: none;
	padding: clamp(1.25rem, 4vw, 2.5rem) clamp(1rem, 5vw, 3rem) clamp(1.5rem, 5vw, 3rem);
	filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.35));
}

.bm-service-hero--textielbedrukking .bm-service-hero__scrim {
	background:
		linear-gradient(180deg, rgba(18, 16, 13, 0.15) 0%, rgba(18, 16, 13, 0.45) 42%, rgba(18, 16, 13, 0.9) 100%),
		linear-gradient(90deg, rgba(18, 16, 13, 0.82) 0%, rgba(18, 16, 13, 0.2) 55%, transparent 78%);
}

.bm-dienst-card__cover img[src*="service-textiel"],
.bm-dienst-card__cover img[src*="textiel/"],
.bm-dienst-card__cover img[src*="collage/"] {
	object-fit: contain;
	background: transparent;
	padding: 8%;
}

.bm-service-hero__content {
	position: relative;
	z-index: 2;
	max-width: 40rem;
}

.bm-service-hero__eyebrow {
	margin: 0 0 0.65rem;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
}

.bm-service-hero__title {
	margin: 0 0 0.65rem;
	font-size: clamp(2.1rem, 6vw, 3.4rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.05;
	color: #fff;
}

.bm-service-hero__tagline {
	margin: 0 0 1.35rem;
	font-size: clamp(1rem, 2.2vw, 1.2rem);
	font-weight: 400;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.86);
	max-width: 28rem;
}

.bm-service-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.bm-service-hero__cta {
	border-color: rgba(255, 255, 255, 0.85) !important;
	color: #fff !important;
}

.bm-service-hero__cta:hover {
	background: #fff !important;
	color: var(--bm-ink) !important;
}

.bm-service-hero__product {
	position: absolute;
	right: clamp(1rem, 6vw, 5rem);
	bottom: clamp(0.5rem, 3vw, 1.75rem);
	z-index: 2;
	margin: 0;
	width: clamp(180px, 28vw, 320px);
	filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.45));
	pointer-events: none;
}

.bm-service-hero__product img {
	width: 100%;
	height: auto;
	display: block;
	background: transparent;
}

@media (max-width: 760px) {
	.bm-service-hero__product {
		width: clamp(72px, 22vw, 100px);
		right: 0.75rem;
		bottom: 0.55rem;
		opacity: 1;
	}

	.bm-service-hero--hub {
		min-height: clamp(14rem, 52vw, 18rem);
	}

	.bm-subnav--service a {
		font-size: 0.7rem;
		padding: 0.4rem 0.75rem;
	}
}

.bm-service-hero--hub {
	min-height: clamp(20rem, 50vw, 28rem);
}

.bm-service-hero--belettering .bm-service-hero__scrim {
	background:
		linear-gradient(180deg, rgba(30, 24, 17, 0.25) 0%, rgba(30, 24, 17, 0.7) 55%, rgba(30, 24, 17, 0.92) 100%),
		linear-gradient(115deg, rgba(30, 24, 17, 0.65) 0%, transparent 50%);
}

.bm-service-hero--marketing .bm-service-hero__scrim {
	background:
		linear-gradient(180deg, rgba(30, 24, 17, 0.4) 0%, rgba(30, 24, 17, 0.88) 100%),
		linear-gradient(90deg, rgba(30, 24, 17, 0.5) 0%, transparent 60%);
}

/* Service subnav — seats under chrome pyramid, links centered on the logo axis */
.bm-subnav.bm-subnav--service {
	--bm-subnav-notch: clamp(64px, 8vw, 96px);
	--bm-subnav-notch-d: clamp(16px, 2vw, 24px);
	top: calc(var(--bm-header-h) + env(safe-area-inset-top, 0px));
	margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
	/* Clear hanging logo tip so every pill stays clickable */
	padding: clamp(3.5rem, 5.5vw, 4.5rem) 0 0.75rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(248, 246, 242, 0.96) 42%),
		rgba(248, 246, 242, 0.96);
	box-shadow: 0 10px 28px rgba(30, 24, 17, 0.07);
	/* Shallow V so the bar reads as part of the mountain header */
	clip-path: polygon(
		0 0,
		calc(50% - var(--bm-subnav-notch)) 0,
		50% var(--bm-subnav-notch-d),
		calc(50% + var(--bm-subnav-notch)) 0,
		100% 0,
		100% 100%,
		0 100%
	);
}

.bm-subnav--service .bm-container {
	display: flex;
	justify-content: center;
}

.bm-subnav--service .bm-subnav__list {
	justify-content: center;
	flex-wrap: nowrap;
	gap: 0.15rem 0.2rem;
	width: 100%;
	max-width: none;
	margin-inline: auto;
	padding-inline: 0.25rem;
	mask-image: none;
	-webkit-mask-image: none;
}

.bm-subnav--service a {
	font-size: 0.8rem;
	padding: 0.5rem 0.95rem;
	font-weight: 600;
}

/* Last item (Offerte) as quiet accent */
.bm-subnav--service .bm-subnav__list > li:last-child a:not(.is-active) {
	margin-left: 0.2rem;
	background: rgba(30, 24, 17, 0.05);
	color: var(--bm-ink);
	font-weight: 600;
}

.bm-subnav--service .bm-subnav__list > li:last-child a:not(.is-active):hover {
	background: rgba(30, 24, 17, 0.1);
}

.bm-service-intro {
	padding-top: clamp(2rem, 4vw, 3rem);
}

.bm-service-intro__grid {
	display: grid;
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: center;
	margin-bottom: clamp(2rem, 5vw, 3rem);
}

@media (min-width: 900px) {
	.bm-service-intro__grid {
		grid-template-columns: 1.05fr 0.95fr;
	}
}

.bm-service-intro__lede {
	max-width: 36rem;
}

.bm-service-intro__visual {
	border-radius: 0;
	overflow: visible;
	background: transparent;
	box-shadow: none;
}

.bm-service-intro__visual img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	background: transparent;
	filter: drop-shadow(0 18px 36px rgba(30, 24, 17, 0.12));
}

.bm-service-pills {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem 0.75rem;
	align-items: start;
}

@media (min-width: 700px) {
	.bm-service-pills {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 1100px) {
	.bm-service-pills {
		grid-template-columns: repeat(6, minmax(0, 1fr));
		gap: 1rem 0.85rem;
	}
}

.bm-service-pill {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.65rem;
	padding: 0.5rem 0.25rem 0.65rem;
	text-decoration: none;
	color: inherit;
	background: transparent;
	border: 0;
	border-radius: 0;
	transition: transform 0.3s var(--bm-ease), opacity 0.3s var(--bm-ease);
}

.bm-service-pill:hover {
	transform: translateY(-2px);
	box-shadow: none;
	border-color: transparent;
	opacity: 0.9;
}

.bm-service-pill__media {
	position: relative;
	width: min(100%, 148px);
	height: 148px;
	aspect-ratio: 1;
	display: block;
	padding: 0.2rem;
	overflow: hidden;
	border-radius: 0;
	background: transparent !important;
	box-shadow: none !important;
	flex: 0 0 auto;
	box-sizing: border-box;
}

.bm-service-pill__media img {
	position: absolute;
	inset: 0.35rem;
	width: calc(100% - 0.7rem);
	height: calc(100% - 0.7rem);
	max-width: none;
	max-height: none;
	object-fit: contain;
	object-position: center;
	filter: none;
	background: transparent;
}

.bm-service-pill__lottie {
	position: absolute;
	inset: 0.2rem;
	display: block;
	width: calc(100% - 0.4rem);
	height: calc(100% - 0.4rem);
	pointer-events: none;
}

.bm-service-pill__lottie svg {
	display: block;
	width: 100% !important;
	height: 100% !important;
}

.bm-service-pill__label {
	font-size: 0.78rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.02em;
	line-height: 1.25;
	color: var(--bm-ink);
	min-height: 2.4em;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.bm-service-detail__layout {
	display: grid;
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: center;
}

@media (min-width: 900px) {
	.bm-service-detail__layout {
		grid-template-columns: 1.05fr 0.95fr;
	}

	.bm-service-detail__layout.is-reverse .bm-service-detail__media {
		order: 2;
	}
}

.bm-service-detail__media {
	position: relative;
	border-radius: 1rem;
	overflow: visible;
}

.bm-service-detail__lottie {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	max-height: 28rem;
	margin-inline: auto;
}

.bm-service-detail__lottie svg {
	display: block;
	width: 100% !important;
	height: 100% !important;
}

.bm-service-detail__media > img {
	display: block;
	width: 100%;
	border-radius: 0;
	/* Assets are 1:1 — 4/3 + cover was cropping/zooming vehicles */
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: center;
	background: transparent;
	box-shadow: none;
	filter: none;
}

/* Transparent product cutouts only — keep full subject visible */
.bm-service-detail__media > img[src*="/textiel/"],
.bm-service-detail__media > img[src*="pill-online-reclame"],
.bm-service-detail__media > img[src*="detail-online-reclame"],
.bm-service-detail__media > img[src*="detail-webdesign"],
.bm-service-detail__media > img[src*="detail-truien"],
.bm-service-detail__media > img[src*="42055-Omgezet"],
.bm-service-detail__media > img[src*="/collage/pen"],
.bm-service-detail__media > img[src*="/marketing/product"],
.bm-service-detail__media > img[src*="detail-media"],
.bm-service-detail__media > img[src*="pill-media"],
.bm-service-detail__media > img[src*="19-1024x1024"],
.bm-service-intro__visual img[src*="intro-mix"],
.bm-service-intro__visual img[src*="/textiel/"],
.bm-service-intro__visual img[src*="intro-emiliano"],
.bm-service-intro__visual img[src*="intro-hoodies"],
.bm-service-intro__visual img[src*="/marketing/intro"],
.bm-service-intro__visual img[src*="/marketing/product"] {
	object-fit: contain;
	padding: clamp(0.35rem, 1.5vw, 0.75rem);
	filter: drop-shadow(0 18px 36px rgba(30, 24, 17, 0.12));
	border-radius: 0;
	background: transparent;
}

/* Lifestyle photos — show full subject, no zoom crop */
.bm-service-detail__media > img[src*="/belettering/"],
.bm-service-detail__media > img[src*="/marketing/"]:not([src*="online-reclame"]):not([src*="webdesign"]):not([src*="intro"]):not([src*="product"]),
.bm-service-intro__visual img[src*="/marketing/"]:not([src*="intro"]):not([src*="product"]) {
	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: center;
	padding: 0;
	filter: none;
	border-radius: 1rem;
}

.bm-service-detail__float {
	position: absolute;
	right: -0.75rem;
	bottom: -1rem;
	margin: 0;
	width: clamp(88px, 18%, 140px);
	filter: drop-shadow(0 14px 28px rgba(30, 24, 17, 0.22));
	pointer-events: none;
}

.bm-service-detail__float img {
	width: 100%;
	height: auto;
	display: block;
}

.bm-service-detail__body h2 {
	margin-bottom: 0.85rem;
}

.bm-service-detail__body p {
	color: var(--bm-text);
}


/* Diensten hub cards — floating cutouts like homepage */
.bm-dienst-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

@media (min-width: 800px) {
	.bm-dienst-grid {
		grid-template-columns: 1fr 1fr;
		gap: 1.75rem 2rem;
	}
}

.bm-dienst-card {
	display: flex;
	flex-direction: column;
	background: transparent;
	border-radius: 0;
	overflow: visible;
	box-shadow: none;
	border: 0;
}

.bm-dienst-card__cover {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1;
	overflow: visible;
	background:
		radial-gradient(ellipse 70% 55% at 50% 58%, rgba(30, 24, 17, 0.06) 0%, transparent 70%);
}

.bm-dienst-card__cover > img:first-child {
	width: 92%;
	height: 92%;
	object-fit: contain;
	object-position: center;
	transition: transform 0.55s var(--bm-ease);
	filter: drop-shadow(0 18px 36px rgba(30, 24, 17, 0.16));
}

.bm-dienst-card:hover .bm-dienst-card__cover > img:first-child {
	transform: translateY(-6px) scale(1.03);
}

.bm-dienst-card__scrim,
.bm-dienst-card__icon {
	display: none;
}

.bm-dienst-card__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.65rem;
	padding: 0.35rem 0.15rem 0.5rem;
	flex: 1;
}

.bm-dienst-card__body h2 {
	margin: 0;
	font-size: 1.25rem;
	letter-spacing: 0.02em;
}

.bm-dienst-card__body p {
	margin: 0;
	color: var(--bm-muted);
	font-size: 0.95rem;
	max-width: 28rem;
}

.bm-dienst-card__list {
	display: none;
}

.bm-dienst-card__body .bm-btn {
	margin-top: 0.35rem;
	align-self: flex-start;
}

@media (prefers-reduced-motion: reduce) {
	.bm-dienst-card__cover > img:first-child,
	.bm-service-pill {
		transition: none;
	}
}
