body.page-home .home-hero {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: center;
	overflow: hidden;
	height: 50vh;
	background-size: cover;
	background-position: 50% 50%;
	color: #ffffff;
}

body.page-home .home-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
	pointer-events: none;
}

body.page-home .home-hero__video {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	background: transparent;
}

body.page-home .home-hero__poster,
body.page-home .home-hero__poster img {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
}

body.page-home .home-hero__poster img {
	object-fit: cover;
	object-position: 50% 50%;
}

body.page-home .home-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
}

body.page-home .home-hero__eyebrow,
body.page-home .home-hero__name,
body.page-home .home-hero__demo,
body.page-home .home-hero__play span {
	font-family: "Poppins", Arial, sans-serif;
}

body.page-home .home-hero__eyebrow {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 22px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.35;
}

body.page-home .home-hero__eyebrow strong {
	font-weight: 500;
}

body.page-home .home-hero__eyebrow span {
	display: block;
	width: 37px;
	height: 10px;
	opacity: 0.3;
	background: linear-gradient(to right, transparent, #ffffff 35%, #ffffff 65%, transparent);
}

body.page-home .home-hero__name {
	margin: 0 0 8px;
	color: #ffffff;
	font-size: 58px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
}

body.page-home .home-hero__demo {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 18px;
	font-weight: 300;
	line-height: 1.45;
}

body.page-home .home-hero__play {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

body.page-home .home-hero__play i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #e60000;
	color: #ffffff;
	font-size: 22px;
	line-height: 1;
	box-shadow: 0 0 0 0 rgba(230, 0, 0, 0.45);
	animation: home-play-pulse 2s infinite;
}

body.page-home .home-hero__play span {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.35;
}

body.page-home .home-hero__play:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.8);
	outline-offset: 6px;
}

body.page-home .home-intro {
	background: #000000;
	color: #ffffff;
}

body.page-home .home-intro__inner {
	display: grid;
	grid-template-columns: minmax(0, 760px) max-content;
	justify-content: center;
	gap: 38px;
	align-items: center;
	min-height: 138px;
	padding-top: 32px;
	padding-bottom: 32px;
}

body.page-home .home-intro p {
	margin: 0;
	color: #ffffff;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.45;
}

body.page-home .home-intro p span {
	display: block;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.55;
}

body.page-home .home-intro__action {
	display: flex;
	justify-content: flex-end;
}

body.page-home .home-intro__action a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 12px 22px;
	border-radius: 4px;
	background: #e60000;
	color: #ffffff;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

body.page-home .home-intro__action a:hover,
body.page-home .home-intro__action a:focus-visible {
	background: #b80000;
	color: #ffffff;
}

body.page-home .home-intro__action a:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.72);
	outline-offset: 3px;
}

body.page-home .home-heading-section {
	padding-top: 54px;
	padding-bottom: 52px;
	text-align: center;
}

body.page-home .home-heading-section__title {
	max-width: 1000px;
	margin-right: auto !important;
	margin-left: auto !important;
	color: #000000;
	text-align: center;
}

body.page-home .home-heading-section__title .miko-word-rotator__words {
	background: #212529;
}

body.page-home .home-video-lightbox[hidden] {
	display: none;
}

html.home-video-lightbox-open {
	overflow: hidden;
}

body.page-home .home-video-lightbox {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: grid;
	place-items: center;
	padding: 24px;
}

body.page-home .home-video-lightbox__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.86);
}

body.page-home .home-video-lightbox__dialog {
	position: relative;
	z-index: 1;
	width: min(1040px, calc(100vw - 48px));
	outline: 0;
}

body.page-home .home-video-lightbox__frame {
	position: relative;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 8px;
	background: #000000;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

body.page-home .home-video-lightbox__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

body.page-home .home-video-lightbox__close {
	position: absolute;
	top: -18px;
	right: -18px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #ffffff;
	color: #000000;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

body.page-home .home-video-lightbox__close:focus-visible {
	outline: 2px solid #e60000;
	outline-offset: 3px;
}

body.page-home .home-heading-section__lead {
	margin: 18px 0 0;
	color: #222222;
	font-size: 19px;
	line-height: 1.55;
}

body.page-home .home-services {
	padding-bottom: 15px;
}

body.page-home .home-services__divider {
	margin: 4px 0 48px;
	border: 0;
	border-top: 1px solid #e5e5e5;
}

body.page-home .home-services__grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
	gap: 32px;
	align-items: start;
}

body.page-home .home-services__title,
body.page-home .home-services__extra-title {
	margin: 0 0 24px;
	font-family: "Poppins", Arial, sans-serif;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: -0.05em;
	color: #000000;
}

body.page-home .home-services__title {
	font-size: 34px;
}

body.page-home .home-services__extra-title {
	font-size: 29px;
}

body.page-home .home-services__title strong {
	font-weight: 800;
}

body.page-home .home-services__items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 28px;
}

body.page-home .home-service-card {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	min-width: 0;
	margin-bottom: 12px;
}

body.page-home .home-service-card__icon {
	display: flex;
	flex: 0 0 42px;
	justify-content: center;
	padding-top: 2px;
}

body.page-home .home-service-card__icon img {
	display: block;
	max-width: 40px;
	height: auto;
}

body.page-home .home-service-card__body {
	min-width: 0;
}

body.page-home .home-service-card__title {
	margin: 0 0 6px;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
	color: #111111;
}

body.page-home .home-service-card p {
	margin: 0 0 16px;
	color: #222222;
	font-size: 16px;
	line-height: 26px;
}

body.page-home .home-services__extra {
	min-width: 0;
}

body.page-home .home-extra-accordion {
	min-height: 330px;
}

body.page-home .home-extra-accordion__item {
	margin-top: 5px;
	border: 4px solid #f7f7f7;
	border-radius: 4px;
	background: #ffffff;
	overflow: hidden;
}

body.page-home .home-extra-accordion__item:first-child {
	margin-top: 0;
}

body.page-home .home-extra-accordion__heading {
	margin: 0;
}

body.page-home .home-extra-accordion__trigger {
	display: flex;
	align-items: center;
	gap: 11px;
	width: 100%;
	min-height: 50px;
	padding: 10px 20px;
	border: 0;
	background: #f7f7f7;
	color: #222222;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.35;
	text-align: left;
	cursor: pointer;
}

body.page-home .home-extra-accordion__trigger i {
	flex: 0 0 18px;
	color: #e60000;
	font-size: 14px;
	text-align: center;
}

body.page-home .home-extra-accordion__trigger:hover,
body.page-home .home-extra-accordion__trigger:focus-visible {
	color: #000000;
}

body.page-home .home-extra-accordion__trigger:focus-visible {
	outline: 2px solid #e60000;
	outline-offset: -2px;
}

body.page-home .home-extra-accordion__panel {
	box-sizing: border-box;
	overflow: hidden;
	padding: 18px 20px 20px 49px;
	transition: height .28s ease;
}

body.page-home .home-extra-accordion__panel[hidden] {
	display: none;
}

body.page-home .home-extra-accordion__panel p {
	margin: 0;
	color: #222222;
	font-size: 14px;
	line-height: 24px;
}

body.page-home .home-section {
	overflow: hidden;
}

body.page-home .home-section + .home-heading-section {
	padding-top: 0;
}

body.page-home .home-section + .home-heading-section .home-services__divider {
	width: 100%;
	margin: 0 auto 48px;
}

@media (min-width: 992px) {
	body.page-home .home-section[aria-labelledby="home-recording-title"] {
		margin-top: 36px;
	}

	body.page-home .home-section[aria-labelledby="home-mix-title"] {
		margin-bottom: 48px;
	}
}

body.page-home #home-styles-title .miko-word-rotator__words {
	justify-content: center;
	background: #e60000;
	text-align: center;
}

body.page-home #home-styles-title .miko-word-rotator__words b {
	text-align: center;
}

body.page-home .home-section__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	min-height: 400px;
}

body.page-home .home-section[aria-labelledby="home-recording-title"] .home-section__grid {
	min-height: 400px;
}

body.page-home .home-section__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	min-height: 400px;
	padding: 48px 24px;
	transform: none;
}

body.page-home .home-section[aria-labelledby="home-recording-title"] .home-section__content {
	min-height: 400px;
}

body.page-home .home-section__grid > .home-section__content:first-child {
	align-items: flex-end;
}

body.page-home .home-section[aria-labelledby="home-recording-title"] .home-section__content {
	transform: none;
}

body.page-home .home-section[aria-labelledby="home-mix-title"] .home-section__content {
	transform: none;
}

body.page-home .home-section__content h2,
body.page-home .home-section__content p {
	width: min(100%, 506px);
}

body.page-home .home-section__content h2 {
	margin: 0 0 16px;
	color: #000000;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
}

body.page-home .home-section__content p {
	margin: 0;
	color: #222222;
	font-size: 16px;
	line-height: 1.7;
}

body.page-home .home-section__media {
	min-width: 0;
	height: 100%;
	min-height: 400px;
	overflow: hidden;
	margin: 0;
}

body.page-home .home-section[aria-labelledby="home-recording-title"] .home-section__media {
	align-self: stretch;
	transform: none;
}

body.page-home .home-section__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

body.page-home .home-section__media img[src$="miko-studio.webp"] {
	object-position: 50% 10%;
}

body.page-home .home-section__media img[src$="miko-mix.webp"] {
	object-position: 50% 10%;
}

body.page-home .home-gallery-divider {
	margin: 0;
	border: 0;
	border-top: 1px solid #e5e5e5;
}

body.page-home .home-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: 100%;
}

body.page-home .home-gallery__item {
	position: relative;
	display: block;
	overflow: hidden;
	background: #000000;
	color: #ffffff;
	text-decoration: none;
}

body.page-home .home-gallery__item::before {
	content: "";
	position: absolute;
	inset: -1px;
	z-index: 1;
	background: rgba(0, 0, 0, 0.65);
	opacity: 0;
	transition: opacity 0.28s ease-out;
}

body.page-home .home-gallery__item::after {
	content: "+";
	position: absolute;
	top: 30%;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 30px;
	margin-top: -15px;
	color: #ffffff;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	opacity: 0;
	transition: top 0.28s ease-out, opacity 0.28s ease-out;
}

body.page-home .home-gallery__item picture,
body.page-home .home-gallery__item img {
	display: block;
	width: 100%;
}

body.page-home .home-gallery__item img {
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}

body.page-home .home-gallery__item:hover::before,
body.page-home .home-gallery__item:focus-visible::before {
	opacity: 1;
}

body.page-home .home-gallery__item:hover::after,
body.page-home .home-gallery__item:focus-visible::after {
	top: 50%;
	opacity: 1;
}

body.page-home .home-gallery__item:focus-visible {
	outline: 2px solid #e60000;
	outline-offset: -2px;
}

body.page-home .homepage-testimonials-strip {
	overflow: hidden;
	margin: 0;
	padding: 54px 0 46px;
	background: #e60000;
	color: #ffffff;
}

body.page-home .home-testimonials {
	position: relative;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 48px;
	align-items: center;
	gap: 20px;
	overflow: hidden;
	max-width: 980px;
	min-height: 195px;
	margin: 0 auto;
	text-align: center;
	scrollbar-width: none;
}

body.page-home .home-testimonials *::-webkit-scrollbar {
	display: none;
}

body.page-home .home-testimonials [class*="track"],
body.page-home .home-testimonials [class*="scroll"],
body.page-home .home-testimonials [class*="bar"],
body.page-home .home-testimonials input,
body.page-home .home-testimonials progress {
	display: none !important;
}

body.page-home .home-testimonials__viewport {
	min-width: 0;
}

body.page-home .home-testimonials__arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: rgba(255, 255, 255, 0.78);
	font-size: 48px;
	font-weight: 300;
	line-height: 1;
	cursor: pointer;
	transition: color 0.16s ease, background-color 0.16s ease;
}

body.page-home .home-testimonials__arrow:hover,
body.page-home .home-testimonials__arrow:focus-visible {
	background: rgba(0, 0, 0, 0.12);
	color: #ffffff;
}

body.page-home .home-testimonials__arrow:focus-visible {
	outline: 2px solid #ffffff;
	outline-offset: 3px;
}

body.page-home .home-testimonial {
	display: none;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

body.page-home .home-testimonial.is-active {
	display: block;
}

body.page-home .home-testimonial blockquote {
	max-width: 760px;
	margin: 0 auto;
	padding: 6px 20px;
	border: 0;
	background: transparent;
}

body.page-home .home-testimonial p {
	margin: 0;
	color: #ffffff;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 16.8px;
	font-weight: 500;
	line-height: 30.24px;
}

body.page-home .home-testimonial figcaption {
	max-width: 760px;
	margin: 18px auto 0;
	padding-top: 0;
	border-top: 0;
	color: #ffffff;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
}

body.page-home .homepage-logos-strip {
	overflow: hidden;
	padding: 48px 0 42px;
	background: #ffffff;
	text-align: center;
}

body.page-home .homepage-logos-strip h2 {
	margin: 0 0 24px;
	color: #212529;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
}

body.page-home .home-logos {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	align-items: center;
	justify-content: center;
	gap: 24px;
}

body.page-home .home-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 0 24px;
}

body.page-home .home-logo img {
	display: block;
	width: 58%;
	max-width: 226px;
	height: auto;
	margin: 0 auto;
}

.miko-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.82);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

.miko-lightbox[hidden] {
	display: none;
}

.miko-lightbox.is-open {
	opacity: 1;
	visibility: visible;
}

.miko-lightbox__backdrop {
	position: absolute;
	inset: 0;
}

.miko-lightbox__stage {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 48px;
	align-items: center;
	width: min(100%, 1180px);
	max-height: calc(100vh - 48px);
	gap: 16px;
}

.miko-lightbox__figure {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	min-width: 0;
	margin: 0;
	column-gap: 16px;
	text-align: left;
	transform: scale(0.96);
	transition: transform 0.3s ease-out;
}

.miko-lightbox.is-open .miko-lightbox__figure {
	transform: scale(1);
}

.miko-lightbox__image {
	grid-column: 1 / -1;
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: calc(100vh - 120px);
	margin: 0 auto;
	border-radius: 4px;
	box-shadow: 0 20px 70px rgba(0, 0, 0, 0.45);
}

.miko-lightbox__caption {
	margin-top: 12px;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

.miko-lightbox__counter {
	margin-top: 12px;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	white-space: nowrap;
}

.miko-lightbox__close,
.miko-lightbox__arrow {
	appearance: none;
	border: 0;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.64);
	color: #ffffff;
	cursor: pointer;
	line-height: 1;
	transition: background-color 0.16s ease, transform 0.16s ease;
}

.miko-lightbox__close:hover,
.miko-lightbox__close:focus-visible,
.miko-lightbox__arrow:hover,
.miko-lightbox__arrow:focus-visible {
	background: #e60000;
	outline: 2px solid #ffffff;
	outline-offset: 3px;
}

.miko-lightbox__close {
	position: absolute;
	top: -12px;
	right: 0;
	width: 44px;
	height: 44px;
	font-size: 34px;
}

.miko-lightbox__arrow {
	width: 48px;
	height: 48px;
	font-size: 42px;
}

.miko-lightbox__arrow:hover {
	transform: scale(1.04);
}

html.dark body.page-home .home-heading-section__title,
html[data-theme-mode="dark"] body.page-home .home-heading-section__title {
	color: #ffffff;
}

html.dark body.page-home .home-heading-section__lead,
html[data-theme-mode="dark"] body.page-home .home-heading-section__lead {
	color: #d0d6db;
}

html.dark body.page-home .home-heading-section__title .miko-word-rotator__words,
html[data-theme-mode="dark"] body.page-home .home-heading-section__title .miko-word-rotator__words {
	background: #111418;
}

html.dark body.page-home #home-styles-title .miko-word-rotator__words,
html[data-theme-mode="dark"] body.page-home #home-styles-title .miko-word-rotator__words {
	background: #ff4d4d;
}

html.dark body.page-home .home-services__divider,
html[data-theme-mode="dark"] body.page-home .home-services__divider {
	border-top-color: #333940;
}

html.dark body.page-home .home-services__title,
html.dark body.page-home .home-services__extra-title,
html.dark body.page-home .home-service-card__title,
html[data-theme-mode="dark"] body.page-home .home-services__title,
html[data-theme-mode="dark"] body.page-home .home-services__extra-title,
html[data-theme-mode="dark"] body.page-home .home-service-card__title {
	color: #ffffff;
}

html.dark body.page-home .home-service-card p,
html.dark body.page-home .home-extra-accordion__panel p,
html[data-theme-mode="dark"] body.page-home .home-service-card p,
html[data-theme-mode="dark"] body.page-home .home-extra-accordion__panel p {
	color: #d0d6db;
}

html.dark body.page-home .home-extra-accordion__item,
html[data-theme-mode="dark"] body.page-home .home-extra-accordion__item {
	border-color: #333940;
	background: #20252b;
}

html.dark body.page-home .home-extra-accordion__trigger,
html[data-theme-mode="dark"] body.page-home .home-extra-accordion__trigger {
	background: #20252b;
	color: #d0d6db;
}

html.dark body.page-home .home-extra-accordion__trigger:hover,
html.dark body.page-home .home-extra-accordion__trigger:focus-visible,
html[data-theme-mode="dark"] body.page-home .home-extra-accordion__trigger:hover,
html[data-theme-mode="dark"] body.page-home .home-extra-accordion__trigger:focus-visible {
	color: #ffffff;
}

html.dark body.page-home .home-extra-accordion__trigger i,
html[data-theme-mode="dark"] body.page-home .home-extra-accordion__trigger i {
	color: #ff4d4d;
}

html.dark body.page-home .home-section__content h2,
html[data-theme-mode="dark"] body.page-home .home-section__content h2 {
	color: #ffffff;
}

html.dark body.page-home .home-section__content p,
html[data-theme-mode="dark"] body.page-home .home-section__content p {
	color: #d0d6db;
}

html.dark body.page-home .home-gallery-divider,
html[data-theme-mode="dark"] body.page-home .home-gallery-divider {
	border-top-color: #333940;
}

html.dark body.page-home .homepage-testimonials-strip,
html[data-theme-mode="dark"] body.page-home .homepage-testimonials-strip {
	background: #000000;
}

html.dark body.page-home .homepage-logos-strip,
html[data-theme-mode="dark"] body.page-home .homepage-logos-strip {
	background: #20252b;
}

html.dark body.page-home .homepage-logos-strip h2,
html[data-theme-mode="dark"] body.page-home .homepage-logos-strip h2 {
	color: #d0d6db;
}

html.dark body.page-home .home-logo img[src$="sabian-logo.png"],
html[data-theme-mode="dark"] body.page-home .home-logo img[src$="sabian-logo.png"] {
	content: image-set(url("../../img/logos/sabian-logo-dark.webp") type("image/webp"), url("../../img/logos/sabian-logo-dark.png") type("image/png"));
}

html.dark body.page-home .home-logo img[src$="rohema-logo.png"],
html[data-theme-mode="dark"] body.page-home .home-logo img[src$="rohema-logo.png"] {
	content: image-set(url("../../img/logos/rohema-logo-dark.webp") type("image/webp"), url("../../img/logos/rohema-logo-dark.png") type("image/png"));
}

html.dark body.page-home .home-logo img[src$="mr-muff-logo.png"],
html[data-theme-mode="dark"] body.page-home .home-logo img[src$="mr-muff-logo.png"] {
	content: image-set(url("../../img/logos/mr-muff-logo-dark.webp") type("image/webp"), url("../../img/logos/mr-muff-logo-dark.png") type("image/png"));
}

html.dark body.page-home .home-logo img[src$="camtronome-logo.png"],
html[data-theme-mode="dark"] body.page-home .home-logo img[src$="camtronome-logo.png"] {
	content: image-set(url("../../img/logos/camtronome-logo-dark.webp") type("image/webp"), url("../../img/logos/camtronome-logo-dark.png") type("image/png"));
}

@keyframes home-play-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(230, 0, 0, 0.45);
	}
	70% {
		box-shadow: 0 0 0 18px rgba(230, 0, 0, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(230, 0, 0, 0);
	}
}

@media (max-width: 767px) {
	body.page-home .home-hero__eyebrow {
		gap: 10px;
		margin-bottom: 18px;
		font-size: 15px;
	}

	body.page-home .home-hero__eyebrow span {
		width: 28px;
	}

	body.page-home .home-hero__name {
		font-size: 42px;
	}

	body.page-home .home-hero__demo,
	body.page-home .home-hero__play span {
		font-size: 16px;
	}

	body.page-home .home-hero__play i {
		width: 62px;
		height: 62px;
		font-size: 19px;
	}

	body.page-home .home-intro__inner {
		grid-template-columns: 1fr;
		gap: 18px;
		min-height: 0;
		padding-top: 34px;
		padding-bottom: 34px;
	}

	body.page-home .home-intro__action {
		justify-content: flex-start;
	}

	body.page-home .home-heading-section {
		padding-top: 46px;
		padding-bottom: 42px;
	}

	body.page-home .home-heading-section__lead {
		font-size: 17px;
	}

	body.page-home .home-video-lightbox {
		padding: 12px;
	}

	body.page-home .home-video-lightbox__dialog {
		width: calc(100vw - 24px);
	}

	body.page-home .home-video-lightbox__close {
		top: -14px;
		right: -8px;
	}

	body.page-home .home-services {
		padding-bottom: 19px;
	}

	body.page-home .home-services__divider {
		margin: 0 0 38px;
	}

	body.page-home .home-services__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	body.page-home .home-services__items {
		grid-template-columns: 1fr;
	}

	body.page-home .home-services__title,
	body.page-home .home-services__extra-title {
		margin-bottom: 20px;
	}

	body.page-home .home-services__title {
		font-size: 30px;
	}

	body.page-home .home-services__extra-title {
		font-size: 26px;
	}

	body.page-home .home-service-card {
		margin-bottom: 8px;
	}

	body.page-home .home-extra-accordion {
		min-height: 312px;
	}

	body.page-home .home-section__grid {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	body.page-home .home-section__grid > .home-section__content:first-child {
		align-items: stretch;
	}

	body.page-home .home-section__content {
		min-height: 0;
		padding: 38px 24px;
		transform: none;
	}

	body.page-home .home-section + .home-heading-section {
		padding-top: 0;
	}

	body.page-home .home-section + .home-heading-section .home-services__divider {
		margin-bottom: 34px;
	}

	body.page-home .home-section[aria-labelledby="home-recording-title"] .home-section__content,
	body.page-home .home-section[aria-labelledby="home-mix-title"] .home-section__content {
		transform: none;
	}

	body.page-home .home-section[aria-labelledby="home-mix-title"] .home-section__content {
		order: -1;
	}

	body.page-home .home-section[aria-labelledby="home-recording-title"] .home-section__media {
		transform: none;
	}

	body.page-home .home-section__media {
		height: 260px;
		min-height: 260px;
	}

	body.page-home .home-section__media img[src$="miko-mix.webp"] {
		object-position: 0% 10%;
	}

	body.page-home .home-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.page-home .homepage-testimonials-strip {
		padding: 44px 0 38px;
	}

	body.page-home .home-testimonials {
		grid-template-columns: 42px minmax(0, 1fr) 42px;
		gap: 8px;
		min-height: 276px;
	}

	body.page-home .home-testimonials__arrow {
		width: 42px;
		height: 42px;
		font-size: 42px;
	}

	body.page-home .home-testimonial {
		padding: 0;
	}

	body.page-home .home-testimonial blockquote {
		max-width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	body.page-home .home-testimonial p {
		font-size: 17px;
		line-height: 1.75;
	}

	body.page-home .home-logos {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px 18px;
	}

	body.page-home .home-logo {
		padding: 0 18px;
	}

	body.page-home .home-logo img {
		width: 58%;
	}

	.miko-lightbox {
		padding: 16px;
	}

	.miko-lightbox__stage {
		grid-template-columns: 1fr;
		gap: 12px;
		max-height: calc(100vh - 32px);
	}

	.miko-lightbox__figure {
		grid-row: 1;
	}

	.miko-lightbox__image {
		max-height: calc(100vh - 132px);
	}

	.miko-lightbox__arrow {
		position: absolute;
		top: 50%;
		z-index: 2;
		width: 42px;
		height: 42px;
		font-size: 38px;
		transform: translateY(-50%);
	}

	.miko-lightbox__arrow:hover {
		transform: translateY(-50%) scale(1.04);
	}

	.miko-lightbox__arrow--prev {
		left: 8px;
	}

	.miko-lightbox__arrow--next {
		right: 8px;
	}

	.miko-lightbox__close {
		top: 8px;
		right: 8px;
		z-index: 3;
	}
}

@media (max-width: 575px) {
	body.page-home .home-heading-section__title {
		font-size: 26px !important;
		line-height: 36px !important;
	}

	body.page-home .home-heading-section__title > span,
	body.page-home .home-heading-section__title .miko-word-rotator__words,
	body.page-home .home-heading-section__title .miko-word-rotator__words b {
		line-height: 36px !important;
	}

	body.page-home .home-heading-section__title .miko-word-rotator__words {
		display: inline-grid !important;
		grid-auto-columns: max-content;
		max-width: calc(100vw - 30px);
	}

	body.page-home #home-title .miko-word-rotator__words {
		margin-right: 0;
		margin-left: 0;
	}

	body.page-home #home-title > span:last-child {
		display: block;
	}

	body.page-home .home-heading-section__lead br {
		display: none;
	}

	body.page-home .home-testimonial {
		padding: 0;
	}

	body.page-home .home-testimonial blockquote {
		max-width: 100%;
	}

	body.page-home .home-testimonial p {
		font-size: 16px;
	}

	body.page-home .home-testimonials {
		grid-template-columns: 32px minmax(0, 1fr) 32px;
		gap: 6px;
		min-height: 276px;
	}

	body.page-home .home-testimonials__arrow {
		width: 32px;
		height: 40px;
		font-size: 38px;
	}

	body.page-home .homepage-logos-strip {
		padding: 42px 0 36px;
	}

	body.page-home .homepage-logos-strip h2 {
		font-size: 19px;
	}

	body.page-home .home-logo img {
		width: 68%;
	}

	.miko-lightbox__figure {
		display: block;
		text-align: center;
	}

	.miko-lightbox__caption,
	.miko-lightbox__counter {
		text-align: center;
		overflow-wrap: anywhere;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.page-home .home-hero__play i {
		animation: none;
	}

	body.page-home .home-gallery__item::before,
	body.page-home .home-gallery__item::after,
	body.page-home .home-gallery__item img,
	body.page-home .home-extra-accordion__panel,
	body.page-home .home-testimonials__arrow,
	.miko-lightbox,
	.miko-lightbox__figure,
	.miko-lightbox__close,
	.miko-lightbox__arrow {
		transition: none;
	}
}

.miko-lightbox__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 0;
	line-height: 1;
}

.miko-lightbox__arrow::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
}

.miko-lightbox__arrow--next::before {
	transform: rotate(-45deg);
}

.miko-lightbox__arrow--prev::before {
	transform: rotate(135deg);
}
