/*
Theme Name: DragonSat Vision
Theme URI: https://dragonsat.co.uk/
Author: DragonSat
Author URI: https://dragonsat.co.uk/
Description: A product-led responsive WordPress theme for DragonSat set-top boxes, comparison, support, registration and commercial partnerships.
Version: 2.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dragonsat-vision
Tags: custom-logo, custom-menu, featured-images, full-width-template, accessibility-ready, translation-ready, e-commerce
*/

:root {
	--ds-ink: #0a1420;
	--ds-ink-soft: #192636;
	--ds-navy: #061522;
	--ds-navy-2: #0b2135;
	--ds-navy-3: #12344f;
	--ds-blue: #2d7dff;
	--ds-blue-dark: #165ed5;
	--ds-cyan: #59d7ff;
	--ds-orange: #ff6b3d;
	--ds-gold: #ffb340;
	--ds-green: #2fbc8c;
	--ds-white: #ffffff;
	--ds-off-white: #f7f9fc;
	--ds-cloud: #eef3f8;
	--ds-line: #dfe6ee;
	--ds-muted: #617083;
	--ds-muted-light: #9aabba;
	--ds-danger: #c93f46;
	--ds-success: #12805e;
	--ds-radius-sm: 10px;
	--ds-radius: 18px;
	--ds-radius-lg: 28px;
	--ds-radius-xl: 40px;
	--ds-shadow-sm: 0 8px 30px rgba(7, 24, 39, 0.08);
	--ds-shadow: 0 24px 70px rgba(7, 24, 39, 0.13);
	--ds-shadow-dark: 0 30px 90px rgba(0, 0, 0, 0.32);
	--ds-container: 1280px;
	--ds-section: clamp(76px, 8vw, 124px);
	--ds-transition: 220ms ease;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 110px;
}

body {
	margin: 0;
	background: var(--ds-white);
	color: var(--ds-ink);
	font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.menu-open {
	overflow: hidden;
}

img,
svg {
	max-width: 100%;
	height: auto;
}

img {
	display: block;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
select {
	cursor: pointer;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: var(--ds-blue);
}

p,
ul,
ol,
figure,
blockquote {
	margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.55em;
	color: var(--ds-ink);
	font-weight: 760;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

h1 {
	font-size: clamp(3.15rem, 6.7vw, 6.2rem);
}

h2 {
	font-size: clamp(2.25rem, 4vw, 4.1rem);
}

h3 {
	font-size: clamp(1.35rem, 2vw, 1.7rem);
}

::selection {
	background: rgba(45, 125, 255, 0.25);
	color: var(--ds-ink);
}

.container {
	width: min(calc(100% - 48px), var(--ds-container));
	margin-inline: auto;
}

.content-narrow {
	width: min(calc(100% - 48px), 820px);
	margin-inline: auto;
}

.section {
	position: relative;
	padding-block: var(--ds-section);
}

.site-shell {
	min-height: 100vh;
	overflow: clip;
}

.site-main {
	min-height: 50vh;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 12px;
	left: 12px;
	z-index: 99999;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	background: var(--ds-white);
	color: var(--ds-ink);
	font-weight: 700;
	box-shadow: var(--ds-shadow-sm);
}

.icon {
	display: inline-grid;
	width: 1.15em;
	height: 1.15em;
	place-items: center;
	flex: 0 0 auto;
}

.icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
	color: var(--ds-blue-dark);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.2;
	text-transform: uppercase;
}

.eyebrow::before {
	width: 26px;
	height: 2px;
	background: currentColor;
	content: "";
}

.eyebrow-light {
	color: var(--ds-cyan);
}

.button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.94rem;
	font-weight: 750;
	line-height: 1;
	transition: color var(--ds-transition), background var(--ds-transition), border-color var(--ds-transition), transform var(--ds-transition), box-shadow var(--ds-transition);
}

.button:hover {
	transform: translateY(-2px);
	color: inherit;
}

.button:focus-visible,
.menu-toggle:focus-visible,
.filter-button:focus-visible,
.faq-item button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 3px solid rgba(45, 125, 255, 0.32);
	outline-offset: 3px;
}

.button .icon {
	width: 1.05rem;
	height: 1.05rem;
	transition: transform var(--ds-transition);
}

.button:hover .icon-arrow-right,
.text-link:hover .icon-arrow-right {
	transform: translateX(4px);
}

.button-primary {
	background: linear-gradient(135deg, var(--ds-blue), #4a9cff);
	box-shadow: 0 14px 35px rgba(45, 125, 255, 0.28);
	color: var(--ds-white);
}

.button-primary:hover {
	background: linear-gradient(135deg, var(--ds-blue-dark), var(--ds-blue));
	box-shadow: 0 18px 42px rgba(45, 125, 255, 0.36);
	color: var(--ds-white);
}

.button-dark {
	background: var(--ds-ink);
	color: var(--ds-white);
}

.button-dark:hover {
	background: var(--ds-blue);
	color: var(--ds-white);
}

.button-light {
	background: var(--ds-white);
	box-shadow: var(--ds-shadow-sm);
	color: var(--ds-ink);
}

.button-light:hover {
	background: var(--ds-cyan);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
	color: var(--ds-ink);
}

.button-outline {
	border-color: var(--ds-line);
	background: var(--ds-white);
	color: var(--ds-ink);
}

.button-outline:hover {
	border-color: var(--ds-blue);
	box-shadow: var(--ds-shadow-sm);
	color: var(--ds-blue-dark);
}

.button-ghost-light {
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(12px);
	color: var(--ds-white);
}

.button-ghost-light:hover {
	border-color: rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.13);
	color: var(--ds-white);
}

.button-large {
	min-height: 56px;
	padding: 16px 26px;
	font-size: 1rem;
}

.button-full {
	width: 100%;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--ds-blue-dark);
	font-size: 0.93rem;
	font-weight: 780;
}

.text-link .icon {
	width: 1rem;
	height: 1rem;
	transition: transform var(--ds-transition);
}

.announcement-bar {
	position: relative;
	z-index: 50;
	background: linear-gradient(90deg, #152b42, #0f263d 45%, #152b42);
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.82rem;
	font-weight: 650;
}

.announcement-inner {
	display: flex;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	text-align: center;
}

.announcement-inner a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.announcement-inner a:hover {
	color: var(--ds-cyan);
}

.announcement-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--ds-cyan);
	box-shadow: 0 0 0 5px rgba(89, 215, 255, 0.13);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 45;
	border-bottom: 1px solid rgba(7, 24, 39, 0.08);
	background: rgba(255, 255, 255, 0.93);
	backdrop-filter: blur(18px) saturate(140%);
	transition: box-shadow var(--ds-transition), background var(--ds-transition);
}

.site-header.is-scrolled {
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 10px 35px rgba(7, 24, 39, 0.1);
}

.header-inner {
	display: grid;
	min-height: 82px;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 34px;
}

.site-branding,
.brand {
	display: inline-flex;
	align-items: center;
}

.brand {
	gap: 10px;
	color: var(--ds-ink);
}

.brand:hover {
	color: var(--ds-ink);
}

.brand-mark {
	width: 42px;
	height: 42px;
	filter: drop-shadow(0 8px 14px rgba(255, 107, 61, 0.18));
}

.brand-word {
	font-size: 1.4rem;
	font-weight: 850;
	letter-spacing: -0.045em;
	line-height: 1;
}

.brand-word span {
	color: var(--ds-blue);
}

.custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.custom-logo {
	width: auto;
	max-width: 230px;
	max-height: 58px;
}

.primary-navigation {
	justify-self: center;
}

.primary-menu,
.primary-menu ul,
.footer-menu,
.footer-nav-column ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-menu {
	display: flex;
	align-items: center;
	gap: clamp(20px, 2.5vw, 38px);
}

.primary-menu > li {
	position: relative;
}

.primary-menu > li > a {
	display: flex;
	min-height: 82px;
	align-items: center;
	color: var(--ds-ink-soft);
	font-size: 0.92rem;
	font-weight: 700;
}

.primary-menu > li > a::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	border-radius: 4px 4px 0 0;
	background: var(--ds-blue);
	content: "";
	transform: scaleX(0);
	transform-origin: center;
	transition: transform var(--ds-transition);
}

.primary-menu > li:hover > a,
.primary-menu > li.current-menu-item > a,
.primary-menu > li.current-menu-ancestor > a {
	color: var(--ds-blue-dark);
}

.primary-menu > li:hover > a::after,
.primary-menu > li.current-menu-item > a::after,
.primary-menu > li.current-menu-ancestor > a::after {
	transform: scaleX(1);
}

.primary-menu .sub-menu {
	position: absolute;
	top: calc(100% - 8px);
	left: 50%;
	z-index: 20;
	min-width: 230px;
	padding: 12px;
	border: 1px solid var(--ds-line);
	border-radius: 16px;
	background: var(--ds-white);
	box-shadow: var(--ds-shadow);
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 10px);
	transition: opacity var(--ds-transition), transform var(--ds-transition);
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.primary-menu .sub-menu a {
	display: block;
	padding: 10px 12px;
	border-radius: 9px;
	font-size: 0.9rem;
	font-weight: 650;
}

.primary-menu .sub-menu a:hover {
	background: var(--ds-cloud);
	color: var(--ds-blue-dark);
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 16px;
}

.header-support-link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--ds-ink-soft);
	font-size: 0.86rem;
	font-weight: 700;
}

.header-support-link .icon {
	color: var(--ds-blue);
}

.header-cta {
	min-height: 44px;
	padding: 11px 18px;
}

.menu-toggle,
.mobile-menu-actions,
.menu-backdrop {
	display: none;
}

.hero-section {
	position: relative;
	min-height: 790px;
	padding: clamp(78px, 8vw, 118px) 0 0;
	background:
		radial-gradient(circle at 75% 20%, rgba(45, 125, 255, 0.2), transparent 30%),
		radial-gradient(circle at 8% 75%, rgba(89, 215, 255, 0.11), transparent 30%),
		linear-gradient(135deg, #05111d 0%, #081b2c 47%, #0c2941 100%);
	color: var(--ds-white);
	isolation: isolate;
}

.hero-grid-overlay,
.page-hero-grid,
.product-hero-grid {
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 62px 62px;
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 92%);
}

.hero-glow {
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	filter: blur(1px);
	pointer-events: none;
}

.hero-glow-one {
	top: 90px;
	right: -180px;
	width: 580px;
	height: 580px;
	border: 1px solid rgba(89, 215, 255, 0.18);
	box-shadow: inset 0 0 100px rgba(45, 125, 255, 0.05);
}

.hero-glow-two {
	bottom: 60px;
	left: -220px;
	width: 460px;
	height: 460px;
	border: 1px solid rgba(255, 107, 61, 0.12);
}

.hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
	align-items: center;
	gap: clamp(38px, 5vw, 80px);
}

.hero-copy {
	position: relative;
	z-index: 3;
	padding-bottom: 84px;
}

.hero-copy h1 {
	max-width: 760px;
	margin-bottom: 28px;
	color: var(--ds-white);
	font-size: clamp(3.5rem, 6.8vw, 6.4rem);
	letter-spacing: -0.06em;
}

.hero-description {
	max-width: 650px;
	margin-bottom: 34px;
	color: rgba(255, 255, 255, 0.72);
	font-size: clamp(1.08rem, 1.45vw, 1.3rem);
	line-height: 1.62;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.hero-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 28px;
	margin-top: 32px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.86rem;
	font-weight: 650;
}

.hero-proof span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.hero-proof .icon {
	width: 18px;
	height: 18px;
	padding: 3px;
	border-radius: 50%;
	background: rgba(89, 215, 255, 0.16);
	color: var(--ds-cyan);
}

.hero-visual {
	position: relative;
	z-index: 2;
	align-self: end;
	min-height: 610px;
}

.hero-visual > img {
	position: absolute;
	right: -3%;
	bottom: 16px;
	width: min(780px, 110%);
	max-width: none;
	filter: drop-shadow(0 42px 70px rgba(0, 0, 0, 0.38));
}

.hero-orbit {
	position: absolute;
	top: 40px;
	right: 0;
	width: 510px;
	height: 510px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.018), 0 0 0 140px rgba(255, 255, 255, 0.012);
}

.hero-product-label {
	position: absolute;
	z-index: 4;
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 1px 12px;
	min-width: 196px;
	padding: 13px 16px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	background: rgba(7, 25, 41, 0.72);
	box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
	backdrop-filter: blur(16px);
}

.hero-product-label > span {
	grid-row: 1 / 3;
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 12px;
	background: rgba(89, 215, 255, 0.12);
	color: var(--ds-cyan);
}

.hero-product-label strong {
	color: var(--ds-white);
	font-size: 0.9rem;
	line-height: 1.2;
}

.hero-product-label small {
	color: var(--ds-muted-light);
	font-size: 0.7rem;
}

.hero-product-label-one {
	top: 120px;
	left: 3%;
}

.hero-product-label-two {
	top: 265px;
	right: -3%;
}

.hero-capability-bar {
	position: relative;
	z-index: 5;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: -4px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-bottom: 0;
	border-radius: 22px 22px 0 0;
	background: rgba(4, 17, 29, 0.82);
	box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.16);
	backdrop-filter: blur(18px);
}

.hero-capability-bar > div {
	display: flex;
	min-height: 108px;
	align-items: center;
	gap: 14px;
	padding: 22px 24px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-capability-bar > div:last-child {
	border-right: 0;
}

.capability-icon {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 12px;
	background: rgba(45, 125, 255, 0.13);
	color: var(--ds-cyan);
}

.hero-capability-bar strong,
.hero-capability-bar small {
	display: block;
}

.hero-capability-bar strong {
	margin-bottom: 2px;
	color: var(--ds-white);
	font-size: 0.88rem;
}

.hero-capability-bar small {
	color: rgba(255, 255, 255, 0.48);
	font-size: 0.72rem;
	line-height: 1.35;
}

.section-heading {
	max-width: 760px;
}

.section-heading-center {
	margin-inline: auto;
	text-align: center;
}

.section-heading-center .eyebrow {
	justify-content: center;
}

.section-heading h2 span {
	color: var(--ds-blue);
}

.section-intro {
	max-width: 660px;
	margin-bottom: 0;
	color: var(--ds-muted);
	font-size: 1.06rem;
}

.section-heading-center .section-intro {
	margin-inline: auto;
}

.viewing-section {
	background: var(--ds-off-white);
}

.experience-grid {
	display: grid;
	grid-template-columns: 1.35fr 1fr 1fr;
	gap: 22px;
	margin-top: 56px;
}

.experience-card {
	position: relative;
	display: flex;
	min-height: 370px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 34px;
	border: 1px solid var(--ds-line);
	border-radius: var(--ds-radius-lg);
	background: var(--ds-white);
	box-shadow: 0 10px 35px rgba(7, 24, 39, 0.045);
	overflow: hidden;
	transition: transform var(--ds-transition), box-shadow var(--ds-transition), border-color var(--ds-transition);
}

.experience-card:hover {
	border-color: rgba(45, 125, 255, 0.32);
	box-shadow: var(--ds-shadow);
	color: inherit;
	transform: translateY(-7px);
}

.experience-card::after {
	position: absolute;
	top: 22px;
	right: 22px;
	width: 82px;
	height: 82px;
	border: 1px solid rgba(45, 125, 255, 0.1);
	border-radius: 50%;
	content: "";
}

.experience-card .experience-icon {
	display: grid;
	width: 56px;
	height: 56px;
	place-items: center;
	margin-bottom: 46px;
	border-radius: 16px;
	background: var(--ds-cloud);
	color: var(--ds-blue);
}

.experience-card h3 {
	margin-bottom: 14px;
}

.experience-card p {
	margin-bottom: 22px;
	color: var(--ds-muted);
	font-size: 0.96rem;
}

.experience-card-featured {
	min-height: 470px;
	justify-content: flex-end;
	border-color: transparent;
	background: linear-gradient(145deg, #092137 0%, #0b2d49 55%, #124267 100%);
	color: var(--ds-white);
}

.experience-card-featured:hover {
	border-color: transparent;
	color: var(--ds-white);
}

.experience-card-featured::after {
	border-color: rgba(255, 255, 255, 0.1);
}

.experience-card-featured .experience-icon {
	margin-bottom: 24px;
	background: rgba(89, 215, 255, 0.13);
	color: var(--ds-cyan);
}

.experience-card-featured h3 {
	color: var(--ds-white);
}

.experience-card-featured p {
	color: rgba(255, 255, 255, 0.66);
}

.experience-card-featured .text-link {
	color: var(--ds-cyan);
}

.experience-card-art {
	position: absolute;
	top: 38px;
	right: 28px;
	left: 28px;
	height: 185px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 18px;
	background: linear-gradient(140deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02));
	overflow: hidden;
}

.experience-art-streaming::before {
	position: absolute;
	inset: 20px;
	border-radius: 12px;
	background:
		linear-gradient(110deg, rgba(45, 125, 255, 0.86), rgba(89, 215, 255, 0.34)),
		linear-gradient(#fff, #fff);
	content: "";
	clip-path: polygon(0 0, 100% 0, 100% 76%, 0 100%);
}

.experience-art-streaming span {
	position: absolute;
	z-index: 1;
	bottom: 30px;
	width: 54px;
	height: 38px;
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.experience-art-streaming span:nth-child(1) { left: 42px; }
.experience-art-streaming span:nth-child(2) { left: 108px; background: var(--ds-orange); }
.experience-art-streaming span:nth-child(3) { left: 174px; background: var(--ds-cyan); }

.products-section {
	background: var(--ds-white);
}

.section-title-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 34px;
	margin-bottom: 54px;
}

.product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.product-grid-home {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
	min-width: 0;
	border: 1px solid var(--ds-line);
	border-radius: var(--ds-radius-lg);
	background: var(--ds-white);
	overflow: hidden;
	transition: transform var(--ds-transition), box-shadow var(--ds-transition), border-color var(--ds-transition);
}

.product-card:hover {
	border-color: rgba(45, 125, 255, 0.28);
	box-shadow: var(--ds-shadow);
	transform: translateY(-7px);
}

.product-card-link {
	display: block;
	height: 100%;
}

.product-card-link:hover {
	color: inherit;
}

.product-card-art {
	position: relative;
	display: grid;
	min-height: 275px;
	place-items: center;
	padding: 28px;
	background:
		radial-gradient(circle at 70% 20%, rgba(45, 125, 255, 0.12), transparent 34%),
		linear-gradient(160deg, #f6f9fc, #edf3f8);
	overflow: hidden;
}

.product-card-art::after {
	position: absolute;
	bottom: 30px;
	left: 50%;
	width: 58%;
	height: 18px;
	border-radius: 50%;
	background: rgba(7, 24, 39, 0.16);
	content: "";
	filter: blur(13px);
	transform: translateX(-50%);
}

.product-card-art img {
	position: relative;
	z-index: 1;
	width: 90%;
	max-height: 205px;
	object-fit: contain;
	transition: transform 420ms ease;
}

.product-card:hover .product-card-art img {
	transform: scale(1.035) translateY(-3px);
}

.product-badge {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 3;
	padding: 7px 11px;
	border-radius: 999px;
	background: var(--ds-white);
	box-shadow: var(--ds-shadow-sm);
	color: var(--ds-blue-dark);
	font-size: 0.68rem;
	font-weight: 850;
	letter-spacing: 0.07em;
	line-height: 1;
	text-transform: uppercase;
}

.product-card-body {
	padding: 26px 28px 29px;
}

.product-type {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
	color: var(--ds-blue-dark);
	font-size: 0.71rem;
	font-weight: 820;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

.product-type span {
	color: var(--ds-muted-light);
	font-weight: 650;
}

.product-card h3 {
	margin-bottom: 12px;
	font-size: 1.45rem;
}

.product-card-body > p:not(.product-type) {
	min-height: 3.2em;
	margin-bottom: 21px;
	color: var(--ds-muted);
	font-size: 0.91rem;
	line-height: 1.6;
}

.product-story-section {
	background: var(--ds-off-white);
}

.product-story-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	align-items: center;
	gap: clamp(50px, 7vw, 100px);
}

.product-story-visual {
	position: relative;
	min-height: 620px;
	padding: 48px;
	border-radius: var(--ds-radius-xl);
	background:
		radial-gradient(circle at 85% 10%, rgba(89, 215, 255, 0.18), transparent 28%),
		linear-gradient(145deg, var(--ds-navy), var(--ds-navy-3));
	box-shadow: var(--ds-shadow-dark);
	overflow: hidden;
}

.product-story-visual::before {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
	background-size: 48px 48px;
	content: "";
	mask-image: linear-gradient(to bottom, #000, transparent);
}

.story-screen {
	position: relative;
	z-index: 1;
	min-height: 350px;
	padding: 26px;
	border: 7px solid #101820;
	border-radius: 17px;
	background: linear-gradient(145deg, #173a56, #081b2b);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
}

.story-screen-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
}

.story-screen-top span:first-child {
	width: 110px;
	height: 12px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.86);
}

.story-screen-top span:last-child {
	width: 58px;
	height: 12px;
	border-radius: 10px;
	background: rgba(89, 215, 255, 0.55);
}

.story-programme-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.story-programme-grid span {
	height: 94px;
	border-radius: 10px;
	background: linear-gradient(145deg, rgba(45, 125, 255, 0.72), rgba(89, 215, 255, 0.18));
}

.story-programme-grid span:nth-child(2) { background: linear-gradient(145deg, rgba(255, 107, 61, 0.84), rgba(255, 179, 64, 0.18)); }
.story-programme-grid span:nth-child(3) { background: linear-gradient(145deg, rgba(47, 188, 140, 0.75), rgba(89, 215, 255, 0.18)); }
.story-programme-grid span:nth-child(4) { background: linear-gradient(145deg, rgba(111, 82, 255, 0.75), rgba(45, 125, 255, 0.18)); }

.story-app-row {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	margin-top: 18px;
}

.story-app-row span {
	height: 48px;
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.88);
}

.story-app-row span:nth-child(2) { background: var(--ds-cyan); }
.story-app-row span:nth-child(3) { background: var(--ds-orange); }
.story-app-row span:nth-child(4) { background: var(--ds-gold); }
.story-app-row span:nth-child(5) { background: var(--ds-blue); }

.product-story-visual > img {
	position: absolute;
	right: 9%;
	bottom: 38px;
	z-index: 3;
	width: 66%;
	filter: drop-shadow(0 25px 38px rgba(0, 0, 0, 0.45));
}

.story-chip {
	position: absolute;
	bottom: 42px;
	left: 34px;
	z-index: 4;
	padding: 14px 18px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 14px;
	background: rgba(5, 17, 29, 0.76);
	backdrop-filter: blur(14px);
}

.story-chip strong,
.story-chip span {
	display: block;
}

.story-chip strong {
	color: var(--ds-white);
	font-size: 0.84rem;
}

.story-chip span {
	color: var(--ds-muted-light);
	font-size: 0.69rem;
}

.product-story-copy h2 {
	margin-bottom: 25px;
}

.product-story-copy > p:not(.eyebrow) {
	margin-bottom: 30px;
	color: var(--ds-muted);
	font-size: 1.04rem;
}

.feature-check-list {
	display: grid;
	gap: 18px;
	padding: 0;
	margin: 0 0 34px;
	list-style: none;
}

.feature-check-list li {
	display: grid;
	grid-template-columns: 30px 1fr;
	gap: 13px;
	color: var(--ds-muted);
	font-size: 0.9rem;
}

.feature-check-list li > .icon {
	width: 28px;
	height: 28px;
	padding: 6px;
	border-radius: 50%;
	background: rgba(45, 125, 255, 0.1);
	color: var(--ds-blue);
}

.feature-check-list strong,
.feature-check-list span {
	display: block;
}

.feature-check-list strong {
	margin-bottom: 2px;
	color: var(--ds-ink);
	font-size: 0.96rem;
}

.manufacturer-section {
	background:
		radial-gradient(circle at 10% 10%, rgba(45, 125, 255, 0.18), transparent 25%),
		linear-gradient(145deg, #061522 0%, #0a2237 52%, #0e3452 100%);
	color: var(--ds-white);
}

.manufacturer-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	align-items: center;
	gap: clamp(50px, 7vw, 100px);
}

.manufacturer-copy h2 {
	margin-bottom: 24px;
	color: var(--ds-white);
}

.manufacturer-copy > p:not(.eyebrow) {
	margin-bottom: 32px;
	color: rgba(255, 255, 255, 0.66);
}

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

.manufacturer-card {
	min-height: 240px;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.11);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.055);
	backdrop-filter: blur(10px);
	transition: transform var(--ds-transition), background var(--ds-transition);
}

.manufacturer-card:hover {
	background: rgba(255, 255, 255, 0.09);
	transform: translateY(-5px);
}

.manufacturer-card > span {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	margin-bottom: 30px;
	border-radius: 14px;
	background: rgba(89, 215, 255, 0.12);
	color: var(--ds-cyan);
}

.manufacturer-card h3 {
	margin-bottom: 12px;
	color: var(--ds-white);
	font-size: 1.18rem;
}

.manufacturer-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 0.88rem;
}

.manufacturer-card-accent {
	border-color: transparent;
	background: linear-gradient(145deg, var(--ds-blue), #46a6ff);
}

.manufacturer-card-accent:hover {
	background: linear-gradient(145deg, var(--ds-blue-dark), var(--ds-blue));
}

.manufacturer-card-accent > span {
	background: rgba(255, 255, 255, 0.15);
	color: var(--ds-white);
}

.manufacturer-card-accent p {
	margin-bottom: 16px;
	color: rgba(255, 255, 255, 0.78);
}

.manufacturer-card-accent a {
	color: var(--ds-white);
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.support-home-section {
	background: var(--ds-white);
}

.support-home-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
	align-items: center;
	gap: clamp(50px, 7vw, 100px);
}

.support-home-copy h2 {
	margin-bottom: 24px;
}

.support-home-copy > p:not(.eyebrow) {
	margin-bottom: 30px;
	color: var(--ds-muted);
}

.support-home-cards {
	display: grid;
	gap: 14px;
}

.support-home-cards > a {
	display: grid;
	grid-template-columns: 58px 1fr auto;
	align-items: center;
	gap: 18px;
	padding: 22px;
	border: 1px solid var(--ds-line);
	border-radius: 18px;
	background: var(--ds-white);
	transition: transform var(--ds-transition), box-shadow var(--ds-transition), border-color var(--ds-transition);
}

.support-home-cards > a:hover {
	border-color: rgba(45, 125, 255, 0.35);
	box-shadow: var(--ds-shadow-sm);
	color: inherit;
	transform: translateX(5px);
}

.support-home-cards > a > span:first-child {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 16px;
	background: var(--ds-cloud);
	color: var(--ds-blue);
}

.support-home-cards strong,
.support-home-cards small {
	display: block;
}

.support-home-cards strong {
	margin-bottom: 3px;
	font-size: 0.98rem;
}

.support-home-cards small {
	color: var(--ds-muted);
	font-size: 0.78rem;
}

.support-home-cards > a > .icon:last-child {
	color: var(--ds-blue);
}

.global-cta {
	position: relative;
	padding-block: 76px;
	background: linear-gradient(120deg, var(--ds-blue-dark), var(--ds-blue) 60%, #4aa5ff);
	color: var(--ds-white);
	overflow: hidden;
}

.global-cta-inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 46px;
}

.global-cta h2 {
	max-width: 820px;
	margin-bottom: 12px;
	color: var(--ds-white);
	font-size: clamp(2rem, 3.5vw, 3.8rem);
}

.global-cta p:not(.eyebrow) {
	max-width: 760px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.75);
}

.global-cta-orbit {
	position: absolute;
	top: 50%;
	right: -140px;
	width: 460px;
	height: 460px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.04), 0 0 0 140px rgba(255, 255, 255, 0.025);
	transform: translateY(-50%);
}

.site-footer {
	background: #050f19;
	color: rgba(255, 255, 255, 0.64);
}

.footer-main {
	display: grid;
	grid-template-columns: 1.5fr repeat(3, 0.72fr);
	gap: clamp(40px, 6vw, 82px);
	padding-block: 82px 66px;
}

.site-footer .brand {
	margin-bottom: 24px;
	color: var(--ds-white);
}

.site-footer .brand:hover {
	color: var(--ds-white);
}

.footer-brand-column > p {
	max-width: 340px;
	margin-bottom: 28px;
	font-size: 0.9rem;
}

.footer-contact-list {
	display: grid;
	gap: 12px;
}

.footer-contact-list > a,
.footer-contact-list > span {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 0.82rem;
}

.footer-contact-list .icon {
	margin-top: 4px;
	color: var(--ds-cyan);
}

.footer-contact-list a:hover {
	color: var(--ds-cyan);
}

.footer-nav-column h3 {
	margin-bottom: 22px;
	color: var(--ds-white);
	font-size: 0.84rem;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.footer-nav-column ul {
	display: grid;
	gap: 11px;
}

.footer-nav-column a {
	font-size: 0.84rem;
}

.footer-nav-column a:hover {
	color: var(--ds-cyan);
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-block: 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	font-size: 0.76rem;
}

.footer-bottom p {
	margin: 0;
}

.footer-bottom p span {
	margin-left: 10px;
}

.footer-legal-links {
	display: flex;
	gap: 22px;
}

.footer-legal-links a:hover {
	color: var(--ds-white);
}

.page-hero,
.product-hero-section,
.article-hero {
	position: relative;
	background:
		radial-gradient(circle at 78% 25%, rgba(45, 125, 255, 0.22), transparent 29%),
		linear-gradient(135deg, #061522, #0b2942);
	color: var(--ds-white);
	isolation: isolate;
	overflow: hidden;
}

.page-hero {
	min-height: 480px;
	padding-block: clamp(88px, 9vw, 135px);
}

.page-hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
	align-items: center;
	gap: 60px;
}

.page-hero-copy {
	position: relative;
	z-index: 2;
	max-width: 820px;
}

.page-hero-copy h1,
.article-hero h1 {
	margin-bottom: 24px;
	color: var(--ds-white);
	font-size: clamp(3.1rem, 5.6vw, 5.7rem);
}

.page-hero-copy > p:not(.eyebrow),
.page-hero-copy .term-description,
.article-hero p:not(.eyebrow) {
	max-width: 710px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 1.12rem;
}

.page-hero-copy .button {
	margin-top: 32px;
}

.page-hero-simple .page-hero-inner {
	grid-template-columns: 1fr;
}

.page-hero-device-cluster {
	position: relative;
	min-height: 280px;
}

.page-hero-device-cluster img {
	position: absolute;
	filter: drop-shadow(0 30px 55px rgba(0, 0, 0, 0.4));
}

.device-cluster-one {
	top: -20px;
	right: 4%;
	width: 72%;
	transform: rotate(-4deg);
}

.device-cluster-two {
	right: 22%;
	bottom: -45px;
	width: 68%;
	transform: rotate(4deg);
}

.breadcrumbs {
	display: flex;
	align-items: center;
	gap: 9px;
	padding-block: 18px;
	color: var(--ds-muted);
	font-size: 0.78rem;
}

.breadcrumbs a {
	font-weight: 700;
}

.breadcrumbs a:hover {
	color: var(--ds-blue-dark);
}

.product-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 44px;
}

.filter-button {
	min-height: 42px;
	padding: 9px 16px;
	border: 1px solid var(--ds-line);
	border-radius: 999px;
	background: var(--ds-white);
	color: var(--ds-ink-soft);
	font-size: 0.82rem;
	font-weight: 730;
	transition: all var(--ds-transition);
}

.filter-button:hover,
.filter-button.is-active {
	border-color: var(--ds-blue);
	background: var(--ds-blue);
	color: var(--ds-white);
}

.product-archive-section {
	padding-top: 78px;
	background: var(--ds-off-white);
}

.product-archive-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card.is-filtered-out {
	display: none;
}

.product-empty-filter {
	padding: 70px 30px;
	border: 1px dashed var(--ds-line);
	border-radius: var(--ds-radius-lg);
	background: var(--ds-white);
	text-align: center;
}

.navigation.pagination {
	margin-top: 46px;
}

.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	place-items: center;
	padding: 0 12px;
	border: 1px solid var(--ds-line);
	border-radius: 10px;
	background: var(--ds-white);
	font-size: 0.82rem;
	font-weight: 700;
}

.page-numbers.current,
.page-numbers:hover {
	border-color: var(--ds-blue);
	background: var(--ds-blue);
	color: var(--ds-white);
}

.compare-callout-section {
	padding-top: 0;
	background: var(--ds-off-white);
}

.compare-callout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding: 42px 48px;
	border: 1px solid var(--ds-line);
	border-radius: var(--ds-radius-lg);
	background: var(--ds-white);
	box-shadow: var(--ds-shadow-sm);
}

.compare-callout h2 {
	max-width: 810px;
	margin: 0;
	font-size: clamp(1.8rem, 3vw, 3rem);
}

.product-hero-section {
	min-height: 650px;
	padding-block: 100px;
}

.product-hero-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	align-items: center;
	gap: 70px;
}

.product-hero-copy {
	position: relative;
	z-index: 2;
}

.product-hero-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 22px;
}

.product-hero-meta span {
	padding: 7px 10px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.product-hero-badge {
	margin-bottom: 12px;
	color: var(--ds-cyan);
	font-size: 0.78rem;
	font-weight: 820;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.product-hero-copy h1 {
	margin-bottom: 20px;
	color: var(--ds-white);
	font-size: clamp(3.2rem, 5.8vw, 5.8rem);
}

.product-hero-tagline {
	max-width: 650px;
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(1.2rem, 1.8vw, 1.6rem);
	line-height: 1.45;
}

.product-hero-excerpt {
	max-width: 610px;
	margin-bottom: 30px;
	color: rgba(255, 255, 255, 0.57);
}

.product-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.product-hero-art {
	position: relative;
	display: grid;
	min-height: 450px;
	place-items: center;
}

.product-hero-art > img {
	position: relative;
	z-index: 2;
	width: 95%;
	max-height: 430px;
	object-fit: contain;
	filter: drop-shadow(0 45px 55px rgba(0, 0, 0, 0.42));
}

.product-hero-halo {
	position: absolute;
	width: 430px;
	height: 430px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.025), 0 0 0 140px rgba(255, 255, 255, 0.016);
}

.product-overview-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
	align-items: start;
	gap: clamp(50px, 8vw, 110px);
}

.product-overview-content h2 {
	margin-bottom: 25px;
}

.entry-content {
	color: var(--ds-muted);
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 1.5em;
	color: var(--ds-ink);
}

.entry-content a {
	color: var(--ds-blue-dark);
	font-weight: 650;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.25em;
}

.entry-content blockquote {
	padding: 24px 28px;
	border-left: 4px solid var(--ds-blue);
	background: var(--ds-off-white);
	color: var(--ds-ink-soft);
	font-size: 1.08rem;
}

.product-feature-panel {
	padding: 34px;
	border: 1px solid var(--ds-line);
	border-radius: var(--ds-radius-lg);
	background: var(--ds-off-white);
}

.product-feature-panel h2 {
	margin-bottom: 25px;
	font-size: 1.45rem;
}

.product-feature-panel ul {
	display: grid;
	gap: 15px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.product-feature-panel li {
	display: grid;
	grid-template-columns: 28px 1fr;
	align-items: center;
	gap: 12px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--ds-line);
	font-size: 0.91rem;
	font-weight: 650;
}

.product-feature-panel li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.product-feature-panel .icon {
	width: 27px;
	height: 27px;
	padding: 6px;
	border-radius: 50%;
	background: rgba(45, 125, 255, 0.1);
	color: var(--ds-blue);
}

.product-experience-section {
	background: var(--ds-off-white);
}

.product-benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-top: 52px;
}

.product-benefit-card {
	padding: 34px;
	border: 1px solid var(--ds-line);
	border-radius: var(--ds-radius-lg);
	background: var(--ds-white);
}

.product-benefit-card > span {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	margin-bottom: 42px;
	border-radius: 16px;
	background: var(--ds-cloud);
	color: var(--ds-blue);
}

.product-benefit-card h3 {
	margin-bottom: 12px;
}

.product-benefit-card p {
	margin: 0;
	color: var(--ds-muted);
	font-size: 0.9rem;
}

.product-specs-section {
	background: var(--ds-white);
}

.product-specs-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
	align-items: start;
	gap: clamp(50px, 8vw, 110px);
}

.product-specs-heading h2 {
	margin-bottom: 20px;
}

.product-specs-heading > p:not(.eyebrow) {
	color: var(--ds-muted);
}

.spec-table {
	border-top: 1px solid var(--ds-line);
}

.spec-row {
	display: grid;
	grid-template-columns: minmax(170px, 0.75fr) 1.25fr;
	gap: 24px;
	padding: 18px 8px;
	border-bottom: 1px solid var(--ds-line);
	font-size: 0.9rem;
}

.spec-row > div:first-child {
	color: var(--ds-muted);
	font-weight: 650;
}

.spec-row > div:last-child {
	color: var(--ds-ink);
	font-weight: 720;
}

.product-downloads-section {
	background: var(--ds-off-white);
}

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

.download-card {
	display: grid;
	grid-template-columns: 52px 1fr auto;
	align-items: center;
	gap: 15px;
	padding: 22px;
	border: 1px solid var(--ds-line);
	border-radius: 17px;
	background: var(--ds-white);
	transition: transform var(--ds-transition), box-shadow var(--ds-transition), border-color var(--ds-transition);
}

.download-card:hover {
	border-color: rgba(45, 125, 255, 0.35);
	box-shadow: var(--ds-shadow-sm);
	color: inherit;
	transform: translateY(-4px);
}

.download-card > span:first-child {
	display: grid;
	width: 52px;
	height: 52px;
	place-items: center;
	border-radius: 14px;
	background: var(--ds-cloud);
	color: var(--ds-blue);
}

.download-card strong,
.download-card small {
	display: block;
}

.download-card strong {
	font-size: 0.93rem;
}

.download-card small {
	color: var(--ds-muted);
	font-size: 0.74rem;
}

.download-card > .icon:last-child {
	color: var(--ds-blue);
}

.related-products-section {
	background: var(--ds-white);
}

.standard-page-section {
	background: var(--ds-white);
}

.article-hero {
	padding-block: 110px;
}

.article-featured-image {
	margin-bottom: 42px;
}

.article-featured-image img {
	width: 100%;
	border-radius: var(--ds-radius-lg);
}

.posts-section {
	background: var(--ds-off-white);
}

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

.post-card {
	border: 1px solid var(--ds-line);
	border-radius: var(--ds-radius-lg);
	background: var(--ds-white);
	overflow: hidden;
	transition: transform var(--ds-transition), box-shadow var(--ds-transition);
}

.post-card:hover {
	box-shadow: var(--ds-shadow);
	transform: translateY(-6px);
}

.post-card a:hover {
	color: inherit;
}

.post-card-image {
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.post-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 420ms ease;
}

.post-card:hover .post-card-image img {
	transform: scale(1.04);
}

.post-card-body {
	padding: 28px;
}

.post-meta {
	margin-bottom: 10px;
	color: var(--ds-blue-dark);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.post-card h2 {
	font-size: 1.45rem;
}

.post-card-body > p:not(.post-meta) {
	color: var(--ds-muted);
	font-size: 0.9rem;
}

.content-none {
	grid-column: 1 / -1;
	padding: 70px 30px;
	border: 1px dashed var(--ds-line);
	border-radius: var(--ds-radius-lg);
	background: var(--ds-white);
	text-align: center;
}

.content-none > span {
	display: grid;
	width: 64px;
	height: 64px;
	place-items: center;
	margin: 0 auto 22px;
	border-radius: 50%;
	background: var(--ds-cloud);
	color: var(--ds-blue);
}

.content-none h2 {
	font-size: 1.7rem;
}

.content-none p {
	color: var(--ds-muted);
}

.support-page-hero .page-hero-copy,
.partners-page-hero .page-hero-copy {
	max-width: 750px;
}

.support-hero-visual {
	position: relative;
	display: grid;
	min-height: 300px;
	place-items: center;
}

.support-hero-icon {
	position: relative;
	z-index: 2;
	display: grid;
	width: 140px;
	height: 140px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 38px;
	background: linear-gradient(145deg, rgba(45, 125, 255, 0.84), rgba(89, 215, 255, 0.28));
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
	color: var(--ds-white);
	transform: rotate(-7deg);
}

.support-hero-icon .icon {
	width: 64px;
	height: 64px;
}

.support-orbit {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
}

.support-orbit-one {
	width: 310px;
	height: 310px;
}

.support-orbit-two {
	width: 440px;
	height: 440px;
}

.support-options-section {
	padding-top: 76px;
}

.support-option-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.support-option-card {
	display: flex;
	min-height: 360px;
	flex-direction: column;
	align-items: flex-start;
	padding: 34px;
	border: 1px solid var(--ds-line);
	border-radius: var(--ds-radius-lg);
	background: var(--ds-white);
	transition: transform var(--ds-transition), box-shadow var(--ds-transition), border-color var(--ds-transition);
}

.support-option-card:hover {
	border-color: rgba(45, 125, 255, 0.35);
	box-shadow: var(--ds-shadow);
	color: inherit;
	transform: translateY(-6px);
}

.support-option-card > span:first-child {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	margin-bottom: 56px;
	border-radius: 16px;
	background: var(--ds-cloud);
	color: var(--ds-blue);
}

.support-option-card h2 {
	margin-bottom: 16px;
	font-size: 1.45rem;
}

.support-option-card p {
	margin-bottom: 24px;
	color: var(--ds-muted);
	font-size: 0.92rem;
}

.support-option-card .text-link {
	margin-top: auto;
}

.support-option-card-dark {
	border-color: transparent;
	background: linear-gradient(145deg, var(--ds-navy), var(--ds-navy-3));
}

.support-option-card-dark h2 {
	color: var(--ds-white);
}

.support-option-card-dark p {
	color: rgba(255, 255, 255, 0.62);
}

.support-option-card-dark > span:first-child {
	background: rgba(89, 215, 255, 0.13);
	color: var(--ds-cyan);
}

.support-option-card-dark .text-link {
	color: var(--ds-cyan);
}

.manuals-section {
	background: var(--ds-off-white);
}

.support-product-list {
	display: grid;
	gap: 12px;
	margin-top: 48px;
}

.support-product-row {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) auto;
	align-items: center;
	gap: 30px;
	padding: 17px 22px;
	border: 1px solid var(--ds-line);
	border-radius: 17px;
	background: var(--ds-white);
}

.support-product-identity {
	display: flex;
	align-items: center;
	gap: 18px;
}

.support-product-identity:hover {
	color: inherit;
}

.support-product-art {
	display: grid;
	width: 112px;
	height: 72px;
	place-items: center;
	border-radius: 12px;
	background: var(--ds-cloud);
	overflow: hidden;
}

.support-product-art img {
	width: 90%;
	height: 90%;
	object-fit: contain;
}

.support-product-identity small,
.support-product-identity strong {
	display: block;
}

.support-product-identity small {
	margin-bottom: 2px;
	color: var(--ds-muted);
	font-size: 0.69rem;
	font-weight: 750;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.support-product-identity strong {
	font-size: 1rem;
}

.support-product-downloads {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}

.support-product-downloads a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 9px 12px;
	border: 1px solid var(--ds-line);
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 750;
}

.support-product-downloads a:hover {
	border-color: var(--ds-blue);
	background: var(--ds-blue);
	color: var(--ds-white);
}

.faq-section {
	background: var(--ds-white);
}

.faq-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
	align-items: start;
	gap: clamp(50px, 8vw, 110px);
}

.faq-heading {
	position: sticky;
	top: 120px;
}

.faq-heading h2 {
	margin-bottom: 22px;
}

.faq-heading > p:not(.eyebrow) {
	margin-bottom: 28px;
	color: var(--ds-muted);
}

.faq-list {
	border-top: 1px solid var(--ds-line);
}

.faq-item {
	border-bottom: 1px solid var(--ds-line);
}

.faq-item h3 {
	margin: 0;
}

.faq-item button {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 24px 3px;
	border: 0;
	background: transparent;
	color: var(--ds-ink);
	font-weight: 750;
	text-align: left;
}

.faq-item button .icon {
	color: var(--ds-blue);
	transition: transform var(--ds-transition);
}

.faq-item.is-open button .icon {
	transform: rotate(180deg);
}

.faq-answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 260ms ease;
}

.faq-answer > p {
	overflow: hidden;
}

.faq-item.is-open .faq-answer {
	grid-template-rows: 1fr;
}

.faq-answer p {
	padding: 0 38px 22px 3px;
	margin: 0;
	color: var(--ds-muted);
	font-size: 0.92rem;
}

.about-hero-mark {
	display: grid;
	place-items: center;
}

.about-hero-mark img {
	width: 230px;
	filter: drop-shadow(0 34px 50px rgba(0, 0, 0, 0.32));
}

.about-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
	gap: clamp(50px, 8vw, 110px);
}

.about-intro-heading h2 {
	margin-bottom: 0;
}

.values-section {
	background: var(--ds-off-white);
}

.value-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-top: 52px;
}

.value-card {
	min-height: 320px;
	padding: 30px;
	border: 1px solid var(--ds-line);
	border-radius: var(--ds-radius-lg);
	background: var(--ds-white);
}

.value-number {
	display: inline-grid;
	width: 48px;
	height: 48px;
	place-items: center;
	margin-bottom: 72px;
	border-radius: 13px;
	background: var(--ds-cloud);
	color: var(--ds-blue);
	font-size: 0.78rem;
	font-weight: 850;
}

.value-card h3 {
	font-size: 1.22rem;
}

.value-card p {
	margin: 0;
	color: var(--ds-muted);
	font-size: 0.88rem;
}

.design-process-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	align-items: center;
	gap: clamp(50px, 8vw, 110px);
}

.design-process-visual {
	position: relative;
	min-height: 560px;
	border-radius: var(--ds-radius-xl);
	background:
		radial-gradient(circle at 70% 20%, rgba(89, 215, 255, 0.22), transparent 28%),
		linear-gradient(145deg, var(--ds-navy), var(--ds-navy-3));
	overflow: hidden;
}

.process-device {
	position: absolute;
	padding: 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.32);
	backdrop-filter: blur(12px);
}

.process-device img {
	width: 100%;
}

.process-device-back {
	top: 70px;
	left: 48px;
	width: 58%;
	transform: rotate(-7deg);
}

.process-device-front {
	right: 38px;
	bottom: 70px;
	width: 64%;
	transform: rotate(6deg);
}

.process-signal {
	position: absolute;
	top: 55px;
	right: 45px;
}

.process-signal span {
	position: absolute;
	top: 0;
	right: 0;
	border: 2px solid rgba(89, 215, 255, 0.48);
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 50%;
}

.process-signal span:nth-child(1) { width: 36px; height: 36px; }
.process-signal span:nth-child(2) { width: 62px; height: 62px; top: -13px; right: -13px; opacity: 0.65; }
.process-signal span:nth-child(3) { width: 88px; height: 88px; top: -26px; right: -26px; opacity: 0.35; }

.design-process-copy h2 {
	margin-bottom: 30px;
}

.process-step-list {
	display: grid;
	gap: 0;
}

.process-step-list > div {
	display: grid;
	grid-template-columns: 45px 1fr;
	gap: 16px;
	padding: 19px 0;
	border-bottom: 1px solid var(--ds-line);
}

.process-step-list > div > span {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 50%;
	background: var(--ds-cloud);
	color: var(--ds-blue);
	font-size: 0.72rem;
	font-weight: 850;
}

.process-step-list p {
	margin: 0;
	color: var(--ds-muted);
	font-size: 0.88rem;
}

.process-step-list strong {
	display: block;
	margin-bottom: 2px;
	color: var(--ds-ink);
	font-size: 0.98rem;
}

.about-partner-callout {
	background: linear-gradient(135deg, var(--ds-blue-dark), var(--ds-blue));
}

.about-partner-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 45px;
}

.about-partner-inner h2 {
	max-width: 800px;
	color: var(--ds-white);
}

.about-partner-inner p:not(.eyebrow) {
	max-width: 700px;
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
}

.partners-hero-visual {
	position: relative;
	min-height: 340px;
}

.partner-core,
.partner-node {
	position: absolute;
	display: grid;
	place-items: center;
	border-radius: 50%;
}

.partner-core {
	top: 50%;
	left: 50%;
	width: 150px;
	height: 150px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 0 0 75px rgba(255, 255, 255, 0.025), 0 0 0 150px rgba(255, 255, 255, 0.014);
	transform: translate(-50%, -50%);
}

.partner-core img {
	width: 86px;
}

.partner-node {
	z-index: 2;
	width: 72px;
	height: 72px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: linear-gradient(145deg, rgba(45, 125, 255, 0.9), rgba(89, 215, 255, 0.35));
	box-shadow: 0 18px 35px rgba(0, 0, 0, 0.25);
	color: var(--ds-white);
}

.partner-node-one { top: 20px; left: 15%; }
.partner-node-two { right: 10%; bottom: 28px; }
.partner-node-three { bottom: 15px; left: 8%; }

.partner-type-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-top: 52px;
}

.partner-type-card {
	padding: 34px;
	border: 1px solid var(--ds-line);
	border-radius: var(--ds-radius-lg);
	background: var(--ds-white);
}

.partner-type-card > span {
	display: grid;
	width: 56px;
	height: 56px;
	place-items: center;
	margin-bottom: 45px;
	border-radius: 16px;
	background: var(--ds-cloud);
	color: var(--ds-blue);
}

.partner-type-card h3 {
	margin-bottom: 14px;
}

.partner-type-card > p {
	color: var(--ds-muted);
	font-size: 0.91rem;
}

.partner-type-card ul {
	display: grid;
	gap: 9px;
	padding: 18px 0 0;
	margin: 22px 0 0;
	border-top: 1px solid var(--ds-line);
	list-style: none;
}

.partner-type-card li {
	position: relative;
	padding-left: 17px;
	color: var(--ds-ink-soft);
	font-size: 0.82rem;
	font-weight: 650;
}

.partner-type-card li::before {
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--ds-blue);
	content: "";
}

.partner-process-section {
	background: var(--ds-off-white);
}

.partner-process-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
	gap: clamp(50px, 8vw, 110px);
}

.partner-process-heading h2 {
	margin-bottom: 22px;
}

.partner-process-heading p:not(.eyebrow) {
	color: var(--ds-muted);
}

.partner-requirements {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.partner-requirements > div {
	min-height: 220px;
	padding: 26px;
	border: 1px solid var(--ds-line);
	border-radius: 18px;
	background: var(--ds-white);
}

.partner-requirements > div > span {
	display: block;
	margin-bottom: 42px;
	color: var(--ds-blue);
	font-size: 0.76rem;
	font-weight: 850;
}

.partner-requirements p {
	margin: 0;
	color: var(--ds-muted);
	font-size: 0.86rem;
}

.partner-requirements strong {
	display: block;
	margin-bottom: 6px;
	color: var(--ds-ink);
	font-size: 1rem;
}

.partner-enquiry-section {
	background: linear-gradient(145deg, var(--ds-navy), var(--ds-navy-3));
	color: var(--ds-white);
}

.partner-enquiry-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	align-items: center;
	gap: clamp(50px, 8vw, 110px);
}

.partner-enquiry-copy h2 {
	margin-bottom: 22px;
	color: var(--ds-white);
}

.partner-enquiry-copy > p:not(.eyebrow) {
	margin-bottom: 30px;
	color: rgba(255, 255, 255, 0.66);
}

.partner-enquiry-content {
	padding: 36px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--ds-radius-lg);
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.68);
}

.partner-email-card {
	display: flex;
	align-items: center;
	gap: 15px;
	padding-top: 22px;
	margin-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.partner-email-card > span {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 14px;
	background: rgba(89, 215, 255, 0.12);
	color: var(--ds-cyan);
}

.partner-email-card small,
.partner-email-card a {
	display: block;
}

.partner-email-card small {
	color: var(--ds-muted-light);
	font-size: 0.7rem;
}

.partner-email-card a {
	color: var(--ds-white);
	font-weight: 750;
	text-decoration: none;
}

.contact-hero-lines {
	position: relative;
	min-height: 300px;
}

.contact-hero-lines span {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.contact-hero-lines span:nth-child(1) { width: 90px; height: 90px; background: rgba(45, 125, 255, 0.28); }
.contact-hero-lines span:nth-child(2) { width: 180px; height: 180px; }
.contact-hero-lines span:nth-child(3) { width: 280px; height: 280px; }
.contact-hero-lines span:nth-child(4) { width: 390px; height: 390px; opacity: 0.7; }

.contact-main-section {
	background: var(--ds-off-white);
}

.contact-main-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
	align-items: start;
	gap: clamp(50px, 8vw, 110px);
}

.contact-details-column h2 {
	margin-bottom: 20px;
}

.contact-detail-list {
	display: grid;
	gap: 12px;
	margin-top: 35px;
}

.contact-detail-list > a,
.contact-detail-list > div {
	display: grid;
	grid-template-columns: 50px 1fr;
	align-items: center;
	gap: 14px;
	padding: 16px;
	border: 1px solid var(--ds-line);
	border-radius: 15px;
	background: var(--ds-white);
}

.contact-detail-list > a:hover {
	border-color: rgba(45, 125, 255, 0.35);
	color: inherit;
}

.contact-detail-list > a > span,
.contact-detail-list > div > span {
	display: grid;
	width: 50px;
	height: 50px;
	place-items: center;
	border-radius: 14px;
	background: var(--ds-cloud);
	color: var(--ds-blue);
}

.contact-detail-list small,
.contact-detail-list strong {
	display: block;
}

.contact-detail-list small {
	margin-bottom: 2px;
	color: var(--ds-muted);
	font-size: 0.68rem;
	font-weight: 750;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.contact-detail-list strong {
	font-size: 0.9rem;
}

.contact-response-note {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 14px;
	padding: 20px;
	margin-top: 24px;
	border-radius: 15px;
	background: var(--ds-navy);
	color: rgba(255, 255, 255, 0.65);
}

.contact-response-note > span {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border-radius: 12px;
	background: rgba(89, 215, 255, 0.13);
	color: var(--ds-cyan);
}

.contact-response-note p {
	margin: 0;
	font-size: 0.82rem;
}

.contact-response-note strong {
	display: block;
	margin-bottom: 3px;
	color: var(--ds-white);
}

.contact-form-panel {
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid var(--ds-line);
	border-radius: var(--ds-radius-lg);
	background: var(--ds-white);
	box-shadow: var(--ds-shadow-sm);
}

.contact-form-panel > h2 {
	margin-bottom: 8px;
	font-size: 2rem;
}

.contact-form-panel > p {
	margin-bottom: 28px;
	color: var(--ds-muted);
	font-size: 0.84rem;
}

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

.form-field-full {
	grid-column: 1 / -1;
}

.form-field label {
	display: block;
	margin-bottom: 7px;
	color: var(--ds-ink-soft);
	font-size: 0.78rem;
	font-weight: 750;
}

.form-field input,
.form-field select,
.form-field textarea {
	width: 100%;
	border: 1px solid var(--ds-line);
	border-radius: 11px;
	background: var(--ds-off-white);
	color: var(--ds-ink);
	transition: border-color var(--ds-transition), box-shadow var(--ds-transition), background var(--ds-transition);
}

.form-field input,
.form-field select {
	height: 50px;
	padding: 0 14px;
}

.form-field textarea {
	min-height: 150px;
	padding: 13px 14px;
	resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
	border-color: var(--ds-blue);
	background: var(--ds-white);
	box-shadow: 0 0 0 4px rgba(45, 125, 255, 0.1);
	outline: none;
}

.form-consent label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-weight: 550;
	line-height: 1.5;
}

.form-consent input {
	width: 18px;
	height: 18px;
	margin-top: 2px;
}

.contact-form .button {
	margin-top: 23px;
}

.honeypot {
	position: absolute !important;
	left: -9999px !important;
}

.form-notice {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 15px 17px;
	margin-bottom: 22px;
	border-radius: 12px;
	font-size: 0.86rem;
}

.form-notice p {
	margin: 0;
}

.form-notice-success {
	background: rgba(18, 128, 94, 0.1);
	color: var(--ds-success);
}

.form-notice-error {
	background: rgba(201, 63, 70, 0.1);
	color: var(--ds-danger);
}

.contact-bottom-band {
	padding-block: 18px;
	background: var(--ds-cloud);
	color: var(--ds-muted);
	font-size: 0.75rem;
	text-align: center;
}

.contact-bottom-band p {
	margin: 0;
}

.not-found-section {
	position: relative;
	display: grid;
	min-height: 720px;
	place-items: center;
	padding-block: 100px;
	background: linear-gradient(145deg, var(--ds-navy), var(--ds-navy-3));
	color: var(--ds-white);
	overflow: hidden;
}

.not-found-inner {
	position: relative;
	z-index: 2;
	max-width: 760px;
	text-align: center;
}

.not-found-code {
	margin-bottom: -25px;
	color: rgba(255, 255, 255, 0.07);
	font-size: clamp(8rem, 22vw, 16rem);
	font-weight: 900;
	letter-spacing: -0.08em;
	line-height: 0.8;
}

.not-found-inner .eyebrow {
	justify-content: center;
}

.not-found-inner h1 {
	color: var(--ds-white);
}

.not-found-inner > p:not(.not-found-code, .eyebrow) {
	color: rgba(255, 255, 255, 0.68);
}

.not-found-inner .hero-actions {
	justify-content: center;
	margin-top: 30px;
}

.not-found-orbit {
	position: absolute;
	width: 600px;
	height: 600px;
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 50%;
	box-shadow: 0 0 0 100px rgba(255, 255, 255, 0.02), 0 0 0 200px rgba(255, 255, 255, 0.012);
}

.reveal-observe .reveal-up,
.reveal-observe .reveal-scale {
	opacity: 0;
	transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.7,.2,1);
}

.reveal-observe .reveal-up {
	transform: translateY(26px);
}

.reveal-observe .reveal-scale {
	transform: scale(0.965);
}

.reveal-observe .is-visible {
	opacity: 1;
	transform: none;
}

@media (max-width: 1180px) {
	.header-inner {
		gap: 22px;
	}

	.primary-menu {
		gap: 22px;
	}

	.header-support-link {
		display: none;
	}

	.hero-inner {
		grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
	}

	.hero-visual > img {
		right: -12%;
		width: 120%;
	}

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

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

@media (max-width: 980px) {
	.container {
		width: min(calc(100% - 36px), var(--ds-container));
	}

	.header-inner {
		grid-template-columns: auto 1fr;
		min-height: 74px;
	}

	.primary-navigation {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 60;
		width: min(88vw, 420px);
		height: 100dvh;
		padding: 100px 26px 32px;
		background: var(--ds-white);
		box-shadow: -25px 0 60px rgba(7, 24, 39, 0.18);
		overflow-y: auto;
		transform: translateX(105%);
		transition: transform 300ms cubic-bezier(.2,.7,.2,1);
	}

	.menu-open .primary-navigation {
		transform: translateX(0);
	}

	.primary-menu {
		display: grid;
		gap: 0;
	}

	.primary-menu > li {
		border-bottom: 1px solid var(--ds-line);
	}

	.primary-menu > li > a {
		min-height: 58px;
		font-size: 1rem;
	}

	.primary-menu > li > a::after {
		display: none;
	}

	.primary-menu .sub-menu {
		position: static;
		display: grid;
		min-width: 0;
		padding: 0 0 12px 14px;
		border: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.mobile-menu-actions {
		display: block;
		margin-top: 28px;
	}

	.header-actions {
		justify-self: end;
	}

	.header-cta {
		display: none;
	}

	.menu-toggle {
		position: relative;
		z-index: 70;
		display: grid;
		width: 44px;
		height: 44px;
		place-items: center;
		border: 1px solid var(--ds-line);
		border-radius: 12px;
		background: var(--ds-white);
		color: var(--ds-ink);
	}

	.menu-toggle-close {
		display: none;
	}

	.menu-open .menu-toggle-open {
		display: none;
	}

	.menu-open .menu-toggle-close {
		display: inline-grid;
	}

	.menu-backdrop {
		position: fixed;
		inset: 0;
		z-index: 55;
		display: block;
		background: rgba(3, 12, 20, 0.52);
		opacity: 0;
		pointer-events: none;
		transition: opacity var(--ds-transition);
	}

	.menu-open .menu-backdrop {
		opacity: 1;
		pointer-events: auto;
	}

	.hero-section {
		padding-top: 80px;
	}

	.hero-inner,
	.product-story-grid,
	.manufacturer-inner,
	.support-home-grid,
	.product-hero-inner,
	.product-overview-grid,
	.product-specs-grid,
	.faq-grid,
	.about-intro-grid,
	.design-process-grid,
	.partner-process-grid,
	.partner-enquiry-grid,
	.contact-main-grid {
		grid-template-columns: 1fr;
	}

	.hero-copy {
		padding-bottom: 10px;
		text-align: center;
	}

	.hero-copy .eyebrow,
	.hero-proof {
		justify-content: center;
	}

	.hero-copy h1,
	.hero-description {
		margin-inline: auto;
	}

	.hero-actions {
		justify-content: center;
	}

	.hero-visual {
		min-height: 500px;
	}

	.hero-visual > img {
		right: 50%;
		width: min(760px, 105%);
		transform: translateX(50%);
	}

	.hero-product-label-one {
		left: 8%;
	}

	.hero-product-label-two {
		right: 6%;
	}

	.hero-capability-bar {
		grid-template-columns: repeat(2, 1fr);
		border-radius: 20px 20px 0 0;
	}

	.hero-capability-bar > div:nth-child(2) {
		border-right: 0;
	}

	.hero-capability-bar > div:nth-child(-n + 2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

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

	.experience-card-featured {
		grid-column: 1 / -1;
	}

	.product-grid,
	.product-archive-grid,
	.product-related-grid,
	.support-option-grid,
	.partner-type-grid,
	.post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.product-story-copy {
		max-width: 760px;
	}

	.manufacturer-copy,
	.support-home-copy,
	.product-specs-heading,
	.faq-heading,
	.partner-process-heading,
	.contact-details-column {
		max-width: 760px;
	}

	.faq-heading {
		position: static;
	}

	.page-hero-inner {
		grid-template-columns: 1fr;
	}

	.page-hero-device-cluster,
	.support-hero-visual,
	.about-hero-mark,
	.partners-hero-visual,
	.contact-hero-lines {
		display: none;
	}

	.product-hero-copy {
		text-align: center;
	}

	.product-hero-meta,
	.product-hero-actions {
		justify-content: center;
	}

	.product-hero-tagline,
	.product-hero-excerpt {
		margin-inline: auto;
	}

	.product-hero-art {
		min-height: 360px;
	}

	.product-benefit-grid,
	.download-card-grid {
		grid-template-columns: 1fr;
	}

	.support-product-row {
		grid-template-columns: 1fr;
	}

	.support-product-downloads {
		justify-content: flex-start;
	}

	.design-process-visual {
		min-height: 500px;
	}

	.partner-enquiry-content {
		max-width: 760px;
	}

	.footer-main {
		grid-template-columns: 1.3fr repeat(2, 1fr);
	}

	.footer-brand-column {
		grid-column: 1 / -1;
	}
}

@media (max-width: 720px) {
	:root {
		--ds-section: 74px;
	}

	body {
		font-size: 16px;
	}

	.container,
	.content-narrow {
		width: min(calc(100% - 28px), var(--ds-container));
	}

	.announcement-inner {
		min-height: 36px;
		font-size: 0.73rem;
	}

	.brand-mark {
		width: 38px;
		height: 38px;
	}

	.brand-word {
		font-size: 1.25rem;
	}

	.hero-section {
		min-height: auto;
		padding-top: 66px;
	}

	.hero-copy h1 {
		font-size: clamp(3rem, 15vw, 4.6rem);
	}

	.hero-description {
		font-size: 1rem;
	}

	.hero-actions .button,
	.product-hero-actions .button {
		width: 100%;
	}

	.hero-proof {
		display: grid;
		justify-content: start;
		margin-inline: auto;
		max-width: 310px;
		text-align: left;
	}

	.hero-visual {
		min-height: 390px;
	}

	.hero-visual > img {
		bottom: 0;
		width: 720px;
	}

	.hero-orbit {
		top: 10px;
		right: 50%;
		width: 320px;
		height: 320px;
		transform: translateX(50%);
	}

	.hero-product-label {
		display: none;
	}

	.hero-capability-bar {
		grid-template-columns: 1fr;
	}

	.hero-capability-bar > div {
		min-height: 86px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.hero-capability-bar > div:last-child {
		border-bottom: 0;
	}

	.section-title-row,
	.global-cta-inner,
	.compare-callout,
	.about-partner-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.section-heading h2 {
		font-size: clamp(2.1rem, 11vw, 3.3rem);
	}

	.experience-grid,
	.product-grid,
	.product-grid-home,
	.product-archive-grid,
	.product-related-grid,
	.manufacturer-grid,
	.support-option-grid,
	.product-benefit-grid,
	.download-card-grid,
	.value-grid,
	.partner-type-grid,
	.partner-requirements,
	.post-grid {
		grid-template-columns: 1fr;
	}

	.experience-card-featured {
		grid-column: auto;
		min-height: 470px;
	}

	.experience-card {
		min-height: 330px;
	}

	.product-card-art {
		min-height: 250px;
	}

	.product-story-visual {
		min-height: 480px;
		padding: 22px;
		border-radius: 26px;
	}

	.story-screen {
		min-height: 300px;
		padding: 18px;
	}

	.story-programme-grid span {
		height: 70px;
	}

	.story-chip {
		display: none;
	}

	.product-story-visual > img {
		right: 50%;
		bottom: 20px;
		width: 85%;
		transform: translateX(50%);
	}

	.manufacturer-card {
		min-height: 220px;
	}

	.global-cta {
		padding-block: 64px;
	}

	.global-cta .button,
	.compare-callout .button,
	.about-partner-inner .button {
		width: 100%;
	}

	.footer-main {
		grid-template-columns: repeat(2, 1fr);
		gap: 38px 28px;
	}

	.footer-brand-column {
		grid-column: 1 / -1;
	}

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.page-hero {
		min-height: 420px;
		padding-block: 80px;
	}

	.page-hero-copy h1,
	.product-hero-copy h1 {
		font-size: clamp(3rem, 14vw, 4.5rem);
	}

	.page-hero-copy > p:not(.eyebrow) {
		font-size: 1rem;
	}

	.product-hero-section {
		padding-block: 80px 50px;
	}

	.product-hero-art {
		min-height: 280px;
	}

	.product-hero-halo {
		width: 280px;
		height: 280px;
	}

	.spec-row {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.support-product-row {
		padding: 16px;
	}

	.support-product-art {
		width: 88px;
		height: 62px;
	}

	.support-product-downloads a {
		flex: 1 1 auto;
		justify-content: center;
	}

	.value-card {
		min-height: 280px;
	}

	.value-number {
		margin-bottom: 48px;
	}

	.design-process-visual {
		min-height: 420px;
	}

	.process-device-back {
		top: 45px;
		left: 22px;
		width: 70%;
	}

	.process-device-front {
		right: 20px;
		bottom: 50px;
		width: 74%;
	}

	.form-grid {
		grid-template-columns: 1fr;
	}

	.form-field-full {
		grid-column: auto;
	}

	.contact-form-panel {
		padding: 24px 20px;
	}

	.not-found-code {
		margin-bottom: -10px;
	}
}

@media (max-width: 480px) {
	.button-large {
		min-height: 52px;
		padding: 14px 20px;
	}

	.eyebrow {
		font-size: 0.7rem;
	}

	.hero-copy h1,
	.page-hero-copy h1,
	.product-hero-copy h1 {
		letter-spacing: -0.055em;
	}

	.product-card-body {
		padding: 24px;
	}

	.product-story-visual {
		min-height: 420px;
	}

	.story-programme-grid,
	.story-app-row {
		gap: 6px;
	}

	.manufacturer-card,
	.support-option-card,
	.partner-type-card {
		padding: 26px;
	}

	.footer-main {
		grid-template-columns: 1fr;
	}

	.footer-brand-column {
		grid-column: auto;
	}

	.compare-callout {
		padding: 30px 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.reveal-observe .reveal-up,
	.reveal-observe .reveal-scale {
		opacity: 1;
		transform: none;
	}
}

.compare-hero-bars {
	position: relative;
	min-height: 300px;
}

.compare-hero-bars span {
	position: absolute;
	left: 50%;
	width: 58%;
	height: 54px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	background: linear-gradient(90deg, rgba(45, 125, 255, 0.28), rgba(89, 215, 255, 0.06));
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
	transform: translateX(-50%);
}

.compare-hero-bars span:nth-child(1) { top: 25px; width: 78%; }
.compare-hero-bars span:nth-child(2) { top: 93px; width: 64%; }
.compare-hero-bars span:nth-child(3) { top: 161px; width: 84%; }
.compare-hero-bars span:nth-child(4) { top: 229px; width: 55%; }

.comparison-section {
	padding-top: 76px;
	background: var(--ds-off-white);
}

.comparison-scroll-note {
	display: none;
	color: var(--ds-muted);
	font-size: 0.78rem;
}

.comparison-scroll {
	overflow-x: auto;
	border: 1px solid var(--ds-line);
	border-radius: var(--ds-radius-lg);
	background: var(--ds-white);
	box-shadow: var(--ds-shadow-sm);
	-webkit-overflow-scrolling: touch;
}

.comparison-table {
	width: 100%;
	min-width: 980px;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 0.86rem;
}

.comparison-table th,
.comparison-table td {
	min-width: 205px;
	padding: 19px 20px;
	border-right: 1px solid var(--ds-line);
	border-bottom: 1px solid var(--ds-line);
	text-align: left;
	vertical-align: middle;
}

.comparison-table tr > *:last-child {
	border-right: 0;
}

.comparison-table tbody tr:last-child > * {
	border-bottom: 0;
}

.comparison-table thead th {
	padding: 24px 20px;
	background: #fbfcfe;
	vertical-align: top;
}

.comparison-table thead th:first-child {
	border-radius: var(--ds-radius-lg) 0 0 0;
}

.comparison-label-cell,
.comparison-table tbody th {
	position: sticky;
	left: 0;
	z-index: 2;
	min-width: 170px !important;
	background: #fbfcfe !important;
	color: var(--ds-ink);
	font-weight: 760;
}

.comparison-table tbody td {
	color: var(--ds-muted);
	line-height: 1.5;
}

.comparison-product {
	display: block;
}

.comparison-product:hover {
	color: inherit;
}

.comparison-art {
	display: grid;
	height: 125px;
	place-items: center;
	margin-bottom: 15px;
	border-radius: 14px;
	background: var(--ds-cloud);
	overflow: hidden;
}

.comparison-art img {
	width: 92%;
	height: 92%;
	object-fit: contain;
}

.comparison-product small,
.comparison-product strong,
.comparison-product > span:last-child {
	display: block;
}

.comparison-product small {
	margin-bottom: 4px;
	color: var(--ds-blue-dark);
	font-size: 0.67rem;
	font-weight: 820;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.comparison-product strong {
	margin-bottom: 2px;
	font-size: 1rem;
}

.comparison-product > span:last-child {
	color: var(--ds-muted);
	font-size: 0.68rem;
}

.comparison-action-row .button {
	min-height: 42px;
	padding: 10px 14px;
	font-size: 0.76rem;
}

.comparison-page-content {
	margin-top: 48px;
}

.comparison-help-section {
	background: linear-gradient(135deg, var(--ds-blue-dark), var(--ds-blue));
	color: var(--ds-white);
}

.comparison-help-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 46px;
}

.comparison-help-inner h2 {
	max-width: 850px;
	margin: 0;
	color: var(--ds-white);
	font-size: clamp(2rem, 3.5vw, 3.7rem);
}

@media (max-width: 980px) {
	.compare-hero-bars {
		display: none;
	}

	.comparison-scroll-note {
		display: block;
	}
}

@media (max-width: 720px) {
	.comparison-help-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.comparison-help-inner .button {
		width: 100%;
	}
}
