body.harus-about-active,
body.harus-about-active .main-page-wrapper,
body.harus-about-active .site-content,
body.harus-about-active .entry-content {
	background: var(--hm-bg, #f7faf8);
	color: var(--hm-text, #111827);
}

body.harus-about-active .wd-page-title {
	display: none !important;
}

body.harus-about-active .wd-content-layout.container {
	max-width: none;
	padding: 0;
	width: 100%;
}

body.harus-about-active .wd-content-area {
	max-width: none;
	padding: 0;
}

body.harus-about-active .entry-content {
	overflow-x: clip;
}

@supports not (overflow: clip) {
	body.harus-about-active .entry-content {
		overflow-x: hidden;
	}
}

.harus-about {
	--ha-bg: var(--hm-bg, #f7faf8);
	--ha-surface: var(--hm-surface, #ffffff);
	--ha-soft: var(--hm-surface-soft, #eaf7ec);
	--ha-card: var(--hm-card-bg, #ffffff);
	--ha-text: var(--hm-text, #111827);
	--ha-muted: var(--hm-text-muted, #536056);
	--ha-border: var(--hm-border, #e2e7e2);
	--ha-green: var(--hm-green, #23ac39);
	--ha-green-dark: var(--hm-green-dark, #145c24);
	--ha-green-soft: var(--hm-green-soft, #eaf7ec);
	--ha-shadow: 0 4px 8px rgba(17, 30, 21, 0.07);
	--ha-radius: 12px;
	--ha-radius-sm: 8px;
	--ha-max: 1240px;
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--ha-green-soft) 42%, transparent) 0, transparent 320px),
		var(--ha-bg);
	color: var(--ha-text);
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
	padding: 30px 0 42px;
}

html[data-hm-theme-resolved="dark"] .harus-about {
	--ha-bg: #0f1711;
	--ha-surface: #17211a;
	--ha-soft: #203326;
	--ha-card: #18241c;
	--ha-text: #f4f7f3;
	--ha-muted: #c1cbc3;
	--ha-border: #31453a;
	--ha-green: #47c85a;
	--ha-green-dark: #8ddf8f;
	--ha-green-soft: #193420;
	--ha-shadow: none;
}

@media (prefers-color-scheme: dark) {
	html:not([data-hm-theme-resolved]) .harus-about {
		--ha-bg: #0f1711;
		--ha-surface: #17211a;
		--ha-soft: #203326;
		--ha-card: #18241c;
		--ha-text: #f4f7f3;
		--ha-muted: #c1cbc3;
		--ha-border: #31453a;
		--ha-green: #47c85a;
		--ha-green-dark: #8ddf8f;
		--ha-green-soft: #193420;
		--ha-shadow: none;
	}
}

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

.harus-about :where(h1, h2, h3, p, figure, ul, li) {
	margin-top: 0;
}

.harus-about :where(h1, h2, h3) {
	color: var(--ha-text);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	text-wrap: balance;
}

.harus-about p {
	color: var(--ha-muted);
	margin-bottom: 14px;
	text-wrap: pretty;
}

.harus-about p:last-child {
	margin-bottom: 0;
}

.harus-about svg {
	display: block;
	fill: none;
	height: 1em;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 1em;
}

.hm-about-container {
	margin-inline: auto;
	max-width: var(--ha-max);
	width: min(var(--ha-max), calc(100% - 32px));
}

.hm-about-section {
	margin-bottom: 26px;
}

.hm-about-section:last-child {
	margin-bottom: 0;
}

.hm-about-hero__grid,
.hm-about-story__panel,
.hm-about-community__panel {
	display: grid;
	gap: 24px;
}

.hm-about-hero__grid {
	align-items: stretch;
	gap: 20px;
	grid-template-columns: minmax(580px, 1.04fr) minmax(360px, 0.96fr);
}

.hm-about-hero__content,
.hm-about-hero__visual,
.hm-about-story__panel,
.hm-about-community__panel,
.hm-about-cta__panel {
	background:
		radial-gradient(circle at 86% 18%, color-mix(in srgb, var(--ha-green) 12%, transparent), transparent 32%),
		linear-gradient(135deg, var(--ha-surface) 0%, color-mix(in srgb, var(--ha-green-soft) 54%, var(--ha-surface)) 100%);
	border: 1px solid var(--ha-border);
	border-radius: var(--ha-radius);
	box-shadow: var(--ha-shadow);
}

.hm-about-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 390px;
	padding: 42px 40px;
}

.hm-about-kicker {
	align-items: center;
	color: var(--ha-green-dark) !important;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.hm-about-kicker::after {
	background: var(--ha-green);
	border-radius: 999px;
	content: "";
	height: 2px;
	margin-left: 10px;
	width: 34px;
}

.hm-about-hero h1 {
	font-size: 54px;
	margin-bottom: 14px;
	max-width: none;
	white-space: nowrap;
}

.hm-about-subtitle {
	color: var(--ha-green-dark) !important;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.3;
	margin-bottom: 18px;
}

.hm-about-intro {
	color: var(--ha-text) !important;
	font-size: 17px;
	line-height: 1.65;
	max-width: 700px;
}

.hm-about-badges {
	background: var(--ha-border);
	border: 1px solid var(--ha-border);
	border-radius: var(--ha-radius-sm);
	box-shadow: var(--ha-shadow);
	display: grid;
	gap: 1px;
	grid-column: 1 / -1;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 0;
	overflow: hidden;
}

.hm-about-badge {
	align-items: center;
	background: color-mix(in srgb, var(--ha-surface) 94%, var(--ha-green-soft));
	display: grid;
	gap: 12px;
	grid-template-columns: auto 1fr;
	justify-items: start;
	min-height: 82px;
	padding: 16px 20px;
	text-align: left;
}

.hm-about-badge:not(:last-child) {
	border-right: 0;
}

.hm-about-badge > span:not(.hm-about-icon) {
	color: var(--ha-text);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	max-width: none;
}

.hm-about-icon {
	align-items: center;
	background: color-mix(in srgb, var(--ha-green) 14%, var(--ha-surface));
	border: 1px solid color-mix(in srgb, var(--ha-green) 24%, var(--ha-border));
	border-radius: 999px;
	color: var(--ha-green-dark);
	display: inline-grid;
	flex: 0 0 auto;
	height: 46px;
	justify-items: center;
	width: 46px;
}

.hm-about-icon svg {
	font-size: 24px;
}

.hm-about-hero__visual {
	margin: 0;
	min-height: 390px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

.hm-about-hero__visual::after {
	background:
		linear-gradient(180deg, transparent 50%, rgba(17, 30, 21, 0.16) 100%),
		radial-gradient(circle at 26% 22%, rgba(255, 255, 255, 0.5), transparent 38%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.hm-about-hero__visual img {
	display: block;
	height: 100%;
	min-height: 390px;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.hm-about-hero__visual figcaption {
	background: color-mix(in srgb, var(--ha-surface) 88%, transparent);
	border: 1px solid var(--ha-border);
	border-radius: var(--ha-radius-sm);
	bottom: 16px;
	color: var(--ha-text);
	font-size: 13px;
	font-weight: 800;
	left: 16px;
	max-width: min(360px, calc(100% - 32px));
	padding: 11px 13px;
	position: absolute;
	z-index: 1;
}

.hm-about-story__panel {
	align-items: stretch;
	grid-template-columns: minmax(360px, 0.94fr) minmax(0, 1.06fr);
	padding: 18px;
}

.hm-about-story__content {
	align-self: center;
	padding: 22px;
}

.hm-about-story h2,
.hm-about-community h2,
.hm-about-cta h2 {
	font-size: 32px;
	margin-bottom: 14px;
}

.hm-about-store-visual {
	background:
		radial-gradient(circle at 86% 16%, color-mix(in srgb, var(--ha-green) 18%, transparent), transparent 34%),
		linear-gradient(180deg, color-mix(in srgb, var(--ha-green-soft) 76%, var(--ha-surface)) 0%, var(--ha-surface) 100%);
	border: 1px solid var(--ha-border);
	border-radius: var(--ha-radius-sm);
	color: var(--ha-text);
	display: grid;
	gap: 14px;
	min-height: 332px;
	overflow: hidden;
	padding: 24px;
	position: relative;
}

.hm-about-store-visual::before {
	background: color-mix(in srgb, var(--ha-green) 10%, transparent);
	border: 1px solid color-mix(in srgb, var(--ha-green) 18%, transparent);
	border-radius: 50%;
	bottom: -68px;
	content: "";
	height: 190px;
	position: absolute;
	right: -48px;
	width: 190px;
}

.hm-about-store-visual__sign {
	align-self: start;
	background: linear-gradient(180deg, #0f5a24, #0d431b);
	border-radius: var(--ha-radius-sm);
	box-shadow: 0 6px 12px rgba(17, 30, 21, 0.1);
	color: #ffffff;
	display: inline-grid;
	justify-self: start;
	padding: 14px 18px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
}

.hm-about-store-visual__sign strong {
	font-size: 22px;
	letter-spacing: 0;
	line-height: 1.1;
}

.hm-about-store-visual__sign span {
	font-size: 12px;
	font-weight: 800;
	text-transform: none;
}

.hm-about-store-visual__journey {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 2px;
	position: relative;
	z-index: 1;
}

.hm-about-store-visual__journey span,
.hm-about-store-visual__badges span {
	background: color-mix(in srgb, var(--ha-surface) 88%, var(--ha-green-soft));
	border: 1px solid color-mix(in srgb, var(--ha-green) 18%, var(--ha-border));
	border-radius: 999px;
	color: var(--ha-green-dark);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	padding: 8px 11px;
}

.hm-about-store-visual__journey span:last-child {
	background: var(--ha-green-dark);
	border-color: var(--ha-green-dark);
	color: #ffffff;
}

.hm-about-store-visual__front {
	align-self: end;
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--ha-surface) 96%, transparent), color-mix(in srgb, var(--ha-green-soft) 68%, var(--ha-surface)));
	border: 1px solid color-mix(in srgb, var(--ha-green) 18%, var(--ha-border));
	border-radius: var(--ha-radius-sm);
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(0, 1fr) 86px;
	margin-top: 4px;
	min-height: 150px;
	padding: 52px 16px 16px;
	position: relative;
	z-index: 1;
}

.hm-about-store-visual__awning {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	height: 28px;
	left: 14px;
	overflow: hidden;
	position: absolute;
	right: 14px;
	top: 14px;
}

.hm-about-store-visual__awning span {
	background: color-mix(in srgb, var(--ha-green) 78%, #ffffff);
	display: block;
}

.hm-about-store-visual__awning span:nth-child(odd) {
	background: #0f5a24;
}

.hm-about-store-visual__awning span:first-child {
	border-radius: 6px 0 0 6px;
}

.hm-about-store-visual__awning span:last-child {
	border-radius: 0 6px 6px 0;
}

.hm-about-store-visual__windows {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hm-about-store-visual__windows span,
.hm-about-store-visual__door {
	background: color-mix(in srgb, var(--ha-surface) 86%, #ffffff);
	border: 1px solid color-mix(in srgb, var(--ha-green) 16%, var(--ha-border));
	border-radius: 7px;
	color: var(--ha-text);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
}

.hm-about-store-visual__windows span {
	align-items: flex-end;
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--ha-green-soft) 42%, var(--ha-surface)), var(--ha-surface));
	display: flex;
	min-height: 72px;
	padding: 10px;
}

.hm-about-store-visual__door {
	align-items: flex-start;
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--ha-green-soft) 60%, var(--ha-surface)), color-mix(in srgb, var(--ha-surface) 72%, var(--ha-green-soft)));
	display: flex;
	justify-content: center;
	min-height: 90px;
	padding: 12px 8px;
}

.hm-about-store-visual__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	position: relative;
	z-index: 1;
}

.hm-about-store-visual__note {
	background: #f5edcc;
	border: 1px solid rgba(20, 92, 36, 0.18);
	border-radius: var(--ha-radius-sm);
	box-shadow: 0 4px 8px rgba(17, 30, 21, 0.08);
	color: #17351e;
	font-weight: 800;
	max-width: 210px;
	padding: 13px;
	position: relative;
	z-index: 1;
}

html[data-hm-theme-resolved="dark"] .hm-about-store-visual__note {
	background: #27351e;
	color: var(--ha-text);
}

html[data-hm-theme-resolved="dark"] .hm-about-store-visual__journey span:last-child {
	color: #07120a;
}

html[data-hm-theme-resolved="dark"] .hm-about-store-visual__awning span:nth-child(odd) {
	background: #113f1d;
}

.hm-about-quote {
	align-items: center;
	background: color-mix(in srgb, var(--ha-green-soft) 78%, var(--ha-surface));
	border: 1px solid color-mix(in srgb, var(--ha-green) 24%, var(--ha-border));
	border-radius: var(--ha-radius-sm);
	color: var(--ha-text);
	display: grid;
	gap: 14px;
	grid-template-columns: auto 1fr;
	margin-top: 22px;
	padding: 18px;
}

.hm-about-quote strong {
	color: var(--ha-text);
	font-size: 17px;
	line-height: 1.35;
}

.hm-about-section-head {
	margin-bottom: 20px;
}

.hm-about-section-head--center {
	margin-inline: auto;
	max-width: 760px;
	text-align: center;
}

.hm-about-section-head h2 {
	font-size: 30px;
	margin-bottom: 10px;
}

.hm-about-card-grid {
	display: grid;
	gap: 16px;
}

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

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

.hm-about-card {
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--ha-card) 96%, var(--ha-green-soft)) 0%, var(--ha-card) 100%);
	border: 1px solid color-mix(in srgb, var(--ha-green) 12%, var(--ha-border));
	border-radius: var(--ha-radius-sm);
	box-shadow: var(--ha-shadow);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	padding: 20px;
	position: relative;
	transition: border-color 0.18s ease, transform 0.18s ease;
}

.hm-about-card::before {
	background: color-mix(in srgb, var(--ha-green) 72%, var(--ha-green-dark));
	content: "";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.hm-about-card .hm-about-icon {
	margin-bottom: 13px;
}

.hm-about-card h3 {
	font-size: 17px;
	margin-bottom: 8px;
}

.hm-about-card p {
	font-size: 14px;
	line-height: 1.5;
}

.hm-about-card--build {
	padding: 16px;
}

.hm-about-card--build h3,
.hm-about-card--build p {
	padding-inline: 4px;
}

.hm-about-card--build p {
	margin-top: auto;
}

.hm-about-card__visual {
	align-items: end;
	background:
		radial-gradient(circle at 82% 20%, color-mix(in srgb, var(--ha-green) 20%, transparent), transparent 42%),
		linear-gradient(135deg, color-mix(in srgb, var(--ha-green-soft) 78%, var(--ha-surface)), var(--ha-surface));
	border: 1px solid color-mix(in srgb, var(--ha-green) 14%, var(--ha-border));
	border-radius: var(--ha-radius-sm);
	display: grid;
	gap: 8px;
	grid-template-columns: 1fr 0.72fr 0.52fr;
	min-height: 86px;
	margin-bottom: 14px;
	padding: 12px;
}

.hm-about-card__visual span:not(.hm-about-card__visual-icon) {
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--ha-surface) 88%, #ffffff), color-mix(in srgb, var(--ha-green-soft) 70%, var(--ha-surface)));
	border: 1px solid color-mix(in srgb, var(--ha-green) 16%, var(--ha-border));
	border-radius: 7px;
	display: block;
	min-height: 48px;
}

.hm-about-card__visual span:last-child {
	min-height: 62px;
}

.hm-about-card__visual-icon {
	align-items: center;
	background: var(--ha-green-dark);
	border-radius: 999px;
	color: #ffffff;
	display: inline-grid;
	height: 42px;
	justify-items: center;
	margin-bottom: 3px;
	width: 42px;
}

.hm-about-card__visual-icon svg {
	font-size: 23px;
}

html[data-hm-theme-resolved="dark"] .hm-about-card__visual-icon {
	background: var(--ha-green);
	color: #07120a;
}

@media (hover: hover) {
	.hm-about-card:hover {
		border-color: color-mix(in srgb, var(--ha-green) 32%, var(--ha-border));
		transform: translateY(-1px);
	}
}

.hm-about-card--horizontal {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: auto 1fr;
	text-align: left;
}

.hm-about-card--horizontal .hm-about-icon {
	margin-bottom: 0;
}

.hm-about-community__panel {
	align-items: center;
	grid-template-columns: minmax(0, 0.88fr) minmax(380px, 1.12fr);
	padding: 28px;
}

.hm-about-area-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hm-about-area-grid span {
	align-items: center;
	background: color-mix(in srgb, var(--ha-card) 94%, var(--ha-green-soft));
	border: 1px solid color-mix(in srgb, var(--ha-green) 14%, var(--ha-border));
	border-radius: var(--ha-radius-sm);
	color: var(--ha-text);
	display: grid;
	font-size: 14px;
	font-weight: 800;
	gap: 10px;
	grid-template-columns: auto 1fr;
	min-height: 58px;
	padding: 13px 15px;
}

.hm-about-area-grid svg {
	color: var(--ha-green-dark);
	font-size: 22px;
}

.hm-about-cta__panel {
	align-items: center;
	background:
		radial-gradient(circle at 92% 16%, color-mix(in srgb, var(--ha-green) 18%, transparent), transparent 28%),
		linear-gradient(135deg, color-mix(in srgb, var(--ha-surface) 88%, var(--ha-green-soft)), color-mix(in srgb, var(--ha-green-soft) 68%, var(--ha-surface)));
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) auto;
	overflow: hidden;
	padding: 34px;
	position: relative;
}

.hm-about-cta__panel::before,
.hm-about-cta__panel::after {
	background: color-mix(in srgb, var(--ha-green) 16%, transparent);
	border: 1px solid color-mix(in srgb, var(--ha-green) 22%, transparent);
	border-radius: 50%;
	content: "";
	height: 90px;
	position: absolute;
	width: 90px;
}

.hm-about-cta__panel::before {
	bottom: -32px;
	left: 24px;
}

.hm-about-cta__panel::after {
	right: 28px;
	top: -34px;
}

.hm-about-cta__copy,
.hm-about-cta__actions {
	position: relative;
	z-index: 1;
}

.hm-about-cta__copy {
	max-width: 650px;
}

.hm-about-cta__actions {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

.hm-about-button {
	align-items: center;
	border: 1px solid var(--ha-green-dark);
	border-radius: var(--ha-radius-sm);
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 8px;
	justify-content: center;
	line-height: 1.1;
	min-height: 48px;
	min-width: 164px;
	padding: 13px 18px;
	text-decoration: none;
	transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.hm-about-button--primary {
	background: linear-gradient(180deg, color-mix(in srgb, var(--ha-green) 88%, var(--ha-green-dark)), var(--ha-green-dark));
	border-color: var(--ha-green-dark);
	box-shadow: 0 4px 8px rgba(20, 92, 36, 0.14);
	color: #ffffff !important;
}

.hm-about-button--secondary {
	background: color-mix(in srgb, var(--ha-surface) 82%, var(--ha-green-soft));
	border-color: color-mix(in srgb, var(--ha-green) 34%, var(--ha-border));
	color: var(--ha-green-dark);
}

html[data-hm-theme-resolved="dark"] .hm-about-button--primary {
	background: var(--ha-green);
	color: #07120a !important;
}

html[data-hm-theme-resolved="dark"] .hm-about-button--secondary {
	border-color: var(--ha-green);
	color: var(--ha-green);
}

.hm-about-button--primary:hover,
.hm-about-button--primary:focus-visible {
	background: var(--ha-green);
	border-color: var(--ha-green);
	color: #07120a !important;
}

.hm-about-button--secondary:hover,
.hm-about-button--secondary:focus-visible {
	background: color-mix(in srgb, var(--ha-green-soft) 72%, var(--ha-surface));
	border-color: var(--ha-green);
	color: var(--ha-green-dark) !important;
}

.hm-about-button:focus-visible,
.harus-about a:focus-visible {
	outline: 2px solid color-mix(in srgb, var(--ha-green) 80%, #ffffff);
	outline-offset: 3px;
}

.hm-about-button__icon {
	font-size: 18px;
}

@media (prefers-reduced-motion: reduce) {
	.hm-about-card,
	.hm-about-button {
		transition: none;
	}

	.hm-about-card:hover {
		transform: none;
	}
}

@media (max-width: 1180px) {
	.hm-about-hero__grid,
	.hm-about-story__panel,
	.hm-about-community__panel,
	.hm-about-cta__panel {
		grid-template-columns: 1fr;
	}

	.hm-about-hero h1 {
		font-size: 48px;
		white-space: normal;
	}

	.hm-about-hero__visual,
	.hm-about-hero__visual img {
		min-height: 360px;
	}

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

	.hm-about-card-grid--4 {
		grid-template-columns: 1fr;
	}

	.hm-about-badge:nth-child(2) {
		border-right: 0;
	}

	.hm-about-badge:nth-child(-n + 2) {
		border-bottom: 0;
	}

	.hm-about-cta__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 900px) {
	.harus-about {
		padding-top: 18px;
	}

	.hm-about-hero h1 {
		font-size: 44px;
	}

	.hm-about-card-grid--3,
	.hm-about-area-grid {
		grid-template-columns: 1fr;
	}

	.hm-about-store-visual {
		min-height: 260px;
	}

	.hm-about-card--horizontal {
		align-items: start;
	}
}

@media (max-width: 640px) {
	.hm-about-container {
		width: min(var(--ha-max), calc(100% - 24px));
	}

	.hm-about-section {
		margin-bottom: 18px;
	}

	.hm-about-hero__content,
	.hm-about-story__content,
	.hm-about-community__panel,
	.hm-about-cta__panel {
		padding: 20px;
	}

	.hm-about-hero h1 {
		font-size: 34px;
	}

	.hm-about-subtitle {
		font-size: 20px;
	}

	.hm-about-intro {
		font-size: 16px;
	}

	.hm-about-story h2,
	.hm-about-community h2,
	.hm-about-cta h2,
	.hm-about-section-head h2 {
		font-size: 26px;
	}

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

	.hm-about-card-grid--4 {
		grid-template-columns: 1fr;
	}

	.hm-about-badge,
	.hm-about-badge:nth-child(2) {
		border-right: 0;
	}

	.hm-about-badge {
		gap: 9px;
		grid-template-columns: 1fr;
		justify-items: center;
		min-height: 108px;
		padding: 14px 10px;
		text-align: center;
	}

	.hm-about-badge:not(:last-child),
	.hm-about-badge:nth-child(-n + 2) {
		border-bottom: 0;
	}

	.hm-about-card,
	.hm-about-card--horizontal {
		grid-template-columns: 1fr;
	}

	.hm-about-hero__visual,
	.hm-about-hero__visual img {
		min-height: 260px;
	}

	.hm-about-hero__visual figcaption {
		bottom: 12px;
		left: 12px;
		max-width: calc(100% - 24px);
	}

	.hm-about-story__panel {
		padding: 12px;
	}

	.hm-about-store-visual {
		min-height: 240px;
		padding: 18px;
	}

	.hm-about-store-visual__front {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 48px 14px 14px;
	}

	.hm-about-store-visual__windows {
		grid-template-columns: 1fr;
	}

	.hm-about-store-visual__windows span {
		min-height: 58px;
	}

	.hm-about-store-visual__door {
		min-height: 62px;
	}

	.hm-about-store-visual__note {
		max-width: 100%;
	}

	.hm-about-cta__actions,
	.hm-about-button {
		width: 100%;
	}
}

@media (max-width: 360px) {
	.hm-about-hero h1 {
		font-size: 32px;
	}

	.hm-about-badges {
		grid-template-columns: 1fr;
	}

	.hm-about-badge {
		min-height: 92px;
	}

	.hm-about-area-grid span {
		grid-template-columns: 1fr;
		justify-items: start;
	}

	.hm-about-button {
		justify-content: center;
	}
}
