/* HML Homepage Reviews — matched to Figma Layout / 220 / (1440 × 1511) */

.hml-reviews {
	--hml-rev-bg: #ffffff;
	--hml-rev-ink: #0b0b0b;
	--hml-rev-lipstick: #c60651;
	--hml-rev-card-border: #f3cddc;
	--hml-rev-white: #ffffff;
	--hml-rev-gold: #fbbf18;
	--hml-rev-pad-x: calc(80 * var(--hml-u));
	--hml-rev-pad-y: calc(112 * var(--hml-u));
	--hml-rev-max: calc(1280 * var(--hml-u));
	--hml-rev-gap: calc(80 * var(--hml-u));
	--hml-rev-h: calc(60 * var(--hml-u));
	--hml-rev-h-max: calc(586 * var(--hml-u));
	--hml-rev-video-r: calc(8 * var(--hml-u));
	--hml-rev-play: calc(146 * var(--hml-u));
	--hml-rev-card-r: calc(6 * var(--hml-u));
	--hml-rev-card-gap: calc(32 * var(--hml-u));
	--hml-rev-btn-r: calc(6 * var(--hml-u));
	--hml-ease: cubic-bezier(0.22, 1, 0.36, 1);
	--hml-ease-out: cubic-bezier(0.16, 1, 0.3, 1);

	position: relative;
	isolation: isolate;
	overflow: visible;
	width: 100%;
	max-width: 100%;
	background: var(--hml-rev-bg);
	color: var(--hml-rev-ink);
	padding-top: var(--hml-rev-pad-y);
	padding-bottom: var(--hml-rev-pad-y);
	padding-left: max(var(--hml-rev-pad-x), env(safe-area-inset-left, 0px));
	padding-right: max(var(--hml-rev-pad-x), env(safe-area-inset-right, 0px));
	font-family: Inter, "Inter", system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hml-reviews,
.hml-reviews *,
.hml-reviews *::before,
.hml-reviews *::after {
	box-sizing: border-box;
}

.elementor-widget-hml-homepage-reviews,
.elementor-widget-hml-homepage-reviews > .elementor-widget-container {
	padding: 0;
	overflow: visible;
}

.hml-reviews--fullbleed {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

html:has(.hml-reviews--fullbleed):not(:has(.hml-header--sticky)) {
	overflow-x: clip;
}

.hml-reviews__inner {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: var(--hml-rev-gap);
	width: 100%;
	max-width: var(--hml-rev-max);
	min-width: 0;
	margin: 0 auto;
}

/* Video player — 16:9 frame matching the source clip. */
.hml-reviews__media {
	width: 100%;
}

.hml-reviews__video,
.hml-player {
	--hml-p: 0%;
	--hml-v: 80%;
	position: relative;
	display: block;
	width: 100%;
	max-width: var(--hml-rev-max);
	aspect-ratio: 16 / 9;
	height: auto;
	min-height: calc(var(--hml-rev-play) + calc(40 * var(--hml-u)));
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: var(--hml-rev-video-r);
	overflow: hidden;
	background: #0b0b0b;
	color: #fff;
	cursor: pointer;
	isolation: isolate;
	-webkit-tap-highlight-color: transparent;
}

.hml-player:focus-visible {
	outline: calc(3 * var(--hml-u)) solid var(--hml-rev-lipstick);
	outline-offset: calc(4 * var(--hml-u));
}

.hml-player__media {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #0b0b0b;
}

.hml-player__media::-webkit-media-controls {
	display: none !important;
}

.hml-player:fullscreen,
.hml-player:-webkit-full-screen {
	aspect-ratio: auto;
	width: 100%;
	height: 100%;
	border-radius: 0;
	max-width: none;
}

.hml-player:fullscreen .hml-player__media,
.hml-player:-webkit-full-screen .hml-player__media {
	object-fit: contain;
}

.hml-reviews__poster,
.hml-player__poster {
	position: absolute;
	inset: 0;
	display: block;
	overflow: hidden;
	z-index: 1;
	pointer-events: none;
}

.hml-player__poster[hidden] {
	display: none;
}

.elementor-widget-hml-homepage-reviews .hml-reviews__poster img,
.hml-reviews .hml-reviews__poster img,
.elementor-widget-hml-homepage-reviews .hml-player__poster img,
.hml-reviews .hml-player__poster img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: center center !important;
}

.hml-reviews__play,
.hml-player__bigplay {
	position: absolute;
	left: 50%;
	top: 50%;
	width: var(--hml-rev-play);
	height: var(--hml-rev-play);
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
	transform: translate(-50%, -50%);
	z-index: 3;
	cursor: pointer;
	transition: transform 0.35s var(--hml-ease), opacity 0.25s ease;
}

.hml-player.is-playing:not(.is-ended) .hml-player__bigplay {
	opacity: 0;
	pointer-events: none;
}

.hml-player__bigplay .hml-reviews__play {
	position: absolute;
	inset: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: none !important;
	animation: none !important;
	pointer-events: none;
}

.hml-reviews__play-icon {
	position: absolute;
	inset: 7.69% 7.69% 7.71% 7.71%;
}

.elementor-widget-hml-homepage-reviews .hml-reviews__play-icon img,
.hml-reviews .hml-reviews__play-icon img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: contain !important;
}

.hml-player__bigplay:hover,
.hml-player__bigplay:focus-visible {
	transform: translate(-50%, -50%) scale(1.06);
}

@media (hover: hover) and (pointer: fine) {
	.hml-reviews:not(.hml-reviews--no-hover) .hml-player.is-idle .hml-player__bigplay {
		animation: hml-rev-pulse 2.8s var(--hml-ease) infinite;
	}

	.hml-reviews:not(.hml-reviews--no-hover) .hml-player__bigplay:hover,
	.hml-reviews:not(.hml-reviews--no-hover) .hml-player__bigplay:focus-visible {
		animation: none;
	}
}

@keyframes hml-rev-pulse {
	0%, 100% { transform: translate(-50%, -50%) scale(1); }
	50% { transform: translate(-50%, -50%) scale(1.06); }
}

.hml-player.is-buffering::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 4;
	width: calc(36 * var(--hml-u));
	height: calc(36 * var(--hml-u));
	margin: calc(-18 * var(--hml-u)) 0 0 calc(-18 * var(--hml-u));
	border: 3px solid rgba(255, 255, 255, 0.28);
	border-top-color: #fff;
	border-radius: 50%;
	animation: hml-player-spin 0.7s linear infinite;
	pointer-events: none;
}

@keyframes hml-player-spin {
	to { transform: rotate(360deg); }
}

.hml-player__bar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	display: flex;
	flex-direction: column;
	gap: calc(8 * var(--hml-u));
	padding: calc(48 * var(--hml-u)) calc(16 * var(--hml-u)) calc(12 * var(--hml-u));
	background: linear-gradient(180deg, rgba(11, 11, 11, 0) 0%, rgba(11, 11, 11, 0.72) 55%, rgba(11, 11, 11, 0.92) 100%);
	opacity: 0;
	transform: translate3d(0, 8px, 0);
	pointer-events: none;
	transition: opacity 0.22s ease, transform 0.22s var(--hml-ease);
}

.hml-player.is-controls .hml-player__bar,
.hml-player.is-paused .hml-player__bar,
.hml-player.is-ended .hml-player__bar,
.hml-player.is-idle .hml-player__bar,
.hml-player:hover .hml-player__bar,
.hml-player:focus-within .hml-player__bar {
	opacity: 1;
	transform: none;
	pointer-events: auto;
}

.hml-player__seekwrap {
	position: relative;
	height: calc(18 * var(--hml-u));
	display: flex;
	align-items: center;
}

.hml-player__buf {
	position: absolute;
	left: 0;
	top: 50%;
	height: 4px;
	margin-top: -2px;
	border-radius: 99px;
	background: rgba(255, 255, 255, 0.28);
	width: 0;
	pointer-events: none;
}

.hml-player__seek,
.hml-player__volrange {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 4px;
	margin: 0;
	border-radius: 99px;
	background: linear-gradient(to right, var(--hml-rev-lipstick) var(--hml-p), rgba(255, 255, 255, 0.38) var(--hml-p));
	outline: none;
	cursor: pointer;
}

.hml-player__volrange {
	width: calc(88 * var(--hml-u));
	background: linear-gradient(to right, #fff var(--hml-v), rgba(255, 255, 255, 0.28) var(--hml-v));
}

.hml-player__seek::-webkit-slider-thumb,
.hml-player__volrange::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(198, 6, 81, 0.28);
	cursor: grab;
}

.hml-player__seek::-moz-range-thumb,
.hml-player__volrange::-moz-range-thumb {
	width: 14px;
	height: 14px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	cursor: grab;
}

.hml-player__row {
	display: flex;
	align-items: center;
	gap: calc(6 * var(--hml-u));
	min-height: calc(36 * var(--hml-u));
}

.hml-player__btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: calc(36 * var(--hml-u));
	height: calc(36 * var(--hml-u));
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.hml-player__btn svg {
	width: 22px;
	height: 22px;
	display: block;
}

.hml-player__btn:hover,
.hml-player__btn:focus-visible {
	background: rgba(255, 255, 255, 0.12);
}

.hml-player__btn:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.hml-player__time {
	font-family: Inter, sans-serif;
	font-size: calc(13 * var(--hml-u));
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.02em;
	color: rgba(255, 255, 255, 0.92);
	white-space: nowrap;
	padding: 0 calc(6 * var(--hml-u));
	min-width: calc(92 * var(--hml-u));
}

.hml-player__sep {
	opacity: 0.55;
}

.hml-player__spacer {
	flex: 1 1 auto;
}

.hml-player__vol {
	display: flex;
	align-items: center;
	gap: calc(6 * var(--hml-u));
}

.hml-player__menuwrap {
	position: relative;
}

.hml-player__menu {
	position: absolute;
	right: 0;
	bottom: calc(44 * var(--hml-u));
	min-width: calc(132 * var(--hml-u));
	padding: calc(8 * var(--hml-u));
	border-radius: calc(8 * var(--hml-u));
	background: rgba(11, 11, 11, 0.94);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
	z-index: 6;
}

.hml-player__menu[hidden] {
	display: none;
}

.hml-player__menu-label {
	margin: 0 0 6px;
	padding: 0 8px;
	font-family: Inter, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.hml-player__menu button {
	display: block;
	width: 100%;
	margin: 0;
	padding: 8px 10px;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: #fff;
	font-family: Inter, sans-serif;
	font-size: 14px;
	text-align: left;
	cursor: pointer;
}

.hml-player__menu button.is-active,
.hml-player__menu button:hover {
	background: var(--hml-rev-lipstick);
}

/* Header — title 586 × 192, button 191 × 48, vertically centered */
.hml-reviews__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: calc(32 * var(--hml-u));
	width: 100%;
}

.hml-reviews__title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: calc(24 * var(--hml-u));
	max-width: var(--hml-rev-h-max);
	min-width: 0;
}

.hml-reviews__tagline {
	margin: 0;
	font-family: Inter, sans-serif;
	font-weight: 600;
	font-size: calc(16 * var(--hml-u));
	line-height: 1.5;
	letter-spacing: 0;
	color: var(--hml-rev-lipstick);
	white-space: nowrap;
}

.hml-reviews__heading {
	margin: 0;
	width: 100%;
	max-width: var(--hml-rev-h-max);
	font-family: Manrope, Inter, sans-serif;
	font-weight: 700;
	font-size: var(--hml-rev-h);
	line-height: 1.2;
	letter-spacing: 0.01em;
	color: var(--hml-rev-ink);
	overflow-wrap: break-word;
}

.hml-reviews__btn {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: calc(48 * var(--hml-u));
	padding: calc(8 * var(--hml-u)) calc(20 * var(--hml-u));
	border: calc(1 * var(--hml-u)) solid var(--hml-rev-lipstick);
	border-radius: var(--hml-rev-btn-r);
	background: var(--hml-rev-lipstick);
	color: var(--hml-rev-white);
	font-family: Inter, sans-serif;
	font-weight: 500;
	font-size: calc(20 * var(--hml-u));
	line-height: 1.6;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	touch-action: manipulation;
	transition: background 0.28s var(--hml-ease), border-color 0.28s ease, transform 0.28s var(--hml-ease), box-shadow 0.28s ease;
}

.hml-reviews:not(.hml-reviews--no-hover) .hml-reviews__btn:hover,
.hml-reviews:not(.hml-reviews--no-hover) .hml-reviews__btn:focus-visible {
	background: #a80545;
	border-color: #a80545;
	color: var(--hml-rev-white);
}

@media (hover: hover) and (pointer: fine) {
	.hml-reviews:not(.hml-reviews--no-hover) .hml-reviews__btn:hover {
		transform: translateY(calc(-2 * var(--hml-u)));
		box-shadow: 0 calc(12 * var(--hml-u)) calc(28 * var(--hml-u)) rgba(198, 6, 81, 0.28);
	}
}

.hml-reviews__btn:active {
	transform: translateY(0) scale(0.98);
}

/* Cards — Figma 299 / 564 / 353 with 32px gaps, border 2px #F3CDDC */
.hml-reviews__grid {
	display: grid;
	grid-template-columns: minmax(0, 2.99fr) minmax(0, 5.64fr) minmax(0, 3.53fr);
	gap: var(--hml-rev-card-gap);
	width: 100%;
	align-items: stretch;
}

.hml-reviews__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: calc(32 * var(--hml-u));
	min-width: 0;
	padding: calc(20 * var(--hml-u));
	border: calc(2 * var(--hml-u)) solid var(--hml-rev-card-border);
	border-radius: var(--hml-rev-card-r);
	background: var(--hml-rev-white);
	overflow: hidden;
	transition: transform 0.35s var(--hml-ease), border-color 0.35s ease, box-shadow 0.35s ease;
}

.hml-reviews:not(.hml-reviews--no-hover) .hml-reviews__card:hover {
	border-color: var(--hml-rev-lipstick);
}

@media (hover: hover) and (pointer: fine) {
	.hml-reviews:not(.hml-reviews--no-hover) .hml-reviews__card:hover {
		transform: translateY(calc(-6 * var(--hml-u)));
		box-shadow: 0 calc(18 * var(--hml-u)) calc(40 * var(--hml-u)) rgba(198, 6, 81, 0.12);
	}
}

.hml-reviews__stars {
	display: block;
	width: calc(116 * var(--hml-u));
	max-width: 100%;
	height: auto;
	aspect-ratio: 116 / 18.889;
	flex: 0 0 auto;
	overflow: hidden;
}

.elementor-widget-hml-homepage-reviews .hml-reviews__stars img,
.hml-reviews .hml-reviews__stars img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: contain !important;
}

.hml-reviews__quote {
	margin: 0;
	width: 100%;
	font-family: Manrope, Inter, sans-serif;
	font-weight: 700;
	font-size: calc(26 * var(--hml-u));
	line-height: 1.2;
	letter-spacing: 0.01em;
	color: var(--hml-rev-ink);
	overflow-wrap: break-word;
}

.hml-reviews__person {
	display: flex;
	align-items: center;
	gap: calc(16 * var(--hml-u));
	margin-top: auto;
	min-width: 0;
	max-width: 100%;
}

.hml-reviews__avatar {
	flex: 0 0 calc(56 * var(--hml-u));
	width: calc(56 * var(--hml-u));
	height: calc(56 * var(--hml-u));
	border-radius: 50%;
	overflow: hidden;
}

.elementor-widget-hml-homepage-reviews .hml-reviews__avatar img,
.hml-reviews .hml-reviews__avatar img {
	display: block;
	width: calc(56 * var(--hml-u)) !important;
	height: calc(56 * var(--hml-u)) !important;
	max-width: none !important;
	object-fit: cover !important;
	border-radius: 50%;
}

.hml-reviews__name {
	font-family: Inter, sans-serif;
	font-weight: 600;
	font-size: calc(18 * var(--hml-u));
	line-height: 1.6;
	color: var(--hml-rev-ink);
	white-space: nowrap;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Lightbox */
.hml-reviews-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: max(calc(16 * var(--hml-u)), env(safe-area-inset-top)) max(calc(16 * var(--hml-u)), env(safe-area-inset-right)) max(calc(16 * var(--hml-u)), env(safe-area-inset-bottom)) max(calc(16 * var(--hml-u)), env(safe-area-inset-left));
	background: rgba(11, 11, 11, 0.82);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.28s ease, visibility 0.28s ease;
}

.hml-reviews-lightbox.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.hml-reviews-lightbox__frame {
	position: relative;
	width: min(calc(1120 * var(--hml-u)), 100%);
	aspect-ratio: 16 / 9;
	background: #000;
	border-radius: calc(8 * var(--hml-u));
	overflow: hidden;
	box-shadow: 0 calc(24 * var(--hml-u)) calc(80 * var(--hml-u)) rgba(0, 0, 0, 0.45);
}

.hml-reviews-lightbox__mount {
	position: absolute;
	inset: 0;
}

.hml-reviews-lightbox__frame iframe,
.hml-reviews-lightbox__frame video {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.hml-reviews-lightbox__close {
	position: absolute;
	top: calc(16 * var(--hml-u));
	right: calc(16 * var(--hml-u));
	z-index: 2;
	width: calc(44 * var(--hml-u));
	height: calc(44 * var(--hml-u));
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: #0b0b0b;
	font-size: calc(28 * var(--hml-u));
	line-height: 1;
	cursor: pointer;
}

.hml-reviews-lightbox__close:hover,
.hml-reviews-lightbox__close:focus-visible {
	background: #fff;
}

/* Entrance */
.hml-reviews [data-hml-enter] {
	opacity: 0;
	transform: translate3d(0, calc(22 * var(--hml-u)), 0);
}

.hml-reviews.is-inview [data-hml-enter] {
	animation: hml-rev-enter 0.9s var(--hml-ease-out) forwards;
	animation-delay: var(--hml-d, 0s);
}

.hml-reviews__media { --hml-d: 0.04s; }
.hml-reviews__title { --hml-x: calc(-20 * var(--hml-u)); --hml-d: 0.14s; }
.hml-reviews__btn { --hml-x: calc(16 * var(--hml-u)); --hml-d: 0.22s; }

.hml-reviews__card[data-hml-d="0"] { --hml-d: 0.28s; }
.hml-reviews__card[data-hml-d="0.08"] { --hml-d: 0.36s; }
.hml-reviews__card[data-hml-d="0.16"] { --hml-d: 0.44s; }

@keyframes hml-rev-enter {
	from {
		opacity: 0;
		transform: translate3d(var(--hml-x, 0), var(--hml-y, calc(22 * var(--hml-u))), 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.hml-reviews--no-motion [data-hml-enter],
.hml-reviews--no-motion .hml-reviews__play {
	opacity: 1 !important;
	transform: none !important;
	animation: none !important;
}

@media (max-width: 1024px) {
	.hml-reviews {
		--hml-rev-h: 48px;
		--hml-rev-h-max: 520px;
		--hml-rev-play: 128px;
	}

	.hml-reviews__quote {
		font-size: 22px;
	}
}

/* Tablet — stacked heading, 2 equal cards, third sits on its own row. */
@media (max-width: 1024px) {
	.hml-reviews--fullbleed {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.hml-reviews {
		--hml-rev-h: 42px;
		--hml-rev-h-max: 100%;
		--hml-rev-play: 104px;
		--hml-rev-card-gap: 20px;
		--hml-rev-pad-x: 40px;
		--hml-rev-pad-y: 80px;
		--hml-rev-gap: 48px;
		overflow-x: clip;
	}

	.hml-reviews__head {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.hml-reviews__title {
		max-width: none;
		gap: 12px;
		width: 100%;
	}

	.hml-reviews__heading {
		max-width: 18ch;
	}

	.hml-reviews__tagline {
		white-space: normal;
	}

	.hml-reviews__btn {
		flex: 0 0 auto;
	}

	.hml-reviews__grid {
		grid-template-columns: 1fr 1fr;
	}

	.hml-reviews__quote {
		font-size: 22px;
	}

	.hml-reviews__card {
		gap: 24px;
	}
}

/* Mobile — single column, 16:9 video so the play control fits the poster. */
@media (max-width: 767px) {
	.hml-reviews {
		--hml-rev-h: 28px !important;
		--hml-rev-play: 72px;
		--hml-rev-card-gap: 16px;
		--hml-rev-video-r: 6px;
		--hml-rev-pad-x: 20px;
		--hml-rev-pad-y: 56px;
		--hml-rev-gap: 36px;
	}

	.hml-reviews__video,
	.hml-player {
		aspect-ratio: 16 / 9;
	}

	.hml-reviews .hml-reviews__poster img,
	.hml-reviews .hml-player__poster img {
		object-position: center 28% !important;
	}

	.hml-player__volrange,
	.hml-player [data-act="back"],
	.hml-player [data-act="fwd"],
	.hml-player [data-act="pip"] {
		display: none;
	}

	.hml-player__time {
		min-width: 0;
		font-size: 12px;
	}

	.hml-player__btn {
		width: 40px;
		height: 40px;
	}

	.hml-reviews__heading {
		max-width: none;
		font-size: var(--hml-rev-h) !important;
	}

	.hml-reviews__quote {
		font-size: 18px;
	}

	.hml-reviews__grid {
		grid-template-columns: 1fr;
	}

	.hml-reviews__card {
		gap: 20px;
		padding: 18px;
	}

	.hml-reviews__btn {
		width: 100%;
		min-height: 48px;
		height: 48px;
		font-size: 18px;
		white-space: normal;
		text-align: center;
	}

	.hml-reviews__name {
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
	}

	.hml-reviews-lightbox__close {
		width: 48px;
		height: 48px;
		top: max(12px, env(safe-area-inset-top, 0px));
		right: max(12px, env(safe-area-inset-right, 0px));
	}
}

@media (max-height: 520px) {
	.hml-reviews-lightbox {
		align-items: stretch;
	}

	.hml-reviews-lightbox__frame {
		width: min(1120px, 100%);
		height: calc(100dvh - 24px);
		max-height: calc(100dvh - 24px);
		aspect-ratio: auto;
		align-self: center;
	}
}

@media (max-width: 380px) {
	.hml-reviews {
		--hml-rev-h: 24px !important;
		--hml-rev-play: 64px;
		--hml-rev-pad-x: 16px;
	}

	.hml-reviews__quote {
		font-size: 18px;
	}

	.hml-reviews__tagline {
		font-size: 14px;
	}

	.hml-reviews__card {
		padding: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hml-reviews [data-hml-enter],
	.hml-reviews.is-inview [data-hml-enter],
	.hml-reviews__play,
	.hml-reviews__btn,
	.hml-reviews__card,
	.hml-reviews-lightbox {
		animation: none !important;
		transition: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
}
