.products-page,
.products-page * {
	box-sizing: border-box;
}

.products-page {
	margin-top: -36px;
}

.product-film-section {
	padding: 72px 0 78px;
	background: #151515;
	color: #fff;
}

.product-film-section h2 {
	margin: 0 0 30px;
	font-size: clamp(32px, 4.6vw, 52px);
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.product-film-section video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 6px;
	background: #0e0e0f;
	box-shadow: 0 28px 72px rgba(0, 0, 0, 0.28);
}

.product-film-section video:focus-visible {
	outline: 3px solid #1684ff;
	outline-offset: 4px;
}

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

.product-film-credit {
	margin: 16px 0 0;
	font-size: 13px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.62);
}

.product-film-credit a {
	color: inherit;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.product-film-credit a:hover,
.product-film-credit a:focus-visible {
	color: #fff;
}

.products-index-hero {
	padding: 88px 0 82px;
	background: #fafafa;
}

.products-index-hero h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(44px, 6vw, 68px);
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.045em;
}

.products-index-hero > .main-container > p {
	max-width: 680px;
	margin: 23px 0 0;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.65;
}

.products-index-nav {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 58px;
	border-top: 1px solid rgba(0, 0, 0, 0.18);
	border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.products-index-nav a {
	display: grid;
	min-width: 0;
	min-height: 190px;
	align-content: center;
	justify-items: center;
	gap: 16px;
	padding: 22px 15px;
	transition: background-color 0.2s ease;
}

.products-index-nav a + a {
	border-left: 1px solid rgba(0, 0, 0, 0.14);
}

.products-index-nav a:hover,
.products-index-nav a:focus-visible {
	background: #f0f0f1;
}

.products-index-nav img {
	display: block;
	width: 84px;
	height: 84px;
	object-fit: contain;
}

.products-index-nav a:first-child img {
	width: 132px;
}

.products-index-nav a:nth-child(2) {
	background: #292929;
	color: #fff;
}

.products-index-nav a:nth-child(2):hover,
.products-index-nav a:nth-child(2):focus-visible {
	background: #202020;
}

.products-index-nav span {
	font-size: 14px;
	font-weight: 700;
}

.products-index-row {
	padding: 86px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	scroll-margin-top: 84px;
}

.products-index-row--muted {
	background: #f6f6f7;
}

.products-index-row--dark {
	background: #202020;
	color: #fff;
}

.products-index-row__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(500px, 1.28fr);
	gap: 72px;
	align-items: center;
}

.products-index-row__copy h2 {
	margin: 0;
	font-size: clamp(36px, 5vw, 54px);
	font-weight: 600;
	line-height: 1.05;
	letter-spacing: -0.035em;
}

.products-index-row__copy > p {
	margin: 20px 0 0;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.65;
}

.products-index-row__copy a,
.products-index-history__list a {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	margin-top: 22px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-underline-offset: 4px;
}

.products-index-row--dark a {
	color: #fff;
}

.products-index-row__media {
	display: flex;
	min-height: 360px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background: #fff;
}

.products-index-row__media img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.products-index-row__media--advent {
	background: #f2f7fc;
}

.products-index-row__media--advent img {
	width: 78%;
}

.products-index-row__media--id {
	background: #292929;
}

.products-index-row__media--kitchen img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.products-advent-scene {
	position: relative;
	width: min(90%, 610px);
	height: 310px;
}

.products-advent-scene__card {
	position: absolute;
	top: 38px;
	left: 0;
	width: 74% !important;
	border-radius: 6px;
	box-shadow: 0 18px 40px rgba(25, 83, 150, 0.18);
	transform: rotate(-3deg);
}

.products-advent-scene__pass {
	position: absolute;
	right: 0;
	bottom: 16px;
	width: 55% !important;
	border-radius: 6px;
	box-shadow: 0 18px 40px rgba(25, 83, 150, 0.22);
	transform: rotate(4deg);
}

.products-id-scene {
	display: grid;
	width: min(88%, 610px);
	grid-template-columns: 150px minmax(0, 1fr);
	gap: 32px;
	align-items: center;
}

.products-id-scene > img {
	width: 132px;
	height: 132px;
}

.products-id-consent {
	display: flex;
	flex-direction: column;
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 6px;
	background: #fff;
	color: #202020;
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

.products-id-consent strong {
	font-size: 22px;
	font-weight: 700;
}

.products-id-consent > span {
	margin-top: 7px;
	font-size: 13px;
	opacity: 0.62;
}

.products-id-consent ul {
	display: grid;
	gap: 9px;
	margin: 22px 0;
	padding: 18px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	list-style: none;
}

.products-id-consent li {
	font-size: 13px;
}

.products-id-consent li::before {
	margin-right: 8px;
	color: #1684ff;
	content: "✓";
	font-weight: 700;
}

.products-id-consent b {
	display: flex;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background: #202020;
	color: #fff;
	font-size: 13px;
}

.products-index-history {
	padding: 78px 0 86px;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.products-index-history h2 {
	margin: 0 0 32px;
	font-size: 30px;
	font-weight: 600;
}

.products-index-history__list {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.products-index-history__list > div {
	display: grid;
	grid-template-columns: 180px minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	min-height: 66px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.products-index-history__list strong {
	font-size: 16px;
}

.products-index-history__list span {
	font-size: 14px;
	font-weight: 300;
	opacity: 0.66;
}

.products-index-history__list a {
	margin-top: 0;
}

.products-overview-hero,
.product-hero {
	padding: 100px 0 88px;
	background: linear-gradient(180deg, #fff 0%, #f7f7f8 100%);
}

.products-overview-hero__layout,
.product-hero__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
	gap: 64px;
	align-items: center;
}

.products-portfolio-art {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	padding: 18px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.08);
}

.products-portfolio-art__item {
	position: relative;
	display: flex;
	min-height: 180px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 6px;
	background: #f1f2f4;
}

.products-portfolio-art__item img {
	display: block;
	max-width: 84%;
	max-height: 82%;
	object-fit: contain;
}

.products-portfolio-art__item--advent {
	background: linear-gradient(145deg, #f5f9ff, #e5f1ff);
}

.products-portfolio-art__item--id {
	background: #292929;
}

.products-portfolio-art__item--id img {
	width: 86px;
	height: 86px;
}

.products-portfolio-art__item--kitchen {
	grid-column: span 2;
}

.products-portfolio-art__item--kitchen img {
	width: 100%;
	max-width: none;
	height: 100%;
	max-height: none;
	object-fit: cover;
}

.products-portfolio-art__item span {
	position: absolute;
	left: 14px;
	bottom: 12px;
	padding: 5px 9px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.9);
	font-size: 11px;
	font-weight: 700;
}

.products-portfolio-art__item--id span {
	color: #fff;
	background: rgba(255, 255, 255, 0.12);
}

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

.product-overview-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background: #fff;
}

.product-overview-card__media {
	display: flex;
	height: 290px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #f2f3f5;
}

.product-overview-card__media img {
	display: block;
	max-width: 88%;
	max-height: 88%;
	object-fit: contain;
}

.product-overview-card--advent .product-overview-card__media {
	background: linear-gradient(145deg, #f5f9ff, #e7f2ff);
}

.product-overview-card--id .product-overview-card__media {
	background: #292929;
}

.product-overview-card--id .product-overview-card__media img {
	width: 120px;
	height: 120px;
}

.product-overview-card--kitchen .product-overview-card__media img {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
}

.product-overview-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 32px;
}

.product-overview-card__body h2 {
	margin: 0;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
}

.product-overview-card__body p {
	margin: 16px 0 24px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.65;
}

.product-overview-card__body .marketing-actions {
	margin-top: auto;
}

.product-suite-art {
	display: grid;
	width: min(100%, 430px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 24px;
}

.product-suite-art__tile {
	display: flex;
	min-height: 96px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background: #fff;
	font-size: 16px;
	font-weight: 700;
}

.product-suite-art__tile:first-child {
	grid-column: span 2;
	background: #292929;
	color: #fff;
}

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

.product-history-card {
	padding: 26px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.product-history-card h3 {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
}

.product-history-card p {
	margin: 13px 0 0;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.65;
}

.product-hero__art {
	display: flex;
	min-height: 470px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	background: #f1f2f4;
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.08);
}

.product-hero__art img {
	display: block;
	max-width: 88%;
	max-height: 88%;
	object-fit: contain;
}

.product-hero__art--advent {
	background: linear-gradient(145deg, #f5f9ff, #e5f1ff);
}

.product-hero__art--id {
	background: #292929;
}

.product-hero__art--id img {
	width: 180px;
	height: 180px;
}

.product-hero__art--kitchen img {
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	object-fit: cover;
}

.product-hero__art--suite {
	background: #f2f3f5;
}

.product-status-line {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
}

.product-status-pill {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 11px;
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.07);
	font-size: 12px;
	font-weight: 700;
}

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

.product-feature-card {
	min-width: 0;
	padding: 28px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background: #fff;
}

.product-feature-card h3 {
	margin: 0;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.3;
}

.product-feature-card p {
	margin: 13px 0 0;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.65;
}

.marketing-section--dark .product-feature-card,
.marketing-section--dark .product-callout {
	border-color: rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

.product-media-split {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
	gap: 58px;
	align-items: center;
}

.product-media-frame {
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background: #f2f3f5;
}

.product-media-frame img {
	display: block;
	width: 100%;
	height: auto;
}

.product-copy h2 {
	margin: 0;
	font-size: clamp(30px, 4vw, 44px);
	font-weight: 600;
	line-height: 1.14;
	letter-spacing: -0.025em;
}

.product-copy p {
	margin: 19px 0 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
}

.product-copy--wide {
	max-width: 820px;
}

.product-detail-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 28px;
}

.product-detail-list div {
	padding: 18px;
	border-top: 1px solid rgba(0, 0, 0, 0.16);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.45;
}

.marketing-section--dark .product-detail-list div {
	border-color: rgba(255, 255, 255, 0.22);
}

.product-callout {
	padding: 28px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background: #f7f7f8;
}

.product-callout h3 {
	margin: 0;
	font-size: 22px;
	font-weight: 600;
}

.product-callout p {
	margin: 12px 0 0;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.65;
}

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

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

.product-example-grid figure {
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background: #fff;
}

.product-example-grid img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.product-example-grid figcaption {
	display: grid;
	gap: 6px;
	padding: 19px 22px 22px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.product-example-grid figcaption strong {
	font-size: 16px;
}

.product-example-grid figcaption span {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.55;
}

.product-release-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	padding: 26px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	background: #fff;
}

.product-release-card time {
	font-size: 12px;
	font-weight: 600;
	opacity: 0.56;
}

.product-release-card h3 {
	margin: 13px 0 12px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.32;
}

.product-release-card p {
	margin: 0 0 18px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6;
}

.product-release-card .marketing-text-link {
	margin-top: auto;
}

@media only screen and (max-width: 880px) {
	.product-film-section {
		padding: 60px 0 64px;
	}

	.products-index-row__layout {
		grid-template-columns: 1fr;
	}

	.products-index-row__media {
		min-height: 320px;
	}

	.products-overview-hero__layout,
	.product-hero__layout,
	.product-media-split {
		grid-template-columns: 1fr;
	}

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

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

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

@media only screen and (max-width: 580px) {
	.product-film-section {
		padding: 48px 0 52px;
	}

	.product-film-section h2 {
		margin-bottom: 20px;
	}

	.products-index-hero {
		padding: 68px 0 60px;
	}

	.products-index-nav {
		grid-template-columns: 1fr;
	}

	.products-index-nav a {
		min-height: 150px;
	}

	.products-index-nav a + a {
		border-left: 0;
		border-top: 1px solid rgba(0, 0, 0, 0.14);
	}

	.products-index-row {
		padding: 68px 0;
	}

	.products-index-row__layout {
		gap: 42px;
	}

	.products-index-row__media {
		min-height: 220px;
	}

	.products-advent-scene {
		height: 195px;
	}

	.products-id-scene {
		grid-template-columns: 1fr;
		gap: 18px;
		justify-items: center;
		padding: 28px 0;
	}

	.products-id-scene > img {
		width: 82px;
		height: 82px;
	}

	.products-id-consent {
		width: 100%;
		padding: 20px;
	}

	.products-index-history__list > div {
		grid-template-columns: 1fr;
		gap: 5px;
		padding: 16px 0;
	}

	.products-index-history__list a {
		margin-top: 6px;
	}

	.products-overview-hero,
	.product-hero {
		padding: 72px 0 64px;
	}

	.products-portfolio-art {
		padding: 12px;
	}

	.products-portfolio-art__item {
		min-height: 125px;
	}

	.product-overview-card__media {
		height: 220px;
	}

	.product-overview-card__body {
		padding: 25px;
	}

	.product-hero__art {
		min-height: 310px;
	}

	.product-hero__art--id img {
		width: 130px;
		height: 130px;
	}

	.product-feature-grid,
	.product-release-grid,
	.product-example-grid,
	.product-detail-list {
		grid-template-columns: 1fr;
	}
}
