body.home {
	background: #f6fbff;
	color: #16202b;
}

body.home .storefront-breadcrumb {
	display: none;
}

body.home .site-content,
body.home .site-content .col-full {
	margin: 0;
	max-width: none;
	padding: 0;
	width: 100%;
}

body.home .content-area,
body.home .site-main {
	margin: 0;
	width: 100%;
}

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

.hmg-home a {
	color: inherit;
	text-decoration: none;
}

.hmg-hero {
	background:
		linear-gradient(90deg, rgba(239, 249, 255, 0.98) 0%, rgba(232, 248, 255, 0.82) 48%, rgba(194, 235, 243, 0.46) 100%),
		linear-gradient(0deg, rgba(18, 121, 141, 0.32) 0 1px, transparent 1px),
		linear-gradient(90deg, rgba(18, 121, 141, 0.26) 0 1px, transparent 1px);
	background-size: auto, 40px 40px, 40px 40px;
	min-height: 520px;
	overflow: hidden;
	position: relative;
}

.hmg-hero::after {
	background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.9) 100%);
	bottom: 0;
	content: "";
	height: 110px;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
}

.hmg-hero__inner {
	align-items: stretch;
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(320px, 0.82fr) minmax(360px, 1.18fr);
	margin: 0 auto;
	max-width: 1320px;
	min-height: 520px;
	padding: 62px 56px 72px;
	position: relative;
	z-index: 1;
}

.hmg-hero__copy {
	align-self: center;
	position: relative;
	z-index: 2;
}

.hmg-hero h1 {
	color: #17202b;
	font-size: 48px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.28;
	margin: 0 0 24px;
}

.hmg-hero p {
	color: #405063;
	font-size: 16px;
	line-height: 1.9;
	margin: 0;
	max-width: 460px;
}

.hmg-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 28px;
}

.hmg-button {
	align-items: center;
	border: 1px solid #c9ddec;
	border-radius: 8px;
	column-gap: 8px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 44px;
	padding: 0 26px;
	white-space: nowrap;
}

.hmg-button[href]::after {
	background: currentColor;
	content: "";
	height: 16px;
	line-height: 1;
	mask: url("../images/icons/button-arrow.svg") center / contain no-repeat;
	width: 8px;
}

.hmg-button--mini::after,
.hmg-button--external::after {
	content: none !important;
}

.hmg-button--external img {
	flex: 0 0 auto;
	display: block;
	height: 16px;
	width: 16px;
}

.hmg-button--primary,
.hmg-button--mini {
	background: #0877df;
	border-color: #0877df;
	color: #fff !important;
}

.hmg-button--ghost {
	background: #fff;
	color: #243241;
}

.hmg-button--mini {
	border-radius: 6px;
	font-size: 12px;
	min-width: 88px;
	min-height: 32px;
	padding: 0 18px;
}

.hmg-button--wide {
	background: #fff;
	color: #0877df;
	margin-top: 20px;
	width: 100%;
}

.hmg-button--dark {
	background: #111820;
	border-color: #111820;
	color: #fff !important;
}

.hmg-feature-row {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 42px;
	max-width: 560px;
}

.hmg-feature-row a {
	color: inherit;
	display: grid;
	gap: 3px 12px;
	grid-template-columns: 34px 1fr;
	text-decoration: none;
}

.hmg-feature-icon {
	align-items: center;
	background: #e5f3ff;
	border: 1px solid #cbe4fb;
	border-radius: 50%;
	color: #0877df;
	display: inline-flex;
	font-size: 10px;
	font-weight: 800;
	grid-row: span 2;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.hmg-feature-icon img {
	display: block;
	height: 19px;
	width: 19px;
}

.hmg-feature-row strong {
	font-size: 13px;
	line-height: 1.35;
	white-space: nowrap;
}

.hmg-feature-row small {
	color: #617186;
	font-size: 11px;
	line-height: 1.55;
}

.hmg-hero__visual {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: -62px calc(50% - 50vw) -72px -120px;
	min-height: 520px;
	overflow: hidden;
	position: relative;
}

.hmg-hero__visual::before {
	background: linear-gradient(90deg, rgba(239, 249, 255, 0.98) 0%, rgba(239, 249, 255, 0.78) 22%, rgba(239, 249, 255, 0) 56%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.hmg-hero__visual img {
	filter: drop-shadow(0 28px 36px rgba(22, 72, 92, 0.22));
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center right;
	position: relative;
	width: 100%;
}

.hmg-section,
.hmg-content-pair,
.hmg-about {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
}

.hmg-section {
	padding: 44px 32px 0;
}

.hmg-section__head {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
}

.hmg-section__head h2 {
	font-size: 25px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 6px;
}

.hmg-section__head p {
	color: #5d6f82;
	font-size: 14px;
	margin: 0;
}

.hmg-section__head a {
	color: #0877df;
	font-size: 13px;
	font-weight: 800;
}

.hmg-product-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hmg-product-card {
	background: #fff;
	border: 1px solid #dce9f2;
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(31, 82, 116, 0.08);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.hmg-product-card__image {
	align-items: center;
	aspect-ratio: 1.34 / 1;
	background: #f3f8fc;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.hmg-product-card__image img {
	height: 100%;
	object-fit: cover;
	width: calc(100% - 64px);
}

.hmg-product-card__image span {
	background: #0877df;
	border-radius: 4px;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	left: 14px;
	padding: 4px 7px;
	position: absolute;
	top: 14px;
}

.hmg-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 16px;
}

.hmg-product-card h3 {
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.55;
	margin: 0 0 8px;
	min-height: 46px;
}

.hmg-home .hmg-product-card__body h3,
.hmg-home .hmg-product-card__body h3 a {
	font-weight: 800;
}

.hmg-product-card p {
	color: #526476;
	font-size: 12px;
	line-height: 1.7;
	margin: 0 0 16px;
	min-height: 42px;
}

.hmg-product-card__footer {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr auto 34px;
	margin-top: auto;
}

.hmg-product-card__footer strong {
	font-size: 15px;
	white-space: nowrap;
}

.hmg-icon-button {
	align-items: center;
	border: 1px solid #c9ddec;
	color: #2b3a4a;
	border-radius: 6px;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.hmg-icon-button img {
	display: block;
	height: 18px;
	width: 18px;
}

.hmg-content-pair {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 24px 32px 0;
}

.hmg-media-panel {
	background: #eef7ff;
	border: 1px solid #dcecf7;
	border-radius: 8px;
	padding: 20px;
}

.hmg-section__head--compact {
	margin-bottom: 18px;
}

.hmg-section__head--compact h2 {
	font-size: 22px;
}

.hmg-track-card,
.hmg-beat-card {
	background: #fff;
	border: 1px solid #d7e4ee;
	border-radius: 8px;
	display: grid;
	grid-template-columns: 38% 1fr;
	overflow: hidden;
}

.hmg-track-card__image,
.hmg-beat-card__image {
	background: #dfeaf2;
	min-height: 160px;
	overflow: hidden;
}

.hmg-track-card img,
.hmg-beat-card img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hmg-track-card__copy,
.hmg-beat-card__copy {
	display: flex;
	flex-direction: column;
	padding: 18px;
}

.hmg-track-card h3,
.hmg-beat-card h3 {
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0 0 10px;
}

.hmg-track-card p,
.hmg-beat-card p {
	color: #56687b;
	flex: 1;
	font-size: 12px;
	line-height: 1.7;
	margin: 0 0 18px;
}

.hmg-media-panel--dark .hmg-section__head a {
	color: #0877df;
}

.hmg-beat-card {
	background: #111820;
	border-color: #111820;
	color: #fff;
}

.hmg-beat-card h3,
.hmg-beat-card h3 a {
	color: #fff;
}

.hmg-beat-card p {
	color: #c4ced8;
}

.hmg-media-card__footer {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr auto auto;
	margin-top: auto;
}

.hmg-media-card__footer strong {
	align-self: center;
	font-size: 15px;
	white-space: nowrap;
}

.hmg-beat-card .hmg-media-card__footer strong {
	color: #fff;
}

.hmg-beat-card .hmg-player-button {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.42);
	color: #fff;
}

.hmg-beat-card .hmg-player-button:hover,
.hmg-beat-card .hmg-player-button:focus-visible {
	border-color: #fff;
	color: #fff;
}

.hmg-player-button {
	align-items: center;
	background: #fff;
	border: 1px solid #c9ddec;
	border-radius: 999px;
	color: #0877df;
	display: inline-flex;
	font-family: inherit;
	font-size: 12px;
	font-weight: 800;
	height: 32px;
	justify-content: center;
	line-height: 1;
	cursor: pointer;
	min-width: 68px;
	padding: 0 16px;
	transition: transform 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.hmg-player-button__icon {
	background: currentColor;
	display: block;
	height: 16px;
	mask: url("../images/icons/play.svg") center / contain no-repeat;
	width: 16px;
}

.hmg-player-button:hover,
.hmg-player-button:focus-visible {
	border-color: #0877df;
	color: #075eac;
	transform: translateY(-1px);
}

.hmg-player-button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.hmg-player-button--disabled {
	color: #8798a8;
	cursor: default;
	pointer-events: none;
}

.hmg-youtube-modal[hidden] {
	display: none;
}

.hmg-youtube-modal {
	align-items: center;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	padding: 24px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

.hmg-youtube-modal-open {
	overflow: hidden;
}

.hmg-youtube-modal__overlay {
	background: rgba(9, 18, 28, 0.74);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.hmg-youtube-modal__dialog {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
	max-width: 920px;
	overflow: hidden;
	position: relative;
	width: min(100%, 920px);
	z-index: 1;
}

.hmg-youtube-modal__close {
	background: #101820;
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: 800;
	height: 36px;
	line-height: 1;
	padding: 0 14px;
	position: absolute;
	right: 14px;
	top: 14px;
	z-index: 2;
}

.hmg-youtube-modal__frame {
	aspect-ratio: 16 / 9;
	background: #101820;
	width: 100%;
}

.hmg-youtube-modal__frame iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.hmg-youtube-modal__body {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	padding: 18px 20px 20px;
}

.hmg-youtube-modal__body h2 {
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.5;
	margin: 0;
}

.hmg-about {
	align-items: stretch;
	background: linear-gradient(135deg, #f7fbff, #eef8ff);
	border: 1px solid #d8e8f4;
	border-radius: 8px;
	box-sizing: border-box;
	display: grid;
	gap: 20px 42px;
	grid-template-areas:
		"copy cards"
		"copy action";
	grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.55fr);
	margin-top: 28px;
	max-width: calc(1280px - 64px);
	min-width: 0;
	padding: 28px 30px;
	width: calc(100% - 64px);
}

.hmg-about__copy {
	grid-area: copy;
	min-width: 0;
}

.hmg-about__copy span {
	color: #0877df;
	font-size: 13px;
	font-weight: 800;
}

.hmg-about h2 {
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.35;
	margin: 6px 0 12px;
	overflow-wrap: anywhere;
}

.hmg-about p {
	color: #4f6175;
	font-size: 13px;
	line-height: 1.9;
	margin: 0;
	overflow-wrap: anywhere;
}

.hmg-about__cards {
	display: grid;
	gap: 16px;
	grid-area: cards;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	min-width: 0;
}

.hmg-about__cards div {
	align-items: center;
	background: #fff;
	border: 1px solid #e0ecf5;
	border-radius: 8px;
	display: grid;
	gap: 6px 14px;
	grid-template-columns: 42px 1fr;
	min-height: 116px;
	min-width: 0;
	padding: 22px;
}

.hmg-about__mark {
	align-items: center;
	background: #e8f4ff;
	border: 1px solid #cce5f8;
	border-radius: 8px;
	color: #0877df;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	grid-row: span 2;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.hmg-about__mark img {
	display: block;
	height: 24px;
	width: 24px;
}

.hmg-about__cards strong {
	font-size: 14px;
	line-height: 1.45;
}

.hmg-about__cards small {
	color: #64778a;
	font-size: 11px;
	line-height: 1.65;
}

.hmg-about__action {
	display: flex;
	grid-area: action;
	justify-content: center;
}

.hmg-about__action .hmg-button {
	min-width: 280px;
}

@media (max-width: 1080px) {
	.hmg-hero__inner {
		grid-template-columns: 1fr;
		padding: 48px 32px 60px;
	}

	.hmg-hero__visual {
		height: clamp(260px, 46vw, 380px);
		margin: 0 -32px -60px;
		min-height: 0;
	}

	.hmg-hero__visual::before {
		background: linear-gradient(180deg, rgba(239, 249, 255, 0.94) 0%, rgba(239, 249, 255, 0) 34%);
	}

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

	.hmg-about {
		grid-template-areas:
			"copy"
			"cards"
			"action";
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.hmg-hero {
		min-height: auto;
	}

	.hmg-hero__inner {
		gap: 16px;
		min-height: auto;
		padding: 38px 20px 48px;
	}

	.hmg-hero__visual {
		height: clamp(190px, 58vw, 300px);
		margin: 0 -20px -48px;
	}

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

	.hmg-button {
		white-space: normal;
	}

	.hmg-button--external {
		line-height: 1.35;
	}

	.hmg-feature-row,
	.hmg-content-pair,
	.hmg-about__cards,
	.hmg-product-grid {
		grid-template-columns: 1fr;
	}

	.hmg-section,
	.hmg-content-pair {
		padding-left: 18px;
		padding-right: 18px;
	}

	.hmg-about {
		padding: 22px 18px;
		width: calc(100% - 36px);
	}

	.hmg-about h2 {
		font-size: 22px;
	}

	.hmg-about__action .hmg-button {
		min-width: 0;
		padding-left: 18px;
		padding-right: 18px;
		width: 100%;
	}

	.hmg-section__head {
		align-items: flex-start;
		gap: 12px;
	}

	.hmg-track-card,
	.hmg-beat-card {
		grid-template-columns: 1fr;
	}

	.hmg-media-card__footer {
		grid-template-columns: 1fr auto;
	}

	.hmg-media-card__footer .hmg-player-button {
		grid-column: 1 / -1;
		justify-self: stretch;
	}

	.hmg-youtube-modal {
		padding: 16px;
	}

	.hmg-youtube-modal__body {
		align-items: stretch;
		flex-direction: column;
	}

	.hmg-about {
		margin-left: 18px;
		margin-right: 18px;
		padding: 22px;
	}

}
