/*
 * Jager Phase 2 final presentation layer.
 *
 * Flat industrial system: no decorative gradients, rounded content cards or
 * artificial process cells. WordPress content, WPML, media paths and Contact
 * Form 7 remain the source of truth.
 */

body.jager-phase2-page {
	--jp2-font-body: Inter, "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--jp2-font-display: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-family: var(--jp2-font-body);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.004em;
	font-kerning: normal;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.jager-phase2-page .jp2-page,
body.jager-phase2-page .jp2-page p,
body.jager-phase2-page .jp2-page li,
body.jager-phase2-page .jp2-form input,
body.jager-phase2-page .jp2-form textarea,
body.jager-phase2-page .jp2-form select,
body.jager-phase2-page .jp2-form button {
	font-family: var(--jp2-font-body);
}

body.jager-phase2-page .jp2-page h1,
body.jager-phase2-page .jp2-page h2,
body.jager-phase2-page .jp2-page h3,
body.jager-phase2-page .jp2-contact-list strong,
body.jager-phase2-page .jhr-mobile-nav span {
	font-family: var(--jp2-font-display);
	text-wrap: balance;
}

body.jager-phase2-page .jp2-page h1 {
	font-weight: 780;
	letter-spacing: -0.038em;
}

body.jager-phase2-page .jp2-page h2 {
	font-weight: 740;
	letter-spacing: -0.031em;
}

body.jager-phase2-page .jp2-page h3 {
	font-weight: 700;
	letter-spacing: -0.022em;
}

body.jager-phase2-page .jp2-page p,
body.jager-phase2-page .jp2-page li,
body.jager-phase2-page .jp2-form input,
body.jager-phase2-page .jp2-form textarea,
body.jager-phase2-page .jp2-form select {
	letter-spacing: -0.006em;
}

/* -------------------------------------------------------------------------
   Shared typography and flat media
   ------------------------------------------------------------------------- */

body.jager-phase2-page .jp2-hero h1 {
	max-width: 820px;
	font-size: clamp(46px, 6.5vw, 84px);
	font-weight: 780;
	line-height: 0.97;
	letter-spacing: -0.041em;
}

body.jager-phase2-page .jp2-hero__content > p:last-child {
	max-width: 700px;
	font-size: 18px;
	line-height: 1.68;
	letter-spacing: -0.009em;
}

body.jager-phase2-page .jp2-eyebrow {
	font-family: var(--jp2-font-body);
	font-weight: 700;
	letter-spacing: 0.28em;
}

body.jager-phase2-page .jp2-copy h2 {
	font-size: clamp(32px, 3.9vw, 48px);
	font-weight: 740;
	line-height: 1.06;
}

body.jager-phase2-page .jp2-section-title,
body.jager-phase2-page .jp2-history > div h2,
body.jager-phase2-page.jager-p2-type-about .jp2-copy h2,
body.jager-phase2-page.jager-p2-type-cleaning .jp2-copy h2 {
	font-size: clamp(34px, 4.35vw, 52px);
	font-weight: 740;
	line-height: 1.045;
}

body.jager-phase2-page .jp2-copy > p:not(.jp2-badge),
body.jager-phase2-page .jp2-history li p {
	font-size: 17px;
	line-height: 1.72;
}

body.jager-phase2-page .jp2-card,
body.jager-phase2-page .jp2-product-media,
body.jager-phase2-page .jp2-process-media {
	border: 1px solid var(--jhr-border) !important;
	border-radius: 0 !important;
	background: var(--jhr-surface-raised) !important;
	box-shadow: none !important;
}

body.jager-phase2-page .jp2-card h2 {
	font-size: 28px;
	font-weight: 740;
	line-height: 1.1;
}

body.jager-phase2-page .jp2-card p {
	font-size: 15.5px;
	line-height: 1.68;
}

body.jager-phase2-page .jp2-product-media,
body.jager-phase2-page .jp2-process-media {
	overflow: hidden;
}

body.jager-phase2-page .jp2-product-media img,
body.jager-phase2-page .jp2-process-media img,
body.jager-phase2-page .jp2-process-media video {
	border-radius: 0 !important;
}

body.jager-phase2-page .jp2-process-media {
	min-height: 0 !important;
	aspect-ratio: 16 / 10;
	background: #102b5d !important;
}

body.jager-phase2-page .jp2-process-media img,
body.jager-phase2-page .jp2-process-media video {
	width: 100%;
	height: 100%;
	min-height: 0 !important;
	object-fit: cover;
}

body.jager-phase2-page .jp2-quality article h3 {
	font-size: clamp(24px, 2.5vw, 32px);
	font-weight: 700;
	line-height: 1.12;
}

body.jager-phase2-page .jp2-history h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.18;
}

body.jager-phase2-page .jp2-cleaning-intro .jp2-copy,
body.jager-phase2-page .jp2-cleaning-water .jp2-copy {
	padding-left: 28px;
	border-left: 3px solid var(--jhr-orange);
}

body.jager-phase2-page .jp2-cleaning-water {
	border-top: 1px solid var(--jhr-border);
}

/* -------------------------------------------------------------------------
   Five-step process as an editorial timeline — no cards and no sixth cell
   ------------------------------------------------------------------------- */

body.jager-phase2-page .jp2-steps {
	position: relative;
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: 28px !important;
	margin: 56px 0 0 !important;
	padding: 46px 0 0 !important;
	overflow: visible !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

body.jager-phase2-page .jp2-steps::before {
	content: "" !important;
	position: absolute;
	top: 13px;
	left: 0;
	right: 0;
	display: block !important;
	height: 2px;
	background: rgba(6, 37, 111, 0.24);
}

body.jager-phase2-page .jp2-steps::after {
	display: none !important;
	content: none !important;
}

body.jager-phase2-page .jp2-steps li,
body.jager-phase2-page .jp2-steps li:nth-child(4),
body.jager-phase2-page .jp2-steps li:nth-child(5) {
	position: relative;
	grid-column: auto !important;
	width: auto !important;
	min-height: 0 !important;
	padding: 0 18px 0 0 !important;
	overflow: visible !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

body.jager-phase2-page .jp2-steps li::before {
	content: "";
	position: absolute;
	top: -38px;
	left: 0;
	width: 10px;
	height: 10px;
	border: 0;
	border-radius: 0;
	background: var(--jhr-orange);
	box-shadow: 0 0 0 6px var(--jhr-surface-deep);
}

body.jager-phase2-page .jp2-steps li > span {
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 18px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--jhr-orange);
	font-family: var(--jp2-font-body);
	font-size: 12px !important;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.2em;
}

body.jager-phase2-page .jp2-steps h3 {
	margin: 0 !important;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.28;
}

body.jager-phase2-page .jp2-steps p {
	margin: 11px 0 0 !important;
	font-size: 15px;
	line-height: 1.68;
}

/* -------------------------------------------------------------------------
   Contact Form 7 — flat, clear and responsive
   ------------------------------------------------------------------------- */

body.jager-phase2-page .jp2-contact,
body.jager-phase2-page .jp2-request {
	position: relative;
}

body.jager-phase2-page .jp2-contact__grid {
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
	gap: 80px !important;
}

body.jager-phase2-page .jp2-form {
	padding: 38px !important;
	border: 0 !important;
	border-top: 3px solid var(--jhr-orange) !important;
	border-radius: 0 !important;
	background: var(--jhr-surface-deep) !important;
	box-shadow: none !important;
}

body.jager-phase2-page .jp2-form h2 {
	font-size: clamp(28px, 2.8vw, 36px);
	font-weight: 740;
	line-height: 1.1;
}

body.jager-phase2-page .jp2-form > p {
	margin-top: 9px;
	font-size: 15.5px;
	line-height: 1.62;
}

body.jager-phase2-page .jp2-form .wpcf7 {
	margin-top: 30px !important;
}

body.jager-phase2-page .jp2-form .form-row {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 18px !important;
}

body.jager-phase2-page .jp2-form .form-row + .form-row {
	margin-top: 18px !important;
}

body.jager-phase2-page .jp2-form .form-group,
body.jager-phase2-page .jp2-form p,
body.jager-phase2-page .jp2-form .wpcf7-form-control-wrap {
	min-width: 0;
}

body.jager-phase2-page .jp2-form label {
	display: block;
	margin: 0 0 8px !important;
	color: rgba(6, 37, 111, 0.86);
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: 0.18em !important;
	text-transform: uppercase;
}

body.jager-phase2-page .jp2-form input:not([type="submit"]):not([type="hidden"]),
body.jager-phase2-page .jp2-form textarea,
body.jager-phase2-page .jp2-form select {
	width: 100% !important;
	margin: 0 !important;
	padding: 13px 14px !important;
	border: 1px solid rgba(6, 37, 111, 0.2) !important;
	border-radius: 0 !important;
	outline: 0 !important;
	background: rgba(240, 244, 248, 0.72) !important;
	box-shadow: none !important;
	color: var(--jhr-text) !important;
	font-size: 16px !important;
	line-height: 1.45 !important;
	transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

body.jager-phase2-page .jp2-form input:not([type="submit"]):not([type="hidden"]) {
	min-height: 49px;
}

body.jager-phase2-page .jp2-form textarea {
	min-height: 160px !important;
	resize: vertical;
}

body.jager-phase2-page .jp2-form input:not([type="submit"]):not([type="hidden"]):hover,
body.jager-phase2-page .jp2-form textarea:hover,
body.jager-phase2-page .jp2-form select:hover {
	border-color: rgba(6, 37, 111, 0.34) !important;
	background: rgba(244, 247, 250, 0.9) !important;
}

body.jager-phase2-page .jp2-form input:not([type="submit"]):not([type="hidden"]):focus,
body.jager-phase2-page .jp2-form input:not([type="submit"]):not([type="hidden"]):focus-visible,
body.jager-phase2-page .jp2-form textarea:focus,
body.jager-phase2-page .jp2-form textarea:focus-visible,
body.jager-phase2-page .jp2-form select:focus,
body.jager-phase2-page .jp2-form select:focus-visible {
	border-color: var(--jhr-orange) !important;
	outline: 0 !important;
	background: #eef2f6 !important;
	box-shadow: inset 4px 0 0 var(--jhr-orange) !important;
}

body.jager-phase2-page .jp2-form input::placeholder,
body.jager-phase2-page .jp2-form textarea::placeholder {
	color: rgba(23, 35, 61, 0.48);
	opacity: 1;
}

body.jager-phase2-page .jp2-form input[type="submit"],
body.jager-phase2-page .jp2-form .wpcf7-submit {
	min-height: 48px;
	margin-top: 26px !important;
	padding: 13px 24px !important;
	border: 1px solid var(--jhr-orange) !important;
	border-radius: 0 !important;
	outline: 0 !important;
	background: var(--jhr-orange) !important;
	box-shadow: none !important;
	color: #fff !important;
	font-weight: 750 !important;
	letter-spacing: -0.008em;
	cursor: pointer;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body.jager-phase2-page .jp2-form input[type="submit"]:hover,
body.jager-phase2-page .jp2-form .wpcf7-submit:hover,
body.jager-phase2-page .jp2-form input[type="submit"]:focus-visible,
body.jager-phase2-page .jp2-form .wpcf7-submit:focus-visible {
	border-color: var(--jhr-navy) !important;
	outline: 0 !important;
	background: var(--jhr-navy) !important;
	color: #fff !important;
}

body.jager-phase2-page .jp2-form .wpcf7-not-valid-tip {
	margin-top: 7px;
	font-size: 12px;
	line-height: 1.4;
}

body.jager-phase2-page .jp2-form .wpcf7-response-output {
	margin: 18px 0 0 !important;
	padding: 12px 14px !important;
	border-width: 1px !important;
	border-radius: 0 !important;
	background: transparent;
	font-size: 13px;
}

body.jager-phase2-page .jp2-contact__intro h1,
body.jager-phase2-page .jp2-request__intro h1 {
	font-size: clamp(42px, 5.6vw, 66px);
	font-weight: 780;
	line-height: 0.98;
	letter-spacing: -0.041em;
}

body.jager-phase2-page .jp2-contact__intro > p:not(.jp2-eyebrow):not(.jp2-hours),
body.jager-phase2-page .jp2-request__intro > p:not(.jp2-eyebrow) {
	font-size: 18px;
	line-height: 1.7;
}

body.jager-phase2-page .jp2-contact-list a {
	grid-template-columns: 24px minmax(0, 1fr) 16px !important;
	column-gap: 16px !important;
	padding: 20px 0 !important;
}

body.jager-phase2-page .jp2-contact-list a::before {
	width: 20px !important;
	height: 20px !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	background-size: 18px 18px !important;
}

body.jager-phase2-page .jp2-contact-list strong {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: -0.018em;
}

body.jager-phase2-page .jp2-button,
body.jager-phase2-page .jp2-badge {
	border-radius: 0 !important;
}

body.jager-phase2-page .jp2-cta h2 {
	font-size: clamp(32px, 4.15vw, 50px);
	font-weight: 740;
	line-height: 1.06;
}

body.jager-phase2-page .jp2-cta p {
	font-size: 16.5px;
	line-height: 1.68;
}

/* -------------------------------------------------------------------------
   Responsive
   ------------------------------------------------------------------------- */

@media (max-width: 1023px) {
	body.jager-phase2-page .jhr-mobile-nav span {
		font-weight: 750;
		letter-spacing: -0.032em;
	}
}

@media (max-width: 900px) {
	body.jager-phase2-page .jp2-contact__grid,
	body.jager-phase2-page .jp2-request > .jp2-container,
	body.jager-phase2-page .jp2-split,
	body.jager-phase2-page .jp2-history {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.jager-phase2-page .jp2-contact__grid {
		gap: 52px !important;
	}

	body.jager-phase2-page .jp2-form .form-row {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.jager-phase2-page .jp2-split--reverse > :first-child,
	body.jager-phase2-page .jp2-split--reverse > :last-child {
		order: initial !important;
	}

	body.jager-phase2-page .jp2-steps {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 0 !important;
		padding: 0 0 0 38px !important;
	}

	body.jager-phase2-page .jp2-steps::before {
		top: 0;
		bottom: 0;
		left: 5px;
		right: auto;
		width: 2px;
		height: auto;
	}

	body.jager-phase2-page .jp2-steps li,
	body.jager-phase2-page .jp2-steps li:nth-child(4),
	body.jager-phase2-page .jp2-steps li:nth-child(5) {
		padding: 0 0 36px 22px !important;
	}

	body.jager-phase2-page .jp2-steps li:last-child {
		padding-bottom: 0 !important;
	}

	body.jager-phase2-page .jp2-steps li::before {
		top: 3px;
		left: -38px;
		box-shadow: 0 0 0 6px var(--jhr-surface-deep);
	}

	body.jager-phase2-page .jp2-steps li > span {
		margin-bottom: 10px;
	}

	body.jager-phase2-page .jp2-cleaning-intro .jp2-copy,
	body.jager-phase2-page .jp2-cleaning-water .jp2-copy {
		padding-left: 22px;
	}
}

@media (max-width: 640px) {
	body.jager-phase2-page .jp2-container {
		padding-inline: 18px !important;
	}

	body.jager-phase2-page .jp2-contact,
	body.jager-phase2-page .jp2-request {
		padding-top: 96px !important;
		padding-bottom: 58px !important;
	}

	body.jager-phase2-page .jp2-contact__grid {
		gap: 44px !important;
	}

	body.jager-phase2-page .jp2-form {
		padding: 26px 20px !important;
	}

	body.jager-phase2-page .jp2-form textarea {
		min-height: 138px !important;
	}

	body.jager-phase2-page .jp2-form input[type="submit"],
	body.jager-phase2-page .jp2-form .wpcf7-submit {
		width: 100%;
	}

	body.jager-phase2-page .jp2-contact-list a {
		grid-template-columns: 22px minmax(0, 1fr) 14px !important;
		column-gap: 13px !important;
	}

	body.jager-phase2-page .jp2-contact-list strong {
		overflow-wrap: anywhere;
	}

	body.jager-phase2-page .jp2-process-media {
		aspect-ratio: 4 / 3;
	}
}

@media (max-width: 560px) {
	body.jager-phase2-page .jp2-hero h1 {
		font-size: clamp(42px, 12vw, 60px);
		line-height: 0.98;
	}

	body.jager-phase2-page .jp2-copy h2,
	body.jager-phase2-page .jp2-section-title,
	body.jager-phase2-page .jp2-history > div h2,
	body.jager-phase2-page.jager-p2-type-about .jp2-copy h2,
	body.jager-phase2-page.jager-p2-type-cleaning .jp2-copy h2 {
		font-size: clamp(30px, 9vw, 42px);
		line-height: 1.07;
	}

	body.jager-phase2-page .jp2-contact__intro h1,
	body.jager-phase2-page .jp2-request__intro h1 {
		font-size: clamp(38px, 11vw, 54px);
	}

	body.jager-phase2-page .jp2-hero__content > p:last-child,
	body.jager-phase2-page .jp2-contact__intro > p:not(.jp2-eyebrow):not(.jp2-hours),
	body.jager-phase2-page .jp2-request__intro > p:not(.jp2-eyebrow) {
		font-size: 16px;
	}
}
