
	.case.svelte-9hm5jc {
		position: relative;
	}
	/* halftone dots behind the case hero (the piece's own art), fading down */
	.case-ascii.svelte-9hm5jc {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: min(900px, 82vh);
		z-index: 0;
		overflow: hidden;
		pointer-events: none;
	}
	.case.svelte-9hm5jc > :where(.svelte-9hm5jc):not(.case-ascii) {
		position: relative;
		z-index: 1;
	}
	.case-hero.svelte-9hm5jc {
		padding-top: 7rem;
		padding-bottom: clamp(2rem, 5vw, 4rem);
	}
	.back.svelte-9hm5jc {
		display: inline-block;
		margin-bottom: 2rem;
		color: var(--color-bone-dim);
		text-decoration: none;
		font-weight: 600;
		font-size: 0.9rem;
	}
	.back.svelte-9hm5jc:hover {
		color: var(--color-acid);
	}
	.hero-grid.svelte-9hm5jc {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: clamp(2rem, 5vw, 4rem);
		align-items: center;
	}
	.cat.svelte-9hm5jc {
		display: inline-block;
		font-family: var(--font-body);
		font-weight: 700;
		font-size: 0.72rem;
		text-transform: uppercase;
		letter-spacing: 0.18em;
		color: var(--ac);
		margin-bottom: 1rem;
	}
	.hero-text.svelte-9hm5jc h1:where(.svelte-9hm5jc) {
		font-size: clamp(2.6rem, 8vw, 6rem);
		margin: 0 0 1rem;
		line-height: 0.9;
	}
	/* the lead sits in a row so a sticker can sit beside it, baseline-ish aligned
	   with the last line; the row owns the bottom margin the lead used to carry */
	.lead-row.svelte-9hm5jc {
		display: flex;
		align-items: flex-end;
		gap: clamp(0.9rem, 2vw, 1.75rem);
		flex-wrap: wrap;
		margin: 0 0 2rem;
	}
	.lead.svelte-9hm5jc {
		font-size: clamp(1.1rem, 2vw, 1.5rem);
		color: var(--color-bone-dim);
		max-width: 30ch;
		margin: 0;
	}

	/* ---- "please hire me" sticker (Industry case page) ---- */
	.sticker.svelte-9hm5jc {
		position: relative;
		flex: none;
		display: block;
		width: clamp(92px, 11vw, 132px);
		padding: 5px;
		border-radius: 16px;
		background: #fff;
		/* the die-cut lip + a shadow that lifts it off the dark page */
		box-shadow:
			0 16px 34px -14px rgba(0, 0, 0, 0.9),
			0 0 0 1px rgba(0, 0, 0, 0.35);
		rotate: -7deg;
		transform-origin: bottom center;
		transition:
			rotate 0.35s var(--ease-out-expo),
			scale 0.35s var(--ease-out-expo),
			box-shadow 0.35s var(--ease-out-expo);
	}
	.sticker.svelte-9hm5jc img:where(.svelte-9hm5jc) {
		display: block;
		width: 100%;
		height: auto;
		border-radius: 12px;
	}
	/* wobble lives on an inner layer so it never fights the hover transform above */
	.sticker-fx.svelte-9hm5jc {
		display: block;
		animation: svelte-9hm5jc-sticker-wobble 4.5s ease-in-out infinite;
		transform-origin: bottom center;
	}
	@keyframes svelte-9hm5jc-sticker-wobble {
		0%,
		100% {
			rotate: 0deg;
		}
		50% {
			rotate: 4deg;
		}
	}
	.sticker.svelte-9hm5jc:hover,
	.sticker.svelte-9hm5jc:focus-visible {
		rotate: 0deg;
		scale: 1.07;
		box-shadow:
			0 22px 44px -14px rgba(0, 0, 0, 0.95),
			0 0 0 2px var(--ac);
	}
	.sticker.svelte-9hm5jc:hover .sticker-fx:where(.svelte-9hm5jc),
	.sticker.svelte-9hm5jc:focus-visible .sticker-fx:where(.svelte-9hm5jc) {
		animation-play-state: paused;
	}
	.sticker-note.svelte-9hm5jc {
		position: absolute;
		left: 50%;
		bottom: -0.7rem;
		translate: -50% 6px;
		padding: 0.28rem 0.55rem;
		border-radius: 99px;
		background: var(--ac);
		color: var(--color-ink);
		font-family: var(--font-body);
		font-weight: 800;
		font-size: 0.56rem;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		white-space: nowrap;
		opacity: 0;
		pointer-events: none;
		transition:
			opacity 0.3s var(--ease-out-expo),
			translate 0.3s var(--ease-out-expo);
	}
	.sticker.svelte-9hm5jc:hover .sticker-note:where(.svelte-9hm5jc),
	.sticker.svelte-9hm5jc:focus-visible .sticker-note:where(.svelte-9hm5jc) {
		opacity: 1;
		translate: -50% 0;
	}
	.facts.svelte-9hm5jc {
		display: flex;
		flex-wrap: wrap;
		gap: 1.5rem 2.5rem;
		margin: 0;
	}
	.facts.svelte-9hm5jc dt:where(.svelte-9hm5jc) {
		font-size: 0.7rem;
		text-transform: uppercase;
		letter-spacing: 0.12em;
		color: var(--color-bone-dim);
		margin-bottom: 0.3rem;
	}
	.facts.svelte-9hm5jc dd:where(.svelte-9hm5jc) {
		margin: 0;
		font-family: var(--font-display);
		font-weight: 600;
		font-size: 1.2rem;
	}
	.hero-art.svelte-9hm5jc {
		border-radius: 16px;
		overflow: hidden;
		border: 1px solid var(--color-line);
		box-shadow: 0 40px 80px -40px #000;
		max-width: 460px;
		justify-self: center;
		width: 100%;
	}

	.block.svelte-9hm5jc {
		padding-block: clamp(3rem, 7vw, 6rem);
		border-top: 1px solid var(--color-line);
	}
	.two.svelte-9hm5jc {
		display: grid;
		grid-template-columns: 1.2fr 1fr;
		gap: clamp(2rem, 5vw, 4rem);
	}
	.big.svelte-9hm5jc {
		font-family: var(--font-display);
		font-weight: 500;
		font-size: clamp(1.4rem, 3vw, 2.4rem);
		line-height: 1.25;
		letter-spacing: -0.02em;
		margin: 1rem 0 0;
		text-wrap: balance;
	}
	.cols.svelte-9hm5jc {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
	}
	.cols.svelte-9hm5jc h4:where(.svelte-9hm5jc) {
		font-size: 1rem;
		margin: 0 0 0.8rem;
		color: var(--color-acid);
	}
	.cols.svelte-9hm5jc ul:where(.svelte-9hm5jc) {
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		gap: 0.5rem;
	}
	.cols.svelte-9hm5jc li:where(.svelte-9hm5jc) {
		color: var(--color-bone-dim);
		font-size: 0.95rem;
		padding-left: 1rem;
		position: relative;
	}
	.cols.svelte-9hm5jc li:where(.svelte-9hm5jc)::before {
		content: '';
		position: absolute;
		left: 0;
		top: 0.55em;
		width: 5px;
		height: 5px;
		border-radius: 99px;
		background: var(--color-acid);
	}

	.showpiece.svelte-9hm5jc {
		padding-block: clamp(2rem, 5vw, 4rem);
		display: grid;
		grid-template-columns: 1.6fr 1fr;
		gap: clamp(2rem, 5vw, 4rem);
		align-items: center;
	}
	.showpiece.svelte-9hm5jc:has(.showpiece-art.wide:where(.svelte-9hm5jc)) {
		grid-template-columns: 1fr;
	}
	.showpiece-art.svelte-9hm5jc {
		border-radius: 16px;
		overflow: hidden;
		border: 1px solid var(--color-line);
		max-width: 560px;
	}
	.showpiece-art.wide.svelte-9hm5jc {
		max-width: 100%;
	}
	.tracks.svelte-9hm5jc ol:where(.svelte-9hm5jc) {
		list-style: none;
		margin: 1rem 0 0;
		padding: 0;
	}
	.tracks.svelte-9hm5jc li:where(.svelte-9hm5jc) {
		display: flex;
		gap: 1rem;
		padding: 0.7rem 0;
		border-bottom: 1px solid var(--color-line);
		font-size: 1.05rem;
	}
	.tracks.svelte-9hm5jc li:where(.svelte-9hm5jc) span:where(.svelte-9hm5jc) {
		color: var(--color-acid);
		font-family: var(--font-display);
		font-weight: 600;
	}

	.next.svelte-9hm5jc {
		padding-block: clamp(3rem, 7vw, 6rem);
		border-top: 1px solid var(--color-line);
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
		align-items: center;
	}
	.cta.svelte-9hm5jc h2:where(.svelte-9hm5jc) {
		font-size: clamp(2rem, 5vw, 3.5rem);
		margin: 0 0 1.5rem;
	}
	.hire.svelte-9hm5jc {
		background: var(--color-acid);
		color: var(--color-ink);
		border: 0;
		font-family: var(--font-body);
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 0.04em;
		padding: 1rem 1.6rem;
		border-radius: 99px;
		font-size: 1rem;
	}
	.next-link.svelte-9hm5jc {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas: 'nx art' 'title art';
		align-items: center;
		gap: 0.3rem 1.5rem;
		text-decoration: none;
		color: var(--color-bone);
		border: 1px solid var(--color-line);
		border-radius: 16px;
		padding: 1.5rem;
		transition: border-color 0.3s, background 0.3s;
	}
	.next-link.svelte-9hm5jc:hover {
		border-color: var(--color-acid);
		background: var(--color-ink-2);
	}
	.nx.svelte-9hm5jc {
		grid-area: nx;
		font-size: 0.72rem;
		text-transform: uppercase;
		letter-spacing: 0.14em;
		color: var(--color-bone-dim);
	}
	.nx-title.svelte-9hm5jc {
		grid-area: title;
		font-family: var(--font-display);
		font-weight: 600;
		font-size: clamp(1.4rem, 3vw, 2.2rem);
		line-height: 1;
	}
	.next-link.svelte-9hm5jc:hover .nx-title:where(.svelte-9hm5jc) {
		color: var(--color-acid);
	}
	.nx-art.svelte-9hm5jc {
		grid-area: art;
		width: 96px;
		border-radius: 10px;
		overflow: hidden;
	}

	@media (max-width: 860px) {
		.hero-grid.svelte-9hm5jc,
		.two.svelte-9hm5jc,
		.showpiece.svelte-9hm5jc,
		.next.svelte-9hm5jc {
			grid-template-columns: 1fr;
		}
		.cols.svelte-9hm5jc {
			grid-template-columns: 1fr 1fr;
		}
		.hero-art.svelte-9hm5jc {
			max-width: 360px;
			justify-self: start;
		}
		/* wrapped under the lead now — clear the section gutter, since the tilt
		   swings the sticker's bounding box out past its own left edge */
		.sticker.svelte-9hm5jc {
			margin-left: 0.5rem;
		}
	}

	/* 3D scroll-reveal gallery — each piece rotates up into view with its details */
	.showpiece.has-gallery.svelte-9hm5jc {
		display: block;
		grid-template-columns: 1fr;
	}
	.gallery3d.svelte-9hm5jc {
		perspective: 1500px;
		display: flex;
		flex-direction: column;
		gap: clamp(3.5rem, 9vw, 8rem);
		width: 100%;
	}
	.g3d-item.svelte-9hm5jc {
		display: grid;
		grid-template-columns: 1.5fr 1fr;
		gap: clamp(1.5rem, 5vw, 4rem);
		align-items: center;
		transform-style: preserve-3d;
		margin: 0;
	}
	.g3d-item.svelte-9hm5jc:nth-child(even) {
		grid-template-columns: 1fr 1.5fr;
	}
	.g3d-item.svelte-9hm5jc:nth-child(even) .g3d-frame:where(.svelte-9hm5jc) {
		order: 2;
	}
	.g3d-frame.svelte-9hm5jc {
		border-radius: 16px;
		overflow: hidden;
		border: 1px solid var(--color-line);
		background: var(--color-ink-2);
		box-shadow: 0 50px 90px -50px rgba(0, 0, 0, 0.95);
		will-change: transform, opacity;
		transition: box-shadow 0.4s;
	}
	.g3d-frame.svelte-9hm5jc:hover {
		box-shadow: 0 60px 110px -40px rgba(0, 0, 0, 0.98);
	}
	.g3d-frame.svelte-9hm5jc img:where(.svelte-9hm5jc) {
		display: block;
		width: 100%;
		height: auto;
	}
	.g3d-meta.svelte-9hm5jc {
		display: flex;
		flex-direction: column;
		gap: 0.7rem;
		align-items: flex-start;
	}
	.g3d-item.svelte-9hm5jc:nth-child(even) .g3d-meta:where(.svelte-9hm5jc) {
		align-items: flex-end;
		text-align: right;
	}
	.g3d-n.svelte-9hm5jc {
		font-family: var(--font-body);
		font-weight: 700;
		font-size: 0.72rem;
		letter-spacing: 0.18em;
		color: var(--ac);
	}
	.g3d-meta.svelte-9hm5jc h3:where(.svelte-9hm5jc) {
		font-family: var(--font-display);
		font-weight: 600;
		font-size: clamp(1.5rem, 3.4vw, 2.6rem);
		line-height: 1.02;
		letter-spacing: -0.02em;
		margin: 0;
		text-wrap: balance;
	}
	.g3d-artist.svelte-9hm5jc {
		margin: 0;
		color: var(--color-bone-dim);
		font-size: 1rem;
	}
	.g3d-tags.svelte-9hm5jc {
		display: flex;
		gap: 0.5rem;
		margin-top: 0.3rem;
	}
	.g3d-tag.svelte-9hm5jc {
		font-family: var(--font-body);
		font-weight: 700;
		font-size: 0.68rem;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		padding: 0.35rem 0.75rem;
		border-radius: 99px;
		border: 1px solid var(--color-line);
		color: var(--color-bone);
	}
	.g3d-tag.muted.svelte-9hm5jc {
		color: var(--color-bone-dim);
	}
	@media (max-width: 720px) {
		.g3d-item.svelte-9hm5jc,
		.g3d-item.svelte-9hm5jc:nth-child(even) {
			grid-template-columns: 1fr;
			gap: 1.2rem;
		}
		.g3d-item.svelte-9hm5jc:nth-child(even) .g3d-frame:where(.svelte-9hm5jc) {
			order: 0;
		}
		.g3d-item.svelte-9hm5jc:nth-child(even) .g3d-meta:where(.svelte-9hm5jc) {
			align-items: flex-start;
			text-align: left;
		}
	}
	.sp-cover.svelte-9hm5jc {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	.sp-chip.svelte-9hm5jc {
		position: absolute;
		left: 10px;
		bottom: 10px;
		display: inline-flex;
		align-items: center;
		gap: 0.35rem;
		font-family: var(--font-body);
		font-weight: 700;
		font-size: 0.72rem;
		letter-spacing: 0.02em;
		color: #000;
		background: #1db954;
		padding: 6px 11px;
		border-radius: 99px;
		opacity: 0;
		transform: translateY(8px);
		transition: opacity 0.3s, transform 0.3s var(--ease-out-expo);
	}
	.sp-cover.svelte-9hm5jc:hover .sp-chip:where(.svelte-9hm5jc),
	.sp-cover.svelte-9hm5jc:focus-visible .sp-chip:where(.svelte-9hm5jc) {
		opacity: 1;
		transform: translateY(0);
	}
