.vcs-showcase-root {
	box-sizing: border-box;
}

.vcs-showcase-root *,
.vcs-showcase-root *::before,
.vcs-showcase-root *::after {
	box-sizing: inherit;
}

.vcs-showcase-container {
	padding-top: 1.5rem;
	padding-bottom: 3.75rem;
}

.vcs-showcase-work-header {
	margin-bottom: 2rem;
}

.vcs-showcase-archive-header {
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
	padding: clamp(1.5rem, 4vw, 3rem);
	border-radius: 1rem;
	background: #fff;
}

.vcs-showcase-archive-header::after {
	position: absolute;
	top: -5rem;
	right: -4rem;
	width: 14rem;
	height: 14rem;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(40, 114, 250, 0.13), rgba(40, 114, 250, 0));
	content: "";
	pointer-events: none;
}

.vcs-showcase-archive-meta {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin-bottom: clamp(2rem, 6vw, 4.5rem);
}

.vcs-showcase-eyebrow,
.vcs-showcase-count {
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.vcs-showcase-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: #1559ed;
}

.vcs-showcase-eyebrow > span {
	width: 0.45rem;
	height: 0.45rem;
	border-radius: 50%;
	background: #2872fa;
	box-shadow: 0 0 0 0.3rem rgba(40, 114, 250, 0.12);
}

.vcs-showcase-count {
	color: #6f7682;
	letter-spacing: 0;
}

.vcs-showcase-archive-copy {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(16rem, 0.75fr);
	align-items: end;
	gap: 2rem;
}

.vcs-showcase-title {
	margin-top: 0;
}

.vcs-showcase-archive .vcs-showcase-title {
	margin-bottom: 0;
	font-size: clamp(2rem, 5vw, 3.75rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.035em;
}

.vcs-showcase-description,
.vcs-showcase-lead {
	max-width: 48rem;
	font-size: 1.08em;
}

.vcs-showcase-description {
	color: #5d626c;
	line-height: 1.65;
}

.vcs-showcase-description > :last-child {
	margin-bottom: 0;
}

.vcs-showcase-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.vcs-showcase-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	margin: 0;
	border: 0;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 0 0 1px rgba(23, 31, 45, 0.035);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.vcs-showcase-card:hover,
.vcs-showcase-card:focus-within {
	transform: translateY(-0.25rem);
	box-shadow: 0 0.75rem 2rem rgba(23, 31, 45, 0.09);
}

.vcs-showcase-card-image {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #eef2f8;
}

.vcs-showcase-card-live-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 300%;
	min-height: 300%;
	transform: scale(0.333333);
	transform-origin: top left;
	pointer-events: none;
	user-select: none;
}

.vcs-showcase-card-live-content a,
.vcs-showcase-card-live-content button,
.vcs-showcase-card-live-content details,
.vcs-showcase-card-live-content summary {
	pointer-events: none;
}

.vcs-showcase-card-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 280ms ease;
}

.vcs-showcase-card:hover .vcs-showcase-card-image img,
.vcs-showcase-card:focus-within .vcs-showcase-card-image img {
	transform: scale(1.025);
}

.vcs-showcase-card-placeholder {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 1.5rem;
	background:
		linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
		linear-gradient(145deg, #17233c, #245fcc 68%, #74a3ff);
	background-size: 2rem 2rem, 2rem 2rem, auto;
	color: #fff;
}

.vcs-showcase-card-placeholder::after {
	position: absolute;
	right: -18%;
	bottom: -32%;
	width: 75%;
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 50%;
	box-shadow: 0 0 0 2rem rgba(255, 255, 255, 0.04), 0 0 0 4rem rgba(255, 255, 255, 0.025);
	content: "";
}

.vcs-showcase-card-placeholder-mark {
	position: relative;
	z-index: 1;
	font-size: clamp(3rem, 6vw, 5rem);
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.08em;
}

.vcs-showcase-card-placeholder-label {
	position: relative;
	z-index: 1;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.12em;
}

.vcs-showcase-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.5rem;
}

.vcs-showcase-card-title {
	margin: 0 0 0.75rem;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.2;
}

.vcs-showcase-card-title a {
	color: #000;
}

.vcs-showcase-card-title a:hover,
.vcs-showcase-card-title a:focus {
	color: #1559ed;
}

.vcs-showcase-card-terms,
.vcs-showcase-work-terms {
	margin-bottom: 0.75rem;
	font-size: 0.75rem;
	font-weight: 500;
}

.vcs-showcase-card-terms,
.vcs-showcase-card-terms a {
	color: #1559ed;
}

.vcs-showcase-card-terms a,
.vcs-showcase-card-terms > span {
	display: inline-flex;
	padding: 0.3rem 0.6rem;
	border-radius: 999px;
	background: rgba(40, 114, 250, 0.09);
}

.vcs-showcase-card-excerpt {
	margin: 0 0 1.5rem;
	color: #555d69;
	font-size: 0.95rem;
	line-height: 1.55;
}

.vcs-showcase-card-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin-top: auto;
	padding-top: 1rem;
	border-top: 1px solid #edf0f4;
}

.vcs-showcase-card-footer time {
	color: #7a818c;
	font-size: 0.75rem;
}

.vcs-showcase-card-link,
.vcs-showcase-back-link {
	display: inline-block;
}

.vcs-showcase-card-link {
	font-size: 0.8rem;
	font-weight: 600;
	color: #1559ed;
}

.vcs-showcase-contact-widget {
	position: fixed;
	right: 4.5rem;
	bottom: 1rem;
	z-index: 20;
	font: inherit;
}

.vcs-showcase-contact-details {
	position: relative;
}

.vcs-showcase-contact-trigger {
	display: grid;
	place-items: center;
	box-sizing: border-box;
	min-width: 0;
	height: 2.5rem;
	padding: 0 0.8rem;
	border: 1px solid rgba(127, 127, 127, 0.35);
	border-radius: 999px;
	background: #17233c;
	box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.16);
	color: #fff;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	list-style: none;
}

.vcs-showcase-contact-trigger::-webkit-details-marker {
	display: none;
}

.vcs-showcase-contact-trigger:focus-visible {
	outline: 2px solid #17233c;
	outline-offset: 3px;
}

.vcs-showcase-contact-details[open] > .vcs-showcase-contact-trigger {
	background: #1559ed;
}

.vcs-showcase-contact {
	position: absolute;
	right: 0;
	bottom: calc(100% + 0.65rem);
	display: grid;
	box-sizing: border-box;
	grid-template-columns: minmax(0, 1fr);
	gap: 2rem;
	align-items: center;
	width: min(30rem, calc(100vw - 5.5rem));
	max-height: calc(100vh - 5rem);
	margin: 0;
	padding: clamp(1.5rem, 4vw, 3rem);
	border-radius: 1rem;
	background: #17233c;
	box-shadow: 0 0.75rem 2.5rem rgba(0, 0, 0, 0.28);
	color: #fff;
	overflow-y: auto;
	overscroll-behavior: contain;
}

.vcs-showcase-contact-details:not([open]) > .vcs-showcase-contact {
	display: none;
}

.vcs-showcase-contact-eyebrow {
	display: block;
	margin-bottom: 0.75rem;
	color: #8db2ff;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.vcs-showcase-contact h2 {
	margin: 0 0 0.65rem;
	color: #fff;
	font-size: clamp(1.55rem, 3vw, 2.5rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: -0.025em;
}

.vcs-showcase-contact-copy p {
	max-width: 38rem;
	margin: 0;
	color: #c4cede;
}

.vcs-showcase-contact-action {
	justify-self: center;
	min-width: 10.5rem;
	text-align: center;
}

.vcs-showcase-contact-button {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 10.5rem;
	min-height: 4rem;
	padding: 0.75rem 1.25rem;
	border: 0;
	border-radius: 999px;
	background: #fff;
	box-shadow: none;
	color: #1559ed;
	cursor: pointer;
	font: inherit;
	transition: transform 160ms ease, background-color 160ms ease, color 160ms ease;
}

.vcs-showcase-contact-button:hover,
.vcs-showcase-contact-button:focus-visible {
	transform: translateY(-0.15rem);
	background: #edf3ff;
}

.vcs-showcase-contact-button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.vcs-showcase-contact-button.is-copied {
	background: #dff7e8;
	color: #176a39;
}

.vcs-showcase-contact-button-label {
	font-size: 0.95rem;
	font-weight: 700;
}

.vcs-showcase-contact-button-hint {
	margin-top: 0.1rem;
	font-size: 0.68rem;
	opacity: 0.72;
}

.vcs-showcase-contact-status {
	min-height: 1.1rem;
	margin: 0.45rem 0 0;
	color: #c4cede;
	font-size: 0.7rem;
}

.vcs-showcase-pagination,
.vcs-showcase-empty {
	margin-top: 2rem;
}

.vcs-showcase-featured-image {
	margin: 1.5rem 0 0;
}

.vcs-showcase-featured-image img {
	display: block;
	max-width: 100%;
	height: auto;
}

.vcs-showcase-preview {
	margin: 2rem 0;
}

.vcs-showcase-content {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	width: 100%;
}

.vcs-showcase-project-intro {
	margin-top: 2.5rem;
}

.vcs-showcase-work-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	align-items: center;
	margin-top: 2.5rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(127, 127, 127, 0.25);
}

.vcs-showcase-back-link {
	margin-left: auto;
}

.vcs-showcase-qr-widget {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 20;
	font: inherit;
}

.vcs-showcase-qr-details {
	position: relative;
}

.vcs-showcase-qr-trigger {
	display: grid;
	place-items: center;
	width: 2.75rem;
	height: 2.75rem;
	padding: 0;
	border: 1px solid rgba(127, 127, 127, 0.35);
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.16);
	color: #111;
	cursor: pointer;
	list-style: none;
}

.vcs-showcase-qr-trigger::-webkit-details-marker {
	display: none;
}

.vcs-showcase-qr-trigger:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.vcs-showcase-qr-icon {
	font-size: 1.5rem;
	line-height: 1;
}

.vcs-showcase-qr-panel {
	position: absolute;
	right: 0;
	bottom: calc(100% + 0.65rem);
	display: none;
	width: 13.75rem;
	padding: 0.65rem;
	border: 1px solid rgba(127, 127, 127, 0.3);
	border-radius: 0.6rem;
	background: #fff;
	box-shadow: 0 0.5rem 1.75rem rgba(0, 0, 0, 0.2);
	color: #111;
	text-align: center;
}

.vcs-showcase-qr-details[open] > .vcs-showcase-qr-panel,
.vcs-showcase-qr-details:hover > .vcs-showcase-qr-panel,
.vcs-showcase-qr-details:focus-within > .vcs-showcase-qr-panel {
	display: block;
}

.vcs-showcase-qr-panel img {
	display: block;
	width: 100%;
	height: auto;
	background: #fff;
}

.vcs-showcase-qr-panel p {
	margin: 0.45rem 0 0;
	font-size: 0.82rem;
	line-height: 1.35;
}

@media (max-width: 64rem) {
	.vcs-showcase-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 40rem) {
	.vcs-showcase-container {
		padding-top: 1.25rem;
	}

	.vcs-showcase-grid {
		grid-template-columns: 1fr;
	}

	.vcs-showcase-archive-header {
		padding: 1.35rem;
	}

	.vcs-showcase-archive-meta,
	.vcs-showcase-archive-copy {
		display: block;
	}

	.vcs-showcase-archive-meta {
		margin-bottom: 2rem;
	}

	.vcs-showcase-count {
		display: block;
		margin-top: 0.75rem;
	}

	.vcs-showcase-description {
		margin-top: 1rem;
		font-size: 1rem;
	}

	.vcs-showcase-contact {
		position: fixed;
		right: 0.75rem;
		bottom: 4.25rem;
		grid-template-columns: 1fr;
		gap: 1.5rem;
		width: calc(100vw - 1.5rem);
		max-height: calc(100vh - 5rem);
	}

	.vcs-showcase-contact-action {
		justify-self: center;
		text-align: center;
	}

	.vcs-showcase-back-link {
		width: 100%;
		margin-left: 0;
	}

	.vcs-showcase-qr-widget {
		right: 0.75rem;
		bottom: 0.75rem;
	}

	.vcs-showcase-contact-widget {
		right: 4.25rem;
		bottom: 0.75rem;
	}
}

@media print {
	.vcs-showcase-contact-widget,
	.vcs-showcase-qr-widget {
		display: none;
	}
}
