/**
 * INSERMA (Technology) — Figma node 2057:13730.
 */

body.hypro-inserma-page {
	background: #f7f7f8;
	/* --inserma-pad + header: body.hypro-unified-nav — inner-nav-unified.css */
}

body.hypro-inserma-page #page.site {
	max-width: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

body.hypro-inserma-page .site-main {
	padding: 0;
	width: 100%;
}

.hypro-inserma {
	overflow-x: hidden;
}

/* Hero header: body.hypro-unified-nav — inner-nav-unified.css */

/* ─── Hero ─────────────────────────────────────────────────────────────── */
.hypro-inserma-hero {
	position: relative;
	z-index: 0;
	overflow: hidden;
	background: #bdc2cc;
	height: var(--hypro-page-hero-height);
	min-height: unset;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	isolation: isolate;
}

.hypro-inserma-hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.hypro-inserma-hero__photo {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	display: block;
}

.hypro-inserma-hero__gradient {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: radial-gradient(
		ellipse 110% 130% at 50% 110%,
		rgba(46, 196, 230, 1) 0%,
		rgba(44, 158, 186, 1) 12%,
		rgba(42, 119, 142, 1) 25%,
		rgba(40, 81, 97, 1) 37%,
		rgba(38, 42, 53, 1) 50%,
		rgba(26, 30, 40, 1) 100%
	);
}

/* Figma banner: layered ellipse rings (hero-orbit-1…4.svg) */
.hypro-inserma-hero__orbits {
	position: absolute;
	left: 50%;
	top: 42%;
	z-index: 2;
	width: 200%;
	max-width: none;
	height: 140%;
	min-height: 100%;
	min-width: 60rem;
	transform: translate(-50%, -50%);
	pointer-events: none;
	overflow: visible;
}

.hypro-inserma-hero__orbit {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 118%;
	height: auto;
	max-width: none;
	object-fit: contain;
	pointer-events: none;
}

.hypro-inserma-hero__orbit--1 {
	transform: translate(-50%, -50%) rotate(-40deg) scale(1); /* 1 = largest */
	opacity: 0.55;
}

.hypro-inserma-hero__orbit--2 {
	transform: translate(-50%, -50%) rotate(-40deg) scale(0.82);
	opacity: 0.6;
}

.hypro-inserma-hero__orbit--3 {
	transform: translate(-50%, -50%) rotate(-40deg) scale(0.64);
	opacity: 0.65;
}

.hypro-inserma-hero__orbit--4 {
	transform: translate(-50%, -50%) rotate(-33deg) scale(0.6);
	opacity: 0.55;
}

.hypro-inserma-hero__tint {
	position: absolute;
	inset: 0;
	z-index: 2;
	mix-blend-mode: color;
	opacity: 0.8;
	background: radial-gradient(
		ellipse 90% 65% at 50% 55%,
		rgba(115, 215, 237, 0.85) 0%,
		rgba(71, 123, 139, 0.9) 35%,
		rgba(37, 53, 65, 0.95) 70%,
		rgba(26, 30, 40, 1) 100%
	);
}

.hypro-inserma-hero__inner {
	position: relative;
	z-index: 4;
	width: 100%;
	max-width: 80rem;
	margin: 0 auto;
	padding-left: var(--inserma-pad);
	padding-right: var(--inserma-pad);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
	box-sizing: border-box;
	flex: 1;
	min-height: 0;
}

.hypro-inserma-breadcrumb {
	align-self: flex-start;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
	margin: 0 0 0.5rem;
	font-family: Inter, sans-serif;
	font-size: 0.75rem;
	line-height: 1.4;
	color: #bdc2cc;
}

.hypro-inserma-breadcrumb a {
	color: #bdc2cc;
	text-decoration: none;
}

.hypro-inserma-breadcrumb a:hover {
	color: #f7f7f8;
}

.hypro-inserma-breadcrumb__current {
	color: #f7f7f8;
}

.hypro-inserma-hero__title {
	margin: 0;
	font-family: Saira, Inter, sans-serif;
	font-weight: 500;
	font-size: clamp(2rem, 5vw, 4rem);
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #f7f7f8;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.15em;
}

.hypro-inserma-hero__title-line {
	display: block;
}

.hypro-inserma-hero__title-of {
	font-style: italic;
	font-weight: 400;
	font-size: 0.55em;
}

.hypro-inserma-hero__title-line--gradient {
	background: radial-gradient(
		ellipse 200% 80% at 20% 40%,
		rgba(46, 196, 230, 1) 22%,
		rgba(85, 168, 199, 1) 54%,
		rgba(123, 140, 167, 1) 86%,
		rgba(49, 54, 68, 0) 100%
	);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.hypro-inserma-hero__sub {
	margin: 0;
	max-width: 36rem;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #dbdde1;
}

/* ─── About ───────────────────────────────────────────────────────────── */
.hypro-inserma-about {
	background: #bdc2cc;
	padding: clamp(2.5rem, 5vw, 4rem) var(--inserma-pad) clamp(3rem, 6vw, 4.5rem);
}

.hypro-inserma-about__grid {
	max-width: 80rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
	gap: clamp(2rem, 4vw, 3.5rem);
	align-items: start;
}

.hypro-inserma-about__tag {
	display: inline-flex;
	align-items: center;
	padding-left: 0.75rem;
	border-left: 3px solid #0b9cbc;
	font-family: Saira, Inter, sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #313644;
}

.hypro-inserma-about__heading {
	margin: 1rem 0 0;
	font-family: Saira, Inter, sans-serif;
	font-weight: 500;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: #262a35;
}

.hypro-inserma-about__lead {
	margin: 0 0 1.25rem;
	font-family: Inter, sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	color: rgba(49, 54, 68, 0.95);
}

.hypro-inserma-about__body {
	margin: 0 0 1.25rem;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: rgba(49, 54, 68, 0.8);
}

.hypro-inserma-about__body:last-of-type {
	margin-bottom: 0;
}

.hypro-inserma-about__link {
	color: #262a35;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.hypro-inserma-about__link:hover {
	color: #0b9cbc;
}

.hypro-inserma-about__cta-wrap {
	margin-top: 1.75rem;
}

.hypro-inserma-about__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.65rem 2rem;
	border-radius: 1000px;
	font-family: Saira, Inter, sans-serif;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.3;
	color: #262a35;
	text-decoration: none;
	background: linear-gradient(113deg, #0b9cbc 22%, #73d7ed 83%);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.hypro-inserma-about__cta:hover,
.hypro-inserma-about__cta:focus {
	box-shadow: 0 4px 24px rgba(46, 196, 230, 0.35);
}

/* ─── Photo ───────────────────────────────────────────────────────────── */
.hypro-inserma-photo {
	background: #fff;
}

.hypro-inserma-photo__frame {
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	aspect-ratio: 1440 / 647;
	max-height: min(90vh, 50rem);
}

.hypro-inserma-photo__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

/* ─── Features grid ───────────────────────────────────────────────────── */
.hypro-inserma-features {
	background: #1a1e28;
	padding: clamp(3rem, 6vw, 6.25rem) var(--inserma-pad);
}

.hypro-inserma-features__inner {
	max-width: 80rem;
	margin: 0 auto;
}

.hypro-inserma-features__title {
	margin: 0 0 clamp(2rem, 4vw, 2.5rem);
	font-family: Saira, Inter, sans-serif;
	font-weight: 500;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: #f7f7f8;
}

.hypro-inserma-features__rows {
	display: flex;
	flex-direction: column;
	gap: clamp(2.5rem, 4vw, 3rem);
}

.hypro-inserma-features__row {
	display: grid;
	grid-template-columns: 1fr minmax(0, 1px) 1fr minmax(0, 1px) 1fr;
	align-items: stretch;
	gap: 0;
}

.hypro-inserma-feature {
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2.5rem; /* Figma: 40px between icon row and body copy */
	padding: 0 0.75rem;
}

.hypro-inserma-feature__top {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	align-items: flex-start;
}

.hypro-inserma-feature__num {
	font-family: Saira, Inter, sans-serif;
	font-weight: 500;
	font-size: 0.75rem;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: #2ec4e6;
}

/* Figma node 2069:9763+ — icon area height 80px; widths per asset */
.hypro-inserma-feature__icon-wrap {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
}

.hypro-inserma-feature__icon-wrap--01 {
	width: 111.594px;
	height: 80px;
}

.hypro-inserma-feature__icon-wrap--02 {
	width: 125.854px;
	height: 80px;
}

.hypro-inserma-feature__icon-wrap--03 {
	width: 79.999px;
	height: 80px;
}

.hypro-inserma-feature__icon-wrap--04 {
	width: 80.001px;
	height: 80px;
}

.hypro-inserma-feature__icon-wrap--05 {
	width: 79.334px;
	height: 80px;
}

/* 06: 90×80 frame, artwork 90.127×96.4 clipped (Figma 2069:9811) */
.hypro-inserma-feature__icon-wrap--06.hypro-inserma-feature__icon-wrap--clip {
	width: 90px;
	height: 80px;
	overflow: hidden;
	position: relative;
	align-items: flex-start;
}

.hypro-inserma-feature__icon-wrap--06 .hypro-inserma-feature__icon {
	width: 90.127px;
	height: 96.4px;
	max-width: none;
	position: absolute;
	left: 0;
	top: -8px;
	object-fit: contain;
}

.hypro-inserma-feature__icon-wrap:not(.hypro-inserma-feature__icon-wrap--clip) .hypro-inserma-feature__icon {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
}

/* Natural SVG stroke colors (gradients patched in assets/icons/*.svg) */
.hypro-inserma-feature__icon {
	display: block;
}

.hypro-inserma-feature__text {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #bdc2cc;
	max-width: 26rem;
}

.hypro-inserma-feature__divider {
	width: 1px;
	min-height: 8rem;
	margin: 0 auto;
	background: linear-gradient(180deg, transparent, rgba(123, 140, 167, 0.45), transparent);
}

@media (max-width: 900px) {
	.hypro-inserma-features__row {
		grid-template-columns: 1fr;
	}

	.hypro-inserma-feature__divider {
		display: none;
	}

	.hypro-inserma-feature {
		padding: 0;
		border-bottom: 1px solid rgba(123, 140, 167, 0.25);
		padding-bottom: 2rem;
	}

	.hypro-inserma-feature:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
}

/* ─── Framework — light top + bluish wash at bottom (same pattern as `.hypro-team-member-hero`) ─ */
.hypro-inserma-framework {
	position: relative;
	overflow: hidden;
	background: var(--hypro-grey-lightest, #f7f7f8);
	padding: 0 var(--inserma-pad) clamp(4rem, 8vw, 6rem);
}

.hypro-inserma-framework__bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: auto;
	height: min(52%, 28rem);
	pointer-events: none;
	z-index: 0;
}

.hypro-inserma-framework__gradient {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 95% 85% at 50% 100%, rgba(46, 196, 230, 0.22) 0%, transparent 58%),
		radial-gradient(ellipse 80% 55% at 70% 100%, rgba(115, 215, 237, 0.35) 0%, transparent 55%),
		linear-gradient(
			0deg,
			rgba(200, 229, 236, 0.95) 0%,
			rgba(232, 246, 250, 0.65) 35%,
			rgba(255, 255, 255, 0) 100%
		);
}

.hypro-inserma-framework__inner {
	position: relative;
	z-index: 1;
	max-width: 80rem;
	margin: 0 auto;
	padding-top: clamp(2.5rem, 5vw, 4rem);
}

.hypro-inserma-framework__details {
	border: none;
}

.hypro-inserma-framework__summary {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0 0 1.25rem;
	font-family: Saira, Inter, sans-serif;
	font-weight: 500;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: #262a35;
}

.hypro-inserma-framework__summary::-webkit-details-marker {
	display: none;
}

.hypro-inserma-framework__summary::after {
	content: '';
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	background:
		linear-gradient(#262a35, #262a35) center/14px 2px no-repeat,
		linear-gradient(#262a35, #262a35) center/2px 14px no-repeat;
	transition: background 0.2s ease;
}

.hypro-inserma-framework__details[open] .hypro-inserma-framework__summary::after {
	background: linear-gradient(#2ec4e6, #2ec4e6) center/14px 2px no-repeat;
}

.hypro-inserma-framework__content {
	padding-top: 0.5rem;
}

.hypro-inserma-framework__lead {
	margin: 0 0 1.5rem;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: rgba(49, 54, 68, 0.8);
	max-width: 68rem;
}

.hypro-inserma-framework__list {
	margin: 0;
	padding: 0 0 0 1.25rem;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.55;
	color: #262a35;
	list-style: disc;
}

.hypro-inserma-framework__list > li {
	margin-bottom: 1rem;
}

.hypro-inserma-framework__list > li:last-child {
	margin-bottom: 0;
}

.hypro-inserma-framework__sublist {
	margin: 0.75rem 0 0;
	padding-left: 1.25rem;
	list-style: disc;
}

.hypro-inserma-framework__sublist li {
	margin-bottom: 0.35rem;
}

@media (max-width: 960px) {
	.hypro-inserma-about__grid {
		grid-template-columns: 1fr;
	}
}
