@font-face {
	font-family: "Upascend Bebas";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/BebasNeue-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Upascend Inter";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/Inter-VariableFont.ttf") format("truetype");
}

.upb-hero,
.upb-products {
	box-sizing: border-box;
	font-family: "Upascend Inter", Arial, Helvetica, sans-serif;
	width: 100%;
}

.upb-hero *,
.upb-hero *::before,
.upb-hero *::after,
.upb-products *,
.upb-products *::before,
.upb-products *::after {
	box-sizing: border-box;
}

/* Hero slider */
.upb-hero {
	--upb-accent: #ef2639;
	--upb-hero-overlay: rgba(2, 10, 28, 0.58);
	--upb-hero-text: #fff;
	background: #061027;
	color: var(--upb-hero-text);
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

.upb-hero__swiper,
.upb-hero__swiper > .swiper-wrapper {
	min-height: inherit;
	width: 100%;
}

.upb-hero__slide {
	background: #061027;
	min-height: inherit;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.upb-hero__image,
.upb-hero__overlay {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.upb-hero__image {
	object-fit: cover;
	object-position: var(--upb-image-position, center center);
	transform: scale(1.015);
	transition: transform 8s ease;
}

.upb-hero__overlay {
	background: var(--upb-hero-overlay);
	z-index: 1;
}

.upb-hero__inner {
	align-items: center;
	display: flex;
	margin: 0 auto;
	max-width: 1500px;
	min-height: inherit;
	position: relative;
	width: 100%;
	z-index: 2;
}

.upb-hero__content {
	padding-bottom: 70px;
	position: relative;
	transform: translateY(18px);
	transition: opacity 0.55s ease, transform 0.55s ease;
	width: 100%;
}

.upb-hero__slide:not(.swiper-slide-active) .upb-hero__content {
	opacity: 0;
	transform: translateY(34px);
}

.upb-hero__slide.swiper-slide-active .upb-hero__image {
	transform: scale(1.06);
}

.upb-hero__eyebrow {
	align-items: center;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.18em;
	line-height: 1.4;
	margin: 0 0 24px;
	text-transform: uppercase;
}

.upb-hero__eyebrow::before {
	background: var(--upb-accent);
	content: "";
	display: block;
	height: 2px;
	margin-right: 14px;
	width: 36px;
}

.upb-hero__title {
	color: var(--upb-hero-text);
	font-family: "Upascend Bebas", "Arial Narrow", Arial, sans-serif;
	font-size: clamp(66px, 8.25vw, 132px);
	font-weight: 400;
	letter-spacing: -0.018em;
	line-height: 0.83;
	margin: 0;
	max-width: 720px;
	text-transform: uppercase;
}

.upb-hero__title-main,
.upb-hero__title-accent {
	display: block;
}

.upb-hero__title-accent {
	color: var(--upb-accent);
	margin-top: 0.08em;
}

.upb-hero__description {
	border-top: 2px solid var(--upb-accent);
	color: var(--upb-hero-text);
	font-size: 16px;
	font-weight: 450;
	line-height: 1.6;
	margin: 30px 0 0;
	max-width: 510px;
	padding-top: 18px;
}

.upb-hero__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px 30px;
	margin-top: 30px;
}

.upb-hero__button {
	align-items: center;
	display: inline-flex;
	font-size: 14px;
	font-weight: 650;
	gap: 18px;
	justify-content: center;
	letter-spacing: 0.01em;
	line-height: 1;
	min-height: 52px;
	text-decoration: none;
	transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.upb-hero__button:hover,
.upb-hero__button:focus {
	text-decoration: none;
	transform: translateY(-2px);
}

.upb-hero__button:focus-visible,
.upb-hero__arrow:focus-visible,
.upb-products__cta-button:focus-visible,
.upb-product-card:focus-visible,
.upb-series__tab:focus-visible,
.upb-series__accordion:focus-visible,
.upb-series__panel:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.upb-hero__button--primary {
	background: #27317d;
	color: #fff;
	padding: 0 24px;
}

.upb-hero__button--primary:hover,
.upb-hero__button--primary:focus {
	background: var(--upb-accent);
	color: #fff;
}

.upb-hero__button--secondary {
	border-bottom: 1px solid currentColor;
	color: var(--upb-hero-text);
	min-height: 38px;
	padding: 0 2px;
}

.upb-hero__counter {
	align-items: flex-end;
	bottom: 48px;
	display: flex;
	gap: 14px;
	left: max(42px, calc((100% - 1500px) / 2 + 72px));
	position: absolute;
	z-index: 5;
}

.upb-hero__counter-current {
	font-family: "Upascend Bebas", "Arial Narrow", Arial, sans-serif;
	font-size: 74px;
	line-height: 0.8;
}

.upb-hero__counter-divider {
	background: rgba(255, 255, 255, 0.45);
	height: 54px;
	width: 1px;
}

.upb-hero__counter-total {
	color: rgba(255, 255, 255, 0.64);
	font-family: "Upascend Bebas", "Arial Narrow", Arial, sans-serif;
	font-size: 28px;
	line-height: 1;
	padding-bottom: 2px;
}

.upb-hero__navigation {
	bottom: 48px;
	display: flex;
	gap: 12px;
	position: absolute;
	right: max(42px, calc((100% - 1500px) / 2 + 72px));
	z-index: 5;
}

.upb-hero__arrow {
	align-items: center;
	appearance: none;
	background: rgba(6, 14, 34, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	height: 54px;
	justify-content: center;
	padding: 0;
	transition: background-color 0.25s ease, transform 0.25s ease;
	width: 54px;
}

.upb-hero__arrow:hover {
	background: var(--upb-accent);
	transform: translateY(-2px);
}

.upb-hero__rule {
	background: var(--upb-accent);
	bottom: 0;
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 6;
}

/* Product grid */
.upb-products {
	--upb-accent: #ef2639;
	--upb-card-overlay: rgba(1, 8, 23, 0.28);
	--upb-products-bg: #061027;
	--upb-products-text: #fff;
	background: var(--upb-products-bg);
	color: var(--upb-products-text);
	position: relative;
}

.upb-products__body {
	margin: 0 auto;
	max-width: 1500px;
}

.upb-products__header {
	align-items: flex-end;
	display: flex;
	gap: 50px;
	justify-content: space-between;
	margin-bottom: 42px;
}

.upb-products__header-copy {
	max-width: 800px;
}

.upb-products__eyebrow {
	align-items: center;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.18em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.upb-products__eyebrow::before {
	background: var(--upb-accent);
	content: "";
	height: 2px;
	margin-right: 14px;
	width: 36px;
}

.upb-products__title {
	color: var(--upb-products-text);
	font-family: "Upascend Bebas", "Arial Narrow", Arial, sans-serif;
	font-size: clamp(58px, 6vw, 92px);
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 0.9;
	margin: 0;
	text-transform: uppercase;
}

.upb-products__title span {
	display: block;
}

.upb-products__title-accent {
	color: var(--upb-accent);
	margin-top: 0.08em;
}

.upb-products__intro {
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	line-height: 1.7;
	margin: 0 0 6px;
	max-width: 400px;
}

/* Seven-series product guide */
.upb-series {
	margin: 0 0 78px;
}

.upb-series__intro {
	align-items: start;
	background: #0a1730;
	border-left: 4px solid var(--upb-accent);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.8fr);
	padding: 34px 38px 36px;
}

.upb-series__intro-title {
	color: #fff;
	font-family: "Upascend Bebas", "Arial Narrow", Arial, sans-serif;
	font-size: clamp(38px, 4vw, 58px);
	font-weight: 400;
	letter-spacing: 0.015em;
	line-height: 0.96;
	margin: 0;
	text-transform: uppercase;
}

.upb-series__intro-copy {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(16px, 1.5vw, 19px);
	font-weight: 420;
	line-height: 1.75;
	margin: 0;
	max-width: 920px;
}

.upb-series__heading {
	margin: 72px 0 30px;
}

.upb-series__eyebrow,
.upb-products__gallery-eyebrow {
	align-items: center;
	color: rgba(255, 255, 255, 0.82);
	display: flex;
	font-size: 12px;
	font-weight: 750;
	letter-spacing: 0.18em;
	line-height: 1.45;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.upb-series__eyebrow::before,
.upb-products__gallery-eyebrow::before {
	background: var(--upb-accent);
	content: "";
	display: block;
	height: 2px;
	margin-right: 13px;
	width: 34px;
}

.upb-series__display-title {
	color: #fff;
	font-family: "Upascend Bebas", "Arial Narrow", Arial, sans-serif;
	font-size: clamp(52px, 5.4vw, 82px);
	font-weight: 400;
	letter-spacing: -0.012em;
	line-height: 0.9;
	margin: 0;
	text-transform: uppercase;
}

.upb-series__display-title span {
	display: block;
}

.upb-series__display-accent {
	color: var(--upb-accent);
	margin-top: 0.08em;
}

.upb-series__tabs {
	display: none;
}

.upb-series__tab {
	appearance: none;
	background: #0a1730;
	border: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.08);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.62);
	cursor: pointer;
	min-height: 92px;
	padding: 17px 14px 14px;
	position: relative;
	text-align: left;
	transition: background-color 0.22s ease, color 0.22s ease;
}

.upb-series__tab:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.upb-series__tab::after {
	background: var(--upb-accent);
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.22s ease;
	width: 100%;
}

.upb-series__tab:hover {
	background: #0d1d3a;
	color: #fff;
}

.upb-series__tab.is-active {
	background: #101f3d;
	color: #fff;
}

.upb-series__tab.is-active::after {
	transform: scaleX(1);
}

.upb-series__tab-number {
	display: block;
	font-family: "Upascend Bebas", "Arial Narrow", Arial, sans-serif;
	font-size: 36px;
	letter-spacing: 0.02em;
	line-height: 0.85;
}

.upb-series__tab-label {
	display: block;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.11em;
	line-height: 1.25;
	margin-top: 12px;
	text-transform: uppercase;
}

.upb-series__panels {
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.upb-series__panel {
	background: #08142d;
	margin: 0;
	outline: none;
}

.upb-series__panel-content {
	display: grid;
	grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
	min-height: 610px;
}

.upb-series.is-enhanced .upb-series__panel-content[aria-hidden="true"] {
	display: none;
}

.upb-series__mobile-heading {
	display: none;
}

.upb-series__visual {
	isolation: isolate;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}

.upb-series__image,
.upb-series__visual-overlay {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.upb-series__image {
	object-fit: cover;
	transition: transform 0.65s ease;
	z-index: -2;
}

.upb-series__visual-overlay {
	background: linear-gradient(180deg, rgba(4, 12, 31, 0.06) 30%, rgba(4, 12, 31, 0.82) 100%);
	z-index: -1;
}

.upb-series__panel.is-active .upb-series__image {
	transform: scale(1.025);
}

.upb-series__visual-number {
	bottom: 26px;
	color: rgba(255, 255, 255, 0.92);
	font-family: "Upascend Bebas", "Arial Narrow", Arial, sans-serif;
	font-size: clamp(88px, 10vw, 150px);
	left: 30px;
	line-height: 0.75;
	position: absolute;
}

.upb-series__visual-number::after {
	background: var(--upb-accent);
	content: "";
	display: block;
	height: 4px;
	margin-top: 20px;
	width: 58px;
}

.upb-series__detail {
	align-content: center;
	display: grid;
	padding: 44px 42px 42px;
}

.upb-series__detail-meta {
	align-items: center;
	color: var(--upb-accent);
	display: flex;
	font-size: 11px;
	font-weight: 800;
	gap: 14px;
	letter-spacing: 0.17em;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.upb-series__detail-meta span:first-child {
	border-right: 1px solid rgba(255, 255, 255, 0.22);
	padding-right: 14px;
}

.upb-series__name {
	color: #fff;
	font-family: "Upascend Bebas", "Arial Narrow", Arial, sans-serif;
	font-size: clamp(48px, 5vw, 76px);
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 0.94;
	margin: 0;
	max-width: 780px;
	text-transform: uppercase;
}

.upb-series__subtitle {
	color: #fff;
	font-size: clamp(19px, 2vw, 25px);
	font-weight: 720;
	line-height: 1.35;
	margin: 18px 0 0;
}

.upb-series__description {
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	line-height: 1.72;
	margin: 12px 0 0;
	max-width: 760px;
}

.upb-series__specs {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 30px;
}

.upb-series__spec {
	background: rgba(255, 255, 255, 0.035);
	border-top: 2px solid rgba(255, 255, 255, 0.18);
	min-width: 0;
	padding: 19px 18px 20px;
}

.upb-series__spec--market {
	border-top-color: var(--upb-accent);
}

.upb-series__spec h4 {
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.35;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.upb-series__spec ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.upb-series__spec li {
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
	line-height: 1.46;
	padding-left: 13px;
	position: relative;
}

.upb-series__spec li + li {
	margin-top: 7px;
}

.upb-series__spec li::before {
	background: var(--upb-accent);
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 0.58em;
	width: 4px;
}

.upb-products__gallery-header {
	align-items: end;
	display: flex;
	gap: 44px;
	justify-content: space-between;
	margin: 0 0 30px;
	padding-top: 2px;
}

.upb-products__gallery-title {
	color: #fff;
	font-family: "Upascend Bebas", "Arial Narrow", Arial, sans-serif;
	font-size: clamp(46px, 5vw, 74px);
	font-weight: 400;
	letter-spacing: -0.008em;
	line-height: 0.92;
	margin: 0;
	text-transform: uppercase;
}

.upb-products__gallery-intro {
	color: rgba(255, 255, 255, 0.62);
	font-size: 13px;
	line-height: 1.65;
	margin: 0 0 2px;
	max-width: 430px;
}

.upb-products__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.upb-product-card {
	background: #0b1730;
	color: #fff;
	display: block;
	isolation: isolate;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.upb-product-card:hover,
.upb-product-card:focus {
	color: #fff;
	text-decoration: none;
}

.upb-product-card__image,
.upb-product-card__overlay {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.upb-product-card__image {
	object-fit: cover;
	transition: transform 0.65s ease;
	z-index: -2;
}

.upb-product-card__overlay {
	background: var(--upb-card-overlay);
	z-index: -1;
}

.upb-product-card::after {
	background: rgba(2, 9, 24, 0.74);
	bottom: 0;
	content: "";
	height: 34%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.upb-product-card:hover .upb-product-card__image,
.upb-product-card:focus .upb-product-card__image {
	transform: scale(1.055);
}

.upb-product-card__number {
	color: rgba(255, 255, 255, 0.86);
	font-family: "Upascend Bebas", "Arial Narrow", Arial, sans-serif;
	font-size: clamp(56px, 5vw, 86px);
	left: 26px;
	line-height: 0.8;
	position: absolute;
	top: 28px;
}

.upb-product-card__number::after {
	background: var(--upb-accent);
	content: "";
	display: block;
	height: 3px;
	margin-top: 15px;
	width: 40px;
}

.upb-product-card__content {
	bottom: 25px;
	left: 26px;
	max-width: calc(100% - 70px);
	position: absolute;
}

.upb-product-card__category {
	color: var(--upb-accent);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.upb-product-card__name {
	color: #fff;
	font-family: "Upascend Bebas", "Arial Narrow", Arial, sans-serif;
	font-size: clamp(28px, 2.5vw, 42px);
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 0.98;
	margin: 0;
	text-transform: uppercase;
}

.upb-product-card__tagline {
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-top: 7px;
	text-transform: uppercase;
}

.upb-product-card__link-icon {
	align-items: center;
	background: var(--upb-accent);
	border-radius: 50%;
	bottom: 24px;
	display: flex;
	font-size: 13px;
	height: 38px;
	justify-content: center;
	position: absolute;
	right: 22px;
	transform: translateX(8px);
	transition: opacity 0.25s ease, transform 0.25s ease;
	width: 38px;
}

.upb-product-card:hover .upb-product-card__link-icon,
.upb-product-card:focus .upb-product-card__link-icon {
	transform: translateX(0);
}

.upb-products__cta {
	align-items: center;
	background: #07132e;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: grid;
	gap: 30px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	margin-top: 0;
	padding: 38px max(42px, calc((100% - 1360px) / 2));
}

.upb-products__cta-mark {
	align-items: center;
	border: 2px solid #35438d;
	border-radius: 50%;
	color: #5364bd;
	display: flex;
	font-size: 34px;
	height: 70px;
	justify-content: center;
	width: 70px;
}

.upb-products__cta-copy h3 {
	color: #fff;
	font-family: "Upascend Bebas", "Arial Narrow", Arial, sans-serif;
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.upb-products__cta-copy p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	margin: 9px 0 0;
}

.upb-products__cta-button {
	align-items: center;
	background: var(--upb-accent);
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 24px;
	justify-content: center;
	min-height: 54px;
	padding: 0 25px;
	text-decoration: none;
	transition: background-color 0.25s ease, transform 0.25s ease;
}

.upb-products__cta-button:hover,
.upb-products__cta-button:focus {
	background: #c9172b;
	color: #fff;
	text-decoration: none;
	transform: translateY(-2px);
}

@media (min-width: 768px) {
	.upb-series.is-enhanced .upb-series__tabs {
		display: grid;
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}

	.upb-series.is-enhanced .upb-series__panel:not(.is-active) {
		display: none;
	}
}

@media (max-width: 1024px) {
	.upb-hero__content {
		padding-bottom: 88px;
	}

	.upb-hero__title {
		font-size: clamp(64px, 11vw, 100px);
	}

	.upb-hero__counter {
		bottom: 34px;
		left: 38px;
	}

	.upb-hero__counter-current {
		font-size: 58px;
	}

	.upb-hero__counter-divider {
		height: 42px;
	}

	.upb-hero__navigation {
		bottom: 34px;
		right: 38px;
	}

	.upb-products__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
	}

	.upb-series__intro {
		gap: 28px;
		grid-template-columns: minmax(210px, 0.7fr) minmax(0, 1.3fr);
		padding: 30px;
	}

	.upb-series__heading {
		margin-top: 58px;
	}

	.upb-series.is-enhanced .upb-series__tabs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.upb-series__tab:nth-child(5) {
		border-left: 1px solid rgba(255, 255, 255, 0.08);
	}

	.upb-series__panel-content {
		grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.3fr);
		min-height: 650px;
	}

	.upb-series__detail {
		padding: 36px 30px;
	}

	.upb-series__specs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.upb-series__spec--market {
		grid-column: 1 / -1;
	}

	.upb-products__gallery-header {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
	}

	.upb-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.upb-hero__image {
		object-position: var(--upb-image-position-mobile, center center);
	}

	.upb-hero__overlay {
		background: rgba(2, 10, 28, 0.68);
	}

	.upb-hero__inner {
		align-items: flex-end;
	}

	.upb-hero__content {
		padding-bottom: 92px;
	}

	.upb-hero__eyebrow {
		font-size: 11px;
		letter-spacing: 0.13em;
		margin-bottom: 16px;
	}

	.upb-hero__eyebrow::before {
		width: 24px;
	}

	.upb-hero__title {
		font-size: clamp(54px, 17vw, 78px);
		line-height: 0.87;
	}

	.upb-hero__description {
		font-size: 14px;
		line-height: 1.5;
		margin-top: 22px;
		max-width: 100%;
	}

	.upb-hero__actions {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
		margin-top: 24px;
	}

	.upb-hero__button--primary {
		align-self: flex-start;
	}

	.upb-hero__button--secondary {
		align-self: flex-start;
	}

	.upb-hero__counter {
		bottom: 25px;
		left: 22px;
	}

	.upb-hero__counter-current {
		font-size: 44px;
	}

	.upb-hero__counter-divider {
		height: 33px;
	}

	.upb-hero__counter-total {
		font-size: 22px;
	}

	.upb-hero__navigation {
		bottom: 22px;
		right: 22px;
	}

	.upb-hero__arrow {
		height: 44px;
		width: 44px;
	}

	.upb-products__header {
		margin-bottom: 28px;
	}

	.upb-products__eyebrow {
		font-size: 11px;
		line-height: 1.4;
	}

	.upb-products__title {
		font-size: clamp(48px, 15vw, 68px);
	}

	.upb-series {
		margin-bottom: 58px;
	}

	.upb-series__intro {
		gap: 16px;
		grid-template-columns: 1fr;
		padding: 24px 20px 26px;
	}

	.upb-series__intro-title {
		font-size: 42px;
	}

	.upb-series__intro-copy {
		font-size: 15px;
		line-height: 1.68;
	}

	.upb-series__heading {
		margin: 50px 0 24px;
	}

	.upb-series__eyebrow,
	.upb-products__gallery-eyebrow {
		font-size: 10px;
		letter-spacing: 0.14em;
	}

	.upb-series__display-title {
		font-size: clamp(46px, 14vw, 62px);
	}

	.upb-series__panels {
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}

	.upb-series__panel {
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.upb-series__mobile-heading {
		display: block;
	}

	.upb-series__accordion {
		align-items: center;
		appearance: none;
		background: #0a1730;
		border: 0;
		color: #fff;
		cursor: pointer;
		display: grid;
		gap: 14px;
		grid-template-columns: auto minmax(0, 1fr) auto;
		min-height: 68px;
		padding: 12px 16px;
		text-align: left;
		width: 100%;
	}

	.upb-series__panel.is-active .upb-series__accordion {
		background: #10203e;
	}

	.upb-series__accordion-number {
		color: var(--upb-accent);
		font-family: "Upascend Bebas", "Arial Narrow", Arial, sans-serif;
		font-size: 32px;
		line-height: 1;
	}

	.upb-series__accordion-label {
		font-size: 11px;
		font-weight: 800;
		letter-spacing: 0.12em;
		line-height: 1.3;
		text-transform: uppercase;
	}

	.upb-series__accordion-state {
		height: 20px;
		position: relative;
		width: 20px;
	}

	.upb-series__accordion-state::before,
	.upb-series__accordion-state::after {
		background: #fff;
		content: "";
		height: 2px;
		left: 3px;
		position: absolute;
		top: 9px;
		transition: transform 0.2s ease;
		width: 14px;
	}

	.upb-series__accordion-state::after {
		transform: rotate(90deg);
	}

	.upb-series__accordion[aria-expanded="true"] .upb-series__accordion-state::after {
		transform: rotate(0);
	}

	.upb-series__panel-content {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.upb-series__visual {
		aspect-ratio: 16 / 10;
		min-height: 0;
	}

	.upb-series__visual-number {
		bottom: 22px;
		font-size: 86px;
		left: 20px;
	}

	.upb-series__detail {
		padding: 28px 20px 32px;
	}

	.upb-series__name {
		font-size: clamp(42px, 13vw, 58px);
	}

	.upb-series__subtitle {
		font-size: 19px;
		margin-top: 15px;
	}

	.upb-series__description {
		font-size: 14px;
		line-height: 1.65;
	}

	.upb-series__specs {
		grid-template-columns: 1fr;
		margin-top: 24px;
	}

	.upb-series__spec--market {
		grid-column: auto;
	}

	.upb-products__gallery-header {
		margin-bottom: 24px;
	}

	.upb-products__gallery-title {
		font-size: clamp(42px, 13vw, 58px);
	}

	.upb-products__grid {
		grid-template-columns: 1fr;
	}

	.upb-product-card__number {
		font-size: 68px;
		left: 20px;
		top: 24px;
	}

	.upb-product-card__content {
		bottom: 22px;
		left: 20px;
	}

	.upb-product-card__name {
		font-size: 34px;
	}

	.upb-products__cta {
		align-items: flex-start;
		grid-template-columns: auto 1fr;
		padding: 30px 24px;
	}

	.upb-products__cta-mark {
		font-size: 26px;
		height: 56px;
		width: 56px;
	}

	.upb-products__cta-button {
		grid-column: 1 / -1;
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.upb-hero__image,
	.upb-hero__content,
	.upb-hero__button,
	.upb-hero__arrow,
	.upb-product-card__image,
	.upb-product-card__link-icon,
	.upb-products__cta-button,
	.upb-series__image,
	.upb-series__tab,
	.upb-series__tab::after,
	.upb-series__accordion-state::after {
		transition: none;
	}
}
