.wcts-site-main--equipment {
	background:
		linear-gradient(135deg, rgba(17, 17, 17, 0.04) 0, rgba(17, 17, 17, 0) 34%),
		#ffffff;
	overflow: clip;
}

.wcts-equipment-hero {
	position: relative;
	padding: 8.25rem 0 4.25rem;
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 43%, rgba(255, 255, 255, 0.28) 58%, rgba(255, 255, 255, 0) 100%),
		#f7f7f7;
}

.wcts-equipment-hero::after {
	position: absolute;
	top: 0;
	right: 7%;
	width: 25rem;
	height: 19rem;
	background:
		linear-gradient(120deg, transparent 0 28%, rgba(17, 17, 17, 0.05) 28% 36%, transparent 36% 49%, rgba(17, 17, 17, 0.04) 49% 61%, transparent 61% 100%);
	content: "";
	pointer-events: none;
}

.wcts-equipment-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(24rem, 0.82fr) minmax(0, 1.18fr);
	align-items: center;
	min-height: 37rem;
}

.wcts-equipment-hero__copy {
	position: relative;
	z-index: 2;
	max-width: 40rem;
	padding: 2rem 0 8.5rem;
}

.wcts-equipment-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 1.15rem;
	margin: 0 0 1.55rem;
	color: #d71920;
	font-size: 0.9rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
}

.wcts-equipment-hero__eyebrow::before {
	width: 2.2rem;
	height: 0.16rem;
	background: currentColor;
	content: "";
}

.wcts-equipment-hero__title {
	max-width: 12ch;
	margin: 0;
	color: #050505;
	font-size: 4.55rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.04;
}

.wcts-equipment-hero__title span {
	color: #d71920;
}

.wcts-equipment-hero__lead {
	max-width: 35rem;
	margin: 1.35rem 0 0;
	color: #5d626b;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.55;
}

.wcts-equipment-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1.1rem;
	margin-top: 2.5rem;
}

.wcts-equipment-button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 2.35rem;
	min-width: 15.5rem;
	min-height: 3.9rem;
	padding: 0 1.9rem;
	border: 1px solid #d71920;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.wcts-equipment-button--primary {
	background: #d71920;
	box-shadow: 0 14px 28px rgba(215, 25, 32, 0.2);
	color: #ffffff;
}

.wcts-equipment-button--secondary {
	background: rgba(255, 255, 255, 0.72);
	color: #d71920;
}

.wcts-equipment-button:hover,
.wcts-equipment-button:focus-visible {
	background: #111111;
	border-color: #111111;
	color: #ffffff;
	transform: translateY(-1px);
}

.wcts-equipment-hero__media {
	position: absolute;
	inset: -6rem calc((100vw - min(100% - (var(--wcts-shell-padding) * 2), var(--wp--style--global--wide-size, 1400px))) / -2) 0 33%;
	z-index: 0;
	margin: 0;
	overflow: hidden;
	clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}

.wcts-equipment-hero__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.84) 0%, rgba(255, 255, 255, 0.18) 28%, rgba(255, 255, 255, 0) 54%);
	content: "";
	pointer-events: none;
}

.wcts-equipment-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 55% 50%;
}

.wcts-equipment-directory {
	padding: clamp(4rem, 7vw, 6.75rem) 0;
	background: #ffffff;
}

.wcts-equipment-directory__inner,
.wcts-equipment-directory__groups {
	display: grid;
	gap: clamp(1.8rem, 4vw, 3rem);
}

.wcts-equipment-directory__header {
	display: grid;
	max-width: 52rem;
	gap: 0.9rem;
}

.wcts-equipment-directory__header > * {
	margin: 0;
}

.wcts-equipment-directory__header h2 {
	color: #080808;
	font-size: clamp(2.35rem, 5vw, 4.8rem);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.02;
}

.wcts-equipment-directory__group {
	display: grid;
	gap: 0.9rem;
}

.wcts-equipment-directory__group h3 {
	margin: 0;
	color: #111111;
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	font-weight: 650;
	letter-spacing: 0;
	line-height: 1.12;
	text-transform: none;
}

.wcts-equipment-directory__cards {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(10.5rem, 1fr));
	gap: 0.8rem;
}

.wcts-equipment-directory__card {
	display: grid;
	place-items: center;
	min-height: 8.4rem;
	padding: 1.05rem;
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: 8px;
	background: #f7f7f7;
	color: #111111;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.wcts-equipment-directory__logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	min-height: 4rem;
	min-width: 0;
}

.wcts-equipment-directory__logo img {
	display: block;
	width: auto;
	max-width: min(100%, 8rem);
	max-height: 3rem;
	object-fit: contain;
}

.wcts-equipment-directory__card:hover,
.wcts-equipment-directory__card:focus-visible {
	border-color: rgba(215, 25, 32, 0.48);
	background: #ffffff;
	box-shadow: 0 18px 42px rgba(17, 17, 17, 0.1);
	transform: translateY(-0.12rem);
}

.wcts-equipment-directory__card--arrow .wcts-equipment-directory__logo img,
.wcts-equipment-directory__card--jekill-hyde .wcts-equipment-directory__logo img,
.wcts-equipment-directory__card--ohlins .wcts-equipment-directory__logo img {
	max-width: min(100%, 8.8rem);
	max-height: 3.35rem;
}

.wcts-equipment-directory__card--arrow .wcts-equipment-directory__logo img {
	width: min(100%, 8.8rem);
	height: 3.35rem;
	max-height: none;
	object-fit: cover;
	object-position: center;
}

.wcts-equipment-directory__card--akrapovic .wcts-equipment-directory__logo img,
.wcts-equipment-directory__card--brembo .wcts-equipment-directory__logo img {
	max-width: min(100%, 8.2rem);
	max-height: 2.85rem;
}

.wcts-equipment-brand-page {
	background: #ffffff;
	overflow: clip;
}

.wcts-equipment-brand-page__hero {
	position: relative;
	display: grid;
	min-height: clamp(34rem, 72svh, 49rem);
	align-items: end;
	background: #090909;
	color: #ffffff;
	isolation: isolate;
}

.wcts-equipment-brand-page__media {
	position: absolute;
	inset: 0;
	z-index: -2;
	margin: 0;
	overflow: hidden;
}

.wcts-equipment-brand-page__media::after {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(5, 5, 5, 0.9) 0%, rgba(5, 5, 5, 0.62) 40%, rgba(5, 5, 5, 0.18) 100%),
		linear-gradient(0deg, rgba(5, 5, 5, 0.86) 0%, rgba(5, 5, 5, 0) 44%);
	content: "";
}

.wcts-equipment-brand-page__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.wcts-equipment-brand-page__hero-inner {
	display: grid;
	align-items: end;
	min-height: inherit;
	padding-top: clamp(5.5rem, 9vw, 8rem);
	padding-bottom: clamp(4rem, 8vw, 6.75rem);
}

.wcts-equipment-brand-page__hero-copy {
	display: grid;
	max-width: 46rem;
	gap: 1.2rem;
}

.wcts-equipment-brand-page__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	margin: 0;
	color: #d71920;
	font-size: 0.86rem;
	font-weight: 950;
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
}

.wcts-equipment-brand-page__eyebrow::before {
	width: 2.15rem;
	height: 0.16rem;
	background: currentColor;
	content: "";
}

.wcts-equipment-brand-page__logo {
	display: flex;
	align-items: center;
	width: fit-content;
	min-height: 4.5rem;
	max-width: 18rem;
	padding: 1rem 1.25rem;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.94);
}

.wcts-equipment-brand-page__logo img {
	width: auto;
	max-width: 15.5rem;
	max-height: 3.3rem;
	object-fit: contain;
}

.wcts-equipment-brand-page__title {
	max-width: 13ch;
	margin: 0;
	color: #ffffff;
	font-size: clamp(3rem, 7vw, 6rem);
	font-weight: 950;
	letter-spacing: 0;
	line-height: 0.98;
}

.wcts-equipment-brand-page__lead {
	max-width: 41rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: clamp(1.08rem, 1.5vw, 1.35rem);
	font-weight: 650;
	line-height: 1.55;
}

.wcts-equipment-brand-page__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1rem;
}

.wcts-equipment-brand-page__content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(21rem, 0.42fr);
	gap: clamp(2rem, 5vw, 4.5rem);
	padding-top: clamp(3.5rem, 7vw, 6rem);
	padding-bottom: clamp(3.5rem, 7vw, 6rem);
}

.wcts-equipment-brand-page__main {
	display: grid;
	gap: clamp(1.6rem, 3vw, 2.4rem);
}

.wcts-equipment-brand-page__body {
	max-width: 52rem;
	margin: 0;
	color: #30343b;
	font-size: clamp(1.18rem, 1.6vw, 1.55rem);
	font-weight: 750;
	letter-spacing: 0;
	line-height: 1.42;
}

.wcts-equipment-brand-page__highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid rgba(17, 17, 17, 0.12);
}

.wcts-equipment-brand-page__highlight {
	display: grid;
	gap: 1rem;
	align-content: start;
	min-height: 11rem;
	padding: 1.35rem 1.2rem 1.35rem 0;
	border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.wcts-equipment-brand-page__highlight + .wcts-equipment-brand-page__highlight {
	padding-left: 1.2rem;
	border-left: 1px solid rgba(17, 17, 17, 0.12);
}

.wcts-equipment-brand-page__highlight span {
	width: 0.72rem;
	height: 0.72rem;
	border-radius: 999px;
	background: #d71920;
	box-shadow: 0 0 0 0.45rem rgba(215, 25, 32, 0.12);
}

.wcts-equipment-brand-page__highlight p {
	margin: 0;
	color: #17191d;
	font-size: 1.05rem;
	font-weight: 780;
	line-height: 1.45;
}

.wcts-equipment-brand-page__aside {
	position: relative;
}

.wcts-equipment-brand-page__catalog {
	position: sticky;
	top: 7.2rem;
	display: grid;
	gap: 1rem;
	padding: 1.45rem;
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: 8px;
	background: #f7f7f7;
	box-shadow: 0 18px 44px rgba(17, 17, 17, 0.08);
}

.wcts-equipment-brand-page__catalog h2 {
	margin: 0;
	color: #080808;
	font-size: 1.7rem;
	font-weight: 950;
	letter-spacing: 0;
	line-height: 1.08;
}

.wcts-equipment-brand-page__catalog-link,
.wcts-equipment-brand-page__catalog-empty,
.wcts-equipment-brand-page__contact {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem 0;
	border-top: 1px solid rgba(17, 17, 17, 0.12);
	color: #111111;
	text-decoration: none;
}

.wcts-equipment-brand-page__catalog-link span:first-child,
.wcts-equipment-brand-page__catalog-empty,
.wcts-equipment-brand-page__contact {
	display: grid;
	gap: 0.28rem;
}

.wcts-equipment-brand-page__catalog-link strong,
.wcts-equipment-brand-page__catalog-empty strong,
.wcts-equipment-brand-page__contact strong {
	font-size: 0.98rem;
	font-weight: 900;
	line-height: 1.25;
}

.wcts-equipment-brand-page__catalog-link small,
.wcts-equipment-brand-page__catalog-empty span,
.wcts-equipment-brand-page__contact span {
	color: #646a74;
	font-size: 0.88rem;
	font-weight: 650;
	line-height: 1.45;
}

.wcts-equipment-brand-page__catalog-link > span:last-child {
	align-self: start;
	padding: 0.28rem 0.45rem;
	border-radius: 999px;
	background: #111111;
	color: #ffffff;
	font-size: 0.72rem;
	font-weight: 950;
	line-height: 1;
}

.wcts-equipment-brand-page__catalog-link:hover,
.wcts-equipment-brand-page__catalog-link:focus-visible,
.wcts-equipment-brand-page__contact:hover,
.wcts-equipment-brand-page__contact:focus-visible {
	color: #d71920;
}

.wcts-equipment-brand-page .wcts-equipment-brand-page__hero {
	align-items: center;
	background: linear-gradient(112deg, #eef0f2 0%, #f7f7f7 42%, #f7f7f7 100%);
	color: #111111;
	min-height: min(45rem, calc(100svh - 5.75rem));
}

.wcts-equipment-brand-page .wcts-equipment-brand-page__media {
	inset: 0 0 0 38%;
	z-index: 0;
	background: #f7f7f7;
}

.wcts-equipment-brand-page .wcts-equipment-brand-page__media::after {
	display: none;
}

.wcts-equipment-brand-page .wcts-equipment-brand-page__media img {
	box-sizing: border-box;
	object-position: center center;
}

.wcts-equipment-brand-page .wcts-equipment-brand-page__hero-inner {
	align-items: center;
	justify-items: start;
	position: relative;
	z-index: 1;
}

.wcts-equipment-brand-page .wcts-equipment-brand-page__hero-copy {
	justify-self: start;
	max-width: 39rem;
}

.wcts-equipment-brand-page .wcts-equipment-brand-page__logo {
	background: transparent;
	border-radius: 0;
	min-height: 0;
	padding: 0;
}

.wcts-equipment-brand-page .wcts-equipment-brand-page__logo img {
	max-height: 4.45rem;
	max-width: 20rem;
}

.wcts-equipment-brand-page--arrow .wcts-equipment-brand-page__logo img,
.wcts-equipment-brand-page--jekill-hyde .wcts-equipment-brand-page__logo img,
.wcts-equipment-brand-page--ohlins .wcts-equipment-brand-page__logo img {
	max-height: 4.9rem;
	max-width: 21rem;
}

.wcts-equipment-brand-page--akrapovic .wcts-equipment-brand-page__media img {
	object-fit: contain;
	padding: clamp(2rem, 5vw, 4.5rem);
}

.wcts-equipment-brand-page--brembo .wcts-equipment-brand-page__media img {
	object-fit: cover;
	object-position: 42% center;
}

.wcts-equipment-brand-page--matris .wcts-equipment-brand-page__media img {
	object-fit: cover;
	object-position: 36% center;
}

.wcts-equipment-brand-page--shoei .wcts-equipment-brand-page__media img {
	object-position: center 44%;
}

.wcts-equipment-brand-page--arrow .wcts-equipment-brand-page__media img {
	object-fit: contain;
	object-position: center;
	padding: clamp(0.75rem, 1.8vw, 1.8rem);
}

.wcts-equipment-brand-page--jekill-hyde .wcts-equipment-brand-page__media img {
	object-position: 42% center;
}

.wcts-equipment-brand-page--ohlins .wcts-equipment-brand-page__media img {
	object-position: 58% center;
}

.wcts-equipment-brand-page--shoei .wcts-equipment-brand-page__media::after,
.wcts-equipment-brand-page--jekill-hyde .wcts-equipment-brand-page__media::after,
.wcts-equipment-brand-page--brembo .wcts-equipment-brand-page__media::after,
.wcts-equipment-brand-page--ohlins .wcts-equipment-brand-page__media::after {
	background: linear-gradient(90deg, #f7f7f7 0%, rgba(247, 247, 247, 0.98) 24%, rgba(247, 247, 247, 0.74) 46%, rgba(247, 247, 247, 0.24) 66%, rgba(247, 247, 247, 0) 86%);
	content: "";
	display: block;
	pointer-events: none;
}

.wcts-equipment-brand-page .wcts-equipment-brand-page__title {
	color: #050505;
	font-size: clamp(2.65rem, 4.8vw, 5.1rem);
	font-weight: 600;
	line-height: 1.02;
	max-width: 13ch;
}

.wcts-equipment-brand-page .wcts-equipment-brand-page__lead {
	color: #4f5660;
	font-size: clamp(1.02rem, 1.45vw, 1.24rem);
	font-weight: 500;
	line-height: 1.7;
	max-width: 37rem;
}

.wcts-equipment-brand-page__why {
	align-items: start;
	display: grid;
	gap: clamp(2rem, 5vw, 4.5rem);
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	padding-block: clamp(4.5rem, 8vw, 7rem) clamp(3.5rem, 6vw, 5rem);
}

.wcts-equipment-brand-page__why-copy {
	display: grid;
	gap: 1.35rem;
	max-width: 42rem;
}

.wcts-equipment-brand-page__why h2 {
	color: #050505;
	font-size: clamp(2.25rem, 4.1vw, 4.3rem);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0;
}

.wcts-equipment-brand-page__why .wcts-equipment-brand-page__body {
	color: #444b55;
	font-size: clamp(1rem, 1.3vw, 1.18rem);
	font-weight: 500;
	line-height: 1.72;
	max-width: 38rem;
}

.wcts-equipment-brand-page__why .wcts-equipment-brand-page__highlights {
	align-self: stretch;
	border-top: 1px solid rgba(17, 17, 17, 0.12);
	grid-template-columns: 1fr;
}

.wcts-equipment-brand-page__why .wcts-equipment-brand-page__highlight {
	align-items: start;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	min-height: 0;
	padding: 1.1rem 0;
}

.wcts-equipment-brand-page__why .wcts-equipment-brand-page__highlight + .wcts-equipment-brand-page__highlight {
	border-left: 0;
	padding-left: 0;
}

.wcts-equipment-brand-page__why .wcts-equipment-brand-page__highlight span {
	margin-top: 0.38rem;
}

.wcts-equipment-brand-page__catalog-section {
	background: #ffffff;
	padding-block: 0 clamp(4rem, 7vw, 6.5rem);
}

.wcts-equipment-brand-page__catalog-inner {
	align-items: center;
	border-block: 1px solid rgba(17, 17, 17, 0.12);
	display: grid;
	gap: clamp(2.5rem, 7vw, 7rem);
	grid-template-columns: minmax(0, 1fr) minmax(15rem, 21rem);
	padding-block: clamp(2.4rem, 5vw, 4rem);
}

.wcts-equipment-brand-page__catalog-copy {
	max-width: 38rem;
}

.wcts-equipment-brand-page__catalog-inner h2 {
	color: #050505;
	font-size: clamp(2rem, 3.4vw, 3.35rem);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0;
}

.wcts-equipment-brand-page__catalog-copy .wcts-equipment-brand-page__eyebrow {
	color: #d71920;
	margin: 0 0 0.9rem;
}

.wcts-equipment-brand-page__catalog-copy p:not(.wcts-equipment-brand-page__eyebrow) {
	color: #5f6670;
	font-size: 1.05rem;
	line-height: 1.65;
	margin: 1rem 0 0;
}

.wcts-equipment-brand-page__catalog-preview-card {
	display: grid;
	gap: 1rem;
	justify-self: end;
	width: min(21rem, 100%);
}

.wcts-equipment-brand-page__catalog-preview {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0)),
		#f3f3f3;
	border: 1px solid rgba(17, 17, 17, 0.12);
	box-shadow: 0 22px 48px rgba(17, 17, 17, 0.14);
	display: block;
	margin-inline: auto;
	max-width: 18rem;
	padding: 0.65rem;
	text-decoration: none;
	transform: rotate(-1.4deg);
	transition: transform 180ms ease, box-shadow 180ms ease;
	width: 100%;
}

.wcts-equipment-brand-page__catalog-preview:hover,
.wcts-equipment-brand-page__catalog-preview:focus-visible {
	box-shadow: 0 26px 58px rgba(17, 17, 17, 0.18);
	transform: rotate(0deg) translateY(-0.2rem);
}

.wcts-equipment-brand-page__catalog-preview img {
	aspect-ratio: 0.71;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.wcts-equipment-brand-page__catalog-preview-card .wcts-equipment-button {
	justify-content: center;
	width: 100%;
}

.wcts-equipment-brand-page__custom-sections {
	display: grid;
	gap: clamp(3rem, 7vw, 6rem);
	padding-bottom: clamp(4rem, 7vw, 6.5rem);
}

.wcts-equipment-brand-page__custom-section {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(2rem, 6vw, 6rem);
}

.wcts-equipment-brand-page__custom-section--reverse {
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.wcts-equipment-brand-page__custom-section--reverse .wcts-equipment-brand-page__custom-copy {
	order: 2;
}

.wcts-equipment-brand-page__custom-copy {
	display: grid;
	gap: 1.05rem;
	max-width: 40rem;
}

.wcts-equipment-brand-page__custom-copy h2 {
	margin: 0;
	color: #050505;
	font-size: clamp(2rem, 3.7vw, 3.65rem);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.04;
}

.wcts-equipment-brand-page__custom-copy p:not(.wcts-equipment-brand-page__eyebrow) {
	margin: 0;
	color: #505863;
	font-size: clamp(1rem, 1.25vw, 1.16rem);
	font-weight: 500;
	line-height: 1.72;
}

.wcts-equipment-brand-page__custom-media {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	background: #f3f4f5;
}

.wcts-equipment-brand-page__custom-media img {
	display: block;
	width: 100%;
	aspect-ratio: 1.28;
	height: auto;
	object-fit: cover;
}

.wcts-equipment-brand-page__related {
	display: grid;
	gap: 1.2rem;
	padding-bottom: clamp(3.5rem, 7vw, 6rem);
}

.wcts-equipment-brand-page__related p {
	margin: 0;
	color: #656b75;
	font-size: 0.85rem;
	font-weight: 900;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.wcts-equipment-brand-page__related-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(10.5rem, 1fr));
	gap: 0.8rem;
}

.wcts-equipment-brand-page__related-card {
	display: grid;
	align-content: center;
	justify-items: center;
	min-width: 0;
	min-height: 8.4rem;
	overflow: hidden;
	padding: 1.05rem;
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: 8px;
	background: #f7f7f7;
	color: #111111;
	text-align: center;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.wcts-equipment-brand-page__related-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	min-height: 4rem;
	margin-bottom: 0.5rem;
	min-width: 0;
}

.wcts-equipment-brand-page__related-logo img {
	display: block;
	width: auto;
	max-width: min(100%, 8rem);
	max-height: 3rem;
	object-fit: contain;
}

.wcts-equipment-brand-page__related-card--arrow .wcts-equipment-brand-page__related-logo img,
.wcts-equipment-brand-page__related-card--jekill-hyde .wcts-equipment-brand-page__related-logo img,
.wcts-equipment-brand-page__related-card--ohlins .wcts-equipment-brand-page__related-logo img {
	max-width: min(100%, 8.8rem);
	max-height: 3.35rem;
}

.wcts-equipment-brand-page__related-card--akrapovic .wcts-equipment-brand-page__related-logo img,
.wcts-equipment-brand-page__related-card--brembo .wcts-equipment-brand-page__related-logo img {
	max-width: min(100%, 8.2rem);
	max-height: 2.85rem;
}

.wcts-equipment-brand-page__related-label {
	color: #15171b;
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1.2;
}

.wcts-equipment-brand-page__related-group {
	color: #6a707a;
	font-size: 0.78rem;
	font-weight: 750;
	line-height: 1.25;
}

.wcts-equipment-brand-page__related-card:hover,
.wcts-equipment-brand-page__related-card:focus-visible {
	background: #ffffff;
	border-color: rgba(215, 25, 32, 0.5);
	box-shadow: 0 18px 42px rgba(17, 17, 17, 0.1);
	transform: translateY(-0.08rem);
}

@media (max-width: 1180px) {
	.wcts-equipment-hero__title {
		font-size: 3.85rem;
	}

	.wcts-equipment-directory__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wcts-equipment-directory__card:not(:nth-child(2n + 1)) {
		padding-left: 1.25rem;
		border-left: 1px solid rgba(17, 17, 17, 0.12);
	}
}

@media (max-width: 960px) {
	.wcts-equipment-hero {
		padding-top: 4.5rem;
	}

	.wcts-equipment-hero__inner {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		min-height: 0;
	}

	.wcts-equipment-hero__copy {
		max-width: none;
		padding: 0 0 2rem;
	}

	.wcts-equipment-hero__title {
		max-width: 13ch;
		font-size: 3.2rem;
	}

	.wcts-equipment-hero__lead {
		font-size: 1.08rem;
	}

	.wcts-equipment-hero__media {
		position: relative;
		inset: auto;
		height: 26rem;
		margin: 0 calc(var(--wcts-shell-padding) * -1);
		clip-path: none;
		border-radius: 0;
	}

	.wcts-equipment-brand-page__content,
	.wcts-equipment-brand-page__highlights {
		grid-template-columns: 1fr;
	}

	.wcts-equipment-brand-page__catalog {
		position: static;
	}

	.wcts-equipment-brand-page .wcts-equipment-brand-page__hero {
		align-items: stretch;
		background: linear-gradient(160deg, #eef0f2 0%, #f7f7f7 56%, #f7f7f7 100%);
		display: flex;
		flex-direction: column;
		gap: 0;
		min-height: 0;
		padding: clamp(0.9rem, 4vw, 1.4rem) 0 clamp(2.4rem, 8vw, 3.4rem);
	}

	.wcts-equipment-brand-page .wcts-equipment-brand-page__media {
		aspect-ratio: 16 / 9;
		border-radius: 8px;
		inset: auto;
		margin-inline: auto;
		margin-top: clamp(1.5rem, 6vw, 2.25rem);
		max-width: min(34rem, calc(100% - (var(--wcts-shell-padding) * 2)));
		order: 2;
		overflow: hidden;
		position: relative;
		width: 100%;
	}

	.wcts-equipment-brand-page .wcts-equipment-brand-page__media::after {
		display: none;
	}

	.wcts-equipment-brand-page .wcts-equipment-brand-page__hero-inner {
		display: contents;
	}

	.wcts-equipment-brand-page .wcts-equipment-brand-page__hero-copy {
		display: contents;
	}

	.wcts-equipment-brand-page .wcts-equipment-brand-page__hero-copy > .wcts-equipment-brand-page__logo,
	.wcts-equipment-brand-page .wcts-equipment-brand-page__hero-copy > .wcts-equipment-brand-page__eyebrow,
	.wcts-equipment-brand-page .wcts-equipment-brand-page__hero-copy > .wcts-equipment-brand-page__title,
	.wcts-equipment-brand-page .wcts-equipment-brand-page__hero-copy > .wcts-equipment-brand-page__lead {
		margin-inline: auto;
		order: 1;
		width: min(39rem, calc(100% - (var(--wcts-shell-padding) * 2)));
	}

	.wcts-equipment-brand-page .wcts-equipment-brand-page__hero-copy > .wcts-equipment-brand-page__logo {
		margin-bottom: 1.1rem;
		max-width: min(39rem, calc(100% - (var(--wcts-shell-padding) * 2)));
	}

	.wcts-equipment-brand-page .wcts-equipment-brand-page__hero-copy > .wcts-equipment-brand-page__eyebrow {
		margin-bottom: 0.85rem;
	}

	.wcts-equipment-brand-page .wcts-equipment-brand-page__hero-copy > .wcts-equipment-brand-page__title,
	.wcts-equipment-brand-page .wcts-equipment-brand-page__hero-copy > .wcts-equipment-brand-page__lead {
		max-width: min(39rem, calc(100% - (var(--wcts-shell-padding) * 2)));
	}

	.wcts-equipment-brand-page .wcts-equipment-brand-page__hero-copy > .wcts-equipment-brand-page__lead {
		margin-top: 1rem;
	}

	.wcts-equipment-brand-page .wcts-equipment-brand-page__actions {
		display: grid;
		margin: clamp(1.4rem, 5vw, 2rem) auto 0;
		order: 3;
		width: min(34rem, calc(100% - (var(--wcts-shell-padding) * 2)));
	}

	.wcts-equipment-brand-page .wcts-equipment-brand-page__actions .wcts-equipment-button {
		width: 100%;
	}

	.wcts-equipment-brand-page__why,
	.wcts-equipment-brand-page__custom-section,
	.wcts-equipment-brand-page__custom-section--reverse,
	.wcts-equipment-brand-page__catalog-inner {
		grid-template-columns: 1fr;
	}

	.wcts-equipment-brand-page__custom-section--reverse .wcts-equipment-brand-page__custom-copy {
		order: initial;
	}

	.wcts-equipment-brand-page__catalog-inner {
		gap: clamp(1.8rem, 6vw, 2.8rem);
		justify-items: center;
		text-align: center;
	}

	.wcts-equipment-brand-page__catalog-copy {
		max-width: 34rem;
	}

	.wcts-equipment-brand-page__catalog-preview-card {
		justify-self: center;
		max-width: min(20rem, 100%);
	}

	.wcts-equipment-brand-page__highlight + .wcts-equipment-brand-page__highlight {
		padding-left: 0;
		border-left: 0;
	}
}

@media (max-width: 620px) {
	.wcts-equipment-hero {
		padding: 3.4rem 0 2.7rem;
	}

	.wcts-equipment-hero::after {
		display: none;
	}

	.wcts-equipment-hero__title {
		font-size: 2.55rem;
	}

	.wcts-equipment-hero__actions {
		display: grid;
	}

	.wcts-equipment-button {
		width: 100%;
		min-width: 0;
	}

	.wcts-equipment-hero__media {
		height: 20rem;
	}

	.wcts-equipment-brand-page .wcts-equipment-brand-page__title {
		font-size: clamp(2rem, 9vw, 2.65rem);
		line-height: 1.06;
	}

	.wcts-equipment-brand-page .wcts-equipment-brand-page__logo {
		max-width: 16rem;
		min-height: 0;
		padding: 0;
	}

	.wcts-equipment-brand-page .wcts-equipment-brand-page__actions,
	.wcts-equipment-brand-page .wcts-equipment-button {
		width: 100%;
	}

	.wcts-equipment-directory {
		padding: 3rem 0;
	}

	.wcts-equipment-directory__header h2 {
		font-size: 2.45rem;
	}

	.wcts-equipment-directory__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.7rem;
	}

	.wcts-equipment-directory__card {
		min-height: 7.4rem;
		padding: 0.85rem;
	}

	.wcts-equipment-directory__logo {
		min-height: 3.2rem;
	}

	.wcts-equipment-brand-page__hero {
		min-height: 0;
	}

	.wcts-equipment-brand-page__hero-inner {
		padding-top: 3.2rem;
		padding-bottom: 0;
	}

	.wcts-equipment-brand-page .wcts-equipment-brand-page__media {
		max-width: min(23rem, calc(100% - (var(--wcts-shell-padding) * 2)));
	}

	.wcts-equipment-brand-page__logo {
		max-width: 14.5rem;
		min-height: 3.8rem;
		padding: 0.85rem 1rem;
	}

	.wcts-equipment-brand-page__actions {
		display: grid;
	}

	.wcts-equipment-brand-page__content,
	.wcts-equipment-brand-page__related {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.wcts-equipment-brand-page__related-grid {
		gap: 0.7rem;
	}

	.wcts-equipment-brand-page__related-card {
		min-height: 7.4rem;
		padding: 0.85rem;
	}

	.wcts-equipment-brand-page__related-logo {
		min-height: 3.2rem;
	}
	}
