.hp-case-study,
.hp-case-study-archive {
	--hp-cs-primary: #005e9e;
	--hp-cs-secondary: #0078c1;
	--hp-cs-dark: #333333;
	--hp-cs-muted: #5f6f7d;
	--hp-cs-soft: #f5f9fc;
	--hp-cs-white: #ffffff;
	--hp-cs-border: rgba(0, 94, 158, 0.14);
	--hp-cs-shadow: 0 16px 40px rgba(0, 62, 105, 0.11);
	color: var(--hp-cs-dark);
	overflow-x: clip;
}

.hp-cs-container {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1180px;
	padding: 0 22px;
	width: 100%;
}

.hp-cs-narrow {
	max-width: 900px;
}

.hp-cs-section {
	padding: 64px 0;
}

.hp-cs-section:nth-of-type(even),
.hp-cs-archive-grid-section {
	background: var(--hp-cs-soft);
}

.hp-cs-section-heading {
	margin: 0 auto 32px;
	max-width: 760px;
	text-align: center;
}

.hp-cs-section-heading h2 {
	color: var(--hp-cs-dark);
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.14;
	margin: 0 0 12px;
}

.hp-cs-section-heading p,
.hp-cs-hero__summary,
.hp-cs-rich-text,
.hp-cs-feature-card p,
.hp-cs-metric-card p,
.hp-cs-card p,
.hp-cs-cta p,
.hp-cs-archive-hero p {
	color: var(--hp-cs-muted);
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}

.hp-cs-badge {
	align-items: center;
	background: rgba(0, 120, 193, 0.1);
	border: 1px solid rgba(0, 120, 193, 0.18);
	border-radius: 999px;
	color: var(--hp-cs-primary);
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding: 7px 13px;
	text-transform: uppercase;
}

.hp-cs-hero,
.hp-cs-archive-hero {
	background:
		radial-gradient(circle at 12% 12%, rgba(0, 120, 193, 0.14), transparent 28%),
		linear-gradient(135deg, #ffffff 0%, #eef7fd 100%);
	padding: 72px 0;
}

.hp-cs-hero__grid {
	align-items: center;
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
}

.hp-cs-hero h1,
.hp-cs-archive-hero h1 {
	color: var(--hp-cs-dark);
	font-size: clamp(36px, 5vw, 58px);
	line-height: 1.05;
	margin: 18px 0;
	max-width: 760px;
}

.hp-cs-pill-row,
.hp-cs-actions,
.hp-cs-card__meta,
.hp-cs-cta__contact {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.hp-cs-pill-row {
	margin-top: 22px;
}

.hp-cs-pill-row span,
.hp-cs-card__meta span {
	background: var(--hp-cs-white);
	border: 1px solid var(--hp-cs-border);
	border-radius: 999px;
	color: var(--hp-cs-primary);
	font-size: 13px;
	font-weight: 700;
	padding: 8px 12px;
}

.hp-cs-actions {
	margin-top: 28px;
}

.hp-cs-button {
	align-items: center;
	border: 2px solid var(--hp-cs-primary);
	border-radius: 999px;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1.1;
	min-height: 48px;
	padding: 13px 22px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.hp-cs-button:focus-visible,
.hp-cs-faq button:focus-visible,
.hp-cs-before-after__handle:focus-visible,
.hp-cs-before-after__range:focus-visible {
	outline: 3px solid rgba(0, 120, 193, 0.35);
	outline-offset: 3px;
}

.hp-cs-button:hover {
	transform: translateY(-1px);
}

.hp-cs-button--primary {
	background: var(--hp-cs-primary);
	color: var(--hp-cs-white);
}

.hp-cs-button--secondary {
	background: var(--hp-cs-white);
	color: var(--hp-cs-primary);
}

.hp-cs-hero__image,
.hp-cs-media-fallback,
.hp-cs-card__image,
.hp-cs-gallery__item {
	background: #eaf4fb;
	border-radius: 22px;
	box-shadow: var(--hp-cs-shadow);
	overflow: hidden;
	position: relative;
}

.hp-cs-hero__image img,
.hp-cs-media-fallback img,
.hp-cs-card__image img,
.hp-cs-gallery__item img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hp-cs-hero__image {
	aspect-ratio: 4 / 3;
}

.case-study-protected {
	-webkit-user-drag: none;
	position: relative;
	user-select: none;
}

.case-study-protected img {
	pointer-events: none;
}

.case-study-protected::after {
	background: transparent;
	content: "";
	inset: 0;
	position: absolute;
	z-index: 2;
}

.case-study-protected[data-watermark]::before {
	bottom: 12px;
	color: rgba(255, 255, 255, 0.78);
	content: attr(data-watermark);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	position: absolute;
	right: 14px;
	text-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
	text-transform: uppercase;
	z-index: 3;
}

.hp-cs-snapshot {
	padding-top: 38px;
}

.hp-cs-snapshot__grid,
.hp-cs-metric-grid,
.hp-cs-feature-grid,
.hp-cs-card-grid {
	display: grid;
	gap: 18px;
}

.hp-cs-snapshot__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hp-cs-snapshot-card,
.hp-cs-rich-card,
.hp-cs-feature-card,
.hp-cs-metric-card,
.hp-cs-card,
.hp-cs-testimonial,
.hp-cs-cta,
.hp-cs-faq__item {
	background: var(--hp-cs-white);
	border: 1px solid var(--hp-cs-border);
	border-radius: 18px;
	box-shadow: var(--hp-cs-shadow);
}

.hp-cs-snapshot-card {
	align-items: center;
	display: flex;
	gap: 14px;
	padding: 18px;
}

.hp-cs-icon {
	align-items: center;
	background: linear-gradient(135deg, var(--hp-cs-primary), var(--hp-cs-secondary));
	border-radius: 14px;
	color: var(--hp-cs-white);
	display: inline-flex;
	flex: 0 0 46px;
	font-size: 13px;
	font-weight: 800;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.hp-cs-icon svg {
	height: 24px;
	width: 24px;
}

.hp-cs-snapshot-card span,
.hp-cs-timeline__content span {
	color: var(--hp-cs-muted);
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.hp-cs-snapshot-card strong {
	color: var(--hp-cs-dark);
	display: block;
	font-size: 17px;
	line-height: 1.35;
}

.hp-cs-two-column {
	align-items: start;
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
}

.hp-cs-two-column .hp-cs-section-heading {
	margin: 0;
	text-align: left;
}

.hp-cs-rich-card {
	padding: 30px;
}

.hp-cs-check-list {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
}

.hp-cs-check-list li {
	padding-left: 30px;
	position: relative;
}

.hp-cs-check-list li::before {
	background: var(--hp-cs-secondary);
	border-radius: 50%;
	color: var(--hp-cs-white);
	content: "";
	height: 10px;
	left: 4px;
	position: absolute;
	top: 0.62em;
	width: 10px;
}

.hp-cs-timeline {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	position: relative;
}

.hp-cs-timeline__item {
	background: var(--hp-cs-white);
	border: 1px solid var(--hp-cs-border);
	border-radius: 18px;
	padding: 20px;
}

.hp-cs-timeline__marker {
	margin-bottom: 14px;
}

.hp-cs-timeline__content h3,
.hp-cs-feature-card h3,
.hp-cs-metric-card h3,
.hp-cs-card h3 {
	color: var(--hp-cs-dark);
	font-size: 20px;
	line-height: 1.3;
	margin: 0 0 8px;
}

.hp-cs-timeline__content p {
	color: var(--hp-cs-muted);
	line-height: 1.65;
	margin: 0;
}

.hp-cs-before-after {
	--position: 50%;
	aspect-ratio: 16 / 9;
	background: #dcecf6;
	border-radius: 22px;
	box-shadow: var(--hp-cs-shadow);
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
	position: relative;
}

.hp-cs-before-after__image {
	inset: 0;
	position: absolute;
}

.hp-cs-before-after__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hp-cs-before-after__image--before {
	clip-path: inset(0 calc(100% - var(--position)) 0 0);
	z-index: 1;
}

.hp-cs-before-after__image span {
	background: rgba(0, 94, 158, 0.86);
	border-radius: 999px;
	color: var(--hp-cs-white);
	font-size: 13px;
	font-weight: 800;
	left: 18px;
	padding: 7px 12px;
	position: absolute;
	top: 18px;
	z-index: 4;
}

.hp-cs-before-after__image--after span {
	left: auto;
	right: 18px;
}

.hp-cs-before-after__handle {
	background: var(--hp-cs-white);
	border: 3px solid var(--hp-cs-primary);
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
	cursor: ew-resize;
	height: 48px;
	left: var(--position);
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 48px;
	z-index: 5;
}

.hp-cs-before-after__handle::before {
	background: var(--hp-cs-primary);
	content: "";
	height: 999px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 3px;
}

.hp-cs-before-after__range {
	cursor: ew-resize;
	height: 100%;
	inset: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	z-index: 6;
}

.hp-cs-media-fallback {
	margin: 0 auto;
	max-width: 860px;
}

.hp-cs-media-fallback p {
	background: var(--hp-cs-white);
	margin: 0;
	padding: 14px 18px;
}

.hp-cs-metric-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hp-cs-feature-grid,
.hp-cs-card-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hp-cs-metric-card,
.hp-cs-feature-card {
	padding: 24px;
}

.hp-cs-metric-card strong {
	color: var(--hp-cs-primary);
	display: block;
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1;
	margin: 18px 0 10px;
}

.hp-cs-gallery {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hp-cs-gallery__item {
	aspect-ratio: 4 / 3;
	margin: 0;
}

.hp-cs-gallery__item figcaption,
.hp-cs-gallery__item span {
	background: rgba(255, 255, 255, 0.94);
	border-radius: 999px;
	bottom: 12px;
	color: var(--hp-cs-dark);
	font-size: 13px;
	font-weight: 700;
	left: 12px;
	max-width: calc(100% - 24px);
	padding: 8px 12px;
	position: absolute;
	z-index: 4;
}

.hp-cs-gallery__item span {
	bottom: auto;
	color: var(--hp-cs-primary);
	top: 12px;
}

.hp-cs-testimonial {
	margin: 0;
	padding: 36px;
}

.hp-cs-testimonial blockquote {
	border: 0;
	color: var(--hp-cs-dark);
	font-size: clamp(24px, 3vw, 36px);
	font-weight: 700;
	line-height: 1.32;
	margin: 0 0 28px;
	padding: 0;
}

.hp-cs-testimonial figcaption {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.hp-cs-testimonial figcaption > img {
	border-radius: 50%;
	height: 64px;
	object-fit: cover;
	width: 64px;
}

.hp-cs-testimonial strong,
.hp-cs-testimonial em {
	display: block;
}

.hp-cs-testimonial em {
	color: var(--hp-cs-muted);
	font-style: normal;
}

.hp-cs-testimonial__logo {
	margin-left: auto;
}

.hp-cs-testimonial__logo img {
	max-height: 54px;
	object-fit: contain;
	width: auto;
}

.hp-cs-card {
	overflow: hidden;
}

.hp-cs-card__image {
	aspect-ratio: 4 / 3;
	border-radius: 0;
	box-shadow: none;
	display: block;
}

.hp-cs-card__body {
	padding: 22px;
}

.hp-cs-card h3 a,
.hp-cs-text-link {
	color: var(--hp-cs-primary);
	text-decoration: none;
}

.hp-cs-text-link {
	font-weight: 800;
}

.hp-cs-faq {
	display: grid;
	gap: 12px;
}

.hp-cs-faq__item {
	box-shadow: none;
	overflow: hidden;
}

.hp-cs-faq__item h3 {
	margin: 0;
}

.hp-cs-faq button {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--hp-cs-dark);
	cursor: pointer;
	display: flex;
	font-size: 18px;
	font-weight: 800;
	justify-content: space-between;
	padding: 20px;
	text-align: left;
	width: 100%;
}

.hp-cs-faq button span {
	border-bottom: 2px solid var(--hp-cs-primary);
	border-right: 2px solid var(--hp-cs-primary);
	height: 10px;
	transform: rotate(45deg);
	transition: transform 0.2s ease;
	width: 10px;
}

.hp-cs-faq button[aria-expanded="true"] span {
	transform: rotate(225deg);
}

.hp-cs-faq__panel {
	color: var(--hp-cs-muted);
	line-height: 1.7;
	padding: 0 20px 20px;
}

.hp-cs-faq__panel p {
	margin: 0;
}

.hp-cs-cta {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(0, 94, 158, 0.94), rgba(0, 120, 193, 0.92)),
		var(--hp-cs-primary);
	color: var(--hp-cs-white);
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 38px;
}

.hp-cs-cta h2,
.hp-cs-cta p,
.hp-cs-cta a {
	color: var(--hp-cs-white);
}

.hp-cs-cta h2 {
	font-size: clamp(28px, 4vw, 42px);
	line-height: 1.15;
	margin: 0 0 10px;
}

.hp-cs-cta .hp-cs-button--secondary {
	color: var(--hp-cs-primary);
}

.hp-cs-cta__contact {
	margin-top: 16px;
}

.hp-cs-archive-hero {
	text-align: center;
}

.hp-cs-archive-hero h1,
.hp-cs-archive-hero p {
	margin-left: auto;
	margin-right: auto;
}

.hp-cs-empty {
	background: var(--hp-cs-white);
	border-radius: 18px;
	padding: 36px;
	text-align: center;
}

.hp-cs-showcase-hero {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(245, 249, 252, 0.96)),
		radial-gradient(circle at 86% 12%, rgba(0, 120, 193, 0.18), transparent 32%);
	padding: 72px 0;
}

.hp-cs-showcase-hero__grid {
	align-items: center;
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.86fr);
}

.hp-cs-showcase-hero h1 {
	color: var(--hp-cs-dark);
	font-size: clamp(38px, 5vw, 62px);
	line-height: 1.04;
	margin: 18px 0;
	max-width: 760px;
}

.hp-cs-showcase-hero p {
	color: var(--hp-cs-muted);
	font-size: 18px;
	line-height: 1.7;
	margin: 0;
	max-width: 720px;
}

.hp-cs-trust-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.hp-cs-trust-badges span {
	background: var(--hp-cs-white);
	border: 1px solid var(--hp-cs-border);
	border-radius: 999px;
	color: var(--hp-cs-primary);
	font-size: 13px;
	font-weight: 800;
	padding: 8px 12px;
}

.hp-cs-hero-collage {
	display: grid;
	gap: 14px;
	grid-template-columns: 1.2fr 0.8fr;
	grid-template-rows: repeat(2, 170px);
}

.hp-cs-hero-collage img {
	border-radius: 22px;
	box-shadow: var(--hp-cs-shadow);
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hp-cs-hero-collage img:first-child {
	grid-row: 1 / span 2;
}

.hp-cs-filter-section {
	background: var(--hp-cs-white);
	border-bottom: 1px solid var(--hp-cs-border);
	border-top: 1px solid var(--hp-cs-border);
	padding: 22px 0;
	position: sticky;
	top: 0;
	z-index: 20;
}

.hp-cs-filters {
	align-items: end;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(220px, 1.5fr) repeat(5, minmax(130px, 1fr)) auto;
}

.hp-cs-filters label {
	display: grid;
	gap: 6px;
	margin: 0;
}

.hp-cs-filters span {
	color: var(--hp-cs-dark);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.hp-cs-filters input,
.hp-cs-filters select {
	background: var(--hp-cs-soft);
	border: 1px solid var(--hp-cs-border);
	border-radius: 12px;
	color: var(--hp-cs-dark);
	min-height: 44px;
	padding: 10px 12px;
	width: 100%;
}

.hp-cs-filter-reset,
.hp-cs-load-more,
.hp-cs-expand-button {
	background: var(--hp-cs-primary);
	border: 2px solid var(--hp-cs-primary);
	border-radius: 999px;
	color: var(--hp-cs-white);
	cursor: pointer;
	font-weight: 800;
	min-height: 44px;
	padding: 10px 18px;
}

.hp-cs-filter-reset {
	background: var(--hp-cs-white);
	color: var(--hp-cs-primary);
}

.hp-cs-featured-showcase {
	background: var(--hp-cs-soft);
}

.hp-cs-showcase-list-section {
	background: var(--hp-cs-white);
}

.hp-cs-showcase-list {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hp-cs-showcase-item {
	scroll-margin-top: 120px;
}

.hp-cs-showcase-item[hidden],
.hp-cs-showcase-item.is-hidden-by-load {
	display: none;
}

.hp-cs-showcase-item.is-expanded,
.hp-cs-showcase-item--featured {
	grid-column: 1 / -1;
}

.hp-cs-showcase-card {
	background: var(--hp-cs-white);
	border: 1px solid var(--hp-cs-border);
	border-radius: 22px;
	box-shadow: var(--hp-cs-shadow);
	display: grid;
	gap: 0;
	grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
	overflow: hidden;
}

.hp-cs-showcase-item:not(.hp-cs-showcase-item--featured):not(.is-expanded) .hp-cs-showcase-card {
	grid-template-columns: 1fr;
}

.hp-cs-showcase-card__image {
	aspect-ratio: 4 / 3;
	background: #eaf4fb;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}

.hp-cs-showcase-card__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.hp-cs-showcase-card__body {
	align-content: center;
	display: grid;
	gap: 16px;
	padding: 28px;
}

.hp-cs-showcase-card__body h2,
.hp-cs-showcase-card__body h3 {
	color: var(--hp-cs-dark);
	font-size: clamp(24px, 3vw, 38px);
	line-height: 1.14;
	margin: 0;
}

.hp-cs-showcase-item:not(.hp-cs-showcase-item--featured):not(.is-expanded) .hp-cs-showcase-card__body h3 {
	font-size: 24px;
}

.hp-cs-showcase-card__body p {
	color: var(--hp-cs-muted);
	line-height: 1.7;
	margin: 0;
}

.hp-cs-mini-results {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.hp-cs-mini-results span {
	background: var(--hp-cs-soft);
	border: 1px solid var(--hp-cs-border);
	border-radius: 12px;
	color: var(--hp-cs-muted);
	font-size: 14px;
	padding: 9px 11px;
}

.hp-cs-mini-results strong {
	color: var(--hp-cs-primary);
}

.hp-cs-showcase-details {
	background: var(--hp-cs-white);
	border: 1px solid var(--hp-cs-border);
	border-radius: 22px;
	box-shadow: var(--hp-cs-shadow);
	margin-top: 18px;
	overflow: hidden;
	padding: 10px 0;
}

.hp-cs-showcase-details[hidden] {
	display: none;
}

.hp-cs-showcase-details .hp-cs-section {
	background: transparent;
	padding: 38px 0;
}

.hp-cs-showcase-details .hp-cs-container {
	max-width: none;
	padding-left: 28px;
	padding-right: 28px;
}

.hp-cs-showcase-details .hp-cs-section-heading h2 {
	font-size: clamp(24px, 3vw, 34px);
}

.hp-cs-showcase-details .hp-cs-snapshot {
	padding-top: 28px;
}

.hp-cs-load-more-wrap {
	margin-top: 30px;
	text-align: center;
}

.hp-cs-load-more[hidden] {
	display: none;
}

.hp-cs-no-results {
	background: var(--hp-cs-soft);
	border: 1px solid var(--hp-cs-border);
	border-radius: 18px;
	color: var(--hp-cs-muted);
	margin: 24px 0 0;
	padding: 22px;
	text-align: center;
}

@media (max-width: 1024px) {
	.hp-cs-section {
		padding: 52px 0;
	}

	.hp-cs-hero__grid,
	.hp-cs-showcase-hero__grid,
	.hp-cs-two-column,
	.hp-cs-cta,
	.hp-cs-showcase-card {
		grid-template-columns: 1fr;
	}

	.hp-cs-snapshot__grid,
	.hp-cs-metric-grid,
	.hp-cs-feature-grid,
	.hp-cs-card-grid,
	.hp-cs-gallery,
	.hp-cs-timeline,
	.hp-cs-showcase-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hp-cs-filters {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.hp-cs-cta {
		text-align: center;
	}

	.hp-cs-cta .hp-cs-actions {
		justify-content: center;
	}
}

@media (max-width: 640px) {
	.hp-cs-container {
		padding: 0 16px;
	}

	.hp-cs-section,
	.hp-cs-hero,
	.hp-cs-archive-hero,
	.hp-cs-showcase-hero {
		padding: 38px 0;
	}

	.hp-cs-hero h1,
	.hp-cs-archive-hero h1,
	.hp-cs-showcase-hero h1 {
		font-size: 34px;
	}

	.hp-cs-snapshot__grid,
	.hp-cs-metric-grid,
	.hp-cs-feature-grid,
	.hp-cs-card-grid,
	.hp-cs-gallery,
	.hp-cs-timeline,
	.hp-cs-showcase-list,
	.hp-cs-filters {
		grid-template-columns: 1fr;
	}

	.hp-cs-actions,
	.hp-cs-button {
		width: 100%;
	}

	.hp-cs-button {
		padding-left: 18px;
		padding-right: 18px;
	}

	.hp-cs-rich-card,
	.hp-cs-testimonial,
	.hp-cs-cta {
		padding: 24px;
	}

	.hp-cs-before-after {
		aspect-ratio: 4 / 3;
	}

	.hp-cs-before-after__handle {
		height: 42px;
		width: 42px;
	}

	.hp-cs-gallery__item {
		aspect-ratio: 1 / 1;
	}

	.hp-cs-filter-section {
		position: static;
	}

	.hp-cs-hero-collage {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 180px 120px;
	}

	.hp-cs-hero-collage img:first-child {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.hp-cs-showcase-card__body,
	.hp-cs-showcase-details .hp-cs-container {
		padding-left: 18px;
		padding-right: 18px;
	}

	.hp-cs-expand-button,
	.hp-cs-filter-reset,
	.hp-cs-load-more {
		width: 100%;
	}

	.hp-cs-testimonial__logo {
		margin-left: 0;
	}
}
