/* =========================================================
 * Tech Resolve — Magento Commerce Architecture
 * Version: 1.1.0
 * Homepage Typography Alignment
 * ======================================================= */
.tr-magento-architecture {
	position: relative;
	overflow: hidden;
	padding: clamp(110px, 10vw, 170px) var(--tr-gutter);
	color: #ffffff;
	background: radial-gradient(circle at 52% 42%, rgba(25, 224, 120, .09), transparent 28%), #06100d;
}
.tr-magento-architecture::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .1;
	background-image: linear-gradient(rgba(255, 255, 255, .024) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .024) 1px, transparent 1px);
	background-size: 90px 90px;
	pointer-events: none;
}
.tr-magento-architecture__shell {
	position: relative;
	z-index: 2;
	width: min(100%, var(--tr-container-wide));
	margin: 0 auto;
}
/* =========================================================
 * Intro
 * ======================================================= */
.tr-magento-architecture__intro {
	width: min(100%, var(--tr-container));
	margin: 0 auto clamp(58px, 6vw, 86px);
}
.tr-magento-architecture__eyebrow {
	display: block;
	margin-bottom: 18px;
	color: var(--tr-green);
	font-size: var(--tr-text-ui);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
	letter-spacing: .15em;
}
.tr-magento-architecture__intro h2 {
	max-width: 980px;
	margin: 0;
	color: #ffffff !important;
	font-size: clamp(43px, 4.6vw, 72px);
	font-weight: 790;
	line-height: 1.01;
	letter-spacing: -.052em;
	text-wrap: balance;
}
.tr-magento-architecture__intro > p {
	max-width: 720px;
	margin: 28px 0 0;
	color: rgba(255, 255, 255, .61) !important;
	font-size: var(--tr-text-body);
	font-weight: var(--tr-weight-body);
	line-height: var(--tr-line-body);
}
/* =========================================================
 * Backbone
 * ======================================================= */
.tr-magento-architecture__backbone {
	overflow: hidden;
	background: linear-gradient(145deg, rgba(255, 255, 255, .025), rgba(255, 255, 255, .006)), #09160f;
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 30px;
	box-shadow: 0 46px 115px rgba(0, 0, 0, .28);
}
.tr-magento-architecture__backbone-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 58px;
	padding: 0 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	color: rgba(255, 255, 255, .34);
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
	letter-spacing: .07em;
}
.tr-magento-architecture__backbone-head > div {
	display: flex;
	align-items: center;
	gap: 9px;
}
.tr-magento-architecture__backbone-head i {
	width: 7px;
	height: 7px;
	background: var(--tr-green);
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(25, 224, 120, .08);
}
.tr-magento-architecture__backbone-head strong {
	color: var(--tr-green) !important;
	font-size: inherit;
	font-weight: inherit;
}
.tr-magento-architecture__backbone-body {
	padding: 22px;
	background: linear-gradient(rgba(255, 255, 255, .024) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .024) 1px, transparent 1px);
	background-size: 50px 50px;
}
/* =========================================================
 * Rail
 * ======================================================= */
.tr-magento-architecture__rail {
	display: grid;
	grid-template-columns: 1fr 36px 1fr 36px 1fr 36px 1fr;
	align-items: center;
	gap: 8px;
}
.tr-magento-architecture__rail-segment {
	min-width: 0;
	padding: 16px;
	background: rgba(255, 255, 255, .03);
	border: 1px solid rgba(255, 255, 255, .065);
	border-radius: 12px;
}
.tr-magento-architecture__rail-segment span {
	color: var(--tr-green);
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
	letter-spacing: .07em;
}
.tr-magento-architecture__rail-segment strong {
	display: block;
	margin-top: 6px;
	color: #ffffff !important;
	font-size: var(--tr-text-card);
	font-weight: var(--tr-weight-semibold);
	line-height: var(--tr-line-card);
}
.tr-magento-architecture__rail > i {
	height: 1px;
	background: linear-gradient(to right, rgba(25, 224, 120, .14), var(--tr-green), rgba(25, 224, 120, .14));
}
/* =========================================================
 * Scene
 * ======================================================= */
.tr-magento-architecture__scene {
	display: grid;
	grid-template-columns: 1fr 210px 1fr;
	gap: 18px;
	align-items: center;
	margin-top: 22px;
}
.tr-magento-architecture__scene-left,
.tr-magento-architecture__scene-right {
	min-height: 310px;
	padding: 28px;
	background: #ffffff;
	border-radius: 20px;
}
.tr-magento-architecture__scene-left > span,
.tr-magento-architecture__scene-right > span {
	color: var(--tr-green-deep);
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
	letter-spacing: .07em;
}
.tr-magento-architecture__scene-left > strong,
.tr-magento-architecture__scene-right > strong {
	display: block;
	margin-top: 10px;
	color: #0b1712 !important;
	font-size: clamp(24px, 2.4vw, 34px);
	font-weight: var(--tr-weight-bold);
	line-height: 1.04;
	letter-spacing: -.04em;
}
.tr-magento-architecture__scene-left > div {
	display: grid;
	gap: 10px;
	margin-top: 28px;
}
.tr-magento-architecture__scene-left > div i {
	display: block;
	height: 38px;
	background: #f1f4f2;
	border: 1px solid #e1e7e3;
	border-radius: 8px;
}
.tr-magento-architecture__scene-right > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 28px;
}
.tr-magento-architecture__scene-right > div i {
	display: block;
	min-height: 84px;
	background: linear-gradient(135deg, #e0e8e2, #9cb6a4);
	border-radius: 10px;
}
.tr-magento-architecture__scene-right > div i:first-child {
	grid-column: 1 / -1;
	min-height: 110px;
	background: linear-gradient(135deg, #102019, #37684d);
}
.tr-magento-architecture__scene-core {
	display: grid;
	place-items: center;
	align-content: center;
	width: 200px;
	height: 200px;
	text-align: center;
	background: radial-gradient(circle, #143823 0 35%, #0a1810 36% 56%, #07140f 57%);
	border: 1px solid rgba(25, 224, 120, .18);
	border-radius: 50%;
	box-shadow: 0 0 0 18px rgba(25, 224, 120, .025), 0 30px 70px rgba(0, 0, 0, .24);
}
.tr-magento-architecture__scene-core span {
	color: var(--tr-green);
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
	letter-spacing: .08em;
}
.tr-magento-architecture__scene-core strong {
	color: #ffffff !important;
	font-size: 30px;
	font-weight: var(--tr-weight-bold);
	line-height: 1;
	letter-spacing: -.04em;
}
.tr-magento-architecture__scene-core small {
	margin-top: 7px;
	color: rgba(255, 255, 255, .36);
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
	letter-spacing: .06em;
}
/* =========================================================
 * Systems
 * ======================================================= */
.tr-magento-architecture__systems {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 22px;
}
.tr-magento-architecture__systems > div {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	min-height: 48px;
	padding: 13px 14px;
	background: rgba(255, 255, 255, .025);
	border: 1px solid rgba(255, 255, 255, .06);
	border-radius: 10px;
}
.tr-magento-architecture__systems span {
	color: rgba(255, 255, 255, .36);
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
}
.tr-magento-architecture__systems i {
	height: 1px;
	background: rgba(255, 255, 255, .07);
}
.tr-magento-architecture__systems strong {
	color: var(--tr-green) !important;
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
}
.tr-magento-architecture__backbone-foot {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 58px;
	padding: 0 20px;
	border-top: 1px solid rgba(255, 255, 255, .08);
	color: rgba(255, 255, 255, .32);
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
	letter-spacing: .07em;
}
.tr-magento-architecture__backbone-foot i {
	flex: 1;
	height: 1px;
	background: rgba(255, 255, 255, .07);
}
.tr-magento-architecture__backbone-foot strong {
	color: var(--tr-green) !important;
	font-size: inherit;
	font-weight: inherit;
}
/* =========================================================
 * Layers
 * ======================================================= */
.tr-magento-architecture__layers {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
	margin-top: 28px;
}
.tr-magento-architecture__layer {
	min-width: 0;
	padding: 24px 18px;
	background: rgba(255, 255, 255, .025);
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 16px;
}
.tr-magento-architecture__layer > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.tr-magento-architecture__layer > div span {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	color: #06100d;
	background: var(--tr-green);
	border-radius: 50%;
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
}
.tr-magento-architecture__layer > div strong {
	color: var(--tr-green) !important;
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
	letter-spacing: .06em;
}
.tr-magento-architecture__layer h3 {
	margin: 24px 0 0;
	color: #ffffff !important;
	font-size: clamp(20px, 1.55vw, 24px);
	font-weight: 750;
	line-height: 1.08;
	letter-spacing: -.03em;
}
.tr-magento-architecture__layer p {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, .58) !important;
	font-size: var(--tr-text-card);
	font-weight: var(--tr-weight-body);
	line-height: var(--tr-line-card);
}
/* =========================================================
 * Closing
 * ======================================================= */
.tr-magento-architecture__closing {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);
	gap: clamp(38px, 6vw, 82px);
	align-items: start;
	width: min(100%, var(--tr-container));
	margin: clamp(72px, 8vw, 110px) auto 0;
	padding-top: 34px;
	border-top: 1px solid rgba(255, 255, 255, .09);
}
.tr-magento-architecture__closing > span {
	padding-top: 7px;
	color: var(--tr-green);
	font-size: var(--tr-text-label);
	font-weight: var(--tr-weight-label);
	line-height: var(--tr-line-ui);
	letter-spacing: .1em;
}
.tr-magento-architecture__closing h3 {
	max-width: 940px;
	margin: 0;
	color: #ffffff !important;
	font-size: clamp(30px, 3.2vw, 46px);
	font-weight: var(--tr-weight-bold);
	line-height: 1.05;
	letter-spacing: -.044em;
	text-wrap: balance;
}
/* =========================================================
 * Contrast Lock
 * ======================================================= */
.tr-magento-architecture h1,
.tr-magento-architecture h2,
.tr-magento-architecture h3,
.tr-magento-architecture h4,
.tr-magento-architecture h5,
.tr-magento-architecture h6 {
	color: #ffffff !important;
}
.tr-magento-architecture p {
	color: rgba(255, 255, 255, .58) !important;
}
/* =========================================================
 * Responsive
 * ======================================================= */
@media (max-width: 1100px) {
	.tr-magento-architecture__scene {
		grid-template-columns: 1fr 1fr;
	}
	.tr-magento-architecture__scene-core {
		grid-column: 1 / -1;
		grid-row: 1;
		justify-self: center;
	}
	.tr-magento-architecture__layers {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media (max-width: 720px) {
	.tr-magento-architecture {
		padding: 86px var(--tr-gutter);
	}
	.tr-magento-architecture__intro h2 {
		font-size: clamp(38px, 10vw, 50px);
	}
	.tr-magento-architecture__rail {
		grid-template-columns: 1fr;
	}
	.tr-magento-architecture__rail > i {
		width: 1px;
		height: 18px;
		justify-self: center;
	}
	.tr-magento-architecture__scene {
		grid-template-columns: 1fr;
	}
	.tr-magento-architecture__scene-core {
		grid-column: auto;
		grid-row: auto;
	}
	.tr-magento-architecture__systems {
		grid-template-columns: 1fr 1fr;
	}
	.tr-magento-architecture__layers {
		grid-template-columns: 1fr;
	}
	.tr-magento-architecture__closing {
		grid-template-columns: 1fr;
		gap: 26px;
	}
}