/* S39 GPU and HPC. One page-scoped dark system with a single cyan accent. */
.s39-gpu-hpc {
	--s39-bg: #07171e;
	--s39-bg-deep: #051117;
	--s39-panel: #0d252e;
	--s39-panel-soft: #102d37;
	--s39-text: #f2f7f5;
	--s39-muted: #b5cacc;
	--s39-dim: #819da0;
	--s39-line: rgba(157, 217, 224, .28);
	--s39-line-strong: rgba(157, 217, 224, .64);
	--s39-cyan: #69c2cf;
	--s39-cyan-bright: #a5e4e8;
	--s39-ink: #09232d;
	background: var(--s39-bg);
	color: var(--s39-text);
	font-family: inherit;
	line-height: 1.65;
	overflow-x: hidden;
}

.s39-gpu-hpc *,
.s39-gpu-hpc *::before,
.s39-gpu-hpc *::after {
	box-sizing: border-box;
}

.s39-gpu-hpc img {
	display: block;
	max-width: 100%;
}

.s39-gpu-hpc a {
	color: inherit;
}

.s39-gpu-hpc__container {
	width: min(1220px, calc(100% - 48px));
	margin-inline: auto;
}

.s39-gpu-hpc__hero {
	position: relative;
	min-height: min(780px, 78vh);
	isolation: isolate;
	overflow: hidden;
	background: var(--s39-bg-deep);
}

.s39-gpu-hpc__hero-media,
.s39-gpu-hpc__hero-shade {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.s39-gpu-hpc__hero-media {
	z-index: 0;
}

.s39-gpu-hpc__hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 61% 44%;
	filter: saturate(.86) contrast(1.05);
}

.s39-gpu-hpc__hero-shade {
	z-index: 1;
	background: linear-gradient(90deg, rgba(4, 17, 23, .92) 0%, rgba(4, 17, 23, .72) 34%, rgba(4, 17, 23, .2) 72%, rgba(4, 17, 23, .42) 100%), linear-gradient(0deg, rgba(3, 14, 19, .64) 0%, rgba(3, 14, 19, .08) 66%, rgba(3, 14, 19, .2) 100%);
}

.s39-gpu-hpc__hero-inner {
	position: relative;
	z-index: 2;
	display: flex;
	min-height: min(780px, 78vh);
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding-top: 96px;
	padding-bottom: clamp(56px, 8vw, 108px);
}

.s39-gpu-hpc__eyebrow {
	margin: 0 0 16px;
	color: var(--s39-cyan-bright);
	font-size: .875rem;
	font-weight: 750;
	letter-spacing: .14em;
	line-height: 1.45;
	text-transform: uppercase;
}

.s39-gpu-hpc__hero h1 {
	max-width: 700px;
	margin: 0;
	font-size: clamp(3rem, 7vw, 6.4rem);
	font-weight: 650;
	letter-spacing: -.055em;
	line-height: .98;
	text-wrap: balance;
}

.s39-gpu-hpc__hero-lede {
	max-width: 650px;
	margin: 26px 0 0;
	color: #e1eeee;
	font-size: clamp(1.06rem, 1.8vw, 1.3rem);
	line-height: 1.58;
	text-wrap: pretty;
}

.s39-gpu-hpc__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.s39-gpu-hpc__button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: .95rem;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
	transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.s39-gpu-hpc__button--primary {
	background: var(--s39-cyan);
	color: var(--s39-ink);
}

.s39-gpu-hpc__button--ghost {
	border-color: rgba(222, 246, 246, .58);
	background: rgba(6, 22, 29, .3);
	color: var(--s39-text);
}

.s39-gpu-hpc__button:hover,
.s39-gpu-hpc__button:focus-visible {
	transform: translateY(-2px);
}

.s39-gpu-hpc__button:active {
	transform: translateY(1px) scale(.98);
}

.s39-gpu-hpc__button:focus-visible,
.s39-gpu-hpc__motion-toggle:focus-visible,
.s39-gpu-hpc__text-link:focus-visible,
.s39-gpu-hpc__hero-credit a:focus-visible,
.s39-gpu-hpc__related-list a:focus-visible {
	outline: 2px solid var(--s39-cyan-bright);
	outline-offset: 4px;
}

.s39-gpu-hpc__button--primary:hover,
.s39-gpu-hpc__button--primary:focus-visible {
	background: var(--s39-cyan-bright);
	color: var(--s39-ink);
}

.s39-gpu-hpc__button--ghost:hover,
.s39-gpu-hpc__button--ghost:focus-visible {
	border-color: var(--s39-cyan-bright);
	background: rgba(105, 194, 207, .16);
}

.s39-gpu-hpc__hero-credit {
	position: absolute;
	z-index: 2;
	right: 24px;
	bottom: 18px;
	max-width: 46ch;
	margin: 0;
	font-size: .75rem;
	line-height: 1.45;
	text-align: right;
}

.s39-gpu-hpc__hero-credit a {
	color: rgba(239, 249, 247, .82);
	text-decoration: underline;
	text-decoration-color: rgba(165, 228, 232, .68);
	text-underline-offset: 3px;
}

.s39-gpu-hpc__section {
	position: relative;
	padding: clamp(72px, 8vw, 112px) 0;
	background: var(--s39-bg);
}

.s39-gpu-hpc__section + .s39-gpu-hpc__section {
	border-top: 1px solid rgba(173, 218, 222, .08);
}

.s39-gpu-hpc__heading {
	max-width: 760px;
}

.s39-gpu-hpc__heading--wide {
	max-width: 920px;
}

.s39-gpu-hpc__heading h2,
.s39-gpu-hpc__validation-copy h2,
.s39-gpu-hpc__contact h2 {
	margin: 0;
	font-size: clamp(2rem, 4.2vw, 4rem);
	font-weight: 600;
	letter-spacing: -.045em;
	line-height: 1.08;
	text-wrap: balance;
}

.s39-gpu-hpc__lead {
	max-width: 68ch;
	margin: 24px 0 0;
	color: var(--s39-muted);
	font-size: 1.05rem;
	line-height: 1.72;
}

.s39-gpu-hpc__source-module-title {
	max-width: 68ch;
	margin: 26px 0 0;
	color: var(--s39-accent);
	font-size: 1rem;
	font-weight: 620;
	line-height: 1.45;
}

.s39-gpu-hpc__workload {
	background: var(--s39-bg-deep);
}

.s39-gpu-hpc__workload-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
	gap: clamp(38px, 7vw, 96px);
	margin-top: 58px;
}

.s39-gpu-hpc__source-module {
	padding-top: 20px;
	border-top: 1px solid var(--s39-line-strong);
}

.s39-gpu-hpc__source-module h3,
.s39-gpu-hpc__validation-copy > h3,
.s39-gpu-hpc__operations .s39-gpu-hpc__heading > h3 {
	margin: 0;
	font-size: clamp(1.35rem, 2.1vw, 1.8rem);
	font-weight: 620;
	letter-spacing: -.025em;
	line-height: 1.2;
}

.s39-gpu-hpc__source-module > p,
.s39-gpu-hpc__source-intro,
.s39-gpu-hpc__operations .s39-gpu-hpc__heading > h3 + .s39-gpu-hpc__lead {
	max-width: 64ch;
	margin: 16px 0 0;
	color: var(--s39-muted);
	font-size: 1rem;
}

.s39-gpu-hpc__source-module ul,
.s39-gpu-hpc__advantage-list,
.s39-gpu-hpc__resource-stage ul,
.s39-gpu-hpc__resource-evidence ul,
.s39-gpu-hpc__validation-list,
.s39-gpu-hpc__operations-list,
.s39-gpu-hpc__related-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.s39-gpu-hpc__source-module ul {
	display: grid;
	gap: 0;
	margin-top: 30px;
}

.s39-gpu-hpc__source-module li {
	display: grid;
	grid-template-columns: minmax(120px, .32fr) minmax(0, 1fr);
	gap: 20px;
	padding: 17px 0;
	border-top: 1px solid rgba(157, 217, 224, .17);
}

.s39-gpu-hpc__source-module li strong,
.s39-gpu-hpc__source-module li span {
	font-size: .98rem;
}

.s39-gpu-hpc__source-module li strong {
	color: var(--s39-cyan-bright);
	font-weight: 650;
}

.s39-gpu-hpc__source-module li span {
	color: var(--s39-muted);
}

.s39-gpu-hpc__advantage-column {
	display: grid;
	align-content: start;
	gap: 30px;
}

.s39-gpu-hpc__advantage-intro {
	padding-top: 20px;
	border-top: 1px solid var(--s39-line-strong);
}

.s39-gpu-hpc__advantage-intro h3 {
	max-width: 30ch;
	margin: 0;
	color: var(--s39-text);
	font-size: clamp(1.3rem, 2.1vw, 1.75rem);
	font-weight: 620;
	letter-spacing: -.025em;
	line-height: 1.22;
}

.s39-gpu-hpc__advantage-intro p {
	max-width: 62ch;
	margin: 14px 0 0;
	color: var(--s39-muted);
	font-size: 1rem;
	line-height: 1.72;
}

.s39-gpu-hpc__advantage-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 34px;
	align-content: start;
}

.s39-gpu-hpc__advantage-list li {
	padding: 18px 0 22px;
	border-top: 1px solid rgba(157, 217, 224, .34);
}

.s39-gpu-hpc__advantage-list h3 {
	margin: 0;
	color: var(--s39-text);
	font-size: 1.06rem;
	font-weight: 650;
	line-height: 1.35;
}

.s39-gpu-hpc__advantage-list p {
	margin: 8px 0 0;
	color: var(--s39-muted);
	font-size: .96rem;
	line-height: 1.62;
}

.s39-gpu-hpc__map-section {
	background: var(--s39-bg);
}

.s39-gpu-hpc__resource-flow {
	display: grid;
	grid-template-columns: minmax(0, .92fr) 34px minmax(0, 1fr) 34px minmax(0, 1.18fr) 34px minmax(0, .78fr);
	align-items: stretch;
	gap: 14px;
	margin-top: 52px;
	padding: 28px;
	border: 1px solid var(--s39-line);
	border-radius: 8px;
	background: linear-gradient(140deg, rgba(16, 45, 55, .8), rgba(7, 23, 30, .9));
}

.s39-gpu-hpc__resource-stage,
.s39-gpu-hpc__resource-evidence {
	min-width: 0;
}

.s39-gpu-hpc__resource-stage h3,
.s39-gpu-hpc__resource-evidence h3 {
	margin: 0 0 18px;
	color: var(--s39-cyan-bright);
	font-size: .95rem;
	font-weight: 750;
	letter-spacing: .04em;
	line-height: 1.35;
}

.s39-gpu-hpc__resource-stage li {
	padding: 13px 0 14px 14px;
	border-left: 1px solid rgba(157, 217, 224, .44);
	border-top: 1px solid rgba(157, 217, 224, .14);
}

.s39-gpu-hpc__resource-stage li:first-child {
	border-top: 0;
}

.s39-gpu-hpc__resource-stage li strong {
	display: block;
	font-size: 1rem;
	font-weight: 650;
	line-height: 1.35;
}

.s39-gpu-hpc__resource-stage li span {
	display: block;
	margin-top: 6px;
	color: var(--s39-muted);
	font-size: .9rem;
	line-height: 1.55;
}

.s39-gpu-hpc__resource-stage--compute {
	padding-inline: 10px;
	border-inline: 1px solid rgba(157, 217, 224, .14);
}

.s39-gpu-hpc__resource-stage--compute li {
	border-left: 2px solid var(--s39-cyan);
	background: rgba(105, 194, 207, .07);
}

.s39-gpu-hpc__flow-line {
	position: relative;
	align-self: center;
	width: 100%;
	height: 2px;
	transform-origin: left center;
	background: rgba(157, 217, 224, .38);
	opacity: .62;
}

.s39-gpu-hpc__flow-line::after {
	position: absolute;
	top: -2px;
	right: -1px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--s39-cyan);
	box-shadow: 0 0 0 3px rgba(105, 194, 207, .12);
	content: '';
}

.s39-gpu-hpc__resource-flow.is-s39-flow-active .s39-gpu-hpc__flow-line {
	animation: s39-flow-pulse 2200ms ease-in-out infinite;
}

.s39-gpu-hpc__resource-flow.is-s39-flow-active .s39-gpu-hpc__resource-stage li[data-s39-map-node] {
	animation: s39-node-breathe 2200ms ease-in-out infinite;
}

.s39-gpu-hpc__resource-flow.is-s39-flow-active .s39-gpu-hpc__resource-stage li:nth-child(2) {
	animation-delay: 180ms;
}

.s39-gpu-hpc__resource-flow.is-s39-flow-active .s39-gpu-hpc__resource-stage li:nth-child(3) {
	animation-delay: 360ms;
}

.s39-gpu-hpc__resource-flow.is-s39-flow-paused .s39-gpu-hpc__flow-line,
.s39-gpu-hpc__resource-flow.is-s39-flow-paused .s39-gpu-hpc__resource-stage li[data-s39-map-node] {
	animation-play-state: paused;
}

@keyframes s39-flow-pulse {
	0%, 100% { transform: scaleX(.28); opacity: .4; }
	50% { transform: scaleX(1); opacity: 1; }
}

@keyframes s39-node-breathe {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-3px); }
}

.s39-gpu-hpc__resource-evidence {
	grid-column: 1 / -1;
	padding-top: 22px;
	border-top: 1px solid var(--s39-line);
}

.s39-gpu-hpc__resource-evidence ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.s39-gpu-hpc__resource-evidence li {
	padding: 13px 14px;
	border-left: 1px solid rgba(157, 217, 224, .36);
	color: var(--s39-text);
	font-size: .94rem;
	line-height: 1.45;
}

.s39-gpu-hpc__flow-controls {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 18px;
}

.s39-gpu-hpc__motion-toggle {
	min-height: 42px;
	padding: 10px 15px;
	border: 1px solid rgba(222, 246, 246, .54);
	border-radius: 8px;
	background: transparent;
	color: var(--s39-text);
	font: inherit;
	font-size: .9rem;
	font-weight: 650;
	cursor: pointer;
	transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.s39-gpu-hpc__motion-toggle:hover {
	border-color: var(--s39-cyan-bright);
	background: rgba(105, 194, 207, .14);
}

.s39-gpu-hpc__motion-toggle:active {
	transform: translateY(1px) scale(.98);
}

.s39-gpu-hpc__flow-controls p {
	margin: 0;
	color: var(--s39-dim);
	font-size: .875rem;
	text-align: right;
}

.s39-gpu-hpc__validation {
	background: var(--s39-bg-deep);
}

.s39-gpu-hpc__validation-layout {
	display: grid;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	align-items: start;
	gap: clamp(38px, 7vw, 96px);
}

.s39-gpu-hpc__validation-figure {
	margin: 0;
}

.s39-gpu-hpc__validation-photo {
	width: 100%;
	aspect-ratio: 1400 / 786;
	object-fit: cover;
	object-position: 50% 48%;
	border-radius: 8px;
	filter: saturate(.78) contrast(1.08);
}

.s39-gpu-hpc__validation-figure figcaption {
	margin-top: 14px;
	color: var(--s39-muted);
	font-size: .86rem;
	line-height: 1.55;
}

.s39-gpu-hpc__validation-figure figcaption span {
	display: block;
	margin-top: 6px;
	color: var(--s39-dim);
	font-size: .78rem;
}

.s39-gpu-hpc__validation-copy > h3 {
	margin-top: 30px;
}

.s39-gpu-hpc__validation-list {
	margin-top: 32px;
}

.s39-gpu-hpc__validation-list article {
	display: grid;
	grid-template-columns: minmax(150px, .4fr) minmax(0, 1fr);
	gap: 22px;
	padding: 17px 0;
	border-top: 1px solid rgba(157, 217, 224, .2);
}

.s39-gpu-hpc__validation-list h4,
.s39-gpu-hpc__validation-list p {
	margin: 0;
	font-size: .96rem;
}

.s39-gpu-hpc__validation-list h4 {
	color: var(--s39-cyan-bright);
	font-weight: 650;
}

.s39-gpu-hpc__validation-list p {
	color: var(--s39-muted);
}

.s39-gpu-hpc__operations .s39-gpu-hpc__heading > h3 {
	margin-top: 28px;
}

.s39-gpu-hpc__operations-list {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 1fr);
	gap: 32px;
	margin-top: 52px;
}

.s39-gpu-hpc__operations-list article {
	padding-top: 18px;
	border-top: 1px solid var(--s39-line-strong);
}

.s39-gpu-hpc__operations-list h3 {
	margin: 0;
	font-size: 1.04rem;
	font-weight: 650;
	line-height: 1.35;
}

.s39-gpu-hpc__operations-list p {
	margin: 10px 0 0;
	color: var(--s39-muted);
	font-size: .94rem;
	line-height: 1.6;
}

.s39-gpu-hpc__faq {
	background: var(--s39-bg-deep);
}

.s39-gpu-hpc__faq-list {
	max-width: 900px;
	margin-top: 42px;
}

.s39-gpu-hpc__faq-item {
	border-top: 1px solid var(--s39-line);
}

.s39-gpu-hpc__faq-item:last-child {
	border-bottom: 1px solid var(--s39-line);
}

.s39-gpu-hpc__faq-item summary {
	position: relative;
	padding: 20px 40px 20px 0;
	color: var(--s39-text);
	font-size: 1.08rem;
	font-weight: 650;
	cursor: pointer;
	list-style: none;
}

.s39-gpu-hpc__faq-item summary::-webkit-details-marker {
	display: none;
}

.s39-gpu-hpc__faq-item summary::after {
	position: absolute;
	top: 24px;
	right: 6px;
	width: 10px;
	height: 10px;
	border-right: 1px solid var(--s39-cyan);
	border-bottom: 1px solid var(--s39-cyan);
	content: '';
	transform: rotate(45deg);
	transition: transform 180ms ease;
}

.s39-gpu-hpc__faq-item[open] summary::after {
	transform: rotate(225deg) translate(-2px, -2px);
}

.s39-gpu-hpc__faq-answer {
	max-width: 70ch;
	padding: 0 40px 22px 0;
	color: var(--s39-muted);
}

.s39-gpu-hpc__faq-answer p {
	margin: 0;
}

.s39-gpu-hpc__related {
	background: var(--s39-bg);
}

.s39-gpu-hpc__heading--related {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
}

.s39-gpu-hpc__text-link {
	flex: 0 0 auto;
	color: var(--s39-cyan-bright);
	font-size: .95rem;
	font-weight: 650;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.s39-gpu-hpc__related-list {
	margin-top: 42px;
	border-top: 1px solid var(--s39-line);
}

.s39-gpu-hpc__related-list a {
	display: grid;
	grid-template-columns: minmax(150px, .6fr) minmax(0, 1fr) auto;
	align-items: center;
	gap: 22px;
	padding: 20px 0;
	border-bottom: 1px solid rgba(157, 217, 224, .16);
	text-decoration: none;
	transition: color 180ms ease, padding-left 180ms ease;
}

.s39-gpu-hpc__related-list a:hover {
	padding-left: 8px;
	color: var(--s39-cyan-bright);
}

.s39-gpu-hpc__related-list span,
.s39-gpu-hpc__related-list em {
	color: var(--s39-dim);
	font-size: .88rem;
	font-style: normal;
}

.s39-gpu-hpc__related-list strong {
	font-size: 1rem;
	font-weight: 600;
}

.s39-gpu-hpc__contact {
	padding: clamp(64px, 7vw, 96px) 0;
	background: var(--s39-panel);
}

.s39-gpu-hpc__contact-inner {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 32px;
}

.s39-gpu-hpc__contact h2 {
	max-width: 700px;
	font-size: clamp(1.9rem, 3.6vw, 3.4rem);
}

.s39-gpu-hpc__contact p {
	max-width: 62ch;
	margin: 18px 0 0;
	color: var(--s39-muted);
}

.s39-gpu-hpc [data-s39-reveal] {
	opacity: 1;
	transform: none;
}

@keyframes s39-text-reveal {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.s39-motion-ready .s39-gpu-hpc [data-s39-reveal] {
	opacity: 0;
	transform: translateY(18px);
}

.s39-motion-ready .s39-gpu-hpc [data-s39-reveal].is-s39-revealed {
	animation: s39-text-reveal 720ms cubic-bezier(.16, 1, .3, 1) both;
}

@media (max-width: 720px) {
	.s39-gpu-hpc__container {
		width: calc(100% - 40px);
	}

	.s39-gpu-hpc__hero,
	.s39-gpu-hpc__hero-inner {
		min-height: 0;
	}

	.s39-gpu-hpc__hero-media img {
		object-position: 63% 24%;
	}

	.s39-gpu-hpc__hero-shade {
		background: linear-gradient(180deg, rgba(4, 17, 23, .34) 0%, rgba(4, 17, 23, .62) 46%, rgba(3, 14, 19, .92) 100%);
	}

	.s39-gpu-hpc__hero-inner {
		justify-content: flex-start;
		padding-top: 48px;
		padding-bottom: 74px;
	}

	.s39-gpu-hpc__hero h1 {
		max-width: 14ch;
		font-size: clamp(2.7rem, 13vw, 4.4rem);
	}

	.s39-gpu-hpc__hero-lede {
		max-width: 35ch;
		margin-top: 22px;
		font-size: 1.03rem;
	}

	.s39-gpu-hpc__actions {
		width: 100%;
		margin-top: 24px;
	}

	.s39-gpu-hpc__actions .s39-gpu-hpc__button {
		flex: 0 1 auto;
	}

	.s39-gpu-hpc__hero-credit {
		right: 20px;
		bottom: 14px;
		left: 20px;
		max-width: none;
		font-size: .72rem;
		text-align: left;
	}

	.s39-gpu-hpc__section {
		padding: 64px 0 76px;
	}

	.s39-gpu-hpc__heading h2,
	.s39-gpu-hpc__validation-copy h2,
	.s39-gpu-hpc__contact h2 {
		font-size: clamp(2rem, 10vw, 3rem);
	}

	.s39-gpu-hpc__lead {
		margin-top: 18px;
		font-size: 1rem;
	}

	.s39-gpu-hpc__workload-layout,
	.s39-gpu-hpc__validation-layout {
		grid-template-columns: 1fr;
		gap: 44px;
		margin-top: 40px;
	}

	.s39-gpu-hpc__source-module li,
	.s39-gpu-hpc__validation-list article {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.s39-gpu-hpc__advantage-list {
		grid-template-columns: 1fr;
	}

	.s39-gpu-hpc__resource-flow {
		grid-template-columns: 1fr;
		gap: 0;
		margin-top: 36px;
		padding: 20px;
	}

	.s39-gpu-hpc__resource-stage--compute {
		padding: 20px 0;
		border-inline: 0;
		border-block: 1px solid rgba(157, 217, 224, .14);
	}

	.s39-gpu-hpc__flow-line {
		justify-self: start;
		width: 2px;
		height: 30px;
		margin-left: 8px;
		transform-origin: center top;
	}

	.s39-gpu-hpc__resource-flow.is-s39-flow-active .s39-gpu-hpc__flow-line {
		animation-name: s39-flow-pulse-mobile;
	}

	.s39-gpu-hpc__flow-line::after {
		top: auto;
		bottom: -1px;
		right: -2px;
	}

	@keyframes s39-flow-pulse-mobile {
		0%, 100% { transform: scaleY(.25); opacity: .4; }
		50% { transform: scaleY(1); opacity: 1; }
	}

	.s39-gpu-hpc__resource-evidence {
		padding-top: 20px;
	}

	.s39-gpu-hpc__resource-evidence ul {
		grid-template-columns: 1fr;
	}

	.s39-gpu-hpc__flow-controls,
	.s39-gpu-hpc__heading--related,
	.s39-gpu-hpc__contact-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.s39-gpu-hpc__flow-controls p {
		text-align: left;
	}

	.s39-gpu-hpc__validation-copy > h3 {
		margin-top: 0;
	}

	.s39-gpu-hpc__operations-list {
		grid-template-columns: 1fr;
		gap: 0;
		margin-top: 36px;
	}

	.s39-gpu-hpc__operations-list article {
		padding: 17px 0 20px;
	}

	.s39-gpu-hpc__faq-list,
	.s39-gpu-hpc__related-list {
		margin-top: 32px;
	}

	.s39-gpu-hpc__faq-item summary {
		font-size: 1rem;
	}

	.s39-gpu-hpc__related-list a {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 7px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.s39-gpu-hpc *,
	.s39-gpu-hpc *::before,
	.s39-gpu-hpc *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}

	.s39-motion-ready .s39-gpu-hpc [data-s39-reveal] {
		opacity: 1;
		transform: none;
	}
}
