/**
 * Layout parity with 12Dimension.dc.html — spacing, type, images.
 * Loaded after main.css.
 */

/* --------------------------------------------------------------------------
   Kill double gutters: section = vertical only, container = horizontal
   -------------------------------------------------------------------------- */

.labs-section {
	padding-inline: 0 !important;
	overflow: hidden;
}

.labs-hero.labs-section,
.labs-section.labs-hero {
	padding: clamp(64px, 8vw, 112px) 0 clamp(54px, 6vw, 86px) !important;
}

.labs-stats-section.labs-section {
	padding: 0 !important;
}

.labs-quote-section.labs-section {
	padding: clamp(56px, 7vw, 96px) 0 !important;
}

.labs-section.labs-ways-section {
	padding: clamp(56px, 7vw, 96px) 0 clamp(40px, 5vw, 60px) !important;
}

.labs-section.labs-services-preview {
	padding: clamp(36px, 4vw, 56px) 0 clamp(56px, 7vw, 96px) !important;
}

.labs-engine-section.labs-section {
	padding: clamp(16px, 3vw, 32px) 0 clamp(60px, 7vw, 96px) !important;
	overflow: visible !important;
}

.labs-engine__stage {
	position: relative;
	height: clamp(560px, 58vw, 660px);
	margin-top: clamp(36px, 5vw, 56px);
}

.labs-engine__panel-cat {
	display: flex;
	align-items: center;
	gap: 9px;
	font-family: var(--labs-font-mono);
	font-size: 11px;
	letter-spacing: 0.14em;
	color: var(--pg1, #6fd8a8);
}

.labs-engine__panel-desc {
	color: #7e8c9e;
	font-size: 12.5px;
	margin-top: 4px;
	margin-bottom: 12px;
}

.labs-engine__panel-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.labs-engine__panel-item {
	display: flex;
	gap: 9px;
	align-items: flex-start;
	color: #d3dce8;
	font-size: 13.5px;
	line-height: 1.4;
}

.labs-engine__panel-dot {
	flex: none;
	margin-top: 6px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--pg1, #6fd8a8);
}

.labs-hero__entrance-kicker {
	animation: entrance 0.6s both;
}

.labs-section.labs-spectrum-section {
	padding: 0 0 clamp(56px, 7vw, 96px) !important;
}

.labs-faq-section.labs-section {
	padding: 0 0 clamp(64px, 8vw, 104px) !important;
}

.labs-cta.labs-section {
	padding: 0 0 clamp(48px, 6vw, 80px) !important;
}

.labs-page-hero.labs-section {
	padding: clamp(60px, 8vw, 104px) 0 clamp(40px, 5vw, 60px) !important;
}

.labs-footer {
	padding: clamp(48px, 6vw, 72px) clamp(20px, 5vw, 56px) 40px !important;
}

/* --------------------------------------------------------------------------
   Hero — exact design metrics
   -------------------------------------------------------------------------- */

.labs-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
	gap: 48px;
	align-items: center;
	position: relative;
	z-index: 1;
}

.labs-hero__title {
	font-family: var(--labs-font-heading);
	font-weight: 700;
	font-size: clamp(42px, 6.6vw, 88px);
	line-height: 0.98;
	letter-spacing: -0.03em;
	margin: 22px 0 0;
}

.labs-hero__title > span {
	display: block;
}

.labs-hero__intro {
	max-width: 524px;
	color: #a2afc0;
	font-size: clamp(16px, 1.6vw, 19px);
	line-height: 1.62;
	margin: 26px 0 0;
}

.labs-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.labs-hero__visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 360px;
}

.labs-hero__icon {
	position: relative;
	z-index: 2;
	width: min(78%, 410px);
	height: auto;
	animation: floaty 7s ease-in-out infinite;
	filter: drop-shadow(0 0 34px rgba(156, 208, 255, 0.2));
}

.labs-hero__ring {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	z-index: 1;
}

.labs-hero__ring--1 {
	width: 330px;
	height: 330px;
	border: 1px solid rgba(156, 208, 255, 0.16);
	animation: spinSlow 30s linear infinite;
}

.labs-hero__ring--2 {
	width: 420px;
	height: 420px;
	border: 1px dashed rgba(111, 216, 168, 0.14);
	animation: spinRev 44s linear infinite;
}

.labs-hero__ring--3 {
	width: 118%;
	height: 118%;
	border: none;
	border-radius: 50%;
	background: conic-gradient(
		from 0deg,
		rgba(156, 208, 255, 0.2),
		rgba(111, 216, 168, 0.16),
		rgba(232, 213, 121, 0.14),
		rgba(156, 208, 255, 0.2)
	);
	filter: blur(58px);
	animation: spinSlow 22s linear infinite, glowPulse 7s ease-in-out infinite;
	z-index: 0;
}

/* --------------------------------------------------------------------------
   Stats — compact band, no extra section padding
   -------------------------------------------------------------------------- */

.labs-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	padding: 30px 0 !important;
}

.labs-stats__value {
	font-size: clamp(24px, 2.6vw, 34px);
	letter-spacing: -0.02em;
}

.labs-stats__value--text {
	font-size: clamp(18px, 2vw, 26px);
	line-height: 1.2;
}

.labs-stats__label {
	color: #7e8c9e;
	font-size: 13.5px;
	margin-top: 6px;
	font-family: var(--labs-font-body);
	font-weight: 400;
}

/* --------------------------------------------------------------------------
   Quote
   -------------------------------------------------------------------------- */

.labs-quote-section .labs-container {
	max-width: 1000px;
}

.labs-quote {
	position: relative;
	text-align: center;
	padding: 0 !important;
	max-width: 1000px;
	margin: 0 auto;
}

.labs-quote__mark {
	font-family: var(--labs-font-heading);
	font-weight: 700;
	font-size: clamp(80px, 12vw, 150px);
	line-height: 0.6;
	opacity: 0.5;
	background: linear-gradient(110deg, #9cd0ff, #6fd8a8);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.labs-quote__text {
	margin: 0;
	font-family: var(--labs-font-heading);
	font-weight: 600;
	font-size: clamp(26px, 4vw, 52px);
	line-height: 1.12;
	letter-spacing: -0.02em;
}

.labs-quote__meta {
	margin-top: 22px;
	font-family: var(--labs-font-mono);
	font-size: 13px;
	letter-spacing: 0.12em;
	color: #8a97a8;
}

.labs-quote__meta span {
	color: #6fd8a8;
}

/* --------------------------------------------------------------------------
   Section headers + cards (ways / services)
   -------------------------------------------------------------------------- */

.labs-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	margin-bottom: 42px;
}

.labs-services-preview .labs-section-head {
	margin-bottom: 34px;
}

.labs-section-title {
	font-weight: 600;
	font-size: clamp(28px, 3.6vw, 48px);
	line-height: 1.05;
	letter-spacing: -0.02em;
	margin: 14px 0 0;
}

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

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

.labs-grid--2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	align-items: start;
}

.labs-card--way {
	display: block;
	padding: 28px !important;
	border-radius: 20px;
}

.labs-card--way::after {
	content: "";
	position: absolute;
	right: -40px;
	top: -40px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: radial-gradient(50% 50% at 50% 50%, var(--g1, #6fd8a8), transparent 72%);
	opacity: 0.16;
	pointer-events: none;
}

.labs-card--way .labs-card__title {
	position: relative;
	font-weight: 700;
	font-size: 23px;
	letter-spacing: -0.01em;
	margin: 14px 0 9px;
}

.labs-card--way .labs-card__text {
	position: relative;
	color: #9aa8ba;
	line-height: 1.55;
	font-size: 14px;
	margin: 0;
}

.labs-card--way .labs-card__num {
	position: relative;
}

.labs-services-preview .labs-section-title {
	max-width: 680px;
}

.labs-card--service {
	display: flex;
	flex-direction: column;
	padding: 26px !important;
	border-radius: 20px;
}

.labs-card--service .labs-card__title {
	font-weight: 600;
	font-size: 19px;
	letter-spacing: -0.01em;
	line-height: 1.2;
	margin: 0;
}

.labs-card--service .labs-card__text {
	color: #9aa8ba;
	line-height: 1.55;
	font-size: 14.5px;
	margin-top: 9px;
	flex: 1;
}

.labs-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.labs-card__top img {
	width: 56px !important;
	height: 56px !important;
	object-fit: contain;
	opacity: 0.95;
}

.labs-card--service .labs-link-arrow {
	margin-top: 18px;
	font-size: 14px;
	font-weight: 600;
}

/* --------------------------------------------------------------------------
   Spectrum — title-only chips like design
   -------------------------------------------------------------------------- */

.labs-spectrum {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
	gap: 40px;
	align-items: center;
	background: linear-gradient(135deg, #0e1622, #0b1119);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 24px;
	padding: clamp(32px, 4vw, 52px);
}

.labs-spectrum__content .labs-section-title {
	font-size: clamp(26px, 3.2vw, 42px);
	line-height: 1.08;
	margin: 14px 0 16px;
}

.labs-spectrum__text {
	color: #a2afc0;
	line-height: 1.62;
	font-size: 16px;
	max-width: 440px;
	margin: 0;
}

.labs-spectrum__content .labs-link-arrow {
	display: inline-flex;
	margin-top: 24px;
}

.labs-spectrum__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
}

.labs-spectrum__item {
	background: rgba(255, 255, 255, 0.03) !important;
	border: 1px solid rgba(255, 255, 255, 0.07) !important;
	border-radius: 13px !important;
	padding: 14px 16px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
	transition: border-color 0.2s;
}

.labs-spectrum__item:hover {
	border-color: rgba(111, 216, 168, 0.3) !important;
}

.labs-spectrum__item-title {
	font-family: var(--labs-font-heading);
	font-weight: 600;
	font-size: 14.5px;
	line-height: 1.25;
}

.labs-spectrum__item-text {
	display: none; /* home design shows titles only */
}

/* --------------------------------------------------------------------------
   FAQ
   -------------------------------------------------------------------------- */

.labs-faq-section .labs-section-head {
	margin-bottom: 34px;
}

.labs-faq__item {
	background: #0e1622;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 16px;
	padding: 22px 24px;
	align-self: start;
	transition: border-color 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
	cursor: pointer;
}

.labs-faq__item:hover {
	border-color: rgba(156, 208, 255, 0.28);
}

.labs-faq__item.is-open {
	border-color: rgba(156, 208, 255, 0.32);
	background: #101a28;
}

.labs-faq__question {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	background: none;
	border: 0;
	padding: 0;
	color: inherit;
	text-align: left;
	cursor: pointer;
	font-family: var(--labs-font-heading);
	font-weight: 600;
	font-size: 16px;
	line-height: 1.35;
}

.labs-faq__toggle {
	flex: none;
	width: 26px;
	height: 26px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #9cd0ff, #6fd8a8);
	color: #06121f;
	font-weight: 800;
	font-size: 16px;
	line-height: 1;
	transition: transform 0.4s cubic-bezier(0.2, 0.7, 0.2, 1),
		filter 0.3s ease,
		box-shadow 0.3s ease;
	will-change: transform;
}

.labs-faq__item.is-open .labs-faq__toggle {
	transform: rotate(45deg);
	filter: brightness(1.08);
	box-shadow: 0 0 18px rgba(111, 216, 168, 0.35);
}

.labs-faq__answer {
	display: grid !important;
	grid-template-rows: 0fr;
	max-height: none !important;
	opacity: 1 !important;
	overflow: visible !important;
	margin-top: 0 !important;
	transition: grid-template-rows 0.42s cubic-bezier(0.2, 0.7, 0.2, 1);
	color: #9aa8ba;
	font-size: 14.5px;
	line-height: 1.6;
}

.labs-faq__item.is-open .labs-faq__answer {
	grid-template-rows: 1fr;
	max-height: none !important;
	opacity: 1 !important;
	margin-top: 0 !important;
}

.labs-faq__answer-inner {
	overflow: hidden;
	min-height: 0;
}

.labs-faq__answer-inner p {
	margin: 0;
	padding-top: 0;
	opacity: 0;
	transform: translateY(-6px);
	transition: opacity 0.35s ease 0.05s, transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1) 0.05s, padding-top 0.42s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.labs-faq__item.is-open .labs-faq__answer-inner p {
	opacity: 1;
	transform: none;
	padding-top: 14px;
}

@media (prefers-reduced-motion: reduce) {
	.labs-faq__answer,
	.labs-faq__toggle,
	.labs-faq__answer-inner p,
	.labs-faq__item {
		transition: none !important;
	}
}

/* --------------------------------------------------------------------------
   Team photos — design ring
   -------------------------------------------------------------------------- */

.labs-card--team {
	text-align: center;
	padding: 34px 28px 30px !important;
	border-radius: 22px;
}

.labs-card__avatar-wrap {
	position: relative;
	width: 132px;
	height: 132px;
	margin: 0 auto 20px;
	border-radius: 50%;
	padding: 3px;
	background: conic-gradient(from 210deg, var(--g1, #6fd8a8), rgba(255, 255, 255, 0.12), var(--g1, #6fd8a8));
}

.labs-card__avatar {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	object-position: 50% 20%;
	border: 3px solid #0e1622;
	margin: 0 !important;
}

.labs-card--team .labs-card__title {
	position: relative;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: -0.01em;
	margin: 20px 0 6px;
}

.labs-card--team .labs-card__pill {
	position: relative;
	display: inline-block;
	font-size: 11.5px;
	letter-spacing: 0.18em;
	padding: 5px 14px;
	margin-bottom: 0;
}

.labs-card--team .labs-card__text {
	position: relative;
	font-size: 14.5px;
	line-height: 1.62;
	color: #9aa8ba;
	margin: 16px 0 0;
	text-align: left;
}

.labs-card--team::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -70px;
	transform: translateX(-50%);
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(50% 50% at 50% 50%, var(--g1, #6fd8a8), transparent 70%);
	opacity: 0.13;
	pointer-events: none;
}

.labs-card__avatar-wrap {
	position: relative;
	z-index: 1;
}

/* --------------------------------------------------------------------------
   About page — paddings + missing components
   -------------------------------------------------------------------------- */

.labs-about-strengths.labs-section {
	padding: clamp(16px, 3vw, 32px) 0 clamp(48px, 6vw, 72px) !important;
}

.labs-about-team.labs-section {
	padding: clamp(20px, 3vw, 36px) 0 clamp(56px, 7vw, 84px) !important;
}

.labs-about-diff.labs-section {
	padding: 0 0 clamp(56px, 7vw, 88px) !important;
}

.labs-about-quote.labs-section {
	padding: clamp(40px, 5vw, 70px) 0 !important;
}

.labs-about-expertise.labs-section {
	padding: clamp(40px, 5vw, 64px) 0 clamp(48px, 6vw, 72px) !important;
}

.labs-about-industries.labs-section {
	padding: 0 0 clamp(64px, 8vw, 104px) !important;
}

.labs-section--tight.labs-section {
	padding: clamp(16px, 2vw, 28px) 0 !important;
}

.labs-uc-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.labs-page-hero .labs-page-hero__title {
	max-width: none;
}

.labs-page-hero .labs-page-hero__title:has(.labs-gradient-text) {
	max-width: 16ch;
}

body.page-template-about .labs-page-hero__title {
	max-width: 14ch;
}

.labs-about-team .labs-section-title {
	font-size: clamp(26px, 3.2vw, 40px);
	line-height: 1.1;
}

.labs-about-team .labs-section-head--split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 44px;
	align-items: end;
	margin-bottom: clamp(34px, 4vw, 52px);
}

.labs-about-team .labs-grid--2 {
	gap: 20px;
}

.labs-card--strength {
	padding: 30px !important;
	border-radius: 20px;
}

.labs-card--strength::before {
	content: "";
	position: absolute;
	right: -40px;
	top: -40px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background: radial-gradient(50% 50% at 50% 50%, var(--g1, #6fd8a8), transparent 70%);
	opacity: 0.14;
	pointer-events: none;
}

.labs-card--strength .labs-card__title {
	position: relative;
	font-weight: 700;
	font-size: 21px;
	letter-spacing: -0.01em;
	margin: 14px 0 10px;
}

.labs-card--strength .labs-card__text {
	position: relative;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
}

.labs-bench {
	margin-top: 26px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.labs-bench__label {
	font-family: var(--labs-font-mono);
	font-size: 11.5px;
	letter-spacing: 0.2em;
	color: #8a97a8;
}

.labs-bench .labs-chip {
	display: inline-flex;
	align-items: center;
	font-family: var(--labs-font-heading);
	font-weight: 600;
	font-size: 14px;
	color: #c9d4e0;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	padding: 8px 16px;
	white-space: normal;
	transition: border-color 0.25s, color 0.25s;
}

.labs-bench .labs-chip:hover {
	border-color: #6fd8a8;
	color: #fff;
}

.labs-chip--lg {
	font-family: var(--labs-font-heading);
	font-weight: 600;
	font-size: clamp(16px, 2vw, 22px);
	color: #c9d4e0;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	padding: 12px 22px;
	white-space: normal;
	transition: border-color 0.25s, color 0.25s;
}

.labs-chip--lg:hover {
	border-color: #6fd8a8;
	color: #fff;
}

.labs-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.labs-kicker--mb {
	margin-bottom: 20px;
}

.labs-diff-list {
	display: flex;
	flex-direction: column;
}

.labs-diff {
	display: grid;
	grid-template-columns: 80px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
	padding: 26px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.labs-diff__num {
	font-family: var(--labs-font-heading);
	font-weight: 700;
	font-size: 34px;
	letter-spacing: -0.02em;
	background: linear-gradient(135deg, var(--g1, #6fd8a8), #9cd0ff);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.labs-diff h3 {
	font-family: var(--labs-font-heading);
	font-weight: 600;
	font-size: 20px;
	letter-spacing: -0.01em;
	margin: 0 0 8px;
}

.labs-diff p {
	color: #9aa8ba;
	line-height: 1.62;
	font-size: 15.5px;
	max-width: 70ch;
	margin: 0;
}

.labs-about-diff .labs-section-head {
	margin-bottom: 30px;
}

.labs-about-diff .labs-section-title {
	font-size: clamp(26px, 3.2vw, 42px);
	line-height: 1.08;
	max-width: 22ch;
}

.labs-quote-box {
	position: relative;
	display: flex;
	gap: 24px;
	align-items: flex-start;
	flex-wrap: wrap;
	background: linear-gradient(135deg, #0f1a28, #0b1119);
	border: 1px solid rgba(156, 208, 255, 0.14);
	border-radius: 24px;
	padding: clamp(34px, 5vw, 60px);
	overflow: hidden;
}

.labs-quote-box::before {
	content: "";
	position: absolute;
	left: -40px;
	top: -40px;
	width: 260px;
	height: 260px;
	background: radial-gradient(50% 50% at 50% 50%, rgba(156, 208, 255, 0.16), transparent 70%);
	pointer-events: none;
}

.labs-quote-box__mark {
	position: relative;
	font-family: var(--labs-font-heading);
	font-weight: 700;
	font-size: clamp(56px, 8vw, 96px);
	line-height: 0.7;
	color: #6fd8a8;
	opacity: 0.5;
}

.labs-quote-box__body {
	position: relative;
	flex: 1;
	min-width: 260px;
}

.labs-quote-box blockquote {
	margin: 0;
	font-family: var(--labs-font-heading);
	font-weight: 600;
	font-size: clamp(22px, 3vw, 38px);
	line-height: 1.18;
	letter-spacing: -0.01em;
}

.labs-quote-box .labs-quote__meta {
	margin-top: 18px;
}

.labs-card--expertise {
	padding: 26px !important;
	border-radius: 18px;
}

.labs-card--expertise::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background: linear-gradient(var(--g1, #6fd8a8), transparent);
}

.labs-card--expertise .labs-card__title {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: -0.01em;
	margin: 12px 0 8px;
}

.labs-card--expertise .labs-card__text {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.55;
}

.labs-about-expertise .labs-section-head {
	margin-bottom: 34px;
}

.labs-about-expertise .labs-section-title {
	font-size: clamp(28px, 3.6vw, 46px);
	max-width: 620px;
}

.labs-page-hero__visual--about svg {
	width: min(100%, 400px);
	height: auto;
}

/* --------------------------------------------------------------------------
   Nav / logo sizing
   -------------------------------------------------------------------------- */

.labs-nav__logo img,
.labs-footer__logo img {
	height: 30px !important;
	width: auto !important;
	max-width: 180px;
	object-fit: contain;
}

.labs-mega__item img {
	width: 32px !important;
	height: 32px !important;
	object-fit: contain;
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 992px) {
	.labs-hero__grid,
	.labs-page-hero__grid,
	.labs-spectrum,
	.labs-about-team .labs-section-head--split {
		grid-template-columns: 1fr;
	}

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

	.labs-hero__visual {
		min-height: 280px;
		order: -1;
	}

	.labs-diff {
		grid-template-columns: 56px minmax(0, 1fr);
		gap: 16px;
	}
}

@media (max-width: 640px) {
	.labs-grid--2,
	.labs-grid--3,
	.labs-grid--4,
	.labs-stats,
	.labs-spectrum__grid {
		grid-template-columns: 1fr;
	}
}
