/* ==========================================================================
   OEM-ODM v2 — Full redesign (ported from oem.html prototype)
   - All rules scoped under `.oem-v2` to avoid leaking onto other pages.
   - Site nav and footer rendered by `get_header()` / `get_footer()`.
   ========================================================================== */

/* Break out of the theme's 1100px .grid-container so content width
   matches home / about / contact (max-width 1200). */
.oem-v2-page #page.site.grid-container,
.oem-v2-page .site-content,
.oem-v2-page .content-area {
	max-width: 100% !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* Restore header's inner container */
.oem-v2-page .site-header .inside-header,
.oem-v2-page .site-header .inside-navigation {
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

/* Remove the 1px `rgba(0,0,0,0.08)` border around `.site-footer`
   (same fix as about-v2 / contact-v2). */
.oem-v2-page .site-footer { border: 0; }


.oem-v2 *,
.oem-v2 *::before,
.oem-v2 *::after { box-sizing: border-box; }
.oem-v2 img { max-width: 100%; display: block; }


.oem-v2 .ov2-hero {
	position: relative;
	width: 100%;
	min-height: 600px;
	display: flex;
	align-items: flex-end;
	color: #fff;
	overflow: hidden;
	background: #0a0a0a;
	padding: 0 0 60px;
	margin-top: -80px;
}
.oem-v2 .ov2-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(180deg, rgba(10,10,10,.7) 0%, rgba(10,10,10,.85) 100%);
}
.oem-v2 .ov2-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: radial-gradient(ellipse at 75% 40%, rgba(196,47,47,.25), transparent 55%);
	pointer-events: none;
}
.oem-v2 .ov2-hero-inner {
	position: relative;
	z-index: 1;
	max-width: var(--max);
	margin: 0 auto;
	width: 100%;
	padding: 50px 24px 0;
}
.oem-v2 .ov2-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 12px;
	letter-spacing: .32em;
	text-transform: uppercase;
	color: rgba(255,255,255,.75);
	margin-bottom: 28px;
}
.oem-v2 .ov2-eyebrow::before {
	content: "";
	width: 32px;
	height: 1px;
	background: var(--accent);
}
.oem-v2 .ov2-hero-title {
	font-size: clamp(48px, 7vw, 96px);
	font-weight: 200;
	line-height: 1.02;
	letter-spacing: -.02em;
	max-width: 1000px;
	margin-bottom: 28px;
	color: #fff;
}
.oem-v2 .ov2-hero-title em {
	font-style: normal;
	color: var(--accent-2);
	font-weight: 300;
}
.oem-v2 .ov2-hero-lede {
	max-width: 680px;
	font-size: 16px;
	line-height: 1.7;
	color: rgba(255,255,255,.78);
	font-weight: 300;
	margin-bottom: 48px;
}
.oem-v2 .ov2-hero-meta {
	display: flex;
	gap: 56px;
	flex-wrap: wrap;
	padding-top: 32px;
	border-top: 1px solid rgba(255,255,255,.14);
	max-width: 820px;
}
.oem-v2 .ov2-hero-meta .ov2-k {
	font-size: 11px;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: rgba(255,255,255,.5);
	margin-bottom: 8px;
}
.oem-v2 .ov2-hero-meta .ov2-v {
	font-size: 16px;
	font-weight: 400;
	color: rgba(255,255,255,.9);
}

/* ==========================================================================
   BREADCRUMB
   ========================================================================== */
.oem-v2 .ov2-crumb {
	background: var(--paper);
	padding: 22px 0;
	border-bottom: 1px solid var(--line);
}
.oem-v2 .ov2-crumb .ov2-wrap {
	font-size: 11.5px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: var(--muted);
}
.oem-v2 .ov2-crumb a { color: var(--muted); transition: color .2s; }
.oem-v2 .ov2-crumb a:hover { color: var(--accent); }
.oem-v2 .ov2-crumb .ov2-sep { margin: 0 10px; color: var(--muted-2); }
.oem-v2 .ov2-crumb .ov2-current { color: var(--ink); }

/* ==========================================================================
   INTRO (What is 1:1 inverted mold?)
   ========================================================================== */
.oem-v2 .ov2-intro {
	background: #fff;
	border-bottom: 1px solid var(--line);
}
.oem-v2 .ov2-intro-grid {
	display: grid;
	grid-template-columns: 1fr 1.2fr;
	gap: 80px;
	align-items: start;
}
.oem-v2 .ov2-intro h2 {
	font-size: 34px;
	font-weight: 250;
	line-height: 1.2;
	letter-spacing: -.01em;
	margin-bottom: 24px;
	color: var(--ink);
}
.oem-v2 .ov2-intro p {
	color: #3a3a42;
	font-size: 15.5px;
	font-weight: 300;
	line-height: 1.8;
	margin-bottom: 16px;
}
.oem-v2 .ov2-highlight {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	background: #fff5f5;
	border: 1px solid #f5dcdc;
	border-radius: 8px;
	font-size: 13.5px;
	color: var(--accent);
	margin-top: 12px;
	font-weight: 500;
}
.oem-v2 .ov2-highlight::before {
	content: "✦";
	font-size: 14px;
}

/* ==========================================================================
   PROCESS (5 alternating steps)
   ========================================================================== */
.oem-v2 .ov2-process { background: var(--paper); }
.oem-v2 .ov2-step {
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	gap: 64px;
	align-items: center;
	padding: 64px 0;
	border-top: 1px solid var(--line-2);
}
.oem-v2 .ov2-step:first-of-type { border-top: none; padding-top: 24px; }
.oem-v2 .ov2-step:nth-child(even) { direction: rtl; }
.oem-v2 .ov2-step:nth-child(even) > * { direction: ltr; }

.oem-v2 .ov2-step-num {
	font-size: 11px;
	letter-spacing: .32em;
	text-transform: uppercase;
	color: var(--accent);
	font-weight: 600;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 12px;
}
.oem-v2 .ov2-step-num::before {
	content: "";
	width: 36px;
	height: 1px;
	background: var(--accent);
}
.oem-v2 .ov2-step-title {
	font-size: clamp(24px, 2.6vw, 34px);
	font-weight: 300;
	letter-spacing: -.01em;
	color: var(--ink);
	margin-bottom: 16px;
	line-height: 1.25;
}
.oem-v2 .ov2-step-title em {
	font-style: normal;
	color: var(--accent-2);
	font-weight: 300;
}
.oem-v2 .ov2-step-desc {
	color: #3a3a42;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.8;
	margin-bottom: 20px;
}
.oem-v2 .ov2-step-specs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 20px;
	padding-top: 20px;
	border-top: 1px solid var(--line-2);
}
.oem-v2 .ov2-spec {
	font-size: 13px;
	color: var(--muted);
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.oem-v2 .ov2-spec b {
	color: var(--ink);
	font-weight: 500;
}
.oem-v2 .ov2-spec::before {
	content: "";
	width: 5px;
	height: 5px;
	background: var(--accent);
	border-radius: 50%;
	margin-top: 7px;
	flex-shrink: 0;
}
.oem-v2 .ov2-step-media {
	position: relative;
	aspect-ratio: 3 / 2;
	border-radius: var(--radius);
	overflow: hidden;
	background: #f0f0f3;
	border: 1px solid var(--line);
}
.oem-v2 .ov2-step-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* ==========================================================================
   CAPABILITY STRIP (dark)
   ========================================================================== */
.oem-v2 .ov2-caps {
	background: var(--ink-3);
	color: #fff;
	padding: 72px 0;
}
.oem-v2 .ov2-caps-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
}
.oem-v2 .ov2-cap {
	padding: 8px 32px;
	border-left: 1px solid var(--line-dark);
}
.oem-v2 .ov2-cap:first-child { border-left: none; padding-left: 0; }
.oem-v2 .ov2-cap .ov2-k {
	font-size: 11px;
	letter-spacing: .24em;
	text-transform: uppercase;
	color: rgba(255,255,255,.5);
	margin-bottom: 14px;
}
.oem-v2 .ov2-cap .ov2-v {
	font-size: 28px;
	font-weight: 200;
	letter-spacing: -.01em;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 8px;
}
.oem-v2 .ov2-cap .ov2-v span { color: var(--accent-2); font-weight: 300; }
.oem-v2 .ov2-cap .ov2-s {
	font-size: 13px;
	color: rgba(255,255,255,.6);
	font-weight: 300;
	line-height: 1.5;
}

/* ==========================================================================
   CTA BAND
   ========================================================================== */
.oem-v2 .ov2-cta-band::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 20% 50%, rgba(196,47,47,.18), transparent 60%);
}
.oem-v2 .ov2-cta-inner {
	position: relative;
	z-index: 1;
	max-width: var(--max);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.4fr 1fr;
	gap: 60px;
	align-items: center;
	padding: 0 24px;
}
.oem-v2 .ov2-cta-band .ov2-kicker {
	font-size: 12px;
	letter-spacing: .32em;
	text-transform: uppercase;
	color: var(--accent-2);
	font-weight: 600;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 12px;
}
.oem-v2 .ov2-cta-band .ov2-kicker::before {
	content: "";
	width: 36px;
	height: 1px;
	background: var(--accent-2);
}
.oem-v2 .ov2-cta-band h2 {
	font-size: clamp(28px, 3.5vw, 44px);
	font-weight: 250;
	line-height: 1.2;
	letter-spacing: -.015em;
	margin-bottom: 16px;
	color: #fff;
}
.oem-v2 .ov2-cta-band h2 em {
	font-style: normal;
	color: var(--accent-2);
	font-weight: 300;
}
.oem-v2 .ov2-cta-band p {
	color: rgba(255,255,255,.65);
	font-size: 15.5px;
	max-width: 520px;
	font-weight: 300;
}
.oem-v2 .ov2-cta-actions {
	justify-self: end;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.oem-v2 .ov2-btn-ghost {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	padding: 18px 28px;
	min-width: 260px;
	border-radius: 6px;
	font-size: 14.5px;
	font-weight: 400;
	letter-spacing: .01em;
	transition: all .25s;
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255,255,255,.25);
	text-decoration: none;
	cursor: pointer;
}
.oem-v2 .ov2-btn-ghost:hover {
	background: #fff;
	color: var(--ink);
	border-color: #fff;
}
.oem-v2 .ov2-arrow {
	font-size: 18px;
	transition: transform .25s;
}
.oem-v2 .ov2-btn-ghost:hover .ov2-arrow { transform: translateX(4px); }

/* ==========================================================================
   Reveal animation
   ========================================================================== */
.oem-v2 .ov2-reveal.ov2-in {
	opacity: 1;
	transform: none;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 960px) {
	.oem-v2 .ov2-intro-grid { grid-template-columns: 1fr; gap: 40px; }
	.oem-v2 .ov2-step,
	.oem-v2 .ov2-step:nth-child(even) {
		grid-template-columns: 1fr;
		gap: 32px;
		direction: ltr;
	}
	.oem-v2 .ov2-step:nth-child(even) > * { direction: ltr; }
	.oem-v2 .ov2-step-media { order: -1; }
}

@media (max-width: 768px) {
	.oem-v2 .ov2-hero-inner { padding: 180px 24px 0; }
	.oem-v2 .ov2-hero-meta  { gap: 28px; }
	.oem-v2 .ov2-wrap       { padding-left: 24px; padding-right: 24px; }
	.oem-v2 .ov2-cta-inner  { padding-left: 24px; padding-right: 24px; }
	.oem-v2 section         { padding: 64px 0; }
	.oem-v2 .ov2-caps-grid  {
		grid-template-columns: repeat(2, 1fr);
		gap: 32px 0;
	}
	.oem-v2 .ov2-cap {
		padding: 8px 20px;
		border-left: 1px solid var(--line-dark);
	}
	.oem-v2 .ov2-cap:nth-child(odd) {
		border-left: none;
		padding-left: 0;
	}
	.oem-v2 .ov2-cta-inner { grid-template-columns: 1fr; gap: 32px; }
	.oem-v2 .ov2-cta-actions { justify-self: start; width: 100%; }
	.oem-v2 .ov2-btn-ghost  { width: 100%; min-width: 0; }
}

