body.heimgard-simulation-theme {
	font-family: "Inter", sans-serif;
}

body.page-id-7 .content-shell,
body.page-id-8 .content-shell,
body.page-id-11 .content-shell,
body.page-id-12 .content-shell,
body.page-id-13 .content-shell,
body.page-id-321 .content-shell,
body.page-id-322 .content-shell,
body.page-id-327 .content-shell,
body.page-id-329 .content-shell,
body.page-id-3 .content-shell,
body.page-id-331 .content-shell {
	width: 100%;
	max-width: none;
	padding: 0;
}

body.page-id-7 .page-content,
body.page-id-8 .page-content,
body.page-id-11 .page-content,
body.page-id-12 .page-content,
body.page-id-13 .page-content,
body.page-id-321 .page-content,
body.page-id-322 .page-content,
body.page-id-327 .page-content,
body.page-id-329 .page-content,
body.page-id-3 .page-content,
body.page-id-331 .page-content {
	margin: 0;
}

body.page-id-7 .page-content > *,
body.page-id-8 .page-content > *,
body.page-id-11 .page-content > *,
body.page-id-12 .page-content > *,
body.page-id-13 .page-content > *,
body.page-id-321 .page-content > *,
body.page-id-322 .page-content > *,
body.page-id-327 .page-content > *,
body.page-id-329 .page-content > *,
body.page-id-3 .page-content > *,
body.page-id-331 .page-content > * {
	max-width: none;
}

.heimgard-polish-page {
	--hg-black: #000000;
	--hg-ink: #171717;
	--hg-charcoal: #282828;
	--hg-muted: #626262;
	--hg-soft: #f1f1f1;
	--hg-warm: #f5f5f3;
	--hg-white: #ffffff;
	--hg-yellow: #ffc846;
	--hg-yellow-deep: #edb248;
	--hg-rust: #b86f4a;
	--hg-blue: #dae9ea;
	--hg-green: #dfe8dd;
	--hg-line: rgba(0, 0, 0, 0.14);
	--hg-line-light: rgba(255, 255, 255, 0.22);
	--hg-max: 1240px;
	background: var(--hg-white);
	color: var(--hg-black);
	font-family: "Inter", sans-serif;
	letter-spacing: 0;
	overflow-x: clip;
}

.heimgard-polish-page *,
.heimgard-polish-page *::before,
.heimgard-polish-page *::after {
	box-sizing: border-box;
}

.heimgard-polish-page :where(h1, h2, h3, p, figure) {
	margin: 0;
}

.heimgard-polish-page a {
	color: inherit;
}

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

.hg-hero {
	background: var(--hg-warm);
	padding: clamp(48px, 7vw, 94px) 0 clamp(32px, 5vw, 64px);
}

.hg-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.98fr) minmax(320px, 1.02fr);
	gap: clamp(28px, 5vw, 74px);
	align-items: center;
}

.hg-hero-copy {
	display: grid;
	gap: 22px;
}

.hg-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
	color: var(--hg-charcoal);
}

.hg-eyebrow::before {
	content: "";
	width: 10px;
	height: 10px;
	background: var(--hg-yellow);
	display: inline-block;
}

.hg-hero h1,
.hg-section-heading h2,
.hg-final-cta h2 {
	font-size: clamp(2.55rem, 6vw, 5.8rem);
	line-height: 0.96;
	font-weight: 800;
	letter-spacing: 0;
	color: var(--hg-black);
}

.hg-section-heading h2,
.hg-final-cta h2 {
	font-size: clamp(2rem, 4.5vw, 4.25rem);
	max-width: 860px;
}

.hg-lead {
	max-width: 720px;
	font-size: clamp(1.05rem, 2vw, 1.42rem);
	line-height: 1.45;
	font-weight: 500;
	color: var(--hg-charcoal);
}

.hg-copy {
	font-size: 1rem;
	line-height: 1.65;
	color: var(--hg-muted);
}

.hg-hero-actions,
.hg-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.hg-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	border: 1px solid var(--hg-black);
	border-radius: 0;
	background: var(--hg-black);
	color: var(--hg-white);
	font-weight: 800;
	font-size: 0.94rem;
	line-height: 1;
	text-decoration: none;
	transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.hg-button:hover,
.hg-button:focus-visible {
	transform: translateY(-1px);
	background: var(--hg-yellow);
	color: var(--hg-black);
}

.hg-button-secondary {
	background: transparent;
	color: var(--hg-black);
}

.hg-button-secondary:hover,
.hg-button-secondary:focus-visible {
	background: var(--hg-black);
	color: var(--hg-white);
}

.hg-hero-media {
	position: relative;
	min-height: clamp(320px, 45vw, 570px);
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, var(--hg-blue), var(--hg-white));
	overflow: hidden;
}

.hg-hero-media::before {
	content: "";
	position: absolute;
	inset: auto auto 10% 10%;
	width: 38%;
	height: 36%;
	background: var(--hg-yellow);
	opacity: 0.9;
}

.hg-hero-media img {
	position: relative;
	z-index: 1;
	width: min(88%, 620px);
	max-height: 540px;
	object-fit: contain;
	filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.18));
}

.hg-hero-media.is-photo {
	background: var(--hg-black);
}

.hg-hero-media.is-photo::before {
	display: none;
}

.hg-hero-media.is-photo img {
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: cover;
	filter: none;
}

.hg-hero-note {
	position: absolute;
	right: 18px;
	bottom: 18px;
	z-index: 2;
	max-width: 280px;
	padding: 14px 16px;
	background: var(--hg-black);
	color: var(--hg-white);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.35;
}

.hg-proof-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	max-width: 820px;
	padding-top: 10px;
}

.hg-proof-item {
	padding: 14px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(0, 0, 0, 0.08);
	font-size: 0.88rem;
	line-height: 1.35;
	font-weight: 700;
	color: var(--hg-charcoal);
}

.hg-section {
	padding: clamp(54px, 8vw, 96px) 0;
	background: var(--hg-white);
}

.hg-section-tight {
	padding: clamp(38px, 6vw, 70px) 0;
}

.hg-section-warm {
	background: var(--hg-warm);
}

.hg-section-blue {
	background: var(--hg-blue);
}

.hg-section-dark {
	background: var(--hg-black);
	color: var(--hg-white);
}

.hg-section-yellow {
	background: var(--hg-yellow);
}

.hg-section-dark :where(h2, h3, p),
.hg-section-dark .hg-copy,
.hg-section-dark .hg-lead,
.hg-section-dark .hg-card-title,
.hg-section-dark .hg-kicker {
	color: var(--hg-white);
}

.hg-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
	gap: 28px;
	align-items: end;
	margin-bottom: clamp(26px, 4vw, 48px);
}

.hg-section-heading .hg-copy {
	font-size: 1.05rem;
}

.hg-kicker {
	font-size: 0.78rem;
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0;
	color: var(--hg-muted);
	margin-bottom: 12px;
}

.hg-grid {
	display: grid;
	gap: 18px;
}

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

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

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

.hg-card {
	display: grid;
	align-content: start;
	gap: 14px;
	min-height: 100%;
	padding: clamp(20px, 3vw, 30px);
	border: 1px solid var(--hg-line);
	background: var(--hg-white);
	color: var(--hg-black);
}

.hg-section-dark .hg-card {
	background: rgba(255, 255, 255, 0.08);
	border-color: var(--hg-line-light);
	color: var(--hg-white);
}

.hg-card-title,
.hg-card h3 {
	font-size: clamp(1.2rem, 2vw, 1.72rem);
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: 0;
	color: var(--hg-black);
}

.hg-card p,
.hg-card li {
	font-size: 0.98rem;
	line-height: 1.55;
	color: var(--hg-muted);
}

.hg-section-dark .hg-card p,
.hg-section-dark .hg-card li {
	color: rgba(255, 255, 255, 0.78);
}

.hg-card ul,
.hg-check-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 10px;
}

.hg-check-list li,
.hg-card li {
	position: relative;
	padding-left: 22px;
}

.hg-check-list li::before,
.hg-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.66em;
	width: 8px;
	height: 8px;
	background: var(--hg-yellow);
}

.hg-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	background: var(--hg-yellow);
	color: var(--hg-black);
	font-weight: 800;
}

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

.hg-product-card {
	display: grid;
	grid-template-rows: auto 1fr auto;
	min-height: 100%;
	border: 1px solid var(--hg-line);
	background: var(--hg-white);
	text-decoration: none;
	color: var(--hg-black);
	transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.hg-product-card:hover,
.hg-product-card:focus-visible {
	transform: translateY(-3px);
	border-color: rgba(0, 0, 0, 0.34);
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
}

.hg-product-card figure {
	aspect-ratio: 1 / 0.78;
	background: linear-gradient(135deg, var(--hg-soft), var(--hg-blue));
	display: grid;
	place-items: center;
	padding: 18px;
	overflow: hidden;
}

.hg-product-card img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.14));
}

.hg-product-body {
	display: grid;
	gap: 12px;
	padding: 22px;
}

.hg-product-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.hg-pill {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	background: var(--hg-soft);
	border: 1px solid rgba(0, 0, 0, 0.06);
	font-size: 0.76rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0;
	color: var(--hg-charcoal);
}

.hg-pill-yellow {
	background: var(--hg-yellow);
	border-color: var(--hg-yellow);
	color: var(--hg-black);
}

.hg-card-link {
	padding: 0 22px 22px;
	font-weight: 800;
	font-size: 0.95rem;
	color: var(--hg-black);
}

.hg-feature-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.hg-feature-item,
.hg-method-card,
.hg-spec-card {
	padding: 22px;
	border: 1px solid var(--hg-line);
	background: var(--hg-white);
}

.hg-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 16px;
	background: var(--hg-yellow);
	color: var(--hg-black);
	font-weight: 800;
}

.hg-icon svg {
	width: 22px;
	height: 22px;
	stroke: currentColor;
	stroke-width: 2.2;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.hg-method-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.hg-method-card {
	display: grid;
	align-content: start;
	gap: 10px;
	min-height: 100%;
}

.hg-method-card h3,
.hg-feature-item h3,
.hg-spec-card h3 {
	font-size: 1.05rem;
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: 0;
}

.hg-method-card p,
.hg-feature-item p,
.hg-spec-card p {
	font-size: 0.94rem;
	line-height: 1.5;
	color: var(--hg-muted);
}

.hg-showcase {
	display: grid;
	grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1fr);
	gap: clamp(22px, 5vw, 56px);
	align-items: center;
}

.hg-showcase-media {
	min-height: 500px;
	background: var(--hg-blue);
	display: grid;
	place-items: center;
	padding: clamp(22px, 4vw, 44px);
	overflow: hidden;
}

.hg-showcase-media img {
	width: 100%;
	max-height: 520px;
	object-fit: contain;
	filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.16));
}

.hg-showcase-copy {
	display: grid;
	gap: 18px;
}

.hg-finish-board {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
	gap: clamp(22px, 5vw, 56px);
	align-items: start;
}

.hg-finish-copy {
	display: grid;
	gap: 18px;
}

.hg-finish-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 6px;
}

.hg-swatch {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 8px 11px 8px 8px;
	border: 1px solid var(--hg-line);
	background: var(--hg-white);
	font-weight: 800;
	font-size: 0.88rem;
}

.hg-swatch::before {
	content: "";
	width: 22px;
	height: 22px;
	border: 1px solid rgba(0, 0, 0, 0.16);
	background: var(--swatch, #222);
}

.hg-finish-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.hg-finish-gallery figure {
	aspect-ratio: 1 / 1;
	background: var(--hg-white);
	border: 1px solid var(--hg-line);
	display: grid;
	place-items: center;
	padding: 12px;
}

.hg-finish-gallery img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.hg-app-panel {
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
	gap: clamp(24px, 5vw, 62px);
	align-items: center;
}

.hg-phone-mock {
	width: min(100%, 330px);
	margin-inline: auto;
	padding: 14px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 34px;
	background: #111111;
	box-shadow: 0 22px 44px rgba(0, 0, 0, 0.28);
}

.hg-phone-screen {
	display: grid;
	gap: 14px;
	min-height: 570px;
	padding: 24px 18px;
	border-radius: 24px;
	background: var(--hg-warm);
	color: var(--hg-black);
}

.hg-phone-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.78rem;
	font-weight: 800;
	color: var(--hg-muted);
}

.hg-door-card {
	display: grid;
	gap: 12px;
	padding: 16px;
	background: var(--hg-white);
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.hg-door-card strong {
	font-size: 1.08rem;
}

.hg-lock-status {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px;
	background: var(--hg-yellow);
	font-weight: 800;
}

.hg-app-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 13px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-weight: 700;
}

.hg-app-row span {
	font-size: 0.9rem;
	color: var(--hg-muted);
}

.hg-note {
	padding: 16px 18px;
	background: rgba(255, 200, 70, 0.2);
	border-left: 5px solid var(--hg-yellow);
	font-size: 0.95rem;
	line-height: 1.55;
	color: var(--hg-charcoal);
}

.hg-section-dark .hg-note {
	background: rgba(255, 200, 70, 0.14);
	color: rgba(255, 255, 255, 0.82);
}

.hg-compare-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid var(--hg-line);
	background: var(--hg-white);
}

.hg-compare-table {
	width: 100%;
	min-width: 860px;
	border-collapse: collapse;
	font-size: 0.94rem;
}

.hg-compare-table th,
.hg-compare-table td {
	padding: 17px 18px;
	vertical-align: top;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-align: left;
	line-height: 1.45;
}

.hg-compare-table th {
	background: var(--hg-black);
	color: var(--hg-white);
	font-weight: 800;
}

.hg-compare-table tr:last-child td {
	border-bottom: 0;
}

.hg-spec-table {
	border: 1px solid var(--hg-line);
	background: var(--hg-white);
}

.hg-spec-row {
	display: grid;
	grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
	gap: 20px;
	padding: 16px 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.hg-spec-row:last-child {
	border-bottom: 0;
}

.hg-spec-row strong {
	font-weight: 800;
}

.hg-spec-row span {
	color: var(--hg-muted);
	line-height: 1.5;
}

.hg-manual-grid,
.hg-retailer-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.hg-manual-card,
.hg-retailer-card,
.hg-region-card {
	display: grid;
	gap: 12px;
	min-height: 100%;
	padding: 22px;
	border: 1px solid var(--hg-line);
	background: var(--hg-white);
	text-decoration: none;
	color: var(--hg-black);
}

.hg-retailer-card[href]:hover,
.hg-manual-card[href]:hover,
.hg-retailer-card[href]:focus-visible,
.hg-manual-card[href]:focus-visible {
	border-color: rgba(0, 0, 0, 0.36);
	transform: translateY(-2px);
}

.hg-retailer-card strong,
.hg-manual-card strong,
.hg-region-card strong {
	font-size: 1.12rem;
	font-weight: 800;
	line-height: 1.2;
}

.hg-retailer-card span,
.hg-manual-card span,
.hg-region-card span {
	font-size: 0.92rem;
	line-height: 1.5;
	color: var(--hg-muted);
}

.hg-faq-list {
	display: grid;
	gap: 10px;
}

.hg-faq-list details {
	border: 1px solid var(--hg-line);
	background: var(--hg-white);
	padding: 0;
}

.hg-faq-list summary {
	cursor: pointer;
	padding: 18px 20px;
	font-weight: 800;
	line-height: 1.25;
}

.hg-faq-list details p {
	padding: 0 20px 20px;
	font-size: 0.96rem;
	line-height: 1.58;
	color: var(--hg-muted);
}

.hg-timeline {
	display: grid;
	gap: 14px;
	counter-reset: timeline;
}

.hg-timeline-item {
	counter-increment: timeline;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 16px;
	padding: 18px;
	border: 1px solid var(--hg-line);
	background: var(--hg-white);
}

.hg-timeline-item::before {
	content: counter(timeline);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background: var(--hg-yellow);
	font-weight: 800;
}

.hg-timeline-item h3 {
	font-size: 1.1rem;
	line-height: 1.15;
}

.hg-timeline-item p {
	margin-top: 7px;
	font-size: 0.94rem;
	line-height: 1.5;
	color: var(--hg-muted);
}

.hg-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
	gap: clamp(24px, 5vw, 64px);
	align-items: center;
}

.hg-image-panel {
	min-height: 420px;
	background: var(--hg-soft);
	display: grid;
	place-items: center;
	overflow: hidden;
}

.hg-image-panel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hg-image-panel.is-product img {
	width: 86%;
	height: 86%;
	object-fit: contain;
	filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.16));
}

.hg-final-cta {
	padding: clamp(48px, 7vw, 86px) 0;
	background: var(--hg-yellow);
	color: var(--hg-black);
}

.hg-final-cta-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: end;
}

.hg-final-cta p {
	max-width: 720px;
	margin-top: 16px;
	font-size: 1.08rem;
	line-height: 1.55;
	font-weight: 600;
}

@media (max-width: 980px) {
	.hg-hero-grid,
	.hg-section-heading,
	.hg-showcase,
	.hg-finish-board,
	.hg-app-panel,
	.hg-split,
	.hg-final-cta-grid {
		grid-template-columns: 1fr;
	}

	.hg-product-grid,
	.hg-feature-list,
	.hg-method-grid,
	.hg-grid-3,
	.hg-grid-4,
	.hg-manual-grid,
	.hg-retailer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hg-hero-media,
	.hg-showcase-media {
		min-height: 420px;
	}

	.hg-final-cta-grid .hg-actions {
		justify-self: start;
	}
}

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

	.hg-hero {
		padding-top: 38px;
	}

	.hg-hero-copy {
		gap: 18px;
	}

	.hg-hero h1,
	.hg-section-heading h2,
	.hg-final-cta h2 {
		font-size: clamp(2.2rem, 13vw, 3.75rem);
		line-height: 0.97;
	}

	.hg-lead {
		font-size: 1.04rem;
	}

	.hg-proof-list,
	.hg-product-grid,
	.hg-feature-list,
	.hg-method-grid,
	.hg-grid-2,
	.hg-grid-3,
	.hg-grid-4,
	.hg-manual-grid,
	.hg-retailer-grid,
	.hg-finish-gallery {
		grid-template-columns: 1fr;
	}

	.hg-hero-media,
	.hg-showcase-media,
	.hg-image-panel {
		min-height: 330px;
	}

	.hg-hero-note {
		position: relative;
		right: auto;
		bottom: auto;
		justify-self: stretch;
		margin: 0 14px 14px;
	}

	.hg-product-card figure {
		aspect-ratio: 1 / 0.72;
	}

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

	.hg-phone-mock {
		width: min(100%, 300px);
	}

	.hg-phone-screen {
		min-height: 500px;
	}
}

@media (max-width: 430px) {
	.hg-button {
		width: 100%;
	}

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

	.hg-card,
	.hg-product-body,
	.hg-feature-item,
	.hg-method-card,
	.hg-spec-card,
	.hg-manual-card,
	.hg-retailer-card,
	.hg-region-card {
		padding: 18px;
	}
}
