/**
 * Homepage Variant B — The Hundred-Year Shop.
 *
 * Layout and responsive details are scoped to the dedicated template. Color,
 * typography, alignment, buttons and content remain editable Core attributes.
 */

/* stylelint-disable no-descending-specificity --
 * Component state selectors intentionally follow their base component rules.
 */

.hsl-page-full-width-shell,
.editor-styles-wrapper {
	--hmb-navy: #174368;
	--hmb-navy-dark: #103450;
	--hmb-gold: #fcdc69;
	--hmb-gold-dark: #735800;
	--hmb-ink: #16212c;
	--hmb-slate: #5b6b7a;
	--hmb-line: #e2e8ee;
	--hmb-soft: #f5f7fa;
	--hmb-danger: #c0392b;
	--hmb-radius: 14px;
	--hmb-radius-small: 9px;
	--hmb-shadow-small: 0 1px 3px rgba(23, 67, 104, 0.08), 0 1px 2px rgba(23, 67, 104, 0.06);
	--hmb-shadow: 0 10px 30px rgba(23, 67, 104, 0.1);
	--hmb-shadow-large: 0 24px 60px rgba(23, 67, 104, 0.16);
}

.hsl-page-full-width-shell {
	overflow: clip;
}

.hsl-page-full-width-shell .wp-block-post-content,
.hsl-page-full-width-shell .hsl-hmb,
.editor-styles-wrapper .hsl-hmb {
	margin-block: 0;
}

.hsl-page-full-width-shell .hsl-hmb *,
.editor-styles-wrapper .hsl-hmb * {
	box-sizing: border-box;
}

.hsl-hmb-container {
	max-width: 1200px;
	margin-inline: auto !important;
}

.hsl-hmb-section {
	padding-block: 84px;
}

.hsl-hmb h1,
.hsl-hmb h2,
.hsl-hmb h3,
.hsl-hmb p,
.hsl-hmb figure,
.hsl-hmb ul {
	margin-block-start: 0;
}

.hsl-hmb h1,
.hsl-hmb h2,
.hsl-hmb h3 {
	color: var(--hmb-navy);
	font-weight: 800;
	letter-spacing: -0.01em;
	line-height: 1.12;
}

.hsl-hmb h2 {
	font-size: clamp(1.7rem, 3.2vw, 2.6rem);
}

.hsl-hmb h3 {
	font-size: 1.3rem;
}

.hsl-hmb p,
.hsl-hmb li {
	color: var(--hmb-ink);
	line-height: 1.6;
}

.hsl-hmb-section--navy h2,
.hsl-hmb-section--navy h3,
.hsl-hmb-section--navy p,
.hsl-hmb-emergency h2,
.hsl-hmb-emergency h3,
.hsl-hmb-emergency p,
.hsl-hmb-split-cta__panel--shop h3,
.hsl-hmb-split-cta__panel--shop p {
	color: #fff;
}

.hsl-hmb-section-heading {
	max-width: 720px;
	margin: 0 auto 52px;
}

.hsl-hmb-section-heading > * {
	margin-inline: auto;
}

.hsl-hmb-section-heading h2 {
	margin-bottom: 14px;
}

.hsl-hmb-eyebrow {
	color: var(--hmb-gold-dark) !important;
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	line-height: 1.4 !important;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.hsl-hmb-section--navy .hsl-hmb-eyebrow,
.hsl-hmb-emergency .hsl-hmb-eyebrow,
.hsl-hmb-split-cta__panel--shop .hsl-hmb-eyebrow {
	color: var(--hmb-gold) !important;
}

.hsl-hmb-lead {
	color: var(--hmb-slate) !important;
	font-size: 1.12rem;
	line-height: 1.65 !important;
	max-width: 62ch;
}

.hsl-hmb-section--navy .hsl-hmb-lead,
.hsl-hmb-emergency .hsl-hmb-lead {
	color: #c7d6e4 !important;
}

.hsl-hmb .hsl-hmb-button .wp-block-button__link {
	border: 2px solid transparent;
	border-radius: var(--hmb-radius-small);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
	padding: 15px 26px;
	transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.hsl-hmb .hsl-hmb-button .wp-block-button__link:hover {
	transform: translateY(-2px);
}

.hsl-hmb .hsl-hmb-button.is-style-outline .wp-block-button__link {
	border-color: currentcolor;
}

/* Cinematic hero and two-path fork. */
.hsl-hmb-hero {
	background: var(--hmb-navy-dark);
	min-height: 760px;
	overflow: hidden;
	position: relative;
}

.hsl-hmb-hero::after {
	background: radial-gradient(90% 120% at 50% 0%, rgba(16, 52, 80, 0.1) 0%, rgba(13, 34, 53, 0.9) 78%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.hsl-hmb-hero__background {
	inset: 0;
	margin: 0;
	position: absolute;
}

.hsl-hmb-hero__background,
.hsl-hmb-hero__background img {
	height: 100%;
	width: 100%;
}

.hsl-hmb-hero__background img {
	object-fit: cover;
	opacity: 0.28;
}

.hsl-hmb-hero__inner {
	max-width: 1080px;
	padding-block: 84px 34px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.hsl-hmb-eyebrow--hero {
	align-items: center;
	color: var(--hmb-gold) !important;
	display: flex;
	gap: 14px;
	justify-content: center;
	letter-spacing: 0.22em;
}

.hsl-hmb-eyebrow--hero::before,
.hsl-hmb-eyebrow--hero::after {
	background: rgba(252, 220, 105, 0.5);
	content: "";
	height: 1px;
	width: 44px;
}

.hsl-hmb-hero__title {
	color: #fff !important;
	letter-spacing: -0.015em !important;
	line-height: 1.05 !important;
	margin: 22px auto 18px !important;
	max-width: 18ch;
}

.hsl-hmb-hero__lead {
	color: #b9c7d4 !important;
	margin: 0 auto 44px !important;
}

.hsl-hmb-fork {
	gap: 18px !important;
	margin: 0 auto !important;
	max-width: 880px;
	text-align: left;
}

.hsl-hmb-fork > .wp-block-column {
	display: flex;
}

.hsl-hmb-fork-card {
	backdrop-filter: blur(6px);
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--hmb-radius);
	display: flex;
	flex: 1;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.hsl-hmb-fork-card:hover {
	border-color: var(--hmb-gold);
	box-shadow: 0 22px 50px rgba(0, 0, 0, 0.35);
	transform: translateY(-3px);
}

.hsl-hmb-fork-card__image {
	background: #fff;
	margin: 0;
	overflow: hidden;
}

.hsl-hmb-fork-card__image a,
.hsl-hmb-fork-card__image img {
	display: block;
	width: 100%;
}

.hsl-hmb-fork-card__image img {
	transition: transform 300ms ease;
}

.hsl-hmb-fork-card:hover .hsl-hmb-fork-card__image img {
	transform: scale(1.05);
}

.hsl-hmb-fork-card__icon {
	align-items: center;
	border-radius: 12px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3);
	height: 46px;
	left: 22px;
	margin: -23px 0 -23px 22px !important;
	position: relative;
	width: 46px;
	z-index: 2;
}

.hsl-hmb-fork-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 9px;
	padding: 34px 24px 22px;
}

.hsl-hmb-fork-card__body h3 {
	color: #fff;
	font-size: 1.28rem;
	margin-bottom: 0;
}

.hsl-hmb-fork-card__body p {
	color: #b9c7d4;
	font-size: 0.93rem;
	margin-bottom: 0;
}

.hsl-hmb-card-link {
	font-size: 0.9rem !important;
	font-weight: 800;
	margin-top: auto !important;
	padding-top: 8px;
}

.hsl-hmb-card-link a {
	align-items: center;
	color: var(--hmb-gold) !important;
	display: inline-flex;
	min-height: 44px;
	text-decoration: none;
}

.hsl-hmb-hero__emergency {
	color: #8ca3b8 !important;
	font-size: 0.92rem;
	margin: 32px auto 0 !important;
}

.hsl-hmb-hero__emergency a {
	border-bottom: 2px solid var(--hmb-danger);
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

/* Heritage timeline. */
.hsl-hmb-timeline {
	gap: 26px !important;
	margin-top: 14px !important;
	position: relative;
}

.hsl-hmb-timeline::before {
	background: linear-gradient(90deg, var(--hmb-gold), var(--hmb-line));
	content: "";
	height: 2px;
	left: 2%;
	position: absolute;
	right: 2%;
	top: 7px;
}

.hsl-hmb-timeline__node {
	padding-top: 30px;
	position: relative;
}

.hsl-hmb-timeline__node::before {
	background: var(--hmb-gold);
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 2px var(--hmb-gold);
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 0;
	width: 16px;
}

.hsl-hmb-timeline__year {
	font-size: 1.6rem !important;
	margin-bottom: 6px;
}

.hsl-hmb-timeline__title {
	margin-bottom: 4px;
}

.hsl-hmb-timeline__node p {
	color: var(--hmb-slate);
	font-size: 0.9rem;
}

/* Persona routing. */
.hsl-hmb-persona-grid {
	gap: 18px;
}

.hsl-hmb-persona-card {
	align-items: stretch !important;
	background: #fff;
	border: 1px solid var(--hmb-line);
	border-radius: var(--hmb-radius);
	display: grid !important;
	grid-template-columns: 120px minmax(0, 1fr);
	overflow: hidden;
	transition: border-color 150ms ease, box-shadow 150ms ease;
}

.hsl-hmb-persona-card:hover {
	border-color: var(--hmb-navy);
	box-shadow: var(--hmb-shadow);
}

.hsl-hmb-persona-card__image {
	height: 100%;
	margin: 0;
	min-height: 190px;
	overflow: hidden;
}

.hsl-hmb-persona-card__image a,
.hsl-hmb-persona-card__image img {
	display: block;
	height: 100%;
	width: 100%;
}

.hsl-hmb-persona-card__image img {
	object-fit: cover;
}

.hsl-hmb-persona-card__body {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 22px 24px;
}

.hsl-hmb-persona-card h3 {
	font-size: 1.08rem;
	margin-bottom: 6px;
}

.hsl-hmb-persona-card p {
	color: var(--hmb-slate);
	font-size: 0.9rem;
	margin-bottom: 10px;
}

.hsl-hmb-persona-card .hsl-hmb-card-link a {
	color: var(--hmb-navy) !important;
}

/* Locksmith categories. */
.hsl-hmb-service-grid {
	gap: 18px !important;
}

.hsl-hmb-service-grid > .wp-block-column {
	display: flex;
}

.hsl-hmb-service-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: var(--hmb-radius);
	display: flex;
	flex: 1;
	flex-direction: column;
	overflow: hidden;
	transition: border-color 180ms ease, transform 180ms ease;
}

.hsl-hmb-service-card:hover {
	border-color: var(--hmb-gold);
	transform: translateY(-3px);
}

.hsl-hmb-service-card__image {
	height: 150px;
	margin: 0;
	overflow: hidden;
}

.hsl-hmb-service-card__image a,
.hsl-hmb-service-card__image img {
	display: block;
	height: 100%;
	width: 100%;
}

.hsl-hmb-service-card__image img {
	object-fit: cover;
	transition: transform 300ms ease;
}

.hsl-hmb-service-card:hover img {
	transform: scale(1.05);
}

.hsl-hmb-service-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px 20px 20px;
}

.hsl-hmb-service-card h3 {
	color: #fff;
	font-size: 1.05rem;
	margin-bottom: 8px;
}

.hsl-hmb-service-card p {
	color: #b9c7d4;
	font-size: 0.88rem;
	margin-bottom: 0;
}

.hsl-hmb-locksmith .wp-block-buttons {
	margin-top: 38px;
}

/* Safe-buying process. */
.hsl-hmb-steps {
	gap: 18px !important;
}

.hsl-hmb-step {
	background: #fff;
	border: 1px solid var(--hmb-line);
	border-radius: var(--hmb-radius);
	height: 100%;
	padding: 26px 24px;
}

.hsl-hmb-step__number {
	align-items: center;
	background: var(--hmb-navy);
	border-radius: 50%;
	color: var(--hmb-gold) !important;
	display: flex;
	font-weight: 800;
	height: 40px;
	justify-content: center;
	margin-bottom: 16px;
	width: 40px;
}

.hsl-hmb-step h3 {
	font-size: 1.02rem;
	margin-bottom: 7px;
}

.hsl-hmb-step p:not(.hsl-hmb-step__number) {
	color: var(--hmb-slate);
	font-size: 0.9rem;
}

.hsl-hmb-process .wp-block-buttons {
	margin-top: 38px;
}

/* Emergency band. */
.hsl-hmb-emergency {
	background: linear-gradient(120deg, var(--hmb-navy-dark), var(--hmb-navy)) !important;
	border-radius: var(--hmb-radius);
	gap: 40px !important;
	overflow: hidden;
	padding: 44px 48px;
	position: relative;
}

.hsl-hmb-emergency::before {
	background: var(--hmb-danger);
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.hsl-hmb-emergency h2 {
	font-size: clamp(1.4rem, 2.6vw, 2rem);
	margin: 8px 0 10px;
}

.hsl-hmb-emergency .hsl-hmb-lead {
	margin-bottom: 20px;
}

.hsl-hmb-areas {
	gap: 9px !important;
}

.hsl-hmb-areas p {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: #d5dee7 !important;
	font-size: 0.83rem;
	margin: 0;
	padding: 7px 14px;
}

.hsl-hmb-emergency__label {
	color: #ff8b7e !important;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.hsl-hmb-emergency__phone {
	font-size: clamp(1.7rem, 3vw, 2.3rem) !important;
	margin-bottom: 16px;
}

.hsl-hmb-emergency__phone a {
	color: #fff;
	text-decoration: none;
}

/* Stats and credentials. */
.hsl-hmb-stats {
	gap: 24px !important;
}

.hsl-hmb-stats h3 {
	color: var(--hmb-gold);
	font-size: clamp(2.2rem, 4vw, 3rem);
	line-height: 1;
	margin-bottom: 8px;
}

.hsl-hmb-stats p {
	color: #c7d6e4;
	font-size: 0.92rem;
	font-weight: 600;
}

.hsl-hmb-credentials__label {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	color: #b9c7d4 !important;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin: 44px 0 24px;
	padding-top: 38px;
	text-transform: uppercase;
}

.hsl-hmb-credential-logos {
	gap: 34px !important;
}

.hsl-hmb-credential-logos figure {
	align-items: center;
	background: #fff;
	border-radius: 8px;
	display: flex;
	height: 58px;
	justify-content: center;
	margin: 0;
	padding: 6px 10px;
	width: 86px;
}

.hsl-hmb-credential-logos img {
	max-height: 46px;
	object-fit: contain;
	width: auto;
}

/* Real people split. */
.hsl-hmb-people__inner {
	gap: 56px !important;
}

.hsl-hmb-people__media {
	position: relative;
}

.hsl-hmb-people__media > figure {
	border-radius: var(--hmb-radius);
	box-shadow: var(--hmb-shadow-large);
	margin: 0;
	overflow: hidden;
}

.hsl-hmb-people__media > figure img {
	aspect-ratio: 1.25;
	object-fit: cover;
	width: 100%;
}

.hsl-hmb-people__badge {
	border-radius: var(--hmb-radius-small);
	bottom: 18px;
	box-shadow: var(--hmb-shadow);
	gap: 12px !important;
	left: 18px;
	padding: 14px 18px;
	position: absolute;
}

.hsl-hmb-people__badge h3 {
	font-size: 1.35rem;
	line-height: 1;
	margin: 0;
}

.hsl-hmb-people__badge p {
	color: var(--hmb-slate);
	font-size: 0.8rem;
	line-height: 1.3;
	margin: 0;
}

.hsl-hmb-people .hsl-hmb-lead {
	margin-bottom: 20px;
}

.hsl-hmb-checklist {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 22px 0 26px;
	padding: 0;
}

.hsl-hmb-checklist li {
	font-weight: 600;
	padding-left: 30px;
	position: relative;
}

.hsl-hmb-checklist li::before {
	color: #2e7d52;
	content: "✓";
	font-size: 1.2rem;
	font-weight: 900;
	left: 0;
	position: absolute;
	top: -2px;
}

/* Showroom cards. */
.hsl-hmb-location-grid {
	gap: 26px !important;
}

.hsl-hmb-location {
	border: 1px solid var(--hmb-line);
	border-radius: var(--hmb-radius);
	box-shadow: var(--hmb-shadow-small);
	height: 100%;
	overflow: hidden;
}

.hsl-hmb-location__image {
	aspect-ratio: 16 / 10;
	margin: 0;
	overflow: hidden;
}

.hsl-hmb-location__image a,
.hsl-hmb-location__image img {
	display: block;
	height: 100%;
	width: 100%;
}

.hsl-hmb-location__image img {
	object-fit: cover;
}

.hsl-hmb-location__body {
	padding: 26px;
}

.hsl-hmb-location__body h3 {
	font-size: 1.25rem;
	margin-bottom: 12px;
}

.hsl-hmb-location__meta {
	color: var(--hmb-slate) !important;
	font-size: 0.95rem;
	margin-bottom: 7px;
}

.hsl-hmb-location__meta a {
	color: var(--hmb-navy);
	font-weight: 700;
}

.hsl-hmb-location__body .wp-block-buttons {
	margin-top: 18px;
}

/* Review wall. */
.hsl-hmb-review-wall {
	gap: 18px;
}

.hsl-hmb-review {
	background: #fff;
	border: 1px solid var(--hmb-line);
	border-radius: var(--hmb-radius);
	box-shadow: var(--hmb-shadow-small);
	padding: 28px;
}

.hsl-hmb-review--featured {
	background: var(--hmb-navy);
	border: 0;
	grid-column: span 2;
}

.hsl-hmb-review__stars {
	color: var(--hmb-gold) !important;
	font-size: 1.05rem;
	letter-spacing: 1px;
	margin-bottom: 12px;
}

.hsl-hmb-review__quote {
	font-style: italic;
	margin-bottom: 16px;
}

.hsl-hmb-review--featured .hsl-hmb-review__quote {
	color: #d5dee7;
	font-size: 1.08rem;
}

.hsl-hmb-review__who {
	color: var(--hmb-navy);
	font-size: 0.95rem;
	margin-bottom: 0;
}

.hsl-hmb-review--featured .hsl-hmb-review__who {
	color: #fff;
}

.hsl-hmb-review__source {
	color: var(--hmb-slate) !important;
	font-size: 0.8rem;
	margin-bottom: 0;
}

.hsl-hmb-review--featured .hsl-hmb-review__source {
	color: #b9c7d4 !important;
}

/* Core Details FAQ. */
.hsl-hmb-faq__items {
	max-width: 820px;
	margin-inline: auto !important;
}

.hsl-hmb-faq__items .wp-block-details {
	border-bottom: 1px solid var(--hmb-line);
	margin: 0;
	padding: 0;
}

.hsl-hmb-faq__items summary {
	align-items: center;
	color: var(--hmb-slate);
	cursor: pointer;
	display: flex;
	font-size: 1.02rem;
	font-weight: 700;
	gap: 18px;
	justify-content: space-between;
	list-style: none;
	padding: 20px 0;
	transition: color 150ms ease;
}

.hsl-hmb-faq__items summary::-webkit-details-marker {
	display: none;
}

.hsl-hmb-faq__items summary::after {
	border-bottom: 2px solid currentcolor;
	border-right: 2px solid currentcolor;
	content: "";
	flex: 0 0 auto;
	height: 9px;
	margin-right: 5px;
	transform: rotate(45deg);
	transition: transform 200ms ease;
	width: 9px;
}

.hsl-hmb-faq__items details[open] summary,
.hsl-hmb-faq__items summary:hover {
	color: var(--hmb-navy);
}

.hsl-hmb-faq__items details[open] summary::after {
	transform: rotate(225deg);
}

.hsl-hmb-faq__items details > p {
	color: var(--hmb-slate);
	line-height: 1.65;
	margin: 0 0 22px;
	max-width: 64ch;
}

/* Paired final CTA. */
.hsl-hmb-split-cta-wrap {
	padding-bottom: 84px;
}

.hsl-hmb-split-cta {
	border-radius: var(--hmb-radius);
	box-shadow: var(--hmb-shadow-large);
	gap: 0 !important;
	overflow: hidden;
}

.hsl-hmb-split-cta__panel {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 52px 46px;
}

.hsl-hmb-split-cta__panel h3 {
	font-size: clamp(1.3rem, 2.2vw, 1.7rem);
	margin: 0;
}

.hsl-hmb-split-cta__panel p {
	font-size: 0.97rem;
	margin: 0 0 10px;
}

.hsl-hmb-split-cta__panel--shop {
	background: var(--hmb-navy-dark) !important;
}

.hsl-hmb-split-cta__panel--shop p {
	color: #b9c7d4;
}

.hsl-hmb-split-cta__panel--call h3 {
	color: var(--hmb-navy);
}

.hsl-hmb-split-cta__panel--call .hsl-hmb-eyebrow {
	color: var(--hmb-navy) !important;
}

.hsl-hmb-split-cta__panel--call p {
	color: #6b5d2e;
}

@media (max-width: 980px) {

	.hsl-hmb-service-grid,
	.hsl-hmb-steps,
	.hsl-hmb-stats {
		flex-wrap: wrap !important;
	}

	.hsl-hmb-service-grid > .wp-block-column,
	.hsl-hmb-steps > .wp-block-column,
	.hsl-hmb-stats > .wp-block-column {
		flex-basis: calc(50% - 12px) !important;
	}

	.hsl-hmb-emergency,
	.hsl-hmb-people__inner,
	.hsl-hmb-location-grid,
	.hsl-hmb-split-cta {
		flex-direction: column;
	}

	.hsl-hmb-emergency > .wp-block-column,
	.hsl-hmb-people__inner > .wp-block-column,
	.hsl-hmb-location-grid > .wp-block-column,
	.hsl-hmb-split-cta > .wp-block-column {
		flex-basis: auto !important;
		width: 100%;
	}

	.hsl-hmb-emergency {
		padding: 36px 30px;
	}

	.hsl-hmb-people__inner {
		gap: 34px !important;
	}

	.hsl-hmb-review--featured {
		grid-column: auto;
	}
}

@media (max-width: 781px) {

	.hsl-hmb-fork {
		flex-direction: column;
	}

	.hsl-hmb-fork > .wp-block-column {
		width: 100%;
	}
}

@media (max-width: 640px) {

	.hsl-hmb-section {
		padding-block: 64px;
	}

	.hsl-hmb-hero {
		min-height: auto;
	}

	.hsl-hmb-hero__inner {
		padding-block: 60px 34px;
	}

	.hsl-hmb-eyebrow--hero::before,
	.hsl-hmb-eyebrow--hero::after {
		width: 24px;
	}

	.hsl-hmb-timeline {
		display: flex;
		gap: 16px !important;
		overflow-x: auto;
		padding-bottom: 10px;
		scroll-snap-type: x mandatory;
	}

	.hsl-hmb-timeline::before,
	.hsl-hmb-timeline__node::before {
		display: none;
	}

	.hsl-hmb-timeline__node {
		background: #fff;
		border: 1px solid var(--hmb-line);
		border-radius: var(--hmb-radius);
		flex: 0 0 76%;
		padding: 22px 20px;
		scroll-snap-align: start;
	}

	.hsl-hmb-persona-card {
		grid-template-columns: 96px minmax(0, 1fr);
	}

	.hsl-hmb-persona-card__body {
		padding: 18px;
	}

	.hsl-hmb-steps,
	.hsl-hmb-stats {
		flex-direction: column;
	}

	.hsl-hmb-steps > .wp-block-column,
	.hsl-hmb-stats > .wp-block-column {
		flex-basis: auto !important;
		width: 100%;
	}

	.hsl-hmb-emergency {
		padding: 34px 24px;
	}

	.hsl-hmb-credential-logos {
		flex-wrap: wrap !important;
	}

	.hsl-hmb-people__badge {
		bottom: 12px;
		left: 12px;
	}

	.hsl-hmb-location__body {
		padding: 22px;
	}

	.hsl-hmb-split-cta__panel {
		padding: 36px 28px;
	}

	.hsl-hmb-split-cta-wrap {
		padding-bottom: 64px;
	}
}

@media (prefers-reduced-motion: reduce) {

	.hsl-hmb *,
	.hsl-hmb *::before,
	.hsl-hmb *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
