/* ==========================================================
   JB IT SOLUTIONS — OVER ONS
   Bestand: 40-over-ons.css
   ========================================================== */

.jb-about-page {
	--jb-about-dark: #383e42;
	--jb-about-dark-deep: #303539;
	--jb-about-white: #ffffff;
	--jb-about-orange: #ff8c00;
	--jb-about-heading: #20252a;
	--jb-about-text: #5f686f;
	--jb-about-border: #dde2e5;

	overflow: hidden;
	background: #ffffff;
}

.jb-about-page *,
.jb-about-page *::before,
.jb-about-page *::after {
	box-sizing: border-box;
}

.jb-about-section {
	padding-block: clamp(5rem, 8vw, 8rem);
}

.jb-about-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	margin-bottom: 1.25rem;
	color: #ff8c00;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.jb-about-eyebrow::before {
	content: "";
	width: 28px;
	height: 2px;
	flex: 0 0 28px;
	background: #ff8c00;
}

.jb-about-section-heading {
	max-width: 820px;
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.jb-about-section-heading h2,
.jb-about-heading h2,
.jb-about-person__content h2,
.jb-about-audience__heading h2 {
	margin: 0;
	color: #20252a;
	font-size: clamp(2.2rem, 4.3vw, 4rem);
	line-height: 1.05;
	letter-spacing: -0.035em;
}

.jb-about-section-heading > p {
	max-width: 720px;
	margin: 1.5rem 0 0;
	color: #5c646b;
	font-size: clamp(1.05rem, 1.5vw, 1.18rem);
	line-height: 1.8;
}

/* ==========================================================
   1. HERO
   ========================================================== */

body .jb-about-page > .jb-about-hero {
	position: relative;
	isolation: isolate;
	padding-block: clamp(5.5rem, 9vw, 8rem);
	overflow: hidden;
	color: #ffffff;
	background-color: #383e42 !important;
	background-image:
		radial-gradient(circle at 83% 18%, rgba(255, 140, 0, 0.22), transparent 29%),
		radial-gradient(circle at 63% 100%, rgba(255, 140, 0, 0.07), transparent 34%) !important;
}

body .jb-about-page > .jb-about-hero::before {
	content: "";
	position: absolute;
	z-index: -1;
	inset: 0;
	opacity: 0.055;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
	background-size: 70px 70px;
}

.jb-about-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
	gap: clamp(3rem, 8vw, 7rem);
	align-items: center;
}

.jb-about-hero__content {
	max-width: 780px;
}

.jb-about-hero h1 {
	max-width: 800px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(3.25rem, 6.6vw, 6.3rem);
	font-weight: 800;
	line-height: 0.96;
	letter-spacing: -0.055em;
}

.jb-about-hero h1 span {
	color: #ff8c00;
}

.jb-about-hero__lead {
	max-width: 720px;
	margin: 1.8rem 0 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: clamp(1.08rem, 1.6vw, 1.25rem);
	line-height: 1.75;
}

.jb-about-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-items: center;
	margin-top: 2.4rem;
}

.jb-about-button-secondary {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	padding: 0.75rem 1rem;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	transition: color 180ms ease;
}

.jb-about-button-secondary:hover {
	color: #ff8c00;
}

/* ==========================================================
   HERO KAARTEN
   ========================================================== */

.jb-about-hero__visual {
	display: grid;
	gap: 1rem;
}

.jb-about-tech-card {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 1rem;
	align-items: center;
	min-height: 112px;
	padding: 1.35rem 1.5rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-left: 3px solid #ff8c00;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.16);
}

.jb-about-tech-card:nth-child(2) {
	margin-left: 24px;
}

.jb-about-tech-card__icon {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 10px;
	color: #ff8c00;
	background: rgba(255, 140, 0, 0.12);
	overflow: hidden;
}

.jb-about-tech-card__icon svg {
	width: 27px;
	height: 27px;
}

.jb-about-tech-card__icon img {
	display: block;
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.jb-about-tech-card div:last-child {
	display: grid;
	gap: 0.25rem;
}

.jb-about-tech-card span {
	color: rgba(255, 255, 255, 0.56);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.jb-about-tech-card strong {
	color: #ffffff;
	font-size: 1.05rem;
	line-height: 1.4;
}

/* ==========================================================
   2. INTRO
   ========================================================== */

body .jb-about-page > .jb-about-intro {
	background: #ffffff !important;
}

.jb-about-split {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(3rem, 8vw, 8rem);
	align-items: start;
}

.jb-about-heading {
	max-width: 590px;
}

.jb-about-prose {
	max-width: 720px;
	color: #555e65;
	font-size: clamp(1.04rem, 1.4vw, 1.13rem);
	line-height: 1.85;
}

.jb-about-prose p {
	margin-top: 0;
	margin-bottom: 1.5rem;
}

.jb-about-prose p:last-child {
	margin-bottom: 0;
}

.jb-about-prose strong {
	color: #292e32;
}

/* ==========================================================
   3. JOHN
   ========================================================== */

body .jb-about-page > .jb-about-section--soft {
	background: #383e42 !important;
}

.jb-about-person {
	display: grid;
	grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(3rem, 8vw, 7rem);
	align-items: center;
}

.jb-about-person__media {
	position: relative;
	overflow: hidden;
	border-radius: 18px;
	background: #303539;
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
}

.jb-about-person__media::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 6px;
	background: #ff8c00;
}

.jb-about-person__media img {
	display: block;
	width: 100%;
	aspect-ratio: 720 / 820;
	object-fit: cover;
}

.jb-about-person__placeholder {
	display: flex;
	min-height: 560px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	padding: 3rem;
	text-align: center;
	background:
		radial-gradient(circle at 50% 25%, rgba(255, 140, 0, 0.18), transparent 30%),
		#303539;
}

.jb-about-person__initials {
	display: grid;
	width: 120px;
	height: 120px;
	place-items: center;
	border: 2px solid rgba(255, 140, 0, 0.7);
	border-radius: 50%;
	color: #ff8c00;
	font-size: 2.5rem;
	font-weight: 800;
}

.jb-about-person__placeholder > div:last-child {
	display: grid;
	gap: 0.45rem;
}

.jb-about-person__placeholder strong {
	color: #ffffff;
	font-size: 1.4rem;
}

.jb-about-person__placeholder span {
	color: rgba(255, 255, 255, 0.65);
}

.jb-about-person__content {
	max-width: 730px;
}

.jb-about-person__content .jb-about-eyebrow {
	color: #ff8c00;
}

.jb-about-person__content h2 {
	margin-bottom: 2rem;
	color: #ffffff;
}

.jb-about-person__content > p {
	margin: 0 0 1.35rem;
	color: rgba(255, 255, 255, 0.7);
	font-size: 1.07rem;
	line-height: 1.8;
}

.jb-about-person__quote {
	margin-top: 2.5rem;
	padding: 1.5rem 1.7rem 1.5rem 2rem;
	border-left: 3px solid #ff8c00;
	background: #ffffff;
}

.jb-about-person__quote p {
	margin: 0;
	color: #2f3539;
	font-size: 1.1rem;
	font-weight: 650;
	line-height: 1.6;
}

/* ==========================================================
   4. DIENSTEN
   ========================================================== */

body .jb-about-page > .jb-about-services {
	padding-block: clamp(5rem, 8vw, 8rem);
	background: #ffffff !important;
}

.jb-about-services__intro {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(2rem, 5vw, 5rem);
	max-width: 980px;
	margin-bottom: 3rem;
}

.jb-about-services__intro p {
	margin: 0;
	color: #626a70;
	font-size: 1.04rem;
	line-height: 1.8;
}

.jb-about-services-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
}

.jb-about-service-card {
	display: flex;
	min-height: 310px;
	flex-direction: column;
	padding: 1.65rem;
	border: 1px solid #dde2e5;
	border-radius: 15px;
	background: #f7f8f9;
	box-shadow: 0 16px 36px rgba(33, 39, 43, 0.07);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.jb-about-service-card:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 140, 0, 0.55);
	box-shadow: 0 22px 45px rgba(33, 39, 43, 0.11);
}

.jb-about-service-card__icon {
	display: grid;
	width: 66px;
	height: 66px;
	place-items: center;
	margin-bottom: 1.45rem;
	overflow: hidden;
	border-radius: 12px;
}

.jb-about-service-card__icon img {
	display: block;
	width: 66px;
	height: 66px;
	object-fit: contain;
}

.jb-about-card-fallback-icon {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: #ff8c00;
	background: rgba(255, 140, 0, 0.09);
	border-radius: 12px;
}

.jb-about-card-fallback-icon svg {
	width: 28px;
	height: 28px;
}

.jb-about-service-card h3 {
	margin: 0 0 0.75rem;
	color: #20252a;
	font-size: 1.26rem;
	font-weight: 800;
	line-height: 1.28;
}

.jb-about-service-card p {
	margin: 0;
	color: #697177;
	font-size: 0.98rem;
	line-height: 1.7;
}

.jb-about-service-card__footer {
	height: 1px;
	margin-top: auto;
	padding-top: 1.4rem;
	border-bottom: 1px solid #dce0e2;
}

.jb-about-services__button {
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
}

.jb-about-services__all {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.4rem;
	border: 2px solid #383e42;
	border-radius: 7px;
	color: #383e42;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	background: transparent;
	transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.jb-about-services__all:hover {
	border-color: #ff8c00;
	color: #ffffff;
	background: #ff8c00;
}

/* ==========================================================
   5. WERKWIJZE
   ========================================================== */

body .jb-about-page > .jb-about-process {
	color: #ffffff;
	background-color: #383e42 !important;
	background-image:
		radial-gradient(circle at 90% 10%, rgba(255, 140, 0, 0.13), transparent 28%) !important;
}

.jb-about-process .jb-about-section-heading h2 {
	color: #ffffff;
}

.jb-about-process .jb-about-section-heading > p {
	color: rgba(255, 255, 255, 0.68);
}

.jb-about-process-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.jb-about-process-step {
	display: grid;
	grid-template-columns: 60px minmax(0, 1fr);
	gap: 1.5rem;
	min-height: 250px;
	padding: 2rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.04);
}

.jb-about-process-step__icon {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 10px;
	color: #ff8c00;
	background: rgba(255, 140, 0, 0.10);
}

.jb-about-process-step__icon svg {
	width: 26px;
	height: 26px;
}

.jb-about-process-step h3 {
	margin: 0 0 1rem;
	color: #ffffff;
	font-size: 1.35rem;
}

.jb-about-process-step p {
	max-width: 500px;
	margin: 0;
	color: rgba(255, 255, 255, 0.68);
	line-height: 1.75;
}

/* ==========================================================
   6. WAAROM JB
   ========================================================== */

body .jb-about-page > .jb-about-process + .jb-about-section--soft {
	background: #ffffff !important;
}

.jb-about-values-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1rem;
}

.jb-about-value-card {
	display: flex;
	min-height: 330px;
	flex-direction: column;
	padding: 1.6rem;
	border: 1px solid #dde1e4;
	border-radius: 12px;
	background: #f7f8f9;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.jb-about-value-card:hover {
	transform: translateY(-4px);
	border-color: rgba(255, 140, 0, 0.35);
	box-shadow: 0 20px 45px rgba(36, 42, 46, 0.08);
}

.jb-about-value-card__icon {
	display: grid;
	width: 58px;
	height: 58px;
	flex: 0 0 58px;
	place-items: center;
	overflow: hidden;
	border-radius: 10px;
	background: rgba(255, 140, 0, 0.09);
}

.jb-about-value-card__icon img {
	display: block;
	width: 36px;
	height: 36px;
	object-fit: contain;
}

.jb-about-value-card__icon .jb-about-card-fallback-icon {
	width: 58px;
	height: 58px;
	border-radius: 10px;
}

.jb-about-value-card h3 {
	margin: auto 0 0.8rem;
	color: #292e32;
	font-size: 1.18rem;
	line-height: 1.35;
}

.jb-about-value-card p {
	margin: 0;
	color: #626a70;
	font-size: 0.96rem;
	line-height: 1.7;
}

/* ==========================================================
   7. VOOR WIE
   ========================================================== */

body .jb-about-page > .jb-about-audience {
	color: #ffffff;
	background-color: #383e42 !important;
	background-image:
		radial-gradient(circle at 88% 12%, rgba(255, 140, 0, 0.11), transparent 28%) !important;
}

.jb-about-audience__heading {
	max-width: 800px;
	margin-bottom: 3rem;
}

.jb-about-audience__heading h2 {
	color: #ffffff;
}

.jb-about-audience__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

.jb-about-audience-card {
	display: flex;
	min-height: 320px;
	flex-direction: column;
	padding: clamp(2rem, 4vw, 3rem);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	background: #ffffff;
}

.jb-about-audience-card__label {
	display: inline-flex;
	align-self: flex-start;
	margin-bottom: 3rem;
	padding: 0.42rem 0.75rem;
	border-radius: 999px;
	color: #b96100;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background: rgba(255, 140, 0, 0.1);
}

.jb-about-audience-card h3 {
	max-width: 480px;
	margin: 0 0 1rem;
	color: #292e32;
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	line-height: 1.2;
}

.jb-about-audience-card p {
	max-width: 570px;
	margin: 0 0 2rem;
	color: #626a70;
	line-height: 1.75;
}

.jb-about-audience-card a {
	display: inline-flex;
	align-items: center;
	margin-top: auto;
	align-self: flex-start;
	color: #383e42;
	font-weight: 750;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: color 180ms ease, border-color 180ms ease;
}

.jb-about-audience-card a:hover {
	color: #ff8c00;
	border-bottom-color: #ff8c00;
}

/* ==========================================================
   8. CTA
   ========================================================== */

body .jb-about-page > .jb-about-cta {
	position: relative;
	padding-block: clamp(5rem, 8vw, 7.5rem);
	overflow: hidden;
	color: #383e42;
	background-color: #ffffff !important;
	background-image:
		radial-gradient(circle at 88% 15%, rgba(255, 140, 0, 0.08), transparent 28%) !important;
}

.jb-about-cta::after {
	content: "";
	position: absolute;
	top: -160px;
	right: -160px;
	width: 500px;
	height: 500px;
	border: 1px solid rgba(255, 140, 0, 0.12);
	border-radius: 50%;
	box-shadow:
		0 0 0 80px rgba(255, 140, 0, 0.018),
		0 0 0 160px rgba(255, 140, 0, 0.012);
	pointer-events: none;
}

.jb-about-cta__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(3rem, 8vw, 7rem);
	align-items: end;
}

.jb-about-cta h2 {
	margin: 0;
	color: #20252a;
	font-size: clamp(2.6rem, 5vw, 4.7rem);
	line-height: 1;
	letter-spacing: -0.045em;
}

.jb-about-cta__content {
	max-width: 620px;
}

.jb-about-cta__content > p {
	margin: 0;
	color: #626a70;
	font-size: 1.08rem;
	line-height: 1.8;
}

.jb-about-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1.3rem;
	align-items: center;
	margin-top: 2rem;
}

.jb-about-cta__link {
	display: inline-flex;
	align-items: center;
	color: #383e42;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: color 180ms ease, border-color 180ms ease;
}

.jb-about-cta__link:hover {
	color: #ff8c00;
	border-bottom-color: #ff8c00;
}

/* ==========================================================
   HARD OVERRIDES
   ========================================================== */

html body .jb-about-page > .jb-about-hero {
	background-color: #383e42 !important;
}

html body .jb-about-page > .jb-about-intro {
	background-color: #ffffff !important;
}

html body .jb-about-page > .jb-about-services {
	background-color: #ffffff !important;
}

html body .jb-about-page > .jb-about-process {
	background-color: #383e42 !important;
}

html body .jb-about-page > .jb-about-audience {
	background-color: #383e42 !important;
}

html body .jb-about-page > .jb-about-cta {
	background-color: #ffffff !important;
}

/* ==========================================================
   TOEGANKELIJKHEID
   ========================================================== */

.jb-about-page a:focus-visible {
	outline: 3px solid #ff8c00;
	outline-offset: 4px;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 1100px) {
	.jb-about-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jb-about-values-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.jb-about-value-card {
		min-height: 290px;
	}
}

@media (max-width: 900px) {
	.jb-about-hero__grid,
	.jb-about-split,
	.jb-about-person,
	.jb-about-cta__inner {
		grid-template-columns: 1fr;
	}

	.jb-about-hero__visual {
		max-width: 600px;
	}

	.jb-about-tech-card:nth-child(2) {
		margin-left: 0;
	}

	.jb-about-person__media {
		max-width: 600px;
	}

	.jb-about-person__placeholder {
		min-height: 420px;
	}

	.jb-about-values-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.jb-about-cta__content {
		max-width: 700px;
	}
}

@media (max-width: 720px) {
	.jb-about-services__intro,
	.jb-about-process-grid,
	.jb-about-audience__grid {
		grid-template-columns: 1fr;
	}

	.jb-about-process-step {
		min-height: 0;
	}

	.jb-about-audience-card {
		min-height: 280px;
	}
}

@media (max-width: 650px) {
	.jb-about-services-grid,
	.jb-about-values-grid {
		grid-template-columns: 1fr;
	}

	.jb-about-hero {
		padding-block: clamp(4.5rem, 16vw, 6rem);
	}

	.jb-about-hero h1 {
		font-size: clamp(2.8rem, 13vw, 4rem);
	}

	.jb-about-hero__actions {
		align-items: stretch;
	}

	.jb-about-hero__actions .jb-button,
	.jb-about-button-secondary {
		justify-content: center;
		width: 100%;
	}

	.jb-about-tech-card {
		grid-template-columns: 46px minmax(0, 1fr);
		padding: 1.15rem;
	}

	.jb-about-tech-card__icon {
		width: 46px;
		height: 46px;
	}

	.jb-about-tech-card__icon img,
	.jb-about-tech-card__icon svg {
		width: 24px;
		height: 24px;
	}

	.jb-about-person__placeholder {
		min-height: 350px;
	}

	.jb-about-person__initials {
		width: 96px;
		height: 96px;
		font-size: 2rem;
	}

	.jb-about-service-card {
		min-height: 275px;
	}

	.jb-about-process-step {
		grid-template-columns: 54px minmax(0, 1fr);
		gap: 1rem;
	}

	.jb-about-value-card {
		min-height: 260px;
	}

	.jb-about-audience-card__label {
		margin-bottom: 2rem;
	}

	.jb-about-cta__actions {
		align-items: stretch;
	}

	.jb-about-cta__actions .jb-button,
	.jb-about-cta__link {
		justify-content: center;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jb-about-button-secondary,
	.jb-about-service-card,
	.jb-about-value-card {
		transition: none;
	}

	.jb-about-service-card:hover,
	.jb-about-value-card:hover {
		transform: none;
	}
}