/* About Us v2 — Figma node 1232:60 (Thermon About Page V2) */

.about-v2 {
	overflow-x: hidden;
}

.about-v2 * {
	margin: 0;
	box-sizing: border-box;
}

.about-v2 .about-v2-container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 48px;
}

.about-v2-eyebrow {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.7px;
	color: #da291c;
	text-transform: uppercase;
	margin-bottom: 12px !important;
}

.about-v2-eyebrow--center {
	text-align: center;
}

.about-v2-heading-2 {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.15;
	letter-spacing: 1.8px;
	color: #111c24;
	text-transform: uppercase;
	margin-bottom: 24px !important;
}

.about-v2-body,
.about-v2-certifications__copy p {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #656971;
	margin-bottom: 20px !important;
}

.about-v2-certifications__copy p:last-child {
	margin-bottom: 0 !important;
}

.about-v2-body:last-child {
	margin-bottom: 0 !important;
}

.about-v2-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 0 28px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.35px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}

.about-v2-btn--solid {
	background: #da291c;
	color: #fff;
}

.about-v2-btn--solid:hover {
	background: #b81f14;
	color: #fff;
}

.about-v2-btn--outline {
	background: transparent;
	border: 2px solid #111c24;
	color: #111c24;
}

.about-v2-btn--outline:hover {
	background: #111c24;
	color: #fff;
}

/* ---------- Hero ---------- */
.about-v2-hero {
	position: relative;
	background: #ffffff;
	padding-top: 100px;
	padding-bottom: 70px !important;
	overflow: hidden;
}

.about-v2-hero__bg {
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.1;
	pointer-events: none;
}

.about-v2-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
}

.about-v2-hero__col {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.about-v2-hero__heading {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-size: 64px;
	line-height: 1;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 32px !important;
}

.about-v2-hero__heading-dark,
.about-v2-hero__heading-red {
	display: block;
}

.about-v2-hero__heading-dark {
	color: #111c24;
}

.about-v2-hero__heading-red {
	color: #da291c;
}

.about-v2-hero__update {
	border-left: 4px solid #da291c;
	padding-left: 24px;
	margin-bottom: 40px !important;
}

.about-v2-hero__update-label {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #da291c;
	margin-bottom: 20px !important;
}

.about-v2-hero__update-copy {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 28px;
	color: rgba(17, 28, 36, 0.8);
}

.about-v2-hero__update-copy strong {
	color: #111c24;
}

.about-v2-hero__actions {
	display: flex;
	gap: 12px;
}

.about-v2-hero__p {
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 25px;
	color: rgba(17, 28, 36, 0.75);
	padding: 20px 24px !important;
}

.about-v2-hero__quote {
	background: rgba(218, 41, 28, 0.15);
	border-left: 4px solid #da291c;
	padding: 20px 24px 20px 28px !important;
}

.about-v2-hero__quote p {
	font-family: "Montserrat", sans-serif;
	font-style: italic;
	font-size: 15px;
	line-height: 25px;
	color: #111c24;
}

.about-v2-hero__bar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #da291c;
	height: 4px;
}

/* ---------- Purpose / Vision / Mission ---------- */
.about-v2-purpose {
	background: #fff;
	border-bottom: 1px solid rgba(180, 186, 188, 0.3);
	padding-top: 80px;
	padding-bottom: 80px !important;
}

.about-v2-purpose__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
}

.about-v2-purpose__item {
	border-left: 4px solid #da291c;
	padding-left: 20px;
	margin-bottom: 32px !important;
}

.about-v2-purpose__item:last-child {
	margin-bottom: 0 !important;
}

.about-v2-purpose__label {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 0.65px;
	text-transform: uppercase;
	color: #da291c;
	margin-bottom: 15px !important;
}

.about-v2-purpose__text {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	line-height: 1.13;
	color: #111c24;
}

.about-v2-purpose__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* ---------- Brand Promise banner ---------- */
.about-v2-brand-promise {
	background: #111c24;
	text-align: center;
	padding: 40px 56px !important;
}

.about-v2-brand-promise__headline {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 48px;
	letter-spacing: -0.5px;
	color: #fff;
}

/* ---------- Products & Accessories Guide ---------- */
.about-v2-guide {
	display: flex;
	flex-wrap: wrap;
	min-height: 515px;
	background: #f0f0f0;
	border-bottom: 1px solid rgba(180, 186, 188, 0.3);
	padding-bottom: 0 !important;
}

.about-v2-guide__image {
	flex: 1 1 453px;
	min-width: 300px;
	height: 515px;
	position: relative;
	overflow: hidden;
}

.about-v2-guide__image img {
	position: absolute;
	top: -41%;
	left: -21%;
	width: 203%;
	height: 183%;
	max-width: none;
	object-fit: cover;
	display: block;
}

.about-v2-guide__content {
	flex: 1 1 453px;
	min-width: 300px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 60px !important;
}

/* ---------- Locations map (existing embed, kept) ---------- */
.about-v2-map {
	background: #c3c3c3;
	text-align: center;
	padding: 66px 0 !important;
}

.about-v2-map__heading {
	padding: 0 20px !important;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-size: 42px;
	letter-spacing: -1.47px;
	color: #444;
	margin-bottom: 32px !important;
}

.about-v2-map__embed {
	width: 100%;
	padding: 0 30px;
}

.about-v2-map__embed iframe {
	width: 100%;
	border: 0;
}

/* ---------- Locations list (accordion) ---------- */
.about-v2-locations {
	background: #fff;
	border-bottom: 1px solid rgba(180, 186, 188, 0.3);
	padding-top: 80px;
	padding-bottom: 80px !important;
}

.about-v2-locations__header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: end;
	margin-bottom: 56px !important;
}

.about-v2-locations__intro {
	margin-bottom: 0 !important;
}

.about-v2-locations__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 40px;
}

.about-v2-locations__col {
	padding: 0 20px !important;
	border-left: 1px solid rgba(180, 186, 188, 0.3);
}

.about-v2-locations__col:first-child {
	padding-left: 0 !important;
	border-left: 0;
}

.about-v2-locations__region-group {
	margin-bottom: 24px !important;
}

.about-v2-locations__region-group:last-child {
	margin-bottom: 0 !important;
}

.about-v2-locations__region {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.65px;
	text-transform: uppercase;
	color: #111c24;
	border-bottom: 1px solid rgba(180, 186, 188, 0.3);
	padding-bottom: 13px !important;
	margin-bottom: 16px !important;
}

.about-v2-loc-list {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
}

.about-v2-loc-item {
	margin-bottom: 4px !important;
}

.about-v2-loc__trigger {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 8px 0 !important;
	text-align: left;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #656971;
}

.about-v2-loc__trigger:hover {
	color: #111c24;
}

.about-v2-loc__dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #da291c;
	flex: 0 0 auto;
}

.about-v2-loc__name {
	flex: 1 1 auto;
}

.about-v2-loc__chevron {
	width: 14px;
	height: 14px;
	flex: 0 0 auto;
	color: #656971;
	transition: transform 0.2s ease;
}

.about-v2-loc-item.is-open .about-v2-loc__chevron {
	transform: rotate(180deg);
}

.about-v2-loc__panel {
	display: none;
	padding: 4px 0 12px 14px !important;
}

.about-v2-loc-item.is-open .about-v2-loc__panel {
	display: block;
}

.about-v2-loc__address {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #656971;
	margin-bottom: 4px !important;
}

.about-v2-loc__phone {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #656971;
}

.about-v2-loc__phone a {
	color: #da291c;
	text-decoration: none;
}

.about-v2-loc__phone a:hover {
	text-decoration: underline;
}

/* ---------- Certifications / Terms & Conditions (shared region-card pattern) ---------- */
.about-v2-certifications,
.about-v2-terms {
	background: #f1f3f4;
	border-bottom: 1px solid rgba(180, 186, 188, 0.3);
	padding-top: 80px;
	padding-bottom: 80px !important;
}

.about-v2-terms {
	background: #fff;
}

.about-v2-certifications__inner,
.about-v2-terms__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: start;
}

.about-v2-terms__col {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.about-v2-region-card {
	background: #fff;
	border: 1px solid rgba(180, 186, 188, 0.3);
	margin-bottom: 16px !important;
}

.about-v2-terms .about-v2-region-card {
	margin-bottom: 0 !important;
}

.about-v2-region-card__title {
	background: #111c24;
	color: #fff;
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.65px;
	text-transform: uppercase;
	padding: 12px 20px 13px !important;
}

.about-v2-region-card__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 20px 13px !important;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.about-v2-region-card__row:last-child {
	border-bottom: 0;
}

.about-v2-region-card__name {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	line-height: 19.5px;
	color: #656971;
}

.about-v2-badge {
	display: inline-flex;
	align-items: center;
	background: #f1f3f4;
	color: #da291c;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	padding: 4px 8px !important;
	white-space: nowrap;
}

.about-v2-badge--link {
	text-decoration: none;
	cursor: pointer;
}

.about-v2-badge--link:hover {
	background: #e5e7eb;
}

/* ---------- History ---------- */
.about-v2-history {
	background: #f1f3f4;
	padding-top: 80px;
	padding-bottom: 80px !important;
}

.about-v2-history__intro {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 162px;
	margin-bottom: 64px !important;
}

.about-v2-history__copy .about-v2-body {
	margin-bottom: 16px !important;
}

.about-v2-history__years {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: rgba(180, 186, 188, 0.3);
}

.about-v2-history__year {
	background: #fff;
	height: 250px;
	perspective: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.about-v2-history__year-dash {
	width: 24px;
	height: 2px;
	background: #da291c;
	display: block;
}

.about-v2-history__year p {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1px;
	color: #111c24;
	white-space: nowrap;
}

.about-v2-flip-card__inner {
	position: relative;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: transform 0.6s;
}

.about-v2-flip-card:hover .about-v2-flip-card__inner {
	transform: rotateY(180deg);
}

.about-v2-flip-card__front,
.about-v2-flip-card__back {
	position: absolute;
	inset: 6px;
	backface-visibility: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 10px !important;
	text-align: center;
	background: #fff;
	box-shadow: 0 0.35em 2em 0 rgba(0, 0, 0, 0.15);
}

.about-v2-flip-card__back {
	transform: rotateY(180deg);
	padding: 0 !important;
	overflow: hidden;
}

.about-v2-flip-card__back img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
	.about-v2-hero__inner,
	.about-v2-purpose__inner,
	.about-v2-locations__header,
	.about-v2-certifications__inner,
	.about-v2-terms__inner,
	.about-v2-history__intro {
		grid-template-columns: 1fr;
	}

	.about-v2-history__intro {
		gap: 24px;
	}

	.about-v2-locations__grid {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 32px;
	}

	.about-v2-locations__col:nth-child(2n+1) {
		padding-left: 0 !important;
		border-left: 0;
	}

	.about-v2-locations__col:nth-child(2n) {
		padding-left: 20px !important;
		border-left: 1px solid rgba(180, 186, 188, 0.3);
	}
}

@media (max-width: 640px) {
	.about-v2-container {
		padding: 0 20px;
	}

	.about-v2-hero__heading {
		font-size: 44px;
	}

	.about-v2-hero {
		padding-top: 56px;
		padding-bottom: 40px !important;
	}

	.about-v2-locations__grid {
		grid-template-columns: 1fr;
		row-gap: 32px;
	}

	.about-v2-locations__col {
		padding-left: 0 !important;
		border-left: 0;
	}

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

	.about-v2-guide {
		min-height: 0;
	}

	.about-v2-guide__image {
		height: 280px;
	}

	.about-v2-guide__image img {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		max-width: 100%;
	}

	.about-v2-guide__content {
		padding: 32px !important;
	}
}
