/*
Theme Name: CF-STiEHL Global
Theme URI: https://cf-stiehl.com/
Author: CF-STiEHL
Description: A high-end international manufacturing theme for CF-STiEHL Precision Manufacturing.
Version: 1.3.5
Text Domain: cf-stiehl
*/

:root {
	--navy-950: #061525;
	--navy-900: #0a2037;
	--navy-800: #123653;
	--blue-700: #164f82;
	--blue-600: #1d659f;
	--blue-500: #2b7db6;
	--blue-100: #dcecf7;
	--blue-050: #eef6fb;
	--ink: #14202b;
	--muted: #5d6b78;
	--line: #d9e1e8;
	--surface: #f5f7f9;
	--white: #ffffff;
	--orange: #f26a2b;
	--shell: 1240px;
	--shadow: 0 24px 70px rgba(6, 21, 37, 0.12);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--white);
	color: var(--ink);
	font-family: "Inter", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

[lang^="zh"] body,
[lang^="ja"] body {
	font-family: "Inter", "Noto Sans CJK SC", "Microsoft YaHei", "Hiragino Sans", sans-serif;
}

[lang^="ko"] body,
[lang^="ko"] h1,
[lang^="ko"] h2,
[lang^="ko"] h3,
[lang^="ko"] h4 {
	font-family: "Inter", "Noto Sans KR", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
	letter-spacing: -0.025em;
}

body.nav-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

h1,
h2,
h3,
h4 {
	margin: 0 0 0.7em;
	color: var(--navy-950);
	font-family: "Manrope", "Inter", sans-serif;
	line-height: 1.12;
	letter-spacing: -0.035em;
}

h1 {
	font-size: clamp(3.1rem, 6vw, 5.8rem);
}

h2 {
	font-size: clamp(2.2rem, 4vw, 3.8rem);
}

h3 {
	font-size: 1.35rem;
}

p {
	margin: 0 0 1.35em;
}

.shell {
	width: min(calc(100% - 48px), var(--shell));
	margin-inline: auto;
}

.section {
	padding: 112px 0;
}

.section--muted {
	background: var(--surface);
}

.section--dark {
	background: var(--navy-950);
	color: rgba(255, 255, 255, 0.75);
}

.section--dark h2,
.section--dark h3 {
	color: var(--white);
}

.section--rfq {
	background:
		linear-gradient(135deg, rgba(14, 56, 86, 0.97), rgba(5, 24, 41, 0.98)),
		url("assets/images/factory-aerial.jpg") center / cover;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
	color: var(--blue-600);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.eyebrow::before {
	width: 34px;
	height: 2px;
	background: currentColor;
	content: "";
}

.eyebrow--light {
	color: #8bc2e8;
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	min-height: 54px;
	padding: 0 28px;
	border: 1px solid transparent;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	transition: 180ms ease;
}

.button:hover {
	transform: translateY(-2px);
}

.button--primary,
.button--header {
	background: var(--blue-600);
	color: var(--white);
}

.button--primary:hover,
.button--header:hover {
	background: var(--blue-500);
}

.button--ghost {
	border-color: rgba(255, 255, 255, 0.55);
	color: var(--white);
}

.button--ghost:hover {
	background: var(--white);
	color: var(--navy-950);
}

.button--light {
	background: var(--white);
	color: var(--navy-950);
}

.button--wide {
	width: 100%;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 38px;
}

.screen-reader-text,
.skip-link {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.skip-link:focus {
	z-index: 9999;
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
	padding: 10px 16px;
	background: var(--white);
	clip: auto;
}

.topline {
	background: var(--navy-950);
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.67rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.topline__inner {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 34px;
}

.topline__inner a {
	margin-left: auto;
	color: #a9d4f0;
}

.topline__divider {
	width: 1px;
	height: 12px;
	background: rgba(255, 255, 255, 0.28);
}

.site-header {
	position: relative;
	z-index: 100;
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid rgba(10, 32, 55, 0.08);
	transition: 180ms ease;
}

.site-header.is-scrolled {
	position: sticky;
	top: 0;
	box-shadow: 0 8px 30px rgba(6, 21, 37, 0.09);
}

.site-header__inner {
	display: flex;
	align-items: center;
	min-height: 88px;
}

.brand {
	display: block;
	flex: 0 0 auto;
	width: 220px;
	margin-right: auto;
}

.brand img {
	width: 100%;
	max-height: 62px;
	object-fit: contain;
	object-position: left center;
}

.site-nav__list {
	display: flex;
	align-items: center;
	gap: clamp(18px, 2.1vw, 34px);
	padding: 0;
	margin: 0 20px;
	list-style: none;
}

.language-switcher {
	position: relative;
	flex: 0 0 auto;
	margin-right: 12px;
}

.language-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-width: 50px;
	height: 44px;
	padding: 0 10px;
	background: transparent;
	border: 1px solid var(--line);
	color: var(--navy-900);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	cursor: pointer;
}

.language-toggle span {
	color: var(--blue-600);
	font-size: 0.9rem;
	transition: transform 180ms ease;
}

.language-toggle[aria-expanded="true"] span {
	transform: rotate(180deg);
}

.language-menu {
	position: absolute;
	z-index: 300;
	top: calc(100% + 12px);
	right: 0;
	display: none;
	width: 178px;
	padding: 8px;
	background: var(--white);
	border: 1px solid var(--line);
	box-shadow: 0 16px 40px rgba(6, 21, 37, 0.16);
}

.language-menu.is-open {
	display: block;
}

.language-menu a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 12px;
	color: var(--navy-900);
	font-size: 0.78rem;
	font-weight: 600;
}

.language-menu a:hover,
.language-menu a.is-current {
	background: var(--blue-050);
	color: var(--blue-700);
}

.site-nav__list a {
	position: relative;
	display: block;
	padding: 31px 0;
	color: var(--navy-900);
	font-size: 0.71rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.site-nav__list a::after {
	position: absolute;
	right: 0;
	bottom: 22px;
	left: 0;
	height: 2px;
	background: var(--blue-600);
	content: "";
	transform: scaleX(0);
	transition: 180ms ease;
}

.site-nav__list a:hover::after,
.site-nav__list .current-menu-item > a::after {
	transform: scaleX(1);
}

.button--header {
	flex: 0 0 auto;
	min-height: 40px;
	padding-inline: 14px;
	font-size: 0.66rem;
	letter-spacing: 0.075em;
	white-space: nowrap;
}

.language-de .brand {
	width: 195px;
}

.language-de .site-nav__list {
	gap: 14px;
	margin-inline: 12px;
}

.language-de .site-nav__list a {
	font-size: 0.64rem;
	letter-spacing: 0.065em;
}

.language-de .button--header {
	padding-inline: 14px;
	font-size: 0.67rem;
	white-space: nowrap;
}

.language-es .brand {
	width: 190px;
}

.language-es .site-nav__list {
	gap: 13px;
	margin-inline: 10px;
}

.language-es .site-nav__list a {
	font-size: 0.61rem;
	letter-spacing: 0.055em;
}

.language-es .button--header {
	padding-inline: 12px;
	font-size: 0.63rem;
}

.nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	background: transparent;
	border: 0;
}

.nav-toggle > span:not(.screen-reader-text) {
	display: block;
	width: 24px;
	height: 2px;
	margin: 5px auto;
	background: var(--navy-950);
}

.hero {
	position: relative;
	min-height: 720px;
	overflow: hidden;
	background: var(--navy-950);
	color: var(--white);
}

.hero__media,
.hero__overlay {
	position: absolute;
	inset: 0;
}

.hero__media {
	background-position: center;
	background-size: cover;
	transform: scale(1.015);
}

.hero__overlay {
	background:
		linear-gradient(90deg, rgba(3, 16, 29, 0.98) 0%, rgba(5, 28, 49, 0.91) 39%, rgba(5, 28, 49, 0.3) 72%, rgba(5, 28, 49, 0.08) 100%),
		linear-gradient(0deg, rgba(3, 16, 29, 0.45), transparent 55%);
}

.hero__inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	min-height: 720px;
}

.hero__content {
	max-width: 790px;
	padding: 80px 0;
}

.hero h1 {
	color: var(--white);
	font-size: clamp(3.3rem, 5.9vw, 5.9rem);
}

.hero p {
	max-width: 700px;
	color: rgba(255, 255, 255, 0.76);
	font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}

.proof-strip {
	position: relative;
	z-index: 4;
	margin-top: -1px;
	background: var(--white);
	border-bottom: 1px solid var(--line);
}

.proof-strip__grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}

.proof-strip__grid > div {
	padding: 32px 16px;
	border-right: 1px solid var(--line);
	text-align: center;
}

.proof-strip__grid > div:first-child {
	border-left: 1px solid var(--line);
}

.proof-strip strong {
	display: block;
	color: var(--navy-900);
	font-family: "Manrope", sans-serif;
	font-size: clamp(1.6rem, 2.6vw, 2.2rem);
	letter-spacing: -0.04em;
}

.proof-strip span {
	display: block;
	margin-top: 4px;
	color: var(--muted);
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.section-heading {
	max-width: 720px;
	margin-bottom: 54px;
}

.section-heading > p {
	color: var(--muted);
	font-size: 1.05rem;
}

.section-heading--split {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
	gap: 70px;
	align-items: end;
	max-width: none;
}

.section-heading--split p {
	margin-bottom: 0;
}

.capability-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
}

.capability-card {
	position: relative;
	overflow: hidden;
	background: var(--white);
	border: 1px solid var(--line);
	transition: 220ms ease;
}

.capability-card:hover {
	border-color: transparent;
	box-shadow: var(--shadow);
	transform: translateY(-7px);
}

.capability-card > img {
	width: 100%;
	aspect-ratio: 1.35;
	object-fit: cover;
}

.capability-card__body {
	padding: 28px 26px 30px;
}

.capability-card__body > span {
	color: var(--blue-600);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.capability-card h3 {
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 1.35rem;
}

.capability-card p {
	min-height: 78px;
	color: var(--muted);
	font-size: 0.9rem;
}

.capability-card strong {
	color: var(--blue-600);
	font-size: 0.72rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.split-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 86px;
	align-items: center;
}

.split-feature__media {
	position: relative;
}

.split-feature__media img {
	width: 100%;
	min-height: 530px;
	object-fit: cover;
}

.image-label {
	position: absolute;
	right: -28px;
	bottom: -28px;
	min-width: 260px;
	padding: 24px 28px;
	background: var(--blue-600);
	color: var(--white);
}

.image-label strong,
.image-label span {
	display: block;
}

.image-label strong {
	font-family: "Manrope", sans-serif;
}

.image-label span {
	font-size: 0.78rem;
	opacity: 0.78;
}

.split-feature__content p {
	color: rgba(255, 255, 255, 0.68);
}

.check-list {
	display: grid;
	gap: 13px;
	padding: 0;
	margin: 30px 0;
	list-style: none;
}

.check-list li {
	position: relative;
	padding-left: 28px;
}

.check-list li::before {
	position: absolute;
	top: 0.65em;
	left: 0;
	width: 10px;
	height: 2px;
	background: var(--blue-500);
	content: "";
}

.check-list--light {
	color: rgba(255, 255, 255, 0.86);
}

.text-link {
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 1px solid currentColor;
	color: var(--blue-600);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.text-link--light {
	color: #9ed1f0;
}

.strength-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.strength-grid article {
	min-height: 310px;
	padding: 36px 30px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.strength-grid__number {
	display: block;
	margin-bottom: 72px;
	color: var(--blue-600);
	font-size: 0.72rem;
	font-weight: 700;
}

.strength-grid p {
	color: var(--muted);
	font-size: 0.9rem;
}

.brand-line {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px 44px;
	padding: 38px 20px 0;
	color: #718190;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.industries-layout {
	display: grid;
	grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
	gap: 70px;
	align-items: center;
}

.industries-layout__intro p {
	color: var(--muted);
}

.industries-layout__image img {
	width: 100%;
	min-height: 360px;
	object-fit: cover;
}

.industry-tags {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.industry-tags span {
	padding: 19px 24px;
	background: var(--white);
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
	color: var(--navy-800);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
}

.global-network__grid {
	display: grid;
	grid-template-columns: minmax(340px, 0.75fr) minmax(0, 1.25fr);
	gap: 70px;
	align-items: center;
}

.global-network__grid > div > p {
	color: var(--muted);
}

.global-network__map {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid rgba(10, 32, 55, 0.08);
	box-shadow: 0 18px 50px rgba(6, 21, 37, 0.09);
}

.network-facts {
	display: grid;
	gap: 18px;
	margin-top: 34px;
}

.network-facts > div {
	padding: 15px 0 15px 20px;
	border-left: 2px solid var(--blue-600);
}

.network-facts strong,
.network-facts span {
	display: block;
}

.network-facts strong {
	color: var(--navy-900);
	font-family: "Manrope", sans-serif;
}

.network-facts span {
	color: var(--muted);
	font-size: 0.78rem;
}

.rfq-layout {
	display: grid;
	grid-template-columns: minmax(300px, 0.75fr) minmax(500px, 1.25fr);
	gap: 80px;
	align-items: start;
}

.rfq-layout__intro h2 {
	color: var(--white);
}

.rfq-layout__intro > p {
	color: rgba(255, 255, 255, 0.68);
}

.contact-quick {
	display: grid;
	gap: 18px;
	margin-top: 42px;
}

.contact-quick a {
	padding: 17px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-quick span,
.contact-quick strong {
	display: block;
}

.contact-quick span {
	color: #86bde1;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.contact-quick strong {
	margin-top: 4px;
	color: var(--white);
}

.rfq-panel {
	padding: 46px;
	background: var(--white);
	box-shadow: var(--shadow);
}

.form-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px;
}

.form-grid label {
	display: block;
}

.form-grid label > span:first-child {
	display: block;
	margin-bottom: 7px;
	color: var(--navy-900);
	font-size: 0.71rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.form-grid__full {
	grid-column: 1 / -1;
}

.rfq-form input[type="text"],
.rfq-form input[type="email"],
.rfq-form input[type="tel"],
.rfq-form input[type="file"],
.rfq-form select,
.rfq-form textarea {
	width: 100%;
	min-height: 50px;
	padding: 12px 14px;
	background: #f8fafb;
	border: 1px solid #d6dee5;
	border-radius: 0;
	color: var(--ink);
	font: inherit;
	font-size: 0.9rem;
}

.rfq-form textarea {
	resize: vertical;
}

.rfq-form input:focus,
.rfq-form select:focus,
.rfq-form textarea:focus {
	border-color: var(--blue-600);
	outline: 2px solid rgba(29, 101, 159, 0.12);
}

.file-field small {
	display: block;
	margin-top: 6px;
	color: var(--muted);
	font-size: 0.7rem;
}

.consent-field {
	display: flex !important;
	gap: 10px;
	align-items: flex-start;
	color: var(--muted);
	font-size: 0.73rem;
}

.consent-field input {
	margin-top: 4px;
}

.consent-field a {
	color: var(--blue-600);
	text-decoration: underline;
}

.rfq-form .button {
	margin-top: 26px;
	border: 0;
	cursor: pointer;
}

.form-honeypot {
	position: absolute !important;
	left: -9999px !important;
}

.footer-cta {
	padding: 65px 0;
	background: var(--blue-600);
	color: rgba(255, 255, 255, 0.82);
}

.footer-cta__inner {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 60px;
	align-items: center;
}

.footer-cta h2 {
	margin-bottom: 10px;
	color: var(--white);
	font-size: clamp(2rem, 3vw, 3rem);
}

.footer-cta p {
	max-width: 740px;
	margin-bottom: 0;
}

.site-footer {
	padding: 80px 0 24px;
	background: var(--navy-950);
	color: rgba(255, 255, 255, 0.62);
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.7fr 0.8fr 1fr 0.9fr;
	gap: 64px;
}

.site-footer__brand img {
	width: 230px;
	margin-bottom: 22px;
}

.site-footer__brand p {
	max-width: 390px;
}

.footer-social {
	margin-top: 28px;
}

.footer-social > span {
	display: block;
	margin-bottom: 12px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
}

.social-links a {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--white);
	transition: 180ms ease;
}

.social-links a:hover {
	background: var(--blue-600);
	border-color: var(--blue-600);
	transform: translateY(-2px);
}

.social-links svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.site-footer h3 {
	margin-bottom: 22px;
	color: var(--white);
	font-size: 0.78rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.site-footer ul {
	display: grid;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer a:hover {
	color: var(--white);
}

.site-footer address {
	font-style: normal;
}

.site-footer__bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 34px;
	padding-top: 28px;
	margin-top: 58px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.68rem;
}

.site-footer__bottom p {
	margin: 0;
}

.site-footer__bottom a {
	margin-left: auto;
}

/* Interior pages */
.page-hero {
	position: relative;
	min-height: 520px;
	overflow: hidden;
	background: var(--navy-950);
	color: var(--white);
}

.page-hero__media,
.page-hero__overlay {
	position: absolute;
	inset: 0;
}

.page-hero__media {
	background-position: center;
	background-size: cover;
}

.page-hero__overlay {
	background: linear-gradient(90deg, rgba(3, 16, 29, 0.98), rgba(6, 32, 54, 0.78) 55%, rgba(6, 32, 54, 0.22));
}

.page-hero__inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	min-height: 520px;
}

.page-hero__content {
	max-width: 760px;
	padding: 70px 0;
}

.page-hero h1 {
	color: var(--white);
	font-size: clamp(3rem, 5vw, 5rem);
}

.page-hero p {
	max-width: 700px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 1.15rem;
}

.page-hero--simple {
	display: flex;
	align-items: center;
	min-height: 350px;
	background: linear-gradient(135deg, var(--navy-950), var(--navy-800));
}

.page-hero--simple h1 {
	margin-bottom: 0;
}

.breadcrumb-line {
	padding: 13px 0;
	background: var(--surface);
	border-bottom: 1px solid var(--line);
	color: var(--muted);
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.breadcrumb-line a {
	color: var(--blue-600);
}

.intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 80px;
	align-items: center;
}

.intro-grid__media {
	position: relative;
}

.intro-grid__media img {
	width: 100%;
	min-height: 460px;
	object-fit: cover;
}

.intro-grid__content > p {
	color: var(--muted);
	font-size: 1.05rem;
}

.data-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	margin-top: 34px;
}

.data-card {
	padding: 22px 20px;
	background: var(--blue-050);
	border-top: 2px solid var(--blue-600);
}

.data-card strong,
.data-card span {
	display: block;
}

.data-card strong {
	color: var(--navy-900);
	font-family: "Manrope", sans-serif;
	font-size: 1.45rem;
}

.data-card span {
	margin-top: 5px;
	color: var(--muted);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.feature-columns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}

.feature-box {
	padding: 36px;
	background: var(--white);
	border: 1px solid var(--line);
}

.feature-box__number {
	display: inline-block;
	margin-bottom: 34px;
	color: var(--blue-600);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.feature-box p {
	color: var(--muted);
}

.spec-table {
	border-top: 1px solid var(--line);
}

.spec-row {
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	gap: 30px;
	padding: 22px 0;
	border-bottom: 1px solid var(--line);
}

.spec-row strong {
	color: var(--navy-900);
}

.spec-row span {
	color: var(--muted);
}

.process-line {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding: 0;
	margin: 54px 0 0;
	list-style: none;
	counter-reset: process;
}

.process-line li {
	position: relative;
	padding: 28px 18px 0 0;
	border-top: 2px solid var(--blue-100);
	color: var(--navy-900);
	font-weight: 700;
}

.process-line li::before {
	position: absolute;
	top: -7px;
	left: 0;
	width: 12px;
	height: 12px;
	background: var(--blue-600);
	border: 3px solid var(--white);
	border-radius: 50%;
	box-shadow: 0 0 0 1px var(--blue-600);
	content: "";
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.gallery-grid img {
	width: 100%;
	height: 370px;
	object-fit: cover;
}

.prose {
	max-width: 850px;
}

.prose h2 {
	margin-top: 1.5em;
	font-size: 2rem;
}

.prose p,
.prose li {
	color: var(--muted);
}

.contact-page-grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.7fr) minmax(500px, 1.3fr);
	gap: 72px;
	align-items: start;
}

.contact-card {
	padding: 32px;
	background: var(--navy-950);
	color: rgba(255, 255, 255, 0.72);
}

.contact-card h3 {
	color: var(--white);
}

.contact-card a {
	color: #9ed1f0;
}

.contact-card img {
	width: 100%;
	margin-bottom: 28px;
}

.notice {
	padding: 16px 18px;
	margin-bottom: 24px;
	background: #fff4ea;
	border-left: 3px solid var(--orange);
	color: #74401e;
	font-size: 0.86rem;
}

.thank-you {
	min-height: 70vh;
	display: grid;
	place-items: center;
	padding: 100px 0;
	text-align: center;
}

.thank-you__icon {
	display: grid;
	width: 72px;
	height: 72px;
	margin: 0 auto 28px;
	place-items: center;
	background: var(--blue-600);
	border-radius: 50%;
	color: var(--white);
	font-size: 2rem;
}

/* Insights and editorial */
.insights-hero {
	position: relative;
	min-height: 540px;
	overflow: hidden;
	background: var(--navy-950);
	color: var(--white);
}

.insights-hero__media,
.insights-hero__overlay {
	position: absolute;
	inset: 0;
}

.insights-hero__media {
	background-position: center;
	background-size: cover;
}

.insights-hero__overlay {
	background: linear-gradient(90deg, rgba(3, 16, 29, 0.98), rgba(6, 32, 54, 0.82) 52%, rgba(6, 32, 54, 0.28));
}

.insights-hero__inner {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 540px;
	padding-block: 80px;
}

.insights-hero h1 {
	max-width: 850px;
	color: var(--white);
}

.insights-hero p {
	max-width: 720px;
	color: rgba(255, 255, 255, 0.76);
	font-size: 1.15rem;
}

.editorial-topics {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-top: 1px solid var(--line);
	border-left: 1px solid var(--line);
}

.editorial-topics article {
	min-height: 265px;
	padding: 36px;
	border-right: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.editorial-topics article > span {
	display: block;
	margin-bottom: 50px;
	color: var(--blue-600);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.editorial-topics p {
	margin-bottom: 0;
	color: var(--muted);
}

.editorial-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.post-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	background: var(--white);
	border: 1px solid var(--line);
	transition: 180ms ease;
}

.post-card:hover {
	box-shadow: var(--shadow);
	transform: translateY(-4px);
}

.post-card__media {
	display: block;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: var(--navy-900);
}

.post-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 300ms ease;
}

.post-card:hover .post-card__media img {
	transform: scale(1.025);
}

.post-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 30px;
}

.post-card__meta,
.update-row__meta,
.article-header__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	align-items: center;
	margin-bottom: 18px;
	color: var(--muted);
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.post-card__meta span,
.update-row__meta span,
.article-header__meta span {
	color: var(--blue-600);
}

.post-card h3 {
	font-size: 1.35rem;
}

.post-card p {
	color: var(--muted);
	font-size: 0.88rem;
}

.post-card .text-link {
	margin-top: auto;
}

.editorial-empty,
.updates-empty {
	display: flex;
	gap: 22px;
	align-items: center;
	padding: 34px;
	background: var(--white);
	border: 1px solid var(--line);
}

.editorial-empty > span {
	display: grid;
	width: 56px;
	height: 56px;
	flex: 0 0 56px;
	place-items: center;
	background: var(--navy-900);
	color: var(--white);
	font-family: "Manrope", sans-serif;
	font-weight: 800;
}

.editorial-empty h3,
.editorial-empty p {
	margin: 0;
}

.editorial-empty p,
.updates-empty {
	color: var(--muted);
}

.pagination {
	margin-top: 50px;
}

.pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	list-style: none;
}

.pagination a,
.pagination span {
	display: grid;
	min-width: 40px;
	height: 40px;
	padding-inline: 10px;
	place-items: center;
	border: 1px solid var(--line);
	font-size: 0.74rem;
	font-weight: 700;
}

.pagination .current {
	background: var(--blue-600);
	border-color: var(--blue-600);
	color: var(--white);
}

.home-updates {
	background: var(--white);
}

.updates-list {
	border-top: 1px solid var(--line);
}

.update-row {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr) 52px;
	gap: 28px;
	align-items: center;
	min-height: 112px;
	border-bottom: 1px solid var(--line);
	transition: 180ms ease;
}

.update-row:hover {
	padding-inline: 18px;
	background: var(--blue-050);
}

.update-row__meta {
	margin: 0;
}

.update-row h3 {
	margin: 0;
	font-size: clamp(1.05rem, 1.7vw, 1.45rem);
}

.update-row__link {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid var(--line);
	color: var(--blue-600);
	font-size: 1.1rem;
}

.single-article {
	background: var(--white);
}

.article-header {
	padding: 110px 0 90px;
	background: linear-gradient(135deg, var(--navy-950), var(--navy-800));
	color: var(--white);
}

.article-header__inner {
	max-width: 980px;
}

.article-header__meta {
	color: rgba(255, 255, 255, 0.6);
}

.article-header__meta span {
	color: #8bc2e8;
}

.article-header h1 {
	color: var(--white);
	font-size: clamp(2.8rem, 5vw, 5rem);
}

.article-header p {
	max-width: 800px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 1.16rem;
}

.article-featured {
	margin-top: -50px;
}

.article-featured img {
	width: 100%;
	max-height: 650px;
	object-fit: cover;
	box-shadow: var(--shadow);
}

.article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 90px;
	padding-top: 90px;
	padding-bottom: 110px;
}

.article-content {
	max-width: 780px;
}

.article-content h2,
.article-content h3 {
	margin-top: 1.5em;
}

.article-content img {
	margin-block: 34px;
}

.article-aside {
	align-self: start;
	padding: 30px;
	background: var(--surface);
	border-top: 3px solid var(--blue-600);
}

.article-aside p {
	color: var(--muted);
	font-size: 0.86rem;
}

.article-follow {
	padding-top: 24px;
	margin-top: 28px;
	border-top: 1px solid var(--line);
}

.article-follow > strong {
	display: block;
	margin-bottom: 12px;
	color: var(--navy-900);
	font-size: 0.72rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.social-links--dark a {
	border-color: var(--line);
	color: var(--navy-900);
}

@media (max-width: 1100px) {
	.button--header {
		display: none;
	}

	.site-nav__list {
		margin-right: 0;
	}

	.capability-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.strength-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.rfq-layout,
	.contact-page-grid {
		grid-template-columns: 0.85fr 1.15fr;
		gap: 48px;
	}
}

@media (max-width: 1420px) {
	.button--header {
		display: none;
	}
}

@media (max-width: 900px) {
	.section {
		padding: 82px 0;
	}

	.topline__inner span:nth-child(2),
	.topline__inner span:nth-child(3) {
		display: none;
	}

	.nav-toggle {
		display: block;
	}

	.language-switcher {
		margin-right: 0;
		margin-left: 8px;
	}

	.site-nav {
		position: fixed;
		z-index: 200;
		top: 122px;
		right: 0;
		bottom: 0;
		left: 0;
		display: none;
		padding: 26px 24px;
		background: var(--white);
		overflow-y: auto;
	}

	.site-header.is-scrolled .site-nav {
		top: 88px;
	}

	.site-nav.is-open {
		display: block;
	}

	.site-nav__list {
		display: grid;
		gap: 0;
		margin: 0;
	}

	.site-nav__list a {
		padding: 18px 0;
		border-bottom: 1px solid var(--line);
		font-size: 0.85rem;
	}

	.site-nav__list a::after {
		display: none;
	}

	.proof-strip__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.section-heading--split,
	.split-feature,
	.industries-layout,
	.global-network__grid,
	.intro-grid,
	.rfq-layout,
	.contact-page-grid {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.split-feature__media img {
		min-height: 400px;
	}

	.image-label {
		right: 0;
	}

	.industries-layout__image {
		grid-row: 2;
	}

	.industry-tags {
		grid-row: 3;
	}

	.site-footer__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.editorial-grid,
	.editorial-topics {
		grid-template-columns: 1fr 1fr;
	}

	.article-layout {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.article-aside {
		max-width: 540px;
	}
}

@media (max-width: 640px) {
	.shell {
		width: min(calc(100% - 32px), var(--shell));
	}

	.section {
		padding: 68px 0;
	}

	.topline__inner {
		min-height: 30px;
	}

	.topline__inner > span:first-child {
		font-size: 0.6rem;
	}

	.topline__inner a {
		font-size: 0.58rem;
	}

	.site-header__inner {
		min-height: 74px;
	}

	.brand {
		width: 164px;
	}

	.site-header.is-scrolled .site-nav {
		top: 74px;
	}

	.site-nav {
		top: 104px;
	}

	.hero,
	.hero__inner {
		min-height: 660px;
	}

	.hero h1 {
		font-size: 3.2rem;
	}

	.button-row .button {
		width: 100%;
	}

	.proof-strip__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.capability-grid,
	.strength-grid,
	.industry-tags,
	.feature-columns,
	.gallery-grid,
	.form-grid,
	.data-cards {
		grid-template-columns: 1fr;
	}

	.form-grid__full {
		grid-column: auto;
	}

	.capability-card p {
		min-height: 0;
	}

	.strength-grid article {
		min-height: auto;
	}

	.strength-grid__number {
		margin-bottom: 36px;
	}

	.image-label {
		position: static;
	}

	.rfq-panel {
		padding: 28px 22px;
	}

	.footer-cta__inner {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.footer-cta .button {
		width: 100%;
	}

	.site-footer__grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.site-footer__bottom {
		display: grid;
	}

	.site-footer__bottom a {
		margin-left: 0;
	}

	.page-hero,
	.page-hero__inner {
		min-height: 440px;
	}

	.page-hero h1 {
		font-size: 3rem;
	}

	.spec-row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.process-line {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.process-line li {
		padding: 14px 0 14px 28px;
		border-top: 0;
		border-left: 2px solid var(--blue-100);
	}

	.process-line li::before {
		top: 21px;
		left: -7px;
	}

	.gallery-grid img {
		height: 280px;
	}

	.editorial-grid,
	.editorial-topics {
		grid-template-columns: 1fr;
	}

	.editorial-topics article {
		min-height: auto;
	}

	.editorial-topics article > span {
		margin-bottom: 28px;
	}

	.update-row {
		grid-template-columns: 1fr 42px;
		gap: 10px 16px;
		padding-block: 22px;
	}

	.update-row__meta {
		grid-column: 1 / -1;
	}

	.update-row__link {
		grid-column: 2;
		grid-row: 2;
	}

	.article-header {
		padding: 80px 0 70px;
	}

	.article-layout {
		padding-top: 68px;
		padding-bottom: 78px;
	}
}
