/* Hadof Content System 2.5.0 — scoped first-level hub rhythm. */
:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) {
	--hub-shell: 1240px;
	--hub-ink: #111c28;
	--hub-muted: #5a6978;
	background: #f5f7f8;
	color: var(--hub-ink);
	overflow: clip;
}

:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-shell {
	max-width: var(--hub-shell);
}

/* One calm editorial hero instead of two competing panels. */
:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-hub-hero__grid {
	display: grid;
	grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
	min-height: clamp(460px,58vh,560px);
}

:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-hub-hero__copy {
	align-content: center;
	display: grid;
	padding: clamp(3rem,6vw,5rem) clamp(2rem,5vw,4.5rem) clamp(3rem,6vw,5rem) max(24px,calc((100vw - var(--hub-shell))/2));
}

:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-hub-hero h1 {
	font-size: clamp(2.7rem,4.3vw,4.15rem);
	line-height: 1.04;
	max-width: 14ch;
}

:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-hub-hero__copy > p:not(.hx-eyebrow) {
	color: var(--hub-muted);
	font-size: clamp(1rem,1.3vw,1.15rem);
	line-height: 1.65;
	max-width: 58ch;
}

:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-hub-hero__media {
	margin: 0;
	min-width: 0;
	position: relative;
}

:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-hub-hero__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-hub-basis {
	display: grid;
	gap: .8rem;
	grid-template-columns: repeat(3,minmax(0,1fr));
	margin-top: 2rem;
}

:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-hub-basis > span {
	background: transparent;
	border: 0;
	border-left: 2px solid #f59b1a;
	padding: .1rem 0 .1rem .8rem;
}

/* A restrained anchor rail establishes continuity without looking like a second header. */
:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-subnav {
	background: #fff;
	border: 0;
	box-shadow: 0 10px 28px rgba(13,23,34,.055);
}

:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-subnav .hx-shell {
	display: flex;
	gap: 0;
	overflow-x: auto;
}

:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-subnav a {
	border-right: 1px solid #e5eaee;
	padding: 1rem 1.35rem;
	white-space: nowrap;
}

/* Shared reading rhythm; inner components retain their page-specific behavior. */
:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-section {
	padding-block: clamp(4rem,7vw,6rem);
}

:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-section-head {
	margin-bottom: clamp(2rem,4vw,3rem);
}

:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-section-head h2 {
	font-size: clamp(2.05rem,3.25vw,3.35rem);
	line-height: 1.08;
	max-width: 17ch;
}

:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) :is(.hx-decision-modules,.hx-evidence-grid,.hx-case-catalog) > * {
	border: 0;
	border-radius: 12px;
	box-shadow: 0 14px 38px rgba(13,23,34,.07);
	overflow: hidden;
}

:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) :is(.hx-workbench,.hx-process-board,.hx-project__grid) {
	border: 0;
	border-radius: 14px;
	box-shadow: 0 18px 48px rgba(13,23,34,.075);
	overflow: hidden;
}

:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-case-catalog figure img {
	aspect-ratio: 16/10;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 900px) {
	:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-hub-hero__grid { grid-template-columns: 1fr; min-height: 0; }
	:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-hub-hero__copy { padding: 3.5rem max(22px,5vw); }
	:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-hub-hero__media { min-height: 320px; }
}

@media (max-width: 640px) {
	:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-hub-hero h1 { font-size: clamp(2.35rem,11vw,3rem); }
	:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-hub-basis { grid-template-columns: 1fr; }
	:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-subnav .hx-shell { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); overflow: visible; }
	:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-subnav a { white-space: normal; }
	:is(.hx-equipment-hub,.hx-solutions-hub,.hx-industries-hub,.hx-technology-hub,.hx-guides-hub,.hx-cases-hub) .hx-section { padding-block: 3.5rem; }
}
