@font-face {
	font-family: "Chakra Petch";
	src: url("../fonts/chakra-petch-500.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Chakra Petch";
	src: url("../fonts/chakra-petch-600.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Chakra Petch";
	src: url("../fonts/chakra-petch-700.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Manrope VF";
	src: url("../fonts/manrope-variable.woff2") format("woff2");
	font-weight: 200 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/poppins-300.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

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

@font-face {
	font-family: "Poppins";
	src: url("../fonts/poppins-700.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

:root {
	--font-display: "Chakra Petch", sans-serif;
	--font-body: "Poppins", sans-serif;
	--space-2xs: 0.25rem;
	--space-xs: 0.5rem;
	--space-sm: 0.75rem;
	--space-md: 1rem;
	--space-lg: 1.5rem;
	--space-xl: 2rem;
	--space-2xl: 3rem;
	--space-3xl: 4rem;
	--space-4xl: 6rem;
	--space-5xl: 8rem;
	--site-max: 76rem;
	--page-max: 68rem;
	--inner-hero-max: 71.25rem;
	--inner-hero-copy-max: 52rem;
	--inner-hero-top: clamp(6.7rem, 8.4vw, 7.6rem);
	--inner-hero-bottom: clamp(3rem, 5vw, 4rem);
	--inner-hero-title: clamp(2.4rem, 4vw, 3.9rem);
	--inner-hero-summary: clamp(0.95rem, 1.2vw, 1.04rem);
	--product-hero-offset: clamp(1.75rem, 2.7vw, 2.4rem);
	--inner-section-title: clamp(2rem, 3.4vw, 3.1rem);
	--bg: oklch(0.13 0.016 23);
	--bg-soft: oklch(0.17 0.018 23);
	--surface: oklch(0.21 0.022 22);
	--surface-strong: oklch(0.27 0.026 22);
	--line: oklch(0.34 0.03 22 / 0.7);
	--text: oklch(0.94 0.012 20);
	--muted: oklch(0.76 0.015 20);
	--accent: oklch(0.34 0.15 26);
	--accent-bright: oklch(0.48 0.17 28);
	--accent-soft: oklch(0.23 0.08 24 / 0.8);
	--shadow-lg: 0 24px 70px rgba(0, 0, 0, 0.38);
	--shadow-md: 0 16px 40px rgba(0, 0, 0, 0.28);
	--radius-sm: 0.9rem;
	--radius-md: 1.3rem;
	--radius-lg: 2rem;
	--radius-pill: 999px;
	--site-header-height: 0px;
	--transition: 220ms ease;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	padding: 10px;
	background: #fff;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	min-height: calc(100vh - 20px);
	background: #fff;
	color: var(--text);
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.72;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

body.nav-open {
	overflow: hidden;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

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

p {
	margin: 0 0 var(--space-lg);
	max-width: 70ch;
}

h1,
h2,
h3,
h4 {
	margin: 0;
	font-family: var(--font-display);
	line-height: 1.05;
	letter-spacing: 0.02em;
	text-wrap: balance;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

button {
	cursor: pointer;
}

a,
button,
input,
textarea {
	-webkit-tap-highlight-color: transparent;
}

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

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

.site-shell::before {
	content: "";
	position: fixed;
	inset: 0;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.02), transparent 35%),
		radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.025), transparent 18%),
		radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.02), transparent 20%);
	pointer-events: none;
	z-index: -1;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: var(--space-sm);
	margin-bottom: var(--space-md);
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--text) 75%, var(--accent-bright));
}

.eyebrow::before {
	content: "";
	width: 2.4rem;
	height: 1px;
	background: linear-gradient(90deg, var(--accent-bright), transparent);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-sm);
	padding: 0.95rem 1.4rem;
	border-radius: var(--radius-pill);
	border: 1px solid transparent;
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	transition: transform var(--transition), background-color var(--transition), border-color var(--transition), color var(--transition);
}

.button:hover,
.button:focus-visible {
	transform: translateY(-2px);
}

.button-primary {
	background: linear-gradient(135deg, color-mix(in srgb, var(--accent-bright) 80%, #fff 6%), var(--accent));
	color: var(--text);
	box-shadow: 0 14px 34px rgba(97, 0, 0, 0.34);
}

.button-secondary {
	border-color: color-mix(in srgb, var(--accent-bright) 34%, var(--line));
	background: rgba(255, 255, 255, 0.04);
	color: var(--text);
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-md);
}

.site-main {
	display: block;
	background: #fff;
	margin-bottom: 10px;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 40;
	background: linear-gradient(180deg, rgba(9, 9, 10, 0.92), rgba(9, 9, 10, 0.78));
	backdrop-filter: blur(16px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

@media (min-width: 1081px) {
	.site-header {
		border-bottom: 0;
	}
}

.site-header.is-scrolled {
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.28);
}

.site-header__bar,
.site-header__inner,
.home-hero__inner,
.proof-strip__inner,
.home-section,
.page-section__inner,
.page-hero__inner,
.site-footer__cta,
.site-footer__grid,
.site-footer__meta {
	width: min(calc(100% - 2rem), var(--site-max));
	margin-inline: auto;
}

.site-header__bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-block: 0.55rem;
	font-size: 0.78rem;
	color: color-mix(in srgb, var(--text) 72%, transparent);
}

.site-header__bar p {
	margin: 0;
	max-width: unset;
}

.site-header__bar a {
	color: color-mix(in srgb, var(--accent-bright) 72%, var(--text));
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-xl);
	padding-block: 1.2rem;
}

.site-branding {
	flex: 0 0 auto;
}

.site-branding__logo {
	width: clamp(11rem, 18vw, 15rem);
	height: auto;
}

.site-header__toggle {
	display: none;
	flex-direction: column;
	gap: 0.3rem;
	padding: 0;
	border: 0;
	background: transparent;
}

.site-header__toggle span:not(.screen-reader-text):not(.site-header__toggle-label):not(.site-header__toggle-icon) {
	display: block;
	width: 1.65rem;
	height: 2px;
	background: var(--text);
}

.primary-nav {
	display: flex;
	align-items: center;
	gap: var(--space-lg);
}

.primary-nav__list {
	display: flex;
	align-items: center;
	gap: var(--space-lg);
}

.primary-nav__item {
	position: relative;
}

.primary-nav__item.has-children::after {
	content: "";
	position: absolute;
	top: 100%;
	left: -1rem;
	right: -1rem;
	height: 1rem;
}

.primary-nav__trigger-row {
	display: flex;
	align-items: center;
	gap: var(--space-xs);
}

.primary-nav__link {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0;
	font-size: 0.85rem;
	font-weight: 650;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--text) 86%, transparent);
}

.primary-nav__link:hover,
.primary-nav__link:focus-visible {
	color: var(--text);
}

.primary-nav__expander {
	display: none;
	width: 1.6rem;
	height: 1.6rem;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: var(--text);
}

.primary-nav__expander::before {
	content: "+";
	font-size: 1.05rem;
	line-height: 1;
}

.mega-panel {
	position: absolute;
	top: calc(100% + 1.1rem);
	left: 50%;
	display: grid;
	grid-template-columns: minmax(0, 16rem) minmax(0, 1fr);
	gap: var(--space-2xl);
	width: min(58rem, 78vw);
	padding: var(--space-2xl);
	background:
		radial-gradient(circle at top left, rgba(97, 0, 0, 0.24), transparent 45%),
		linear-gradient(180deg, rgba(33, 18, 18, 0.97), rgba(19, 15, 15, 0.97));
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-lg);
	transform: translate(-50%, 1rem);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
}

.primary-nav__item.is-open .mega-panel {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.mega-panel__intro h3 {
	font-size: clamp(1.8rem, 2vw + 1rem, 2.55rem);
}

.mega-panel__intro p {
	margin-top: var(--space-md);
	color: #fff;
}

.mega-panel__columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--space-xl);
}

.mega-panel__column {
	display: grid;
	gap: var(--space-sm);
	padding: var(--space-md);
	background: rgba(255, 255, 255, 0.035);
	border-radius: var(--radius-md);
	border: 1px solid rgba(255, 255, 255, 0.05);
}

.mega-panel__title {
	font-family: var(--font-display);
	font-size: 1.3rem;
}

.mega-panel__title:hover,
.mega-panel__sublist a:hover {
	color: color-mix(in srgb, var(--accent-bright) 75%, var(--text));
}

.mega-panel__excerpt {
	margin: 0;
	color: #fff;
	font-size: 0.95rem;
	line-height: 1.55;
}

.mega-panel__sublist {
	display: grid;
	gap: 0.4rem;
	padding-top: var(--space-sm);
}

.mega-panel__sublist a {
	color: #fff;
}

.home-hero {
	position: relative;
	isolation: isolate;
	padding: clamp(7rem, 12vw, 10rem) 0 clamp(5rem, 9vw, 8rem);
	min-height: min(100vh, 58rem);
	display: flex;
	align-items: center;
}

.home-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(120deg, rgba(10, 10, 10, 0.97) 14%, rgba(10, 10, 10, 0.86) 42%, rgba(10, 10, 10, 0.95) 100%),
		var(--hero-image);
	background-position: center;
	background-size: cover;
	filter: saturate(0.78) contrast(1.05);
	z-index: -2;
}

.home-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 35% 65%, rgba(255, 255, 255, 0.13), transparent 15%),
		radial-gradient(circle at 40% 58%, rgba(255, 255, 255, 0.09), transparent 13%),
		radial-gradient(circle at 45% 63%, rgba(255, 255, 255, 0.07), transparent 17%);
	opacity: 0.55;
	filter: blur(16px);
	z-index: -1;
}

.home-hero__inner {
	display: grid;
	gap: var(--space-lg);
	align-content: center;
	min-height: 58vh;
}

.home-hero h1 {
	max-width: 12ch;
	font-size: clamp(3.2rem, 9vw, 6.6rem);
	text-transform: uppercase;
}

.home-hero__summary {
	max-width: 60ch;
	font-size: clamp(1rem, 1.2vw + 0.8rem, 1.25rem);
	color: color-mix(in srgb, var(--text) 86%, var(--muted));
}

.home-hero__quote {
	padding-top: var(--space-lg);
	max-width: 45ch;
	font-size: 0.98rem;
	color: color-mix(in srgb, var(--text) 72%, transparent);
}

.proof-strip {
	position: relative;
	margin-top: -2.6rem;
	padding-bottom: var(--space-4xl);
}

.proof-strip__inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.08);
	border-radius: calc(var(--radius-lg) + 0.25rem);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: var(--shadow-md);
}

.proof-strip__item {
	padding: 1.5rem 1.4rem;
	background: linear-gradient(180deg, rgba(40, 24, 24, 0.92), rgba(21, 17, 17, 0.96));
}

.proof-strip__item strong {
	display: block;
	font-family: var(--font-display);
	font-size: clamp(1.7rem, 4vw, 2.75rem);
	line-height: 1;
}

.proof-strip__item span {
	display: block;
	margin-top: var(--space-sm);
	color: #fff;
	font-size: 0.92rem;
}

.home-section,
.page-section {
	padding-block: clamp(4rem, 6vw, 6.5rem);
}

.home-section > .section-heading,
.page-section .section-heading {
	margin-bottom: var(--space-2xl);
}

.section-heading h2 {
	max-width: 15ch;
	font-size: clamp(2.2rem, 4.3vw, 4rem);
}

.section-heading p:last-child {
	margin-bottom: 0;
	color: #fff;
}

.value-grid,
.systems-grid,
.audience-grid,
.children-grid,
.download-grid,
.post-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
	gap: var(--space-lg);
}

.value-card,
.audience-card,
.child-card,
.download-card,
.post-card,
.contact-card,
.page-fact {
	position: relative;
	padding: var(--space-xl);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
		linear-gradient(135deg, rgba(97, 0, 0, 0.14), transparent 70%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--radius-md);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.value-card::after,
.audience-card::after,
.child-card::after,
.download-card::after,
.page-fact::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 4.5rem;
	height: 4.5rem;
	background: linear-gradient(135deg, rgba(248, 90, 90, 0.14), transparent 65%);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.value-card h3,
.audience-card h3,
.child-card h3,
.download-card h3,
.page-fact h2 {
	font-size: 1.45rem;
	margin-bottom: var(--space-md);
}

.value-card p,
.audience-card p,
.child-card p,
.download-card span,
.page-fact p {
	margin: 0;
	color: #fff;
}

.technology-split,
.resources-layout,
.contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: clamp(1.5rem, 4vw, 4rem);
	align-items: start;
}

.technology-split__media,
.resources-layout__downloads,
.contact-layout__details,
.contact-layout__form {
	position: relative;
}

.technology-split__media img,
.system-card img,
.post-card__media img {
	width: 100%;
	border-radius: var(--radius-lg);
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: var(--shadow-md);
}

.technology-split__content h2 {
	font-size: clamp(2.2rem, 4vw, 3.7rem);
	margin-bottom: var(--space-md);
}

.technology-feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
	gap: var(--space-lg);
	margin-top: var(--space-xl);
	margin-bottom: var(--space-xl);
}

.technology-feature h3 {
	font-size: 1.15rem;
	margin-bottom: var(--space-sm);
}

.technology-feature p {
	margin: 0;
	color: #fff;
	font-size: 0.95rem;
}

.systems-grid {
	align-items: stretch;
}

.system-card {
	display: grid;
	gap: var(--space-lg);
	padding: var(--space-md);
	background: linear-gradient(180deg, rgba(30, 17, 17, 0.94), rgba(17, 13, 13, 0.96));
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-md);
}

.system-card__body {
	padding: 0 var(--space-sm) var(--space-sm);
}

.system-card__body h3 {
	font-size: 1.65rem;
	margin-bottom: var(--space-md);
}

.system-card__body p {
	margin-bottom: var(--space-lg);
	color: #fff;
}

.system-card__body a,
.child-card a,
.download-card {
	font-weight: 700;
	letter-spacing: 0.04em;
	color: color-mix(in srgb, var(--accent-bright) 72%, var(--text));
}

.faq-list {
	display: grid;
	gap: var(--space-md);
}

.faq-item {
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--radius-md);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015));
	overflow: clip;
}

.faq-item__button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 1.15rem 1.35rem;
	border: 0;
	background: transparent;
	color: var(--text);
	text-align: left;
	font-weight: 700;
}

.faq-item__button::after {
	content: "+";
	font-size: 1.4rem;
	line-height: 1;
}

.faq-item__button[aria-expanded="true"]::after {
	content: "−";
}

.faq-item__panel {
	padding: 0 1.35rem 1.35rem;
}

.faq-item__panel p {
	margin: 0;
	color: #fff;
}

.resources-layout__copy h2 {
	font-size: clamp(2.2rem, 4.4vw, 3.8rem);
	margin-bottom: var(--space-md);
}

.resources-layout__downloads {
	padding: var(--space-xl);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
		radial-gradient(circle at top right, rgba(97, 0, 0, 0.26), transparent 45%);
	border-radius: var(--radius-lg);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: var(--shadow-md);
}

.resources-layout__downloads h3 {
	margin-bottom: var(--space-lg);
	font-size: 1.65rem;
}

.resources-layout__downloads ul {
	display: grid;
	gap: var(--space-sm);
}

.resources-layout__downloads a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-md);
	padding-block: 0.85rem;
	color: color-mix(in srgb, var(--text) 85%, transparent);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.resources-layout__downloads a::after {
	content: "↗";
	font-size: 1rem;
}

.page-hero {
	position: relative;
	padding: clamp(8rem, 14vw, 11rem) 0 clamp(3rem, 6vw, 5rem);
}

.page-hero--has-media::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(120deg, rgba(10, 10, 10, 0.96) 20%, rgba(10, 10, 10, 0.78) 48%, rgba(10, 10, 10, 0.94) 100%),
		var(--page-hero-image);
	background-size: cover;
	background-position: center;
	filter: saturate(0.82) contrast(1.04);
	z-index: -1;
}

.page-hero__inner h1 {
	max-width: 12ch;
	font-size: clamp(2.8rem, 7vw, 5.1rem);
	text-transform: uppercase;
}

.page-hero__inner p:not(.eyebrow) {
	color: color-mix(in srgb, var(--text) 84%, var(--muted));
}

.page-hero__facts {
	width: min(calc(100% - 2rem), var(--site-max));
	margin: var(--space-2xl) auto 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
	gap: var(--space-lg);
}

.phantomfog-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-xs);
	margin-bottom: var(--space-lg);
	font-size: 0.8rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--muted) 80%, transparent);
}

.phantomfog-breadcrumbs a {
	color: inherit;
}

.page-copy {
	max-width: var(--page-max);
}

.page-copy > * + * {
	margin-top: var(--space-lg);
}

.page-copy ul {
	display: grid;
	gap: var(--space-sm);
	padding-left: 1.2rem;
	list-style: disc;
}

.page-copy li {
	color: color-mix(in srgb, var(--text) 82%, var(--muted));
}

.section-heading--left {
	text-align: left;
}

.section-heading--left h2,
.section-heading--left p {
	max-width: none;
}

.about-intro,
.about-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--space-2xl);
	align-items: center;
}

.about-intro__copy {
	max-width: none;
}

.about-intro__media {
	width: 100%;
}

.about-intro__video {
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: var(--radius-lg);
	overflow: hidden;
	background: #09090a;
	box-shadow: var(--shadow-md);
}

.about-intro__video iframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

.about-intro__media img {
	width: 100%;
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-md);
}

.about-grid {
	display: grid;
	gap: var(--space-xl);
}

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

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

.about-card {
	display: grid;
	gap: var(--space-md);
	padding: clamp(1.5rem, 3vw, 2rem);
	background: #fff;
	border: 1px solid var(--paper-line);
	border-radius: var(--radius-lg);
	box-shadow: 0 14px 30px rgba(16, 12, 12, 0.06);
}

.about-card h2,
.about-card h3 {
	font-size: clamp(1.4rem, 2vw, 2rem);
}

.about-card p {
	margin: 0;
	max-width: none;
}

.about-card__kicker {
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: color-mix(in srgb, var(--text) 82%, var(--accent-bright));
}

.about-actions {
	justify-content: center;
	margin-top: var(--space-2xl);
}

.about-cta {
	display: grid;
	justify-items: center;
	gap: var(--space-lg);
	padding: clamp(2rem, 5vw, 3rem);
	text-align: center;
	background: var(--paper-soft);
	border: 1px solid var(--paper-line);
	border-radius: var(--radius-lg);
	box-shadow: 0 14px 30px rgba(16, 12, 12, 0.06);
}

.about-cta h2 {
	max-width: 18ch;
	font-size: clamp(2rem, 4vw, 3.6rem);
}

.about-cta p:not(.eyebrow) {
	margin: 0;
	max-width: 56ch;
}

.download-card {
	display: flex;
	flex-direction: column;
	gap: var(--space-md);
	min-height: 12rem;
}

.download-card span {
	margin-top: auto;
}

.contact-card-list,
.site-footer__contact {
	display: grid;
	gap: var(--space-md);
}

.contact-card span,
.site-footer__contact span {
	display: block;
	margin-bottom: var(--space-xs);
	color: color-mix(in srgb, var(--text) 65%, transparent);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.contact-form {
	display: grid;
	gap: var(--space-lg);
	padding: clamp(1.6rem, 4vw, 2.2rem);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
		linear-gradient(135deg, rgba(97, 0, 0, 0.14), transparent 65%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--radius-lg);
	box-shadow: var(--shadow-md);
}

.contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--space-md);
}

.contact-form label {
	display: grid;
	gap: 0.5rem;
}

.contact-form span {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--text) 72%, transparent);
}

.contact-form input,
.contact-form textarea,
.contact-form select {
	width: 100%;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.05);
	color: var(--text);
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
	outline: 2px solid color-mix(in srgb, var(--accent-bright) 60%, transparent);
	outline-offset: 1px;
}

.contact-form__trap {
	position: absolute;
	left: -9999px;
}

.form-notice {
	padding: 0.9rem 1rem;
	border-radius: 1rem;
}

.form-notice--success {
	background: rgba(18, 119, 58, 0.18);
	color: #d0f9db;
}

.form-notice--error {
	background: rgba(150, 38, 38, 0.18);
	color: #ffd5d5;
}

.post-card {
	display: grid;
	grid-template-rows: auto 1fr;
	overflow: hidden;
	padding: 0;
}

.post-card__media img {
	border-radius: 0;
	border: 0;
}

.post-card__content {
	padding: var(--space-xl);
}

.post-card__content h2 {
	font-size: 1.6rem;
	margin-bottom: var(--space-md);
}

.post-card__content p:last-child {
	margin-bottom: 0;
}

.site-footer {
	padding-top: var(--space-4xl);
	padding-bottom: var(--space-2xl);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background:
		radial-gradient(circle at top left, rgba(97, 0, 0, 0.18), transparent 40%),
		linear-gradient(180deg, rgba(18, 15, 15, 0.98), rgba(12, 10, 10, 1));
}

.site-footer__cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: var(--space-2xl);
	align-items: end;
	padding: var(--space-2xl);
	margin-bottom: var(--space-3xl);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03)),
		radial-gradient(circle at top right, rgba(97, 0, 0, 0.22), transparent 40%);
	border-radius: var(--radius-lg);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__cta-copy h2 {
	font-size: clamp(2rem, 4vw, 3.4rem);
	margin-bottom: var(--space-md);
}

.site-footer__cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-md);
	justify-content: flex-end;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, 1fr));
	gap: var(--space-2xl);
}

.site-footer__logo {
	width: 13rem;
	margin-bottom: var(--space-lg);
}

.site-footer__brand p {
	color: #fff;
}

.site-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-sm);
}

.site-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.8rem;
	height: 2.8rem;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
}

.site-footer__social img {
	width: 1.1rem;
	height: 1.1rem;
	display: block;
}

.site-footer__column h3 {
	margin-bottom: var(--space-lg);
	font-size: 1.4rem;
}

.site-footer__column ul {
	display: grid;
	gap: var(--space-sm);
}

.site-footer__column a {
	color: #fff;
}

.site-footer__column a:hover,
.site-footer__social a:hover {
	color: var(--text);
	border-color: color-mix(in srgb, var(--accent-bright) 35%, transparent);
}

.site-footer__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-lg);
	padding-top: var(--space-2xl);
	margin-top: var(--space-2xl);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: color-mix(in srgb, var(--text) 70%, transparent);
	font-size: 0.88rem;
}

.site-footer__meta p {
	margin: 0;
}

.site-footer__badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
}

.site-footer__badge {
	width: auto;
	max-width: clamp(5rem, 10vw, 8rem);
	max-height: 2.75rem;
	opacity: 0.92;
}

.site-footer__badge--certification {
	width: clamp(7.25rem, 13vw, 9.5rem);
	height: clamp(2.65rem, 4.7vw, 3.45rem);
	max-width: none;
	max-height: none;
	object-fit: cover;
	object-position: center;
}

.site-footer__badge--canadian-jewellers {
	max-width: clamp(7rem, 14vw, 11rem);
	max-height: 3.4rem;
}

.back-to-top {
	position: fixed;
	right: calc(clamp(1rem, 2vw, 1.75rem) + env(safe-area-inset-right, 0px));
	bottom: calc(clamp(1rem, 2vw, 1.75rem) + env(safe-area-inset-bottom, 0px));
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: clamp(3rem, 3.3vw, 3.5rem);
	height: clamp(3rem, 3.3vw, 3.5rem);
	padding: 0;
	border: 1px solid color-mix(in srgb, var(--accent-bright) 28%, rgba(255, 255, 255, 0.14));
	border-radius: 50%;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
		radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.18), transparent 44%),
		linear-gradient(145deg, color-mix(in srgb, var(--accent) 82%, #110d0d), color-mix(in srgb, var(--bg-soft) 90%, #090606));
	box-shadow:
		0 18px 40px rgba(0, 0, 0, 0.34),
		0 0 0 1px rgba(255, 255, 255, 0.04) inset;
	color: var(--text);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(1rem) scale(0.96);
	transition:
		opacity var(--transition),
		transform var(--transition),
		border-color var(--transition),
		box-shadow var(--transition),
		visibility var(--transition);
	z-index: 70;
}

.back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0) scale(1);
}

.back-to-top:hover,
.back-to-top:focus-visible {
	border-color: color-mix(in srgb, var(--accent-bright) 52%, rgba(255, 255, 255, 0.28));
	box-shadow:
		0 24px 46px rgba(0, 0, 0, 0.38),
		0 0 0 1px color-mix(in srgb, var(--accent-bright) 22%, rgba(255, 255, 255, 0.08)) inset;
	transform: translateY(-2px);
}

.back-to-top:focus-visible {
	outline: 2px solid color-mix(in srgb, var(--accent-bright) 62%, white);
	outline-offset: 4px;
}

.back-to-top__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.15rem;
	height: 1.15rem;
}

.back-to-top__icon svg {
	width: 100%;
	height: 100%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

body.nav-open .back-to-top {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(1rem) scale(0.96);
}

[data-reveal] {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 600ms ease, transform 600ms ease;
}

[data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 1080px) {
	.site-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.site-footer__cta,
	.technology-split,
	.resources-layout,
	.contact-layout {
		grid-template-columns: 1fr;
	}

	.site-footer__cta-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 1250px) {
	.site-header__toggle {
		display: inline-flex;
	}

	.primary-nav {
		position: fixed;
		top: 0;
		right: 0;
		width: min(24rem, 100vw);
		height: 100vh;
		padding: 6rem 1.4rem 2rem;
		flex-direction: column;
		align-items: stretch;
		background: linear-gradient(180deg, rgba(12, 12, 12, 0.98), rgba(17, 12, 12, 0.99));
		transform: translateX(100%);
		transition: transform var(--transition);
		box-shadow: -16px 0 40px rgba(0, 0, 0, 0.38);
		overflow-y: auto;
	}

	body.nav-open .primary-nav {
		transform: translateX(0);
	}

	.primary-nav__list {
		flex-direction: column;
		align-items: stretch;
		gap: var(--space-sm);
	}

	.primary-nav__link {
		font-size: 1rem;
	}

	.primary-nav__expander {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.mega-panel {
		position: static;
		display: none;
		grid-template-columns: 1fr;
		width: 100%;
		margin-top: var(--space-sm);
		padding: var(--space-lg);
		transform: none;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		box-shadow: none;
	}

	.mega-panel::before {
		display: none;
	}

	.primary-nav__item.is-open .mega-panel {
		display: grid;
	}

	.primary-nav__cta {
		margin-top: auto;
		padding-top: var(--space-xl);
	}

	.primary-nav__cta .button {
		width: 100%;
	}
}

@media (max-width: 820px) {
	.site-header__bar {
		display: none;
	}

	.proof-strip__inner {
		grid-template-columns: 1fr;
	}

	.contact-form__grid,
	.site-footer__grid,
	.mega-panel__columns,
	.about-grid--three,
	.about-grid--four,
	.about-intro,
	.about-split {
		grid-template-columns: 1fr;
	}

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

@media (max-width: 640px) {
	.site-header__inner,
	.home-hero__inner,
	.proof-strip__inner,
	.home-section,
	.page-section__inner,
	.page-hero__inner,
	.site-footer__cta,
	.site-footer__grid,
	.site-footer__meta {
		width: min(calc(100% - 1.25rem), var(--site-max));
	}

	.home-hero {
		padding-top: 7rem;
	}

	.home-hero h1,
	.page-hero__inner h1 {
		max-width: none;
	}

	.hero-actions,
	.site-footer__cta-actions,
	.site-footer__meta {
		flex-direction: column;
		align-items: stretch;
	}

	.back-to-top {
		right: calc(0.85rem + env(safe-area-inset-right, 0px));
		bottom: calc(0.85rem + env(safe-area-inset-bottom, 0px));
	}
}

:root {
	--paper: oklch(0.98 0.004 28);
	--paper-soft: oklch(0.95 0.007 28);
	--paper-line: oklch(0.84 0.018 25 / 0.9);
	--ink: oklch(0.19 0.018 24);
	--ink-soft: oklch(0.42 0.018 24);
}

.button-primary {
	color: oklch(0.99 0.004 28);
}

.site-header__bar {
	display: none;
}

.site-header__inner {
	padding-block: 1rem;
}

.primary-nav__link {
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.primary-nav__cta .button {
	padding-inline: 1.55rem;
}

.mega-panel__intro h3,
.mega-panel__title {
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.home-hero--reference {
	position: relative;
	min-height: calc(100vh - 5.5rem);
	margin-bottom: 10px;
	padding-block: clamp(5.25rem, 8vw, 6.75rem) clamp(4.25rem, 7vw, 5.5rem);
	background:
		linear-gradient(180deg, rgba(9, 9, 10, 0.02), rgba(9, 9, 10, 0.14) 38%, rgba(9, 9, 10, 0.44) 78%, rgba(9, 9, 10, 0.78) 100%),
		radial-gradient(circle at 50% 16%, rgba(97, 0, 0, 0.16), transparent 40%),
		linear-gradient(180deg, rgba(9, 9, 10, 0.02), rgba(9, 9, 10, 0.18)),
		var(--hero-image) center top/cover no-repeat;
}

.home-hero--reference::before {
	background:
		linear-gradient(116deg, rgba(10, 10, 10, 0.42) 12%, rgba(10, 10, 10, 0.14) 42%, rgba(10, 10, 10, 0.46) 100%),
		var(--hero-image);
	background-position: center top;
	background-size: cover;
	filter: saturate(0.9) contrast(1.03);
}

.home-hero--reference .home-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(6, 6, 6, 0.01), rgba(6, 6, 6, 0.08) 28%, rgba(6, 6, 6, 0.24) 56%, rgba(6, 6, 6, 0.64) 100%),
		radial-gradient(circle at center, rgba(255, 255, 255, 0.1), transparent 36%);
}

.home-hero__inner--reference {
	position: relative;
	z-index: 1;
	min-height: calc(100vh - 16rem);
	display: grid;
	align-content: end;
	justify-items: center;
	gap: var(--space-lg);
	text-align: center;
}

.home-hero__inner--reference h1 {
	max-width: 19ch;
	font-size: clamp(2.55rem, 5vw, 4.95rem);
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.home-hero__summary {
	margin: 0 auto;
	max-width: 58ch;
	font-size: 1.05rem;
	color: #fff;
}

.home-hero__microcopy {
	margin: 0;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--text) 68%, var(--accent-bright));
}

.home-hero__quote {
	margin: var(--space-sm) auto 0;
	padding-top: var(--space-md);
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--text) 70%, transparent);
}

.reference-panels {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.reference-panel {
	position: relative;
	min-height: 35rem;
	display: flex;
	align-items: flex-end;
	padding: clamp(2rem, 4vw, 3rem);
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(7, 7, 7, 0.08), rgba(7, 7, 7, 0.82)),
		radial-gradient(circle at 50% 18%, rgba(97, 0, 0, 0.18), transparent 34%),
		var(--panel-image) center/cover no-repeat;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.reference-panel__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 20%),
		linear-gradient(180deg, transparent 32%, rgba(0, 0, 0, 0.78));
}

.reference-panel__content {
	position: relative;
	z-index: 1;
	display: grid;
	gap: var(--space-md);
	max-width: 30rem;
}

.reference-panel__content h2 {
	font-size: clamp(2rem, 4vw, 3.5rem);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	max-width: none;
	text-wrap: nowrap;
}

.reference-panel__content p {
	margin: 0;
	color: #fff;
}

.reference-panel__content .button {
	width: fit-content;
	padding: 14px 30px 13px;
	border-color: transparent;
	background: #fff;
	color: #3f3f3f;
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.5px;
	text-transform: none;
	transition: all 0.3s ease;
	box-shadow: none;
}

.reference-panel:hover .reference-panel__content .button,
.reference-panel:focus-visible .reference-panel__content .button {
	background: var(--accent);
	color: #fff;
}

.reference-specs,
.reference-products,
.reference-faq,
.reference-advantages {
	background: #fff;
	color: var(--ink);
}

.reference-specs {
	padding-block: clamp(5rem, 8vw, 7rem);
}

.reference-specs__inner,
.reference-advantages__inner {
	width: min(calc(100% - 2rem), 86rem);
	margin-inline: auto;
}

.reference-heading {
	display: grid;
	gap: var(--space-md);
	justify-items: center;
	margin-bottom: var(--space-3xl);
	text-align: center;
}

.reference-heading h2 {
	max-width: 15ch;
	font-size: clamp(2.4rem, 4.4vw, 4.2rem);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.reference-heading p {
	margin: 0;
	max-width: 58ch;
	color: var(--ink-soft);
}

.reference-specs__image {
	width: min(100%, 72rem);
	margin: 0 auto var(--space-3xl);
}

.reference-specs__image img {
	width: min(100%, 58rem);
	margin-inline: auto;
}

.reference-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(1.75rem, 3vw, 2.5rem) clamp(1rem, 2vw, 1.5rem);
}

.reference-feature {
	display: grid;
	align-content: start;
	justify-items: center;
	gap: 0.9rem;
	padding-top: 0;
	text-align: center;
	border-top: 0;
}

.reference-feature__icon {
	width: 3.35rem;
	height: 3.35rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reference-feature__icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.reference-feature h3 {
	font-size: 1.05rem;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
}

.reference-feature p {
	margin: 0;
	max-width: 27ch;
	font-size: 0.94rem;
	color: var(--ink-soft);
	text-align: center;
}

.reference-video {
	padding-block: clamp(4.5rem, 8vw, 6rem);
	background: #fff;
}

.reference-video__inner {
	width: min(calc(100% - 2rem), 80rem);
	margin-inline: auto;
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.5rem);
}

.reference-video__frame {
	position: relative;
	width: 100%;
	margin-inline: auto;
	padding: clamp(0.75rem, 1.6vw, 1rem);
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 2rem;
	background:
		radial-gradient(circle at 15% 15%, rgba(122, 8, 8, 0.2), transparent 22%),
		linear-gradient(180deg, rgba(24, 16, 16, 0.98), rgba(9, 9, 9, 1));
	box-shadow: var(--shadow-lg);
}

.reference-video__embed,
.reference-faq__embed {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 1.45rem;
	overflow: hidden;
	background: #09090a;
}

.reference-video__frame {
	aspect-ratio: 16 / 8.2;
}

.reference-video__embed iframe,
.reference-faq__embed iframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

.reference-video__content {
	display: grid;
	justify-items: center;
	gap: var(--space-md);
	text-align: center;
}

.reference-video__content h2 {
	max-width: 18ch;
	font-size: clamp(2.35rem, 4.5vw, 4.25rem);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--ink);
}

.reference-video__content p {
	margin: 0;
	max-width: 64ch;
	color: var(--ink-soft);
}

.reference-video__pill {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	padding: 0.7rem 1rem;
	border: 0;
	appearance: none;
	-webkit-appearance: none;
	border-radius: var(--radius-pill);
	background: color-mix(in srgb, var(--accent) 10%, #fff);
	color: var(--accent);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.reference-video__pill:hover,
.reference-video__pill:focus-visible {
	transform: translateY(-2px);
	background: color-mix(in srgb, var(--accent) 16%, #fff);
}

.reference-video__play {
	position: relative;
	width: 2.7rem;
	height: 2.7rem;
	border-radius: 50%;
	background: var(--accent);
	box-shadow: 0 18px 32px rgba(97, 0, 0, 0.22);
}

.reference-video__play::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.72rem;
	height: 0.92rem;
	background: #fff;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	transform: translate(-34%, -50%);
}

.reference-video__frame > .reference-video__pill {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	box-shadow: 0 18px 38px rgba(9, 9, 10, 0.34);
}

.reference-video__frame > .reference-video__pill:hover,
.reference-video__frame > .reference-video__pill:focus-visible {
	transform: translate(-50%, -50%) scale(1.03);
}

.reference-video__frame > .reference-video__pill.is-hidden {
	display: none;
}

.reference-products + .reference-products,
.reference-faq,
.reference-advantages {
	border-top: 1px solid var(--paper-line);
}

.reference-products {
	padding: 0 10px 10px;
	background: #fff;
}

.reference-products + .reference-products {
	border-top: 0;
	padding-top: 0;
}

.reference-products__row {
	width: 100%;
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.reference-product {
	display: grid;
	grid-template-rows: auto 1fr;
	align-content: start;
	justify-items: center;
	gap: clamp(2rem, 4vw, 3rem);
	min-height: clamp(32rem, 54vw, 43rem);
	padding: clamp(4.5rem, 7vw, 6.25rem) clamp(1.5rem, 3vw, 2.5rem) 10px;
	background: #f5f5f7;
	text-align: center;
	overflow: hidden;
}

.reference-product:first-child {
	border-right: 0;
}

.reference-product__header {
	display: grid;
	gap: 0.95rem;
	justify-items: center;
}

.reference-product__header h2 {
	max-width: 18ch;
	font-family: var(--font-body);
	font-size: clamp(2rem, 3vw, 2.35rem);
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	line-height: 1.1;
}

.reference-product__header p {
	margin: 0;
	max-width: 32ch;
	font-size: clamp(1rem, 1.4vw, 1.3rem);
	font-weight: 300;
	line-height: 1.28;
	color: var(--ink);
}

.reference-product__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-sm);
	padding: 0.95rem 1.4rem;
	border-radius: var(--radius-pill);
	border: 1px solid transparent;
	background: linear-gradient(135deg, color-mix(in srgb, var(--accent-bright) 80%, #fff 6%), var(--accent));
	color: var(--text);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	box-shadow: 0 14px 34px rgba(97, 0, 0, 0.34);
	transition: transform var(--transition), background-color var(--transition), border-color var(--transition), color var(--transition), box-shadow var(--transition);
}

.reference-product__cta::after {
	content: none;
}

.reference-product__cta:hover,
.reference-product__cta:focus-visible {
	background: linear-gradient(135deg, color-mix(in srgb, var(--accent-bright) 78%, #fff 4%), color-mix(in srgb, var(--accent) 88%, #000 12%));
	transform: translateY(-2px);
	box-shadow: 0 18px 40px rgba(97, 0, 0, 0.4);
}

.reference-product__image {
	width: min(100%, 59rem);
	margin-top: auto;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.reference-product__image img {
	width: min(100%, var(--reference-product-image-max, 59rem));
	max-height: 34rem;
	object-fit: contain;
	object-position: center bottom;
}

.reference-faq {
	padding-block: clamp(4.75rem, 8vw, 6.5rem);
}

.reference-faq__inner {
	width: min(calc(100% - 2rem), 60rem);
	margin-inline: auto;
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.5rem);
	align-items: start;
	justify-items: center;
}

.reference-faq .reference-heading {
	margin-bottom: 0;
	justify-items: center;
	text-align: center;
}

.reference-faq .reference-heading h2 {
	max-width: 20ch;
}

.reference-faq__list {
	width: 100%;
	display: grid;
	gap: 0;
}

.reference-faq .faq-item {
	border-radius: 0;
	border-top: 1px solid var(--paper-line);
	background: transparent;
}

.reference-faq .faq-item:last-child {
	border-bottom: 1px solid var(--paper-line);
}

.reference-faq .faq-item__button {
	padding: 1.4rem 0;
	color: var(--ink);
	font-weight: 700;
}

.reference-faq .faq-item__button::after {
	color: var(--ink);
}

.reference-faq .faq-item__panel {
	padding-bottom: 1.35rem;
}

.reference-faq .faq-item__panel p {
	margin: 0;
	max-width: 72ch;
	color: var(--ink-soft);
}

.reference-faq__media {
	grid-column: 2;
	grid-row: 1 / span 2;
	position: relative;
	min-height: auto;
	overflow: hidden;
	border: 1px solid var(--paper-line);
	border-radius: 1.75rem;
	background: #f5f5f7;
	box-shadow: none;
}

.reference-faq__media-inner {
	position: relative;
	z-index: 1;
	min-height: 100%;
	display: grid;
	align-content: start;
	gap: 1.25rem;
	padding: clamp(1.5rem, 3vw, 2rem);
	text-align: left;
	color: var(--ink);
}

.reference-faq__media h3 {
	max-width: 14ch;
	font-size: clamp(2rem, 3vw, 2.9rem);
	text-transform: none;
	letter-spacing: 0;
	color: var(--ink);
}

.reference-faq__media p {
	margin: 0;
	max-width: 42ch;
	color: var(--ink-soft);
}

.reference-faq__embed {
	position: relative;
	height: auto;
	aspect-ratio: 16 / 9;
	margin-top: 0.5rem;
	border-radius: 1.25rem;
}

.reference-partner-band {
	--story-progress: 1;
	--story-image-opacity: 0;
	--story-ambient-opacity: 1;
	--story-content-opacity: 1;
	--story-image-scale: 1;
	padding-block: clamp(3rem, 5vw, 4.5rem);
	background:
		radial-gradient(circle at center, rgba(97, 0, 0, 0.14), transparent 40%),
		linear-gradient(180deg, rgba(10, 9, 9, 1), rgba(8, 8, 9, 1));
	overflow: clip;
}

.reference-partner-band__track {
	position: relative;
}

.reference-partner-band__inner {
	width: min(calc(100% - 2rem), 76rem);
	min-height: 21rem;
	margin-inline: auto;
	padding: clamp(2.25rem, 5vw, 4rem);
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 2rem;
	overflow: hidden;
	position: relative;
	isolation: isolate;
	background: linear-gradient(135deg, rgba(10, 10, 11, 0.96), rgba(16, 7, 7, 0.92));
	box-shadow: var(--shadow-lg);
}

.reference-partner-band__image,
.reference-partner-band__ambient {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.reference-partner-band__image {
	z-index: 0;
	background:
		linear-gradient(180deg, rgba(8, 8, 9, 0), rgba(8, 8, 9, 0.2)),
		var(--partner-band-image) center/cover no-repeat;
	filter: brightness(1.22) contrast(1.08) saturate(1.04);
	opacity: var(--story-image-opacity);
	transform: scale(var(--story-image-scale));
	transform-origin: center;
	will-change: opacity, transform;
}

.reference-partner-band__image::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(8, 8, 9, 0.04) 0%, rgba(8, 8, 9, 0.16) 54%, rgba(8, 8, 9, 0.42) 100%),
		linear-gradient(90deg, rgba(8, 8, 9, 0.08) 0%, rgba(8, 8, 9, 0) 28%, rgba(8, 8, 9, 0.06) 100%);
}

.reference-partner-band__ambient {
	z-index: 0;
	opacity: var(--story-ambient-opacity);
	background:
		radial-gradient(circle at 18% 26%, rgba(139, 26, 26, 0.26), transparent 24%),
		radial-gradient(circle at 77% 18%, rgba(255, 255, 255, 0.07), transparent 19%),
		radial-gradient(circle at 66% 78%, rgba(97, 0, 0, 0.28), transparent 24%),
		linear-gradient(135deg, rgba(8, 8, 9, 0.98) 8%, rgba(27, 8, 8, 0.96) 52%, rgba(9, 9, 10, 0.99) 100%);
	will-change: opacity;
}

.reference-partner-band__ambient::before,
.reference-partner-band__ambient::after {
	content: "";
	position: absolute;
	inset: -12%;
	pointer-events: none;
}

.reference-partner-band__ambient::before {
	background:
		repeating-linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.02) 0 1px,
			transparent 1px 6rem
		),
		repeating-linear-gradient(
			180deg,
			rgba(255, 255, 255, 0.02) 0 1px,
			transparent 1px 4.5rem
		);
	opacity: 0.18;
	mask-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.78) 20%, rgba(0, 0, 0, 0.88) 72%, transparent);
}

.reference-partner-band__ambient::after {
	background:
		radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.08), transparent 18%),
		radial-gradient(circle at 70% 62%, rgba(255, 255, 255, 0.05), transparent 20%);
	filter: blur(14px);
	opacity: 0.8;
}

.reference-partner-band__mist {
	position: absolute;
	border-radius: 999px;
	filter: blur(28px);
	opacity: 0.52;
	mix-blend-mode: screen;
}

.reference-partner-band__mist--one {
	top: 8%;
	left: -4%;
	width: 18rem;
	height: 11rem;
	background: radial-gradient(circle, rgba(160, 34, 34, 0.34) 0%, rgba(160, 34, 34, 0) 72%);
}

.reference-partner-band__mist--two {
	right: 8%;
	bottom: 10%;
	width: 20rem;
	height: 12rem;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 76%);
}

.reference-partner-band__mist--three {
	left: 34%;
	bottom: -5%;
	width: 26rem;
	height: 12rem;
	background: radial-gradient(circle, rgba(97, 0, 0, 0.32) 0%, rgba(97, 0, 0, 0) 74%);
}

.reference-partner-band__content {
	position: relative;
	z-index: 1;
	max-width: 38rem;
	display: grid;
	justify-items: center;
	gap: var(--space-lg);
	text-align: center;
}

.reference-partner-band__content h2 {
	max-width: 11ch;
	font-size: clamp(2.1rem, 3.7vw, 3.4rem);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 0.92;
}

.reference-partner-band__content p {
	margin: 0;
	max-width: 42ch;
	color: #fff;
	line-height: 1.72;
}

.reference-partner-band.is-scroll-story-active {
	min-height: 140svh;
	padding-block: 0;
}

.reference-partner-band.is-scroll-story-active .reference-partner-band__track {
	position: sticky;
	top: 0;
	min-height: 100svh;
	display: grid;
	place-items: center;
	padding-block: clamp(1rem, 2vw, 1.5rem);
}

.reference-partner-band.is-scroll-story-active .reference-partner-band__inner {
	min-height: min(58svh, 32rem);
}

.reference-partner-band.is-scroll-story-active .reference-partner-band__content {
	opacity: var(--story-content-opacity);
	transform:
		translate3d(0, calc((1 - var(--story-content-opacity)) * 3rem), 0)
		scale(calc(0.96 + (var(--story-content-opacity) * 0.04)));
	transform-origin: center center;
	will-change: opacity, transform;
	pointer-events: none;
}

.reference-partner-band.is-scroll-story-active.is-content-revealed .reference-partner-band__content {
	pointer-events: auto;
}

@media (max-width: 900px) {
	.site-header {
		backdrop-filter: none;
	}

	.home-hero__overlay {
		filter: none;
	}

	.reference-partner-band {
		--story-image-opacity: 0.18;
		--story-ambient-opacity: 1;
		--story-content-opacity: 1;
		--story-image-scale: 1;
	}

	.reference-partner-band__image {
		transform: none;
		will-change: auto;
	}

	.reference-partner-band__ambient {
		will-change: auto;
	}

	.reference-partner-band__ambient::after,
	.reference-partner-band__mist {
		display: none;
	}

	.reference-partner-band__ambient::before {
		mask-image: none;
	}

	.reference-partner-band__content {
		background: linear-gradient(145deg, rgba(11, 11, 12, 0.82), rgba(11, 11, 12, 0.42));
		backdrop-filter: none;
	}

	.system-page__video-cover .reference-video__pill {
		backdrop-filter: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.reference-partner-band,
	.reference-partner-band.is-scroll-story-active {
		min-height: auto;
		padding-block: clamp(3rem, 5vw, 4.5rem);
	}

	.reference-partner-band__track,
	.reference-partner-band.is-scroll-story-active .reference-partner-band__track {
		position: relative;
		min-height: auto;
		padding-block: 0;
	}

	.reference-partner-band__image,
	.reference-partner-band__ambient,
	.reference-partner-band__content {
		transition: none;
		transform: none;
	}
}

.reference-advantages {
	padding-block: clamp(5rem, 8vw, 7rem);
}

.reference-advantages .reference-heading h2 {
	max-width: 24ch;
}

.reference-advantages__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--space-xl);
}

.reference-advantage-card {
	display: grid;
	align-content: start;
	gap: var(--space-lg);
	padding-top: var(--space-lg);
	border-top: 1px solid var(--paper-line);
}

.reference-advantage-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 1.35rem;
	box-shadow: 0 20px 44px rgba(25, 15, 15, 0.12);
}

.reference-advantage-card h3 {
	font-size: 1.18rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.reference-advantage-card p {
	margin: 0;
	max-width: none;
	color: var(--ink-soft);
}

.site-footer__newsletter {
	width: min(calc(100% - 2rem), var(--site-max));
	margin: 0 auto var(--space-3xl);
	padding: clamp(2rem, 5vw, 3rem);
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr);
	gap: var(--space-2xl);
	border-radius: 2rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 243, 243, 0.98)),
		radial-gradient(circle at 16% 18%, rgba(97, 0, 0, 0.08), transparent 26%);
	color: var(--ink);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
}

.site-footer__newsletter-copy {
	display: grid;
	gap: var(--space-md);
}

.site-footer__newsletter-copy h2 {
	font-size: clamp(2rem, 4vw, 3.3rem);
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.site-footer__newsletter-copy p {
	margin: 0;
	max-width: 56ch;
	color: var(--ink-soft);
}

.site-footer__newsletter-form {
	display: grid;
	align-content: center;
	gap: var(--space-sm);
}

.site-footer__newsletter-form input {
	width: 100%;
	min-height: 4.25rem;
	padding-inline: 1.3rem;
	border: 1px solid var(--paper-line);
	border-radius: var(--radius-pill);
	background: rgba(255, 255, 255, 0.85);
	color: var(--ink);
}

.site-footer__newsletter-form input::placeholder {
	color: color-mix(in srgb, var(--ink-soft) 72%, transparent);
}

.site-footer__newsletter-form p {
	margin: 0;
	max-width: none;
	font-size: 0.9rem;
	color: var(--ink-soft);
}

.site-footer__newsletter-form > .button {
	width: 100%;
}

.site-footer__grid {
	grid-template-columns: minmax(0, 1.3fr) repeat(4, minmax(0, 0.85fr));
}

.site-footer__column p {
	color: #fff;
}

.site-footer__contact {
	display: grid;
	gap: var(--space-md);
}

.site-footer__contact span {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--text) 56%, transparent);
}

@media (max-width: 1180px) {
	.reference-feature-grid,
	.reference-advantages__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.site-footer__brand {
		grid-column: 1 / -1;
	}
}

@media (max-width: 1080px) {
	.reference-products__row,
	.reference-faq__inner,
	.site-footer__newsletter {
		grid-template-columns: 1fr;
	}

	.reference-product:first-child {
		border-right: 0;
		border-bottom: 0;
	}

	.reference-faq__media {
		grid-column: 1;
		grid-row: auto;
	}
}

@media (max-width: 980px) {
	.reference-panels {
		grid-template-columns: 1fr;
	}

	.home-hero--reference,
	.home-hero__inner--reference {
		min-height: auto;
	}

	.reference-panel {
		min-height: 28rem;
	}
}

@media (max-width: 820px) {
	.reference-faq .reference-heading,
	.reference-faq .reference-heading h2 {
		justify-items: center;
		text-align: center;
	}

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

@media (max-width: 640px) {
	.reference-specs__inner,
	.reference-products__row,
	.reference-faq__inner,
	.reference-advantages__inner,
	.reference-video__frame,
	.reference-partner-band__inner,
	.site-footer__newsletter {
		width: min(calc(100% - 1.25rem), 100%);
	}

	.home-hero__inner--reference h1,
	.reference-heading h2,
	.reference-video__content h2,
	.reference-faq__media h3,
	.reference-partner-band__content h2,
	.reference-product__header h2 {
		max-width: none;
	}

	.reference-feature-grid,
	.reference-advantages__grid,
	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.reference-video__frame,
	.reference-faq__media,
	.reference-partner-band__inner {
		border-radius: 1.45rem;
	}

	.reference-partner-band__content {
		padding: 0;
	}
}

.site-header {
	top: 0;
	background: #000;
	backdrop-filter: none;
	border-bottom: 0;
	box-shadow: none;
}

.site-header.is-scrolled {
	background: #000;
	box-shadow: 0 10px 35px rgba(0, 0, 0, 0.18);
}

.site-header__inner {
	width: 100%;
	max-width: none;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	gap: 1rem;
	height: 116px;
	padding-inline: 30px;
}

.site-branding {
	justify-self: start;
}

.site-branding__logo {
	width: clamp(12.25rem, 15vw, 16.75rem);
}

.primary-nav {
	position: relative;
	justify-self: center;
}

.primary-nav__mobile-head,
.primary-nav__mobile-footer {
	display: none;
}

.primary-nav__mobile-copy {
	display: grid;
	gap: 0.4rem;
}

.primary-nav__mobile-kicker,
.primary-nav__mobile-title {
	margin: 0;
}

.site-header__toggle-icon,
.primary-nav__mobile-close-icon {
	display: none;
}

.primary-nav__mobile-close {
	display: none;
}

.primary-nav__list {
	gap: 2.35rem;
}

.primary-nav__trigger-row {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.52rem;
	padding-right: 0;
}

.primary-nav__link {
	display: inline-flex;
	align-items: center;
	position: relative;
	padding: 0;
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.5px;
	text-transform: none;
	color: #fff;
	line-height: 1.15;
	overflow: visible;
}

.primary-nav__link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.45rem;
	width: 100%;
	height: 3px;
	background: var(--accent-bright);
	clip-path: inset(0 100% 0 0);
	transition: clip-path 0.68s ease;
}

.primary-nav__link:hover,
.primary-nav__link:focus-visible {
	color: color-mix(in srgb, #fff 82%, var(--accent-bright));
}

.primary-nav__item:hover .primary-nav__link::after,
.primary-nav__item:focus-within .primary-nav__link::after,
.primary-nav__item.is-open .primary-nav__link::after {
	clip-path: inset(0 0 0 0);
}

.primary-nav__expander {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: static;
	width: 14px;
	height: 14px;
	margin-top: 0;
	padding: 0;
	border: 0;
	background: transparent;
	transform: none;
	flex: 0 0 auto;
}

.primary-nav__expander::before {
	content: "";
	display: block;
	width: 14px;
	height: 9px;
	background-color: var(--accent-bright);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M1.75 1.75 10 10.25 18.25 1.75' stroke='black' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M1.75 1.75 10 10.25 18.25 1.75' stroke='black' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

.primary-nav__item.is-open .primary-nav__expander::before,
.primary-nav__item:hover .primary-nav__expander::before,
.primary-nav__item:focus-within .primary-nav__expander::before {
	transform: rotate(180deg);
}

.site-header__actions {
	justify-self: end;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.site-header__language {
	position: relative;
}

.site-header__language-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.55rem 0.7rem 0.55rem 0.55rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
	transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.site-header__language-toggle:hover,
.site-header__language-toggle:focus-visible,
.site-header__language.is-open .site-header__language-toggle {
	background: rgba(255, 255, 255, 0.08);
	border-color: #fff;
	transform: translateY(-1px);
}

.site-header__language-flag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.65rem;
	height: 1.1rem;
	flex: 0 0 auto;
}

.site-header__language-flag img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.site-header__language-chevron {
	width: 0.7rem;
	height: 0.45rem;
	background-color: #fff;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M1.75 1.75 10 10.25 18.25 1.75' stroke='black' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M1.75 1.75 10 10.25 18.25 1.75' stroke='black' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
	transition: transform 0.25s ease;
}

.site-header__language.is-open .site-header__language-chevron {
	transform: rotate(180deg);
}

.site-header__language-menu {
	position: absolute;
	top: calc(100% + 0.7rem);
	right: 0;
	display: grid;
	gap: 0.45rem;
	padding: 0.55rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 1.25rem;
	background:
		radial-gradient(circle at top left, rgba(97, 0, 0, 0.18), transparent 44%),
		linear-gradient(180deg, rgba(18, 14, 14, 0.98), rgba(10, 9, 9, 1));
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
}

.site-header__language-menu[hidden] {
	display: none !important;
}

.site-header__language-widget,
#google_translate_element,
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget-icon,
.goog-logo-link,
#goog-gt-tt,
.goog-te-balloon-frame {
	display: none !important;
}

body {
	top: 0 !important;
}

body > .skiptranslate {
	display: none !important;
}

.goog-text-highlight {
	background-color: transparent !important;
	box-shadow: none !important;
}

.site-header__language-link {
	display: inline-flex;
	align-items: center;
	gap: 0.7rem;
	min-width: 9.25rem;
	height: 2.6rem;
	padding: 0 0.85rem 0 0.15rem;
	border: 0;
	border-radius: 999px;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	background: rgba(255, 255, 255, 0.03);
	transition: background-color 0.25s ease, transform 0.25s ease;
}

.site-header__language-link:hover,
.site-header__language-link:focus-visible,
.site-header__language-link.is-active {
	background: rgba(255, 255, 255, 0.1);
	transform: translateY(-1px);
}

.site-header__language-label {
	font-family: var(--font-body);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
}

.site-header__partner {
	display: inline-block;
	padding: 14px 30px 13px;
	border-radius: 50px;
	background-color: #fff;
	color: #3f3f3f;
	font-family: var(--font-body);
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}

.site-header__partner:hover,
.site-header__partner:focus-visible {
	background: var(--accent);
	color: #fff;
}

.mega-panel {
	top: calc(100% + 0.45rem);
	left: 0;
	right: auto;
	width: min(52rem, calc(100vw - 80px));
	padding: 1.6rem 1.75rem;
	display: grid;
	grid-template-columns: minmax(15rem, 0.92fr) minmax(20rem, 1.08fr);
	gap: 1.7rem;
	border-radius: 1.5rem;
	background:
		radial-gradient(circle at top left, rgba(97, 0, 0, 0.2), transparent 42%),
		linear-gradient(180deg, rgba(30, 20, 20, 0.98), rgba(16, 12, 12, 0.98));
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
	transform: translate(0, 1rem);
}

.primary-nav__item.is-open .mega-panel {
	transform: translate(0, 0);
}

.mega-panel__menu {
	display: grid;
	align-content: start;
	gap: 0.5rem;
	padding-right: 1.5rem;
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.mega-panel__menu--grouped {
	gap: 1.35rem;
}

.mega-panel__group {
	display: grid;
	gap: 0.55rem;
}

.mega-panel__group-title {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	background: transparent;
	text-align: left;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}

.mega-panel__group-title.is-active {
	color: #fff;
}

.mega-panel__group-links {
	display: grid;
	gap: 0.4rem;
}

.mega-panel__item {
	display: block;
	width: 100%;
	padding: 0.12rem 0;
	border: 0;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	background: transparent;
	text-align: left;
	font-family: var(--font-body);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
	color: color-mix(in srgb, #fff 80%, transparent);
	transition: color 0.25s ease;
}

.mega-panel__item:hover,
.mega-panel__item:focus-visible,
.mega-panel__item.is-active {
	color: #fff;
}

.mega-panel__item-label {
	display: block;
}

.mega-panel__details {
	position: relative;
	min-height: 17rem;
}

.mega-panel__detail {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 1rem;
	opacity: 0;
	pointer-events: none;
	transform: translateY(6px);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.mega-panel__detail.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

.mega-panel__detail h3 {
	font-family: var(--font-body);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.01em;
}

.mega-panel__detail p,
.mega-panel__sublist a {
	font-family: var(--font-body);
}

.mega-panel__detail p {
	margin: 0;
	max-width: none;
	width: 100%;
	font-size: 13px;
	line-height: 1.65;
	overflow-wrap: anywhere;
	color: color-mix(in srgb, #fff 68%, transparent);
}

.mega-panel__detail-copy {
	display: grid;
	gap: 0.85rem;
	align-content: center;
	justify-items: start;
	text-align: left;
	min-width: 0;
}

.mega-panel__detail-media img {
	width: auto;
	max-width: 100%;
	height: 15.5rem;
	object-fit: contain;
	border-radius: 1rem;
}

.mega-panel__detail--image-only {
	place-items: center;
	align-content: center;
}

.mega-panel__detail--image-only .mega-panel__detail-media {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.mega-panel__detail--image-only .mega-panel__detail-media img {
	width: auto;
	max-width: 100%;
	height: 15.5rem;
	object-fit: contain;
}

.mega-panel__sublist {
	display: grid;
	gap: 0.55rem;
	padding-top: 0.25rem;
}

.mega-panel__sublist a {
	font-size: 0.95rem;
	color: color-mix(in srgb, #fff 82%, transparent);
}

.mega-panel__sublist a:hover,
.mega-panel__sublist a:focus-visible {
	color: #fff;
}

@media (max-width: 1250px) {
	body.nav-open::before {
		content: "";
		position: fixed;
		inset: 0;
		background: rgba(5, 5, 6, 0.72);
		z-index: 88;
	}

	.site-header {
		top: 0.625rem;
		z-index: 90;
		background: #000;
		backdrop-filter: none;
		border: 1px solid rgba(255, 255, 255, 0.08);
		box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
	}

	.site-header.is-menu-open {
		box-shadow: 0 24px 48px rgba(0, 0, 0, 0.32);
	}

	.site-header__inner {
		width: 100%;
		max-width: none;
		height: auto;
		min-height: 4.75rem;
		padding: calc(0.75rem + env(safe-area-inset-top)) 1rem 0.75rem;
		grid-template-columns: auto 1fr auto;
		gap: 0.75rem;
	}

	.site-branding__logo {
		width: clamp(9rem, 38vw, 11.75rem);
	}

	.site-header__actions {
		gap: 0.5rem;
	}

	.site-header__language {
		display: none;
	}

	.site-header__partner {
		display: none;
	}

	.site-header__toggle {
		position: relative;
		z-index: 96;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 2.75rem;
		height: 2.75rem;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}

	.site-header__toggle span:not(.screen-reader-text) {
		position: absolute;
		width: 1.35rem;
		height: 2px;
		border-radius: 999px;
		background: #fff;
		transition: transform 220ms ease, opacity 220ms ease;
		transform-origin: center;
	}

	.site-header__toggle span:nth-child(1) {
		transform: translateY(-0.38rem);
	}

	.site-header__toggle span:nth-child(2) {
		transform: none;
	}

	.site-header__toggle span:nth-child(3) {
		transform: translateY(0.38rem);
	}

	body.nav-open .site-branding {
		opacity: 0;
		pointer-events: none;
	}

	body.nav-open .site-header {
		background: #000;
		border-color: transparent;
		box-shadow: none;
	}

	body.nav-open .site-header__toggle {
		position: fixed;
		top: calc(1rem + env(safe-area-inset-top));
		right: 1rem;
	}

	body.nav-open .site-header__toggle span:nth-child(1) {
		transform: rotate(45deg);
	}

	body.nav-open .site-header__toggle span:nth-child(2) {
		opacity: 0;
	}

	body.nav-open .site-header__toggle span:nth-child(3) {
		transform: rotate(-45deg);
	}

	.primary-nav {
		position: fixed;
		inset: 0;
		z-index: 95;
		justify-self: auto;
		width: 100vw;
		height: 100svh;
		max-height: 100svh;
		padding: calc(1rem + env(safe-area-inset-top)) 1rem calc(1.25rem + env(safe-area-inset-bottom));
		border: 0;
		border-radius: 0;
		background:
			radial-gradient(circle at top left, rgba(97, 0, 0, 0.3), transparent 30%),
			radial-gradient(circle at 86% 12%, rgba(255, 255, 255, 0.06), transparent 18%),
			linear-gradient(180deg, rgba(12, 12, 13, 0.995), rgba(18, 10, 10, 0.995));
		box-shadow: none;
		overflow-y: auto;
		overscroll-behavior: contain;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transform: translateY(1rem) scale(0.98);
		transition: opacity 260ms ease, transform 260ms ease, visibility 0s linear 260ms;
	}

	body.nav-open .primary-nav {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: translateY(0) scale(1);
		transition-delay: 0s;
	}

	.primary-nav__mobile-head,
	.primary-nav__mobile-footer {
		display: grid;
	}

	.primary-nav__mobile-head {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 0.5rem;
		padding-bottom: 1.25rem;
		margin-bottom: 1.25rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.primary-nav__mobile-kicker {
		font-size: 0.72rem;
		font-weight: 700;
		letter-spacing: 0.22em;
		text-transform: uppercase;
		color: color-mix(in srgb, var(--text) 70%, var(--accent-bright));
	}

	.primary-nav__mobile-title {
		max-width: 18ch;
		font-size: clamp(1.45rem, 6vw, 2rem);
		line-height: 1;
		color: #fff;
	}

	.primary-nav__list {
		display: grid;
		gap: 0.7rem;
	}

	.primary-nav__item {
		border: 1px solid rgba(255, 255, 255, 0.06);
		border-radius: 1rem;
		background: rgba(255, 255, 255, 0.03);
		overflow: hidden;
	}

	.primary-nav__trigger-row {
		position: static;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 0.75rem;
		padding: 0.95rem 1rem;
	}

	.primary-nav__link {
		display: block;
		padding: 0;
		font-size: 1rem;
		font-weight: 400;
		letter-spacing: 0.02em;
		color: #fff;
	}

	.primary-nav__link::after {
		display: none;
	}

	.primary-nav__expander {
		position: static;
		width: 2rem;
		height: 2rem;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.06);
		transform: none;
	}

	.primary-nav__expander::before {
		width: 0.8rem;
		height: 0.8rem;
	}

	.mega-panel {
		position: static;
		display: grid;
		grid-template-columns: 1fr;
		width: 100%;
		margin-top: 0;
		padding: 0 1rem;
		gap: 0.85rem;
		max-height: 0;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		overflow: hidden;
		background: transparent;
		box-shadow: none;
		border: 0;
		border-radius: 0;
		transform: none;
		transition: max-height 280ms ease, padding 280ms ease;
	}

	.mega-panel::before {
		display: none;
	}

	.primary-nav__item.is-open .mega-panel {
		max-height: 40rem;
		padding: 0 1rem 1rem;
	}

	.mega-panel__menu,
	.mega-panel__menu--grouped {
		gap: 0.85rem;
		padding-right: 0;
		border-right: 0;
	}

	.mega-panel__group {
		gap: 0.45rem;
	}

	.mega-panel__group-title {
		font-size: 0.72rem;
		font-weight: 700;
		letter-spacing: 0.2em;
		text-transform: uppercase;
		color: #fff;
	}

	.mega-panel__group-links {
		gap: 0.25rem;
	}

	.mega-panel__item {
		padding: 0.35rem 0;
		font-size: 0.96rem;
		font-weight: 500;
		color: color-mix(in srgb, #fff 84%, transparent);
	}

	.mega-panel__details {
		display: none;
	}

	.primary-nav__mobile-footer {
		gap: 0.75rem;
		padding-top: 1.25rem;
		margin-top: 1.25rem;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.primary-nav__mobile-cta {
		width: 100%;
	}

	.home-hero--reference {
		padding-block: calc(5.5rem + env(safe-area-inset-top)) 3.5rem;
	}

	.home-hero__inner--reference {
		gap: 1rem;
	}

	.home-hero__inner--reference h1 {
		max-width: 12ch;
		font-size: clamp(2.15rem, 10vw, 3.45rem);
	}

	.home-hero__summary {
		max-width: 34ch;
		font-size: 1rem;
	}

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

	.hero-actions .button {
		width: min(100%, 18rem);
	}

	.reference-panel {
		min-height: 24rem;
		align-items: center;
		padding: 1.5rem;
	}

	.reference-panel__content {
		max-width: 32ch;
		margin-inline: auto;
		justify-items: center;
		text-align: center;
	}

	.reference-panel__content h2 {
		text-wrap: balance;
	}

	.reference-panel__content .button {
		margin-inline: auto;
	}

	.reference-partner-band,
	.reference-partner-band.is-scroll-story-active {
		min-height: auto;
		padding-block: clamp(2.5rem, 7vw, 3.5rem);
	}

	.reference-partner-band__track,
	.reference-partner-band.is-scroll-story-active .reference-partner-band__track {
		position: relative;
		min-height: auto;
		padding: 0;
	}

	.reference-partner-band__inner {
		min-height: 22rem;
		padding: 1.75rem 1.25rem;
		background:
			radial-gradient(circle at 18% 24%, rgba(139, 26, 26, 0.26), transparent 26%),
			radial-gradient(circle at 78% 16%, rgba(255, 255, 255, 0.08), transparent 18%),
			radial-gradient(circle at 50% 86%, rgba(97, 0, 0, 0.22), transparent 34%),
			linear-gradient(135deg, rgba(8, 8, 9, 0.98) 8%, rgba(27, 8, 8, 0.96) 52%, rgba(9, 9, 10, 0.99) 100%);
	}

	.reference-partner-band__image,
	.reference-partner-band__ambient {
		display: none;
	}

	.reference-partner-band__content {
		max-width: 32ch;
		margin-inline: auto;
		justify-items: center;
		text-align: center;
		opacity: 1;
		transform: none;
		pointer-events: auto;
	}

	.reference-partner-band__content p {
		max-width: 34ch;
	}

	.reference-partner-band .hero-actions {
		width: 100%;
		justify-content: center;
		align-items: center;
	}

	.reference-partner-band .hero-actions .button {
		width: min(100%, 18rem);
	}
}

@media (max-width: 640px) {
	.site-header {
		top: 0;
	}

	.site-header__inner {
		min-height: 4.5rem;
		padding-inline: 0.875rem;
	}

	.primary-nav {
		padding-inline: 0.875rem;
	}

	.primary-nav__mobile-title {
		max-width: 18ch;
		font-size: 1.3rem;
	}

	.primary-nav__trigger-row {
		padding: 0.9rem;
	}

	.reference-video__inner {
		width: min(calc(100% - 0.5rem), 100%);
	}

	.reference-video__frame {
		width: min(calc(100% - 0.25rem), 100%);
		padding: 0.45rem;
		aspect-ratio: 4 / 3;
		border-radius: 1.55rem;
	}

	.reference-video__embed {
		border-radius: 1.2rem;
	}

	.reference-faq__media-inner {
		gap: 1rem;
		padding: 1.25rem;
	}

	.reference-faq__embed {
		aspect-ratio: 4 / 5;
		margin-top: 0.25rem;
	}

	.reference-panel {
		min-height: 22rem;
	}

	.site-footer__newsletter,
	.site-footer__newsletter-copy,
	.site-footer__newsletter-form,
	.site-footer__brand,
	.site-footer__column,
	.site-footer__meta {
		justify-items: center;
		text-align: center;
	}

	.site-footer__column ul,
	.site-footer__contact {
		justify-items: center;
		text-align: center;
	}

	.site-footer__social {
		justify-content: center;
	}

	.site-footer__logo,
	.site-footer__badge {
		margin-inline: auto;
	}

	.site-footer__newsletter-form .button {
		width: min(100%, 18rem);
	}

	.home-hero__summary,
	.reference-partner-band__content p {
		font-size: 0.96rem;
	}
}

.system-page {
	color: #111;
	background: #fff;
}

.system-page p {
	max-width: 76ch;
}

.system-page__shell,
.system-page__narrow,
.system-page__wide {
	width: min(calc(100% - 2rem), 76rem);
	margin-inline: auto;
}

.system-page__narrow {
	width: min(calc(100% - 2rem), 62rem);
}

.system-page__hero {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 100svh;
	padding: var(--inner-hero-top) 0 var(--inner-hero-bottom);
	overflow: clip;
	isolation: isolate;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.62)),
		var(--system-hero-image) center/cover no-repeat;
}

.system-page__hero::before {
	content: none;
}

.system-page__hero::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 9rem;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), #fff);
}

.system-page__hero-inner {
	position: relative;
	z-index: 1;
	width: min(calc(100% - 2rem), var(--inner-hero-max));
	display: grid;
	justify-items: center;
	gap: 0.95rem;
	text-align: center;
}

.system-page__hero-inner h1 {
	max-width: 14ch;
	font-size: var(--inner-hero-title);
	color: #fff;
}

.system-page__hero-inner p {
	margin: 0;
	max-width: var(--inner-hero-copy-max);
	font-size: var(--inner-hero-summary);
	line-height: 1.5;
	color: #fff;
}

.system-page__section {
	padding: clamp(3.75rem, 5.4vw, 5.5rem) 0;
}

.system-page__section--soft {
	background:
		radial-gradient(circle at top left, rgba(97, 0, 0, 0.05), transparent 34%),
		#f4f4f5;
}

.system-page__video-shell {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	background: #000;
	box-shadow: 0 36px 80px rgba(0, 0, 0, 0.18);
}

.system-page__video-shell iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
	background: #000;
}

.system-page__video-cover {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.52)),
		var(--system-video-poster) center/cover no-repeat;
	transition: opacity 220ms ease, visibility 220ms ease;
}

.system-page__video-cover.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.system-page__video-cover .reference-video__pill {
	box-shadow: 0 22px 44px rgba(13, 10, 10, 0.34);
	backdrop-filter: blur(8px);
}

.system-page__video-copy {
	display: grid;
	gap: 1rem;
	padding-top: 2.35rem;
	text-align: center;
}

.system-page__video-copy h2,
.system-page__proof-copy h2,
.system-page__overview-heading h2,
.system-page__tactical-heading h2 {
	font-size: var(--inner-section-title);
	color: #120909;
}

.system-page__video-copy p,
.system-page__proof-copy p,
.system-page__overview-heading p,
.system-page__tactical-heading p {
	margin: 0 auto;
	max-width: 58rem;
	font-size: clamp(0.98rem, 1.05vw, 1.08rem);
	line-height: 1.62;
	color: #2f2424;
}

.system-page__accordion {
	display: grid;
	margin-top: 2.5rem;
	border-top: 1px solid #d6d2d2;
}

.system-page__accordion-item {
	border-bottom: 1px solid #d6d2d2;
}

.system-page__accordion-trigger {
	position: relative;
	width: 100%;
	padding: 1.35rem 4.5rem 1.35rem 1.5rem;
	border: 0;
	background: transparent;
	text-align: left;
	font-size: clamp(1.05rem, 1.45vw, 1.28rem);
	font-weight: 500;
	color: #171111;
}

.system-page__accordion-trigger::before,
.system-page__accordion-trigger::after {
	content: "";
	position: absolute;
	right: 1.35rem;
	top: 50%;
	width: 0.9rem;
	height: 2px;
	background: #362121;
	transform: translateY(-50%);
	transition: transform 220ms ease, opacity 220ms ease;
}

.system-page__accordion-trigger::after {
	transform: translateY(-50%) rotate(90deg);
}

.system-page__accordion-trigger[aria-expanded="true"]::after {
	transform: translateY(-50%) rotate(90deg) scaleX(0);
	opacity: 0;
}

.system-page__accordion-panel {
	padding: 0 1.5rem 1.45rem;
}

.system-page__accordion-panel p {
	margin: 0;
	max-width: 64rem;
	color: #4f4040;
}

.system-page__proof {
	display: grid;
	gap: clamp(2.75rem, 4.8vw, 4.75rem);
	align-items: center;
}

.system-page__proof-copy {
	display: grid;
	gap: 1rem;
	justify-items: center;
	text-align: center;
}

.system-page__proof-asset {
	display: flex;
	justify-content: center;
}

.system-page__proof-asset img {
	width: min(100%, 44rem);
}

.system-page__band {
	position: relative;
	padding: clamp(6rem, 8vw, 8.5rem) 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.74)),
		var(--system-band-image) center/cover no-repeat;
}

.system-page__band--light {
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.66)),
		var(--system-band-image) center/cover no-repeat;
}

.system-page__band + .system-page__band {
	margin-top: 10px;
}

.system-page__band-inner {
	display: grid;
	justify-items: center;
	gap: 1rem;
	text-align: center;
}

.system-page__band h2 {
	max-width: 24ch;
	font-size: clamp(2rem, 3vw, 3.25rem);
	color: #fff;
}

.system-page__band--accent h2 {
	color: color-mix(in srgb, var(--accent-bright) 72%, #ffcfaa);
}

.system-page__band p {
	margin: 0;
	max-width: 48rem;
	font-size: clamp(1rem, 1.6vw, 1.28rem);
	line-height: 1.58;
	color: #fff;
}

.system-page__overview-heading {
	display: grid;
	justify-items: center;
	gap: 1.15rem;
	margin-bottom: clamp(2.85rem, 4.6vw, 4.8rem);
	text-align: center;
}

.system-page__overview-heading p {
	max-width: 50rem;
}

.system-page__overview-device {
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
}

.system-page__overview-device img {
	width: min(100%, 62rem);
}

.system-page__overview-kicker {
	margin: 0 auto 2.75rem;
	max-width: 34rem;
	font-family: var(--font-display);
	font-size: clamp(1.15rem, 1.8vw, 1.5rem);
	line-height: 1.45;
	text-align: center;
	color: #140909;
}

.system-page__feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(2.3rem, 3vw, 3.4rem) clamp(1.15rem, 1.8vw, 1.8rem);
}

.system-page__feature-card {
	display: grid;
	align-content: start;
	gap: 1.15rem;
}

.system-page__feature-title {
	display: grid;
	grid-template-columns: 3.35rem 1fr;
	gap: 1rem;
	align-items: start;
}

.system-page__feature-icon {
	width: 3.35rem;
	height: 3.35rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.system-page__feature-icon img {
	width: 2.05rem;
	height: 2.05rem;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(15%) sepia(91%) saturate(4340%) hue-rotate(358deg) brightness(70%) contrast(118%);
}

.system-page__feature-title h3 {
	font-size: 1.12rem;
	line-height: 1.28;
	color: #120909;
}

.system-page__feature-card p {
	margin: 0;
	padding-left: 4.35rem;
	font-size: 0.95rem;
	line-height: 1.72;
	color: #4b3c3c;
}

.system-page__tactical-heading {
	display: grid;
	justify-items: center;
	gap: 0.8rem;
	margin-bottom: clamp(2.9rem, 4.6vw, 4.8rem);
	text-align: center;
}

.system-page__tactical-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(2.4rem, 3.3vw, 3.25rem);
}

.system-page__tactical-card {
	display: grid;
	background: #fff;
	box-shadow: 0 26px 60px rgba(17, 9, 9, 0.08);
}

.system-page__tactical-card--image-top {
	grid-template-rows: auto auto;
}

.system-page__tactical-card--text-top {
	grid-template-rows: auto auto;
}

.system-page__tactical-card--text-top .system-page__tactical-copy {
	order: 1;
}

.system-page__tactical-card--text-top .system-page__tactical-media {
	order: 2;
}

.system-page__tactical-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 590 / 353;
}

.system-page__tactical-copy {
	display: grid;
	gap: 1rem;
	padding: 2rem 2.25rem 2.35rem;
	background:
		radial-gradient(circle at top right, rgba(97, 0, 0, 0.22), transparent 42%),
		linear-gradient(180deg, #1a1010, #100a0a);
}

.system-page__tactical-copy h3 {
	font-size: clamp(1.55rem, 2vw, 2rem);
	color: #fff;
}

.system-page__tactical-copy p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.68;
	color: #fff;
}

@media (max-width: 1100px) {
	.system-page__feature-grid,
	.system-page__tactical-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.system-page__hero {
		min-height: 38rem;
		padding-top: 7.5rem;
	}

	.system-page__video-copy,
	.system-page__proof-copy,
	.system-page__overview-heading,
	.system-page__tactical-heading,
	.system-page__band-inner {
		text-align: left;
		justify-items: start;
	}

	.system-page__video-copy p,
	.system-page__proof-copy p,
	.system-page__overview-heading p,
	.system-page__tactical-heading p,
	.system-page__band p {
		margin-inline: 0;
	}

	.system-page__feature-grid,
	.system-page__tactical-grid {
		grid-template-columns: 1fr;
	}

	.system-page__feature-title {
		grid-template-columns: 3rem 1fr;
	}

	.system-page__accordion-trigger {
		padding-left: 0.25rem;
		padding-right: 3rem;
	}

	.system-page__accordion-trigger::before,
	.system-page__accordion-trigger::after {
		right: 0.25rem;
	}

	.system-page__accordion-panel,
	.system-page__feature-card p {
		padding-left: 0;
	}

	.system-page__tactical-copy {
		padding: 1.5rem;
	}
}

.professionals-page {
	background: var(--paper);
	color: var(--ink);
}

.professionals-page__shell {
	width: min(calc(100% - 2rem), 78rem);
	margin-inline: auto;
}

.professionals-page__section {
	padding: clamp(3.75rem, 5.4vw, 5.5rem) 0;
}

.professionals-page__hero {
	position: relative;
	min-height: 100svh;
	display: grid;
	place-items: center;
	padding: var(--inner-hero-top) 0 var(--inner-hero-bottom);
	overflow: clip;
	isolation: isolate;
	background:
		radial-gradient(circle at center, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.2)),
		linear-gradient(180deg, rgba(2, 3, 4, 0.18), rgba(2, 3, 4, 0.38)),
		var(--professionals-hero-image) center/cover no-repeat;
}

.professionals-page__hero::before {
	content: none;
}

.professionals-page__hero-inner {
	position: relative;
	z-index: 1;
	width: min(calc(100% - 2rem), var(--inner-hero-max));
	display: grid;
	justify-items: center;
	gap: 0.95rem;
	text-align: center;
}

.professionals-page__hero-inner h1 {
	max-width: 14ch;
	font-size: var(--inner-hero-title);
	color: #fff;
}

.professionals-page__hero-inner p {
	margin: 0;
	max-width: var(--inner-hero-copy-max);
	font-size: var(--inner-hero-summary);
	line-height: 1.5;
	color: #fff;
}

.professionals-page__heading {
	display: grid;
	gap: 1rem;
}

.professionals-page__heading--center {
	justify-items: center;
	text-align: center;
}

.professionals-page__heading h2 {
	font-size: var(--inner-section-title);
	color: var(--ink);
}

.professionals-page__heading p {
	margin: 0;
	max-width: 58rem;
	font-size: clamp(0.98rem, 1.05vw, 1.08rem);
	line-height: 1.62;
	color: var(--ink-soft);
}

.professionals-page__section--intro .professionals-page__shell {
	display: grid;
	gap: clamp(2rem, 4vw, 3.5rem);
}

.professionals-page__intro-media img {
	width: 100%;
	border-radius: 2rem;
	box-shadow: 0 26px 70px rgba(11, 10, 10, 0.12);
}

.professionals-page__band {
	position: relative;
	padding: clamp(5.25rem, 8vw, 7.75rem) 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.62)),
		var(--professionals-band-image) center/cover no-repeat;
}

.professionals-page__band + .professionals-page__band {
	margin-top: 10px;
}

.professionals-page__band-inner {
	display: grid;
	justify-items: center;
	gap: 0.9rem;
	text-align: center;
}

.professionals-page__band-title {
	max-width: 22ch;
	font-size: clamp(2rem, 3vw, 3.35rem);
	line-height: 1.14;
}

.professionals-page__band-title--light {
	color: #fff;
}

.professionals-page__band-title--accent,
.professionals-page__band-summary--accent {
	color: color-mix(in srgb, var(--accent-bright) 84%, #ffd978);
}

.professionals-page__band-summary--light {
	color: #fff;
}

.professionals-page__band-summary {
	margin: 0;
	max-width: 44rem;
	font-size: clamp(1.1rem, 1.8vw, 1.72rem);
	line-height: 1.45;
}

.professionals-page__statement {
	padding: clamp(3.4rem, 5vw, 4.9rem) 0;
	border-top: 1px solid var(--paper-line);
	background: #fff;
}

.professionals-page__video-frame {
	position: relative;
	overflow: clip;
	border-radius: 2rem;
	background:
		linear-gradient(180deg, rgba(10, 10, 10, 0.82), rgba(10, 10, 10, 0.72)),
		var(--professionals-video-poster) center/cover no-repeat;
	box-shadow: 0 24px 70px rgba(10, 10, 10, 0.18);
}

.professionals-page__video-frame iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
}

.professionals-page__video-cover {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.54)),
		var(--professionals-video-poster) center/cover no-repeat;
	transition: opacity 220ms ease, visibility 220ms ease;
}

.professionals-page__video-cover.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.professionals-page__video-cover .reference-video__pill {
	box-shadow: 0 24px 50px rgba(8, 7, 7, 0.34);
}

.professionals-page__section--features {
	background: #fff;
}

.professionals-page__eyebrow {
	margin: 0 auto 1.6rem;
	max-width: 42rem;
	font-family: var(--font-display);
	font-size: clamp(1.12rem, 1.8vw, 1.52rem);
	line-height: 1.45;
	text-align: center;
	color: var(--ink);
}

.professionals-page__feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(2rem, 3vw, 3rem) clamp(1.15rem, 1.8vw, 1.8rem);
	margin-top: clamp(2.5rem, 4vw, 4rem);
}

.professionals-page__feature {
	display: grid;
	align-content: start;
	gap: 0.9rem;
}

.professionals-page__feature-title {
	display: grid;
	grid-template-columns: 3.15rem 1fr;
	gap: 0.9rem;
	align-items: start;
}

.professionals-page__feature-icon {
	width: 3.15rem;
	height: 3.15rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.professionals-page__feature-icon img {
	width: 1.95rem;
	height: 1.95rem;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(15%) sepia(91%) saturate(4340%) hue-rotate(358deg) brightness(70%) contrast(118%);
}

.professionals-page__feature h3 {
	font-size: 1.1rem;
	line-height: 1.25;
	color: var(--ink);
}

.professionals-page__feature p {
	margin: 0;
	padding-left: 4.05rem;
	font-size: 0.95rem;
	line-height: 1.7;
	color: var(--ink-soft);
}

.professionals-page__proof {
	padding: clamp(5rem, 8vw, 7rem) 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.92)),
		var(--professionals-proof-image) center/cover no-repeat;
}

.professionals-page__proof .professionals-page__heading h2 {
	color: color-mix(in srgb, var(--accent-bright) 84%, #ffd978);
}

.professionals-page__proof .professionals-page__heading p {
	color: #fff;
}

.professionals-page__proof-inner {
	display: grid;
	gap: clamp(2.5rem, 4vw, 3.5rem);
}

.professionals-page__proof-device {
	display: flex;
	justify-content: center;
}

.professionals-page__proof-device img {
	width: min(100%, 61rem);
}

.professionals-page__section--products {
	background: linear-gradient(180deg, #f6f3f3, #faf8f8);
}

.professionals-page__products {
	display: grid;
	gap: clamp(3rem, 5vw, 4.8rem);
}

.professionals-page__product {
	display: grid;
	gap: clamp(2rem, 3.8vw, 3rem);
	padding: clamp(2rem, 3vw, 3rem);
	border-radius: 2rem;
	background: #f7f5f5;
}

.professionals-page__product-media {
	display: flex;
	justify-content: center;
}

.professionals-page__product-media img {
	width: min(100%, 69rem);
}

.professionals-page__section--faq,
.professionals-page__section--cta {
	background: #fff;
}

.professionals-page__section--faq .professionals-page__shell {
	display: grid;
	gap: clamp(2.25rem, 4vw, 3.75rem);
}

.professionals-page__faq-list {
	display: grid;
	gap: 0.55rem;
}

.professionals-page__faq-item {
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid var(--paper-line);
	background: transparent;
}

.professionals-page__faq-item:first-child {
	border-top: 1px solid var(--paper-line);
}

.professionals-page__faq-item .faq-item__button {
	padding: 1.35rem 0;
	color: var(--ink);
	font-weight: 600;
}

.professionals-page__faq-item .faq-item__panel {
	padding: 0 0 1.25rem;
}

.professionals-page__faq-item .faq-item__panel p {
	margin: 0;
	max-width: 72ch;
	color: var(--ink-soft);
}

.professionals-page__cta-media {
	display: flex;
	justify-content: center;
	margin-bottom: clamp(2rem, 4vw, 3rem);
}

.professionals-page__cta-media img {
	width: min(100%, 60rem);
}

@media (max-width: 1100px) {
	.professionals-page__feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.professionals-page__hero {
		min-height: 41rem;
		padding-top: 7.6rem;
	}

	.professionals-page__hero-inner h1 {
		max-width: 12ch;
	}

	.professionals-page__video-frame iframe {
		aspect-ratio: 4 / 5;
	}

	.professionals-page__feature-grid {
		grid-template-columns: 1fr;
	}

	.professionals-page__feature p {
		padding-left: 0;
	}

	.professionals-page__product {
		padding: 1.5rem;
	}
}

.personal-page {
	background: var(--paper);
	color: var(--ink);
}

.personal-page__shell {
	width: min(calc(100% - 2rem), 78rem);
	margin-inline: auto;
}

.personal-page__section {
	padding: clamp(3.75rem, 5.4vw, 5.5rem) 0;
	background: #fff;
}

.personal-page__hero {
	position: relative;
	min-height: 100svh;
	display: grid;
	place-items: center;
	padding: var(--inner-hero-top) 0 var(--inner-hero-bottom);
	overflow: clip;
	isolation: isolate;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.56)),
		var(--personal-hero-image) center/cover no-repeat;
}

.personal-page__hero::before {
	content: none;
}

.personal-page__hero-inner {
	position: relative;
	z-index: 1;
	width: min(calc(100% - 2rem), var(--inner-hero-max));
	display: grid;
	justify-items: center;
	gap: 0.95rem;
	text-align: center;
}

.personal-page__hero-inner h1 {
	max-width: 14ch;
	font-size: var(--inner-hero-title);
	color: #fff;
}

.personal-page__hero-inner p {
	margin: 0;
	max-width: var(--inner-hero-copy-max);
	font-size: var(--inner-hero-summary);
	line-height: 1.5;
	color: #fff;
}

.personal-page__hero .button {
	margin-top: 0.4rem;
}

.personal-page__heading {
	display: grid;
	gap: 1rem;
}

.personal-page__heading--center {
	justify-items: center;
	text-align: center;
}

.personal-page__heading h2 {
	font-size: var(--inner-section-title);
	color: var(--ink);
}

.personal-page__heading p {
	margin: 0;
	max-width: 61rem;
	font-size: clamp(0.98rem, 1.05vw, 1.08rem);
	line-height: 1.62;
	color: var(--ink-soft);
}

.personal-page__section--intro {
	border-top: 1px solid var(--paper-line);
}

.personal-page__band,
.personal-page__locations {
	position: relative;
	padding: clamp(5.4rem, 8vw, 7.8rem) 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.78)),
		var(--personal-band-image) center/cover no-repeat;
}

.personal-page__locations {
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.82)),
		var(--personal-locations-image) center/cover no-repeat;
}

.personal-page__band + .personal-page__band {
	margin-top: 10px;
}

.personal-page__band-inner,
.personal-page__locations-inner {
	display: grid;
	justify-items: center;
	gap: 1rem;
	text-align: center;
}

.personal-page__band-title,
.personal-page__locations h2 {
	max-width: 24ch;
	font-size: clamp(2rem, 3vw, 3.3rem);
	line-height: 1.15;
	color: #fff;
}

.personal-page__band-title--accent,
.personal-page__locations h2 {
	color: color-mix(in srgb, var(--accent-bright) 86%, #ffd978);
}

.personal-page__band-summary,
.personal-page__locations p {
	margin: 0;
	max-width: 54rem;
	font-size: clamp(1.08rem, 1.75vw, 1.9rem);
	line-height: 1.48;
	color: #fff;
}

.personal-page__section--statement {
	border-top: 1px solid var(--paper-line);
	border-bottom: 1px solid var(--paper-line);
}

.personal-page__video-frame {
	position: relative;
	overflow: clip;
	border-radius: 0;
	background:
		linear-gradient(180deg, rgba(10, 10, 10, 0.78), rgba(10, 10, 10, 0.7)),
		var(--personal-video-poster) center/cover no-repeat;
	box-shadow: 0 24px 70px rgba(10, 10, 10, 0.18);
}

.personal-page__video-frame iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
	background: #000;
}

.personal-page__video-cover {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.54)),
		var(--personal-video-poster) center/cover no-repeat;
	transition: opacity 220ms ease, visibility 220ms ease;
}

.personal-page__video-cover.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.personal-page__section--overview {
	padding-top: clamp(3.5rem, 6vw, 5rem);
}

.personal-page__overview-media {
	display: flex;
	justify-content: center;
	margin-bottom: 2.5rem;
}

.personal-page__overview-media img {
	width: min(100%, 62rem);
}

.personal-page__overview-kicker {
	margin: 0 auto 1.5rem;
	max-width: 44rem;
	font-size: clamp(1.1rem, 1.55vw, 1.32rem);
	line-height: 1.55;
	text-align: center;
	color: var(--ink-soft);
}

.personal-page__feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(2.2rem, 3vw, 3rem) clamp(1.15rem, 1.6vw, 1.8rem);
	margin-top: clamp(3rem, 4vw, 4rem);
}

.personal-page__feature {
	display: grid;
	align-content: start;
	gap: 0.9rem;
}

.personal-page__feature-title {
	display: grid;
	grid-template-columns: 2rem 1fr;
	gap: 0.65rem;
	align-items: start;
}

.personal-page__feature-icon {
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.12rem;
}

.personal-page__feature-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(15%) sepia(91%) saturate(4340%) hue-rotate(358deg) brightness(70%) contrast(118%);
}

.personal-page__feature h3 {
	font-size: 1.12rem;
	line-height: 1.18;
	color: var(--ink);
}

.personal-page__feature p {
	margin: 0;
	padding-left: 2.65rem;
	font-size: 0.95rem;
	line-height: 1.62;
	color: var(--ink-soft);
}

.personal-page__section--proof {
	background: linear-gradient(180deg, #faf8f8, #f4efef);
}

.personal-page__proof-media {
	margin-top: clamp(2rem, 3vw, 2.6rem);
	display: flex;
	justify-content: center;
}

.personal-page__proof-media img {
	width: min(100%, 70rem);
	box-shadow: 0 24px 60px rgba(15, 10, 10, 0.08);
}

.personal-page__section--products {
	background: #f5f5f7;
}

.personal-page__products {
	display: grid;
	gap: clamp(3rem, 4.5vw, 4.8rem);
}

.personal-page__product {
	display: grid;
	gap: clamp(1.8rem, 3vw, 2.8rem);
	padding-block: clamp(2rem, 3vw, 2.8rem);
	border-top: 1px solid var(--paper-line);
}

.personal-page__product:first-child {
	border-top: 0;
}

.personal-page__product-media {
	display: flex;
	justify-content: center;
}

.personal-page__product-media img {
	width: min(100%, 70rem);
}

.personal-page__section--faq {
	background: #fff;
}

.personal-page__section--faq .personal-page__shell {
	display: grid;
	gap: clamp(2.25rem, 4vw, 3.75rem);
}

.personal-page__faq-list {
	display: grid;
	gap: 0.55rem;
}

.personal-page__faq-item {
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid var(--paper-line);
	background: transparent;
}

.personal-page__faq-item:first-child {
	border-top: 1px solid var(--paper-line);
}

.personal-page__faq-item .faq-item__button {
	padding: 1.35rem 0;
	color: var(--ink);
	font-weight: 600;
}

.personal-page__faq-item .faq-item__panel {
	padding: 0 0 1.25rem;
}

.personal-page__faq-item .faq-item__panel p {
	margin: 0;
	max-width: 72ch;
	color: var(--ink-soft);
}

.personal-page__section--cta {
	background: #fff;
}

.personal-page__section--cta .personal-page__shell {
	display: grid;
	gap: clamp(2rem, 3vw, 2.8rem);
}

.personal-page__cta-media {
	display: flex;
	justify-content: center;
}

.personal-page__cta-media img {
	width: min(100%, 66rem);
}

@media (max-width: 1100px) {
	.personal-page__feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.personal-page__hero {
		min-height: 40rem;
		padding-top: 7.6rem;
	}

	.personal-page__hero-inner h1,
	.personal-page__band-title,
	.personal-page__locations h2 {
		max-width: none;
	}

	.personal-page__video-frame iframe {
		aspect-ratio: 4 / 5;
	}

	.personal-page__feature-grid {
		grid-template-columns: 1fr;
	}

	.personal-page__feature p {
		padding-left: 0;
	}

	.personal-page__band-inner,
	.personal-page__locations-inner,
	.personal-page__heading--center {
		text-align: left;
		justify-items: start;
	}

	.personal-page__overview-kicker {
		margin-inline: 0;
		text-align: left;
	}
}

.technology-detail-page {
	background:
		radial-gradient(circle at top, rgba(97, 0, 0, 0.16), transparent 20%),
		linear-gradient(180deg, #020202 0%, #050505 46%, #040404 100%);
	color: #fff;
}

.technology-detail-page__hero {
	--technology-story-progress: 1;
	--technology-primary-opacity: 1;
	--technology-secondary-opacity: 0;
	--technology-primary-callout-opacity: 1;
	--technology-secondary-callout-opacity: 0;
	--technology-primary-scale: 1;
	--technology-secondary-scale: 1;
	--technology-primary-rotate-x: 0deg;
	--technology-primary-rotate-y: 0deg;
	--technology-primary-translate-z: 0px;
	padding-block: 0;
	overflow: clip;
}

.technology-detail-page__track {
	position: relative;
}

.technology-detail-page__shell {
	width: min(calc(100% - 2rem), 71.25rem);
	margin-inline: auto;
}

.technology-detail-page__hero-frame {
	min-height: 100svh;
	display: grid;
	align-content: center;
	gap: clamp(2rem, 4vw, 3.5rem);
	padding-block: 7.75rem 3.5rem;
}

.technology-detail-page__header {
	display: grid;
	justify-items: center;
	gap: 0.8rem;
	text-align: center;
}

.technology-detail-page__header h1 {
	font-size: clamp(2.4rem, 4vw, 3.9rem);
	line-height: 1.02;
	color: #fff;
}

.technology-detail-page__summary {
	margin: 0;
	max-width: 52rem;
	font-size: clamp(0.95rem, 1.2vw, 1.04rem);
	line-height: 1.5;
	color: #fff;
}

.technology-detail-page__title-swap {
	position: relative;
	display: grid;
	place-items: center;
	min-height: clamp(3.25rem, 6vw, 6.4rem);
}

.technology-detail-page__title {
	grid-area: 1 / 1;
	margin: 0;
	transition: opacity 180ms linear, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.technology-detail-page__title--primary {
	opacity: var(--technology-primary-callout-opacity);
	transform: translate3d(0, calc((1 - var(--technology-primary-callout-opacity)) * -0.55rem), 0);
}

.technology-detail-page__title--secondary {
	opacity: var(--technology-secondary-callout-opacity);
	transform: translate3d(0, calc((1 - var(--technology-secondary-callout-opacity)) * 0.55rem), 0);
}

.technology-detail-page__visual {
	display: grid;
}

.technology-detail-page__stage {
	position: relative;
	width: min(100%, 80rem);
	min-height: clamp(26rem, 43vw, 35rem);
	margin-inline: auto;
}

.technology-detail-page__stage::before {
	content: "";
	position: absolute;
	inset: 14% 32%;
	border-radius: 999px;
	background:
		radial-gradient(circle, rgba(240, 170, 43, 0.18) 0%, rgba(240, 170, 43, 0.05) 42%, rgba(240, 170, 43, 0) 74%);
	filter: blur(34px);
	opacity: calc(0.16 + (var(--technology-secondary-opacity) * 0.52));
}

.technology-detail-page__stage::after {
	content: "";
	position: absolute;
	inset: 24% 38%;
	border-radius: 999px;
	background:
		radial-gradient(circle, rgba(255, 199, 84, 0.52) 0%, rgba(255, 199, 84, 0.16) 42%, rgba(255, 199, 84, 0) 78%);
	filter: blur(52px);
	opacity: calc(0.18 + (var(--technology-secondary-opacity) * 0.48));
}

.technology-detail-page__image {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	margin: 0;
	pointer-events: none;
}

.technology-detail-page__image img {
	width: clamp(18rem, 27vw, 24rem);
	max-width: 100%;
	height: auto;
	display: block;
}

.technology-detail-page__image--primary {
	opacity: var(--technology-primary-opacity);
	transform: scale(var(--technology-primary-scale));
	will-change: opacity, transform;
	transition: opacity 180ms linear, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.technology-detail-page__image--primary img {
	filter: drop-shadow(0 22px 44px rgba(0, 0, 0, 0.34));
}

.technology-detail-page__image--secondary {
	opacity: var(--technology-secondary-opacity);
	transform: scale(var(--technology-secondary-scale));
	will-change: opacity, transform;
	transition: opacity 180ms linear, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.technology-detail-page__image--secondary img {
	filter:
		brightness(1.02)
		drop-shadow(0 24px 52px rgba(0, 0, 0, 0.44));
}

.technology-detail-page__callout-layer {
	position: absolute;
	inset: 0;
	transition: opacity 180ms linear;
}

.technology-detail-page__callout-layer--primary {
	opacity: var(--technology-primary-callout-opacity);
}

.technology-detail-page__callout-layer--secondary {
	opacity: var(--technology-secondary-callout-opacity);
}

.technology-detail-page__callouts {
	margin: 0;
	padding: 0;
	list-style: none;
}

.technology-detail-page__callouts--desktop {
	position: relative;
	height: 100%;
}

.technology-detail-page__mobile-state {
	display: none;
}

.technology-detail-page__callout {
	position: absolute;
	top: var(--technology-callout-top);
	width: min(var(--technology-callout-width), 30rem);
	transform:
		translateY(-50%)
		translate3d(0, 0.65rem, 0);
	opacity: 1;
	will-change: opacity, transform;
	transition: opacity 180ms linear, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.technology-detail-page__callout-layer--primary .technology-detail-page__callouts--desktop .technology-detail-page__callout {
	transform:
		translateY(-50%)
		translate3d(0, calc((1 - var(--technology-primary-callout-opacity)) * 0.9rem), 0);
}

.technology-detail-page__callout-layer--secondary .technology-detail-page__callouts--desktop .technology-detail-page__callout {
	transform:
		translateY(-50%)
		translate3d(0, calc((1 - var(--technology-secondary-callout-opacity)) * 0.9rem), 0);
}

.technology-detail-page__callout--left {
	left: 0;
}

.technology-detail-page__callout--right {
	right: 0;
}

.technology-detail-page__callout-row {
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

.technology-detail-page__callout--right .technology-detail-page__callout-row {
	flex-direction: row-reverse;
}

.technology-detail-page__callout-label {
	position: relative;
	z-index: 1;
	max-width: 18rem;
	margin: 0;
	padding-inline: 0.1rem;
	font-size: 0.74rem;
	line-height: 1.42;
	color: #fff;
	background: rgba(4, 4, 4, 0.82);
}

.technology-detail-page__callout-line {
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.06));
}

.technology-detail-page__callout--right .technology-detail-page__callout-line {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.3));
}

.technology-detail-page__hero.is-scroll-story-active {
	min-height: 170svh;
}

.technology-detail-page__hero.is-scroll-story-active .technology-detail-page__track {
	position: sticky;
	top: 0;
	min-height: 100svh;
	display: grid;
	align-items: center;
}

.technology-detail-page__section {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	padding: clamp(3rem, 5vw, 4.5rem) 0;
}

.technology-detail-page__section > .technology-detail-page__shell {
	position: relative;
	z-index: 1;
}

.technology-detail-page__section--cards {
	padding-top: clamp(1.5rem, 3vw, 2.5rem);
	background: transparent;
}

.technology-detail-page__section--cards::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		linear-gradient(to bottom, #000 0%, transparent 50%, transparent 100%);
}

.technology-detail-page__card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.8rem, 2.6vw, 2.4rem);
}

.technology-detail-page__card {
	display: grid;
	background: #202020;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.technology-detail-page__card--text-top .technology-detail-page__card-copy {
	order: 1;
}

.technology-detail-page__card--text-top .technology-detail-page__card-media {
	order: 2;
}

.technology-detail-page__card-media img {
	display: block;
	width: 100%;
	height: auto;
}

.technology-detail-page__card-copy {
	display: grid;
	gap: 1rem;
	padding: 1.75rem 2rem 2rem;
}

.technology-detail-page__card-copy h2,
.technology-detail-page__feature-copy h2 {
	font-size: clamp(1.45rem, 2vw, 2rem);
	line-height: 1.08;
	color: #fff;
}

.technology-detail-page__card-copy p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.62;
	color: #b9b9b9;
}

.technology-detail-page__feature-panel {
	display: grid;
	gap: 1.75rem;
	padding: 0;
	border-radius: 1rem;
	background: #202020;
	overflow: hidden;
}

.technology-detail-page__feature-media img,
.technology-detail-page__standards-media img {
	display: block;
	width: 100%;
	height: auto;
}

.technology-detail-page__standards-media {
	position: relative;
	z-index: 0;
	overflow: hidden;
	isolation: isolate;
	background: transparent;
	border-radius: 1rem;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.34);
}

.technology-detail-page__standards-media::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background:
		linear-gradient(
			180deg,
			rgba(10, 10, 10, 0.84) 0%,
			rgba(10, 10, 10, 0.62) 18%,
			rgba(10, 10, 10, 0.2) 42%,
			rgba(10, 10, 10, 0.3) 100%
		);
}

.technology-detail-page__standards-media::after {
	content: none;
}

.technology-detail-page__standards-media img {
	position: relative;
	z-index: 0;
	filter: brightness(0.8) contrast(1.02) saturate(0.92);
}

.technology-detail-page__feature-copy {
	display: grid;
	gap: 1rem;
	padding: 0 2rem 2rem;
}

.technology-detail-page__feature-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.25rem;
}

.technology-detail-page__feature-list li {
	font-size: 0.95rem;
	line-height: 1.55;
	color: #b9b9b9;
}

.technology-detail-page__feature-list li::before {
	content: "\2022";
	margin-right: 0.4rem;
	color: #b9b9b9;
}

.technology-detail-page__section--performance::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		linear-gradient(
			to bottom,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.04) 52%,
			rgba(0, 0, 0, 0.14) 78%,
			rgba(0, 0, 0, 0.28) 100%
		);
}

.technology-detail-page__section--performance::before {
	content: none;
}

.technology-detail-page__section--standards {
	position: relative;
	z-index: 10;
	margin-top: clamp(-4.5rem, -7vw, -3.8rem);
	padding-top: clamp(5rem, 7.8vw, 6.75rem);
	padding-bottom: clamp(4rem, 6vw, 5.5rem);
	margin-bottom: 0;
	background: transparent;
}

.technology-detail-page__section--standards::before {
	content: "";
	position: absolute;
	left: 50%;
	top: clamp(-32rem, -34vw, -18rem);
	width: min(90rem, 112vw);
	height: min(90rem, 112vw);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(
			circle at center,
			rgba(82, 82, 82, 0.88) 0%,
			rgba(70, 70, 70, 0.84) 16%,
			rgba(52, 52, 52, 0.7) 30%,
			rgba(28, 28, 28, 0.46) 46%,
			rgba(8, 8, 8, 0.18) 60%,
			rgba(0, 0, 0, 0) 74%
		);
	filter: blur(4px);
}

.technology-detail-page__standards {
	position: relative;
	isolation: isolate;
	display: grid;
	gap: clamp(2rem, 3.5vw, 3rem);
	padding: clamp(1.25rem, 2vw, 1.75rem) 0 0;
}

.technology-detail-page__standards::before {
	content: none;
}

.technology-detail-page__standards-header {
	position: relative;
	z-index: 2;
	display: grid;
	justify-items: center;
	gap: 0.45rem;
	text-align: center;
}

.technology-detail-page__standards-header h2 {
	font-size: clamp(2rem, 3.4vw, 3.1rem);
	line-height: 1.05;
	color: color-mix(in srgb, var(--accent-bright) 88%, #ffd978);
}

.technology-detail-page__standards-header p {
	margin: 0;
	font-size: clamp(1.15rem, 1.8vw, 1.55rem);
	color: #fff;
}

.technology-detail-page__card-copy p + p {
	margin-top: 0.95rem;
}

.technology-detail-page--cartridge {
	background:
		radial-gradient(circle at top, rgba(97, 0, 0, 0.16), transparent 20%),
		radial-gradient(circle at 50% 0%, rgba(62, 62, 62, 0.12), transparent 18%),
		linear-gradient(180deg, #000 0%, #020202 56%, #000 100%);
}

.technology-detail-page--cartridge .technology-detail-page__stage {
	width: min(100%, 78rem);
	min-height: clamp(26rem, 39vw, 32rem);
	perspective: 2600px;
}

.technology-detail-page--cartridge .technology-detail-page__stage::before {
	inset: 12% 34%;
	background: radial-gradient(circle, rgba(134, 134, 134, 0.22) 0%, rgba(58, 58, 58, 0.08) 42%, rgba(0, 0, 0, 0) 76%);
	filter: blur(32px);
	opacity: calc(0.14 + (var(--technology-secondary-opacity) * 0.24));
}

.technology-detail-page--cartridge .technology-detail-page__stage::after {
	inset: 22% 39%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(108, 108, 108, 0.1) 28%, rgba(0, 0, 0, 0) 72%);
	filter: blur(48px);
	opacity: calc(0.12 + (var(--technology-secondary-opacity) * 0.16));
}

.technology-detail-page--cartridge .technology-detail-page__callout-label {
	background: rgba(0, 0, 0, 0.9);
}

.technology-detail-page--cartridge .technology-detail-page__callout-line {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.05));
}

.technology-detail-page--cartridge .technology-detail-page__callout--right .technology-detail-page__callout-line {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.24));
}

.technology-detail-page--cartridge .technology-detail-page__image--primary {
	transform:
		translate3d(0, 0, var(--technology-primary-translate-z))
		rotateX(var(--technology-primary-rotate-x))
		scale(var(--technology-primary-scale));
	transform-origin: 50% 60%;
	backface-visibility: hidden;
}

.technology-detail-page--cartridge .technology-detail-page__image--primary img {
	width: clamp(18rem, 24vw, 22rem);
	filter: drop-shadow(0 26px 46px rgba(0, 0, 0, 0.36));
	transform: translateZ(0);
}

.technology-detail-page--cartridge .technology-detail-page__image--secondary img {
	width: clamp(18rem, 24vw, 22rem);
	filter: drop-shadow(0 24px 44px rgba(0, 0, 0, 0.34));
}

.technology-detail-page__section--video-loop {
	padding-top: clamp(2rem, 4vw, 3.5rem);
	padding-bottom: 0;
	background: transparent;
}

.technology-detail-page__video-panel {
	position: relative;
	display: grid;
	align-items: end;
	min-height: clamp(26rem, 56vw, 42.5rem);
	border-radius: 1.5625rem;
	overflow: hidden;
	background: linear-gradient(180deg, rgba(35, 35, 35, 0) 60%, #232323 100%);
}

.technology-detail-page__video-panel::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.2) 100%);
}

.technology-detail-page__video-panel::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(35, 35, 35, 0) 60%, #232323 100%);
}

.technology-detail-page__video-frame,
.technology-detail-page__video-asset {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.technology-detail-page__video-asset {
	display: block;
	object-fit: cover;
	filter: brightness(0.74) contrast(1.02) saturate(0.9);
}

.technology-detail-page__video-copy {
	position: relative;
	z-index: 2;
	width: min(calc(100% - 3rem), 58.375rem);
	margin: 0 auto 3.5rem;
	padding: 0;
	text-align: center;
}

.technology-detail-page__video-copy h2 {
	max-width: 40rem;
	margin-inline: auto;
	font-size: clamp(2.35rem, 3vw, 2.625rem);
	line-height: 1.1;
	color: #fff;
}

.technology-detail-page__video-copy p {
	margin: 1rem auto 0;
	max-width: 58.375rem;
	font-size: clamp(1rem, 1.2vw, 1.1875rem);
	line-height: 1.2;
	color: rgba(235, 235, 235, 0.92);
}

.technology-detail-page__section--cartridge-story {
	padding-top: clamp(1.1rem, 1.8vw, 1.5rem);
	padding-bottom: clamp(4rem, 7vw, 5.8rem);
	background:
		radial-gradient(ellipse at 50% 18%, rgba(118, 118, 118, 0.9) 0%, rgba(86, 86, 86, 0.74) 14%, rgba(42, 42, 42, 0.32) 28%, rgba(0, 0, 0, 0) 52%),
		linear-gradient(to bottom, transparent 60%, black 100%);
	background-repeat: no-repeat;
	background-position: center top, center top;
	background-size: 100% 80%, 100% 100%;
}

.technology-detail-page__card-grid--cartridge {
	position: relative;
	z-index: 1;
}

.technology-detail-page--cartridge .technology-detail-page__card {
	background: #202020;
	border: 1px solid rgba(255, 255, 255, 0.04);
	box-shadow: none;
}

.technology-detail-page--cartridge .technology-detail-page__card-copy {
	padding: 1.85rem 2.15rem 2.1rem;
}

.technology-detail-page--pir {
	background:
		radial-gradient(circle at top, rgba(97, 0, 0, 0.16), transparent 20%),
		linear-gradient(180deg, #010101 0%, #030303 48%, #000 100%);
}

.technology-detail-page--pir .technology-detail-page__hero-frame {
	gap: clamp(1.75rem, 3.5vw, 3rem);
	padding-block: 7.2rem 3rem;
}

.technology-detail-page--pir .technology-detail-page__header {
	gap: 0.45rem;
}

.technology-detail-page__header--pir .technology-detail-page__title {
	font-size: clamp(2.5rem, 3.7vw, 3.95rem);
	line-height: 1.04;
	letter-spacing: 0.01em;
	text-align: center;
}

.technology-detail-page__summary--pir {
	opacity: var(--technology-primary-callout-opacity);
	transition: opacity 180ms linear, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
	transform: translate3d(0, calc((1 - var(--technology-primary-callout-opacity)) * -0.35rem), 0);
}

.technology-detail-page--pir .technology-detail-page__stage {
	width: min(100%, 82rem);
	min-height: clamp(24rem, 36vw, 30rem);
}

.technology-detail-page--pir .technology-detail-page__stage::before {
	inset: 18% 29%;
	background: radial-gradient(circle, rgba(140, 0, 0, 0.12) 0%, rgba(140, 0, 0, 0.05) 34%, rgba(0, 0, 0, 0) 74%);
	filter: blur(44px);
	opacity: calc(0.1 + (var(--technology-secondary-opacity) * 0.14));
}

.technology-detail-page--pir .technology-detail-page__stage::after {
	inset: 26% 35%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(84, 84, 84, 0.08) 34%, rgba(0, 0, 0, 0) 78%);
	filter: blur(56px);
	opacity: calc(0.14 + (var(--technology-secondary-opacity) * 0.18));
}

.technology-detail-page--pir .technology-detail-page__image--primary img,
.technology-detail-page--pir .technology-detail-page__image--secondary img {
	width: clamp(24rem, 36vw, 43.75rem);
	filter: drop-shadow(0 26px 46px rgba(0, 0, 0, 0.34));
}

.technology-detail-page--pir .technology-detail-page__callout-label {
	max-width: 18.75rem;
	background: rgba(0, 0, 0, 0.88);
}

.technology-detail-page__section--pir-cards {
	padding-top: clamp(2rem, 4vw, 3rem);
	padding-bottom: clamp(2.5rem, 4.5vw, 3.5rem);
}

.technology-detail-page__card-grid--pir {
	align-items: start;
	gap: 1.875rem;
}

.technology-detail-page--pir .technology-detail-page__card {
	background: #1e1e1e;
	border-radius: 1.5625rem;
	box-shadow: none;
}

.technology-detail-page__card-copy--pir {
	gap: 0.9rem;
	padding: 1.95rem 2.1875rem 2.15rem;
}

.technology-detail-page__card-eyebrow {
	margin: 0;
	font-size: clamp(1rem, 1.25vw, 1.1875rem);
	line-height: 1.45;
	color: #f8be05;
}

.technology-detail-page--pir .technology-detail-page__card-copy h2 {
	font-size: clamp(1.6rem, 1.9vw, 1.8125rem);
	line-height: 1.1;
}

.technology-detail-page--pir .technology-detail-page__card-copy p {
	font-size: clamp(0.98rem, 1.15vw, 1.1875rem);
	line-height: 1.45;
	color: #bfbfbf;
}

.technology-detail-page__section--pir-panel {
	padding-top: 0;
	padding-bottom: clamp(4rem, 6vw, 5.25rem);
}

.technology-detail-page__pir-panel {
	position: relative;
	border-radius: 0;
	overflow: hidden;
}

.technology-detail-page__pir-panel-media img {
	display: block;
	width: 100%;
	height: auto;
}

.technology-detail-page__pir-panel-copy {
	position: absolute;
	left: 50%;
	bottom: clamp(2.4rem, 4vw, 4rem);
	transform: translateX(-50%);
	z-index: 1;
	display: grid;
	justify-items: center;
	gap: 0.9rem;
	width: min(calc(100% - 2rem), 55rem);
	text-align: center;
}

.technology-detail-page__pir-panel-copy::before {
	content: "";
	position: absolute;
	inset: -6rem -5rem -4rem;
	z-index: -1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 46%, rgba(0, 0, 0, 0.92) 100%);
	filter: blur(8px);
}

.technology-detail-page__pir-panel-copy h2 {
	margin: 0;
	font-size: clamp(2rem, 3vw, 3.125rem);
	line-height: 1.05;
	color: #fff;
}

.technology-detail-page__pir-panel-copy p {
	margin: 0;
	font-size: clamp(0.98rem, 1.15vw, 1.1875rem);
	line-height: 1.42;
	color: #fff;
}

@media (max-width: 1100px) {
	.technology-detail-page--cartridge .technology-detail-page__stage {
		min-height: clamp(24rem, 47vw, 30rem);
	}

	.technology-detail-page--cartridge .technology-detail-page__image--secondary img {
		width: clamp(18rem, 36vw, 24rem);
	}

	.technology-detail-page--pir .technology-detail-page__image--primary img,
	.technology-detail-page--pir .technology-detail-page__image--secondary img {
		width: clamp(22rem, 44vw, 36rem);
	}
}

@media (max-width: 1100px) {
	.technology-detail-page__stage {
		min-height: clamp(23rem, 54vw, 31rem);
	}

	.technology-detail-page__callout {
		width: min(var(--technology-callout-width), 26rem);
	}

	.technology-detail-page__callout-label {
		max-width: 12rem;
	}
}

@media (max-width: 900px) {
	.technology-detail-page__hero,
	.technology-detail-page__hero.is-scroll-story-active {
		min-height: 170svh;
		padding-block: 0;
	}

	.technology-detail-page__track,
	.technology-detail-page__hero.is-scroll-story-active .technology-detail-page__track {
		position: sticky;
		top: 0;
		min-height: 100svh;
		display: grid;
		align-items: center;
	}

	.technology-detail-page__hero-frame {
		min-height: 100svh;
		grid-template-rows: auto 1fr;
		gap: 1.25rem;
		padding-block: 6.8rem 2.25rem;
	}

	.technology-detail-page__visual {
		grid-template-columns: minmax(0, 1fr);
		grid-template-rows: auto auto auto;
		justify-items: center;
		gap: 0.9rem;
	}

	.technology-detail-page__stage {
		grid-column: 1;
		grid-row: 2;
		width: min(100%, 22rem);
		min-height: 19rem;
	}

	.technology-detail-page__stage::before {
		inset: 18% 10% 18%;
		filter: blur(48px);
		opacity: calc(0.38 + (var(--technology-secondary-opacity) * 0.4));
	}

	.technology-detail-page__stage::after {
		inset: 28% 22% 28%;
		filter: blur(56px);
		opacity: calc(0.24 + (var(--technology-secondary-opacity) * 0.5));
	}

	.technology-detail-page__image {
		inset: 0;
	}

	.technology-detail-page__image img {
		width: min(100%, 18rem);
	}

	.technology-detail-page__callout-layer {
		display: none;
	}

	.technology-detail-page__mobile-state {
		display: grid;
		grid-column: 1;
		width: min(100%, 22rem);
		pointer-events: none;
	}

	.technology-detail-page__mobile-state--primary {
		opacity: var(--technology-primary-callout-opacity);
	}

	.technology-detail-page__mobile-state--secondary {
		opacity: var(--technology-secondary-callout-opacity);
	}

	.technology-detail-page__mobile-state--top {
		grid-row: 1;
	}

	.technology-detail-page__mobile-state--bottom {
		grid-row: 3;
	}

	.technology-detail-page__mobile-stack {
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 0.75rem;
		width: 100%;
	}

	.technology-detail-page__mobile-item {
		display: grid;
		justify-items: center;
		gap: 0.35rem;
		flex: 1 1 0;
	}

	.technology-detail-page__mobile-state--primary .technology-detail-page__mobile-item {
		transform: translate3d(0, calc((1 - var(--technology-primary-callout-opacity)) * 0.65rem), 0);
	}

	.technology-detail-page__mobile-state--secondary .technology-detail-page__mobile-item {
		transform: translate3d(0, calc((1 - var(--technology-secondary-callout-opacity)) * 0.65rem), 0);
	}

	.technology-detail-page__mobile-item .technology-detail-page__callout-label {
		display: block;
		max-width: none;
		padding: 0;
		font-size: 0.9rem;
		line-height: 1.28;
		text-align: center;
		color: #fff;
		background: transparent;
	}

	.technology-detail-page__mobile-line {
		width: 1px;
		height: 1.5rem;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.08));
	}

	.technology-detail-page__mobile-item--bottom .technology-detail-page__mobile-line {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.78));
	}

	.technology-detail-page__card-grid {
		grid-template-columns: 1fr;
	}

	.technology-detail-page__card-copy,
	.technology-detail-page__feature-copy {
		padding-inline: 1.5rem;
	}

	.technology-detail-page__video-panel {
		min-height: 22rem;
	}

	.technology-detail-page__video-copy {
		width: min(calc(100% - 1.75rem), 58.375rem);
		margin-bottom: 1.5rem;
	}

	.technology-detail-page--cartridge .technology-detail-page__stage {
		width: min(100%, 24rem);
		min-height: 21rem;
	}

	.technology-detail-page--cartridge .technology-detail-page__image--primary img {
		width: min(100%, 15.5rem);
	}

	.technology-detail-page--cartridge .technology-detail-page__image--secondary img {
		width: min(100%, 15.5rem);
	}

	.technology-detail-page__section--cartridge-story {
		background-size: 165% 80%, 100% 100%;
	}

	.technology-detail-page__title-swap {
		min-height: auto;
	}

	.technology-detail-page__header--pir .technology-detail-page__title {
		font-size: clamp(2.1rem, 9vw, 3rem);
	}

	.technology-detail-page__summary--pir {
		max-width: 21rem;
	}

	.technology-detail-page--pir .technology-detail-page__stage {
		width: min(100%, 24rem);
		min-height: 17rem;
	}

	.technology-detail-page--pir .technology-detail-page__image--primary img,
	.technology-detail-page--pir .technology-detail-page__image--secondary img {
		width: min(100%, 21rem);
	}

	.technology-detail-page__card-copy--pir {
		padding: 1.5rem 1.5rem 1.75rem;
	}

	.technology-detail-page__pir-panel-copy {
		width: min(calc(100% - 1.5rem), 26rem);
		bottom: 1.8rem;
	}

	.technology-detail-page__pir-panel-copy::before {
		inset: -3rem -1rem -2.5rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.technology-detail-page__hero,
	.technology-detail-page__hero.is-scroll-story-active {
		min-height: auto;
		padding-block: 6.8rem 2.25rem;
	}

	.technology-detail-page__track,
	.technology-detail-page__hero.is-scroll-story-active .technology-detail-page__track {
		position: relative;
		min-height: auto;
	}

	.technology-detail-page__image,
	.technology-detail-page__image--primary,
	.technology-detail-page__image--secondary,
	.technology-detail-page__callout-layer,
	.technology-detail-page__callout {
		transition: none;
		transform: none;
	}
}

.system-modularity-page {
	background:
		radial-gradient(circle at top, rgba(97, 0, 0, 0.16), transparent 20%),
		linear-gradient(180deg, #020202 0%, #050505 46%, #040404 100%);
	color: #fff;
}

.system-modularity-page__section {
	position: relative;
	padding: clamp(3.75rem, 5.4vw, 5.25rem) 0;
	background: transparent;
	overflow: hidden;
}

.system-modularity-page__section--hero {
	display: grid;
	align-items: center;
	min-height: 100svh;
	padding-top: var(--inner-hero-top);
	padding-bottom: var(--inner-hero-bottom);
}

.system-modularity-page__section--architecture {
	padding-top: clamp(3rem, 5vw, 4.5rem);
}

.system-modularity-page__section--efficiency {
	padding-top: clamp(3.5rem, 6vw, 5.25rem);
	padding-bottom: clamp(3.25rem, 5vw, 4.5rem);
}

.system-modularity-page__section--outage {
	padding-top: clamp(3rem, 5vw, 4.5rem);
	padding-bottom: clamp(4rem, 6vw, 5rem);
}

.system-modularity-page__shell {
	width: min(calc(100% - 2rem), var(--inner-hero-max));
	margin-inline: auto;
}

.system-modularity-page__header {
	display: grid;
	justify-items: center;
	gap: 0.85rem;
	max-width: var(--inner-hero-copy-max);
	margin: 0 auto;
	text-align: center;
}

.system-modularity-page__header--wide {
	max-width: 60rem;
}

.system-modularity-page__header h1,
.system-modularity-page__header h2 {
	margin: 0;
	font-size: var(--inner-section-title);
	line-height: 1.05;
	letter-spacing: 0.02em;
	color: #fff;
}

.system-modularity-page__section--hero .system-modularity-page__header h1 {
	font-size: var(--inner-hero-title);
}

.system-modularity-page__header--accent h2 {
	color: color-mix(in srgb, var(--accent-bright) 88%, #ffd978);
}

.system-modularity-page__copy {
	display: grid;
	gap: 1.15rem;
	max-width: 59.375rem;
}

.system-modularity-page__copy p {
	margin: 0;
	font-size: clamp(0.98rem, 1.05vw, 1.08rem);
	line-height: 1.58;
	color: #fff;
}

.system-modularity-page__hero-graphic {
	position: relative;
	width: min(100%, 18rem);
	margin: clamp(2.2rem, 4vw, 3.2rem) auto 0;
}

.system-modularity-page__hero-graphic img {
	display: block;
	width: 100%;
	height: auto;
}

.system-modularity-page__hero-label {
	position: absolute;
	top: var(--system-label-top);
	margin: 0;
	width: 17.1875rem;
	padding-bottom: 0.3rem;
	border-bottom: 1px solid #fff;
	font-size: 0.84rem;
	line-height: 1.35;
	color: #fff;
}

.system-modularity-page__hero-label--left {
	right: calc(100% + 1.65rem);
	text-align: left;
}

.system-modularity-page__hero-label--right {
	left: calc(100% + 1.65rem);
	text-align: right;
}

.system-modularity-page__hero-label.is-accent {
	color: color-mix(in srgb, var(--accent-bright) 88%, #ffd978);
}

.system-modularity-page__architecture-graphic {
	position: relative;
	width: min(100%, 76rem);
	margin: clamp(3rem, 5vw, 5rem) auto 0;
	min-height: 38rem;
}

.system-modularity-page__architecture-graphic > img {
	display: block;
	width: min(100%, 49.875rem);
	margin: 0 auto;
	height: auto;
}

.system-modularity-page__callout {
	position: absolute;
	display: grid;
	gap: 0.45rem;
}

.system-modularity-page__callout--left-top {
	left: -0.5rem;
	top: 3.4rem;
	width: 31rem;
}

.system-modularity-page__callout--right-top {
	right: 0;
	top: 7.15rem;
	width: 29.75rem;
	text-align: right;
}

.system-modularity-page__callout--left-bottom {
	left: 2.9rem;
	top: 18.2rem;
	width: 27.625rem;
}

.system-modularity-page__callout--right-bottom {
	right: -1rem;
	top: 12.45rem;
	width: 26.1875rem;
	text-align: right;
}

.system-modularity-page__callout h3 {
	margin: 0;
	padding-bottom: 0.4rem;
	border-bottom: 1px solid #fff;
	font-size: 1.0625rem;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
}

.system-modularity-page__callout h3.is-accent {
	color: color-mix(in srgb, var(--accent-bright) 88%, #ffd978);
}

.system-modularity-page__callout p {
	margin: 0;
	font-size: 1.0625rem;
	line-height: 1.2;
	color: #fff;
}

.system-modularity-page__callout--left-top p {
	max-width: 13.6875rem;
}

.system-modularity-page__callout--left-bottom p {
	max-width: 14.625rem;
}

.system-modularity-page__callout--right-bottom p {
	max-width: 14rem;
	margin-left: auto;
}

.system-modularity-page__video-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 26.5625rem));
	justify-content: center;
	gap: 0.875rem;
	margin-top: clamp(2.8rem, 4vw, 4rem);
}

.system-modularity-page__video-card {
	display: grid;
	gap: 0;
	background: #383838;
	border-radius: 1.5625rem;
	overflow: hidden;
}

.system-modularity-page__video-card--title-top h3,
.system-modularity-page__video-card--title-bottom h3 {
	min-height: 9.1875rem;
}

.system-modularity-page__video-card h3 {
	display: grid;
	place-items: center;
	margin: 0;
	padding: 0 1rem;
	font-size: clamp(1.5rem, 2vw, 2rem);
	line-height: 1.22;
	text-align: center;
	color: #fff;
	background: #383838;
}

.system-modularity-page__video-card--title-bottom h3 {
	order: 2;
}

.system-modularity-page__video-card--title-bottom .system-modularity-page__video-frame {
	order: 1;
}

.system-modularity-page__video-frame {
	position: relative;
	width: 100%;
	aspect-ratio: 17 / 10;
	overflow: hidden;
	background: #383838;
}

.system-modularity-page__video,
.system-modularity-page__video source {
	width: 100%;
	height: 100%;
}

.system-modularity-page__video {
	display: block;
	object-fit: cover;
	object-position: center;
}

.system-modularity-page__badge {
	width: 12.5rem;
	margin: 0 auto 1.95rem;
}

.system-modularity-page__badge img {
	display: block;
	width: 100%;
	height: auto;
}

.system-modularity-page__device {
	width: min(100%, 39.625rem);
	margin: 3rem auto 2.75rem;
}

.system-modularity-page__device img {
	display: block;
	width: 100%;
	height: auto;
}

.system-modularity-page__copy--device {
	max-width: 53.125rem;
}

.system-modularity-page__copy--device p {
	font-size: clamp(1rem, 1.08vw, 1.1875rem);
	line-height: 1.45;
}

@media (max-width: 1100px) {
	.system-modularity-page__architecture-graphic {
		width: min(100%, 52rem);
		min-height: auto;
		padding-bottom: 17rem;
	}

	.system-modularity-page__architecture-graphic > img {
		width: 100%;
	}

	.system-modularity-page__callout--left-top {
		left: 0;
		top: 2rem;
		width: min(44vw, 27rem);
	}

	.system-modularity-page__callout--right-top {
		right: 0;
		top: 4.2rem;
		width: min(42vw, 24rem);
	}

	.system-modularity-page__callout--left-bottom {
		left: 0;
		top: auto;
		bottom: 0;
		width: min(42vw, 23rem);
	}

	.system-modularity-page__callout--right-bottom {
		right: 0;
		top: auto;
		bottom: 3rem;
		width: min(40vw, 22rem);
	}
}

@media (max-width: 900px) {
	.system-modularity-page__section--hero {
		padding-top: 6.8rem;
	}

	.system-modularity-page__header h1,
	.system-modularity-page__header h2 {
		font-size: clamp(2rem, 8vw, 2.6rem);
	}

	.system-modularity-page__copy p {
		font-size: 1rem;
		line-height: 1.45;
	}

	.system-modularity-page__hero-graphic {
		width: min(100%, 14rem);
		margin-top: 4rem;
		padding: 0 0 8.5rem;
	}

	.system-modularity-page__hero-label {
		width: min(100vw - 4rem, 18rem);
	}

	.system-modularity-page__hero-label--left,
	.system-modularity-page__hero-label--right {
		left: 50%;
		right: auto;
		transform: translateX(-50%);
		text-align: center;
	}

	.system-modularity-page__hero-label--left {
		top: calc(var(--system-label-top) + 7rem);
	}

	.system-modularity-page__hero-label--right {
		top: calc(var(--system-label-top) + 13rem);
	}

	.system-modularity-page__architecture-graphic {
		width: 100%;
		margin-top: 3rem;
		padding-bottom: 0;
	}

	.system-modularity-page__callout {
		position: static;
		width: 100%;
		margin-top: 1.25rem;
		text-align: left;
	}

	.system-modularity-page__callout--right-top,
	.system-modularity-page__callout--right-bottom {
		text-align: left;
	}

	.system-modularity-page__video-grid {
		grid-template-columns: 1fr;
		gap: 1.25rem;
		margin-top: 3rem;
	}

	.system-modularity-page__video-card--title-top,
	.system-modularity-page__video-card--title-bottom {
		grid-template-rows: auto auto;
	}

	.system-modularity-page__video-card--title-bottom .system-modularity-page__video-frame {
		order: 2;
	}

	.system-modularity-page__video-card--title-bottom h3 {
		order: 1;
	}

	.system-modularity-page__video-card h3 {
		min-height: 8rem;
		padding-block: 1rem;
	}

	.system-modularity-page__badge {
		width: min(100%, 10rem);
	}
}

.product-family-page {
	background: #fff;
	color: #111;
}

.product-family-page__hero {
	position: relative;
	min-height: clamp(28rem, 62vw, 40rem);
	padding: var(--inner-hero-top) 0 var(--inner-hero-bottom);
	background:
		radial-gradient(circle at 50% 0%, rgba(97, 0, 0, 0.24), transparent 38%),
		linear-gradient(180deg, rgba(4, 4, 5, 0.74), rgba(4, 4, 5, 0.88)),
		var(--product-family-hero);
	background-position: center;
	background-size: cover;
	isolation: isolate;
}

.product-family-page__hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 50% 14%, rgba(122, 8, 8, 0.28), transparent 30%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 24%);
	pointer-events: none;
}

.product-family-page--cpm-modular .product-family-page__hero {
	background:
		radial-gradient(circle at 50% 0%, rgba(97, 0, 0, 0.14), transparent 42%),
		linear-gradient(180deg, rgba(4, 4, 5, 0.4), rgba(4, 4, 5, 0.58)),
		var(--product-family-hero);
}

.product-family-page--cpm-modular .product-family-page__hero::before {
	background:
		radial-gradient(circle at 50% 14%, rgba(122, 8, 8, 0.16), transparent 34%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 28%);
}

.product-family-page__hero-inner,
.product-family-page__grid {
	width: min(calc(100% - 2rem), var(--inner-hero-max));
	margin-inline: auto;
}

.product-family-page__hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	gap: 0.95rem;
	text-align: center;
}

.product-family-page__hero h1 {
	max-width: 14ch;
	font-size: var(--inner-hero-title);
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #fff;
}

.product-family-page__summary {
	display: grid;
	gap: 0.45rem;
	max-width: var(--inner-hero-copy-max);
}

.product-family-page__summary p {
	margin: 0;
	max-width: none;
	font-size: var(--inner-hero-summary);
	font-weight: 300;
	line-height: 1.5;
	color: #fff;
}

.product-family-page__band {
	padding: clamp(3.75rem, 5.4vw, 5.5rem) 0;
}

.product-family-page__band--muted {
	background:
		radial-gradient(circle at top left, rgba(97, 0, 0, 0.05), transparent 34%),
		#f4f4f5;
}

.product-family-page__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: clamp(2rem, 4vw, 4rem);
	row-gap: clamp(2.6rem, 4vw, 3.6rem);
	align-items: stretch;
}

.product-family-page__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	height: 100%;
}

.product-family-page__card-link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: center;
	width: 100%;
	color: inherit;
}

.product-family-page__media {
	display: grid;
	place-items: center;
	width: 100%;
	height: clamp(13.5rem, 20vw, 17.5rem);
	overflow: hidden;
}

.product-family-page--cpm-modular .product-family-page__media {
	height: auto;
	min-height: 0;
	aspect-ratio: 1000 / 1004;
	overflow: visible;
}

.product-family-page__media img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
}

.product-family-page__copy {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: flex-start;
	gap: 0.55rem;
	margin-top: clamp(1.6rem, 2vw, 2.1rem);
	width: 100%;
}

.product-family-page__copy h2 {
	margin: 0;
	min-height: calc(2 * 1.15em);
	font-size: clamp(1.85rem, 2.4vw, 2.55rem);
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.product-family-page__subtitle {
	margin: 0;
	max-width: none;
	font-size: 0.98rem;
	font-style: italic;
	font-weight: 300;
	line-height: 1.45;
	color: color-mix(in srgb, #111 82%, var(--accent-bright));
}

.product-family-page__cta {
	margin-top: clamp(1.4rem, 2vw, 1.9rem);
}

.product-family-page__cta {
	margin-top: clamp(1.7rem, 2.4vw, 2.3rem);
	justify-self: center;
}

.product-family-page--mobile .product-family-page__hero {
	min-height: clamp(28rem, 62vw, 40rem);
	padding: var(--inner-hero-top) 0 var(--inner-hero-bottom);
	background:
		radial-gradient(circle at 50% 2%, rgba(97, 0, 0, 0.12), transparent 40%),
		linear-gradient(180deg, rgba(4, 4, 5, 0.34), rgba(4, 4, 5, 0.52)),
		var(--product-family-hero);
	background-position: center;
	background-size: cover;
}

.product-family-page--mobile .product-family-page__hero::before {
	background:
		radial-gradient(circle at 50% 0%, rgba(97, 0, 0, 0.18), transparent 34%),
		radial-gradient(circle at 50% 14%, rgba(122, 8, 8, 0.14), transparent 28%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 30%);
}

.product-family-page--mobile .product-family-page__hero-inner,
.product-family-page--mobile .product-family-page__grid {
	width: min(calc(100% - 2rem), var(--inner-hero-max));
}

.product-family-page--mobile .product-family-page__hero-inner {
	gap: 0.95rem;
}

.product-family-page--mobile .product-family-page__summary {
	gap: 0.45rem;
	width: min(100%, var(--inner-hero-copy-max));
}

.product-family-page--mobile .product-family-page__summary p {
	font-size: var(--inner-hero-summary);
	line-height: 1.5;
	color: #fff;
}

.product-family-page--mobile .product-family-page__band {
	padding: clamp(6.5rem, 9vw, 9.375rem) 0 clamp(3.5rem, 5vw, 5rem);
	background: #fff;
}

.product-family-page--mobile .product-family-page__grid {
	column-gap: clamp(2.5rem, 5vw, 5.758rem);
	row-gap: 3rem;
}

.product-family-page--mobile .product-family-page__card {
	padding-inline: 1.875rem;
}

.product-family-page--mobile .product-family-page__media {
	height: clamp(26rem, 38vw, 46.27rem);
}

.product-family-page--cpm-modular.product-family-page--mobile .product-family-page__media {
	height: auto;
}

.product-family-page--mobile .product-family-page__media img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.product-family-page--mobile .product-family-page__copy {
	margin-top: clamp(1.7rem, 2.5vw, 2.225rem);
	gap: 0.28rem;
}

.product-family-page--mobile .product-family-page__copy h2 {
	font-size: clamp(2.2rem, 3vw, 2.8125rem);
	line-height: 1.1;
	letter-spacing: 0;
	text-transform: none;
}

.product-family-page--mobile .product-family-page__subtitle {
	font-size: 1.0625rem;
	line-height: 1.2;
	color: rgba(17, 17, 17, 0.72);
}

.product-family-page--mobile .product-family-page__cta {
	margin-top: clamp(1.9rem, 2.8vw, 2.45rem);
	min-width: 11.25rem;
	padding-inline: 1.75rem;
}

.product-entry-page .page-hero__inner h1 {
	max-width: 14ch;
}

.product-entry-page .page-hero {
	padding-top: clamp(5.85rem, 7vw, 6.35rem);
}

@media (max-width: 900px) {
	.product-family-page__hero {
		padding-top: 7.2rem;
	}

	.product-family-page--mobile .product-family-page__hero {
		padding: 7.2rem 0 2.8rem;
	}

	.product-family-page__grid {
		grid-template-columns: 1fr;
		row-gap: 3.5rem;
	}

	.product-family-page__band {
		padding-block: 4.2rem;
	}

	.product-family-page__media {
		min-height: 0;
	}

	.product-family-page__media img {
		width: min(100%, 24rem);
		max-height: 19rem;
	}

	.product-family-page__copy h2 {
		font-size: clamp(1.75rem, 7vw, 2.25rem);
	}

	.product-family-page__subtitle {
		font-size: 0.95rem;
	}

		.product-family-page__summary {
			max-width: 34rem;
		}

	.product-family-page--mobile .product-family-page__hero-inner,
	.product-family-page--mobile .product-family-page__grid {
		width: min(calc(100% - 1.5rem), 28rem);
	}

	.product-family-page--mobile .product-family-page__summary {
		width: 100%;
	}

	.product-family-page--mobile .product-family-page__summary p {
		font-size: 0.98rem;
		line-height: 1.35;
	}

	.product-family-page--mobile .product-family-page__band {
		padding: 4.2rem 0 3rem;
	}

	.product-family-page--mobile .product-family-page__grid {
		row-gap: 4rem;
	}

	.product-family-page--mobile .product-family-page__card {
		padding-inline: 0;
	}

	.product-family-page--mobile .product-family-page__media img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}

	.product-family-page--mobile .product-family-page__copy h2 {
		font-size: clamp(1.9rem, 8vw, 2.35rem);
	}

	.product-family-page--mobile .product-family-page__cta {
		width: min(100%, 15rem);
	}
}

.product-story-page {
	--product-story-accent: color-mix(in srgb, var(--accent-bright) 88%, #ffd978);
	background:
		radial-gradient(circle at top, rgba(97, 0, 0, 0.16), transparent 20%),
		linear-gradient(180deg, #020202 0%, #050505 46%, #040404 100%);
	color: #fff;
	overflow-x: clip;
}

.product-story-page--e100-e200 {
	background:
		radial-gradient(circle at top, rgba(97, 0, 0, 0.16), transparent 16%),
		radial-gradient(
			ellipse 60% 42% at 50% 68%,
			rgba(82, 82, 82, 0.88) 0%,
			rgba(70, 70, 70, 0.8) 15%,
			rgba(52, 52, 52, 0.62) 30%,
			rgba(24, 24, 24, 0.34) 47%,
			rgba(8, 8, 8, 0.12) 60%,
			rgba(0, 0, 0, 0) 74%
		),
		linear-gradient(180deg, #020202 0%, #050505 46%, #040404 100%);
}

.product-story-page--e100-e200 .product-story-page__section,
.product-story-page--e100-e200 .product-story-page__section--models {
	background: transparent;
}

.product-story-page__shell {
	width: min(calc(100% - 2rem), var(--inner-hero-max));
	margin-inline: auto;
}

.product-story-page__shell--benefits {
	width: min(calc(100% - 2rem), 97rem);
}

.product-story-page__hero {
	--product-story-viewport: max(24rem, calc(100svh - var(--site-header-height, 0px)));
	position: relative;
	padding-bottom: clamp(2rem, 3vw, 3rem);
	overflow: clip;
	background:
		radial-gradient(circle at 50% 0%, rgba(97, 0, 0, 0.24), transparent 30%),
		linear-gradient(180deg, #020202 0%, #050505 52%, #040404 100%);
}

.product-story-page__hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 50% 14%, rgba(122, 8, 8, 0.28), transparent 24%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 22%);
	pointer-events: none;
}

.product-story-page__track {
	position: relative;
}

.product-story-page__hero.is-scroll-story-active {
	min-height: calc((var(--product-story-steps, 4) * var(--product-story-viewport)) + var(--site-header-height, 0px));
	padding-bottom: 0;
}

.product-story-page__hero.is-scroll-story-active .product-story-page__track {
	position: sticky;
	top: var(--site-header-height, 0px);
	min-height: var(--product-story-viewport);
	display: grid;
	align-items: center;
}

.product-story-page__hero-frame {
	position: relative;
	z-index: 1;
	min-height: var(--product-story-viewport);
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	align-items: start;
	gap: clamp(0.9rem, 1.8vw, 1.35rem);
	padding: var(--product-hero-offset) 0 clamp(1.25rem, 2.3vw, 1.8rem);
}

.product-story-page__hero-copy {
	position: relative;
	display: grid;
	place-items: center;
	min-height: clamp(5.4rem, 7vw, 6.3rem);
	width: 100%;
	margin-inline: auto;
	text-align: center;
}

.product-story-page__copy-layer {
	grid-area: 1 / 1;
	display: grid;
	justify-items: center;
	gap: 0.85rem;
	width: 100%;
	max-width: min(100%, 60rem);
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 18px, 0);
	will-change: opacity, transform;
	pointer-events: none;
}

.product-story-page__copy-layer[data-story-step="0"] {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

.product-story-page__copy-layer h1 {
	width: 100%;
	max-width: none;
	font-size: var(--inner-hero-title);
	line-height: 1.01;
	color: #fff;
	text-wrap: balance;
}

.product-story-page__copy-layer p {
	margin: 0;
	max-width: var(--inner-hero-copy-max);
	font-size: var(--inner-hero-summary);
	line-height: 1.5;
	color: #fff;
}

.product-story-page__hero-cta {
	margin-top: 0.25rem;
	width: min(100%, 18rem);
}

.product-story-page__visual {
	display: grid;
	align-items: end;
	min-height: 0;
}

.product-story-page__stage {
	position: relative;
	width: min(100%, 70rem);
	min-height: clamp(23rem, 34vw, 29rem);
	margin-inline: auto;
	perspective: 1600px;
}

.product-story-page__stage::before {
	content: "";
	position: absolute;
	inset: 16% 22%;
	border-radius: 999px;
	background:
		radial-gradient(circle, rgba(97, 0, 0, 0.22) 0%, rgba(97, 0, 0, 0.08) 46%, rgba(97, 0, 0, 0) 78%);
	filter: blur(46px);
}

.product-story-page__stage::after {
	content: "";
	position: absolute;
	inset: auto 18% 2% 18%;
	height: 18%;
	border-radius: 999px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
	filter: blur(34px);
}

.product-story-page__image-layer {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 22px, 0) scale(0.96);
	will-change: opacity, transform;
	pointer-events: none;
}

.product-story-page__image-layer[data-story-step="0"] {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0) scale(1);
}

.product-story-page__image-layer img {
	width: min(100%, var(--product-story-image-width, 42rem));
	max-width: 100%;
	height: auto;
	filter:
		brightness(1.02)
		drop-shadow(0 34px 80px rgba(0, 0, 0, 0.42));
}

.product-story-page__hero-diagram {
	position: relative;
	width: min(100%, var(--product-story-diagram-width, 70rem));
	margin-inline: auto;
}

.product-story-page__hero-diagram img {
	display: block;
	width: min(100%, var(--product-story-image-width, 42rem));
	max-width: 100%;
	height: auto;
	margin-inline: auto;
}

.product-story-page__hero-diagram--installation .product-story-page__diagram-callout--left::before,
.product-story-page__hero-diagram--installation .product-story-page__diagram-callout--left::after {
	content: "";
	position: absolute;
	height: 1px;
	background: rgba(255, 255, 255, 0.28);
	transform-origin: left center;
}

.product-story-page__hero-diagram--installation .product-story-page__diagram-callout--left::before {
	top: 0;
	left: 100%;
	width: 22.2025rem;
	transform: rotate(21deg);
}

.product-story-page__hero-diagram--installation .product-story-page__diagram-callout--left::after {
	top: 0;
	left: 10.4788rem;
	width: 10.5825rem;
	transform: rotate(54deg);
}

.product-story-page__mobile-story {
	display: none;
	gap: 1.4rem;
	padding-bottom: 3rem;
}

.product-story-page__hero:not(.is-scroll-story-active) .product-story-page__mobile-story {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
}

.product-story-page__mobile-card {
	display: grid;
	gap: 1.2rem;
	padding: 1.2rem;
	border-radius: 1.25rem;
	background: #171717;
}

.product-story-page__mobile-card--detail {
	padding: 0;
	border-radius: 0;
	background: transparent;
}

.product-story-page__mobile-media img {
	width: 100%;
	max-width: 22rem;
	margin-inline: auto;
}

.product-story-page__mobile-copy {
	display: grid;
	gap: 0.9rem;
	text-align: center;
}

.product-story-page__mobile-copy h2 {
	font-size: clamp(1.8rem, 4vw, 2.4rem);
	color: #fff;
}

.product-story-page__mobile-copy p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.6;
	color: #fff;
}

.product-story-page__mobile-cta {
	justify-self: center;
	width: min(100%, 12rem);
}

.product-story-page__mobile-callouts {
	display: grid;
	gap: 0.75rem;
	text-align: left;
}

.product-story-page__mobile-callouts p {
	margin: 0;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.92rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.88);
}

.product-story-page__section--story-detail {
	padding-top: clamp(2.75rem, 4vw, 4rem);
	padding-bottom: clamp(2.75rem, 4vw, 4rem);
}

.product-story-page__story-detail-card {
	display: grid;
	width: min(100%, 62rem);
	margin-inline: auto;
	justify-items: center;
	text-align: center;
	align-content: start;
	gap: clamp(1.25rem, 2vw, 1.75rem);
}

.product-story-page__story-detail-media {
	display: grid;
	place-items: center;
	width: 100%;
	min-height: 0;
	padding: 0;
}

.product-story-page__story-detail-media img {
	display: block;
	width: min(100%, var(--product-story-detail-image-width, 24rem));
	max-width: 100%;
	height: auto;
	filter:
		brightness(1.02)
		drop-shadow(0 22px 44px rgba(0, 0, 0, 0.34));
}

.product-story-page__story-detail-copy {
	display: grid;
	align-content: start;
	justify-items: center;
	gap: 0.9rem;
	width: min(100%, 48rem);
	margin-inline: auto;
	text-align: center;
}

.product-story-page__story-detail-copy h2 {
	margin: 0;
	font-size: clamp(1.9rem, 2.2vw, 2.45rem);
	line-height: 1.08;
	color: var(--product-story-accent);
	text-wrap: balance;
}

.product-story-page__story-detail-copy p {
	margin: 0;
	max-width: 46rem;
	font-size: 0.98rem;
	line-height: 1.65;
	color: #fff;
}

.product-story-page__story-detail-cta {
	justify-self: center;
	margin-top: 0.2rem;
	width: min(100%, 12rem);
}

.product-story-page__section {
	position: relative;
	padding: clamp(3.75rem, 5.4vw, 5.5rem) 0;
	background: #000;
}

.product-story-page__section--benefits {
	padding-top: clamp(1.5rem, 3vw, 2.5rem);
}

.product-story-page__section-header,
.product-story-page__video-header {
	display: grid;
	gap: 1rem;
	justify-items: center;
	text-align: center;
	width: min(100%, 60rem);
	margin-inline: auto;
}

.product-story-page__section-header {
	margin-bottom: clamp(2.2rem, 4vw, 3.2rem);
}

.product-story-page__section-header--wide {
	width: min(100%, 66rem);
}

.product-story-page__section-header--narrow {
	width: min(100%, 52rem);
}

.product-story-page__section-header h2,
.product-story-page__video-header h2 {
	max-width: 16ch;
	font-size: var(--inner-section-title);
	line-height: 1.02;
	color: var(--product-story-accent);
}

.product-story-page__section-header p,
.product-story-page__video-header p {
	margin: 0;
	max-width: 72ch;
	font-size: clamp(0.98rem, 1.05vw, 1.08rem);
	line-height: 1.58;
	color: #fff;
}

.product-story-page__benefit-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: 29.0625rem 14.9375rem 35.75rem;
	gap: 1.8125rem;
}

.product-story-page__benefit-card {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	border-radius: 1.625rem;
	display: grid;
	padding: var(--benefit-pad-block, 1.5rem) var(--benefit-pad-inline, 1.5rem);
	background: #212121;
}

.product-story-page__benefit-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(5, 5, 5, 0.08), rgba(5, 5, 5, 0.38));
}

.product-story-page__benefit-media {
	position: absolute;
	inset: 0;
	overflow: hidden;
	border-radius: inherit;
	z-index: 0;
}

.product-story-page__benefit-media img,
.product-story-page__benefit-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-story-page__benefit-video {
	object-position: center center;
}

.product-story-page__benefit-card--video::before {
	background: linear-gradient(180deg, rgba(4, 4, 4, 0.3), rgba(4, 4, 4, 0.72));
}

.product-story-page__benefit-card--controlroom::before {
	background: linear-gradient(180deg, rgba(5, 9, 12, 0.08) 0%, rgba(5, 9, 12, 0.18) 42%, rgba(5, 9, 12, 0.88) 100%);
}

.product-story-page__benefit-card--invisibility::before {
	background: linear-gradient(180deg, rgba(20, 12, 6, 0.84) 0%, rgba(20, 12, 6, 0.28) 32%, rgba(20, 12, 6, 0.72) 100%);
}

.product-story-page__benefit-card--compatible {
	grid-column: 1;
	--benefit-pad-inline: 2.5625rem;
	--benefit-pad-block: 1.3125rem;
}

.product-story-page__benefit-card--battery {
	grid-column: 2;
	--benefit-pad-inline: 4rem;
	--benefit-pad-block: 3.125rem;
}

.product-story-page__benefit-card--panic {
	grid-column: 3;
	--benefit-pad-inline: 2.1875rem;
	--benefit-pad-block: 1.3125rem;
}

.product-story-page__benefit-card--controlroom {
	grid-column: 1;
	--benefit-pad-inline: 2.5625rem;
	--benefit-pad-block: 2.125rem;
}

.product-story-page__benefit-card--ecosystem {
	grid-column: 2;
	--benefit-pad-inline: 4rem;
	--benefit-pad-block: 3.125rem;
}

.product-story-page__benefit-card--invisibility {
	grid-column: 3;
	--benefit-pad-inline: 2.375rem;
	--benefit-pad-block: 2.0625rem;
}

.product-story-page__benefit-card--compatible,
.product-story-page__benefit-card--panic,
.product-story-page__benefit-card--battery,
.product-story-page__benefit-card--ecosystem {
	justify-items: center;
}

.product-story-page__benefit-card--controlroom,
.product-story-page__benefit-card--invisibility {
	justify-items: start;
}

.product-story-page__benefit-card--controlroom .product-story-page__benefit-video {
	object-position: center center;
}

.product-story-page__benefit-card--invisibility .product-story-page__benefit-video {
	object-position: center center;
}

.product-story-page__benefit-card--compatible h2 {
	width: min(100%, 15rem);
	max-width: 100%;
}

.product-story-page__benefit-card--battery h2 {
	width: min(100%, 15rem);
	max-width: 100%;
}

.product-story-page__benefit-card--panic h2 {
	width: min(100%, 15rem);
	max-width: 100%;
}

.product-story-page__benefit-card--controlroom h2,
.product-story-page__benefit-card--invisibility h2 {
	width: min(100%, 17rem);
	max-width: 100%;
}

.product-story-page__benefit-card--ecosystem h2 {
	width: min(100%, 15rem);
	max-width: 100%;
}

.product-story-page__benefit-card--controlroom h2,
.product-story-page__benefit-card--invisibility h2 {
	text-wrap: pretty;
}

.product-story-page__benefit-card--short {
	grid-row: 1;
	align-items: end;
	text-align: center;
}

.product-story-page__benefit-card--tall {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-items: start;
	text-align: center;
}

.product-story-page__benefit-card--tall-bottom {
	grid-column: 1;
	grid-row: 2 / span 2;
	align-items: end;
	text-align: left;
}

.product-story-page__benefit-card--medium {
	grid-column: 2;
	grid-row: 3;
	align-items: start;
	text-align: center;
}

.product-story-page__benefit-card--tall-top {
	grid-column: 3;
	grid-row: 2 / span 2;
	align-items: start;
	text-align: left;
}

.product-story-page__benefit-card--tall-bottom,
.product-story-page__benefit-card--tall-top {
	min-height: 52.5rem;
}

.product-story-page__benefit-card--tall {
	min-height: 45.8125rem;
}

.product-story-page__benefit-card--medium {
	min-height: 35.75rem;
}

.product-story-page__benefit-card--short {
	min-height: 29.0625rem;
}

.product-story-page__benefit-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.product-story-page__benefit-card h2 {
	position: relative;
	z-index: 2;
	margin: 0;
	width: 100%;
	max-width: 100%;
	font-family: "Manrope VF", sans-serif;
	font-size: clamp(2rem, 2.12vw, 2.5rem);
	font-weight: 500;
	line-height: 1.125;
	letter-spacing: -0.02em;
	color: #fff;
	text-shadow: 0 12px 24px rgba(0, 0, 0, 0.28);
	text-wrap: balance;
}

.product-story-page__diagram,
.product-story-page__modularity-graphic {
	position: relative;
	width: min(100%, 70rem);
	margin-inline: auto;
}

.product-story-page__section--characteristics .product-story-page__shell,
.product-story-page__section--installation .product-story-page__shell {
	width: min(calc(100% - 2rem), 84.375rem);
}

.product-story-page__section--characteristics .product-story-page__diagram,
.product-story-page__section--installation .product-story-page__diagram {
	width: 100%;
	max-width: none;
}

.product-story-page__diagram img,
.product-story-page__modularity-graphic img,
.product-story-page__housing-media img {
	display: block;
	width: 100%;
	height: auto;
}

.product-story-page__section--characteristics .product-story-page__diagram img,
.product-story-page__section--installation .product-story-page__diagram img {
	width: min(100%, 43.75rem);
	margin-inline: auto;
}

.product-story-page__section--installation .product-story-page__diagram img {
	width: min(100%, 62.5rem);
}

.product-story-page__diagram-callout {
	position: absolute;
	top: var(--diagram-callout-top);
	width: min(100%, var(--diagram-callout-width));
	transform: none;
	padding-top: 0.0625rem;
}

.product-story-page__diagram-callout--left {
	left: 0;
	text-align: left;
}

.product-story-page__diagram-callout--right {
	right: 0;
	text-align: right;
}

.product-story-page__diagram-callout p {
	position: relative;
	z-index: 1;
	margin: 0;
	width: min(100%, var(--diagram-callout-text-width, 100%));
	max-width: 100%;
	font-size: 0.84rem;
	line-height: 1.55;
	color: #fff;
}

.product-story-page__diagram-callout--right p {
	margin-left: auto;
}

.product-story-page__diagram-line {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.28);
}

.product-story-page__diagram-callout--left .product-story-page__diagram-line {
	transform: none;
}

.product-story-page__diagram-callout--right .product-story-page__diagram-line {
	transform: none;
}

.product-story-page__section--installation .product-story-page__diagram-callout--left::before,
.product-story-page__section--installation .product-story-page__diagram-callout--left::after {
	content: "";
	position: absolute;
	height: 1px;
	background: rgba(255, 255, 255, 0.28);
	transform-origin: left center;
}

.product-story-page__section--installation .product-story-page__diagram-callout--left::before {
	top: 0;
	left: 100%;
	width: 26.75rem;
	transform: rotate(21deg);
}

.product-story-page__section--installation .product-story-page__diagram-callout--left::after {
	top: 0;
	left: 12.625rem;
	width: 12.75rem;
	transform: rotate(54deg);
}

.product-story-page__section--installation,
.product-story-page__section--housing,
.product-story-page__section--modularity {
	padding-top: clamp(3rem, 5vw, 4.5rem);
}

.product-story-page__housing-media {
	width: min(100%, 44rem);
	margin-inline: auto;
}

.product-story-page__modularity-graphic {
	width: 100%;
	max-width: none;
	padding-top: 5.625rem;
}

.product-story-page__modularity-callout {
	position: absolute;
	display: grid;
	gap: 0.95rem;
	z-index: 2;
	padding-top: 0;
	--modularity-marker-color: #00ff55;
	--modularity-title-color: #00ff55;
	--modularity-line-color: #fff;
	--modularity-line-top: 1.586875rem;
}

.product-story-page__modularity-callout--left-top {
	left: 6.5rem;
	top: 13rem;
	width: 37.75rem;
}

.product-story-page__modularity-callout--left-bottom {
	left: 6.5625rem;
	top: 23.25rem;
	width: 41.625rem;
}

.product-story-page__modularity-callout--right-center {
	right: 6.125rem;
	top: 15.625rem;
	width: 22.9375rem;
	text-align: right;
}

.product-story-page__modularity-callout h3 {
	margin: 0;
	font-family: var(--font-body);
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
	color: var(--modularity-title-color);
}

.product-story-page__modularity-callout.is-accent {
	--modularity-marker-color: var(--product-story-accent);
	--modularity-title-color: var(--product-story-accent);
	--modularity-line-color: var(--product-story-accent);
}

.product-story-page__modularity-callout.is-accent h3 {
	font-weight: 500;
	text-shadow: 0 0 0.5rem color-mix(in srgb, var(--product-story-accent) 35%, transparent);
}

.product-story-page__modularity-callout p {
	margin: 0;
	max-width: 18rem;
	font-family: var(--font-body);
	font-size: 1.0625rem;
	line-height: 1.2;
	font-weight: 300;
	color: #fff;
}

.product-story-page__modularity-callout::before {
	content: "";
	position: absolute;
	top: var(--modularity-line-top);
	left: 0;
	right: 0;
	height: 1px;
	background: var(--modularity-line-color);
}

.product-story-page__modularity-callout::after {
	content: "";
	position: absolute;
	top: calc(var(--modularity-line-top) - 0.40625rem);
	right: -0.40625rem;
	width: 0.8125rem;
	height: 0.8125rem;
	border-radius: 999px;
	background: var(--modularity-marker-color);
	box-shadow:
		0 0 0 0.4375rem color-mix(in srgb, var(--modularity-marker-color) 50%, transparent),
		0 0 0 0.9375rem color-mix(in srgb, var(--modularity-marker-color) 23%, transparent);
}

.product-story-page__modularity-callout--left-top p {
	max-width: 18rem;
}

.product-story-page__modularity-callout--left-bottom p {
	max-width: 16.6875rem;
}

.product-story-page__modularity-callout--right-center p {
	max-width: 16.875rem;
	margin-left: auto;
	text-align: right;
}

.product-story-page__modularity-callout--right-center::after {
	right: auto;
	left: -0.40625rem;
}

.product-story-page__section--modularity .product-story-page__shell {
	width: min(calc(100% - 2rem), 97rem);
}

.product-story-page__section--modularity .product-story-page__modularity-graphic img {
	width: min(100%, 43.75rem);
	margin-inline: auto;
}

.product-story-page__section--models {
	background:
		radial-gradient(circle at 50% 12%, rgba(97, 0, 0, 0.12), transparent 28%),
		#000;
}

.product-story-page__model-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(2rem, 4vw, 4rem);
	align-items: start;
}

.product-story-page__model-grid--single {
	grid-template-columns: minmax(0, 1fr);
	justify-items: center;
}

.product-story-page__model-card {
	display: grid;
	justify-items: center;
	align-content: start;
	gap: 1.25rem;
	text-align: center;
}

.product-story-page__model-card--single {
	width: min(100%, 36rem);
	margin-inline: auto;
}

.product-story-page__model-media {
	display: grid;
	place-items: center;
	width: 100%;
	min-height: 13rem;
}

.product-story-page__model-media img {
	width: min(100%, 29rem);
	max-width: 100%;
	height: auto;
}

.product-story-page__model-card h3 {
	font-size: clamp(2rem, 2.4vw, 2.8rem);
	color: var(--product-story-accent);
}

.product-story-page__model-specs {
	display: grid;
	gap: 0.7rem;
	max-width: 24rem;
	margin: 0;
	padding: 0;
	justify-items: center;
}

.product-story-page__model-specs li {
	font-size: 0.98rem;
	line-height: 1.5;
	color: #fff;
}

.product-story-page__model-cta {
	margin-top: 0.35rem;
}

.product-story-page__section--video {
	padding-top: clamp(4.5rem, 7vw, 6.5rem);
	padding-bottom: clamp(4rem, 7vw, 6rem);
}

.product-story-page__video-header {
	margin-bottom: clamp(2rem, 4vw, 3rem);
}

.product-story-page--e100-e200 .product-story-page__video-header {
	width: min(100%, 68rem);
}

.product-story-page--e100-e200 .product-story-page__section--modularity .product-story-page__section-header {
	width: min(100%, 76rem);
}

.product-story-page--e100-e200 .product-story-page__section--modularity .product-story-page__section-header h2 {
	max-width: 30ch;
}

.product-story-page--e100-e200 .product-story-page__section--modularity .product-story-page__section-header p {
	max-width: 56rem;
}

.product-story-page--e100-e200 .product-story-page__section--housing .product-story-page__section-header {
	width: min(100%, 72rem);
}

.product-story-page--e100-e200 .product-story-page__section--housing .product-story-page__section-header h2 {
	max-width: 26ch;
}

.product-story-page--e100-e200 .product-story-page__section--housing .product-story-page__section-header p {
	max-width: 50rem;
}

.product-story-page--e400 .product-story-page__copy-layer {
	max-width: min(100%, 68rem);
}

.product-story-page--e400 .product-story-page__copy-layer p {
	width: 100%;
	max-width: none;
}

.product-story-page__video-action {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	box-shadow: 0 18px 38px rgba(9, 9, 10, 0.34);
}

.product-story-page__video-action:hover,
.product-story-page__video-action:focus-visible {
	transform: translate(-50%, -50%) scale(1.03);
}

.product-story-page__video-action.is-hidden {
	display: none;
}

.product-story-page__video-header h2 {
	max-width: 12ch;
}

.product-story-page--e100-e200 .product-story-page__video-header h2 {
	max-width: 18ch;
}

.product-story-page--e100-e200 .product-story-page__video-header p {
	max-width: 42rem;
}

.product-story-page__video-frame {
	position: relative;
	overflow: hidden;
	padding: clamp(0.75rem, 1.6vw, 1rem);
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 2rem;
	background:
		radial-gradient(circle at 15% 15%, rgba(122, 8, 8, 0.2), transparent 22%),
		linear-gradient(180deg, rgba(24, 16, 16, 0.98), rgba(9, 9, 9, 1));
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.product-story-page__video-embed {
	position: relative;
	width: 100%;
	border-radius: 1.45rem;
	overflow: hidden;
	background: #09090a;
}

.product-story-page__video-embed iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
}

.product-story-page__video {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.product-story-page--e300-e400 {
	background: #000;
}

.product-story-page--e300-e400 .product-story-page__section {
	background: transparent;
}

.product-e300-page__shell,
.product-e300-page__compare-shell {
	width: min(calc(100% - 2rem), 81.875rem);
	margin-inline: auto;
}

.product-e300-page__shell--row {
	width: min(100%, 90.625rem);
}

.product-e300-page__compare-shell {
	width: min(calc(100% - 2rem), 75.625rem);
}

.product-e300-page__hero {
	position: relative;
	padding: 0;
	overflow: clip;
	background: linear-gradient(180deg, #020202 0%, #050505 52%, #040404 100%);
}

.product-e300-page__hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--product-e300-hero-particles);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.96;
	pointer-events: none;
}

.product-e300-page__hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 50% 0%, rgba(97, 0, 0, 0.3), rgba(97, 0, 0, 0.12) 12%, rgba(97, 0, 0, 0) 30%),
		radial-gradient(circle at 50% 14%, rgba(122, 8, 8, 0.34), rgba(122, 8, 8, 0) 24%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 22%);
	pointer-events: none;
}

.product-e300-page__hero-shell {
	position: relative;
	z-index: 1;
	min-height: var(--product-story-viewport);
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	justify-items: center;
	gap: clamp(0.9rem, 1.8vw, 1.35rem);
	padding-top: var(--product-hero-offset);
}

.product-e300-page__hero-copy {
	display: grid;
	gap: 0.85rem;
	justify-items: center;
	text-align: center;
	width: min(100%, 60rem);
	margin-inline: auto;
}

.product-e300-page__hero-copy h1 {
	margin: 0;
	width: 100%;
	font-size: 3.125rem;
	line-height: 1.1;
	letter-spacing: 0.0625rem;
	color: #fff;
	text-align: center;
	white-space: nowrap;
}

.product-e300-page__hero-summary {
	display: grid;
	gap: 0;
	justify-items: center;
	width: min(100%, var(--inner-hero-copy-max));
}

.product-e300-page__hero-summary p {
	margin: 0;
	max-width: var(--inner-hero-copy-max);
	font-size: var(--inner-hero-summary);
	line-height: 1.5;
	color: #fff;
	text-align: center;
	width: min(100%, 60rem);
	margin-inline: auto;
}

.product-e300-page__hero-media {
	display: grid;
	place-items: center;
}

.product-e300-page__hero-media img {
	display: block;
	width: min(100%, 75.625rem);
	max-width: 100%;
	height: auto;
}

.product-e300-page__section--light {
	background: #fff !important;
	color: #0f0f0f;
}

.product-e300-page__section--overview,
.product-e300-page__section--models-band,
.product-e300-page__section--intelligence {
	padding: 0;
}

.product-e300-page__section--overview,
.product-e300-page__section--models-band,
.product-e300-page__section--intelligence {
	margin-top: 0;
	border-top: 0.625rem solid #fff;
	background: #f5f5f7 !important;
}

.product-e300-page__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.625rem;
	background: #fff;
}

.product-e300-page__card {
	display: grid;
	align-content: start;
	gap: 3.125rem;
	min-height: 100%;
	padding: 6.25rem 0 0;
	border-radius: 0;
	background: #f5f5f7;
	box-shadow: none;
}

.product-e300-page__card-copy {
	display: grid;
	gap: 0.75rem;
	justify-items: center;
	text-align: center;
	padding-inline: 6.25rem;
}

.product-e300-page__card-copy h2,
.product-e300-page__section-header h2,
.product-e300-page__list-title {
	margin: 0;
	color: #111;
	font-size: 2.25rem;
	line-height: 1.1;
	text-wrap: balance;
}

.product-e300-page__card-copy p,
.product-e300-page__section-header p {
	margin: 0;
	font-size: 1.0625rem;
	line-height: 1.2;
	color: rgba(17, 17, 17, 0.84);
}

.product-e300-page__eyebrow,
.product-e300-page__model-subtitle {
	font-size: 1.4375rem;
	font-weight: 300;
	line-height: 1.2;
	color: #0a0a0a !important;
}

.product-e300-page__card-copy h2,
.product-e300-page__card-copy p {
	max-width: 32.5rem;
}

.product-e300-page__media {
	display: grid;
	place-items: center;
	min-height: 0;
	width: 100%;
}

.product-e300-page__media img {
	display: block;
	width: 100%;
	max-width: 45rem;
	height: auto;
}

.product-e300-page__media--overview img {
	max-width: 45rem;
}

.product-e300-page__card--overview-1 {
	padding-right: 0.3125rem;
}

.product-e300-page__card--overview-2 {
	padding-left: 0.3125rem;
}

.product-e300-page__card--overview .product-e300-page__card-copy h2,
.product-e300-page__card--model .product-e300-page__card-copy h2 {
	color: #2e2e2e;
}

.product-e300-page__card--overview .product-e300-page__card-copy,
.product-e300-page__card--model .product-e300-page__card-copy {
	gap: 0.925rem;
}

.product-e300-page__section--models {
	padding-top: 0;
}

.product-e300-page__card--model {
	justify-items: center;
	text-align: center;
	padding-bottom: 0.625rem;
}

.product-e300-page__card--model-1 {
	padding-right: 0.3125rem;
}

.product-e300-page__card--model-2 {
	padding-left: 0.3125rem;
}

.product-e300-page__media--model img {
	max-width: 45rem;
}

.product-e300-page__intelligence-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 28.39625rem minmax(0, 1fr);
	gap: 2.71875rem;
	align-items: center;
	background: #f5f5f7;
	padding: 6.25rem 0 4.125rem;
}

.product-e300-page__section--intelligence {
	background: #fff !important;
}

.product-e300-page__section--intelligence .product-e300-page__list-title {
	font-size: 1.875rem;
	line-height: 1.1;
}

.product-e300-page__section--housing .product-e300-page__section-header h2 {
	font-size: 2.25rem;
	line-height: 1.1;
}

.product-e300-page__list-block {
	display: grid;
	gap: 1.25rem;
}

.product-e300-page__list-block:first-child {
	padding-left: 6.875rem;
	padding-right: 1.5rem;
}

.product-e300-page__list-block:last-child {
	padding-left: 1.5rem;
	padding-right: 6.875rem;
}

.product-e300-page__list {
	display: grid;
	gap: 0.1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-e300-page__list li {
	position: relative;
	padding-left: 1rem;
	font-size: 1.0625rem;
	line-height: 1.2;
	color: #111;
}

.product-e300-page__list li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	color: #111;
}

.product-e300-page__board-media {
	display: grid;
	place-items: center;
	min-height: 0;
}

.product-e300-page__board-media img {
	display: block;
	width: min(100%, 28.39625rem);
	max-width: 100%;
	height: auto;
}

.product-e300-page__section--compare {
	padding-top: clamp(4rem, 6vw, 5.25rem);
	padding-bottom: clamp(4rem, 6vw, 5.5rem);
	background:
		radial-gradient(circle at 50% 0%, rgba(97, 0, 0, 0.16), transparent 28%),
		linear-gradient(180deg, #030303 0%, #070707 100%) !important;
}

.product-e300-page__compare-header {
	display: grid;
	gap: 0.7rem;
	justify-items: center;
	text-align: center;
	width: min(100%, 42rem);
	margin-inline: auto;
	margin-bottom: clamp(1.75rem, 4vw, 3rem);
}

.product-e300-page__compare-header h2 {
	margin: 0;
	font-size: clamp(2.3rem, 3vw, 3.15rem);
	line-height: 1.04;
	color: var(--product-story-accent);
	text-wrap: balance;
}

.product-e300-page__compare-header p {
	margin: 0;
	font-size: clamp(1.15rem, 1.8vw, 1.5rem);
	line-height: 1.3;
	color: #fff;
}

.product-e300-page__compare {
	--image-compare-position: 50%;
	position: relative;
	aspect-ratio: 1210 / 706.63;
	overflow: hidden;
	border-radius: 1.75rem;
	background: #111;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
	touch-action: none;
}

.product-e300-page__compare-base,
.product-e300-page__compare-overlay-image {
	position: absolute;
	inset: 0;
}

.product-e300-page__compare-base img,
.product-e300-page__compare-overlay-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-e300-page__compare-overlay-image {
	clip-path: inset(0 0 calc(100% - var(--image-compare-position)) 0);
}

.product-e300-page__compare-label {
	position: absolute;
	left: 50%;
	z-index: 3;
	transform: translateX(-50%);
	padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
	background: rgba(0, 0, 0, 0.32);
	font-size: 0.875rem;
	line-height: 1;
	color: #fff;
	backdrop-filter: blur(4px);
}

.product-e300-page__compare-label--top {
	top: 0.75rem;
}

.product-e300-page__compare-label--bottom {
	bottom: 0.75rem;
}

.product-e300-page__compare-handle {
	position: absolute;
	left: 50%;
	top: var(--image-compare-position);
	z-index: 4;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: 4px solid #fff;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 0 12px rgba(51, 51, 51, 0.45);
	transform: translate(-50%, -50%);
	cursor: row-resize;
}

.product-e300-page__compare-handle::before,
.product-e300-page__compare-handle::after {
	content: "";
	position: absolute;
	top: 50%;
	height: 4px;
	background: #fff;
	box-shadow: 0 0 12px rgba(51, 51, 51, 0.45);
	transform: translateY(-50%);
}

.product-e300-page__compare-handle::before {
	right: 50%;
	width: 100vmax;
}

.product-e300-page__compare-handle::after {
	left: 50%;
	width: 100vmax;
}

.product-e300-page__compare-handle:focus-visible {
	outline: none;
	box-shadow:
		0 0 0 4px color-mix(in srgb, var(--product-story-accent) 38%, transparent),
		0 0 12px rgba(51, 51, 51, 0.45);
}

.product-e300-page__compare-handle.is-dragging {
	cursor: grabbing;
}

.product-e300-page__compare-arrow {
	position: absolute;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	transform: translateX(-50%);
}

.product-e300-page__compare-arrow--up {
	top: 0.35rem;
	border-bottom: 7px solid #fff;
}

.product-e300-page__compare-arrow--down {
	bottom: 0.35rem;
	border-top: 7px solid #fff;
}

.product-e300-page__section-header {
	display: grid;
	gap: 0.9rem;
	justify-items: center;
	text-align: center;
	width: min(100%, 52rem);
	margin-inline: auto;
	margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.product-e300-page__housing-media {
	width: min(100%, 75.625rem);
	margin-inline: auto;
}

.product-e300-page__housing-media img {
	display: block;
	width: min(100%, 75.625rem);
	max-width: 100%;
	height: auto;
	margin-inline: auto;
}

@media (max-width: 900px) {
	.product-story-page__hero {
		padding-bottom: 0;
	}

	.product-story-page__hero-frame {
		padding: clamp(1rem, 4.6vw, 1.6rem) 0 2rem;
	}

	.product-story-page__copy-layer h1,
	.product-e300-page__hero-copy h1,
	.black-box-elite-page__hero-copy h1,
	.accessory-detail-page__hero-copy h1 {
		font-size: clamp(2.3rem, 10vw, 3.4rem);
	}

	.product-story-page__visual {
		margin-top: 0.5rem;
	}

	.product-story-page__stage {
		min-height: 18rem;
	}

	.product-story-page__hero:not(.is-scroll-story-active) .product-story-page__track {
		position: static;
		min-height: auto;
	}

	.product-story-page__hero:not(.is-scroll-story-active) .product-story-page__hero-frame {
		min-height: auto;
		padding: 7.2rem 0 3rem;
	}

	.product-story-page__hero:not(.is-scroll-story-active) .product-story-page__mobile-story {
		grid-template-columns: 1fr;
	}

	.product-story-page__hero.is-scroll-story-active .product-story-page__mobile-story {
		display: none;
	}

	.product-story-page__benefit-grid,
	.product-story-page__model-grid {
		grid-template-columns: 1fr;
	}

	.product-story-page__benefit-grid {
		grid-template-rows: none;
	}

	.product-story-page__benefit-card {
		grid-column: auto;
		grid-row: auto;
		min-height: 20rem;
	}

	.product-story-page__benefit-card--video {
		min-height: 28rem;
	}

	.product-story-page__benefit-card h2 {
		max-width: 12ch;
	}

	.product-story-page__diagram {
		display: grid;
		gap: 1rem;
	}

	.product-story-page__diagram-callout {
		position: static;
		width: 100%;
		transform: none;
		text-align: left;
		padding: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		padding-top: 0.75rem;
	}

	.product-story-page__diagram-callout--right {
		text-align: left;
	}

	.product-story-page__diagram-line {
		display: none;
	}

	.product-story-page__section--installation .product-story-page__diagram-callout--left::before,
	.product-story-page__section--installation .product-story-page__diagram-callout--left::after {
		display: none;
	}

	.product-story-page__diagram-callout p {
		font-size: 0.92rem;
	}

	.product-story-page__diagram-callout--right p {
		margin-left: 0;
	}

	.product-story-page__modularity-graphic {
		position: relative;
		display: block;
		width: min(100%, 22rem);
		margin-inline: auto;
		padding-top: 8.75rem;
		padding-bottom: 7.5rem;
	}

	.product-story-page__section--modularity .product-story-page__modularity-graphic img {
		width: 100%;
	}

	.product-story-page__modularity-callout {
		position: absolute;
		padding-top: 0;
		border-top: 0;
		gap: 0.55rem;
		align-content: start;
	}

	.product-story-page__modularity-callout--left-top {
		top: 0;
		left: 0;
		width: 49.5%;
		height: 13.25rem;
		text-align: center;
	}

	.product-story-page__modularity-callout--right-center {
		top: 0;
		right: 0;
		width: 46%;
		height: 14.6rem;
		justify-items: center;
		text-align: center;
	}

	.product-story-page__modularity-callout--left-bottom {
		left: 28.43%;
		top: 18.4rem;
		width: 60%;
		padding-top: 5rem;
		justify-items: center;
		text-align: center;
	}

	.product-story-page__modularity-callout h3 {
		font-size: 0.95rem;
	}

	.product-story-page__modularity-callout p {
		font-size: 0.82rem;
		line-height: 1.28;
	}

	.product-story-page__modularity-callout::before {
		width: 1px;
		height: auto;
		background: var(--modularity-line-color);
	}

	.product-story-page__modularity-callout--left-top::before {
		top: 6.9rem;
		bottom: 0;
		left: 99.86%;
		right: auto;
	}

	.product-story-page__modularity-callout--left-top::after {
		top: auto;
		bottom: -0.40625rem;
		left: calc(99.86% - 0.40625rem);
		right: auto;
	}

	.product-story-page__modularity-callout--right-center::before {
		top: 6.7rem;
		bottom: 0;
		left: 68.04%;
		right: auto;
	}

	.product-story-page__modularity-callout--right-center::after {
		top: auto;
		bottom: -0.40625rem;
		left: calc(68.04% - 0.40625rem);
		right: auto;
	}

	.product-story-page__modularity-callout--right-center p {
		margin-left: 0;
		text-align: center;
	}

	.product-story-page__modularity-callout--left-bottom::before {
		top: 0;
		bottom: auto;
		height: 4.5rem;
		left: calc(50% - 0.03125rem);
		right: auto;
	}

	.product-story-page__modularity-callout--left-bottom::after {
		top: -0.40625rem;
		bottom: auto;
		left: calc(50% - 0.40625rem);
		right: auto;
	}

	.product-story-page__video-frame {
		border-radius: 1.2rem;
	}

	.product-story-page__video-embed {
		border-radius: 1rem;
	}

	.product-e300-page__hero {
		padding-top: 0;
	}

	.product-e300-page__hero-summary {
		width: 100%;
	}

	.product-e300-page__grid,
	.product-e300-page__intelligence-grid {
		grid-template-columns: 1fr;
	}

	.product-e300-page__grid {
		gap: 1rem;
	}

	.product-e300-page__board-media {
		min-height: auto;
	}

	.product-e300-page__compare-shell,
	.product-e300-page__shell {
		width: min(calc(100% - 1rem), 40rem);
	}

	.product-e300-page__card {
		padding: 2rem 0 0;
	}

	.product-e300-page__card-copy {
		padding-inline: 1.25rem;
	}

	.product-e300-page__media {
		min-height: 14rem;
	}

	.product-e300-page__list-block:first-child,
	.product-e300-page__list-block:last-child {
		padding-inline: 1.25rem;
	}

	.product-e300-page__intelligence-grid {
		padding: 2rem 0;
	}

	.product-e300-page__compare {
		border-radius: 1.1rem;
	}

	.product-e300-page__compare-label {
		font-size: 0.75rem;
		padding: 0.3rem 0.55rem;
	}

	.product-e300-page__compare-handle {
		width: 2.2rem;
		height: 2.2rem;
		border-width: 3px;
	}

	.product-e300-page__compare-handle::before,
	.product-e300-page__compare-handle::after {
		height: 3px;
	}

	.product-e300-page__compare-arrow {
		border-left-width: 5px;
		border-right-width: 5px;
	}

	.product-e300-page__compare-arrow--up {
		top: 0.28rem;
		border-bottom-width: 6px;
	}

	.product-e300-page__compare-arrow--down {
		bottom: 0.28rem;
		border-top-width: 6px;
	}

	.product-e300-page__section-header,
	.product-e300-page__compare-header {
		width: 100%;
	}
}

.product-family-page--mobile .product-family-page__hero {
	padding-top: var(--inner-hero-top);
}

.product-family-page--mobile .product-family-page__hero-inner,
.product-e300-page__hero-copy,
.black-box-elite-page__hero-copy {
	width: min(100%, 60rem);
}

.product-family-page--mobile .product-family-page__hero h1,
.product-e300-page__hero-copy h1,
.black-box-elite-page__hero-copy h1 {
	width: min(100%, 60rem);
	margin-inline: auto;
	font-size: var(--inner-hero-title);
	line-height: 1.01;
	letter-spacing: 0.02em;
	text-wrap: balance;
	white-space: normal;
}

.product-family-page__copy h2,
.product-e300-page__card-copy h2,
.product-e300-page__section-header h2,
.product-e300-page__list-title {
	font-size: var(--inner-section-title);
	line-height: 1.05;
}

.technology-detail-page--pir .technology-detail-page__hero-frame {
	padding-block: 7.75rem 3.5rem;
}

.system-modularity-page__section--hero {
	padding-top: 7.75rem;
	padding-bottom: 3.5rem;
}

.black-box-elite-page {
	--black-box-accent: #610000;
	--black-box-surface: #f5f5f7;
	background: #050505;
}

.black-box-elite-page__hero {
	position: relative;
	padding: 0;
	overflow: clip;
	background:
		radial-gradient(circle at 50% 0%, rgba(97, 0, 0, 0.38), rgba(97, 0, 0, 0.12) 16%, transparent 34%),
		linear-gradient(180deg, #040404 0%, #080808 58%, #050505 100%);
}

.black-box-elite-page__hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--black-box-hero-bg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.96;
	pointer-events: none;
}

.black-box-elite-page__hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 50% 0%, rgba(97, 0, 0, 0.3), rgba(97, 0, 0, 0.12) 12%, rgba(97, 0, 0, 0) 30%),
		radial-gradient(circle at 50% 14%, rgba(122, 8, 8, 0.34), rgba(122, 8, 8, 0) 24%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 22%);
	pointer-events: none;
}

.black-box-elite-page__compare-shell,
.black-box-elite-page__systems-grid,
.black-box-elite-page__final-grid {
	position: relative;
	z-index: 1;
	margin-inline: auto;
}

.black-box-elite-page__hero-shell {
	position: relative;
	z-index: 1;
	width: min(calc(100% - 2rem), 81.875rem);
	margin-inline: auto;
	min-height: clamp(44rem, 52vw, 57.75rem);
	display: grid;
	grid-template-rows: auto 1fr;
	gap: clamp(0.9rem, 1.8vw, 1.35rem);
	justify-items: center;
	padding-top: var(--product-hero-offset);
}

.black-box-elite-page__compare-shell {
	width: min(calc(100% - 2rem), 75.625rem);
}

.black-box-elite-page__systems-grid,
.black-box-elite-page__final-grid {
	width: min(100%, 118.4375rem);
}

.black-box-elite-page__hero-copy {
	display: grid;
	gap: 0.85rem;
	justify-items: center;
	padding-top: 0;
	width: min(100%, 60rem);
	text-align: center;
}

.black-box-elite-page__hero-summary {
	display: grid;
	gap: 0;
	width: min(100%, var(--inner-hero-copy-max));
}

.black-box-elite-page__hero-summary p {
	margin: 0;
	max-width: var(--inner-hero-copy-max);
	font-size: var(--inner-hero-summary);
	line-height: 1.5;
	color: #fff;
	width: min(100%, 60rem);
	margin-inline: auto;
}

.black-box-elite-page__hero-media {
	align-self: end;
	width: 100%;
}

.black-box-elite-page__hero-media img {
	display: block;
	width: min(100%, 75.625rem);
	max-width: 100%;
	height: auto;
	margin-inline: auto;
}

.black-box-elite-page__overview {
	border-top: 0.625rem solid #fff;
	background: #fff;
}

.black-box-elite-page__overview-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.625rem;
	background: #fff;
}

.black-box-elite-page__overview-card {
	display: grid;
	align-content: start;
	gap: clamp(2rem, 4vw, 3.125rem);
	min-height: 100%;
	padding: clamp(4rem, 6vw, 6.25rem) 0 0.3125rem;
	background: var(--black-box-surface);
}

.black-box-elite-page__overview-copy {
	display: grid;
	gap: 0.7rem;
	justify-items: center;
	padding-inline: clamp(1.5rem, 5vw, 6.25rem);
	text-align: center;
}

.black-box-elite-page__overview-copy h2 {
	margin: 0;
	font-size: var(--inner-section-title);
	line-height: 1.05;
	color: #000;
}

.black-box-elite-page__overview-subtitle {
	margin: 0;
	font-size: clamp(1.1875rem, 1.85vw, 1.4375rem);
	line-height: 1.2;
	color: #0a0a0a;
}

.black-box-elite-page__overview-copy p,
.black-box-elite-page__text-block p,
.black-box-elite-page__final-copy p,
.black-box-elite-page__final-specs li {
	margin: 0;
	font-size: clamp(0.98rem, 1.15vw, 1.0625rem);
	line-height: 1.2;
	color: rgba(17, 17, 17, 0.82);
}

.black-box-elite-page__overview-media {
	display: grid;
	place-items: end center;
}

.black-box-elite-page__overview-media img {
	display: block;
	width: 100%;
	height: auto;
}

.black-box-elite-page__systems {
	border-top: 0.3125rem solid #fff;
	background: var(--black-box-surface);
}

.black-box-elite-page__systems-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 37.2rem) minmax(0, 1fr);
	gap: clamp(1.75rem, 3vw, 3.5625rem);
	align-items: center;
	padding: clamp(5rem, 7vw, 6.25rem) 0 clamp(3rem, 5vw, 3.125rem);
}

.black-box-elite-page__systems-column {
	display: grid;
	gap: clamp(2rem, 4vw, 3rem);
}

.black-box-elite-page__systems-column--left {
	padding-left: clamp(0rem, 5vw, 6.875rem);
	padding-right: 1.5rem;
}

.black-box-elite-page__systems-column--right {
	padding-left: 1.5rem;
	padding-right: clamp(0rem, 5vw, 6.875rem);
}

.black-box-elite-page__text-block {
	display: grid;
	gap: 0.9rem;
}

.black-box-elite-page__text-block h2,
.black-box-elite-page__final-copy h2,
.black-box-elite-page__final-specs h2 {
	margin: 0;
	font-size: clamp(1.7rem, 2.25vw, 1.875rem);
	line-height: 1.1;
	color: #000;
}

.black-box-elite-page__text-eyebrow {
	margin: 0;
	font-size: clamp(0.98rem, 1.15vw, 1.0625rem) !important;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
	color: #000 !important;
}

.black-box-elite-page__systems-media img {
	display: block;
	width: min(100%, 37.2rem);
	max-width: 100%;
	height: auto;
	margin-inline: auto;
}

.black-box-elite-page__compare-section {
	padding: clamp(3.125rem, 5vw, 4.75rem) 0;
	background:
		radial-gradient(circle at 50% 0%, rgba(97, 0, 0, 0.2), transparent 24%),
		linear-gradient(180deg, #040404 0%, #080808 100%);
}

.black-box-elite-page__compare-header {
	display: grid;
	gap: 0.6rem;
	justify-items: center;
	width: min(100%, 46rem);
	margin: 0 auto clamp(2rem, 4vw, 3.125rem);
	text-align: center;
}

.black-box-elite-page__compare-header h2 {
	display: grid;
	gap: 0.1rem;
	margin: 0;
	font-size: clamp(2.3rem, 3vw, 2.8125rem);
	line-height: 1.04;
	color: color-mix(in srgb, var(--accent-bright) 84%, #ffd978);
}

.black-box-elite-page__compare-header p {
	margin: 0;
	font-size: clamp(1.35rem, 2.15vw, 2rem);
	line-height: 1.2;
	color: #fff;
}

.black-box-elite-page__compare {
	--image-compare-position: 50%;
	position: relative;
	aspect-ratio: 1210 / 706.63;
	overflow: hidden;
	border-radius: 1.75rem;
	background: #111;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
	touch-action: none;
}

.black-box-elite-page__compare-base,
.black-box-elite-page__compare-overlay-image {
	position: absolute;
	inset: 0;
}

.black-box-elite-page__compare-base img,
.black-box-elite-page__compare-overlay-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.black-box-elite-page__compare-overlay-image {
	clip-path: inset(0 calc(100% - var(--image-compare-position)) 0 0);
}

.black-box-elite-page__compare-label {
	position: absolute;
	top: 50%;
	z-index: 3;
	padding: 0.4rem 0.7rem;
	border-radius: 0.25rem;
	background: rgba(0, 0, 0, 0.26);
	font-size: 0.875rem;
	line-height: 1;
	color: #fff;
	backdrop-filter: blur(4px);
	transform: translateY(-50%);
}

.black-box-elite-page__compare-label--left {
	left: 0.75rem;
}

.black-box-elite-page__compare-label--right {
	right: 0.75rem;
}

.black-box-elite-page__compare-handle {
	position: absolute;
	left: var(--image-compare-position);
	top: 50%;
	z-index: 4;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: 4px solid #fff;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 0 12px rgba(51, 51, 51, 0.45);
	transform: translate(-50%, -50%);
	cursor: col-resize;
}

.black-box-elite-page__compare-handle::before,
.black-box-elite-page__compare-handle::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 4px;
	background: #fff;
	box-shadow: 0 0 12px rgba(51, 51, 51, 0.45);
	transform: translateX(-50%);
}

.black-box-elite-page__compare-handle::before {
	bottom: 50%;
	height: 100vmax;
}

.black-box-elite-page__compare-handle::after {
	top: 50%;
	height: 100vmax;
}

.black-box-elite-page__compare-handle:focus-visible {
	outline: none;
	box-shadow:
		0 0 0 4px color-mix(in srgb, var(--black-box-accent) 34%, transparent),
		0 0 12px rgba(51, 51, 51, 0.45);
}

.black-box-elite-page__compare-handle.is-dragging {
	cursor: grabbing;
}

.black-box-elite-page__compare-arrow {
	position: absolute;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	transform: translateY(-50%);
}

.black-box-elite-page__compare-arrow--left {
	left: 0.35rem;
	border-right: 7px solid #fff;
}

.black-box-elite-page__compare-arrow--right {
	right: 0.35rem;
	border-left: 7px solid #fff;
}

.black-box-elite-page__final {
	background: #fff;
}

.black-box-elite-page__final-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 34.4375rem) minmax(0, 1fr);
	gap: clamp(1.5rem, 3vw, 3.55rem);
	align-items: center;
	padding: clamp(7rem, 10vw, 13.125rem) 0 0.625rem;
}

.black-box-elite-page__final-copy {
	display: grid;
	gap: 0.9rem;
	padding-left: clamp(0rem, 5vw, 6.875rem);
	padding-right: 1.5rem;
}

.black-box-elite-page__final-media img {
	display: block;
	width: min(100%, 34.4375rem);
	max-width: 100%;
	height: auto;
	margin-inline: auto;
}

.black-box-elite-page__final-specs {
	display: grid;
	gap: 0.9rem;
	padding-left: 1.5rem;
	padding-right: clamp(0rem, 5vw, 6.875rem);
}

.black-box-elite-page__final-specs ul {
	display: grid;
	gap: 0.1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.black-box-elite-page__final-specs li {
	position: relative;
	padding-left: 1rem;
}

.black-box-elite-page__final-specs li::before {
	content: "\2022";
	position: absolute;
	left: 0;
	top: 0;
	color: rgba(17, 17, 17, 0.82);
}

@media (max-width: 900px) {
	.black-box-elite-page__overview-grid,
	.black-box-elite-page__systems-grid,
	.black-box-elite-page__final-grid {
		grid-template-columns: 1fr;
	}

	.black-box-elite-page__systems-column--left,
	.black-box-elite-page__systems-column--right,
	.black-box-elite-page__final-copy,
	.black-box-elite-page__final-specs {
		padding-inline: 0;
	}

	.black-box-elite-page__systems,
	.black-box-elite-page__final {
		padding-inline: 1rem;
	}

	.black-box-elite-page__overview-copy,
	.black-box-elite-page__hero-copy {
		padding-inline: 1rem;
	}

	.black-box-elite-page__compare-label {
		font-size: 0.78rem;
	}

	.black-box-elite-page__compare-handle {
		width: 2.2rem;
		height: 2.2rem;
		border-width: 3px;
	}

	.black-box-elite-page__compare-handle::before,
	.black-box-elite-page__compare-handle::after {
		width: 3px;
	}

	.black-box-elite-page__compare-arrow {
		border-top-width: 5px;
		border-bottom-width: 5px;
	}

	.black-box-elite-page__compare-arrow--left {
		border-right-width: 6px;
	}

	.black-box-elite-page__compare-arrow--right {
		border-left-width: 6px;
	}

	.system-modularity-page__section--hero {
		padding-top: clamp(6.8rem, 14vw, 7.75rem);
	}
}

.primary-nav__item:hover .mega-panel,
.primary-nav__item:focus-within .mega-panel {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate(0, 1rem);
}

.primary-nav__item.is-open .mega-panel {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(0, 0);
}

.technology-detail-page__header h1,
.system-modularity-page__section--hero .system-modularity-page__header h1,
.product-family-page__hero h1,
.product-family-page--mobile .product-family-page__hero h1,
.product-e300-page__hero-copy h1,
.black-box-elite-page__hero-copy h1,
.accessory-detail-page__hero-copy h1,
.video-library-page__hero-inner h1,
.partner-page__hero-inner h1,
.blog-index-page__hero-inner h1,
.blog-post-page__hero-inner h1 {
	width: min(100%, 60rem);
	max-width: none;
	margin-inline: auto;
	font-size: var(--inner-hero-title);
	line-height: 1.01;
	letter-spacing: 0.02em;
	text-wrap: balance;
	white-space: normal;
	text-transform: none;
}

.technology-detail-page__summary,
.product-family-page__summary,
.product-family-page--mobile .product-family-page__summary,
.product-e300-page__hero-summary,
.black-box-elite-page__hero-summary,
.video-library-page__summary,
.partner-page__summary,
.blog-index-page__hero-inner p,
.blog-post-page__hero-inner > p:last-child {
	max-width: 60rem;
}

.product-family-page__copy h2,
.product-family-page--mobile .product-family-page__copy h2,
.product-e300-page__card-copy h2,
.product-e300-page__section-header h2,
.product-e300-page__list-title,
.black-box-elite-page__overview-copy h2,
.black-box-elite-page__text-block h2,
.black-box-elite-page__final-copy h2,
.black-box-elite-page__final-specs h2,
.accessory-detail-page__copy h2,
.accessory-detail-page__text-block h2,
.accessory-detail-page__specs h2 {
	font-size: var(--inner-section-title);
	line-height: 1.05;
}

.product-family-page--mobile .product-family-page__hero {
	padding-top: var(--inner-hero-top);
}

.black-box-elite-page__compare--axis-y .black-box-elite-page__compare-overlay-image {
	clip-path: inset(0 0 calc(100% - var(--image-compare-position)) 0);
}

.black-box-elite-page__compare--axis-y .black-box-elite-page__compare-label {
	left: 50%;
	top: auto;
	transform: translateX(-50%);
}

.black-box-elite-page__compare--axis-y .black-box-elite-page__compare-label--top {
	top: 0.75rem;
}

.black-box-elite-page__compare--axis-y .black-box-elite-page__compare-label--bottom {
	bottom: 0.75rem;
}

.black-box-elite-page__compare--axis-y .black-box-elite-page__compare-handle--axis-y {
	left: 50%;
	top: var(--image-compare-position);
	cursor: row-resize;
}

.black-box-elite-page__compare--axis-y .black-box-elite-page__compare-handle--axis-y::before,
.black-box-elite-page__compare--axis-y .black-box-elite-page__compare-handle--axis-y::after {
	top: 50%;
	left: auto;
	width: 100vmax;
	height: 4px;
	transform: translateY(-50%);
}

.black-box-elite-page__compare--axis-y .black-box-elite-page__compare-handle--axis-y::before {
	right: 50%;
	bottom: auto;
}

.black-box-elite-page__compare--axis-y .black-box-elite-page__compare-handle--axis-y::after {
	left: 50%;
	top: 50%;
}

.black-box-elite-page__compare-arrow--up,
.black-box-elite-page__compare-arrow--down {
	left: 50%;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	transform: translateX(-50%);
}

.black-box-elite-page__compare-arrow--up {
	top: 0.35rem;
	border-bottom: 7px solid #fff;
}

.black-box-elite-page__compare-arrow--down {
	bottom: 0.35rem;
	border-top: 7px solid #fff;
}

.accessory-detail-page {
	background: #fff;
	color: #111;
}

.accessory-detail-page__hero {
	position: relative;
	padding: 0 0 clamp(2rem, 3vw, 3rem);
	background:
		radial-gradient(circle at 50% 0%, rgba(97, 0, 0, 0.34), rgba(97, 0, 0, 0.1) 16%, transparent 34%),
		linear-gradient(180deg, #040404 0%, #080808 58%, #050505 100%);
	overflow: clip;
}

.accessory-detail-page__hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--accessory-hero-bg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.94;
}

.accessory-detail-page__hero-shell,
.accessory-detail-page__shell {
	position: relative;
	z-index: 1;
	width: min(calc(100% - 2rem), 81.875rem);
	margin-inline: auto;
}

.accessory-detail-page__hero-shell {
	display: grid;
	grid-template-rows: auto 1fr;
	justify-items: center;
	min-height: clamp(34rem, 46vw, 43rem);
	gap: clamp(0.9rem, 1.8vw, 1.35rem);
	padding-top: var(--product-hero-offset);
}

.accessory-detail-page__hero-copy {
	display: grid;
	gap: 0.85rem;
	justify-items: center;
	width: min(100%, 60rem);
	padding-top: 0;
	text-align: center;
}

.accessory-detail-page__hero-summary {
	display: grid;
	gap: 0;
	width: min(100%, var(--inner-hero-copy-max));
}

.accessory-detail-page__hero-summary p {
	margin: 0;
	max-width: var(--inner-hero-copy-max);
	font-size: var(--inner-hero-summary);
	line-height: 1.5;
	color: #fff;
	width: min(100%, 60rem);
	margin-inline: auto;
}

.accessory-detail-page__hero-media {
	align-self: end;
	width: 100%;
}

.accessory-detail-page__hero-media img {
	display: block;
	width: min(100%, 32rem);
	max-width: 100%;
	height: auto;
	margin-inline: auto;
}

.accessory-detail-page__intro,
.accessory-detail-page__details {
	background: #f5f5f7;
}

.accessory-detail-page__intro {
	border-top: 0.625rem solid #fff;
}

.accessory-detail-page__shell--intro,
.accessory-detail-page__shell--final {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 34rem);
	gap: clamp(2rem, 4vw, 4rem);
	align-items: center;
	padding: clamp(4rem, 6vw, 6.25rem) 0;
}

.accessory-detail-page__shell--intro-no-media {
	grid-template-columns: minmax(0, 1fr);
}

.accessory-detail-page__copy,
.accessory-detail-page__text-block,
.accessory-detail-page__specs {
	display: grid;
	gap: 0.9rem;
}

.accessory-detail-page__intro-columns {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.5rem, 3vw, 3rem);
}

.accessory-detail-page__intro-column {
	display: grid;
	gap: 0.55rem;
	align-content: start;
	text-align: center;
}

.accessory-detail-page__intro-column h2 {
	margin: 0;
	font-size: clamp(1.7rem, 2.3vw, 2.05rem);
	line-height: 1.08;
	color: #111;
}

.accessory-detail-page__intro-subtitle {
	margin: 0;
	font-size: clamp(0.9rem, 1vw, 1rem);
	line-height: 1.3;
	color: rgba(17, 17, 17, 0.66);
}

.accessory-detail-page__copy p,
.accessory-detail-page__text-block p,
.accessory-detail-page__specs li {
	margin: 0;
	font-size: clamp(0.98rem, 1.15vw, 1.0625rem);
	line-height: 1.2;
	color: rgba(17, 17, 17, 0.82);
}

.accessory-detail-page__intro-media img,
.accessory-detail-page__details-media img,
.accessory-detail-page__final-media img {
	display: block;
	width: 100%;
	max-width: 34rem;
	height: auto;
	margin-inline: auto;
}

.accessory-detail-page__shell--details {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 33rem) minmax(0, 1fr);
	gap: clamp(1.75rem, 3vw, 3.5rem);
	align-items: center;
	padding: clamp(5rem, 7vw, 6.25rem) 0;
}

.accessory-detail-page__column {
	display: grid;
	gap: clamp(2rem, 4vw, 3rem);
}

.accessory-detail-page__final {
	background: #fff;
}

.accessory-detail-page__specs ul {
	display: grid;
	gap: 0.2rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.accessory-detail-page__specs li {
	position: relative;
	padding-left: 1rem;
}

.accessory-detail-page__specs li::before {
	content: "\2022";
	position: absolute;
	left: 0;
	top: 0;
}

.accessory-detail-page__feature-stack {
	padding: 0.625rem;
	background: #fff;
}

.accessory-detail-page__feature-shell {
	width: min(100%, 118.4375rem);
	margin-inline: auto;
	display: grid;
	gap: 0.625rem;
}

.accessory-detail-page__feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.625rem;
}

.accessory-detail-page__feature-card {
	display: grid;
	align-content: start;
	gap: clamp(2rem, 4vw, 3.125rem);
	min-height: 100%;
	padding: clamp(4rem, 6vw, 6.25rem) 0 0.3125rem;
	background: #f5f5f7;
}

.accessory-detail-page__feature-copy {
	display: grid;
	gap: 0.7rem;
	justify-items: center;
	padding-inline: clamp(1.5rem, 5vw, 6.25rem);
	text-align: center;
}

.accessory-detail-page__feature-copy h2 {
	margin: 0;
	font-size: var(--inner-section-title);
	line-height: 1.05;
	color: #000;
}

.accessory-detail-page__feature-subtitle {
	margin: 0;
	font-size: clamp(1.1875rem, 1.85vw, 1.4375rem);
	line-height: 1.2;
	color: #0a0a0a;
}

.accessory-detail-page__feature-copy p {
	margin: 0;
	font-size: clamp(0.98rem, 1.15vw, 1.0625rem);
	line-height: 1.2;
	color: rgba(17, 17, 17, 0.82);
}

.accessory-detail-page__feature-media {
	display: grid;
	place-items: end center;
}

.accessory-detail-page__feature-media img {
	display: block;
	width: min(100%, 75.625rem);
	height: auto;
	margin-inline: auto;
}

.accessory-detail-page__feature-card--single .accessory-detail-page__feature-copy {
	width: min(100%, 70rem);
	margin-inline: auto;
}

.accessory-detail-page__feature-card--single {
	background: #fff;
}

.accessory-detail-page--housing-mount .accessory-detail-page__hero,
.accessory-detail-page--housing-mount-extender .accessory-detail-page__hero,
.accessory-detail-page--cartridges .accessory-detail-page__hero,
.accessory-detail-page--system-testing-accessories .accessory-detail-page__hero {
	background:
		linear-gradient(180deg, rgba(4, 4, 4, 0.16), rgba(4, 4, 4, 0.42)),
		#050505;
}

.accessory-detail-page--housing-mount .accessory-detail-page__hero::before,
.accessory-detail-page--housing-mount-extender .accessory-detail-page__hero::before,
.accessory-detail-page--cartridges .accessory-detail-page__hero::before,
.accessory-detail-page--system-testing-accessories .accessory-detail-page__hero::before {
	background-position: center bottom;
	background-size: min(100%, 75.625rem) auto;
	opacity: 1;
}

.video-library-page {
	background: #050505;
}

.video-library-page__hero {
	position: relative;
	padding: var(--inner-hero-top) 0 var(--inner-hero-bottom);
	background:
		linear-gradient(180deg, rgba(4, 4, 5, 0.76), rgba(4, 4, 5, 0.9)),
		var(--video-library-hero);
	background-position: center;
	background-size: cover;
}

.video-library-page__hero-inner,
.video-library-page__grid {
	width: min(calc(100% - 2rem), var(--inner-hero-max));
	margin-inline: auto;
}

.video-library-page__hero-inner {
	display: grid;
	gap: 0.95rem;
	justify-items: center;
	text-align: center;
}

.video-library-page__summary {
	display: grid;
	gap: 0.45rem;
	width: min(100%, var(--inner-hero-copy-max));
}

.video-library-page__summary p {
	margin: 0;
	max-width: none;
	font-size: var(--inner-hero-summary);
	line-height: 1.5;
	color: #fff;
	text-align: center;
}

.video-library-page__section {
	padding: clamp(2rem, 4vw, 3rem) 0 clamp(4rem, 6vw, 5rem);
	background: #0a0a0a;
}

.video-library-page__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.video-library-page__frame {
	padding: 0.7rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.6rem;
	background:
		radial-gradient(circle at top left, rgba(97, 0, 0, 0.16), transparent 44%),
		linear-gradient(180deg, rgba(18, 14, 14, 0.98), rgba(11, 10, 10, 1));
}

.video-library-page__embed {
	position: relative;
	overflow: hidden;
	border-radius: 1.1rem;
	background: #000;
}

.video-library-page__embed iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
}

.video-library-page__cover {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	gap: 1rem;
	padding: 1.5rem;
	border: 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.62)),
		var(--video-library-poster);
	background-size: cover;
	background-position: center;
	color: #fff;
	text-align: center;
	transition: opacity 0.24s ease, visibility 0.24s ease;
}

.video-library-page__cover.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.video-library-page__play {
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
	position: relative;
	backdrop-filter: blur(6px);
}

.video-library-page__play::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 0.65rem solid transparent;
	border-bottom: 0.65rem solid transparent;
	border-left: 1rem solid #fff;
	transform: translate(-35%, -50%);
}

.video-library-page__cover-copy {
	display: grid;
	gap: 0.25rem;
}

.video-library-page__cover-copy strong {
	font-size: clamp(1.55rem, 2vw, 2.15rem);
	line-height: 1.08;
}

.video-library-page__cover-copy em {
	font-style: normal;
	font-size: clamp(1rem, 1.25vw, 1.12rem);
	line-height: 1.2;
	color: color-mix(in srgb, var(--accent-bright) 88%, #ffd978);
}

.faq-page,
.partners-page,
.partner-page__section,
.contact-page,
.blog-index-page__section,
.blog-post-page__section,
.blog-post-page__related {
	background: #050505;
}

.about-founders {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--space-xl);
}

.about-founder-card {
	display: grid;
	grid-template-columns: 8rem minmax(0, 1fr);
	gap: 1.5rem;
	padding: clamp(1.5rem, 2.6vw, 2rem);
	border-radius: 1.6rem;
	background:
		radial-gradient(circle at top left, rgba(97, 0, 0, 0.12), transparent 42%),
		#101010;
	color: #fff;
}

.about-founder-card__media {
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 1.25rem;
	background:
		radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.08), transparent 40%),
		linear-gradient(180deg, rgba(97, 0, 0, 0.46), rgba(20, 12, 12, 0.95));
	font-family: var(--font-display);
	font-size: 2rem;
	letter-spacing: 0.16em;
}

.about-founder-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-founder-card__copy {
	display: grid;
	gap: 0.45rem;
	align-content: center;
}

.about-founder-card__copy h3,
.about-founder-card__copy p {
	margin: 0;
}

.about-founder-card__role {
	color: color-mix(in srgb, var(--accent-bright) 88%, #ffd978);
}

.faq-page__shell,
.partners-page__shell,
.partner-page__shell,
.contact-page__shell,
.blog-post-page__shell,
.blog-post-page__related-shell {
	width: min(calc(100% - 2rem), 76rem);
	margin-inline: auto;
}

.faq-page,
.partners-page,
.partner-page__section,
.contact-page,
.blog-index-page__section,
.blog-post-page__section {
	padding: clamp(4rem, 6vw, 6rem) 0;
}

.faq-page__intro,
.partners-page__intro,
.blog-post-page__related-header {
	display: grid;
	gap: 0.9rem;
	width: min(100%, 60rem);
	margin-bottom: clamp(2rem, 4vw, 3rem);
}

.faq-page__intro h2,
.partners-page__intro h2,
.partner-page__copy h2,
.contact-page__panel h2,
.blog-post-page__related-header h2 {
	margin: 0;
	font-size: var(--inner-section-title);
	line-height: 1.05;
}

.faq-page__intro p,
.partners-page__intro p,
.partner-page__copy p,
.contact-page__panel p,
.blog-post-page__aside-card p {
	margin: 0;
	color: #fff;
}

.faq-page__layout,
.partner-page__shell--split,
.contact-page__content,
.blog-post-page__shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(18rem, 28rem);
	gap: clamp(2rem, 4vw, 4rem);
}

.partner-page__shell--copy,
.partner-page__shell--form {
	width: min(calc(100% - 2rem), 62rem);
	margin-inline: auto;
}

.faq-page__list {
	display: grid;
	gap: 1rem;
}

.faq-page__item,
.faq-page__callout,
.partner-page__form-card,
.contact-page__panel,
.blog-post-page__aside-card {
	padding: clamp(1.5rem, 2.8vw, 2rem);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.6rem;
	background:
		radial-gradient(circle at top left, rgba(97, 0, 0, 0.16), transparent 46%),
		linear-gradient(180deg, rgba(20, 16, 16, 0.98), rgba(12, 10, 10, 1));
}

.faq-page__callout,
.contact-page__panel--form {
	align-self: start;
	display: grid;
	gap: 1rem;
}

.partner-page__hero,
.blog-index-page__hero,
.blog-post-page__hero {
	position: relative;
	padding: calc(var(--site-header-height, 0px) + clamp(1.75rem, 2.7vw, 2.4rem)) 0 clamp(3rem, 5vw, 4.5rem);
	background:
		linear-gradient(180deg, rgba(4, 4, 5, 0.72), rgba(4, 4, 5, 0.9)),
		var(--partner-hero-bg, var(--blog-hero-image, var(--blog-post-image)));
	background-position: center;
	background-size: cover;
}

.partner-page__hero {
	background:
		linear-gradient(180deg, rgba(4, 4, 5, 0.42), rgba(4, 4, 5, 0.64)),
		var(--partner-hero-bg);
	background-position: center;
	background-size: cover;
}

.blog-index-page__hero {
	border-bottom: 0.625rem solid #fff;
}

.partner-page__hero,
.contact-page-layout__hero,
.partners-directory-page__hero {
	border-bottom: 0.625rem solid #fff;
}

.partner-page__hero-inner,
.blog-index-page__hero-inner,
.blog-post-page__hero-inner {
	width: min(calc(100% - 2rem), 75.625rem);
	margin-inline: auto;
	display: grid;
	gap: 1rem;
	justify-items: center;
	text-align: center;
}

.partner-page__summary p {
	margin: 0;
	color: #fff;
}

.partner-page__placeholder-label,
.contact-page__placeholder-label {
	font-size: 0.75rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: color-mix(in srgb, var(--accent-bright) 88%, #ffd978);
}

.partner-page__placeholder-code,
.contact-page__placeholder-code {
	padding: 0.75rem 0.9rem;
	border-radius: 0.8rem;
	background: rgba(255, 255, 255, 0.05);
	font-family: var(--font-display);
	font-size: 0.88rem;
	color: #fff;
}

.partner-page__placeholder-form,
.contact-page__placeholder-form {
	display: grid;
	gap: 1rem;
}

.partner-page__form-kicker,
.contact-page__form-kicker {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.7;
	color: #fff;
}

.partner-page__placeholder-form label,
.contact-page__placeholder-form label {
	display: grid;
	gap: 0.45rem;
}

.partner-page__placeholder-form span,
.contact-page__placeholder-form span {
	font-size: 0.9rem;
	color: #fff;
}

.partner-page__placeholder-form input,
.partner-page__placeholder-form select,
.partner-page__placeholder-form textarea,
.contact-page__placeholder-form input,
.contact-page__placeholder-form textarea {
	width: 100%;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0.95rem;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	font: inherit;
}

.partner-page__checkbox {
	grid-template-columns: auto 1fr;
	align-items: start;
}

.partner-page__checkbox input {
	width: 1rem;
	height: 1rem;
	margin-top: 0.2rem;
}

.partner-page__shell--video {
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.5rem);
}

.partner-page__video-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1rem, 2.5vw, 1.5rem);
}

.partner-page__video-card {
	display: grid;
	gap: 1rem;
}

.partner-page__video-copy {
	display: grid;
	gap: 0.9rem;
	width: min(100%, 60rem);
}

.partner-page__video-copy h2,
.partner-page__video-copy p {
	margin: 0;
}

.partner-page__video-frame {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.6rem;
	background:
		radial-gradient(circle at top left, rgba(97, 0, 0, 0.16), transparent 44%),
		linear-gradient(180deg, rgba(18, 14, 14, 0.98), rgba(11, 10, 10, 1));
	box-shadow: var(--shadow-lg);
}

.partner-page__video-frame iframe {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 0;
}

.partner-page__video-meta {
	display: grid;
	gap: 0.5rem;
}

.partner-page__video-meta h3,
.partner-page__video-meta p {
	margin: 0;
}

.partner-page__shell--form .partner-page__form-card {
	width: 100%;
}

.contact-page__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-page__panel {
	display: grid;
	gap: 1.25rem;
	align-content: start;
}

.contact-page__card {
	display: grid;
	gap: 0.35rem;
	padding: 1rem;
	border-radius: 1rem;
	background: rgba(255, 255, 255, 0.04);
}

.contact-page__card span {
	font-size: 0.8rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
}

.contact-page__card a,
.contact-page__card strong {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
}

.contact-page__trap {
	display: none !important;
}

.contact-page__form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.phantomfog-cf7-shortcode,
.phantomfog-cf7-shortcode .wpcf7,
.phantomfog-cf7-shortcode .wpcf7 form,
.phantomfog-cf7 {
	display: grid;
	gap: 1rem;
	width: 100%;
}

.phantomfog-cf7-shortcode .wpcf7 p,
.phantomfog-cf7-shortcode .wpcf7-response-output {
	margin: 0;
	max-width: none;
}

.phantomfog-cf7-shortcode .wpcf7 p {
	width: 100%;
}

.phantomfog-cf7-shortcode .wpcf7-form-control-wrap {
	display: block;
}

.phantomfog-cf7__field {
	display: grid;
	gap: 0.45rem;
}

.phantomfog-cf7__span-full {
	grid-column: 1 / -1;
}

.phantomfog-cf7__field > span,
.phantomfog-cf7__acceptance {
	font-size: 0.9rem;
	color: #fff;
}

.phantomfog-cf7__control {
	width: 100%;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 0.95rem;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	font: inherit;
	transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.phantomfog-cf7__control::placeholder {
	color: #fff;
}

.phantomfog-cf7__control:focus {
	outline: none;
	border-color: color-mix(in srgb, var(--accent-bright) 72%, #fff 12%);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 0 0 4px rgba(97, 0, 0, 0.18);
}

.phantomfog-cf7__control--textarea {
	min-height: 7.25rem;
	resize: vertical;
}

.phantomfog-cf7__actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-wrap: wrap;
	width: 100%;
}

.phantomfog-cf7__submit {
	margin: 0;
	width: 100%;
}

.phantomfog-cf7__submit .wpcf7-submit {
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	cursor: pointer;
	width: 100%;
}

.phantomfog-cf7__acceptance .wpcf7-list-item {
	margin: 0;
}

.phantomfog-cf7__acceptance label {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 0.7rem;
}

.phantomfog-cf7__acceptance input {
	width: 1rem;
	height: 1rem;
	margin-top: 0.2rem;
	accent-color: var(--accent-bright);
}

.phantomfog-cf7-shortcode .wpcf7-not-valid-tip {
	margin-top: 0.45rem;
	font-size: 0.82rem;
	color: #ffb4b4;
}

.phantomfog-cf7-shortcode .wpcf7 form .wpcf7-response-output {
	padding: 0.9rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 1rem;
	font-size: 0.92rem;
	line-height: 1.6;
	color: #fff;
	background: rgba(255, 255, 255, 0.05);
}

.phantomfog-cf7-shortcode .wpcf7 form.sent .wpcf7-response-output {
	border-color: rgba(118, 196, 138, 0.42);
	background: rgba(118, 196, 138, 0.12);
	color: #e7ffed;
}

.phantomfog-cf7-shortcode .wpcf7 form.invalid .wpcf7-response-output,
.phantomfog-cf7-shortcode .wpcf7 form.failed .wpcf7-response-output,
.phantomfog-cf7-shortcode .wpcf7 form.aborted .wpcf7-response-output,
.phantomfog-cf7-shortcode .wpcf7 form.unaccepted .wpcf7-response-output,
.phantomfog-cf7-shortcode .wpcf7 form.spam .wpcf7-response-output {
	border-color: rgba(255, 157, 157, 0.34);
	background: rgba(132, 28, 28, 0.2);
	color: #ffd6d6;
}

.phantomfog-cf7-shortcode .wpcf7-spinner {
	margin: 0;
	width: 1rem;
	height: 1rem;
	background: color-mix(in srgb, var(--accent-bright) 78%, #fff 22%);
	opacity: 0.85;
}

.site-footer__newsletter-shortcode,
.site-footer__newsletter-shortcode .wpcf7,
.site-footer__newsletter-shortcode .wpcf7 form {
	gap: 0.85rem;
}

.site-footer__newsletter-form .phantomfog-cf7__field > span,
.site-footer__newsletter-form .phantomfog-cf7__acceptance {
	color: var(--ink);
}

.site-footer__newsletter-form .phantomfog-cf7__control {
	min-height: 4.25rem;
	padding-inline: 1.3rem;
	border-color: var(--paper-line);
	border-radius: 1.35rem;
	background: rgba(255, 255, 255, 0.88);
	color: var(--ink);
}

.site-footer__newsletter-form .phantomfog-cf7__control::placeholder {
	color: color-mix(in srgb, var(--ink-soft) 72%, transparent);
}

.site-footer__newsletter-form .phantomfog-cf7__control:focus {
	border-color: color-mix(in srgb, var(--accent) 38%, var(--paper-line));
	background: #fff;
	box-shadow: 0 0 0 4px rgba(97, 0, 0, 0.08);
}

.site-footer__newsletter-form .phantomfog-cf7__control--textarea {
	min-height: 7.25rem;
}

.site-footer__newsletter-form .phantomfog-cf7__actions--footer {
	justify-content: flex-start;
}

.site-footer__newsletter-form .phantomfog-cf7__submit .wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: auto;
	padding: 0.95rem 1.4rem;
	border-radius: var(--radius-pill);
	border: 1px solid transparent;
	background: linear-gradient(135deg, color-mix(in srgb, var(--accent-bright) 80%, #fff 6%), var(--accent));
	box-shadow: 0 14px 34px rgba(97, 0, 0, 0.34);
	color: var(--text);
	font-family: var(--font-body);
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: uppercase;
	transition: transform var(--transition), background-color var(--transition), border-color var(--transition), color var(--transition), box-shadow var(--transition);
}

.site-footer__newsletter-form .phantomfog-cf7__submit .wpcf7-submit:hover,
.site-footer__newsletter-form .phantomfog-cf7__submit .wpcf7-submit:focus-visible {
	transform: translateY(-2px);
}

.partner-page__form-shortcode,
.partner-page__form-shortcode .wpcf7,
.partner-page__form-shortcode .wpcf7 form,
.partner-page__form-shortcode .phantomfog-cf7,
.partner-page__form-shortcode .contact-page__form-grid {
	width: 100%;
}

.partner-page__form-shortcode .phantomfog-cf7 {
	display: grid;
	gap: 1rem;
}

.partner-page__form-shortcode .contact-page__form-grid > p,
.partner-page__form-shortcode .phantomfog-cf7 > p,
.partner-page__form-shortcode .phantomfog-cf7__field,
.partner-page__form-shortcode .wpcf7-form-control-wrap,
.partner-page__form-shortcode .phantomfog-cf7__control,
.partner-page__form-shortcode .phantomfog-cf7__submit,
.partner-page__form-shortcode .phantomfog-cf7__submit .wpcf7-submit {
	width: 100%;
}

.partner-page__form-shortcode .phantomfog-cf7__actions {
	display: block;
	width: 100%;
}

.site-footer__newsletter-form .phantomfog-cf7-shortcode .wpcf7 form .wpcf7-response-output {
	border-color: rgba(97, 0, 0, 0.12);
	background: rgba(255, 255, 255, 0.66);
	color: var(--ink);
}

.site-footer__newsletter-form .phantomfog-cf7-shortcode .wpcf7 form.sent .wpcf7-response-output {
	border-color: rgba(92, 149, 108, 0.28);
	background: rgba(118, 196, 138, 0.12);
	color: #294333;
}

.site-footer__newsletter-form .phantomfog-cf7-shortcode .wpcf7 form.invalid .wpcf7-response-output,
.site-footer__newsletter-form .phantomfog-cf7-shortcode .wpcf7 form.failed .wpcf7-response-output,
.site-footer__newsletter-form .phantomfog-cf7-shortcode .wpcf7 form.aborted .wpcf7-response-output,
.site-footer__newsletter-form .phantomfog-cf7-shortcode .wpcf7 form.unaccepted .wpcf7-response-output,
.site-footer__newsletter-form .phantomfog-cf7-shortcode .wpcf7 form.spam .wpcf7-response-output {
	border-color: rgba(158, 72, 72, 0.22);
	background: rgba(177, 74, 74, 0.1);
	color: #6f1f1f;
}

.partners-page__bullets {
	display: grid;
	gap: 0.5rem;
	padding-left: 1.25rem;
	list-style: disc;
	color: #fff;
}

.partners-page__region {
	display: grid;
	gap: 1.5rem;
	padding-top: clamp(2.5rem, 4vw, 3rem);
}

.partners-page__region + .partners-page__region {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	margin-top: clamp(2.5rem, 4vw, 3rem);
}

.partners-page__region-header h2,
.partners-page__group h3 {
	margin: 0;
}

.partners-page__group {
	display: grid;
	gap: 1.25rem;
}

.partners-page__group + .partners-page__group {
	margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.partners-page__grid,
.blog-index-page__grid,
.blog-post-page__related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.partners-page__card,
.blog-index-page__card,
.blog-post-page__related-card {
	display: grid;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 1.5rem;
	background:
		radial-gradient(circle at top left, rgba(97, 0, 0, 0.16), transparent 44%),
		linear-gradient(180deg, rgba(18, 14, 14, 0.98), rgba(11, 10, 10, 1));
	color: #fff;
}

.partners-page__card {
	grid-template-rows: auto 1fr;
	padding: 1.25rem;
	border-color: var(--paper-line);
	background: #fff;
	color: var(--ink);
}

.partners-page__card-media {
	display: grid;
	place-items: center;
	min-height: 10.5rem;
	padding: 1rem;
	border-radius: 1rem;
	background: #fff;
}

.partners-page__card-media img {
	display: block;
	max-width: 100%;
	max-height: 6rem;
	width: auto;
	height: auto;
	object-fit: contain;
}

.partners-page__card--partner-l4-security-consulting .partners-page__card-media,
.partners-page__card--partner-excigent .partners-page__card-media,
.partners-page__card--partner-shield-tactical .partners-page__card-media {
	background: linear-gradient(180deg, var(--surface-strong), var(--surface));
}

.partners-page__card-media--fallback {
	font-family: var(--font-display);
	font-size: clamp(1.1rem, 2vw, 1.6rem);
	line-height: 1.15;
	letter-spacing: 0.04em;
	text-align: center;
	text-wrap: balance;
}

.partners-page__card-copy {
	display: grid;
	gap: 0.3rem;
	padding-top: 1rem;
}

.partners-page__card-copy h4,
.blog-index-page__card-copy h2,
.blog-post-page__related-copy h3 {
	margin: 0;
}

.partners-page__card-copy p,
.blog-index-page__card-copy p {
	margin: 0;
	color: var(--ink-soft);
}

.blog-index-page {
	background: #050505;
}

.blog-index-page__shell {
	width: min(calc(100% - 2rem), 76rem);
	margin-inline: auto;
	padding-top: clamp(4rem, 6vw, 6rem);
}

.blog-index-page__card-media img,
.blog-post-page__related-media img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.blog-index-page__card-copy,
.blog-post-page__related-copy {
	display: grid;
	gap: 0.85rem;
	padding: 1.5rem;
}

.blog-index-page__section {
	padding-top: 0;
	padding-bottom: clamp(4rem, 6vw, 6rem);
}

.blog-index-page__grid {
	gap: 0.625rem;
}

.blog-index-page__card {
	grid-template-rows: auto 1fr;
}

.blog-index-page__card-copy {
	grid-template-rows: auto auto 1fr auto;
	align-content: start;
}

.blog-index-page__card-copy h2 a {
	color: inherit;
}

.blog-index-page__card-copy h2,
.blog-index-page__card-copy p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blog-index-page__card-copy h2 {
	-webkit-line-clamp: 2;
}

.blog-index-page__card-copy p {
	color: #fff;
}

.blog-index-page__card-copy p:not(.eyebrow) {
	-webkit-line-clamp: 3;
}

.blog-index-page__pagination {
	width: min(calc(100% - 2rem), 76rem);
	margin: 2rem auto 0;
	display: flex;
	justify-content: center;
}

.blog-index-page__pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.625rem;
}

.blog-index-page__pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.75rem;
	height: 2.75rem;
	padding-inline: 0.9rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: #fff;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.blog-index-page__pagination .page-numbers.current,
.blog-index-page__pagination .page-numbers:hover,
.blog-index-page__pagination .page-numbers:focus-visible {
	background: rgba(97, 0, 0, 0.82);
	border-color: rgba(97, 0, 0, 0.92);
	color: #fff;
}

.blog-post-page__content {
	color: #fff;
}

.blog-post-page__content p,
.blog-post-page__content li,
.blog-post-page__content h2,
.blog-post-page__content h3 {
	color: inherit;
}

.blog-post-page__content h2,
.blog-post-page__content h3 {
	font-family: var(--font-display);
}

.blog-post-page__content a,
.blog-post-page__content a:visited {
	color: var(--accent-bright);
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	text-decoration-color: color-mix(in srgb, var(--accent-bright) 72%, transparent);
	text-underline-offset: 0.18em;
	font-weight: 600;
	transition: color 180ms ease, text-decoration-color 180ms ease;
}

.blog-post-page__content a:hover,
.blog-post-page__content a:focus-visible {
	color: color-mix(in srgb, var(--accent-bright) 82%, #ffd6d6);
	text-decoration-color: currentColor;
}

@media (max-width: 900px) {
	.accessory-detail-page__shell--intro,
	.accessory-detail-page__shell--details,
	.accessory-detail-page__shell--final,
	.accessory-detail-page__intro-columns,
	.accessory-detail-page__feature-grid,
	.about-founders,
	.partner-page__video-grid,
	.video-library-page__grid,
	.faq-page__layout,
	.partner-page__shell--split,
	.contact-page__content,
	.partners-page__grid,
	.blog-index-page__grid,
	.blog-post-page__shell,
	.blog-post-page__related-grid {
		grid-template-columns: 1fr;
	}

	.about-founder-card {
		grid-template-columns: 1fr;
	}

	.contact-page__cards,
	.contact-page__form-grid {
		grid-template-columns: 1fr;
	}

	.contact-page__cards {
		gap: 1rem;
	}

	.black-box-elite-page__compare--axis-y .black-box-elite-page__compare-handle--axis-y::before,
	.black-box-elite-page__compare--axis-y .black-box-elite-page__compare-handle--axis-y::after {
		height: 3px;
	}

	.black-box-elite-page__compare-arrow--up,
	.black-box-elite-page__compare-arrow--down {
		border-left-width: 5px;
		border-right-width: 5px;
	}

	.black-box-elite-page__compare-arrow--up {
		border-bottom-width: 6px;
	}

	.black-box-elite-page__compare-arrow--down {
		border-top-width: 6px;
	}
}

/* Final product and page unification pass */
.primary-nav__item:hover .mega-panel,
.primary-nav__item:focus-within .mega-panel {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translate(0, 1rem);
}

.primary-nav__item.is-open .mega-panel {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(0, 0);
}

.mega-panel__detail-media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 16.5rem;
	padding: 0.5rem;
}

.mega-panel__detail-media img,
.mega-panel__detail--image-only .mega-panel__detail-media img {
	width: auto;
	max-width: 100%;
	max-height: 15.5rem;
	height: 15.5rem;
	object-fit: contain;
	border-radius: 0;
}

.page-hero--products,
.page-hero--accessories {
	padding-top: calc(var(--site-header-height, 0px) + clamp(1.75rem, 2.7vw, 2.4rem));
	padding-bottom: clamp(3rem, 5vw, 4.25rem);
}

.page-hero--products .page-hero__inner,
.page-hero--accessories .page-hero__inner {
	width: min(calc(100% - 2rem), 60rem);
	margin-inline: auto;
	display: grid;
	gap: 1.35rem;
	justify-items: center;
	text-align: center;
}

.page-hero--products .page-hero__inner h1,
.page-hero--accessories .page-hero__inner h1 {
	max-width: 14ch;
	font-size: var(--inner-hero-title);
	line-height: 1.01;
	letter-spacing: 0.02em;
	text-transform: none;
}

.page-hero--products .page-hero__inner p:not(.eyebrow),
.page-hero--accessories .page-hero__inner p:not(.eyebrow) {
	max-width: 60rem;
	margin-inline: auto;
	text-align: center;
}

.page-hero--404 {
	background: linear-gradient(180deg, #020202 0%, #050505 52%, #040404 100%);
}

.page-hero--404 .page-hero__inner,
.page-hero--404 .page-hero__inner h1 {
	color: #fff;
}

.black-box-elite-page__hero-copy {
	padding-top: 0;
}

.accessory-detail-page__hero-copy {
	padding-top: 0;
}

.black-box-elite-page__hero-copy,
.black-box-elite-page__hero-summary,
.accessory-detail-page__hero-copy,
.accessory-detail-page__hero-summary,
.video-library-page__hero-inner,
.partner-page__hero-inner {
	justify-items: center;
	text-align: center;
}

.black-box-elite-page__hero-summary p,
.accessory-detail-page__hero-summary p,
.video-library-page__summary p,
.partner-page__summary p {
	text-align: center;
}

.black-box-elite-page__hero-media,
.accessory-detail-page__hero-media {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 100%;
}

.black-box-elite-page__hero-media img {
	width: min(100%, 38rem);
	max-width: 100%;
	height: auto;
	margin-inline: auto;
}

.black-box-elite-page--black-box-elite .black-box-elite-page__hero-media img {
	width: min(100%, 43rem);
	margin-bottom: -7rem;
}

.black-box-elite-page--black-box-lite .black-box-elite-page__hero-shell {
	min-height: clamp(38rem, 48vw, 46rem);
}

.black-box-elite-page--black-box-lite .black-box-elite-page__hero-media img {
	width: min(100%, 39rem);
	margin-bottom: -15rem;
}

.accessory-detail-page__hero-copy,
.accessory-detail-page__hero-copy h1,
.accessory-detail-page__hero-summary p {
	color: #fff;
}

.accessory-detail-page__hero-shell {
	min-height: clamp(35rem, 47vw, 42rem);
}

.accessory-detail-page__hero-media img {
	width: min(100%, 42rem);
	max-width: 100%;
	height: auto;
	margin-inline: auto;
	margin-bottom: -8rem;
}

.accessory-detail-page--housing-mount .accessory-detail-page__hero-media img {
	width: 100%;
	max-width: 75.625rem;
}

.accessory-detail-page--housing-mount .accessory-detail-page__hero-media {
	max-width: 75.625rem;
	margin-inline: auto;
}

.accessory-detail-page--housing-mount-extender .accessory-detail-page__hero-media img {
	width: min(100%, 43rem);
	margin-bottom: -6rem;
}

.accessory-detail-page--cartridges .accessory-detail-page__hero-media img {
	width: min(100%, 29rem);
	margin-bottom: -10rem;
}

.accessory-detail-page--system-testing-accessories .accessory-detail-page__hero-shell {
	min-height: clamp(24rem, 30vw, 29rem);
}

.accessory-detail-page--system-testing-accessories .accessory-detail-page__hero-copy {
	padding-top: 0;
}

.video-library-page {
	background: #050505;
}

.video-library-page__hero {
	position: relative;
	overflow: clip;
	min-height: 0;
	height: min(500px, calc(100svh - var(--site-header-height, 0px)));
	padding: var(--inner-hero-top) 0 var(--inner-hero-bottom);
	background: #000;
}

.video-library-page__hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.84)),
		var(--video-library-hero);
	background-position: center;
	background-size: cover;
	opacity: 0.34;
}

.video-library-page__hero::after {
	content: "";
	position: absolute;
	inset: auto -12% -25% -12%;
	height: 85%;
	background:
		radial-gradient(ellipse at 50% 0%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.42) 16%, rgba(255, 255, 255, 0.12) 30%, transparent 52%),
		radial-gradient(ellipse at 38% 6%, rgba(255, 255, 255, 0.28), transparent 28%),
		radial-gradient(ellipse at 63% 4%, rgba(255, 255, 255, 0.22), transparent 24%);
	filter: blur(18px);
	opacity: 0.72;
	pointer-events: none;
}

.video-library-page--product-3d-animation .video-library-page__hero::after {
	display: none;
}

.video-library-page--product-3d-animation .video-library-page__hero::before {
	background: var(--video-library-hero);
	background-position: center;
	background-size: cover;
	opacity: 1;
}

.video-library-page__hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	width: min(calc(100% - 2rem), var(--inner-hero-max));
	margin-inline: auto;
	min-height: auto;
	padding-inline: 0;
	justify-items: center;
	align-content: start;
	gap: 0.95rem;
	text-align: center;
}

.video-library-page__summary {
	display: grid;
	width: min(100%, var(--inner-hero-copy-max));
	max-width: 60rem;
	margin-inline: auto;
	justify-items: center;
	gap: 0.45rem;
	text-align: center;
}

.video-library-page__summary p {
	width: min(100%, var(--inner-hero-copy-max));
	margin-inline: auto;
	max-width: none;
	text-align: center;
}

.video-library-page__hero-chevron {
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	border-right: 2px solid rgba(255, 255, 255, 0.9);
	border-bottom: 2px solid rgba(255, 255, 255, 0.9);
	transform: rotate(45deg);
}

.video-library-page__section {
	padding: 10px;
	background: #fff;
}

.video-library-page__grid {
	width: min(100%, 118.75rem);
	gap: 10px;
}

.video-library-page__card {
	background: #000;
}

.video-library-page__frame {
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #000;
}

.video-library-page__embed {
	border-radius: 0;
}

.video-library-page__cover {
	position: absolute;
	inset: 0;
	display: block;
	gap: 0.75rem;
	padding: 1.4rem;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.38)),
		var(--video-library-poster);
}

.video-library-page__play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 4rem;
	height: 4rem;
	background: rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
	z-index: 1;
}

.video-library-page__cover-copy {
	position: absolute;
	left: 1.4rem;
	right: 1.4rem;
	bottom: 1.4rem;
	z-index: 1;
	text-align: center;
}

.video-library-page__cover-copy strong {
	font-family: var(--font-display);
	font-size: clamp(1.5rem, 2vw, 2.35rem);
	line-height: 1.08;
	text-transform: uppercase;
}

.video-library-page__cover-copy em {
	color: #efbe00;
}

.video-library-page__section::after {
	display: none;
}

.brand-page-hero {
	position: relative;
	overflow: clip;
	padding: calc(var(--site-header-height, 0px) + clamp(2.25rem, 4vw, 3rem)) 0 clamp(3rem, 5vw, 4.25rem);
	background:
		radial-gradient(circle at 50% 0%, rgba(97, 0, 0, 0.32), transparent 26%),
		linear-gradient(180deg, #050505 0%, #090909 100%);
}

.brand-page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(120deg, rgba(0, 0, 0, 0.9) 18%, rgba(0, 0, 0, 0.74) 46%, rgba(0, 0, 0, 0.9) 100%),
		var(--brand-page-hero-image);
	background-position: center;
	background-size: cover;
	opacity: 0.9;
}

.brand-page-hero::after {
	content: "";
	position: absolute;
	inset: auto -10% -38% -10%;
	height: 82%;
	background:
		radial-gradient(circle at 50% 0%, rgba(97, 0, 0, 0.5), rgba(97, 0, 0, 0.18) 34%, transparent 66%),
		radial-gradient(circle at 35% 18%, rgba(255, 255, 255, 0.08), transparent 22%),
		radial-gradient(circle at 68% 12%, rgba(255, 255, 255, 0.06), transparent 18%);
	filter: blur(18px);
	opacity: 0.92;
	pointer-events: none;
}

.brand-page-hero__inner {
	position: relative;
	z-index: 1;
	width: min(calc(100% - 2rem), 76rem);
	margin-inline: auto;
	display: grid;
	gap: 1rem;
}

.brand-page-hero__inner h1 {
	width: min(100%, 12ch);
	margin: 0;
	font-size: clamp(3rem, 6.6vw, 5.8rem);
	line-height: 0.94;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
}

.brand-page-hero__lede {
	width: min(100%, 47rem);
	margin: 0;
	font-size: clamp(1.04rem, 1.35vw, 1.2rem);
	line-height: 1.5;
	color: #fff;
}

.about-page__hero,
.contact-page-layout__hero,
.partners-directory-page__hero {
	padding: calc(var(--site-header-height, 0px) + clamp(0.7rem, 1.4vw, 1.05rem)) 0 clamp(3rem, 5vw, 4.25rem);
}

.about-page__hero .brand-page-hero__inner h1,
.contact-page-layout__hero .brand-page-hero__inner h1,
.partners-directory-page__hero .brand-page-hero__inner h1 {
	width: 100%;
	max-width: none;
	font-size: var(--inner-hero-title);
}

.about-page .page-section {
	color: var(--ink);
}

.about-page .page-section .eyebrow {
	color: color-mix(in srgb, var(--accent) 78%, var(--ink));
}

.about-page .page-section .eyebrow::before {
	background: linear-gradient(90deg, color-mix(in srgb, var(--accent) 82%, var(--ink)), transparent);
}

.about-page .page-section .section-heading h2,
.about-page .page-copy h2,
.about-page .about-card h2,
.about-page .about-card h3,
.about-page .about-founder-card h3,
.about-page .about-cta h2 {
	color: var(--ink);
}

.about-page .page-section .section-heading p:last-child,
.about-page .page-copy p,
.about-page .about-card p,
.about-page .about-cta p:not(.eyebrow) {
	color: var(--ink-soft);
}

.about-page .button-primary {
	color: oklch(0.99 0.004 28);
}

.about-page .button-secondary {
	border-color: color-mix(in srgb, var(--accent) 16%, var(--paper-line));
	background: #fff;
	color: var(--ink);
}

.about-page .button-secondary:hover,
.about-page .button-secondary:focus-visible {
	background: var(--paper-soft);
	color: var(--ink);
}

.about-page .page-section:first-of-type {
	padding-top: clamp(4.25rem, 6vw, 5.5rem);
}

.page-section--downloads {
	color: var(--ink);
}

.page-section--downloads .eyebrow {
	color: color-mix(in srgb, var(--accent) 78%, var(--ink));
}

.page-section--downloads .eyebrow::before {
	background: linear-gradient(90deg, color-mix(in srgb, var(--accent) 82%, var(--ink)), transparent);
}

.page-section--downloads .section-heading h2,
.page-section--downloads .download-card h3 {
	color: var(--ink);
}

.page-section--downloads .download-card {
	background: #fff;
	border-color: var(--paper-line);
	box-shadow: 0 14px 30px rgba(16, 12, 12, 0.06);
}

.page-section--downloads .download-card span {
	color: var(--ink-soft);
}

.partners-directory-page .partners-page {
	padding-top: clamp(2rem, 4vw, 3rem);
}

.contact-page-layout .contact-page {
	padding-top: clamp(4rem, 6vw, 5rem);
}

.contact-page__panel h2 {
	font-size: clamp(1.55rem, 2.2vw, 2.25rem);
}

.about-page h2,
.partners-directory-page h2 {
	width: 100%;
	max-width: none;
	font-size: clamp(1.55rem, 2.2vw, 2.25rem);
}

.contact-page-layout h2 {
	width: 100%;
	max-width: none;
}

.partners-page__intro,
.partners-page__region-header,
.partners-page__group h3,
.contact-page__panel h2 {
	color: #fff;
}

@media (min-width: 901px) {
	.accessory-detail-page--cartridges .accessory-detail-page__hero-shell,
	.accessory-detail-page--system-testing-accessories .accessory-detail-page__hero-shell {
		min-height: 53.125rem;
	}
}

@media (max-width: 900px) {
	.mega-panel__detail-media,
	.mega-panel__detail--image-only .mega-panel__detail-media {
		min-height: auto;
	}

	.accessory-detail-page__hero-shell {
		padding-top: 7.2rem;
	}

	.accessory-detail-page__feature-stack {
		padding: 10px;
	}

	.accessory-detail-page__feature-copy {
		padding-inline: 1.25rem;
	}

	.black-box-elite-page--black-box-elite .black-box-elite-page__hero-media img,
	.black-box-elite-page--black-box-lite .black-box-elite-page__hero-media img,
	.accessory-detail-page__hero-media img,
	.accessory-detail-page--cartridges .accessory-detail-page__hero-media img,
	.accessory-detail-page--housing-mount-extender .accessory-detail-page__hero-media img {
		margin-bottom: 0;
	}

	.video-library-page__section {
		padding-inline: 10px;
	}

	.video-library-page__hero-inner {
		width: min(calc(100% - 20px), 100%);
	}

	.brand-page-hero__inner h1 {
		width: min(100%, 10ch);
	}
}
