/*
 * S47 smart campus and buildings.
 * A site-to-people reading path for buildings, subsystem interfaces and
 * operators. The relation visual is intentionally separate from room, storage
 * and compute compositions used by other service pages.
 */

.s47-smart-campus {
	--s47-ink: #edf7f8;
	--s47-muted: #afc3c7;
	--s47-dim: #7e9da3;
	--s47-bg: #07171d;
	--s47-bg-soft: #0b232a;
	--s47-panel: #102e36;
	--s47-panel-soft: rgb(16 46 54 / 0.64);
	--s47-line: rgb(157 203 209 / 0.24);
	--s47-line-strong: rgb(157 203 209 / 0.56);
	--s47-accent: #69c2cf;
	--s47-accent-bright: #a4e8ea;
	--s47-button-text: #09232d;
	--s47-radius: 8px;
	background: var(--s47-bg);
	color: var(--s47-ink);
	font-family: inherit;
	line-height: 1.65;
	overflow-wrap: anywhere;
	isolation: isolate;
}

.s47-smart-campus *,
.s47-smart-campus *::before,
.s47-smart-campus *::after {
	box-sizing: border-box;
}

.s47-smart-campus img {
	display: block;
	max-width: 100%;
	height: auto;
}

.s47-smart-campus a {
	color: inherit;
}

.s47-smart-campus button,
.s47-smart-campus a {
	-webkit-tap-highlight-color: transparent;
}

.s47-smart-campus__container {
	width: min(1160px, calc(100% - 40px));
	margin-inline: auto;
}

.s47-smart-campus__hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: clamp(590px, 63vw, 730px);
	overflow: hidden;
	background: #07151b;
	isolation: isolate;
}

.s47-smart-campus__hero-media,
.s47-smart-campus__hero-shade {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.s47-smart-campus__hero-media {
	z-index: 0;
}

.s47-smart-campus__hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 54%;
}

.s47-smart-campus__hero-shade {
	z-index: 1;
	background:
		linear-gradient(90deg, rgb(4 17 23 / 0.83) 0%, rgb(4 17 23 / 0.65) 30%, rgb(4 17 23 / 0.22) 68%, rgb(4 17 23 / 0.16) 100%),
		linear-gradient(0deg, rgb(4 17 23 / 0.72) 0%, rgb(4 17 23 / 0.08) 70%);
}

.s47-smart-campus__hero-inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 36px;
	width: min(1160px, calc(100% - 40px));
	padding-top: 76px;
	padding-bottom: 70px;
}

.s47-smart-campus__hero-copy {
	max-width: 650px;
}

.s47-smart-campus__eyebrow,
.s47-smart-campus__kicker {
	margin: 0 0 15px;
	color: var(--s47-accent);
	font-size: 0.96rem;
	font-weight: 700;
	letter-spacing: 0.065em;
	line-height: 1.4;
}

.s47-smart-campus__hero h1 {
	max-width: 11ch;
	margin: 0;
	color: #f5fbfb;
	font-size: clamp(2.7rem, 6.5vw, 5.15rem);
	font-weight: 700;
	letter-spacing: -0.05em;
	line-height: 1.04;
	text-wrap: balance;
}

.s47-smart-campus__hero-lede {
	max-width: 44rem;
	margin: 23px 0 0;
	color: #d8e9ea;
	font-size: clamp(1.06rem, 1.72vw, 1.27rem);
	line-height: 1.68;
}

.s47-smart-campus__hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px 24px;
	margin-top: 29px;
}

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

.s47-smart-campus__button--primary {
	background: var(--s47-accent);
	color: var(--s47-button-text);
}

.s47-smart-campus a.s47-smart-campus__button--primary {
	color: var(--s47-button-text);
}

.s47-smart-campus__button--primary:hover,
.s47-smart-campus__button--primary:focus-visible {
	background: var(--s47-accent-bright);
	color: var(--s47-button-text);
}

.s47-smart-campus a.s47-smart-campus__button--primary:hover,
.s47-smart-campus a.s47-smart-campus__button--primary:focus-visible {
	color: var(--s47-button-text);
}

.s47-smart-campus__text-link {
	color: var(--s47-ink);
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.22em;
}

.s47-smart-campus__text-link:hover,
.s47-smart-campus__text-link:focus-visible {
	color: var(--s47-accent-bright);
}

.s47-smart-campus__photo-credit,
.s47-smart-campus__hero-caption {
	color: var(--s47-muted);
	font-size: 0.86rem;
	line-height: 1.52;
}

.s47-smart-campus__photo-credit {
	margin: 18px 0 0;
}

.s47-smart-campus__photo-credit a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.s47-smart-campus__photo-credit a:hover,
.s47-smart-campus__photo-credit a:focus-visible {
	color: var(--s47-accent-bright);
}

.s47-smart-campus__hero-caption {
	max-width: 270px;
	margin: 0 0 4px;
	text-align: right;
}

.s47-smart-campus__signal-strip {
	position: relative;
	z-index: 2;
	border-bottom: 1px solid rgb(157 203 209 / 0.12);
	background: var(--s47-bg-soft);
}

.s47-smart-campus__signal-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.s47-smart-campus__signal {
	min-height: 104px;
	padding: 22px 26px 21px 0;
	border-right: 1px solid var(--s47-line);
}

.s47-smart-campus__signal + .s47-smart-campus__signal {
	padding-left: 26px;
}

.s47-smart-campus__signal:last-child {
	border-right: 0;
	padding-right: 0;
}

.s47-smart-campus__signal span {
	display: block;
	margin-bottom: 5px;
	color: var(--s47-dim);
	font-size: 0.93rem;
	font-weight: 700;
	line-height: 1.4;
}

.s47-smart-campus__signal strong {
	display: block;
	color: var(--s47-ink);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
}

.s47-smart-campus__section {
	padding: 82px 0;
	border-top: 1px solid rgb(157 203 209 / 0.1);
}

.s47-smart-campus__section-head {
	max-width: 800px;
}

.s47-smart-campus__section-head--wide {
	max-width: 920px;
}

.s47-smart-campus__section h2,
.s47-smart-campus__contact h2 {
	max-width: 23ch;
	margin: 0;
	color: var(--s47-ink);
	font-size: clamp(2rem, 4.1vw, 3.42rem);
	font-weight: 680;
	letter-spacing: -0.04em;
	line-height: 1.11;
	text-wrap: balance;
}

.s47-smart-campus__section h3 {
	margin: 0;
	color: var(--s47-ink);
	font-size: clamp(1.2rem, 2vw, 1.5rem);
	line-height: 1.3;
}

.s47-smart-campus__section h4 {
	margin: 0;
	color: var(--s47-ink);
	font-size: 1.04rem;
	line-height: 1.4;
}

.s47-smart-campus__section-intro,
.s47-smart-campus__source-summary,
.s47-smart-campus__source-caption,
.s47-smart-campus__contact p {
	max-width: 55rem;
	margin: 19px 0 0;
	color: var(--s47-muted);
	font-size: 1.06rem;
	line-height: 1.78;
}

.s47-smart-campus__source-summary {
	color: var(--s47-ink);
	font-size: 1.14rem;
}

.s47-smart-campus__source-caption {
	color: var(--s47-dim);
	font-size: 0.98rem;
}

.s47-smart-campus__map-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 30px;
	padding: 0;
}

.s47-smart-campus__map-toolbar p {
	margin: 0;
	color: var(--s47-muted);
	font-size: 0.98rem;
	line-height: 1.58;
}

.s47-smart-campus__motion-toggle {
	flex: 0 0 auto;
	min-height: 44px;
	padding: 9px 13px;
	border: 1px solid var(--s47-line-strong);
	border-radius: 8px;
	background: transparent;
	color: var(--s47-ink);
	font: inherit;
	font-size: 0.93rem;
	font-weight: 700;
	cursor: pointer;
}

.s47-smart-campus__motion-toggle:hover,
.s47-smart-campus__motion-toggle:focus-visible {
	border-color: var(--s47-accent);
	color: var(--s47-accent-bright);
}

.s47-smart-campus__map {
	position: relative;
	margin-top: 18px;
	padding: 30px;
	border: 1px solid var(--s47-line);
	border-radius: var(--s47-radius);
	background:
		linear-gradient(135deg, rgb(105 194 207 / 0.06), transparent 43%),
		var(--s47-panel-soft);
	isolation: isolate;
}

.s47-smart-campus__map-context {
	display: grid;
	grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
	gap: clamp(28px, 6vw, 82px);
	align-items: center;
	margin-top: 34px;
}

.s47-smart-campus__site-figure {
	margin: 0;
}

.s47-smart-campus__site-figure img {
	width: 100%;
	border-radius: var(--s47-radius);
	object-fit: cover;
	box-shadow: 0 20px 54px rgb(0 0 0 / 0.2);
}

.s47-smart-campus__site-figure figcaption {
	margin-top: 11px;
	color: var(--s47-muted);
	font-size: 0.94rem;
	line-height: 1.58;
}

.s47-smart-campus__site-figure .s47-smart-campus__photo-credit {
	display: inline;
	margin: 0;
	font-size: 0.85rem;
}

.s47-smart-campus__map-context-copy {
	max-width: 35rem;
	padding-left: 22px;
	border-left: 2px solid var(--s47-accent);
}

.s47-smart-campus__map-context-copy .s47-smart-campus__kicker {
	margin-bottom: 8px;
}

.s47-smart-campus__map-context-copy p:last-child {
	margin: 0;
	color: var(--s47-muted);
	font-size: clamp(1.15rem, 2.2vw, 1.55rem);
	line-height: 1.55;
}

.s47-smart-campus__map-path {
	display: flex;
	align-items: stretch;
	gap: 12px;
	min-width: 0;
}

.s47-smart-campus__path-node {
	flex: 0 1 260px;
	min-width: 150px;
	padding: 13px 15px;
	border: 1px solid var(--s47-line-strong);
	border-radius: var(--s47-radius);
	background: rgb(7 23 29 / 0.75);
}

.s47-smart-campus__path-node--site {
	border-color: rgb(105 194 207 / 0.52);
}

.s47-smart-campus__path-node--system {
	border-color: rgb(164 232 234 / 0.58);
}

.s47-smart-campus__path-node--user {
	border-color: rgb(209 220 187 / 0.42);
}

.s47-smart-campus__path-node span,
.s47-smart-campus__path-node small {
	display: block;
}

.s47-smart-campus__path-node span {
	color: var(--s47-ink);
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.4;
}

.s47-smart-campus__path-node small {
	margin-top: 3px;
	color: var(--s47-muted);
	font-size: 0.92rem;
	line-height: 1.45;
}

.s47-smart-campus__flow-line {
	position: relative;
	display: block;
	flex: 1 1 54px;
	align-self: center;
	min-width: 26px;
	height: 2px;
	overflow: hidden;
	background: var(--s47-line-strong);
}

.s47-smart-campus__flow-line::after {
	position: absolute;
	right: 0;
	top: 50%;
	width: 7px;
	height: 7px;
	border-top: 1px solid var(--s47-accent);
	border-right: 1px solid var(--s47-accent);
	content: '';
	transform: translateY(-50%) rotate(45deg);
}

.s47-smart-campus__flow-line i {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--s47-accent);
	box-shadow: 0 0 0 3px rgb(105 194 207 / 0.12), 0 0 9px rgb(105 194 207 / 0.3);
	transform: translate(-9px, -50%);
	animation: s47-flow-travel 2200ms linear infinite;
	animation-play-state: paused;
}

.s47-smart-campus__map.is-s47-flow-running .s47-smart-campus__flow-line i {
	animation-play-state: running;
}

.s47-smart-campus__map.is-s47-flow-paused .s47-smart-campus__flow-line i {
	animation-play-state: paused;
}

@keyframes s47-flow-travel {
	0% { left: 0; }
	100% { left: calc(100% - 9px); }
}

.s47-smart-campus__path-label {
	margin: 12px 0 0;
	color: var(--s47-accent);
	font-size: 0.93rem;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.s47-smart-campus__map-columns {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(32px, 0.18fr) minmax(0, 1.26fr) minmax(32px, 0.18fr) minmax(0, 1fr);
	gap: 14px;
	margin-top: 22px;
	align-items: stretch;
}

.s47-smart-campus__map-column {
	min-width: 0;
	padding: 20px;
	border: 1px solid var(--s47-line);
	border-radius: var(--s47-radius);
	background: rgb(7 23 29 / 0.48);
}

.s47-smart-campus__map-column--site {
	grid-column: 1;
}

.s47-smart-campus__map-column--system {
	grid-column: 3;
}

.s47-smart-campus__map-column--users {
	grid-column: 5;
}

.s47-smart-campus__flow-line--column {
	grid-row: 1;
	align-self: start;
	width: 100%;
	min-width: 24px;
	margin-top: 140px;
}

.s47-smart-campus__map-columns > .s47-smart-campus__flow-line--column:nth-child(2) {
	grid-column: 2;
}

.s47-smart-campus__map-columns > .s47-smart-campus__flow-line--column:nth-child(4) {
	grid-column: 4;
}

.s47-smart-campus__map-column--system {
	border-color: rgb(164 232 234 / 0.35);
	background: rgb(16 46 54 / 0.55);
}

.s47-smart-campus__map-group-label {
	margin: 0;
	color: var(--s47-accent);
	font-size: 1.03rem;
	font-weight: 700;
	line-height: 1.4;
}

.s47-smart-campus__map-group-note {
	min-height: 44px;
	margin: 5px 0 0;
	color: var(--s47-dim);
	font-size: 0.92rem;
	line-height: 1.5;
}

.s47-smart-campus__map-node {
	margin-top: 12px;
	padding: 13px 14px;
	border-left: 2px solid var(--s47-line-strong);
	background: rgb(12 36 43 / 0.68);
}

.s47-smart-campus__map-node--primary {
	min-height: 76px;
	border-left-color: var(--s47-accent);
	background: rgb(16 57 65 / 0.74);
}

.s47-smart-campus__map-node:not(.s47-smart-campus__map-node--primary) {
	padding-block: 10px;
	background: rgb(7 23 29 / 0.24);
}

.s47-smart-campus__map-node strong,
.s47-smart-campus__map-node span {
	display: block;
}

.s47-smart-campus__map-node strong {
	color: var(--s47-ink);
	font-size: 1rem;
	line-height: 1.42;
}

.s47-smart-campus__map-node span {
	margin-top: 3px;
	color: var(--s47-muted);
	font-size: 0.92rem;
	line-height: 1.5;
}

.s47-smart-campus__focus-grid,
.s47-smart-campus__scope-process-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(32px, 6vw, 82px);
	align-items: start;
}

.s47-smart-campus__scope-block,
.s47-smart-campus__process-block {
	min-width: 0;
}

.s47-smart-campus__scope-block,
.s47-smart-campus__process-block {
	padding-top: 2px;
}

.s47-smart-campus__focus-copy > h3 {
	max-width: 34rem;
	font-size: clamp(1.35rem, 2.5vw, 1.92rem);
	font-weight: 650;
	line-height: 1.3;
}

.s47-smart-campus__focus-copy > p {
	margin: 14px 0 0;
	color: var(--s47-muted);
	font-size: 1.04rem;
	line-height: 1.78;
}

.s47-smart-campus__focus-list {
	margin-top: 27px;
	border-top: 1px solid var(--s47-line);
}

.s47-smart-campus__focus-list article {
	padding: 18px 0 20px;
	border-bottom: 1px solid var(--s47-line);
}

.s47-smart-campus__focus-list article p {
	margin: 7px 0 0;
	color: var(--s47-muted);
	font-size: 1rem;
	line-height: 1.72;
}

.s47-smart-campus__scope-list,
.s47-smart-campus__process-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.s47-smart-campus__scope-list article,
.s47-smart-campus__process-list li {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 17px;
	padding: 17px 0 19px;
	border-top: 1px solid var(--s47-line);
}

.s47-smart-campus__scope-list article:last-child,
.s47-smart-campus__process-list li:last-child {
	border-bottom: 1px solid var(--s47-line);
}

.s47-smart-campus__index {
	color: var(--s47-accent);
	font-size: 0.96rem;
	font-variant-numeric: tabular-nums;
	font-weight: 700;
	line-height: 1.4;
}

.s47-smart-campus__scope-list article h3,
.s47-smart-campus__process-list li h3 {
	font-size: 1.2rem;
}

.s47-smart-campus__scope-list article p,
.s47-smart-campus__process-list li p {
	margin: 6px 0 0;
	color: var(--s47-muted);
	font-size: 1rem;
	line-height: 1.7;
}

.s47-smart-campus__scope-list article small {
	display: inline-block;
	margin-top: 8px;
	color: var(--s47-dim);
	font-size: 0.92rem;
	line-height: 1.45;
}

.s47-smart-campus__inline-question {
	margin-top: 30px;
	padding: 20px 20px 21px;
	border: 1px solid var(--s47-line);
	border-left: 2px solid var(--s47-accent);
	border-radius: var(--s47-radius);
	background: rgb(16 46 54 / 0.46);
}

.s47-smart-campus__inline-question .s47-smart-campus__kicker {
	margin-bottom: 8px;
	font-size: 0.88rem;
}

.s47-smart-campus__inline-question h3 {
	font-size: 1.12rem;
	line-height: 1.48;
}

.s47-smart-campus__inline-question > p:last-child {
	margin: 9px 0 0;
	color: var(--s47-muted);
	font-size: 1rem;
	line-height: 1.68;
}

.s47-smart-campus__handover {
	background: linear-gradient(180deg, rgb(11 35 42 / 0.48), transparent 75%);
}

.s47-smart-campus__handover-content {
	max-width: 940px;
	margin-top: 36px;
}

.s47-smart-campus__artifact-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.s47-smart-campus__artifact-list > div {
	min-height: 104px;
	padding: 17px;
	border: 1px solid var(--s47-line);
	border-radius: var(--s47-radius);
	background: rgb(7 23 29 / 0.52);
}

.s47-smart-campus__artifact-mark {
	display: block;
	margin-bottom: 21px;
	color: var(--s47-accent);
	font-size: 0.88rem;
	font-weight: 700;
}

.s47-smart-campus__artifact-list strong {
	display: block;
	color: var(--s47-ink);
	font-size: 1rem;
	line-height: 1.48;
}

.s47-smart-campus__support-line {
	grid-column: 1 / -1;
	margin: 4px 0 0;
	padding-left: 17px;
	border-left: 2px solid var(--s47-accent);
	color: var(--s47-muted);
	font-size: 1rem;
	line-height: 1.68;
}

.s47-smart-campus__faq-grid {
	display: grid;
	grid-template-columns: minmax(240px, 0.74fr) minmax(0, 1.26fr);
	gap: clamp(32px, 7vw, 104px);
	align-items: start;
}

.s47-smart-campus__faq-list {
	border-top: 1px solid var(--s47-line);
}

.s47-smart-campus__faq-list details {
	padding: 16px 0 18px;
	border-bottom: 1px solid var(--s47-line);
}

.s47-smart-campus__faq-list summary {
	padding-right: 30px;
	color: var(--s47-ink);
	font-size: 1.08rem;
	font-weight: 700;
	line-height: 1.5;
	cursor: pointer;
}

.s47-smart-campus__faq-list details > div {
	max-width: 50rem;
	margin-top: 11px;
	color: var(--s47-muted);
	font-size: 1rem;
	line-height: 1.7;
}

.s47-smart-campus__related {
	padding-top: 70px;
}

.s47-smart-campus__related-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 26px;
}

.s47-smart-campus__related-head h2 {
	max-width: 20ch;
}

.s47-smart-campus__related-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 30px;
}

.s47-smart-campus__related-list a {
	display: flex;
	min-height: 150px;
	flex-direction: column;
	justify-content: space-between;
	gap: 12px;
	padding: 17px;
	border: 1px solid var(--s47-line);
	border-radius: var(--s47-radius);
	background: rgb(16 46 54 / 0.5);
	text-decoration: none;
	transition: border-color 180ms ease, background-color 180ms ease;
}

.s47-smart-campus__related-list a:hover,
.s47-smart-campus__related-list a:focus-visible {
	border-color: var(--s47-accent);
	background: rgb(16 57 65 / 0.72);
}

.s47-smart-campus__related-list span {
	color: var(--s47-ink);
	font-size: 1.03rem;
	font-weight: 700;
	line-height: 1.45;
}

.s47-smart-campus__related-list strong {
	color: var(--s47-muted);
	font-size: 0.94rem;
	font-weight: 500;
	line-height: 1.5;
}

.s47-smart-campus__related-list em {
	color: var(--s47-accent);
	font-size: 0.88rem;
	font-style: normal;
	font-weight: 700;
}

.s47-smart-campus__contact {
	padding: 80px 0;
	background: #0b2730;
}

.s47-smart-campus__contact-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
}

.s47-smart-campus__contact-inner > div {
	max-width: 760px;
}

.s47-smart-campus__contact h2 {
	max-width: 20ch;
}

.s47-smart-campus__contact p {
	margin-bottom: 0;
}

.s47-smart-campus__contact .s47-smart-campus__button {
	flex: 0 0 auto;
}

.s47-smart-campus__sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* No-JS content stays readable. JS opts into the hidden start state before
 * observing each element, then reveals it once for a soft 720ms entrance. */
.s47-smart-campus[data-s47-motion-ready="true"] [data-s47-reveal] {
	opacity: 0;
	transform: translateY(18px);
}

.s47-smart-campus[data-s47-motion-ready="true"] [data-s47-reveal].is-s47-revealed {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 720ms ease, transform 720ms cubic-bezier(0.22, 0.72, 0.24, 1);
}

@media (max-width: 980px) {
	.s47-smart-campus__hero-inner {
		gap: 24px;
	}

	.s47-smart-campus__hero-caption {
		max-width: 220px;
	}

	.s47-smart-campus__map {
		padding: 22px;
	}

	.s47-smart-campus__map-columns {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
	}

	.s47-smart-campus__map-column {
		padding: 16px;
	}

	.s47-smart-campus__map-context {
		gap: 28px;
	}
}

@media (max-width: 740px) {
	.s47-smart-campus__container,
	.s47-smart-campus__hero-inner {
		width: min(100% - 40px, 620px);
	}

	.s47-smart-campus__hero {
		min-height: 0;
	}

	.s47-smart-campus__hero-media img {
		object-position: 54% center;
	}

	.s47-smart-campus__hero-shade {
		background:
			linear-gradient(90deg, rgb(4 17 23 / 0.78) 0%, rgb(4 17 23 / 0.48) 72%, rgb(4 17 23 / 0.27) 100%),
			linear-gradient(0deg, rgb(4 17 23 / 0.74) 0%, rgb(4 17 23 / 0.12) 75%);
	}

	.s47-smart-campus__hero-inner {
		display: block;
		padding-top: 48px;
		padding-bottom: 42px;
	}

	.s47-smart-campus__hero-copy {
		max-width: none;
	}

	.s47-smart-campus__hero h1 {
		max-width: 13ch;
		font-size: clamp(2.55rem, 12vw, 3.6rem);
	}

	.s47-smart-campus__hero-lede {
		margin-top: 18px;
		font-size: 1.04rem;
		line-height: 1.65;
	}

	.s47-smart-campus__hero-actions {
		margin-top: 24px;
	}

	.s47-smart-campus__hero-actions .s47-smart-campus__button {
		width: 100%;
	}

	.s47-smart-campus__hero-actions .s47-smart-campus__text-link {
		margin-left: 2px;
	}

	.s47-smart-campus__hero-caption {
		max-width: none;
		margin: 22px 0 0;
		text-align: left;
	}

	.s47-smart-campus__photo-credit {
		margin-top: 15px;
		font-size: 0.83rem;
	}

	.s47-smart-campus__signal-grid {
		grid-template-columns: 1fr;
	}

	.s47-smart-campus__signal,
	.s47-smart-campus__signal + .s47-smart-campus__signal,
	.s47-smart-campus__signal:last-child {
		min-height: 0;
		padding: 15px 0;
		border-right: 0;
		border-bottom: 1px solid var(--s47-line);
	}

	.s47-smart-campus__signal:last-child {
		border-bottom: 0;
	}

	.s47-smart-campus__section {
		padding: 66px 0;
	}

	.s47-smart-campus__section h2,
	.s47-smart-campus__contact h2 {
		font-size: clamp(1.92rem, 9vw, 2.7rem);
	}

	.s47-smart-campus__map-toolbar {
		align-items: center;
		gap: 12px;
		margin-top: 24px;
		border: 0;
		background: transparent;
	}

	.s47-smart-campus__motion-toggle {
		width: auto;
		min-width: 94px;
		padding-inline: 12px;
		white-space: nowrap;
	}

	.s47-smart-campus__map {
		padding: 17px;
	}

	.s47-smart-campus__map-path {
		width: min(100%, 360px);
		margin-inline: auto;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.s47-smart-campus__path-node {
		flex: 0 0 auto;
		width: 100%;
		min-width: 0;
	}

	.s47-smart-campus__flow-line {
		width: 2px;
		min-width: 2px;
		height: 30px;
		margin-inline: auto;
	}

	.s47-smart-campus__flow-line--column {
		margin-top: 0;
	}

	.s47-smart-campus__flow-line::after {
		right: auto;
		top: auto;
		bottom: -1px;
		left: 50%;
		transform: translateX(-50%) rotate(135deg);
	}

	.s47-smart-campus__flow-line i {
		top: 0;
		left: 50%;
		transform: translate(-50%, -9px);
		animation-name: s47-flow-travel-vertical;
	}

	@keyframes s47-flow-travel-vertical {
		0% { top: 0; }
		100% { top: calc(100% - 9px); }
	}

	.s47-smart-campus__path-label {
		margin-top: 14px;
	}

	.s47-smart-campus__map-columns,
	.s47-smart-campus__focus-grid,
	.s47-smart-campus__scope-process-grid,
	.s47-smart-campus__handover-content {
		display: block;
	}

	.s47-smart-campus__map-context {
		display: block;
		margin-top: 29px;
	}

	.s47-smart-campus__map-columns {
		margin-top: 24px;
	}

	.s47-smart-campus__map-column {
		margin-top: 12px;
	}

	.s47-smart-campus__map-group-note {
		min-height: 0;
	}

	.s47-smart-campus__focus-copy,
	.s47-smart-campus__scope-list,
	.s47-smart-campus__process-list,
	.s47-smart-campus__handover-content {
		margin-top: 31px;
	}

	.s47-smart-campus__handover-content {
		margin-top: 28px;
	}

	.s47-smart-campus__artifact-list {
		grid-template-columns: 1fr;
	}

	.s47-smart-campus__site-figure {
		margin-top: 31px;
	}

	.s47-smart-campus__related {
		padding-top: 60px;
	}

	.s47-smart-campus__related-head,
	.s47-smart-campus__contact-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.s47-smart-campus__related-list {
		grid-template-columns: 1fr;
		margin-top: 23px;
	}

	.s47-smart-campus__related-list a {
		min-height: 0;
	}

	.s47-smart-campus__contact {
		padding: 66px 0;
	}

	.s47-smart-campus__contact .s47-smart-campus__button {
		width: 100%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.s47-smart-campus[data-s47-motion-ready="true"] [data-s47-reveal],
	.s47-smart-campus[data-s47-motion-ready="true"] [data-s47-reveal].is-s47-revealed {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.s47-smart-campus__flow-line i {
		animation: none !important;
	}
}
