/**
 * Our Projects page — Figma node 2783:11410.
 */

body.hypro-our-projects-page,
body.page-template-page-our-projects-php {
	background: #f7f7f8;
	color: #262a35;
}

body.hypro-our-projects-page #page.site,
body.page-template-page-our-projects-php #page.site {
	max-width: none;
	width: 100%;
	padding: 0;
	margin: 0;
}

body.hypro-our-projects-page .site-main,
body.page-template-page-our-projects-php .site-main {
	padding: 0;
	width: 100%;
}

.hypro-projects {
	--op-pad: clamp(1.25rem, 4vw, 5rem);
	--op-navy: #1a1e28;
	--op-cyan: #2ec4e6;
	--op-cyan-dark: #0b9cbc;
	--op-ink-80: rgba(49, 54, 68, 0.8);
	overflow-x: clip;
}

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

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

.hypro-projects-hero__photo {
	position: absolute;
	inset: 0;
	z-index: 0;
	background-color: var(--op-navy);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.hypro-projects-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%
	);
}

.hypro-projects-hero--has-photo .hypro-projects-hero__gradient {
	opacity: 0.55;
}

.hypro-projects-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-projects-hero__content {
	position: relative;
	z-index: 3;
	max-width: 52rem;
	margin: 0 auto;
	padding: 0 var(--op-pad);
	text-align: center;
	pointer-events: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(1.25rem, 2.5vw, 1.75rem);
}

.hypro-projects-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;
	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-projects-hero__sub {
	margin: 0;
	max-width: 42rem;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #dbdde1;
}

/* ── About ───────────────────────────────────────────────── */
.hypro-projects-about {
	background: #bdc2cc;
	padding: clamp(3.5rem, 8vw, 6rem) var(--op-pad) clamp(4rem, 9vw, 7rem);
}

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

.hypro-projects-about__tag {
	margin: 0 0 1.25rem;
	padding-left: 0.75rem;
	border-left: 3px solid var(--op-cyan-dark);
	font-family: Saira, Inter, sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #313644;
}

.hypro-projects-about__heading {
	margin: 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-projects-about__lead {
	margin: 0 0 1.5rem;
	font-family: Inter, sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	color: var(--op-ink-80);
}

.hypro-projects-about__body {
	margin: 0 0 2rem;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--op-ink-80);
}

.hypro-projects-about__facts-label {
	margin: 0 0 1rem;
	font-family: Saira, Inter, sans-serif;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: -0.02em;
	color: #262a35;
}

.hypro-projects-about__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.5rem 2.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(144, 154, 173, 0.5);
}

.hypro-projects-about__fact-label {
	margin: 0 0 0.35rem;
	font-family: Inter, sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.5;
	color: #262a35;
}

.hypro-projects-about__fact-value {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #262a35;
}

/* ── Supply chains (dark) ────────────────────────────────── */
.hypro-projects-supply-hub {
	position: relative;
	isolation: isolate;
	background-color: #1a1e28;
	background-image:
		linear-gradient(90deg, rgba(26, 30, 40, 0) 0%, rgba(38, 42, 53, 0.34) 36%, rgba(38, 42, 53, 0.36) 64%, rgba(26, 30, 40, 0) 100%),
		linear-gradient(180deg, #1a1e28 0%, #1a1e28 100%);
	color: #f7f7f8;
	overflow: hidden;
}

.hypro-projects-supply {
	position: relative;
	background: transparent;
	color: #f7f7f8;
	padding: clamp(3.5rem, 7vw, 6.25rem) var(--op-pad) clamp(4rem, 9vw, 7rem);
}

.hypro-projects-supply-hub::before {
	content: '';
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 40% 58% at 14% 96%, rgba(46, 196, 230, 0.23) 0%, rgba(46, 196, 230, 0.1) 34%, transparent 76%),
		radial-gradient(ellipse 30% 42% at 88% 56%, rgba(46, 196, 230, 0.22) 0%, rgba(46, 196, 230, 0.07) 42%, transparent 78%),
		radial-gradient(ellipse 58% 20% at 52% 42%, rgba(34, 120, 150, 0.26) 0%, rgba(31, 95, 124, 0.1) 46%, transparent 85%);
	pointer-events: none;
}

.hypro-projects-supply__inner {
	position: relative;
	z-index: 1;
	max-width: 80rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: clamp(2.5rem, 5vw, 4rem);
}

.hypro-projects-supply__intro {
	max-width: 42rem;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.hypro-projects-supply__title {
	margin: 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: #f7f7f8;
}

.hypro-projects-supply__text {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #bdc2cc;
}

.hypro-projects-supply__row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 0;
}

.hypro-projects-supply__item {
	flex: 1 1 12rem;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	padding: 0.5rem 0;
}

.hypro-projects-supply__row > .hypro-projects-supply__item:not(:first-child) {
	padding-left: 30px;
}

.hypro-projects-supply__num {
	margin: 0;
	font-family: Saira, Inter, sans-serif;
	font-weight: 500;
	font-size: 0.75rem;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: var(--op-cyan);
}

.hypro-projects-supply__icon-wrap {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
}

.hypro-projects-supply__icon {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.hypro-projects-supply__item-text {
	margin: 0;
	max-width: 16rem;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #bdc2cc;
}

.hypro-projects-supply__divider {
	width: 1px;
	flex: 0 0 1px;
	align-self: stretch;
	min-height: 8rem;
	background: rgba(144, 154, 173, 0.35);
	margin: 0 0.5rem;
}

/* ── Hub ──────────────────────────────────────────────────── */
.hypro-projects-hub {
	position: relative;
	background: transparent;
	padding: clamp(3.5rem, 8vw, 6rem) var(--op-pad) clamp(4rem, 9vw, 7rem);
}

.hypro-projects-hub__inner {
	position: relative;
	z-index: 1;
	max-width: 80rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: clamp(3.75rem, 6.2vw, 5.5rem);
}

@media (min-width: 1024px) {
	.hypro-projects-hub__inner {
		gap: clamp(4.5rem, 7vw, 6.5rem);
	}
}

.hypro-projects-hub__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(1.25rem, 3.5vw, 2.4rem);
	align-items: start;
	max-width: 100%;
}

.hypro-projects-hub__diagram {
	position: relative;
	--hub-link-len: clamp(3.5rem, 8.4vw, 6.25rem);
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	justify-items: center;
	gap: clamp(1.25rem, 2vw, 2.1rem);
	width: min(68rem, 100%);
	margin: 0 auto;
	padding: clamp(0.75rem, 2vw, 1.25rem) 0;
}

.hypro-projects-hub__title {
	margin: 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: #f7f7f8;
}

.hypro-projects-hub__text {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #bdc2cc;
}

.hypro-projects-hub__node {
	position: relative;
	z-index: 1;
	border-radius: 999px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.hypro-projects-hub__node--spoke {
	width: clamp(10rem, 14vw, 12.65rem);
	aspect-ratio: 1 / 1;
	padding: clamp(1.25rem, 1.9vw, 1.6rem);
	background: linear-gradient(121.28deg, #1a1e28 7.97%, #313644 49.38%, #1a1e28 93.82%);
}

.hypro-projects-hub__node--hub {
	width: clamp(11.9rem, 17vw, 15.3rem);
	aspect-ratio: 1 / 1;
	padding: clamp(1.45rem, 2.3vw, 2rem);
	background: radial-gradient(ellipse at 36% 24%, #def8fc 0%, #b5ebf4 24%, #7dd7e9 52%, #37c5e5 74%, #18b4db 100%);
}

.hypro-projects-hub__node--hub::before {
	content: '';
	position: absolute;
	inset: -8.5%;
	border-radius: 999px;
	border: 1px solid rgba(123, 140, 167, 0.42);
	background: transparent;
	pointer-events: none;
}

.hypro-projects-hub__node--hub::after {
	content: '';
	position: absolute;
	inset: -20%;
	border-radius: 999px;
	border: 1px dashed rgba(189, 194, 204, 0.36);
	background: transparent;
	pointer-events: none;
}

.hypro-projects-hub__node--hub {
	box-shadow:
		0 0 0 1px rgba(189, 194, 204, 0.42),
		0 0 0 1.2rem rgba(49, 54, 68, 0.43),
		0 0 0 2.1rem rgba(49, 54, 68, 0.24);
}

.hypro-projects-hub__diagram > .hypro-projects-hub__node--spoke:first-child::after,
.hypro-projects-hub__diagram > .hypro-projects-hub__node--spoke:last-child::after {
	content: '';
	position: absolute;
	top: calc(50% + 1px);
	width: var(--hub-link-len);
	height: 0;
	border-top: 1px dashed rgba(189, 194, 204, 0.5);
	transform: translateY(-50%);
	pointer-events: none;
}

.hypro-projects-hub__diagram > .hypro-projects-hub__node--spoke:first-child::after {
	left: 100%;
}

.hypro-projects-hub__diagram > .hypro-projects-hub__node--spoke:last-child::after {
	right: 100%;
}

.hypro-projects-hub__diagram > .hypro-projects-hub__node--spoke:first-child::before,
.hypro-projects-hub__diagram > .hypro-projects-hub__node--spoke:last-child::before {
	content: '';
	position: absolute;
	top: calc(50% + 1px);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: rgba(189, 194, 204, 0.78);
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.hypro-projects-hub__diagram > .hypro-projects-hub__node--spoke:first-child::before {
	left: calc(100% + var(--hub-link-len));
}

.hypro-projects-hub__diagram > .hypro-projects-hub__node--spoke:last-child::before {
	left: calc(0% - var(--hub-link-len));
}

.hypro-projects-hub__node-title {
	margin: 0 0 0.25rem;
	font-family: Inter, sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.35;
	color: #f7f7f8;
}

.hypro-projects-hub__node-copy {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: clamp(0.62rem, 0.9vw, 0.72rem);
	line-height: 1.35;
	color: #bdc2cc;
	max-width: 10rem;
}

.hypro-projects-hub__node--spoke .hypro-projects-hub__node-title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
}

.hypro-projects-hub__node--spoke .hypro-projects-hub__node-copy {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
	color: #bdc2cc;
}

.hypro-projects-hub__node--hub .hypro-projects-hub__node-copy {
	color: #1a1e28;
	max-width: 8.5rem;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0;
}

.hypro-projects-hub__hub-line {
	display: block;
}

.hypro-projects-hub__hub-line--strong {
	font-weight: 600;
}

.hypro-projects-hub__hub-line--regular {
	font-weight: 400;
}

/* ── Scale + process ──────────────────────────────────────── */
.hypro-projects-scale {
	position: relative;
	isolation: isolate;
	background-color: #f7f7f8;
	background-image:
		linear-gradient(
			180deg,
			#f7f7f8 0,
			#f7f7f8 calc(100% - 220px),
			#f7f7f8 calc(100% - 170px),
			#ecf5f9 calc(100% - 120px),
			#dceef5 calc(100% - 70px),
			#c8e7f1 100%
		);
	padding: clamp(5rem, 10vw, 8rem) var(--op-pad) clamp(4rem, 9vw, 7rem);
}

.hypro-projects-scale::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 200px;
	z-index: 0;
	pointer-events: none;
	background: none;
}

.hypro-projects-scale__head {
	position: relative;
	z-index: 1;
	max-width: 80rem;
	margin: 0 auto clamp(2.5rem, 5vw, 4rem);
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: start;
}

.hypro-projects-scale__title {
	margin: 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;
	max-width: 36rem;
}

.hypro-projects-scale__intro {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--op-ink-80);
}

.hypro-projects-process {
	position: relative;
	z-index: 1;
	max-width: 80rem;
	margin: 0 auto clamp(3.5rem, 6vw, 5rem);
	padding: 1.25rem 0 2rem;
}

.hypro-projects-process__picture {
	display: block;
	width: 100%;
}

.hypro-projects-process__img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.hypro-projects-process__placeholder {
	width: 100%;
	aspect-ratio: 1280 / 466;
	border-radius: 0.5rem;
	background: linear-gradient(180deg, #f7f7f8 0%, #dbdde1 100%);
}

/* Progress + annual card */
.hypro-projects-progress {
	position: relative;
	z-index: 1;
	max-width: 80rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
	gap: clamp(1.5rem, 4vw, 2.5rem);
	align-items: start;
}

.hypro-projects-progress__subhead {
	margin: 0 0 1.25rem;
	font-family: Saira, Inter, sans-serif;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: var(--op-cyan-dark);
}

.hypro-projects-progress__ul {
	margin: 0;
	padding-left: 1.25rem;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.55;
	color: #262a35;
}

.hypro-projects-progress__ul li {
	margin-bottom: 0.75rem;
}

.hypro-projects-progress__col--card {
	background: #ffffff;
	border-radius: 0.5rem;
	padding: clamp(1.5rem, 3vw, 2rem);
}

.hypro-projects-annual {
	margin: 0;
	padding: 0;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #313644;
}

.hypro-projects-annual__row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
	padding: 0.65rem 0;
	border-bottom: 1px solid rgba(144, 154, 173, 0.35);
}

.hypro-projects-annual__name {
	flex: 1;
}

.hypro-projects-annual__val {
	font-weight: 600;
	color: #262a35;
	font-size: 1.25rem;
	white-space: nowrap;
}

.hypro-projects-annual__total {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 1rem;
	margin: 0.75rem 0 0;
	padding-top: 0;
	border-top: none;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	color: #262a35;
}

.hypro-projects-annual__total .hypro-projects-annual__val {
	font-size: 1.25rem;
}

/* ── Facility ─────────────────────────────────────────────── */
.hypro-projects-facility {
	background: var(--op-navy);
	color: #f7f7f8;
	padding: clamp(3.5rem, 8vw, 6rem) var(--op-pad) clamp(4rem, 9vw, 7rem);
}

.hypro-projects-facility__heading {
	margin: 0 0 clamp(2rem, 4vw, 3rem);
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
	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-projects-facility__grid {
	max-width: 80rem;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: clamp(2rem, 5vw, 3.5rem);
	align-items: start;
}

/* Same video UI as homepage Our technology (.tech__media + .tech__video-trigger + hypro-yt-modal in home.css). */
.hypro-projects-facility__media {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	min-width: 0;
}

.hypro-projects-facility__media .tech__media {
	width: 100%;
	background: #12151c;
}

.hypro-projects-facility__caption {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 0.625rem;
	line-height: 1.4;
	color: #bdc2cc;
}

.hypro-projects-facility__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.5rem, 3vw, 2.5rem);
}

.hypro-projects-facility__card {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.hypro-projects-facility__num {
	margin: 0;
	font-family: Saira, Inter, sans-serif;
	font-weight: 500;
	font-size: 0.75rem;
	color: var(--op-cyan);
}

.hypro-projects-facility__icon-wrap {
	width: 80px;
	height: 80px;
}

.hypro-projects-facility__icon {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.hypro-projects-facility__card-text {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #bdc2cc;
}

.hypro-projects-facility__card-text strong {
	font-weight: 600;
	color: #f7f7f8;
}

/* ── Performance table ───────────────────────────────────── */
.hypro-projects-performance {
	background: #f7f7f8;
	padding: clamp(3.5rem, 8vw, 6rem) var(--op-pad) clamp(3rem, 7vw, 5rem);
}

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

.hypro-projects-performance__title {
	margin: 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;
	max-width: 28rem;
}

.hypro-projects-performance__intro {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--op-ink-80);
}

.hypro-projects-performance__source {
	max-width: 80rem;
	margin: 1rem auto 0;
	font-family: Inter, sans-serif;
	font-size: 0.875rem;
	line-height: 1.5;
	color: rgba(49, 54, 68, 0.65);
}

.hypro-projects-performance__table-wrap {
	max-width: 80rem;
	margin: 0 auto;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-radius: 0.5rem;
}

.hypro-projects-performance__table-wrap:focus-visible {
	outline: 2px solid var(--op-cyan);
	outline-offset: 4px;
}

.hypro-projects-table {
	width: 100%;
	min-width: 36rem;
	border-collapse: collapse;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #262a35;
}

.hypro-projects-table thead tr {
	background: var(--op-navy);
	color: #f7f7f8;
}

.hypro-projects-table th,
.hypro-projects-table td {
	padding: 1rem 1.25rem;
	text-align: left;
	vertical-align: top;
}

.hypro-projects-table thead th {
	font-weight: 600;
	font-size: 1.25rem;
}

.hypro-projects-table tbody th[scope='row'] {
	font-weight: 600;
}

.hypro-projects-table__stripe--a {
	background: #f7f7f8;
	border: 1px solid #dbdde1;
}

.hypro-projects-table__stripe--b {
	background: #dbdde1;
	border: 1px solid #dbdde1;
}

.hypro-projects-table--4col {
	min-width: 44rem;
}

.hypro-projects-table__section th {
	background: #bdc2cc;
	font-weight: 600;
	text-align: left;
	padding: 0.75rem 1.25rem;
	border: 1px solid #dbdde1;
}

.hypro-projects-performance__table-wrap--nested {
	margin-top: 1rem;
}

/* ── Feasibility accordions ───────────────────────────────── */
.hypro-projects-feasibility {
	background: #f7f7f8;
	padding: 0 var(--op-pad) clamp(4rem, 10vw, 8rem);
}

.hypro-projects-feasibility__head {
	max-width: 80rem;
	margin: 0 auto clamp(2rem, 4vw, 3rem);
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(1.5rem, 4vw, 3rem);
	align-items: start;
}

.hypro-projects-feasibility__title {
	margin: 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;
	max-width: 22rem;
}

.hypro-projects-feasibility__intro {
	margin: 0;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--op-ink-80);
}

.hypro-projects-accordion {
	max-width: 80rem;
	margin: 0 auto;
	border-radius: 0.5rem;
	overflow: hidden;
	border: 1px solid #dbdde1;
}

.hypro-projects-accordion__item {
	border-top: 1px solid #dbdde1;
}

.hypro-projects-accordion__item:first-child {
	border-top: none;
}

.hypro-projects-accordion__trigger {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: clamp(1rem, 3vw, 3rem);
	padding: clamp(1.25rem, 3vw, 1.85rem) clamp(1.25rem, 3vw, 2.5rem);
	margin: 0;
	border: none;
	background: #f7f7f8;
	cursor: pointer;
	text-align: left;
	font: inherit;
	color: inherit;
}

.hypro-projects-accordion__trigger:hover {
	background: #fff;
}

.hypro-projects-accordion__num {
	flex: 0 0 auto;
	width: 1.5rem;
	font-family: Saira, Inter, sans-serif;
	font-weight: 500;
	font-size: 1rem;
	color: var(--op-cyan);
	text-align: center;
}

.hypro-projects-accordion__title {
	flex: 1 1 auto;
	font-family: Saira, Inter, sans-serif;
	font-weight: 500;
	font-size: clamp(1.25rem, 2.5vw, 1.75rem);
	line-height: 1.3;
	letter-spacing: -0.02em;
	color: #262a35;
}

.hypro-projects-accordion__icon {
	flex: 0 0 auto;
	font-size: 1.5rem;
	line-height: 1;
	color: var(--op-cyan-dark);
	width: 1.5rem;
	text-align: center;
}

.hypro-projects-accordion__panel {
	padding: 30px clamp(1.25rem, 3vw, 2.5rem) 30px calc(2.5rem + clamp(1rem, 3vw, 3rem));
	background: #f7f7f8;
	border-top: 1px solid #dbdde1;
}

.hypro-projects-accordion__panel[hidden] {
	display: none;
}

.hypro-projects-accordion__lead {
	margin: 0 0 1rem;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: var(--op-ink-80);
}

.hypro-projects-accordion__panel ul {
	margin: 0;
	padding-left: 1.25rem;
	font-family: Inter, sans-serif;
	font-size: 1rem;
	line-height: 1.55;
	color: #262a35;
}

.hypro-projects-accordion__panel li {
	margin-bottom: 0.65rem;
}

.hypro-projects-accordion__panel li strong {
	font-weight: 600;
	color: #262a35;
}

.hypro-projects-accordion__cta-wrap {
	margin: 1.5rem 0 0;
}

.hypro-projects-accordion__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.75rem 2rem;
	font-family: Saira, Inter, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
	border-radius: 1000px;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 960px) {
	.hypro-projects-scale {
		padding-top: clamp(2.5rem, 5vw, 4rem);
	}

	.hypro-projects-about__inner,
	.hypro-projects-scale__head,
	.hypro-projects-performance__head,
	.hypro-projects-feasibility__head,
	.hypro-projects-progress,
	.hypro-projects-facility__grid {
		grid-template-columns: 1fr;
	}

	.hypro-projects-hub__head {
		grid-template-columns: 1fr;
	}

	.hypro-projects-hub {
		padding-top: clamp(2.75rem, 8vw, 4rem);
		padding-bottom: clamp(3rem, 9vw, 4.5rem);
	}

	.hypro-projects-hub::before {
		display: none;
	}

	.hypro-projects-hub__diagram {
		--hub-link-len-mobile: 64px;
		--hub-link-to-ring-mobile: 24px;
		grid-template-columns: 1fr;
		gap: var(--hub-link-len-mobile);
		width: 100%;
		padding: clamp(0.9rem, 3vw, 1.2rem) 0 clamp(1.1rem, 4vw, 1.5rem);
		justify-items: center;
	}

	.hypro-projects-hub__diagram::before,
	.hypro-projects-hub__diagram::after {
		display: none;
	}

	.hypro-projects-hub__diagram > .hypro-projects-hub__node--spoke:first-child::after,
	.hypro-projects-hub__diagram > .hypro-projects-hub__node--spoke:last-child::after {
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		width: 0;
		height: var(--hub-link-to-ring-mobile);
		border-left: 1px dashed rgba(189, 194, 204, 0.72);
		transform: translateX(-50%);
		pointer-events: none;
		z-index: 3;
	}

	.hypro-projects-hub__diagram > .hypro-projects-hub__node--spoke:first-child::after {
		top: 100%;
	}

	.hypro-projects-hub__diagram > .hypro-projects-hub__node--spoke:last-child::after {
		top: calc(0% - var(--hub-link-to-ring-mobile));
	}

	.hypro-projects-hub__diagram > .hypro-projects-hub__node--spoke:first-child::before,
	.hypro-projects-hub__diagram > .hypro-projects-hub__node--spoke:last-child::before {
		content: '';
		display: block;
		position: absolute;
		left: 50%;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: rgba(189, 194, 204, 0.9);
		transform: translate(-50%, -50%);
		pointer-events: none;
		z-index: 3;
	}

	.hypro-projects-hub__diagram > .hypro-projects-hub__node--spoke:first-child::before {
		top: calc(100% + var(--hub-link-to-ring-mobile));
	}

	.hypro-projects-hub__diagram > .hypro-projects-hub__node--spoke:last-child::before {
		top: calc(0% - var(--hub-link-to-ring-mobile));
	}

	.hypro-projects-supply__row {
		flex-direction: column;
	}

	.hypro-projects-supply__divider {
		display: none;
	}

	.hypro-projects-supply__item {
		padding-bottom: 1.5rem;
		border-bottom: 1px solid rgba(144, 154, 173, 0.25);
	}

	.hypro-projects-supply__row > .hypro-projects-supply__item:not(:first-child) {
		padding-left: 0;
	}

	.hypro-projects-supply__item:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}

	.hypro-projects-table {
		min-width: 28rem;
	}

	.hypro-projects-table--4col {
		min-width: 32rem;
	}
}

@media (max-width: 640px) {
	.hypro-projects-about__facts {
		grid-template-columns: 1fr;
	}

	.hypro-projects-facility__cards {
		grid-template-columns: 1fr;
	}

	.hypro-projects-accordion__trigger {
		flex-wrap: wrap;
	}

	.hypro-projects-accordion__panel {
		padding-left: 1.25rem;
	}
}
