/* Kiara Sanat Arya v2.2 refinements */

.site-header .brand {
	gap: 0;
}

.site-header .brand-symbol {
	display: none;
}

.site-header .brand-wordmark {
	width: 205px;
}

.hero-copy .hero-company {
	position: relative;
	margin: 0 0 20px;
	color: var(--navy-deep);
	font-size: clamp(35px, 3.25vw, 52px);
	font-weight: 850;
	line-height: 1.35;
	letter-spacing: -.045em;
}

.hero-copy .hero-company::after {
	content: "";
	display: block;
	width: 72px;
	height: 3px;
	margin-top: 13px;
	background: var(--red);
}

.fa .hero-copy .hero-company {
	letter-spacing: -.035em;
}

.hero-copy .eyebrow {
	gap: 0;
	margin-bottom: 14px;
}

.hero-copy .eyebrow > span {
	display: none;
}

.fa .hero-copy h1 {
	display: grid;
	grid-template-columns: max-content 84px;
	grid-template-rows: auto auto;
	justify-content: start;
	align-items: center;
	column-gap: 12px;
	min-height: 98px;
	padding-left: 0;
	font-size: clamp(25px, 2.2vw, 34px);
	font-weight: 720;
	line-height: 1.65;
}

.fa .hero-copy h1 > span,
.fa .hero-copy h1 > strong {
	grid-column: 1;
}

.fa .hero-copy h1 > span {
	grid-row: 1;
}

.fa .hero-copy h1 > strong {
	grid-row: 2;
}

.hero-copy .hero-slogan-symbol {
	position: static;
	grid-column: 2;
	grid-row: 1 / 3;
	width: 82px;
	height: 100px;
	object-fit: contain;
	transform: none;
}

.en .hero-copy h1 {
	display: grid;
	grid-template-columns: 84px max-content;
	grid-template-rows: auto auto;
	justify-content: start;
	align-items: center;
	column-gap: 12px;
	min-height: 98px;
	padding-left: 0;
}

.en .hero-copy h1 > span,
.en .hero-copy h1 > strong {
	grid-column: 2;
}

.en .hero-copy h1 > span {
	grid-row: 1;
}

.en .hero-copy h1 > strong {
	grid-row: 2;
}

.en .hero-copy .hero-slogan-symbol {
	grid-column: 1;
}

.hero-showcase.kiara-carousel-managed .showcase-image {
	opacity: 0 !important;
	transform: scale(1.08) !important;
}

.hero-showcase.kiara-carousel-managed .showcase-image.kiara-active {
	opacity: 1 !important;
	transform: scale(1.015) !important;
}

.hero-showcase.kiara-carousel-managed > .showcase-caption:not(.kiara-showcase-caption),
.hero-showcase.kiara-carousel-managed > .showcase-controls:not(.kiara-showcase-controls) {
	display: none;
}

.hero-copy .hero-intro {
	max-width: 675px;
	margin-top: 19px;
	color: #566a79;
	font-size: 13.5px;
	line-height: 2.15;
}

.product-story:nth-child(3) .product-image img,
.product-story:nth-child(4) .product-image img {
	object-position: center;
}

.technical-glyph.kiara-logo-glyph {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 58px;
	height: 68px;
	margin-top: 36px;
	border: 0;
	border-radius: 0;
	transform: none !important;
}

.technical-glyph.kiara-logo-glyph::before,
.technical-glyph.kiara-logo-glyph::after,
.technical-glyph.kiara-logo-glyph i {
	display: none;
}

.technical-glyph .engineering-symbol {
	display: block;
	width: 48px;
	height: 62px;
	object-fit: contain;
	transition: filter .28s ease, transform .45s var(--ease);
}

.engineering-card:hover .technical-glyph .engineering-symbol {
	filter: brightness(0) invert(1);
	transform: translateX(5px);
}

.registration-certificate-link {
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	margin-top: 24px;
	padding-top: 17px;
	border-top: 1px solid #d8e0e5;
	color: var(--navy);
	font-size: 11.5px;
	font-weight: 800;
	position: relative;
}

.registration-certificate-link strong {
	color: var(--red);
	font: 800 10px/1 var(--font-geist-sans), sans-serif;
	letter-spacing: .08em;
}

.registration-certificate-link:hover span {
	color: var(--red);
}

.contact-section {
	gap: clamp(55px, 7vw, 110px);
}

.contact-details {
	width: 100%;
	max-width: 510px;
}

.contact-details > div:not(.kiara-contact-panel) {
	display: none;
}

.contact-details > .kiara-contact-panel {
	display: grid;
	gap: 12px;
	padding: 0;
	border: 0;
}

.kiara-contact-panel > * {
	position: relative;
	overflow: hidden;
	border: 1px solid #cfd8df;
	background: #f8f8f5;
}

.kiara-contact-panel > *::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 3px;
	background: var(--red);
}

.contact-office {
	padding: 25px 27px;
}

.kiara-contact-panel span {
	display: block;
	margin: 0 0 11px;
	color: #8a969f;
	font-size: 9.5px;
	font-weight: 800;
	letter-spacing: .03em;
}

.kiara-contact-panel p {
	margin: 0;
	color: var(--navy);
	font-size: 13.5px;
	font-weight: 680;
	line-height: 2;
}

.contact-channel-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
}

.contact-channel {
	min-width: 0;
	padding: 24px 25px;
}

.contact-channel + .contact-channel {
	border-inline-start: 1px solid #d7dee3;
}

.contact-channel a {
	display: block;
	width: max-content;
	max-width: 100%;
	margin-top: 8px;
	color: var(--navy);
	font: 720 12.5px/1.55 var(--font-geist-sans), sans-serif;
	direction: ltr;
}

.contact-channel a:hover,
.contact-domain:hover strong {
	color: var(--red);
}

.contact-domain {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	padding: 20px 26px;
}

.contact-domain span {
	margin: 0;
}

.contact-domain strong {
	color: var(--navy);
	font: 780 14px/1 var(--font-geist-sans), sans-serif;
	letter-spacing: .02em;
	transition: color .2s ease;
}

.site-footer {
	gap: 48px 46px;
	padding-top: 58px;
}

.footer-lockup {
	gap: 19px;
}

.footer-symbol {
	width: 39px;
	height: 51px;
}

.footer-wordmark {
	width: 195px;
}

.footer-brand p {
	margin-top: 17px;
	font-size: 11.5px;
	line-height: 1.8;
}

.site-footer nav {
	gap: 24px;
	font-size: 11.5px;
	line-height: 1.7;
}

.footer-meta {
	font-size: 9.5px;
}

@media (max-width: 1120px) {
	.site-header .brand-wordmark {
		width: 188px;
	}
}

@media (max-width: 820px) {
	.site-header .brand {
		gap: 0;
	}

	.site-header .brand-wordmark {
		width: 152px;
	}

	.hero-copy .hero-company {
		margin-bottom: 15px;
		font-size: clamp(30px, 9vw, 42px);
	}

	.hero-copy .hero-company::after {
		width: 58px;
		height: 2px;
		margin-top: 10px;
	}

	.fa .hero-copy h1 {
		grid-template-columns: max-content 62px;
		column-gap: 9px;
		min-height: 82px;
		padding-left: 0;
		font-size: clamp(22px, 6.4vw, 30px);
		line-height: 1.65;
	}

	.en .hero-copy h1 {
		grid-template-columns: 62px minmax(0, 1fr);
		column-gap: 9px;
		min-height: 82px;
		padding-left: 0;
	}

	.hero-copy .hero-slogan-symbol {
		width: 60px;
		height: 78px;
	}

	.hero-copy .hero-intro {
		font-size: 12.75px;
		line-height: 2.1;
	}

	.contact-details {
		max-width: none;
	}

	.kiara-contact-panel p {
		font-size: 13px;
	}

	.contact-channel a {
		font-size: 12px;
	}

	.footer-symbol {
		width: 34px;
		height: 44px;
	}

	.footer-wordmark {
		width: 170px;
	}

	.site-footer nav {
		font-size: 11px;
	}
}

@media (max-width: 420px) {
	.site-header .brand-wordmark {
		width: 140px;
	}

	.contact-channel-grid {
		grid-template-columns: 1fr;
	}

	.contact-channel + .contact-channel {
		border-top: 1px solid #d7dee3;
		border-inline-start: 0;
	}

	.contact-domain {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}
}
