body.page-id-9 .content-shell {
	width: 100%;
	max-width: none;
	padding: 0;
}

body.page-id-9 .page-content {
	margin: 0;
}

body.page-id-9 .page-content > * {
	max-width: none;
}

.entry-lock-page {
	--el-black: #000000;
	--el-ink: #171717;
	--el-charcoal: #282828;
	--el-grey-700: #626262;
	--el-grey-200: #e3e3e3;
	--el-grey-100: #f1f1f1;
	--el-warm: #f5f5f3;
	--el-white: #ffffff;
	--el-yellow: #ffc846;
	--el-yellow-deep: #edb248;
	--el-line: rgba(0, 0, 0, 0.14);
	--el-line-light: rgba(255, 255, 255, 0.22);
	--el-max: 1240px;
	width: 100%;
	overflow-x: clip;
	background: var(--el-white);
	color: var(--el-black);
	font-family: "Inter", sans-serif;
	font-weight: 400;
	letter-spacing: 0;
}

.entry-lock-page *,
.entry-lock-page *::before,
.entry-lock-page *::after {
	box-sizing: border-box;
}

.entry-lock-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

.entry-lock-page a {
	color: inherit;
	text-decoration: none;
}

.entry-lock-page h1,
.entry-lock-page h2,
.entry-lock-page h3,
.entry-lock-page p,
.entry-lock-page figure,
.entry-lock-page dl,
.entry-lock-page dd,
.entry-lock-page ul,
.entry-lock-page ol {
	margin-top: 0;
	letter-spacing: 0;
}

.entry-lock-page h1,
.entry-lock-page h2,
.entry-lock-page h3 {
	color: inherit;
	font-weight: 400;
	line-height: 1.04;
	text-wrap: balance;
}

.entry-lock-page p {
	text-wrap: pretty;
}

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

.el-eyebrow {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 14px;
	color: var(--el-black);
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.el-eyebrow::before {
	content: "";
	width: 10px;
	height: 10px;
	flex: 0 0 10px;
	background: var(--el-yellow);
}

.el-hero {
	min-height: min(720px, calc(100vh - 76px));
	padding: 46px 0 58px;
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.25fr);
	gap: 44px;
	align-items: stretch;
}

.el-hero-copy {
	align-self: center;
	padding: 24px 0;
}

.el-hero h1 {
	max-width: 700px;
	margin-bottom: 26px;
	font-size: 5.05rem;
	line-height: 0.98;
}

.el-lead {
	max-width: 610px;
	margin-bottom: 32px;
	color: var(--el-grey-700) !important;
	font-size: 1.28rem;
	line-height: 1.55;
}

.el-button-row {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	align-items: center;
}

.el-button {
	min-height: 50px;
	padding: 0 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--el-black);
	border-radius: 0;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.el-button-primary {
	background: var(--el-black);
	color: var(--el-white) !important;
}

.el-button-secondary {
	background: var(--el-white);
	color: var(--el-black) !important;
}

.el-button-light {
	border-color: var(--el-yellow);
	background: var(--el-yellow);
	color: var(--el-black) !important;
}

.entry-lock-page .el-proof-list {
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.el-proof-list li {
	padding: 9px 11px;
	background: var(--el-grey-100);
	color: var(--el-charcoal);
	font-size: 0.78rem;
	font-weight: 700;
}

.el-hero-media {
	position: relative;
	min-height: 540px;
	margin: 0;
	overflow: hidden;
	background: var(--el-black);
}

.el-hero-media img,
.el-lifestyle-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.el-hero-media figcaption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: min(440px, 84%);
	min-height: 82px;
	padding: 18px 22px;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 18px;
	align-items: center;
	background: var(--el-yellow);
	color: var(--el-black);
}

.el-hero-media strong {
	text-transform: uppercase;
	font-size: 0.75rem;
}

.el-hero-media span {
	padding-left: 18px;
	border-left: 1px solid rgba(0, 0, 0, 0.32);
	font-size: 0.9rem;
	line-height: 1.45;
}

.el-intro-grid,
.el-access,
.el-installation,
.el-comparison,
.el-specs,
.el-faq,
.el-final-inner {
	display: grid;
}

.el-intro-grid {
	padding: 84px 0;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.12fr);
	gap: 26px;
	align-items: stretch;
}

.el-intro-copy {
	align-self: center;
	padding-right: 42px;
}

.el-section-title,
.el-intro-copy h2,
.el-access h2,
.el-installation h2,
.el-comparison h2,
.el-specs h2,
.el-faq h2,
.el-final-inner h2 {
	margin-bottom: 24px;
	font-size: 3.8rem;
	line-height: 1.04;
}

.el-intro-copy p,
.el-section-heading p,
.el-access-copy p,
.el-installation-copy p,
.el-comparison-copy p,
.el-specs p,
.el-card-grid p,
.el-access-grid p,
.el-finish-panel p,
.el-faq-list p,
.el-spec-table span {
	color: var(--el-grey-700) !important;
	font-size: 1.02rem;
	line-height: 1.65;
}

.el-product-render {
	min-height: 460px;
	margin: 0;
	display: grid;
	place-items: center;
	background: var(--el-grey-100);
}

.el-product-render img {
	width: 84%;
	height: 84%;
	object-fit: contain;
}

.el-fact-strip {
	grid-column: 1 / -1;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	border-left: 1px solid var(--el-line);
	border-top: 1px solid var(--el-line);
}

.el-fact-strip div {
	min-height: 96px;
	padding: 18px;
	border-right: 1px solid var(--el-line);
	border-bottom: 1px solid var(--el-line);
}

.el-fact-strip dt {
	margin-bottom: 14px;
	color: var(--el-black);
	font-size: 0.82rem;
	font-weight: 700;
}

.el-fact-strip dd {
	margin: 0;
	color: var(--el-grey-700);
	font-size: 0.95rem;
	line-height: 1.5;
}

.el-access {
	padding: 84px 0;
	grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
	gap: 42px;
	align-items: start;
}

.el-access-copy {
	position: sticky;
	top: 112px;
}

.el-access-grid,
.el-card-grid,
.el-compare-grid {
	display: grid;
	border-left: 1px solid var(--el-line);
	border-top: 1px solid var(--el-line);
}

.el-access-grid,
.el-card-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.el-access-card,
.el-benefit-card,
.el-compare-card {
	min-height: 190px;
	padding: 22px;
	border-right: 1px solid var(--el-line);
	border-bottom: 1px solid var(--el-line);
	background: var(--el-white);
}

.el-icon {
	width: 48px;
	height: 48px;
	margin-bottom: 18px;
	display: grid;
	place-items: center;
	background: var(--el-yellow);
}

.el-icon::before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22px 22px;
}

.el-icon-keypad::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none'%3E%3Crect x='5' y='2' width='14' height='20' rx='3' stroke='%231a1a1a' stroke-width='1.7'/%3E%3Cpath d='M9 7h.01M12 7h.01M15 7h.01M9 11h.01M12 11h.01M15 11h.01M9 15h.01M12 15h.01M15 15h.01' stroke='%231a1a1a' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.el-icon-card::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3' y='5' width='18' height='14' rx='2' stroke='%231a1a1a' stroke-width='1.7'/%3E%3Cpath d='M3 10h18M7 15h4' stroke='%231a1a1a' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E");
}

.el-icon-smartphone::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none'%3E%3Crect width='14' height='20' x='5' y='2' rx='2' ry='2' stroke='%231a1a1a' stroke-width='1.7'/%3E%3Cpath d='M12 18h.01' stroke='%231a1a1a' stroke-width='1.7' stroke-linecap='round'/%3E%3C/svg%3E");
}

.el-icon-users::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2' stroke='%231a1a1a' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9' cy='7' r='4' stroke='%231a1a1a' stroke-width='1.7'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87M16 3.13a4 4 0 0 1 0 7.75' stroke='%231a1a1a' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.el-icon-shield::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z' stroke='%231a1a1a' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.el-icon-home::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8' stroke='%231a1a1a' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z' stroke='%231a1a1a' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.el-icon-key::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z' stroke='%231a1a1a' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='16.5' cy='7.5' r='.5' fill='%231a1a1a'/%3E%3C/svg%3E");
}

.el-access-card h3,
.el-benefit-card h3,
.el-compare-card h3,
.el-finish-panel h3 {
	margin: 0 0 10px;
	font-size: 1.14rem;
	font-weight: 700;
	line-height: 1.22;
}

.el-access-card p,
.el-benefit-card p,
.el-compare-card p,
.el-finish-panel p {
	margin-bottom: 0;
	font-size: 0.94rem;
	line-height: 1.58;
}

.el-finishes {
	padding: 84px 0;
	background: var(--el-grey-100);
}

.el-section-heading {
	max-width: 850px;
	margin-bottom: 34px;
}

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

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

.el-finish-showcase {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
}

.el-finish-panel {
	padding: 22px;
	display: flex;
	flex-direction: column;
	border: 1px solid var(--el-line);
	background: var(--el-white);
}

.el-finish-header {
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.el-finish-name {
	margin: 0;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--el-black) !important;
}

.el-swatch {
	width: 54px;
	height: 54px;
	border: 1px solid rgba(0, 0, 0, 0.18);
}

.el-swatch-black {
	background: #111111;
}

.el-swatch-anthracite {
	background: #3d4040;
}

.el-finish-panel h3 {
	max-width: 460px;
	min-height: 0;
	font-size: 1.45rem;
	font-weight: 400;
}

.el-finish-images {
	margin-top: 18px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.el-finish-images img {
	width: 100%;
	aspect-ratio: 1;
	padding: 16px;
	object-fit: contain;
	background: var(--el-warm);
}

.el-benefits {
	padding: 84px 0;
	background: var(--el-black);
	color: var(--el-white);
}

.el-benefits .el-eyebrow,
.el-benefits h2,
.el-benefit-card h3 {
	color: var(--el-white);
}

.el-benefits .el-section-heading p,
.el-benefit-card p {
	color: #cfcfcf !important;
}

.el-benefits .el-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-color: var(--el-line-light);
}

.el-benefit-card {
	min-height: 228px;
	border-color: var(--el-line-light);
	background: transparent;
}

.el-installation {
	padding: 84px 0;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	gap: 48px;
	align-items: center;
}

.el-lifestyle-image {
	min-height: 520px;
	margin: 0;
	overflow: hidden;
	background: var(--el-grey-100);
}

.el-install-list {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
	border-top: 1px solid var(--el-line);
}

.el-install-list li {
	min-height: 78px;
	padding: 14px 0;
	display: grid;
	grid-template-columns: 38px 1fr;
	column-gap: 12px;
	border-bottom: 1px solid var(--el-line);
}

.el-install-list span {
	color: var(--el-yellow-deep);
	font-size: 0.8rem;
	font-weight: 700;
}

.el-install-list strong,
.el-install-list small {
	grid-column: 2;
	display: block;
}

.el-install-list strong {
	font-size: 0.96rem;
}

.el-install-list small {
	margin-top: 5px;
	color: var(--el-grey-700);
	font-size: 0.86rem;
	line-height: 1.45;
}

.el-comparison {
	padding: 84px 0;
	grid-template-columns: minmax(0, 0.66fr) minmax(0, 1.18fr);
	gap: 42px;
	align-items: start;
}

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

.el-compare-card {
	min-height: 236px;
}

.el-compare-card.is-highlighted {
	background: var(--el-yellow);
}

.el-compare-card.is-highlighted p {
	color: rgba(0, 0, 0, 0.72) !important;
}

.el-compare-tag {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 24px;
	padding: 8px 10px;
	background: var(--el-black);
	color: var(--el-white);
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
}

.el-specs {
	padding: 84px 0;
	grid-template-columns: minmax(0, 0.65fr) minmax(0, 1fr);
	gap: 52px;
	align-items: start;
}

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

.el-spec-table div {
	min-height: 58px;
	display: grid;
	grid-template-columns: minmax(210px, 0.38fr) 1fr;
	gap: 24px;
	align-items: center;
	border-bottom: 1px solid var(--el-line);
}

.el-spec-table b,
.el-spec-table span {
	padding: 15px 0;
	font-size: 0.95rem;
	line-height: 1.5;
}

.el-spec-table b {
	color: var(--el-black);
}

.el-faq {
	padding-bottom: 78px;
	grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr);
	gap: 54px;
}

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

.entry-lock-page details {
	border-bottom: 1px solid var(--el-line);
}

.entry-lock-page summary {
	position: relative;
	list-style: none;
	cursor: pointer;
	padding: 18px 42px 18px 2px;
	font-size: 1.02rem;
	font-weight: 700;
}

.entry-lock-page summary::-webkit-details-marker {
	display: none;
}

.entry-lock-page summary::after {
	content: "+";
	position: absolute;
	right: 6px;
	top: 15px;
	font-size: 1.75rem;
	font-weight: 400;
}

.entry-lock-page details[open] summary::after {
	content: "-";
}

.entry-lock-page details p {
	margin: 0;
	padding: 0 2px 20px;
	font-size: 0.94rem;
	line-height: 1.65;
}

.el-final-cta {
	padding: 64px 0;
	background: var(--el-yellow);
	color: var(--el-black);
}

.el-final-cta .el-eyebrow::before {
	background: var(--el-black);
}

.el-final-inner {
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 34px;
	align-items: center;
}

.el-final-inner h2 {
	max-width: 790px;
	margin-bottom: 0;
}

.el-cta-actions {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

@media (max-width: 1100px) {
	.el-compare-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 980px) {
	.el-hero,
	.el-intro-grid,
	.el-access,
	.el-installation,
	.el-comparison,
	.el-specs,
	.el-faq,
	.el-final-inner {
		grid-template-columns: 1fr;
	}

	.el-hero {
		min-height: 0;
		gap: 24px;
	}

	.el-hero h1 {
		font-size: 4rem;
	}

	.el-hero-media,
	.el-product-render,
	.el-lifestyle-image {
		min-height: 480px;
	}

	.el-access-copy {
		position: static;
	}

	.el-benefits .el-card-grid,
	.el-fact-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.el-final-inner {
		align-items: start;
	}

	.el-cta-actions {
		flex-direction: row;
		flex-wrap: wrap;
	}
}

@media (max-width: 720px) {
	.el-shell {
		width: min(100% - 32px, var(--el-max));
	}

	.el-hero {
		padding: 34px 0 46px;
	}

	.el-hero h1 {
		font-size: 3.16rem;
		line-height: 1.02;
	}

	.el-lead {
		font-size: 1.08rem;
	}

	.el-button-row,
	.el-button,
	.el-cta-actions {
		width: 100%;
	}

	.el-button {
		min-height: 52px;
	}

	.entry-lock-page .el-proof-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.el-proof-list li {
		text-align: center;
	}

	.el-hero-media {
		min-height: 320px;
	}

	.el-hero-media figcaption {
		width: 94%;
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.el-hero-media span {
		padding-left: 0;
		border-left: 0;
	}

	.el-intro-grid,
	.el-access,
	.el-finishes,
	.el-benefits,
	.el-installation,
	.el-comparison,
	.el-specs {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.el-intro-copy {
		padding-right: 0;
	}

	.el-section-title,
	.el-intro-copy h2,
	.el-access h2,
	.el-installation h2,
	.el-comparison h2,
	.el-specs h2,
	.el-faq h2,
	.el-final-inner h2 {
		font-size: 2.44rem;
		line-height: 1.08;
	}

	.el-product-render,
	.el-lifestyle-image {
		min-height: 320px;
	}

	.el-fact-strip,
	.el-access-grid,
	.el-card-grid,
	.el-benefits .el-card-grid,
	.el-finish-showcase,
	.el-compare-grid {
		grid-template-columns: 1fr;
	}

	.el-access-card,
	.el-benefit-card,
	.el-compare-card {
		min-height: 190px;
	}

	.el-finish-panel {
		min-height: 0;
		padding: 22px;
	}

	.el-finish-panel h3 {
		min-height: 0;
		font-size: 1.28rem;
	}

	.el-finish-images {
		margin-top: 26px;
	}

	.el-spec-table div {
		grid-template-columns: 1fr;
		gap: 0;
		padding: 13px 0;
	}

	.el-spec-table b,
	.el-spec-table span {
		padding: 2px 0;
	}

	.el-faq {
		padding-bottom: 74px;
		gap: 28px;
	}

	.el-final-cta {
		padding: 64px 0;
	}
}

@media (max-width: 430px) {
	.el-hero h1 {
		font-size: 2.74rem;
	}

	.el-section-title,
	.el-intro-copy h2,
	.el-access h2,
	.el-installation h2,
	.el-comparison h2,
	.el-specs h2,
	.el-faq h2,
	.el-final-inner h2 {
		font-size: 2.1rem;
	}

	.el-finish-images {
		gap: 8px;
	}

	.el-finish-images img {
		padding: 10px;
	}
}
