/*
Theme Name: Heimgard Simulation
Theme URI: https://heimgard.no/
Author: OpenAI
Description: Native WordPress theme for the captured Heimgard site structure and content.
Version: 0.2.7
Requires at least: 6.4
Tested up to: 6.8
Text Domain: heimgard-simulation
*/

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

html,
body {
	margin: 0;
	padding: 0;
}

body.heimgard-simulation-theme {
	background: #ffffff;
	color: #1a1a1a;
	font-family: "Inter", sans-serif;
	line-height: 1.6;
}

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

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

.shell {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
}

.editor-styles-wrapper .is-root-container,
.editor-styles-wrapper .wp-block-post-content.block-editor-block-list__layout {
	width: min(1120px, calc(100% - 32px));
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

.editor-styles-wrapper .is-root-container > .wp-block,
.editor-styles-wrapper .is-root-container > .block-list-appender,
.editor-styles-wrapper .wp-block-post-content.block-editor-block-list__layout > .wp-block,
.editor-styles-wrapper .wp-block-post-content.block-editor-block-list__layout > .block-list-appender {
	max-width: none;
}

.site-frame {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.site-main {
	flex: 1;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	backdrop-filter: blur(18px);
	background: rgba(255, 255, 255, 0.92);
	border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}

.site-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 16px 0;
	position: relative;
}

.site-brand {
	flex-shrink: 0;
}

.site-logo {
	width: 132px;
	height: auto;
}

.site-wordmark {
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.site-menu {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-menu a,
.footer-links a {
	color: #1a1a1a;
	font-weight: 400;
}

.site-menu .current-menu-item > a,
.site-menu .current_page_ancestor > a {
	color: #162126;
	font-weight: 500;
}

.site-menu-toggle,
.site-menu-button {
	display: none;
}

.site-menu .sub-menu {
	display: none;
	position: absolute;
	top: calc(100% + 2px);
	left: -14px;
	min-width: 220px;
	padding: 10px 0;
	margin: 0;
	list-style: none;
	background: #ffffff;
	border: 1px solid rgba(26, 26, 26, 0.1);
	box-shadow: 0 18px 38px rgba(26, 26, 26, 0.12);
}

.site-menu > .menu-item {
	position: relative;
	padding: 10px 0;
	margin: -10px 0;
}

.site-menu > .menu-item::after {
	content: "";
	position: absolute;
	left: -16px;
	right: -16px;
	top: 100%;
	height: 18px;
}

.site-menu > .menu-item:hover > .sub-menu,
.site-menu > .menu-item:focus-within > .sub-menu {
	display: block;
}

.site-menu .sub-menu a {
	display: block;
	padding: 10px 16px;
	color: #6b6b6b;
}

.site-menu .sub-menu a:hover,
.site-menu .sub-menu a:focus {
	background: #f5f5f3;
	color: #1a1a1a;
}

.button,
.wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border-radius: 4px;
	background: #1a1a1a;
	color: #fff;
	font-weight: 500;
}

.button-ghost {
	background: transparent;
	color: #1a1a1a;
	border: 1px solid rgba(26, 26, 26, 0.15);
}

.content-shell {
	padding: 40px 0 72px;
}

.content-shell-front {
	padding-top: 0;
}

.page-intro {
	padding: 56px 0 8px;
}

.page-intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
	gap: 32px;
	align-items: center;
}

.eyebrow {
	margin: 0 0 14px;
	color: #edb248;
	font-size: 0.8rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.lead {
	font-size: 1.1rem;
	color: rgba(26, 26, 26, 0.72);
}

.nowrap {
	white-space: nowrap;
}

.page-intro h1,
.page-content h1,
.page-content h2,
.page-content h3 {
	line-height: 1.1;
	color: #1a1a1a;
	font-weight: 500;
}

.page-intro h1,
.page-content h1 {
	font-size: clamp(2.4rem, 5vw, 4.8rem);
	margin: 0 0 18px;
}

.page-intro-media img,
.heimgard-media img {
	width: 100%;
	border-radius: 0;
	box-shadow: none;
}

.page-content > *:first-child {
	margin-top: 0;
}

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

.heimgard-section {
	margin: 0 0 28px;
	padding: 48px 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.heimgard-section.hero {
	padding: 56px;
	background: linear-gradient(135deg, #1a1a1a 0%, #353535 70%, #575757 100%);
	color: #ffffff;
}

.heimgard-section.hero-cover {
	position: relative;
	overflow: hidden;
	min-height: 600px;
	padding: 0;
	display: flex;
	align-items: center;
	background: #1a1a1a;
}

.page-content-front > .heimgard-section.hero-cover {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-bottom: 0;
	width: 100vw;
	max-width: 100vw;
}

.hero-cover.wp-block-cover .wp-block-cover__background {
	background: linear-gradient(90deg, rgba(26, 26, 26, 0.85) 0%, rgba(26, 26, 26, 0.35) 55%, rgba(26, 26, 26, 0.08) 100%);
	opacity: 1;
}

.hero-cover.wp-block-cover .wp-block-cover__image-background {
	object-fit: cover;
	object-position: center;
}

.hero-cover.wp-block-cover > .wp-block-cover__inner-container {
	width: min(1280px, calc(100% - 48px));
	margin: 0 auto;
	padding: 56px 24px;
	display: flex;
	align-items: center;
	min-height: 100%;
}

.hero-cover-content {
	position: relative;
	z-index: 1;
	width: 100%;
}

.hero-cover-content,
.hero-cover-content > .wp-block-group__inner-container {
	width: 100%;
	max-width: 32rem;
}

.hero-cover-content h1 {
	max-width: 32rem;
	font-size: clamp(3rem, 5vw, 3.75rem);
	margin-bottom: 20px;
	white-space: nowrap;
}

.hero-cover-content .lead {
	max-width: 28rem;
	font-size: 1.125rem;
	margin-bottom: 32px;
}

.heimgard-section.hero.hero-cover .hero-cover-content h1 {
	font-weight: 500;
	line-height: 1.15;
}

.heimgard-section.hero.hero-cover .hero-cover-content .lead {
	font-weight: 400;
}

.heimgard-section.hero.hero-cover .hero-cover-content .eyebrow {
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.12em;
	margin-bottom: 16px;
}

.hero-cover-content .button-row {
	gap: 16px;
}

.hero-cover-content .button-row .wp-block-button:first-child .wp-block-button__link,
.hero-cover-content .button-row .button:first-child {
	background: #ffcb60;
	color: #1a1a1a;
	border: 1px solid #ffcb60;
}

.hero-cover-content .button-row .wp-block-button:first-child .wp-block-button__link::after,
.hero-cover-content .button-row .button:first-child::after {
	content: "";
	width: 18px;
	height: 10px;
	margin-left: 12px;
	background-repeat: no-repeat;
	background-size: 18px 10px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10' fill='none'%3E%3Cpath d='M1 5H15' stroke='%231a1a1a' stroke-width='1.4' stroke-linecap='round'/%3E%3Cpath d='M11 1L15 5L11 9' stroke='%231a1a1a' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.hero-cover-content .button-row .wp-block-button:last-child .wp-block-button__link,
.hero-cover-content .button-row .button:last-child {
	background: transparent;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.heimgard-section.hero .button-row {
	margin-top: 24px;
}

.heimgard-section.hero h1,
.heimgard-section.hero h2,
.heimgard-section.hero h3,
.heimgard-section.hero p {
	color: #ffffff;
}

.heimgard-section.hero .lead {
	color: rgba(255, 255, 255, 0.76);
}

.heimgard-section.hero .eyebrow {
	color: #edb248;
}

.heimgard-section + .heimgard-section {
	margin-top: 24px;
}

.page-content-front > .heimgard-section.hero-cover + .heimgard-home-benefits {
	margin-top: 0;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.button-row .wp-block-button {
	margin: 0;
}

.heimgard-tag-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 24px 0;
}

.heimgard-tag {
	padding: 8px 12px;
	border: 1px solid #e0e0dc;
	background: #f5f5f3;
	font-size: 0.78rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.heimgard-grid > .wp-block-group__inner-container,
.heimgard-split > .wp-block-group__inner-container,
.heimgard-tag-row > .wp-block-group__inner-container,
.heimgard-shortcut-row > .wp-block-group__inner-container,
.heimgard-everyday-grid > .wp-block-group__inner-container,
.heimgard-everyday-side > .wp-block-group__inner-container,
.heimgard-everyday-card > .wp-block-group__inner-container,
.heimgard-everyday-card-body > .wp-block-group__inner-container,
.heimgard-everyday-card-header > .wp-block-group__inner-container,
.heimgard-everyday-cta > .wp-block-group__inner-container,
.heimgard-dealer-search > .wp-block-group__inner-container,
.heimgard-contact-form > .wp-block-group__inner-container {
	display: contents;
}

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

.heimgard-grid.wp-block-columns {
	margin-bottom: 0;
}

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

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

.heimgard-grid > .wp-block-column {
	margin: 0;
	min-width: 0;
}

.heimgard-card {
	padding: 24px;
	border-radius: 0;
	background: #f5f5f3;
	border: 1px solid #e8e8e6;
}

.heimgard-icon-badge {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin: 0 0 20px;
	background: #fbcc70;
	color: #1a1a1a;
	line-height: 0;
}

.heimgard-card.heimgard-card-icon::before {
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 0 20px;
	background-color: #fbcc70;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 22px 22px;
}

.heimgard-icon-badge::before,
.heimgard-mini-icon::before {
	content: none;
	display: none;
}

.heimgard-icon-badge img {
	display: block;
	width: 22px;
	height: 22px;
	margin: 0;
}

.heimgard-icon-house::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");
}

.heimgard-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");
}

.heimgard-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");
}

.heimgard-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.87' stroke='%231a1a1a' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 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");
}

.heimgard-icon-wrench::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='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z' stroke='%231a1a1a' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.heimgard-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' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.heimgard-card h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.15rem;
}

.heimgard-card-meta {
	margin-bottom: 8px;
	font-size: 0.88rem;
	color: #1a1a1a;
	font-weight: 500;
}

.heimgard-card p,
.heimgard-card ul,
.page-content p,
.page-content ul {
	margin-top: 0;
	color: #6b6b6b;
}

.heimgard-card-link-wrap {
	margin-bottom: 0;
}

.heimgard-card-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #1a1a1a;
	font-size: 0.92rem;
	font-weight: 500;
}

.heimgard-card-link::after {
	content: "";
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3 9H14' stroke='%231a1a1a' stroke-width='1.4' stroke-linecap='round'/%3E%3Cpath d='M10 5L14 9L10 13' stroke='%231a1a1a' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.heimgard-home-benefits {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 40px 0 44px;
	background: #f5f5f3;
}

.heimgard-home-benefits .eyebrow,
.heimgard-home-benefits h2 {
	width: min(1120px, calc(100% - 32px));
	margin-left: auto;
	margin-right: auto;
}

.heimgard-home-benefits .eyebrow {
	margin-bottom: 8px;
	color: #edb248;
	font-size: 0.82rem;
	font-weight: 500;
	letter-spacing: 0.18em;
	text-align: center;
}

.heimgard-home-benefits h2 {
	max-width: 620px;
	margin-top: 0;
	margin-bottom: 0;
	color: #1a1a1a;
	font-size: clamp(2rem, 4vw, 3.15rem);
	font-weight: 500;
	line-height: 1.08;
	text-align: center;
	white-space: nowrap;
}

.heimgard-home-benefits .heimgard-grid {
	width: min(1120px, calc(100% - 32px));
	margin: 48px auto 0;
	gap: 32px;
}

.heimgard-home-benefits .heimgard-card {
	padding: 24px;
	border: 0;
	background: transparent;
	text-align: center;
}

.heimgard-home-benefits .heimgard-icon-badge {
	margin: 0 auto 20px;
}

.heimgard-home-benefits .heimgard-card h3 {
	margin-bottom: 10px;
	font-size: 1.25rem;
	font-weight: 500;
	color: #1a1a1a;
}

.heimgard-home-benefits .heimgard-card p {
	margin-bottom: 0;
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 1.6;
	color: #6b6b6b;
}

.heimgard-home-products .eyebrow,
.heimgard-home-products h2,
.heimgard-home-products .heimgard-section-subtitle {
	text-align: center;
}

.heimgard-home-products .eyebrow {
	color: #edb248;
}

.heimgard-home-products .heimgard-section-subtitle {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.heimgard-home-products .heimgard-grid {
	margin-top: 48px;
	gap: 24px;
}

.heimgard-home-products .heimgard-card {
	padding: 0;
	background: #f5f5f3;
	border: 1px solid #e1e1dc;
	overflow: hidden;
}

.heimgard-home-products .heimgard-media {
	margin-bottom: 0;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: #ebebeb;
	text-align: center;
}

.heimgard-home-products .heimgard-media img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	object-fit: contain;
}

.heimgard-home-products .heimgard-card h3,
.heimgard-home-products .heimgard-card-meta,
.heimgard-home-products .heimgard-card p {
	padding-left: 24px;
	padding-right: 24px;
}

.heimgard-home-products .heimgard-card h3 {
	margin-top: 24px;
	margin-bottom: 6px;
	font-size: 1.15rem;
	color: #1a1a1a;
}

.heimgard-home-products .heimgard-card .heimgard-card-meta {
	margin-bottom: 12px;
	color: #edb248;
	font-size: 0.9rem;
	font-weight: 500;
}

.heimgard-home-products .heimgard-card p {
	margin-bottom: 24px;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #6b6b6b;
}

.heimgard-home-products .heimgard-card-link-wrap {
	padding-left: 24px;
	padding-right: 24px;
	margin-bottom: 24px;
}

.heimgard-section-subtitle {
	max-width: 700px;
	margin: 14px 0 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	color: #6b6b6b;
}

.heimgard-how-it-works .eyebrow,
.heimgard-how-it-works h2,
.heimgard-how-it-works .heimgard-section-subtitle {
	text-align: center;
}

.heimgard-how-it-works .eyebrow {
	margin-bottom: 10px;
	color: #edb248;
}

.heimgard-how-it-works h2 {
	max-width: 920px;
	margin: 0 auto;
	font-size: clamp(2.5rem, 4.8vw, 4rem);
	font-weight: 500;
	line-height: 1.08;
}

.heimgard-how-it-works .heimgard-section-subtitle {
	max-width: 940px;
	margin: 18px auto 0;
	font-size: 1.1rem;
	line-height: 1.65;
}

.heimgard-how-it-works .heimgard-grid {
	margin-top: 56px;
	gap: 36px;
}

.heimgard-how-it-works .heimgard-grid > .wp-block-column {
	display: flex;
}

.heimgard-how-it-works .heimgard-card.heimgard-how-step {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	padding: 40px 42px 38px;
	border: 0;
	background: #f5f5f3;
}

.heimgard-how-step-number {
	margin: 0 0 30px;
	color: #edb248;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1;
}

.heimgard-how-step-title {
	margin: 0 0 16px;
	font-size: 1.55rem;
	font-weight: 500;
	line-height: 1.2;
	color: #1a1a1a;
}

.heimgard-how-step-text {
	margin: 0 0 28px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	color: #6b6b6b;
}

.heimgard-how-step-points {
	display: grid;
	gap: 18px;
	margin-bottom: 32px;
}

.heimgard-how-step-point {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.heimgard-how-step-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	margin: 2px 0 0;
	color: #edb248;
	flex-shrink: 0;
	line-height: 0;
}

.heimgard-how-step-icon img {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0;
}

.heimgard-how-step-point-text {
	margin: 0;
	font-size: 0.92rem;
	font-weight: 400;
	line-height: 1.55;
	color: #6b6b6b;
}

.heimgard-how-step-link-wrap {
	margin-top: auto;
	margin-bottom: 0;
}

.heimgard-how-it-works .heimgard-card-link {
	font-size: 1rem;
	font-weight: 500;
	color: #1a1a1a;
}

.heimgard-how-note {
	max-width: 840px;
	margin: 40px auto 0;
	padding: 24px 28px;
	border: 1px solid #e8e8e6;
	background: #ffffff;
	text-align: center;
}

.heimgard-how-note-text {
	margin: 0;
	font-size: 0.96rem;
	font-weight: 400;
	line-height: 1.7;
	color: #6b6b6b;
}

.heimgard-how-note-text a {
	color: #1a1a1a;
	font-weight: 500;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
}

.heimgard-feature-cover {
	padding-top: 88px;
	padding-bottom: 88px;
}

.heimgard-feature-cover-shell.wp-block-cover {
	overflow: hidden;
	padding: 0;
}

.heimgard-feature-cover-shell.wp-block-cover .wp-block-cover__background {
	background: linear-gradient(90deg, rgba(26, 26, 26, 0.82) 0%, rgba(26, 26, 26, 0.42) 48%, rgba(26, 26, 26, 0.08) 100%);
	opacity: 1;
}

.heimgard-feature-cover-shell.wp-block-cover .wp-block-cover__image-background {
	object-fit: cover;
}

.heimgard-feature-cover-shell.wp-block-cover > .wp-block-cover__inner-container {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: inherit;
	padding: 32px;
}

.heimgard-feature-cover-content,
.heimgard-feature-cover-content > .wp-block-group__inner-container {
	width: 100%;
	max-width: 520px;
}

.heimgard-feature-cover-content .eyebrow {
	margin-bottom: 12px;
	color: #edb248;
}

.heimgard-feature-cover-title {
	margin: 0 0 16px;
	font-size: clamp(2rem, 3.8vw, 3rem);
	font-weight: 500;
	line-height: 1.24;
	color: #ffffff;
}

.heimgard-feature-cover-text {
	margin: 0;
	font-size: 1.08rem;
	font-weight: 400;
	line-height: 1.72;
	color: rgba(255, 255, 255, 0.82);
}

.heimgard-app-showcase {
	padding-top: 88px;
	padding-bottom: 88px;
}

.heimgard-app-showcase-columns {
	align-items: center !important;
	gap: 48px;
	margin-top: 0;
	margin-bottom: 0;
}

.heimgard-app-showcase-columns > .wp-block-column {
	margin: 0;
}

.heimgard-app-showcase-column-media {
	flex: 1.02 1 0;
}

.heimgard-app-showcase-column-content {
	flex: 0.98 1 0;
}

.heimgard-app-showcase-media {
	margin: 0;
}

.heimgard-app-showcase-media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.heimgard-app-showcase-content {
	max-width: 540px;
}

.heimgard-app-showcase-title {
	margin: 0 0 16px;
	font-size: clamp(2.1rem, 3.8vw, 3.25rem);
	font-weight: 500;
	line-height: 1.14;
	color: #1a1a1a;
}

.heimgard-app-showcase-text {
	margin: 0 0 26px;
	font-size: 1.08rem;
	font-weight: 400;
	line-height: 1.72;
	color: #6b6b6b;
}

.heimgard-app-showcase-points {
	display: grid;
	gap: 14px;
}

.heimgard-app-showcase-point {
	display: flex;
	align-items: center;
	gap: 12px;
}

.heimgard-app-showcase-point-dot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 8px;
	height: 8px;
	margin: 0;
	flex-shrink: 0;
	line-height: 0;
}

.heimgard-app-showcase-point-dot img {
	display: block;
	width: 8px;
	height: 8px;
	margin: 0;
}

.heimgard-app-showcase-point-text {
	margin: 0;
	font-size: 0.98rem;
	font-weight: 400;
	line-height: 1.5;
	color: #6b6b6b;
}

.editor-styles-wrapper .heimgard-app-showcase-points > .block-editor-inner-blocks,
.editor-styles-wrapper .heimgard-app-showcase-point > .block-editor-inner-blocks,
.editor-styles-wrapper .heimgard-app-showcase-content > .block-editor-inner-blocks {
	width: 100%;
}

.editor-styles-wrapper .heimgard-app-showcase-points > .block-editor-inner-blocks > .block-editor-block-list__layout {
	display: grid;
	gap: 14px;
}

.editor-styles-wrapper .heimgard-app-showcase-point > .block-editor-inner-blocks > .block-editor-block-list__layout {
	display: flex;
	align-items: center;
	gap: 12px;
}

.editor-styles-wrapper .heimgard-app-showcase-point > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block,
.editor-styles-wrapper .heimgard-app-showcase-points > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block,
.editor-styles-wrapper .heimgard-app-showcase-content > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
	margin-top: 0;
	margin-bottom: 0;
}

.heimgard-reviews .eyebrow,
.heimgard-reviews h2 {
	text-align: center;
}

.heimgard-reviews .eyebrow {
	margin-bottom: 10px;
	color: #edb248;
}

.heimgard-reviews h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.heimgard-reviews-grid {
	margin-top: 48px;
	gap: 24px;
}

.heimgard-reviews-grid > .wp-block-column {
	display: flex;
}

.heimgard-review-card {
	width: 100%;
	padding: 24px;
	background: #f5f5f3;
}

.heimgard-review-stars,
.heimgard-review-stars > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	gap: 2px;
}

.heimgard-review-stars {
	margin-bottom: 16px;
}

.heimgard-review-star {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	line-height: 0;
}

.heimgard-review-star img {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0;
}

.heimgard-review-text {
	margin: 0 0 16px;
	font-size: 0.92rem;
	font-weight: 400;
	line-height: 1.6;
	color: #6b6b6b;
}

.heimgard-review-name {
	margin: 0 0 4px;
	font-size: 0.92rem;
	font-weight: 500;
	line-height: 1.4;
	color: #1a1a1a;
}

.heimgard-review-location {
	margin: 0;
	font-size: 0.76rem;
	font-weight: 400;
	line-height: 1.4;
	color: #6b6b6b;
}

.heimgard-buy-options {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 80px 0 96px;
	background: #f5f5f3;
}

.heimgard-buy-options .eyebrow,
.heimgard-buy-options h2,
.heimgard-buy-options .heimgard-buy-options-grid {
	width: min(1120px, calc(100% - 32px));
	margin-left: auto;
	margin-right: auto;
}

.heimgard-buy-options .eyebrow,
.heimgard-buy-options h2 {
	text-align: center;
}

.heimgard-buy-options .eyebrow {
	margin-bottom: 10px;
	color: #edb248;
}

.heimgard-buy-options h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.heimgard-buy-options-grid {
	max-width: 768px;
	margin-top: 48px;
	gap: 24px;
}

.heimgard-buy-options-grid > .wp-block-column {
	display: flex;
}

.heimgard-buy-option-card {
	width: 100%;
	padding: 32px;
	border: 1px solid #e5e5e0;
	background: #ffffff;
	text-align: center;
}

.heimgard-buy-option-icon-shell,
.heimgard-buy-option-icon-shell > .wp-block-group__inner-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.heimgard-buy-option-icon-shell {
	width: 48px;
	height: 48px;
	margin: 0 auto 16px;
	background: #1a1a1a;
}

.heimgard-buy-option-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	line-height: 0;
}

.heimgard-buy-option-icon img {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
}

.heimgard-buy-option-title {
	margin: 0 0 8px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.35;
	color: #1a1a1a;
}

.heimgard-buy-option-text {
	margin: 0 0 16px;
	font-size: 0.92rem;
	font-weight: 400;
	line-height: 1.6;
	color: #6b6b6b;
}

.heimgard-buy-option-link-wrap {
	margin: 0;
}

.heimgard-buy-option-link-wrap .heimgard-card-link {
	justify-content: center;
	font-size: 0.92rem;
}

.editor-styles-wrapper .heimgard-buy-option-card > .block-editor-inner-blocks,
.editor-styles-wrapper .heimgard-buy-option-icon-shell > .block-editor-inner-blocks {
	width: 100%;
}

.editor-styles-wrapper .heimgard-buy-option-card > .block-editor-inner-blocks > .block-editor-block-list__layout {
	display: grid;
	justify-items: center;
	row-gap: 0;
}

.editor-styles-wrapper .heimgard-buy-option-icon-shell > .block-editor-inner-blocks > .block-editor-block-list__layout {
	display: flex;
	align-items: center;
	justify-content: center;
}

.editor-styles-wrapper .heimgard-buy-option-card > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block,
.editor-styles-wrapper .heimgard-buy-option-icon-shell > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
	margin-top: 0;
	margin-bottom: 0;
}

.heimgard-everyday-life {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 80px 0 96px;
	background: #f5f5f3;
}

.heimgard-everyday-life .eyebrow,
.heimgard-everyday-life h2,
.heimgard-everyday-life .heimgard-section-subtitle,
.heimgard-everyday-life .heimgard-everyday-grid {
	width: min(1120px, calc(100% - 32px));
	margin-left: auto;
	margin-right: auto;
}

.heimgard-everyday-life .eyebrow {
	margin-bottom: 10px;
	text-align: center;
	color: #edb248;
}

.heimgard-everyday-life h2 {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

.heimgard-everyday-life .heimgard-section-subtitle {
	max-width: 620px;
	text-align: center;
}

.heimgard-everyday-grid {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
	gap: 20px;
	margin-top: 48px;
	align-items: stretch;
}

.heimgard-everyday-feature {
	position: relative;
	overflow: hidden;
	min-height: 510px;
	padding: 0;
	background: #1a1a1a;
}

.heimgard-everyday-feature.wp-block-cover .wp-block-cover__background {
	background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, rgba(26, 26, 26, 0.12) 42%, rgba(26, 26, 26, 0.8) 100%);
	opacity: 1;
}

.heimgard-everyday-feature.wp-block-cover .wp-block-cover__image-background {
	object-fit: cover;
}

.heimgard-everyday-feature.wp-block-cover > .wp-block-cover__inner-container {
	display: flex;
	align-items: flex-end;
	width: 100%;
	min-height: 510px;
	padding: 0;
}

.heimgard-everyday-feature-copy {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 28px 32px;
}

.heimgard-everyday-quote,
.page-content .heimgard-everyday-quote {
	margin: 0 0 8px;
	color: #ffffff;
	font-size: 1rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1.65;
}

.heimgard-everyday-source {
	color: #edb248;
	font-size: 0.75rem;
	font-weight: 500;
}

.heimgard-everyday-side {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.heimgard-everyday-card {
	background: #ffffff;
	border: 1px solid #e8e8e6;
}

.heimgard-everyday-card-body {
	padding: 16px;
}

.heimgard-everyday-card-header {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 4px;
}

.editor-styles-wrapper .heimgard-everyday-grid > .block-editor-inner-blocks {
	width: 100%;
}

.editor-styles-wrapper .heimgard-everyday-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
	gap: 20px;
	align-items: stretch;
}

.editor-styles-wrapper .heimgard-everyday-side > .block-editor-inner-blocks {
	width: 100%;
}

.editor-styles-wrapper .heimgard-everyday-side > .block-editor-inner-blocks > .block-editor-block-list__layout {
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: stretch;
	justify-content: flex-start;
}

.editor-styles-wrapper .heimgard-everyday-card > .block-editor-inner-blocks,
.editor-styles-wrapper .heimgard-everyday-card-body > .block-editor-inner-blocks,
.editor-styles-wrapper .heimgard-everyday-cta > .block-editor-inner-blocks {
	width: 100%;
}

.editor-styles-wrapper .heimgard-everyday-card > .block-editor-inner-blocks > .block-editor-block-list__layout,
.editor-styles-wrapper .heimgard-everyday-card-body > .block-editor-inner-blocks > .block-editor-block-list__layout,
.editor-styles-wrapper .heimgard-everyday-cta > .block-editor-inner-blocks > .block-editor-block-list__layout {
	display: contents;
}

.editor-styles-wrapper .heimgard-everyday-side > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block,
.editor-styles-wrapper .heimgard-everyday-card > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block,
.editor-styles-wrapper .heimgard-everyday-card-body > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block,
.editor-styles-wrapper .heimgard-everyday-cta > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block,
.editor-styles-wrapper .heimgard-everyday-card-header > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
	margin: 0;
	min-height: 0;
}

.editor-styles-wrapper .heimgard-everyday-card .block-list-appender,
.editor-styles-wrapper .heimgard-everyday-card-body .block-list-appender,
.editor-styles-wrapper .heimgard-everyday-cta .block-list-appender {
	margin: 0;
}

.editor-styles-wrapper .heimgard-everyday-side .block-editor-block-list__block {
	flex: 0 0 auto !important;
	height: auto !important;
	min-height: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.editor-styles-wrapper .heimgard-everyday-card .block-editor-block-list__block,
.editor-styles-wrapper .heimgard-everyday-card-body .block-editor-block-list__block,
.editor-styles-wrapper .heimgard-everyday-card-header .block-editor-block-list__block,
.editor-styles-wrapper .heimgard-everyday-cta .block-editor-block-list__block {
	height: auto !important;
	min-height: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.editor-styles-wrapper .heimgard-everyday-card .block-editor-block-list__layout,
.editor-styles-wrapper .heimgard-everyday-card-body .block-editor-block-list__layout,
.editor-styles-wrapper .heimgard-everyday-card-header .block-editor-block-list__layout,
.editor-styles-wrapper .heimgard-everyday-cta .block-editor-block-list__layout {
	align-content: start;
	row-gap: 0 !important;
	column-gap: 0 !important;
}

.editor-styles-wrapper .heimgard-everyday-card-header > .block-editor-inner-blocks {
	width: 100%;
}

.editor-styles-wrapper .heimgard-everyday-card-header > .block-editor-inner-blocks > .block-editor-block-list__layout {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
	width: 100%;
	text-align: left;
}

.editor-styles-wrapper .heimgard-everyday-card-header > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
	flex: 0 0 auto !important;
	width: auto !important;
	max-width: none !important;
	text-align: left !important;
}

.editor-styles-wrapper .heimgard-everyday-card-header .block-editor-block-list__block[data-type="core/image"],
.editor-styles-wrapper .heimgard-everyday-card-header .block-editor-block-list__block[data-type="core/heading"],
.editor-styles-wrapper .heimgard-everyday-card-header .wp-block-image,
.editor-styles-wrapper .heimgard-everyday-card-header .wp-block-heading,
.editor-styles-wrapper .heimgard-everyday-card-header h3,
.editor-styles-wrapper .heimgard-everyday-card-header .block-editor-rich-text__editable {
	flex: 0 0 auto !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	text-align: left !important;
	align-self: center !important;
}

.editor-styles-wrapper .heimgard-everyday-cta > .block-editor-inner-blocks > .block-editor-block-list__layout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
}

.editor-styles-wrapper .heimgard-everyday-cta > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block:first-child {
	flex: 1 1 auto !important;
	min-width: 0 !important;
}

.editor-styles-wrapper .heimgard-everyday-cta > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block:last-child,
.editor-styles-wrapper .heimgard-everyday-cta .block-editor-block-list__block[data-type="core/buttons"],
.editor-styles-wrapper .heimgard-everyday-cta .wp-block-buttons,
.editor-styles-wrapper .heimgard-everyday-cta .wp-block-button {
	flex: 0 0 auto !important;
	width: auto !important;
	max-width: none !important;
}

.editor-styles-wrapper .heimgard-everyday-cta p {
	min-width: 0;
}

.editor-styles-wrapper .heimgard-everyday-cta .wp-block-button__link {
	white-space: nowrap;
}

.heimgard-mini-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	margin: 0;
	color: #edb248;
	flex-shrink: 0;
	line-height: 0;
}

.heimgard-mini-icon img {
	display: block;
	width: 14px;
	height: 14px;
	margin: 0;
}

.heimgard-mini-icon.heimgard-icon-users::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' 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='%23edb248' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9' cy='7' r='4' stroke='%23edb248' stroke-width='1.7'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87' stroke='%23edb248' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75' stroke='%23edb248' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.heimgard-everyday-card-header.has-mini-icon.heimgard-icon-users::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' 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='%23edb248' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9' cy='7' r='4' stroke='%23edb248' stroke-width='1.7'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87' stroke='%23edb248' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75' stroke='%23edb248' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.heimgard-mini-icon.heimgard-icon-wrench::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z' stroke='%23edb248' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.heimgard-everyday-card-header.has-mini-icon.heimgard-icon-wrench::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z' stroke='%23edb248' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.heimgard-mini-icon.heimgard-icon-key::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' 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='%23edb248' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='16.5' cy='7.5' r='.5' fill='%23edb248'/%3E%3C/svg%3E");
}

.heimgard-everyday-card-header.has-mini-icon.heimgard-icon-key::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' 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='%23edb248' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='16.5' cy='7.5' r='.5' fill='%23edb248'/%3E%3C/svg%3E");
}

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

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

.heimgard-everyday-card h3 {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 500;
	color: #1a1a1a;
}

.heimgard-everyday-card p {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.5;
	color: #6b6b6b;
}

.heimgard-everyday-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 20px;
	background: #1a1a1a;
}

.heimgard-everyday-cta p {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.75);
}

.heimgard-everyday-cta .button-row {
	flex-shrink: 0;
}

.heimgard-everyday-cta .button-row .wp-block-button__link,
.heimgard-everyday-cta .button-row .button {
	padding: 0;
	background: transparent;
	border: 0;
	color: #ffcb60;
	font-size: 0.9rem;
	font-weight: 500;
}

.heimgard-everyday-cta .button-row .wp-block-button__link::after,
.heimgard-everyday-cta .button-row .button::after {
	content: "";
	width: 14px;
	height: 14px;
	margin-left: 6px;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3 9H14' stroke='%23ffcb60' stroke-width='1.4' stroke-linecap='round'/%3E%3Cpath d='M10 5L14 9L10 13' stroke='%23ffcb60' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.page-content ul {
	padding-left: 20px;
}

.heimgard-media {
	margin-bottom: 24px;
}

.heimgard-split {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
	gap: 48px;
	align-items: start;
}

.heimgard-split.is-reversed > :first-child {
	order: 2;
}

.heimgard-split.is-reversed > :last-child {
	order: 1;
}

.heimgard-shortcuts {
	padding-top: 24px;
	padding-bottom: 24px;
}

.heimgard-shortcut-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.heimgard-shortcut-row p,
.heimgard-dealer-search p,
.heimgard-contact-form p {
	margin: 0;
}

.heimgard-shortcut {
	padding: 12px 18px;
	border: 1px solid #dfdfda;
	background: #ffffff;
	font-size: 0.92rem;
	font-weight: 500;
}

.heimgard-comparison {
	background: rgba(255, 203, 96, 0.12);
	border-top: 1px solid rgba(255, 203, 96, 0.35);
	border-bottom: 1px solid rgba(255, 203, 96, 0.35);
}

.heimgard-comparison-intro,
.heimgard-comparison-footnote {
	max-width: 720px;
}

.heimgard-compare-card.is-highlighted {
	border: 2px solid #edb248;
	background: #ffffff;
}

.heimgard-compare-badge {
	display: inline-block;
	margin-left: 10px;
	color: #edb248;
	font-size: 0.72rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.heimgard-compare-list {
	display: grid;
	gap: 10px;
	margin: 0;
}

.heimgard-compare-list-item {
	position: relative;
	margin: 0;
	padding-left: 18px;
}

.heimgard-compare-list-item::before {
	content: "";
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: #1a1a1a;
}

.heimgard-compare-list li.is-negative,
.heimgard-compare-list-item.is-negative {
	color: #9b9b96;
}

.heimgard-compare-list-item.is-negative::before {
	background: #9b9b96;
}

.heimgard-compare-note {
	margin-top: 16px;
	font-size: 0.82rem;
}

.heimgard-faq {
	background: #f5f5f3;
}

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

.heimgard-faq-item {
	border: 1px solid #e1e1dc;
	background: #ffffff;
	padding: 18px 20px;
}

.heimgard-faq-item summary {
	cursor: pointer;
	font-weight: 500;
	color: #1a1a1a;
}

.heimgard-faq-item p {
	margin-top: 14px;
	margin-bottom: 0;
}

.heimgard-inline-link {
	display: inline-block;
	margin-top: 10px;
	color: #1a1a1a;
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.heimgard-dealers {
	background: #f5f5f3;
}

.heimgard-dealer-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	margin-bottom: 22px;
	padding: 20px;
	background: #fbcc70;
}

.heimgard-field-shell {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid #d8d8d1;
	background: #ffffff;
	font: inherit;
	color: #1a1a1a;
}

.heimgard-field-shell-large {
	min-height: 140px;
	display: flex;
	align-items: flex-start;
}

.heimgard-contact {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}

.heimgard-contact-form {
	display: grid;
	gap: 16px;
	padding: 28px;
	border: 1px solid #e1e1dc;
	background: #ffffff;
}

.heimgard-contact-form label {
	display: grid;
	gap: 8px;
}

.heimgard-field {
	display: grid;
	gap: 8px;
}

.heimgard-contact-form span,
.heimgard-field-label {
	font-size: 0.92rem;
	font-weight: 500;
	color: #1a1a1a;
}

.heimgard-contact-footnote {
	margin-bottom: 0;
	font-size: 0.82rem;
	text-align: center;
}

.site-footer {
	padding: 64px 0 40px;
	background: #1a1a1a;
	color: #ffffff;
}

.site-footer-columns {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 32px;
	margin-bottom: 48px;
}

.site-footer-column h2 {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 0.95rem;
	font-weight: 500;
	color: #ffffff;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li + li {
	margin-top: 10px;
}

.footer-links a {
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.92rem;
	font-weight: 400;
	transition: color 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus {
	color: #ffffff;
}

.footer-links-social a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.footer-links-social a::after {
	content: "";
	width: 12px;
	height: 12px;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M5 11L11 5' stroke='%23ffffff' stroke-opacity='0.6' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6 5h5v5' stroke='%23ffffff' stroke-opacity='0.6' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.footer-links-social a:hover::after,
.footer-links-social a:focus::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M5 11L11 5' stroke='%23ffffff' stroke-width='1.3' stroke-linecap='round'/%3E%3Cpath d='M6 5h5v5' stroke='%23ffffff' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.site-footer-note {
	padding-top: 32px;
	margin-bottom: 32px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer-note p {
	max-width: 720px;
	margin: 0;
	padding: 20px 22px;
	background: rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.92rem;
	font-weight: 400;
	line-height: 1.65;
}

.site-footer-note a {
	color: #edb248;
}

.site-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-top: 32px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer-copyright {
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.92rem;
	font-weight: 400;
}

.site-footer-legal {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.site-footer-legal a {
	color: rgba(255, 255, 255, 0.4);
	font-size: 0.78rem;
	font-weight: 400;
	transition: color 0.2s ease;
}

.site-footer-legal a:hover,
.site-footer-legal a:focus {
	color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 900px) {
	.page-intro-grid,
	.heimgard-grid.cols-2,
	.heimgard-grid.cols-3,
	.heimgard-split,
	.site-footer-columns {
		grid-template-columns: 1fr;
	}

	.site-header-inner {
		flex-wrap: wrap;
	}

	.site-menu-button {
		display: inline-flex;
		flex-direction: column;
		gap: 4px;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		cursor: pointer;
	}

	.site-menu-button span {
		display: block;
		width: 18px;
		height: 2px;
		background: #1a1a1a;
	}

	.site-nav,
	.header-cta {
		display: none;
		width: 100%;
	}

	.site-menu-toggle:checked ~ .site-nav,
	.site-menu-toggle:checked ~ .header-cta {
		display: block;
	}

	.site-menu {
		display: grid;
		gap: 10px;
		padding-top: 8px;
	}

	.site-menu > .menu-item {
		padding: 0;
		margin: 0;
	}

	.site-menu > .menu-item::after {
		display: none;
	}

	.site-menu .sub-menu {
		display: grid;
		position: static;
		padding: 8px 0 0 16px;
		border: 0;
		box-shadow: none;
		background: transparent;
	}

	.site-menu .sub-menu a {
		padding: 6px 0;
	}

	.header-cta {
		margin-top: 8px;
	}

	.heimgard-dealer-search {
		grid-template-columns: 1fr;
	}

	.heimgard-section,
	.heimgard-section.hero {
		padding: 24px;
	}

	.heimgard-home-benefits {
		padding: 32px 0 36px;
	}

	.heimgard-home-benefits .heimgard-grid {
		margin-top: 32px;
		gap: 20px;
	}

	.heimgard-everyday-life {
		padding: 48px 0 56px;
	}

	.heimgard-how-it-works .heimgard-grid {
		margin-top: 36px;
		gap: 20px;
	}

	.heimgard-how-it-works .heimgard-card.heimgard-how-step {
		padding: 28px;
	}

	.heimgard-how-step-number {
		margin-bottom: 22px;
		font-size: 2.5rem;
	}

	.heimgard-how-note {
		padding: 20px 22px;
	}

	.heimgard-feature-cover {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.heimgard-feature-cover-shell.wp-block-cover > .wp-block-cover__inner-container {
		padding: 24px;
	}

	.heimgard-app-showcase {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.heimgard-app-showcase-columns {
		gap: 28px;
	}

	.heimgard-app-showcase-columns > .wp-block-column {
		flex-basis: 100% !important;
	}

	.heimgard-app-showcase-content {
		max-width: none;
	}

	.heimgard-reviews-grid {
		margin-top: 32px;
		gap: 20px;
	}

	.heimgard-buy-options {
		padding: 48px 0 56px;
	}

	.heimgard-buy-options-grid {
		margin-top: 32px;
		gap: 20px;
	}

	.heimgard-buy-option-card {
		padding: 28px;
	}

	.heimgard-everyday-grid {
		grid-template-columns: 1fr;
		margin-top: 32px;
	}

	.editor-styles-wrapper .heimgard-everyday-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
		grid-template-columns: 1fr;
	}

	.heimgard-everyday-feature {
		min-height: 400px;
	}

	.heimgard-everyday-feature-copy {
		padding: 24px;
	}

	.heimgard-everyday-cta {
		flex-direction: column;
		align-items: flex-start;
	}

	.site-footer {
		padding: 48px 0 32px;
	}

	.site-footer-columns {
		gap: 24px;
		margin-bottom: 36px;
	}

	.site-footer-note {
		padding-top: 24px;
		margin-bottom: 24px;
	}

	.site-footer-note p {
		padding: 18px 18px;
	}

	.site-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
		padding-top: 24px;
	}

	.site-footer-legal {
		gap: 16px;
	}
}

@media (max-width: 640px) {
	.content-shell,
	.page-intro {
		padding-top: 24px;
	}

	.heimgard-section.hero-cover {
		min-height: 520px;
	}
}
