.page-template-oem-odm .site.grid-container,
.page-template-oem-odm .site-content {
	max-width: none;
	padding: 0;
}

.page-template-oem-odm .site-content {
	display: block;
}

.bp-oem-odm {
	width: 100%;
	overflow: clip;
	background: var(--bp-color-background);
	color: var(--bp-color-text);
}

.bp-oem-odm *,
.bp-oem-odm *::before,
.bp-oem-odm *::after {
	box-sizing: border-box;
}

.bp-oem-odm h1,
.bp-oem-odm h2,
.bp-oem-odm h3,
.bp-oem-odm p {
	margin-top: 0;
}

.bp-oem-odm h1 {
	margin-bottom: var(--bp-space-6);
	font-size: var(--bp-font-size-h1);
	line-height: var(--bp-line-height-tight);
}

.bp-oem-odm h2 {
	margin-bottom: var(--bp-space-5);
	font-size: var(--bp-font-size-h2);
	line-height: var(--bp-line-height-heading);
}

.bp-oem-odm h3 {
	margin-bottom: var(--bp-space-3);
	font-size: var(--bp-font-size-h4);
}

.bp-oem-odm :where(p:not(.bp-oem-odm__eyebrow)) {
	color: var(--bp-color-text-muted);
	line-height: var(--bp-line-height-body);
}

.bp-oem-odm__eyebrow {
	margin-bottom: var(--bp-space-4);
	color: var(--bp-color-accent);
	font-size: var(--bp-font-size-caption);
	font-weight: var(--bp-font-weight-bold);
	letter-spacing: var(--bp-letter-spacing-eyebrow);
	text-transform: uppercase;
}

.bp-oem-odm__section {
	padding-block: 5.25rem;
}

.bp-oem-odm__section-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: var(--bp-space-16);
	margin-bottom: var(--bp-space-10);
}

.bp-oem-odm__section-head > div {
	max-width: 48rem;
}

.bp-oem-odm__section-head h2,
.bp-oem-odm__section-head > p {
	margin-bottom: 0;
}

.bp-oem-odm__section-head > p {
	max-width: 32.5rem;
}

.bp-oem-odm__hero {
	position: relative;
	overflow: hidden;
	padding-block: clamp(2.5rem, 4vw, 4rem);
	background: var(--bp-color-primary);
	color: var(--bp-color-text-inverse);
}

.bp-oem-odm__hero::before,
.bp-oem-odm__hero::after {
	position: absolute;
	border-radius: var(--bp-radius-pill);
	background: var(--bp-color-primary-hover);
	content: "";
}

.bp-oem-odm__hero::before {
	top: -16rem;
	right: -8rem;
	width: 45rem;
	height: 45rem;
}

.bp-oem-odm__hero::after {
	bottom: -20rem;
	left: 42%;
	width: 31rem;
	height: 31rem;
}

.bp-oem-odm__hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(24rem, 5fr);
	align-items: center;
	gap: clamp(3rem, 6vw, 5rem);
}

.bp-oem-odm__hero-copy {
	max-width: 50rem;
}

.bp-oem-odm__hero h1 {
	color: var(--bp-color-text-inverse);
}

.bp-oem-odm__hero .bp-oem-odm__eyebrow {
	color: var(--bp-color-accent);
}

.bp-oem-odm__hero .bp-oem-odm__lead {
	max-width: 43rem;
	margin-bottom: 0;
	color: var(--bp-color-text-inverse);
	font-size: var(--bp-font-size-body-large);
}

.bp-oem-odm__actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--bp-space-3);
	margin-block: var(--bp-space-8) var(--bp-space-10);
}

.bp-oem-odm__button-dark {
	border: 1px solid var(--bp-color-border-strong);
	background: transparent;
	color: var(--bp-color-text-inverse);
}

.bp-oem-odm__button-dark:hover {
	border-color: var(--bp-color-surface);
	background: var(--bp-color-primary-hover);
	color: var(--bp-color-text-inverse);
}

.bp-oem-odm__trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: var(--bp-space-6);
	margin: 0;
	padding: 0;
	list-style: none;
}

.bp-oem-odm__trust-row li {
	display: flex;
	align-items: center;
	gap: var(--bp-space-2);
	color: var(--bp-color-border);
	font-size: var(--bp-font-size-small);
	font-weight: var(--bp-font-weight-semibold);
}

.bp-oem-odm__trust-row span {
	display: grid;
	width: 1.75rem;
	height: 1.75rem;
	place-items: center;
	border: 1px solid var(--bp-color-accent);
	border-radius: var(--bp-radius-pill);
	color: var(--bp-color-accent);
	font-size: var(--bp-font-size-caption);
}

.bp-oem-odm__hero-media {
	position: relative;
	min-height: 35rem;
	overflow: hidden;
	border: 1px solid var(--bp-color-secondary);
	border-radius: var(--bp-radius-lg);
	box-shadow: var(--bp-shadow-elevated);
}

.bp-oem-odm__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	min-height: 10rem;
	place-content: center;
	gap: var(--bp-space-2);
	padding: var(--bp-space-4);
	background: linear-gradient(145deg, var(--bp-color-surface-subtle), var(--bp-color-border));
	color: var(--bp-color-secondary);
	text-align: center;
}

.bp-oem-odm__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bp-oem-odm__placeholder > span {
	font-size: var(--bp-font-size-h2);
	font-weight: var(--bp-font-weight-regular);
}

.bp-oem-odm__placeholder > small {
	font-weight: var(--bp-font-weight-semibold);
}

.bp-oem-odm__placeholder--hero {
	min-height: 35rem;
	background: linear-gradient(145deg, var(--bp-color-secondary), var(--bp-color-primary-hover));
	color: var(--bp-color-text-inverse);
}

.bp-oem-odm__hero-caption {
	position: absolute;
	right: var(--bp-space-6);
	bottom: var(--bp-space-6);
	left: var(--bp-space-6);
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: var(--bp-space-5);
	color: var(--bp-color-text-inverse);
}

.bp-oem-odm__hero-caption small,
.bp-oem-odm__hero-caption strong {
	display: block;
}

.bp-oem-odm__hero-caption small {
	margin-bottom: var(--bp-space-2);
	color: var(--bp-color-border);
	font-size: var(--bp-font-size-caption);
	letter-spacing: var(--bp-letter-spacing-eyebrow);
	text-transform: uppercase;
}

.bp-oem-odm__hero-caption > span {
	max-width: 13rem;
	color: var(--bp-color-border);
	font-size: var(--bp-font-size-caption);
	text-align: right;
}

.bp-oem-odm__partner,
.bp-oem-odm__gallery,
.bp-oem-odm__categories,
.bp-oem-odm__decision {
	background: var(--bp-color-surface);
}

.bp-oem-odm__cap-grid,
.bp-oem-odm__decision-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--bp-space-6);
}

.bp-oem-odm__cap-card {
	display: flex;
	min-height: 18.75rem;
	flex-direction: column;
	padding: var(--bp-space-8);
	border: 1px solid var(--bp-color-border);
	border-radius: var(--bp-radius-md);
	background: var(--bp-color-surface);
	box-shadow: var(--bp-shadow-sm);
}

.bp-oem-odm__cap-icon {
	display: grid;
	width: 3.375rem;
	height: 3.375rem;
	place-items: center;
	margin-bottom: var(--bp-space-12);
	border-radius: var(--bp-radius-md);
	background: var(--bp-color-surface-subtle);
	color: var(--bp-color-accent);
	font-weight: var(--bp-font-weight-bold);
}

.bp-oem-odm__cap-card p {
	margin-bottom: var(--bp-space-5);
	font-size: var(--bp-font-size-small);
}

.bp-oem-odm__cap-card > small {
	margin-top: auto;
	color: var(--bp-color-text-muted);
	font-weight: var(--bp-font-weight-bold);
	letter-spacing: var(--bp-letter-spacing-eyebrow);
}

.bp-oem-odm__process {
	background: var(--bp-color-surface-subtle);
}

.bp-oem-odm__process-grid {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: var(--bp-space-3);
}

.bp-oem-odm__process-card,
.bp-oem-odm__project-card {
	overflow: hidden;
	border: 1px solid var(--bp-color-border);
	border-radius: var(--bp-radius-md);
	background: var(--bp-color-surface);
	box-shadow: var(--bp-shadow-card);
}

/* Sprint 6.18E alignment: the image slot holds a fixed ratio so the card text keeps its
   own height. Scoped to process/project cards — the hero media still relies on the
   global .bp-oem-odm__image { height: 100% } plus .bp-oem-odm__hero-media min-height. */
.bp-oem-odm__process-card,
.bp-oem-odm__project-card {
	display: flex;
	flex-direction: column;
}

.bp-oem-odm__process-card > .bp-oem-odm__image,
.bp-oem-odm__process-card > .bp-oem-odm__placeholder,
.bp-oem-odm__project-card > .bp-oem-odm__image,
.bp-oem-odm__project-card > .bp-oem-odm__placeholder {
	flex: 0 0 auto;
	width: 100%;
	height: auto;
	min-height: 0;
	aspect-ratio: 4 / 3;
}

.bp-oem-odm__project-card > .bp-oem-odm__image,
.bp-oem-odm__project-card > .bp-oem-odm__placeholder {
	aspect-ratio: 1 / 1;
}

.bp-oem-odm__process-card > div:last-child,
.bp-oem-odm__project-card > div:last-child {
	flex: 1 1 auto;
}

.bp-oem-odm__process-card--gate {
	border-color: var(--bp-color-accent);
}

.bp-oem-odm__process-card > div:last-child {
	padding: var(--bp-space-5) var(--bp-space-4) var(--bp-space-6);
}

.bp-oem-odm__process-card > div:last-child > span {
	display: grid;
	width: 2rem;
	height: 2rem;
	place-items: center;
	margin: -2.5rem 0 var(--bp-space-3);
	border: 1px solid var(--bp-color-border-strong);
	border-radius: var(--bp-radius-pill);
	background: var(--bp-color-surface);
	font-size: var(--bp-font-size-caption);
	font-weight: var(--bp-font-weight-bold);
}

.bp-oem-odm__process-card--gate > div:last-child > span {
	border-color: var(--bp-color-accent);
	background: var(--bp-color-accent);
	color: var(--bp-color-text-inverse);
}

.bp-oem-odm__process-card h3 {
	font-size: var(--bp-font-size-body);
}

.bp-oem-odm__process-card p {
	margin-bottom: 0;
	font-size: var(--bp-font-size-caption);
}

.bp-oem-odm__project-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--bp-space-6);
}

.bp-oem-odm__project-card {
	position: relative;
}

.bp-oem-odm__project-card > div:last-child {
	padding: var(--bp-space-6);
}

.bp-oem-odm__project-card small {
	display: block;
	margin-bottom: var(--bp-space-2);
	color: var(--bp-color-accent-active);
	font-weight: var(--bp-font-weight-bold);
	letter-spacing: var(--bp-letter-spacing-eyebrow);
	text-transform: uppercase;
}

.bp-oem-odm__project-card p {
	margin-bottom: 0;
}

.bp-oem-odm__concept-badge {
	position: absolute;
	z-index: 1;
	top: var(--bp-space-4);
	left: var(--bp-space-4);
	padding: var(--bp-space-2) var(--bp-space-3);
	border-radius: var(--bp-radius-pill);
	background: var(--bp-color-primary);
	color: var(--bp-color-text-inverse);
	font-size: var(--bp-font-size-caption);
	font-weight: var(--bp-font-weight-bold);
	text-transform: uppercase;
}

.bp-oem-odm__custom {
	background: var(--bp-color-primary);
	color: var(--bp-color-text-inverse);
}

.bp-oem-odm__custom h2 {
	color: var(--bp-color-text-inverse);
}

.bp-oem-odm__custom .bp-oem-odm__section-head > p,
.bp-oem-odm__custom-card p,
.bp-oem-odm__qualification {
	color: var(--bp-color-border);
}

.bp-oem-odm__custom-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--bp-space-6);
}

.bp-oem-odm__custom-card {
	position: relative;
	min-height: 20rem;
	overflow: hidden;
	padding: var(--bp-space-8);
	border: 1px solid var(--bp-color-secondary);
	border-radius: var(--bp-radius-lg);
	background: linear-gradient(145deg, var(--bp-color-secondary), var(--bp-color-primary-hover));
}

.bp-oem-odm__custom-mark {
	display: grid;
	width: 3rem;
	height: 3rem;
	place-items: center;
	margin-bottom: var(--bp-space-12);
	border-radius: var(--bp-radius-md);
	background: var(--bp-color-primary);
	color: var(--bp-color-accent);
	font-size: var(--bp-font-size-h4);
	font-weight: var(--bp-font-weight-bold);
}

.bp-oem-odm__custom-card ul {
	display: flex;
	flex-wrap: wrap;
	gap: var(--bp-space-2);
	margin: var(--bp-space-8) 0 0;
	padding: 0;
	list-style: none;
}

.bp-oem-odm__custom-card li {
	padding: var(--bp-space-2) var(--bp-space-3);
	border: 1px solid var(--bp-color-border-strong);
	border-radius: var(--bp-radius-pill);
	font-size: var(--bp-font-size-small);
}

.bp-oem-odm__qualification {
	margin: var(--bp-space-8) 0 0;
	padding-left: var(--bp-space-5);
	border-left: 3px solid var(--bp-color-accent);
	font-size: var(--bp-font-size-small);
}

.bp-oem-odm__category-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: var(--bp-space-4);
}

.bp-oem-odm__category-card {
	position: relative;
	display: block;
	min-height: 20.375rem;
	overflow: hidden;
	padding: var(--bp-space-6);
	border: 1px solid var(--bp-color-border);
	border-radius: var(--bp-radius-lg);
	background: linear-gradient(180deg, var(--bp-color-surface), var(--bp-color-surface-subtle));
	color: var(--bp-color-text);
	text-decoration: none;
}

.bp-oem-odm__category-card::before {
	position: absolute;
	top: -3.5rem;
	right: -3.5rem;
	width: 10.5rem;
	height: 10.5rem;
	border-radius: var(--bp-radius-pill);
	background: var(--bp-color-border);
	content: "";
}

a.bp-oem-odm__category-card:hover {
	border-color: var(--bp-color-accent);
	color: var(--bp-color-text);
}

.bp-oem-odm__category-num,
.bp-oem-odm__category-card h3,
.bp-oem-odm__category-card p,
.bp-oem-odm__category-card small {
	position: relative;
}

.bp-oem-odm__category-num {
	color: var(--bp-color-accent);
	font-size: var(--bp-font-size-caption);
	font-weight: var(--bp-font-weight-bold);
	letter-spacing: var(--bp-letter-spacing-eyebrow);
}

.bp-oem-odm__category-icon {
	position: relative;
	display: grid;
	width: 4.25rem;
	height: 4.25rem;
	place-items: center;
	margin: var(--bp-space-8) 0 var(--bp-space-6);
	border: 1px solid var(--bp-color-border);
	border-radius: var(--bp-radius-lg);
	background: var(--bp-color-surface);
}

.bp-oem-odm__category-icon svg {
	width: 2.5rem;
	height: 2.5rem;
	fill: none;
	stroke: currentcolor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.bp-oem-odm__category-card p {
	font-size: var(--bp-font-size-small);
}

.bp-oem-odm__category-card small {
	position: absolute;
	bottom: var(--bp-space-6);
	left: var(--bp-space-6);
	color: var(--bp-color-text-muted);
	font-weight: var(--bp-font-weight-bold);
}

.bp-oem-odm__category-arrow {
	position: absolute;
	right: var(--bp-space-6);
	bottom: var(--bp-space-5);
	color: var(--bp-color-accent);
	font-size: var(--bp-font-size-h4);
}

.bp-oem-odm__quality,
.bp-oem-odm__inquiry {
	padding-block: 6.5rem;
}

.bp-oem-odm__quality {
	background: var(--bp-color-surface-subtle);
}

.bp-oem-odm__evidence-layout {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(22rem, 5fr);
	align-items: stretch;
	gap: var(--bp-space-12);
}

.bp-oem-odm__evidence-media {
	display: grid;
	grid-template-rows: minmax(16rem, 1fr) auto;
	gap: var(--bp-space-4);
}

.bp-oem-odm__evidence-media > div {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--bp-space-4);
}

.bp-oem-odm__evidence-media figure {
	position: relative;
	overflow: hidden;
	margin: 0;
	border-radius: var(--bp-radius-md);
}

.bp-oem-odm__placeholder--factory {
	min-height: 23rem;
}

.bp-oem-odm__placeholder--evidence {
	min-height: 0;
	aspect-ratio: 1;
}

.bp-oem-odm__evidence-media figcaption {
	position: absolute;
	bottom: var(--bp-space-3);
	left: var(--bp-space-3);
	padding: var(--bp-space-2) var(--bp-space-3);
	border-radius: var(--bp-radius-sm);
	background: var(--bp-color-primary);
	color: var(--bp-color-text-inverse);
	font-size: var(--bp-font-size-caption);
	font-weight: var(--bp-font-weight-bold);
}

.bp-oem-odm__evidence-copy {
	height: 100%;
	padding: var(--bp-space-10);
	border-radius: var(--bp-radius-lg);
	background: var(--bp-color-surface);
	box-shadow: var(--bp-shadow-card);
}

.bp-oem-odm__proof-list {
	margin-block: var(--bp-space-8);
}

.bp-oem-odm__proof-list article {
	display: grid;
	grid-template-columns: 3.25rem 1fr;
	gap: var(--bp-space-4);
	padding-block: var(--bp-space-5);
	border-top: 1px solid var(--bp-color-border);
}

.bp-oem-odm__proof-list article:last-child {
	border-bottom: 1px solid var(--bp-color-border);
}

.bp-oem-odm__proof-list article > span,
.bp-oem-odm__decision-grid article > span {
	display: grid;
	width: 3rem;
	height: 3rem;
	place-items: center;
	border-radius: var(--bp-radius-md);
	background: var(--bp-color-surface-subtle);
	color: var(--bp-color-accent);
	font-weight: var(--bp-font-weight-bold);
}

.bp-oem-odm__proof-list h3,
.bp-oem-odm__proof-list p {
	margin-bottom: var(--bp-space-1);
}

.bp-oem-odm__evidence-note {
	padding: var(--bp-space-4);
	border: 1px solid var(--bp-color-border);
	border-radius: var(--bp-radius-md);
	background: var(--bp-color-surface-subtle);
	font-size: var(--bp-font-size-small);
}

.bp-oem-odm__decision-grid article {
	padding: var(--bp-space-6);
	border: 1px solid var(--bp-color-border);
	border-radius: var(--bp-radius-md);
	background: var(--bp-color-surface);
}

.bp-oem-odm__decision-grid article > span {
	margin-bottom: var(--bp-space-5);
}

.bp-oem-odm__decision-grid strong {
	display: block;
	min-height: 3rem;
	margin-bottom: var(--bp-space-4);
	color: var(--bp-color-primary);
	font-size: var(--bp-font-size-body-large);
}

.bp-oem-odm__decision-grid p {
	margin-bottom: 0;
	font-size: var(--bp-font-size-small);
}

.bp-oem-odm__disclaimer {
	margin: var(--bp-space-6) 0 0;
	font-size: var(--bp-font-size-small);
	font-weight: var(--bp-font-weight-semibold);
}

.bp-oem-odm__inquiry {
	background: var(--bp-color-primary);
	color: var(--bp-color-text-inverse);
}

.bp-oem-odm__inquiry-grid {
	display: grid;
	grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
	align-items: start;
	gap: clamp(3rem, 6vw, 5.5rem);
}

.bp-oem-odm__inquiry h2 {
	color: var(--bp-color-text-inverse);
}

.bp-oem-odm__inquiry p:not(.bp-oem-odm__eyebrow),
.bp-oem-odm__inquiry li {
	color: var(--bp-color-border);
}

.bp-oem-odm__inquiry ul {
	display: grid;
	gap: var(--bp-space-3);
	margin: var(--bp-space-8) 0 0;
	padding: 0;
	list-style: none;
}

.bp-oem-odm__inquiry li {
	position: relative;
	padding-left: var(--bp-space-6);
}

.bp-oem-odm__inquiry li::before {
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 0.45rem;
	height: 0.45rem;
	border-radius: var(--bp-radius-pill);
	background: var(--bp-color-accent);
	content: "";
}

.bp-oem-odm__inquiry-card {
	padding: var(--bp-space-8);
	border-radius: var(--bp-radius-lg);
	background: var(--bp-color-surface);
	color: var(--bp-color-text);
	box-shadow: var(--bp-shadow-elevated);
}

.bp-oem-odm__inquiry-card > header,
.bp-oem-odm__inquiry-card > footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--bp-space-5);
}

.bp-oem-odm__inquiry-card > header {
	margin-bottom: var(--bp-space-6);
}

.bp-oem-odm__inquiry-card > header span,
.bp-oem-odm__inquiry-card > footer small {
	color: var(--bp-color-text-muted);
	font-size: var(--bp-font-size-caption);
}

.bp-oem-odm__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--bp-space-4);
}

.bp-oem-odm__fields > div {
	display: grid;
	min-height: 4.75rem;
	align-content: center;
	gap: var(--bp-space-2);
	padding: var(--bp-space-4);
	border: 1px solid var(--bp-color-border);
	border-radius: var(--bp-radius-md);
	background: var(--bp-color-background);
}

.bp-oem-odm__fields small {
	color: var(--bp-color-text-muted);
	font-weight: var(--bp-font-weight-bold);
}

.bp-oem-odm__field-wide {
	grid-column: 1 / -1;
}

.bp-oem-odm__inquiry-card > footer {
	margin-top: var(--bp-space-6);
}

.bp-oem-odm__inquiry-card > footer small {
	max-width: 22rem;
	line-height: var(--bp-line-height-small);
}

@media (max-width: 100rem) {
	.bp-oem-odm__section {
		padding-block: 4.625rem;
	}

	.bp-oem-odm__quality,
	.bp-oem-odm__inquiry {
		padding-block: 5.625rem;
	}

}

@media (max-width: 68.75rem) {
	.bp-oem-odm__hero-grid,
	.bp-oem-odm__evidence-layout,
	.bp-oem-odm__inquiry-grid {
		grid-template-columns: 1fr;
	}

	.bp-oem-odm__hero-media {
		min-height: 28rem;
	}

	.bp-oem-odm__placeholder--hero {
		min-height: 28rem;
	}

	.bp-oem-odm__cap-grid,
	.bp-oem-odm__decision-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bp-oem-odm__process-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.bp-oem-odm__project-grid,
	.bp-oem-odm__custom-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bp-oem-odm__category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 50rem) {
	.bp-oem-odm__section,
	.bp-oem-odm__quality,
	.bp-oem-odm__inquiry {
		padding-block: var(--bp-space-16);
	}

	.bp-oem-odm__section-head {
		align-items: start;
		flex-direction: column;
		gap: var(--bp-space-5);
		margin-bottom: var(--bp-space-8);
	}

	.bp-oem-odm__process-grid,
	.bp-oem-odm__category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bp-oem-odm__evidence-media > div {
		gap: var(--bp-space-2);
	}
}

@media (max-width: 30rem) {
	.bp-oem-odm__actions,
	.bp-oem-odm__inquiry-card > header,
	.bp-oem-odm__inquiry-card > footer,
	.bp-oem-odm__hero-caption {
		align-items: stretch;
		flex-direction: column;
	}

	.bp-oem-odm__actions .bp-button {
		width: 100%;
	}

	.bp-oem-odm__hero-media,
	.bp-oem-odm__placeholder--hero {
		min-height: 23rem;
	}

	.bp-oem-odm__hero-caption > span {
		max-width: none;
		text-align: left;
	}

	.bp-oem-odm__cap-grid,
	.bp-oem-odm__process-grid,
	.bp-oem-odm__project-grid,
	.bp-oem-odm__custom-grid,
	.bp-oem-odm__category-grid,
	.bp-oem-odm__decision-grid,
	.bp-oem-odm__fields {
		grid-template-columns: 1fr;
	}

	.bp-oem-odm__field-wide {
		grid-column: auto;
	}

	.bp-oem-odm__inquiry-card,
	.bp-oem-odm__evidence-copy {
		padding: var(--bp-space-6);
	}

	.bp-oem-odm__evidence-media {
		grid-template-rows: 15rem auto;
	}
}
