@font-face {
	font-family: "Freeland";
	src: url("../fonts/Freeland.woff2") format("woff2");
	font-display: swap;
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "Google Sans";
	src: url("../fonts/GoogleSans-Latin.woff2") format("woff2");
	font-display: swap;
	font-style: normal;
	font-weight: 400 700;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Google Sans";
	src: url("../fonts/GoogleSans-LatinExt.woff2") format("woff2");
	font-display: swap;
	font-style: normal;
	font-weight: 400 700;
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
	font-family: "Google Sans";
	src: url("../fonts/GoogleSans-Italic-Latin.woff2") format("woff2");
	font-display: swap;
	font-style: italic;
	font-weight: 400;
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: "Google Sans";
	src: url("../fonts/GoogleSans-Italic-LatinExt.woff2") format("woff2");
	font-display: swap;
	font-style: italic;
	font-weight: 400;
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
	--move-ink: #202124;
	--move-muted: #5f6368;
	--move-line: #dfe3eb;
	--move-white: #ffffff;
	--move-canvas: #f8fafd;
	--move-blue: #dceaff;
	--move-blue-strong: #1769c2;
	--move-pink: #f7e5f0;
	--move-mint: #ddf3eb;
	--move-peach: #ffeadb;
	--move-yellow: #fff2c7;
	--move-violet: #6b5ad9;
	--move-shadow: 0 24px 70px rgba(60, 64, 67, 0.12), 0 6px 20px rgba(60, 64, 67, 0.07);
	--move-shadow-soft: 0 14px 42px rgba(60, 64, 67, 0.09);
	--move-content: min(100% - 64px, 1380px);
	--move-sans: "Google Sans", "Avenir Next", Avenir, Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	--move-script: "Freeland", "Brush Script MT", cursive;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	min-width: 0;
}

html {
	scroll-behavior: smooth;
	overflow-x: clip;
}

body {
	margin: 0;
	color: var(--move-ink);
	background: var(--move-canvas);
	font-family: var(--move-sans);
	font-size: 18px;
	line-height: 1.58;
}

img,
svg {
	display: block;
	max-width: 100%;
}

img { height: auto; }
a { color: inherit; text-underline-offset: 0.24em; }
button { font: inherit; }
a,
button { -webkit-tap-highlight-color: transparent; }

:focus-visible {
	outline: 3px solid var(--move-blue-strong);
	outline-offset: 5px;
}

::selection {
	color: var(--move-ink);
	background: var(--move-yellow);
}

.skip-link {
	position: fixed;
	z-index: 1000;
	left: 18px;
	top: 14px;
	padding: 12px 18px;
	border-radius: 999px;
	color: var(--move-white);
	background: var(--move-ink);
	transform: translateY(-180%);
}

.skip-link:focus { transform: translateY(0); }

.move-shell {
	position: relative;
	overflow: clip;
}

.move-header {
	position: absolute;
	z-index: 30;
	top: 0;
	left: 50%;
	width: var(--move-content);
	min-height: 108px;
	display: grid;
	grid-template-columns: 150px 1fr auto;
	align-items: center;
	gap: 34px;
	border-bottom: 1px solid rgba(32, 33, 36, 0.12);
	transform: translateX(-50%);
}

.move-logo {
	display: block;
	width: 112px;
	line-height: 0;
}

.move-logo img { width: 100%; }

.move-nav {
	display: flex;
	justify-content: center;
	gap: clamp(20px, 3vw, 44px);
	font-size: 14px;
	font-weight: 650;
}

.move-nav a { text-decoration: none; }
.move-nav a:hover { color: var(--move-blue-strong); }

.move-header__cta,
.move-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 21px;
	border: 0;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.move-header__cta {
	justify-self: end;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: inset 0 0 0 1px rgba(32, 33, 36, 0.12);
	backdrop-filter: blur(16px);
}

.move-header__cta:hover,
.move-button:hover {
	box-shadow: 0 10px 30px rgba(26, 115, 232, 0.2);
	transform: translateY(-2px);
}

.move-preview-note {
	position: fixed;
	z-index: 60;
	right: 20px;
	bottom: 18px;
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 9px 13px;
	border: 1px solid var(--move-line);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--move-shadow-soft);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	backdrop-filter: blur(14px);
}

.move-preview-note span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #7ba7ef;
}

.move-kicker,
.move-section-label,
.move-panel-kicker {
	margin: 0;
	color: var(--move-muted);
	font-size: clamp(14px, 0.9vw, 16px);
	font-weight: 700;
	line-height: 1.35;
}

.move-kicker span { color: var(--move-blue-strong); }

.move-hero {
	position: relative;
	min-height: 100svh;
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
	align-items: center;
	gap: clamp(50px, 6vw, 100px);
	padding: 150px max(32px, calc((100% - 1380px) / 2)) 88px;
	background: linear-gradient(125deg, #f7fbff 0%, #f7fbff 54%, #f2f7ff 100%);
	isolation: isolate;
}

.move-hero::before {
	content: "";
	position: absolute;
	z-index: -2;
	right: -8vw;
	top: -18vh;
	width: 58vw;
	height: 88vh;
	border-radius: 46% 54% 58% 42% / 54% 38% 62% 46%;
	background: linear-gradient(150deg, #dbe9ff, #e7e0fa 72%, #f4e6f0);
	box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.76);
	animation: move-liquid-a 18s ease-in-out infinite alternate;
}

.move-hero::after {
	content: "";
	position: absolute;
	z-index: -2;
	left: -9vw;
	bottom: -24vh;
	width: 31vw;
	height: 42vh;
	border-radius: 50%;
	background: rgba(255, 234, 219, 0.68);
	filter: blur(2px);
}

.move-hero__glow {
	position: absolute;
	z-index: -1;
	inset: 0;
	background: radial-gradient(circle at 58% 43%, rgba(255, 255, 255, 0.94), transparent 22%);
	pointer-events: none;
}

@keyframes move-liquid-a {
	to { border-radius: 62% 38% 46% 54% / 42% 58% 42% 58%; transform: translate3d(-2vw, 3vh, 0) rotate(2deg); }
}

.move-hero__copy {
	position: relative;
	z-index: 8;
}

.move-hero h1 {
	max-width: 760px;
	margin: 26px 0 0;
	font-size: clamp(54px, 5.6vw, 92px);
	font-weight: 650;
	line-height: 1.02;
	letter-spacing: -0.055em;
}

.move-hero__lead {
	max-width: 660px;
	margin: 34px 0 0;
	color: #3c4043;
	font-size: clamp(20px, 1.45vw, 25px);
	font-weight: 450;
	line-height: 1.52;
}

.move-hero__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px;
	margin-top: 34px;
}

.move-button--ink {
	color: var(--move-white);
	background: var(--move-blue-strong);
}

.move-button--paper {
	color: var(--move-ink);
	background: var(--move-white);
}

.move-text-link {
	font-size: 15px;
	font-weight: 700;
}

.move-hero__art {
	position: relative;
	z-index: 5;
	min-height: min(64vw, 680px);
	display: grid;
	place-items: center;
	--depth-x: 0;
	--depth-y: 0;
}

[data-depth] { transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1); }

.move-hero-visual {
	position: relative;
	width: min(100%, 680px);
	min-height: 510px;
	padding: 25px 28px 28px;
	border: 1px solid rgba(60, 64, 67, 0.12);
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: var(--move-shadow);
	backdrop-filter: blur(18px);
	transform: perspective(1200px) rotateY(calc(var(--depth-x) * 0.08deg)) rotateX(calc(var(--depth-y) * -0.07deg)) translate3d(calc(var(--depth-x) * 0.2px), calc(var(--depth-y) * 0.2px), 0);
}

.move-hero-visual__chrome,
.move-object-bar {
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 28px;
	color: var(--move-muted);
	font-size: 12px;
	font-weight: 650;
}

.move-hero-visual__chrome i {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #d5d8de;
}

.move-hero-visual__chrome i:nth-child(2) { background: #b8cdf3; }
.move-hero-visual__chrome i:nth-child(3) { background: #bce1d4; }
.move-hero-visual__chrome span { margin-left: auto; }

.move-hero-visual__eyebrow {
	margin: 28px 0 0;
	font-size: clamp(24px, 2.3vw, 36px);
	font-weight: 650;
	letter-spacing: -0.025em;
}

.move-hero-visual__map {
	position: relative;
	height: 290px;
	margin-top: 18px;
	border-radius: 26px;
	background: linear-gradient(145deg, #f3f7fd, #f9fbff);
	overflow: hidden;
}

.move-hero-visual__map svg,
.move-system-object__canvas svg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: #9aa6b6;
	stroke-width: 2;
	stroke-dasharray: 6 9;
}

.move-hero-node,
.move-system-node {
	position: absolute;
	z-index: 2;
	display: grid;
	place-items: center;
	border: 1px solid rgba(60, 64, 67, 0.12);
	border-radius: 999px;
	background: var(--move-white);
	box-shadow: 0 8px 22px rgba(60, 64, 67, 0.1);
	font-size: 13px;
	font-weight: 650;
}

.move-hero-node { width: 104px; height: 48px; }
.move-hero-node--business { left: 5%; top: 10%; background: var(--move-yellow); }
.move-hero-node--system { left: 39%; top: 40%; width: 120px; height: 58px; background: var(--move-blue); }
.move-hero-node--data { right: 5%; top: 8%; background: var(--move-mint); }
.move-hero-node--operation { right: 3%; bottom: 5%; background: var(--move-white); }

.move-hero-visual__result,
.move-object-answer {
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	gap: 14px;
	margin-top: 15px;
	padding: 13px 16px;
	border-radius: 16px;
	background: #f1f5fb;
}

.move-hero-visual__result span,
.move-object-answer span {
	color: var(--move-muted);
	font-size: 12px;
}

.move-hero-visual__result strong,
.move-object-answer strong { font-size: 16px; }
.move-hero-visual__result i,
.move-object-answer i { color: var(--move-blue-strong); font-size: 24px; font-style: normal; }

.move-script-note,
.move-scene__script {
	position: absolute;
	z-index: 10;
	margin: 0;
	font-family: var(--move-script);
	font-weight: 400;
	line-height: 0.85;
}

.move-script-note {
	left: -2%;
	bottom: 12%;
	padding: 15px 18px;
	border-radius: 18px;
	background: var(--move-yellow);
	box-shadow: var(--move-shadow-soft);
	font-size: clamp(25px, 2vw, 34px);
	transform: translate3d(calc(var(--depth-x) * 0.45px), calc(var(--depth-y) * 0.45px), 0) rotate(-4deg);
}

.move-focus-orb {
	position: absolute;
	z-index: 11;
	right: 1%;
	top: 10%;
	width: 96px;
	height: 96px;
	display: grid;
	place-items: center;
	border: 10px solid rgba(255, 255, 255, 0.84);
	border-radius: 50%;
	background: rgba(220, 234, 255, 0.76);
	box-shadow: var(--move-shadow-soft);
	font-size: 38px;
	font-weight: 600;
	backdrop-filter: blur(12px);
	transform: translate3d(calc(var(--depth-x) * 0.6px), calc(var(--depth-y) * 0.6px), 0);
}

.move-scroll-cue {
	position: absolute;
	left: 50%;
	bottom: 22px;
	margin: 0;
	color: var(--move-muted);
	font-size: 13px;
	font-weight: 650;
	transform: translateX(-50%);
}

.move-scroll-cue span { display: inline-block; margin-right: 8px; animation: move-cue 1.4s ease-in-out infinite; }
@keyframes move-cue { 50% { transform: translateY(5px); } }

.move-definition,
.move-fit,
.move-work,
.move-about {
	padding: clamp(100px, 11vw, 170px) max(32px, calc((100% - 1280px) / 2));
}

.move-definition {
	background: var(--move-white);
	text-align: center;
}

.move-definition h2,
.move-fit h2,
.move-work h2,
.move-about h2,
.move-conversation h2 {
	margin: 18px auto 0;
	font-size: clamp(42px, 5vw, 74px);
	font-weight: 620;
	line-height: 1.08;
	letter-spacing: -0.045em;
}

.move-definition > p:not(.move-section-label) {
	max-width: 760px;
	margin: 26px auto 0;
	color: var(--move-muted);
	font-size: clamp(19px, 1.5vw, 23px);
}

.move-situation-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 64px;
	text-align: left;
}

.move-situation-grid article {
	min-height: 190px;
	padding: 26px;
	border: 1px solid var(--move-line);
	border-radius: 24px;
	background: var(--move-canvas);
}

.move-situation-grid article:nth-child(2) { background: #f8f5fb; }
.move-situation-grid article:nth-child(3) { background: #f4faf7; }
.move-situation-grid span { color: var(--move-blue-strong); font-size: 13px; font-weight: 700; }
.move-situation-grid p { margin: 40px 0 0; font-size: 21px; font-weight: 600; line-height: 1.35; }

.move-visual-story {
	position: relative;
	height: 180vh;
}

.move-visual-story__stage {
	position: sticky;
	top: 0;
	height: 100svh;
	overflow: hidden;
}

.move-scene {
	position: relative;
	height: 100%;
	padding: 7vh max(32px, calc((100% - 1380px) / 2));
	overflow: hidden;
	isolation: isolate;
	--scene-fast: 0px;
	--scene-fast-reverse: 0px;
	--scene-slow: 0px;
	--scene-slow-reverse: 0px;
	--scene-micro: 0px;
	--scene-rotate: 0deg;
}

.move-scene--advice { background: #f6f9fe; }
.move-scene--engineering { background: #f5faf8; }
.move-scene--commerce { background: #fff9f5; }

[data-scene-layer="image"] { transform: translate3d(0, var(--scene-slow), 0); }
[data-scene-layer="poster"] { transform: translate3d(0, var(--scene-fast), 0) rotate(var(--scene-rotate)); }
[data-scene-layer="copy"] { transform: translate3d(0, var(--scene-slow-reverse), 0); }
[data-scene-layer="micro"] { transform: translate3d(0, var(--scene-micro), 0) rotate(-3deg); }

.move-scene__wash {
	position: absolute;
	z-index: -1;
	right: -8vw;
	top: -12vh;
	width: 66vw;
	height: 90vh;
	border-radius: 43% 57% 60% 40% / 54% 40% 60% 46%;
	background: linear-gradient(145deg, rgba(220, 234, 255, 0.9), rgba(231, 224, 250, 0.76));
	box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.66);
}

.move-scene__grid {
	position: absolute;
	z-index: -1;
	inset: 0;
	background-image: linear-gradient(rgba(64, 117, 100, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(64, 117, 100, 0.055) 1px, transparent 1px);
	background-size: 72px 72px;
	mask-image: linear-gradient(to bottom, transparent, #000 15%, #000 85%, transparent);
}

.move-scene__copy {
	position: absolute;
	z-index: 8;
	left: max(32px, calc((100% - 1380px) / 2));
	bottom: 11vh;
	width: min(43vw, 610px);
	padding: 38px 40px;
	border: 1px solid rgba(60, 64, 67, 0.1);
	border-radius: 28px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--move-shadow-soft);
	backdrop-filter: blur(18px);
}

.move-scene__copy h2 {
	margin: 15px 0 0;
	font-size: clamp(38px, 3.4vw, 56px);
	font-weight: 620;
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.move-scene__copy > p:last-child {
	max-width: 620px;
	margin: 22px 0 0;
	color: var(--move-muted);
	font-size: clamp(18px, 1.25vw, 21px);
	line-height: 1.55;
}

.move-decision-object,
.move-system-object,
.move-commerce-object {
	position: absolute;
	z-index: 5;
	right: max(4vw, calc((100% - 1400px) / 2));
	top: 10vh;
	width: min(51vw, 760px);
	min-height: 610px;
	padding: 24px;
	border: 1px solid rgba(60, 64, 67, 0.11);
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: var(--move-shadow);
}

.move-object-bar {
	justify-content: space-between;
	padding: 3px 3px 14px;
	border-bottom: 1px solid var(--move-line);
}

.move-object-bar i {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #f1f4f8;
	font-style: normal;
	font-weight: 700;
}

.move-object-question {
	margin: 38px 10px 0;
	font-size: clamp(36px, 3.6vw, 58px);
	font-weight: 620;
	line-height: 1.08;
	letter-spacing: -0.04em;
}

.move-decision-columns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin: 38px 10px 0;
}

.move-decision-columns > div {
	display: grid;
	gap: 10px;
	padding: 20px;
	border-radius: 20px;
	background: #f4f7fb;
}

.move-decision-columns > div:last-child { background: #faf5f8; }
.move-decision-columns span { color: var(--move-muted); font-size: 12px; }
.move-decision-columns strong { padding: 11px 12px; border-radius: 12px; background: var(--move-white); font-size: 14px; font-weight: 650; }
.move-object-answer { margin: 22px 10px 0; background: var(--move-blue); }

.move-scene__script {
	right: 5vw;
	bottom: 7vh;
	padding: 14px 17px;
	border-radius: 17px;
	background: var(--move-yellow);
	box-shadow: var(--move-shadow-soft);
	font-size: clamp(25px, 2vw, 34px);
}

.move-system-object__canvas {
	position: relative;
	height: 490px;
	margin-top: 18px;
	border-radius: 26px;
	background: linear-gradient(145deg, #f2faf7, #f8fbfa);
	overflow: hidden;
}

.move-system-node { width: 108px; height: 54px; }
.move-system-node--shop { left: 4%; top: 9%; background: var(--move-white); }
.move-system-node--api { left: 42%; top: 42%; width: 126px; height: 66px; background: var(--move-mint); }
.move-system-node--data { right: 4%; top: 11%; background: var(--move-white); }
.move-system-node--ops { right: 4%; bottom: 10%; background: var(--move-white); }

.move-code-drawer {
	position: absolute;
	left: 5%;
	bottom: 7%;
	width: min(48%, 300px);
	padding: 17px;
	border-radius: 17px;
	color: #e8f0fe;
	background: #263238;
	box-shadow: var(--move-shadow-soft);
}

.move-code-drawer span { display: block; color: #aab7bd; font-size: 11px; }
.move-code-drawer code { display: block; margin-top: 12px; font-size: 12px; white-space: normal; }
.move-code-drawer strong { display: block; margin-top: 12px; color: #94e6c8; font-size: 12px; }

.move-system-object__status {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 18px 4px 0;
	color: var(--move-muted);
	font-size: 12px;
	font-weight: 650;
}

.move-system-object__status span { display: flex; align-items: center; gap: 7px; }
.move-system-object__status span i { width: 8px; height: 8px; border-radius: 50%; background: #5bbf9b; }
.move-system-object__status b { margin-left: auto; color: var(--move-ink); }

.move-check-orb {
	position: absolute;
	z-index: 10;
	right: 4vw;
	bottom: 6vh;
	width: 112px;
	height: 112px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--move-white);
	box-shadow: var(--move-shadow-soft);
	text-align: center;
}

.move-check-orb span { color: #137548; font-size: 36px; line-height: 1; }
.move-check-orb small { display: block; margin-top: -22px; color: var(--move-muted); font-size: 11px; }

.move-commerce-waves {
	position: absolute;
	z-index: -1;
	inset: -10%;
}

.move-commerce-waves i {
	position: absolute;
	display: block;
	border-radius: 46% 54% 43% 57% / 54% 42% 58% 46%;
	box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.68);
}

.move-commerce-waves i:nth-child(1) { width: 62%; height: 78%; right: -5%; top: -7%; background: linear-gradient(145deg, #ffe6d6, #f9e8df); }
.move-commerce-waves i:nth-child(2) { width: 38%; height: 46%; left: -8%; bottom: -3%; background: linear-gradient(145deg, #fff0dd, #fff7ee); }

.move-commerce-object__screen {
	display: grid;
	grid-template-columns: 0.75fr 1.25fr;
	gap: 24px;
	margin-top: 18px;
	padding: 28px;
	border-radius: 26px;
	background: #fff9f5;
}

.move-commerce-object__screen > p {
	grid-column: 1 / -1;
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin: 0;
}

.move-commerce-object__screen > p span { margin-right: auto; color: var(--move-muted); font-size: 13px; }
.move-commerce-object__screen > p strong { font-size: 72px; font-weight: 560; line-height: 0.9; }
.move-commerce-object__screen > p i { color: var(--move-muted); font-size: 14px; font-style: normal; }
.move-commerce-object__chart { height: 270px; display: flex; align-items: flex-end; gap: 11px; padding: 22px; border-radius: 20px; background: var(--move-white); }
.move-commerce-object__chart i { flex: 1; border-radius: 999px 999px 8px 8px; background: linear-gradient(to top, #f1a878, #ffd5ba); }
.move-commerce-object__chart i:nth-child(1) { height: 38%; }
.move-commerce-object__chart i:nth-child(2) { height: 68%; }
.move-commerce-object__chart i:nth-child(3) { height: 51%; }
.move-commerce-object__chart i:nth-child(4) { height: 82%; }
.move-commerce-object__screen ul { margin: 0; padding: 0; list-style: none; }
.move-commerce-object__screen li { display: flex; align-items: center; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--move-line); font-size: 14px; font-weight: 600; }
.move-commerce-object__screen li b { color: var(--move-muted); font-size: 11px; font-weight: 650; }
.move-commerce-object__screen li:nth-child(-n+2) b { color: #137548; }
.move-commerce-object__ticket { position: absolute; right: -18px; bottom: 16px; width: 240px; padding: 17px 19px; border-radius: 18px; background: var(--move-white); box-shadow: var(--move-shadow-soft); }
.move-commerce-object__ticket span { display: block; color: var(--move-muted); font-size: 11px; }
.move-commerce-object__ticket strong { display: block; margin-top: 2px; font-size: 22px; }
.move-commerce-object__ticket i { position: absolute; right: 16px; top: 50%; color: var(--move-blue-strong); font-size: 26px; font-style: normal; transform: translateY(-50%); }

.move-story {
	position: relative;
	height: 400vh;
	background: var(--move-white);
	--story-shift: 0px;
}

.move-story__stage {
	position: sticky;
	top: 0;
	height: 100svh;
	overflow: hidden;
}

.move-story__topline {
	position: absolute;
	z-index: 10;
	top: 27px;
	left: 50%;
	width: min(100% - 64px, 1320px);
	display: flex;
	justify-content: space-between;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(32, 33, 36, 0.12);
	color: var(--move-muted);
	font-size: 13px;
	font-weight: 650;
	transform: translateX(-50%);
}

.move-story__topline p { margin: 0; }
.move-story__track { height: 100%; display: flex; width: 400%; transform: translate3d(var(--story-shift), 0, 0); will-change: transform; }
.move-story__panel { position: relative; width: 25%; height: 100%; flex: 0 0 25%; display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, 0.72fr); align-items: center; gap: 7vw; padding: 100px max(6vw, calc((100vw - 1320px) / 2)) 76px; overflow: hidden; }
.move-story__panel--one { background: #f6f9fe; }
.move-story__panel--two { background: #f5faf8; }
.move-story__panel--three { background: #faf7fc; }
.move-story__panel--four { background: #fff9f4; }
.move-story__number {
	position: absolute;
	right: 4vw;
	top: 10vh;
	margin: 0;
	color: transparent;
	-webkit-text-stroke: 2px rgba(32, 33, 36, 0.1);
	font-size: min(28vw, 420px);
	font-weight: 600;
	line-height: 0.8;
}
.move-story__content { position: relative; z-index: 3; max-width: 760px; }
.move-story__content h2 { margin: 15px 0 0; font-size: clamp(54px, 6vw, 94px); font-weight: 620; line-height: 1.02; letter-spacing: -0.05em; }
.move-story__content > p:last-child { max-width: 640px; margin: 28px 0 0; color: var(--move-muted); font-size: clamp(19px, 1.45vw, 24px); line-height: 1.5; }
.move-story__visual { position: relative; z-index: 4; min-height: 410px; display: grid; place-items: center; border: 1px solid rgba(60, 64, 67, 0.1); border-radius: 34px; background: rgba(255, 255, 255, 0.88); box-shadow: var(--move-shadow); }
.move-story__visual--question span { color: #8ab4f8; font-size: 220px; font-weight: 500; line-height: 0.8; }
.move-story__visual--question p { position: absolute; bottom: 28px; padding: 10px 14px; border-radius: 999px; background: var(--move-yellow); font-size: 14px; font-weight: 650; }
.move-story__visual--stack { display: flex; flex-direction: column; gap: 11px; }
.move-story__visual--stack i { width: 68%; padding: 17px; border-radius: 15px; background: #f2f5f8; font-style: normal; font-weight: 650; text-align: center; }
.move-story__visual--stack i:nth-child(2) { background: var(--move-blue); transform: translateX(7%); }
.move-story__visual--stack i:nth-child(3) { background: var(--move-mint); transform: translateX(-5%); }
.move-story__visual--stack strong { position: absolute; right: 22px; bottom: 24px; padding: 10px 13px; border-radius: 999px; color: #13795b; background: #e6f4ee; }
.move-story__visual--handover { grid-template-columns: 1fr auto 1fr; gap: 16px; padding: 34px; }
.move-story__visual--handover span { display: grid; place-items: center; width: 150px; height: 150px; border-radius: 34px; background: var(--move-blue); font-weight: 650; }
.move-story__visual--handover span:last-child { background: var(--move-mint); }
.move-story__visual--handover b { color: var(--move-muted); font-size: 42px; }
.move-story__visual--go { grid-template-columns: auto auto auto; gap: 17px; padding: 30px; }
.move-story__visual--go span { padding: 17px 19px; border-radius: 17px; background: #f2f5f8; font-size: 17px; font-weight: 650; }
.move-story__visual--go span:last-child { background: var(--move-yellow); }
.move-story__visual--go strong { color: var(--move-blue-strong); font-size: 46px; }
.move-story__nav { position: absolute; z-index: 12; left: 50%; bottom: 25px; display: flex; gap: 5px; padding: 5px; border: 1px solid var(--move-line); border-radius: 999px; background: rgba(255, 255, 255, 0.9); box-shadow: var(--move-shadow-soft); transform: translateX(-50%); }
.move-story__nav button { width: 44px; height: 44px; border: 0; border-radius: 50%; color: var(--move-muted); background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; }
.move-story__nav button[aria-current="true"] { color: var(--move-white); background: var(--move-blue-strong); }

.move-fit { background: var(--move-white); }
.move-fit__head,
.move-work__head { max-width: 980px; }
.move-fit h2,
.move-work h2 { margin-left: 0; }
.move-fit__cards,
.move-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 60px; }
.move-fit__cards article { min-height: 300px; padding: 28px; border: 1px solid var(--move-line); border-radius: 24px; background: var(--move-canvas); }
.move-fit__cards article:nth-child(2) { background: #f7faf8; }
.move-fit__cards article:nth-child(3) { background: #fffaf6; }
.move-fit__cards article > span { color: var(--move-blue-strong); font-size: 13px; font-weight: 700; }
.move-fit__cards h3 { margin: 54px 0 0; font-size: clamp(25px, 2.1vw, 34px); font-weight: 620; line-height: 1.18; letter-spacing: -0.025em; }
.move-fit__cards p { margin: 18px 0 0; color: var(--move-muted); font-size: 17px; }

.move-work { background: var(--move-canvas); }
.move-work__head > p:last-child { max-width: 720px; margin: 22px 0 0; color: var(--move-muted); font-size: 20px; }
.move-case { position: relative; min-height: 470px; padding: 30px; border: 1px solid var(--move-line); border-radius: 26px; background: var(--move-white); box-shadow: 0 8px 28px rgba(60, 64, 67, 0.04); overflow: hidden; }
.move-case::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 8px; background: var(--move-blue); }
.move-case--pink::before { background: var(--move-pink); }
.move-case--mint::before { background: var(--move-mint); }
.move-case > p:first-child { margin: 0; color: var(--move-muted); font-size: 13px; font-weight: 650; }
.move-case h3 { margin: 28px 0 0; font-size: clamp(36px, 3.8vw, 58px); font-weight: 620; line-height: 1; letter-spacing: -0.04em; }
.move-case h3 sup { font-size: 0.3em; vertical-align: top; }
.move-case strong { display: block; margin-top: 34px; font-size: 21px; line-height: 1.3; }
.move-case > p:not(:first-child) { margin: 17px 0 0; color: var(--move-muted); font-size: 17px; }
.move-case > span { position: absolute; right: 22px; bottom: 22px; padding: 9px 12px; border-radius: 999px; background: #f1f5fb; font-size: 12px; font-weight: 650; }

.move-about {
	display: grid;
	grid-template-columns: minmax(330px, 0.65fr) minmax(0, 1.2fr);
	align-items: center;
	gap: clamp(60px, 8vw, 130px);
	background: var(--move-white);
}

.move-about__portrait { position: relative; }
.move-about__portrait figure { margin: 0; border-radius: 30px; box-shadow: var(--move-shadow); overflow: hidden; }
.move-about__portrait img { width: 100%; }
.move-about__portrait > p { position: absolute; right: -26px; bottom: -18px; margin: 0; padding: 15px 18px; border-radius: 17px; background: var(--move-yellow); box-shadow: var(--move-shadow-soft); font-family: var(--move-script); font-size: 31px; font-weight: 400; line-height: 0.86; transform: rotate(3deg); }
.move-about__portrait > p span { font-size: 0.8em; }
.move-about h2 { margin-left: 0; }
.move-about__copy > p:not(.move-section-label) { max-width: 760px; margin: 24px 0 0; color: var(--move-muted); font-size: 19px; }
.move-about ul { display: flex; flex-wrap: wrap; gap: 10px; margin: 32px 0 0; padding: 0; list-style: none; }
.move-about li { padding: 9px 13px; border-radius: 999px; background: #f1f5fb; font-size: 13px; font-weight: 650; }

.move-conversation {
	position: relative;
	padding: clamp(120px, 13vw, 200px) max(32px, calc((100% - 1040px) / 2));
	background: linear-gradient(135deg, #e7f0ff, #f2edfb);
	text-align: center;
	overflow: hidden;
}

.move-conversation::before {
	content: "";
	position: absolute;
	left: -12vw;
	top: -20vw;
	width: 38vw;
	height: 38vw;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.72);
}

.move-conversation h2 { position: relative; max-width: 900px; }
.move-conversation > p:not(.move-section-label) { position: relative; max-width: 690px; margin: 26px auto 0; color: var(--move-muted); font-size: clamp(19px, 1.45vw, 23px); }
.move-conversation .move-button { position: relative; margin-top: 34px; }
.move-conversation small { position: relative; display: block; margin-top: 20px; color: var(--move-muted); font-size: 13px; }
.move-conversation__orb { position: absolute; right: 8%; top: 18%; width: 90px; height: 90px; display: grid; place-items: center; border-radius: 50%; color: var(--move-blue-strong); background: rgba(255, 255, 255, 0.75); box-shadow: var(--move-shadow-soft); font-size: 34px; }

.move-footer {
	min-height: 270px;
	display: grid;
	grid-template-columns: 180px 1fr auto;
	align-items: center;
	gap: 50px;
	padding: 60px max(32px, calc((100% - 1320px) / 2));
	color: #e8eaed;
	background: #202124;
}

.move-logo--footer { width: 138px; padding: 11px; border-radius: 16px; background: var(--move-white); }
.move-footer > p { margin: 0; }
.move-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; font-size: 14px; }

@media (max-width: 1120px) {
	.move-header { grid-template-columns: 130px 1fr auto; gap: 20px; }
	.move-nav { gap: 18px; }
	.move-hero { grid-template-columns: minmax(0, 0.86fr) minmax(470px, 1.14fr); }
	.move-hero-visual { min-height: 480px; }
	.move-scene__copy { width: 46vw; }
	.move-decision-object,
	.move-system-object,
	.move-commerce-object { width: 55vw; }
	.move-story__panel { grid-template-columns: minmax(0, 1fr) 360px; gap: 5vw; }
}

@media (max-width: 920px) {
	:root { --move-content: min(100% - 36px, 760px); }
	body { font-size: 17px; }
	.move-header { min-height: 92px; grid-template-columns: 110px 1fr; }
	.move-logo { width: 96px; }
	.move-nav { display: none; }
	.move-header__cta { font-size: 12px; }
	.move-hero { min-height: auto; grid-template-columns: 1fr; padding: 130px 18px 90px; gap: 58px; }
	.move-hero h1 { max-width: 760px; }
	.move-hero__art { min-height: 610px; }
	.move-hero-visual { min-height: 500px; }
	.move-scroll-cue { display: none; }
	.move-situation-grid { grid-template-columns: 1fr; }
	.move-situation-grid article { min-height: auto; }
	.move-situation-grid p { margin-top: 28px; }
	.move-visual-story { height: auto; }
	.move-visual-story__stage { position: relative; height: auto; overflow: visible; }
	.move-scene {
		display: grid;
		gap: 28px;
		min-height: 0;
		height: auto;
		padding: 70px 18px;
	}
	.move-decision-object,
	.move-system-object,
	.move-commerce-object {
		position: relative;
		right: auto;
		top: auto;
		order: 2;
		width: min(100%, 690px);
		transform: none !important;
		justify-self: center;
	}
	.move-scene__copy {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		order: 1;
		width: min(100%, 690px);
		transform: none !important;
		justify-self: center;
	}
	.move-scene__script,
	.move-check-orb {
		position: relative;
		right: auto;
		bottom: auto;
		order: 3;
		justify-self: end;
		margin-top: -82px;
	}
	.move-story { height: auto; }
	.move-story__stage { position: relative; height: auto; overflow: visible; }
	.move-story__topline,
	.move-story__nav { display: none; }
	.move-story__track { display: block; width: auto; height: auto; transform: none !important; }
	.move-story__panel { width: auto; min-height: 860px; height: auto; display: grid; grid-template-columns: 1fr; padding: 88px 28px 70px; }
	.move-story__visual { width: min(100%, 600px); min-height: 350px; justify-self: center; }
	.move-definition,
	.move-fit,
	.move-work,
	.move-about { padding-inline: 24px; }
	.move-fit__cards,
	.move-case-grid { grid-template-columns: 1fr; }
	.move-about { grid-template-columns: 1fr; }
	.move-about__portrait { width: min(100%, 520px); }
	.move-footer { grid-template-columns: 150px 1fr; }
	.move-footer nav { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 560px) {
	:root { --move-content: calc(100% - 28px); }
	.move-preview-note { display: none; }
	.move-header { grid-template-columns: 82px 1fr; min-height: 82px; }
	.move-logo { width: 78px; }
	.move-header__cta { min-height: 41px; padding: 9px 12px; }
	.move-hero { padding-top: 112px; }
	.move-kicker { max-width: 280px; font-size: 14px; }
	.move-kicker span { display: block; }
	.move-hero h1 { margin-top: 20px; font-size: clamp(43px, 13vw, 58px); line-height: 1.03; }
	.move-hero__lead { margin-top: 26px; font-size: 18px; }
	.move-hero__actions { align-items: flex-start; flex-direction: column; }
	.move-hero__art { min-height: 510px; }
	.move-hero-visual { min-height: 430px; padding: 17px; border-radius: 28px; }
	.move-hero-visual__eyebrow { margin-top: 18px; font-size: 24px; }
	.move-hero-visual__map { height: 245px; }
	.move-hero-node { width: 76px; height: 40px; font-size: 10px; }
	.move-hero-node--system { width: 90px; height: 48px; }
	.move-hero-visual__result { grid-template-columns: 1fr auto; gap: 8px; }
	.move-hero-visual__result strong { font-size: 13px; }
	.move-hero-visual__result i { display: none; }
	.move-script-note { left: -4px; bottom: 5%; font-size: 25px; }
	.move-focus-orb { right: -4px; top: 4%; width: 72px; height: 72px; border-width: 7px; font-size: 27px; }
	.move-definition h2,
	.move-fit h2,
	.move-work h2,
	.move-about h2,
	.move-conversation h2 { font-size: clamp(38px, 11vw, 52px); }
	.move-scene { min-height: 0; padding-inline: 14px; }
	.move-decision-object,
	.move-system-object,
	.move-commerce-object { width: calc(100% - 28px); min-height: 520px; padding: 16px; border-radius: 28px; }
	.move-object-question { margin-top: 26px; font-size: 37px; }
	.move-decision-columns { grid-template-columns: 1fr; gap: 10px; margin-top: 24px; }
	.move-decision-columns > div { padding: 14px; }
	.move-decision-columns > div:last-child { display: none; }
	.move-system-object__canvas { height: 410px; }
	.move-system-node { width: 76px; height: 42px; font-size: 10px; }
	.move-system-node--api { width: 88px; height: 50px; }
	.move-code-drawer { width: 58%; padding: 13px; }
	.move-system-object__status { gap: 8px; flex-wrap: wrap; }
	.move-system-object__status b { width: 100%; margin: 0; }
	.move-commerce-object__screen { grid-template-columns: 1fr; padding: 17px; }
	.move-commerce-object__screen > p { grid-column: auto; }
	.move-commerce-object__screen > p strong { font-size: 58px; }
	.move-commerce-object__chart { height: 150px; }
	.move-commerce-object__ticket { right: -4px; bottom: -32px; width: 205px; }
	.move-scene__copy { left: auto; right: auto; bottom: auto; padding: 24px; border-radius: 24px; }
	.move-scene__copy h2 { font-size: clamp(36px, 10vw, 44px); }
	.move-scene__copy > p:last-child { font-size: 17px; }
	.move-scene__script,
	.move-check-orb { right: auto; bottom: auto; }
	.move-check-orb { width: 88px; height: 88px; }
	.move-check-orb small { margin-top: -17px; }
	.move-story__panel { min-height: 760px; padding-inline: 18px; }
	.move-story__content h2 { font-size: clamp(44px, 13vw, 62px); }
	.move-story__visual { min-height: 280px; border-radius: 28px; }
	.move-story__visual--question span { font-size: 170px; }
	.move-story__visual--handover { gap: 8px; padding: 14px; }
	.move-story__visual--handover span { width: 104px; height: 104px; border-radius: 24px; font-size: 12px; }
	.move-story__visual--go { gap: 8px; padding: 14px; }
	.move-story__visual--go span { padding: 12px 10px; font-size: 13px; }
	.move-fit__cards article,
	.move-case { min-height: auto; }
	.move-case { padding: 26px; padding-bottom: 82px; }
	.move-about__portrait > p { right: -4px; }
	.move-conversation__orb { display: none; }
	.move-footer { grid-template-columns: 1fr; gap: 27px; }
	.move-footer nav { grid-column: auto; }
}

.no-js .move-visual-story,
.no-js .move-story { height: auto; }
.no-js .move-visual-story__stage,
.no-js .move-story__stage { position: relative; height: auto; }
.no-js .move-scene { min-height: 1100px; }

/* Strecke E -------------------------------------------------------------- */

.isla-concept--strecke-e {
	--e-ink: #25283b;
	--e-ink-soft: #41445a;
	--e-muted: #666772;
	--e-canvas: #f4f3f1;
	--e-paper: #fffefd;
	--e-line: #e5e3df;
	--e-violet: #7457df;
	--e-violet-dark: #5638bd;
	--e-violet-soft: #e8e0fb;
	--e-blue: #dcecff;
	--e-pink: #fae3ed;
	--e-mint: #daf2e8;
	--e-yellow: #fff0bd;
	--e-peach: #ffe1ce;
	--e-shadow: 0 26px 70px rgba(50, 48, 69, 0.12), 0 7px 22px rgba(50, 48, 69, 0.07);
	--e-shadow-soft: 0 14px 40px rgba(50, 48, 69, 0.09);
	--e-content: min(100% - 64px, 1380px);
	color: var(--e-ink);
	background: var(--e-canvas);
	font-family: var(--move-sans);
	font-size: 18px;
	line-height: 1.58;
}

.isla-concept--strecke-e a { text-underline-offset: 0.25em; }
.isla-concept--strecke-e :focus-visible { outline-color: var(--e-violet-dark); }
.isla-concept--strecke-e ::selection { color: var(--e-ink); background: var(--e-yellow); }
.isla-concept--strecke-e [hidden] { display: none !important; }

.e-shell { position: relative; overflow: clip; }
.e-shell h1,
.e-shell h2,
.e-shell h3 { text-wrap: balance; }

.e-sticker {
	position: absolute;
	z-index: 8;
	pointer-events: none;
	filter: drop-shadow(0 9px 15px rgba(50, 48, 69, 0.13));
	will-change: transform;
}

.e-sticker--hero-rocket { left: 0; top: -68px; width: 94px; animation: e-float-one 9s ease-in-out infinite; }
.e-sticker--hero-chip { right: 5%; top: 2%; width: 76px; animation: e-float-two 10s ease-in-out infinite 0.5s; }
.e-sticker--situations { right: -132px; top: 26px; width: 92px; animation: e-float-two 10s ease-in-out infinite; }
.e-sticker--offers { right: 5%; top: -18px; width: 92px; animation: e-float-one 9.5s ease-in-out infinite 0.8s; }
.e-sticker--projects { right: -112px; top: 8px; width: 94px; animation: e-float-one 9s ease-in-out infinite; }
.e-sticker--agents { left: 0; top: -92px; width: 76px; animation: e-float-two 11s ease-in-out infinite; }
.e-sticker--insights { right: 3%; top: -18px; width: 128px; animation: e-float-two 10s ease-in-out infinite 0.4s; }
.e-sticker--conversation-sparkle { left: 46%; top: 15%; width: 50px; animation: e-float-one 8s ease-in-out infinite; }
.e-sticker--conversation-mail { left: 48%; top: 27%; width: 75px; animation: e-float-two 10s ease-in-out infinite 0.7s; }
.e-sticker--footer-heart { right: 5%; top: -20px; width: 48px; animation: e-float-one 8s ease-in-out infinite; }

@keyframes e-float-one {
	0%, 100% { transform: translate3d(0, 0, 0) rotate(-3deg); }
	50% { transform: translate3d(3px, -12px, 0) rotate(1deg); }
}

@keyframes e-float-two {
	0%, 100% { transform: translate3d(0, -5px, 0) rotate(2deg); }
	50% { transform: translate3d(-4px, 9px, 0) rotate(-2deg); }
}

.e-header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	min-height: 92px;
	display: grid;
	grid-template-columns: minmax(310px, auto) 1fr;
	align-items: center;
	gap: 32px;
	padding: 12px max(32px, calc((100% - 1380px) / 2));
	border-bottom: 1px solid rgba(37, 40, 59, 0.1);
	background: rgba(255, 254, 253, 0.82);
	box-shadow: 0 8px 30px rgba(50, 48, 69, 0.04);
	backdrop-filter: blur(18px) saturate(1.1);
}

.e-nameplate { display: flex; align-items: center; gap: 12px; color: var(--e-ink); text-decoration: none; white-space: nowrap; }
.e-nameplate__icon { width: 44px; height: 44px; flex: 0 0 auto; display: block; object-fit: contain; }
.e-nameplate strong { font-size: 19px; font-weight: 700; letter-spacing: -0.015em; }
.e-nameplate > span { color: #c9c7cf; font-weight: 400; }
.e-nameplate small { color: var(--e-ink-soft); font-size: 15px; font-weight: 400; }

.e-menu-toggle { display: none; }

.e-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(28px, 4vw, 62px);
}

.e-navigation nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 42px); }
.e-navigation nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--e-ink-soft); font-size: 15px; font-weight: 650; text-decoration: none; }
.e-navigation nav a:hover { color: var(--e-violet-dark); }

.e-header__cta,
.e-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.e-header__cta { color: var(--e-ink); background: var(--e-violet-soft); }
.e-header__cta:hover,
.e-button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(86, 56, 189, 0.18); }

.e-preview-note {
	position: fixed;
	z-index: 90;
	right: 18px;
	bottom: 18px;
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 9px 13px;
	border: 1px solid var(--e-line);
	border-radius: 999px;
	background: rgba(255, 254, 253, 0.92);
	box-shadow: var(--e-shadow-soft);
	font-size: 12px;
	font-weight: 700;
	backdrop-filter: blur(15px);
}

.e-preview-note span { width: 8px; height: 8px; border-radius: 50%; background: var(--e-violet); }

.e-kicker,
.e-section-label {
	margin: 0;
	color: var(--e-muted);
	font-size: clamp(15px, 1vw, 17px);
	font-weight: 700;
	line-height: 1.4;
}

.e-kicker span { color: var(--e-violet-dark); }

.e-hero {
	position: relative;
	min-height: 100svh;
	display: grid;
	grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
	align-items: center;
	gap: clamp(48px, 6vw, 96px);
	padding: 150px max(32px, calc((100% - 1380px) / 2)) 90px;
	background: linear-gradient(125deg, #faf9f7 0%, #faf9f7 48%, #f6f2fb 100%);
	isolation: isolate;
}

.e-hero::before {
	content: "";
	position: absolute;
	z-index: -2;
	right: -7vw;
	top: -13vh;
	width: 57vw;
	height: 84vh;
	border-radius: 46% 54% 59% 41% / 55% 39% 61% 45%;
	background: linear-gradient(145deg, #dcecff, #e9dffa 61%, #fae3ed);
	box-shadow: inset 0 0 110px rgba(255, 255, 255, 0.82);
	animation: e-liquid 18s ease-in-out infinite alternate;
}

.e-hero::after {
	content: "";
	position: absolute;
	z-index: -2;
	left: -7vw;
	bottom: -17vh;
	width: 30vw;
	height: 38vh;
	border-radius: 50%;
	background: rgba(255, 225, 206, 0.65);
}

@keyframes e-liquid { to { border-radius: 61% 39% 45% 55% / 42% 58% 42% 58%; transform: translate3d(-2vw, 2vh, 0) rotate(2deg); } }

.e-hero__copy { position: relative; z-index: 4; }
.e-hero h1 { max-width: 760px; margin: 24px 0 0; font-size: clamp(52px, 4.2vw, 72px); font-weight: 680; line-height: 1.04; letter-spacing: -0.052em; }
.e-h1-word { white-space: nowrap; }
.e-hero__lead { max-width: 690px; margin: 30px 0 0; color: var(--e-ink-soft); font-size: clamp(20px, 1.4vw, 24px); line-height: 1.52; }
.e-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 34px; }
.e-button--primary { color: #fff; background: linear-gradient(135deg, var(--e-violet), #8f72ed); box-shadow: 0 10px 26px rgba(116, 87, 223, 0.28); }
.e-button--secondary { border-color: var(--e-line); color: var(--e-ink); background: var(--e-paper); }
.e-button--paper { color: var(--e-ink); background: var(--e-paper); }
.e-text-link { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; color: var(--e-ink); font-size: 15px; font-weight: 700; }
.e-text-link:hover { color: var(--e-violet-dark); }

.e-proofline { display: flex; flex-wrap: wrap; gap: 10px; margin: 34px 0 0; padding: 0; list-style: none; }
.e-proofline li { padding: 8px 12px; border: 1px solid rgba(37, 40, 59, 0.1); border-radius: 999px; background: rgba(255, 255, 255, 0.64); font-size: 13px; font-weight: 650; backdrop-filter: blur(10px); }

.e-hero__art { position: relative; z-index: 3; min-height: min(66vw, 690px); display: grid; place-items: center; --e-depth-x: 0; --e-depth-y: 0; }
[data-e-depth] { transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1); }
.e-hero-card { position: relative; width: min(100%, 700px); min-height: 520px; padding: 26px 28px 28px; border: 1px solid rgba(37, 40, 59, 0.12); border-radius: 34px; background: rgba(255, 254, 253, 0.93); box-shadow: var(--e-shadow); backdrop-filter: blur(18px); transform: perspective(1200px) rotateY(calc(var(--e-depth-x) * 0.08deg)) rotateX(calc(var(--e-depth-y) * -0.07deg)) translate3d(calc(var(--e-depth-x) * 0.22px), calc(var(--e-depth-y) * 0.22px), 0); }
.e-window-bar { display: flex; align-items: center; gap: 7px; min-height: 28px; padding-right: 96px; color: var(--e-muted); font-size: 12px; font-weight: 650; }
.e-window-bar i { width: 8px; height: 8px; border-radius: 50%; background: #d7d5d9; }
.e-window-bar i:nth-child(2) { background: #c5b9e9; }
.e-window-bar i:nth-child(3) { background: #add9cb; }
.e-window-bar span { margin-left: auto; }
.e-hero-card__question { display: grid; gap: 5px; margin-top: 28px; }
.e-hero-card__question span { color: var(--e-muted); font-size: 13px; font-weight: 650; }
.e-hero-card__question strong { max-width: 480px; font-size: clamp(25px, 2.3vw, 36px); line-height: 1.18; letter-spacing: -0.025em; }
.e-decision-map { position: relative; height: 290px; margin-top: 18px; border-radius: 26px; background: linear-gradient(145deg, #f4f6fb, #fbfcff); overflow: hidden; }
.e-decision-map svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: #aaa7b4; stroke-width: 2; stroke-dasharray: 6 9; }
.e-map-node { position: absolute; z-index: 2; width: 106px; min-height: 48px; display: grid; place-items: center; border: 1px solid rgba(37, 40, 59, 0.11); border-radius: 999px; background: var(--e-paper); box-shadow: 0 8px 22px rgba(50, 48, 69, 0.1); font-size: 13px; font-weight: 700; }
.e-map-node--business { left: 5%; top: 9%; background: var(--e-yellow); }
.e-map-node--system { left: 39%; top: 40%; width: 126px; min-height: 58px; background: var(--e-violet-soft); }
.e-map-node--data { right: 5%; top: 9%; background: var(--e-mint); }
.e-map-node--ops { right: 3%; bottom: 6%; background: var(--e-paper); }
.e-hero-card__answer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 13px; margin-top: 15px; padding: 13px 16px; border-radius: 16px; background: #f1eef9; }
.e-hero-card__answer span { color: var(--e-muted); font-size: 12px; }
.e-hero-card__answer strong { font-size: 16px; }
.e-hero-card__answer i { color: var(--e-violet-dark); font-size: 24px; font-style: normal; }
.e-script-note { position: absolute; z-index: 8; left: -2%; bottom: 12%; margin: 0; padding: 14px 18px; border-radius: 17px; background: var(--e-yellow); box-shadow: var(--e-shadow-soft); font-family: var(--move-script); font-size: clamp(26px, 2.1vw, 35px); line-height: 0.85; transform: translate3d(calc(var(--e-depth-x) * 0.45px), calc(var(--e-depth-y) * 0.45px), 0) rotate(-4deg); }
.e-orb { position: absolute; z-index: 9; display: grid; place-items: center; border: 9px solid rgba(255, 255, 255, 0.82); border-radius: 50%; box-shadow: var(--e-shadow-soft); font-weight: 700; backdrop-filter: blur(12px); }
.e-orb--question { right: 0; top: 9%; width: 94px; height: 94px; background: rgba(232, 224, 251, 0.82); font-size: 36px; transform: translate3d(calc(var(--e-depth-x) * 0.55px), calc(var(--e-depth-y) * 0.55px), 0); }
.e-orb--check { right: 8%; bottom: 8%; width: 68px; height: 68px; color: #315e4c; background: rgba(218, 242, 232, 0.9); font-size: 25px; transform: translate3d(calc(var(--e-depth-x) * 0.7px), calc(var(--e-depth-y) * 0.7px), 0); }

.e-situations,
.e-offers,
.e-insights { padding: clamp(100px, 10vw, 160px) max(32px, calc((100% - 1280px) / 2)); }
.e-situations { background: var(--e-paper); }
.e-section-head { position: relative; max-width: 930px; margin: 0 auto; text-align: center; }
.e-section-head--left { margin-left: 0; text-align: left; }
.e-section-head h2,
.e-advice h2,
.e-projects h2,
.e-agents h2,
.e-about h2,
.e-conversation h2 { margin: 18px 0 0; font-size: clamp(40px, 4.7vw, 68px); font-weight: 660; line-height: 1.08; letter-spacing: -0.045em; }
.e-section-head > p:last-child { max-width: 760px; margin: 24px auto 0; color: var(--e-muted); font-size: clamp(18px, 1.4vw, 22px); }
.e-section-head--left > p:last-child { margin-left: 0; }
.e-situation-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.e-situation-grid article { min-height: 280px; padding: 26px; border: 1px solid var(--e-line); border-radius: 24px; background: #faf9f7; }
.e-situation-grid article:nth-child(2) { background: #f7f3fd; }
.e-situation-grid article:nth-child(3) { background: #f3f8fc; }
.e-situation-grid article:nth-child(4) { background: #f3f9f6; }
.e-situation-grid article > span { color: var(--e-violet-dark); font-size: 13px; font-weight: 700; }
.e-situation-grid h3 { margin: 46px 0 0; font-size: 25px; line-height: 1.18; letter-spacing: -0.025em; }
.e-situation-grid p { margin: 16px 0 0; color: var(--e-muted); font-size: 16px; }

.e-advice { min-height: 880px; display: grid; grid-template-columns: minmax(420px, 0.95fr) minmax(0, 0.9fr); align-items: center; gap: clamp(60px, 8vw, 130px); padding: clamp(100px, 11vw, 170px) max(32px, calc((100% - 1300px) / 2)); background: linear-gradient(135deg, #f5effa, #f9f7fc 58%, #f2f7fb); overflow: hidden; }
.e-advice__visual { position: relative; min-height: 580px; --e-art-shift: 0px; }
.e-audit-card { position: absolute; left: 50%; top: 50%; width: min(90%, 540px); min-height: 340px; display: grid; align-content: space-between; padding: 28px; border: 1px solid rgba(37, 40, 59, 0.1); border-radius: 28px; background: rgba(255, 254, 253, 0.94); box-shadow: var(--e-shadow); transform-origin: center; }
.e-audit-card span { color: var(--e-muted); font-size: 13px; font-weight: 400; }
.e-audit-card strong { max-width: 380px; font-size: clamp(28px, 3vw, 42px); line-height: 1.12; letter-spacing: -0.03em; }
.e-audit-card i { justify-self: end; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--e-violet); font-style: normal; font-weight: 700; }
.e-audit-card--back { background: #edf7f3; transform: translate(-58%, -52%) rotate(-9deg) translateX(calc(var(--e-art-shift) * -0.35)); }
.e-audit-card--middle { background: #f5effc; transform: translate(-48%, -49%) rotate(5deg) translateX(calc(var(--e-art-shift) * 0.25)); }
.e-audit-card--front { z-index: 2; transform: translate(-52%, -48%) rotate(-1deg) translateY(var(--e-art-shift)); }
.e-advice__copy > p:not(.e-section-label) { max-width: 690px; margin: 25px 0 0; color: var(--e-muted); font-size: 20px; }
.e-check-list { display: grid; gap: 12px; margin: 30px 0 25px; padding: 0; list-style: none; }
.e-check-list li { position: relative; padding-left: 34px; }
.e-check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #315e4c; background: var(--e-mint); font-size: 13px; font-weight: 800; }

.e-offers { background: var(--e-paper); }
.e-offer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.e-offer-grid article { min-height: 290px; padding: 30px; border: 1px solid var(--e-line); border-radius: 25px; background: var(--e-canvas); }
.e-offer-grid article:nth-child(2) { background: #f7f3fd; }
.e-offer-grid article:nth-child(3) { background: #f2f7fb; }
.e-offer-grid article:nth-child(4) { background: #f3f9f6; }
.e-offer-grid span { color: var(--e-violet-dark); font-size: 13px; font-weight: 700; }
.e-offer-grid h3 { margin: 44px 0 0; font-size: clamp(28px, 2.6vw, 39px); line-height: 1.14; letter-spacing: -0.03em; }
.e-offer-grid p { max-width: 560px; margin: 18px 0 0; color: var(--e-muted); font-size: 17px; }

.e-projects { position: relative; height: 410vh; background: #efeef2; }
.e-projects__sticky { position: sticky; top: 0; height: 100vh; display: grid; grid-template-rows: auto minmax(0, 1fr); padding: 112px 0 24px; overflow: hidden; }
.e-projects__topline { width: var(--e-content); margin: 0 auto 22px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.e-projects__topline > div { position: relative; }
.e-projects h2 { margin-top: 8px; font-size: clamp(36px, 4vw, 60px); }
.e-projects__topline > p { margin: 0 0 8px; color: var(--e-muted); font-size: 15px; font-weight: 700; }
.e-projects__motion { min-height: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; }
.e-projects__viewport { overflow: hidden; }
.e-projects__track { height: 100%; display: flex; align-items: stretch; gap: 24px; width: max-content; padding: 0 max(32px, calc((100vw - 1380px) / 2)); transform: translateX(var(--e-project-shift, 0)); will-change: transform; }
.e-project { width: min(1120px, calc(100vw - 150px)); min-height: 600px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.82fr); gap: clamp(40px, 5vw, 80px); padding: 30px; border: 1px solid rgba(37, 40, 59, 0.1); border-radius: 30px; background: var(--e-paper); box-shadow: var(--e-shadow-soft); }
.e-project__art { position: relative; min-height: 0; display: grid; place-items: center; padding: 70px 40px 44px; border-radius: 24px; background: linear-gradient(145deg, #edf4ff, #f4effc); overflow: hidden; }
.e-project--ck .e-project__art { background: linear-gradient(145deg, #fbeaf1, #f8f2fb); }
.e-project--raumluft .e-project__art { background: linear-gradient(145deg, #e9f6f1, #eff7fc); }
.e-project--topmodel .e-project__art { background: linear-gradient(145deg, #fff1dc, #fae6f0); }
.e-project-window { position: absolute; left: 20px; right: 20px; top: 18px; display: flex; align-items: center; gap: 7px; color: var(--e-muted); font-size: 12px; }
.e-project-window span { width: 8px; height: 8px; border-radius: 50%; background: rgba(37, 40, 59, 0.16); }
.e-project-window b { margin-left: auto; font-weight: 650; }
.e-animal-grid,
.e-magazine-grid { width: min(100%, 540px); display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.e-animal-grid i,
.e-magazine-grid i { min-height: 180px; display: grid; place-items: end start; padding: 18px; border-radius: 24px; background: rgba(255, 255, 255, 0.88); box-shadow: var(--e-shadow-soft); font-style: normal; font-weight: 700; }
.e-animal-grid i:nth-child(2) { transform: translateY(-32px); background: var(--e-yellow); }
.e-animal-grid i:nth-child(3) { background: var(--e-mint); }
.e-agent-chip { position: absolute; right: 26px; bottom: 24px; margin: 0; padding: 10px 14px; border-radius: 999px; background: rgba(255, 255, 255, 0.92); box-shadow: var(--e-shadow-soft); font-size: 13px; font-weight: 700; }
.e-waveform { width: min(90%, 520px); height: 260px; display: flex; align-items: center; justify-content: center; gap: 18px; }
.e-waveform i { width: 18px; height: 42%; border-radius: 999px; background: var(--e-violet); box-shadow: 0 8px 18px rgba(116, 87, 223, 0.18); }
.e-waveform i:nth-child(2), .e-waveform i:nth-child(6) { height: 72%; background: #d48aaa; }
.e-waveform i:nth-child(3), .e-waveform i:nth-child(5) { height: 96%; }
.e-waveform i:nth-child(4) { height: 58%; background: #a57de8; }
.e-shop-flow { width: min(100%, 600px); display: flex; align-items: center; justify-content: center; gap: 13px; }
.e-shop-flow span { min-width: 125px; min-height: 125px; display: grid; place-items: center; border: 1px solid rgba(37, 40, 59, 0.1); border-radius: 28px; background: rgba(255, 255, 255, 0.9); box-shadow: var(--e-shadow-soft); font-weight: 700; }
.e-shop-flow span:nth-of-type(2) { background: var(--e-mint); }
.e-shop-flow b { color: var(--e-violet-dark); font-size: 28px; }
.e-magazine-grid { grid-template-columns: repeat(2, 1fr); transform: rotate(-2deg); }
.e-magazine-grid i { min-height: 125px; background: rgba(255, 255, 255, 0.9); }
.e-magazine-grid i:nth-child(2) { background: var(--e-pink); transform: translateY(18px); }
.e-magazine-grid i:nth-child(3) { background: var(--e-yellow); }
.e-magazine-grid i:nth-child(4) { background: var(--e-violet-soft); transform: translateY(18px); }
.e-project__copy { align-self: center; }
.e-project__index { display: none; }
.e-project__copy h3 { margin: 18px 0 0; font-size: clamp(40px, 4.4vw, 66px); line-height: 1; letter-spacing: -0.045em; }
.e-project__copy > p:not(.e-project__index) { margin: 22px 0 0; color: var(--e-muted); font-size: 17px; }
.e-project__copy ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0 0; padding: 0; list-style: none; }
.e-project__copy li { padding: 8px 11px; border-radius: 999px; background: #f0eef5; font-size: 12px; font-weight: 700; }
.e-project__copy > a { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; margin-top: 24px; color: var(--e-violet-dark); font-size: 14px; font-weight: 700; }
.e-projects__nav { justify-self: center; display: flex; gap: 5px; margin-top: 12px; padding: 6px; border: 1px solid rgba(37, 40, 59, 0.1); border-radius: 999px; background: rgba(255, 255, 255, 0.9); box-shadow: var(--e-shadow-soft); }
.e-projects__nav button { width: 44px; height: 44px; border: 0; border-radius: 50%; color: var(--e-muted); background: transparent; font-size: 12px; font-weight: 700; cursor: pointer; }
.e-projects__nav button[aria-current="true"] { color: #fff; background: var(--e-violet); }

.e-agents { min-height: 900px; display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr); align-items: center; gap: clamp(60px, 8vw, 130px); padding: clamp(110px, 12vw, 180px) max(32px, calc((100% - 1320px) / 2)); background: var(--e-paper); }
.e-agents__copy { position: relative; }
.e-agents__copy > p:not(.e-section-label) { max-width: 660px; margin: 24px 0; color: var(--e-muted); font-size: 20px; }
.e-agents__diagram { position: relative; min-height: 610px; }
.e-agent-core { position: absolute; z-index: 5; left: 50%; top: 50%; width: 230px; height: 230px; display: grid; align-content: center; gap: 7px; padding: 30px; border: 12px solid rgba(255, 255, 255, 0.86); border-radius: 50%; background: var(--e-violet-soft); box-shadow: var(--e-shadow); transform: translate(-50%, -50%); text-align: center; }
.e-agent-core span { color: var(--e-violet-dark); font-family: var(--move-script); font-size: 47px; line-height: 0.85; }
.e-agent-core strong { font-size: 15px; line-height: 1.3; }
.e-agent-file { position: absolute; width: 210px; min-height: 150px; display: grid; align-content: center; gap: 5px; padding: 22px; border: 1px solid var(--e-line); border-radius: 23px; background: var(--e-paper); box-shadow: var(--e-shadow-soft); }
.e-agent-file > span { color: var(--e-violet-dark); font-size: 12px; font-weight: 800; }
.e-agent-file strong { font-size: 22px; }
.e-agent-file small { color: var(--e-muted); font-size: 13px; }
.e-agent-file--one { left: 2%; top: 7%; transform: rotate(-5deg); }
.e-agent-file--two { right: 1%; top: 7%; transform: rotate(4deg); background: #f8f2fb; }
.e-agent-file--three { left: 2%; bottom: 6%; transform: rotate(4deg); background: #f2f8f5; }
.e-agent-file--four { right: 1%; bottom: 6%; transform: rotate(-5deg); background: #fff9eb; }

.e-insights { background: var(--e-canvas); }
.e-article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.e-article { padding: 18px; border: 1px solid var(--e-line); border-radius: 25px; background: var(--e-paper); box-shadow: 0 8px 28px rgba(50, 48, 69, 0.04); }
.e-article__image { display: block; aspect-ratio: 1.45; border: 1px solid #f0eee9; border-radius: 17px; overflow: hidden; }
.e-article__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.e-article:hover .e-article__image img { transform: scale(1.025); }
.e-article > div { padding: 24px 6px 8px; }
.e-article > div > p { margin: 0; color: var(--e-violet-dark); font-size: 13px; font-weight: 700; }
.e-article h3 { margin: 17px 0 0; font-size: clamp(23px, 2vw, 31px); line-height: 1.18; letter-spacing: -0.025em; }
.e-article h3 a { text-decoration: none; }
.e-article .e-text-link { margin-top: 20px; }
.e-insights__all { margin: 0; }

.e-about { display: grid; grid-template-columns: minmax(330px, 0.65fr) minmax(0, 1.2fr); align-items: center; gap: clamp(60px, 8vw, 130px); padding: clamp(105px, 11vw, 170px) max(32px, calc((100% - 1280px) / 2)); background: var(--e-paper); }
.e-about__portrait { position: relative; }
.e-about__portrait figure { margin: 0; border-radius: 30px; box-shadow: var(--e-shadow); overflow: hidden; }
.e-about__portrait img { width: 100%; }
.e-about__portrait > p { position: absolute; right: -24px; bottom: -16px; margin: 0; padding: 15px 18px; border-radius: 17px; background: var(--e-yellow); box-shadow: var(--e-shadow-soft); font-family: var(--move-script); font-size: 31px; line-height: 0.86; transform: rotate(3deg); }
.e-about__portrait > p span { font-size: 0.8em; }
.e-about__copy > p:not(.e-section-label) { max-width: 760px; margin: 23px 0 0; color: var(--e-muted); font-size: 19px; }
.e-about ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 31px 0 0; padding: 0; list-style: none; }
.e-about li { padding: 9px 13px; border-radius: 999px; background: #f1eef7; font-size: 13px; font-weight: 700; }

.e-conversation { position: relative; min-height: 560px; display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr); align-items: start; gap: clamp(56px, 8vw, 120px); padding: clamp(105px, 11vw, 150px) max(32px, calc((100% - 1280px) / 2)); background: linear-gradient(135deg, #e6efff, #f0e9fb 64%, #fbe8ef); overflow: hidden; }
.e-conversation::before { content: ""; position: absolute; left: -11vw; top: -19vw; width: 37vw; height: 37vw; border-radius: 50%; background: rgba(255, 255, 255, 0.7); }
.e-conversation__copy,
.e-conversation__contact { position: relative; z-index: 2; }
.e-conversation h2 { max-width: 690px; }
.e-conversation__copy > p:not(.e-section-label) { max-width: 650px; margin: 25px 0 0; color: var(--e-muted); font-size: clamp(19px, 1.45vw, 23px); }
.e-conversation__contact { display: grid; gap: 25px; padding: 30px; border: 1px solid rgba(37, 40, 59, 0.1); border-radius: 28px; background: rgba(255, 254, 253, 0.78); box-shadow: var(--e-shadow-soft); backdrop-filter: blur(16px); }
.e-contact-address { display: grid; gap: 7px; margin: 0; }
.e-contact-address span { color: var(--e-muted); font-size: 13px; font-weight: 700; }
.e-contact-address a { font-size: clamp(25px, 3vw, 40px); font-weight: 700; letter-spacing: -0.035em; text-decoration-thickness: 1px; }
.e-conversation .e-button { justify-self: start; }
.e-conversation__contact nav { display: flex; flex-wrap: wrap; gap: 8px; }
.e-conversation__contact nav a { min-height: 44px; display: inline-flex; align-items: center; padding: 7px 14px; border-radius: 999px; color: var(--e-ink-soft); text-decoration: none; }
.e-conversation__contact nav a:hover { color: var(--e-violet-dark); background: rgba(255, 255, 255, 0.7); }
.e-conversation small { color: var(--e-muted); font-size: 13px; }

.e-footer { position: relative; min-height: 150px; display: grid; grid-template-columns: minmax(260px, 1fr) auto auto; align-items: center; gap: 42px; padding: 36px max(32px, calc((100% - 1280px) / 2)); border-top: 1px solid var(--e-line); color: var(--e-muted); background: #fbfbfa; }
.e-footer__identity { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px 14px; }
.e-footer__identity a { color: var(--e-ink); font-size: 20px; font-weight: 700; letter-spacing: -0.02em; text-decoration: none; }
.e-footer__identity span { font-size: 14px; }
.e-footer > p { margin: 0; font-size: 14px; }
.e-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; font-size: 14px; }

@media (min-width: 921px) and (max-height: 820px) {
	.e-projects__sticky { padding-top: 98px; padding-bottom: 12px; }
	.e-projects__topline { margin-bottom: 12px; }
	.e-projects h2 { font-size: 46px; }
	.e-projects__viewport { min-height: 0; }
	.e-project { min-height: 0; height: 100%; padding: 20px; }
	.e-project__art { padding: 56px 28px 34px; }
	.e-animal-grid i { min-height: 150px; }
	.e-waveform { height: 210px; }
	.e-project__copy h3 { margin-top: 12px; font-size: 46px; }
	.e-project__copy > p:not(.e-project__index) { margin-top: 12px; font-size: 15px; line-height: 1.42; }
	.e-project__copy ul { margin-top: 13px; }
	.e-project__copy > a { margin-top: 10px; }
	.e-projects__nav { margin-top: 7px; }
}

@media (max-width: 1120px) {
	.e-navigation { gap: 24px; }
	.e-navigation nav { gap: 20px; }
	.e-nameplate small { display: none; }
	.e-hero { grid-template-columns: minmax(0, 0.86fr) minmax(470px, 1.14fr); }
	.e-situation-grid { grid-template-columns: repeat(2, 1fr); }
	.e-project { grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr); }
	.e-agents { grid-template-columns: 1fr 520px; }
}

@media (max-width: 920px) {
	.isla-concept--strecke-e { --e-content: min(100% - 36px, 760px); font-size: 17px; }
	body.e-menu-open { overflow: hidden; }
	.e-header { min-height: 78px; grid-template-columns: minmax(0, 1fr) auto; padding: 10px 18px; }
	.e-nameplate strong { font-size: 18px; }
	.e-nameplate > span,
	.e-nameplate small { display: none; }
	.e-menu-toggle { justify-self: end; min-width: 104px; min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid rgba(37, 40, 59, 0.14); border-radius: 999px; color: var(--e-ink); background: rgba(255, 255, 255, 0.92); font-size: 15px; font-weight: 700; cursor: pointer; }
	.e-menu-toggle__icon { width: 20px; height: 16px; display: grid; align-content: center; gap: 6px; }
	.e-menu-toggle__icon i { display: block; width: 20px; height: 2px; border-radius: 999px; background: currentColor; transition: transform 180ms ease; }
	.e-menu-toggle[aria-expanded="true"] .e-menu-toggle__icon i:first-child { transform: translateY(4px) rotate(45deg); }
	.e-menu-toggle[aria-expanded="true"] .e-menu-toggle__icon i:last-child { transform: translateY(-4px) rotate(-45deg); }
	.js .e-menu-toggle[aria-expanded="false"] + .e-navigation { display: none; }
	.e-navigation { position: fixed; z-index: 101; left: 0; right: 0; top: 78px; max-height: calc(100svh - 78px); display: grid; align-content: start; gap: 28px; padding: 24px 18px 32px; border-bottom: 1px solid var(--e-line); background: rgba(255, 254, 253, 0.98); box-shadow: 0 24px 60px rgba(50, 48, 69, 0.18); overflow-y: auto; }
	.e-navigation nav { display: grid; gap: 4px; }
	.e-navigation nav a { min-height: 56px; padding: 8px 12px; border-bottom: 1px solid var(--e-line); font-size: 19px; }
	.e-navigation .e-header__cta { justify-self: stretch; min-height: 54px; }
	.no-js .e-header { position: relative; grid-template-columns: 92px 1fr; }
	.no-js .e-menu-toggle { display: none; }
	.no-js .e-navigation { position: static; grid-column: 1 / -1; max-height: none; padding-inline: 0; border: 0; box-shadow: none; }
	.e-preview-note { display: none; }
	.e-hero { min-height: auto; grid-template-columns: 1fr; gap: 58px; padding: 126px 18px 88px; }
	.no-js .e-hero { padding-top: 60px; }
	.e-hero__art { min-height: 610px; }
	.e-hero-card { min-height: 500px; }
	.e-situations,
	.e-offers,
	.e-insights { padding-inline: 24px; }
	.e-advice { min-height: 0; grid-template-columns: 1fr; padding-inline: 24px; }
	.e-advice__visual { min-height: 560px; order: 2; }
	.e-offer-grid { grid-template-columns: 1fr; }
	.e-projects { padding: 100px 0; }
	.e-projects__sticky { position: relative; height: auto; display: block; padding: 0; overflow: visible; }
	.e-projects__motion { position: relative; height: auto; display: block; overflow: visible; }
	.e-projects__topline { width: var(--e-content); align-items: start; }
	.e-projects__viewport { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; padding-bottom: 20px; }
	.e-projects__track { height: auto; gap: 18px; padding-inline: 18px; }
	.e-project { width: min(720px, calc(100vw - 36px)); min-height: auto; grid-template-columns: 1fr; scroll-snap-align: start; }
	.e-project__art { min-height: 440px; }
	.e-projects__nav { display: none; }
	.e-projects__topline > p { display: none; }
	.e-agents { min-height: 0; grid-template-columns: 1fr; padding-inline: 24px; }
	.e-agents__diagram { min-height: 650px; }
	.e-article-grid { grid-template-columns: 1fr; }
	.e-article { display: grid; grid-template-columns: minmax(220px, 0.8fr) 1fr; gap: 24px; }
	.e-article > div { padding: 12px 8px 12px 0; }
	.e-about { grid-template-columns: 1fr; padding-inline: 24px; }
	.e-about__portrait { width: min(100%, 520px); }
	.e-conversation { grid-template-columns: 1fr; padding-inline: 24px; }
	.e-conversation__contact { width: min(100%, 720px); }
	.e-footer { grid-template-columns: 1fr auto; }
	.e-footer nav { grid-column: 1 / -1; justify-content: flex-start; }
	.e-sticker--hero-rocket,
	.e-sticker--situations,
	.e-sticker--offers,
	.e-sticker--projects,
	.e-sticker--agents,
	.e-sticker--insights,
	.e-sticker--conversation-sparkle,
	.e-sticker--conversation-mail { display: none; }
}

@media (max-width: 560px) {
	.isla-concept--strecke-e { --e-content: calc(100% - 28px); }
	.e-header { min-height: 72px; grid-template-columns: minmax(0, 1fr) auto; padding-inline: 14px; }
	.e-nameplate { gap: 9px; }
	.e-nameplate__icon { width: 38px; height: 38px; }
	.e-nameplate strong { font-size: 17px; }
	.e-menu-toggle { min-width: 96px; min-height: 48px; }
	.e-navigation { top: 72px; max-height: calc(100svh - 72px); }
	.e-hero { padding-top: 112px; }
	.e-kicker { max-width: 320px; font-size: 14px; }
	.e-kicker span { display: block; }
	.e-hero h1 { margin-top: 20px; font-size: clamp(41px, 12.5vw, 55px); line-height: 1.04; }
	.e-h1-word { white-space: normal; }
	.e-hero__lead { margin-top: 24px; font-size: 18px; }
	.e-actions { align-items: stretch; flex-direction: column; }
	.e-actions .e-button { width: 100%; }
	.e-proofline { display: grid; }
	.e-hero__art { min-height: 500px; }
	.e-hero-card { min-height: 430px; padding: 17px; border-radius: 27px; }
	.e-hero-card__question { margin-top: 18px; }
	.e-hero-card__question strong { font-size: 24px; }
	.e-decision-map { height: 235px; }
	.e-map-node { width: 76px; min-height: 40px; font-size: 10px; }
	.e-map-node--system { width: 90px; min-height: 48px; }
	.e-hero-card__answer { grid-template-columns: 1fr auto; gap: 8px; }
	.e-hero-card__answer strong { font-size: 13px; }
	.e-hero-card__answer i { display: none; }
	.e-script-note { left: -3px; bottom: 4%; font-size: 25px; }
	.e-orb--question { right: -4px; top: 3%; width: 70px; height: 70px; border-width: 7px; font-size: 26px; }
	.e-orb--check { display: none; }
	.e-section-head h2,
	.e-advice h2,
	.e-projects h2,
	.e-agents h2,
	.e-about h2,
	.e-conversation h2 { font-size: clamp(37px, 10.5vw, 49px); }
	.e-situation-grid { grid-template-columns: 1fr; }
	.e-situation-grid article { min-height: auto; }
	.e-situation-grid h3 { margin-top: 30px; }
	.e-advice { padding-inline: 18px; }
	.e-advice__visual { min-height: 480px; }
	.e-audit-card { min-height: 300px; padding: 22px; }
	.e-audit-card strong { font-size: 27px; }
	.e-offers,
	.e-insights { padding-inline: 18px; }
	.e-offer-grid article { min-height: auto; }
	.e-projects { padding-block: 86px; }
	.e-project { width: calc(100vw - 28px); padding: 14px; border-radius: 24px; }
	.e-project__art { min-height: 330px; padding-inline: 18px; }
	.e-animal-grid i { min-height: 130px; padding: 11px; font-size: 12px; }
	.e-agent-chip { left: 18px; right: auto; max-width: calc(100% - 36px); }
	.e-waveform { gap: 10px; height: 180px; }
	.e-waveform i { width: 13px; }
	.e-shop-flow { flex-wrap: wrap; gap: 7px; }
	.e-shop-flow span { min-width: 88px; min-height: 88px; border-radius: 22px; font-size: 12px; }
	.e-magazine-grid i { min-height: 95px; padding: 12px; font-size: 12px; }
	.e-project__copy { padding: 10px; }
	.e-project__copy h3 { font-size: 39px; }
	.e-agents { padding-inline: 18px; }
	.e-agents__diagram { min-height: 770px; }
	.e-agent-core { width: 190px; height: 190px; }
	.e-agent-core span { font-size: 39px; }
	.e-agent-file { width: 170px; min-height: 135px; padding: 16px; }
	.e-agent-file strong { font-size: 19px; }
	.e-agent-file--one { left: 0; top: 3%; }
	.e-agent-file--two { right: 0; top: 19%; }
	.e-agent-file--three { left: 0; bottom: 18%; }
	.e-agent-file--four { right: 0; bottom: 2%; }
	.e-article { display: block; padding: 13px; }
	.e-article__image { aspect-ratio: 1.45; }
	.e-article > div { padding: 20px 5px 8px; }
	.e-about__portrait > p { right: -3px; }
	.e-conversation { padding-inline: 18px; }
	.e-conversation__contact { padding: 22px; }
	.e-contact-address a { font-size: clamp(22px, 7.2vw, 31px); }
	.e-footer { grid-template-columns: 1fr; gap: 20px; padding-inline: 18px; }
	.e-footer nav { grid-column: auto; }
}

.no-js .e-projects { height: auto; padding: 100px 0; }
.no-js .e-projects__stage { height: auto; }
.no-js .e-projects__sticky { position: relative; height: auto; display: block; padding: 0; overflow: visible; }
.no-js .e-projects__motion { position: relative; height: auto; display: block; overflow: visible; }
.no-js .e-projects__viewport { overflow-x: auto; }
.no-js .e-projects__track { height: auto; transform: none !important; }
.no-js .e-projects__nav { display: none; }

@media (prefers-reduced-motion: reduce) {
	.e-hero::before,
	.e-article__image img,
	.e-sticker { animation: none !important; transition: none !important; }
	.e-projects { height: auto; padding: 100px 0; }
	.e-projects__stage { height: auto; }
	.e-projects__sticky { position: relative; height: auto; display: block; padding: 0; overflow: visible; }
	.e-projects__motion { position: relative; height: auto; display: block; overflow: visible; }
	.e-projects__viewport { overflow-x: auto; scroll-snap-type: x mandatory; }
	.e-projects__track { height: auto; transform: none !important; }
	.e-project { scroll-snap-align: start; }
	.e-projects__nav { display: none; }
}
.no-js .move-story__track { display: block; width: auto; transform: none; }
.no-js .move-story__panel { width: auto; min-height: 100svh; }
.no-js .move-story__nav,
.no-js .move-story__topline { display: none; }

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; }
	.move-visual-story,
	.move-story { height: auto; }
	.move-visual-story__stage,
	.move-story__stage { position: relative; height: auto; overflow: visible; }
	.move-scene { min-height: 1100px; }
	.move-story__track { display: block; width: auto; transform: none !important; }
	.move-story__panel { width: auto; min-height: 100svh; }
	.move-story__nav,
	.move-story__topline { display: none; }
	[data-scene-layer] { transform: none !important; }
}

@media (max-width: 560px) {
	.no-js .move-scene { min-height: 0; }
}

@media (max-width: 560px) and (prefers-reduced-motion: reduce) {
	.move-scene { min-height: 0; }
}

/* Strecke E · issue 78 · design.md is the source of truth ---------------- */

.isla-concept--strecke-e {
	--e-ink: #262b41;
	--e-ink-soft: #63626c;
	--e-muted: #8a8992;
	--e-canvas: #f3f2f0;
	--e-paper: #fdfdfc;
	--e-line: #e5e3df;
	--e-violet: #7c5cf0;
	--e-violet-dark: #6544db;
	--e-violet-soft: #eee9ff;
	--e-blue: #e9f2ff;
	--e-pink: #fbe9f1;
	--e-mint: #e6f4ee;
	--e-yellow: #fff3c9;
	--e-shadow: 0 10px 30px rgba(38, 43, 65, 0.05);
	--e-shadow-soft: 0 8px 24px rgba(38, 43, 65, 0.07);
	--e-content: min(100% - 48px, 1380px);
	--e-section-flow-gap: clamp(42px, 4vw, 54px);
	background: var(--e-canvas);
	font-size: 17px;
	line-height: 1.55;
}

.isla-concept--strecke-e h1,
.isla-concept--strecke-e h2,
.isla-concept--strecke-e h3 { color: var(--e-ink); letter-spacing: -0.025em; }
.isla-concept--strecke-e h1,
.isla-concept--strecke-e h2 { font-weight: 600; }
.isla-concept--strecke-e h3 { font-weight: 500; }
.isla-concept--strecke-e h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.2; }
.e-shell { overflow: clip; }

.e-header {
	position: sticky;
	top: 0;
	z-index: 100;
	width: 100%;
	min-height: 78px;
	padding: 13px max(24px, calc((100vw - 1380px) / 2));
	border-bottom: 1px solid rgba(38, 43, 65, 0.08);
	background: rgba(253, 253, 252, 0.63);
	box-shadow: none;
	backdrop-filter: blur(18px);
}
.e-nameplate strong { font-size: 18px; }
.e-nameplate small { color: var(--e-muted); font-size: 14px; }
.e-navigation nav a { color: var(--e-ink); font-size: 15px; font-weight: 500; }
.e-header__cta,
.e-button { min-height: 46px; padding: 12px 22px; border-radius: 999px; font-size: 14px; font-weight: 700; letter-spacing: 0.02em; }
.e-header__cta,
.e-button--primary { color: #fff; background: radial-gradient(circle, #8b6cd4 0%, #9171d6 100%); box-shadow: 0 10px 26px rgba(139,108,212,.22); }
.e-header__cta { color: #33304b; background: #e3d9f8; box-shadow: none; }
.e-button--secondary { color: var(--e-violet-dark); border: 1px solid rgba(124, 92, 240, 0.22); background: var(--e-paper); }
.e-preview-note { top: 94px; right: 20px; bottom: auto; padding: 7px 11px; font-size: 11px; }

.e-hero {
	width: min(100%, 1600px);
	min-height: 660px;
	margin: 0 auto;
	padding: 0 0 58px;
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	align-items: center;
	gap: 0;
	background: transparent;
	isolation: auto;
}
.e-hero::before,
.e-hero::after { display: none; }
.e-hero__copy { min-width: 0; padding: 54px 44px 54px max(64px, calc((100vw - 1440px) / 2 + 40px)); }
.e-hero h1 {
	max-width: 650px;
	margin: 0;
	font-size: clamp(38px, 4.4vw, 62px);
	font-weight: 600;
	line-height: 1.12;
	letter-spacing: -0.04em;
	overflow-wrap: anywhere;
}
.e-h1-word { white-space: normal; }
.e-hero__lead { max-width: 610px; margin: 24px 0 0; color: var(--e-ink-soft); font-size: clamp(18px, 1.25vw, 21px); line-height: 1.52; }
.e-actions { margin-top: 28px; gap: 22px; }
.e-text-link { color: var(--e-ink); font-size: 15px; font-weight: 700; }
.e-hero__note { max-width: 620px; margin: 28px 0 0; color: var(--e-muted); font-size: 14px; }
.e-proofline { display: none; }
.e-hero__art {
	position: relative;
	min-width: 0;
	min-height: 0;
	align-self: center;
	overflow: visible;
	border-radius: 0;
	background: transparent;
}
.e-hero__photo {
	display: block;
	width: 100%;
	height: auto;
	-webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.2) 5%, #000 19%);
	mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.2) 5%, #000 19%);
}
.e-hero-layer { position: absolute; z-index: 3; filter: drop-shadow(0 8px 13px rgba(38,43,65,.12)); animation: e-hero-layer-float 7s ease-in-out infinite; }
.e-hero-layer--cat { animation-duration: 8s; animation-delay: -.8s; }
.e-hero-layer--coffee { animation-duration: 9s; animation-delay: -1.4s; }
@keyframes e-hero-layer-float {
	0%, 100% { transform: translate3d(calc(var(--e-depth-x) * .22px), calc(var(--e-depth-y) * .22px), 0) rotate(0); }
	50% { transform: translate3d(calc(var(--e-depth-x) * .22px), calc(var(--e-depth-y) * .22px - 7px), 0) rotate(-1.2deg); }
}
.e-hero-layer--brain { left: 52.37%; top: 11.69%; width: 15.79%; }
.e-hero-layer--terminal { left: 0; top: 43.52%; width: 20%; }
.e-hero-layer--cat { left: 62.63%; top: 45.49%; width: 14.74%; }
.e-hero-layer--coffee { left: 24.74%; top: 62.68%; width: 11.05%; }

.e-situations,
.e-offers,
.e-insights,
.e-about { width: var(--e-content); margin: 0 auto; padding: 68px 0; }
.e-section-flow {
	display: flex;
	flex-direction: column;
	gap: var(--e-section-flow-gap);
}
.e-situations,
.e-offers,
.e-insights { background: transparent; }
.e-section-head { max-width: 720px; margin: 0 auto; text-align: center; }
.e-section-head--left { margin-left: 0; text-align: left; }
.e-section-body { width: 100%; min-width: 0; }
.e-section-body--offers,
.e-section-body--insights {
	display: flex;
	flex-direction: column;
}
.e-section-body--offers { gap: 16px; }
.e-section-body--insights { align-items: flex-start; gap: var(--e-section-flow-gap); }
.e-section-head h2 { margin: 0; }
.e-section-subline { max-width: 650px; margin: 12px 0 0; color: var(--e-ink-soft); font-size: clamp(18px, 1.4vw, 22px); font-weight: 400; line-height: 1.5; }
.e-section-head > .e-section-subline { margin-inline: auto; }
.e-section-head--left > .e-section-subline { margin-left: 0; }
.e-sticker--situations { left: -76px; top: 4px; }
.e-situation-grid { gap: 16px; }
.e-situation-grid article,
.e-offer-grid article { min-height: 0; padding: 28px; border: 1px solid rgba(38,43,65,.07); border-radius: 20px; background: var(--e-paper); box-shadow: var(--e-shadow); transform: none; }
.e-situation-grid article:nth-child(n),
.e-offer-grid article:nth-child(n) { background: var(--e-paper); }
.e-situation-grid h3,
.e-offer-grid h3 { margin-top: 32px; font-size: 21px; line-height: 1.28; }
.e-situation-grid p,
.e-offer-grid p { color: var(--e-ink-soft); }

.e-advice,
.e-agents { width: var(--e-content); margin: 0 auto; padding: 72px 0; gap: clamp(36px, 6vw, 92px); }
.e-advice { min-height: 0; background: transparent; }
.e-advice__visual,
.e-agents__diagram { min-height: 460px; border-radius: 24px; background: var(--e-paper); box-shadow: var(--e-shadow); }
.e-advice__visual { min-height: 460px; }
.e-audit-card { width: min(88%, 500px); min-height: 290px; border-radius: 22px; box-shadow: 0 12px 34px rgba(38,43,65,.07); }
.e-advice__visual::before,
.e-agents__diagram::before { opacity: .45; }
.e-advice__copy h2,
.e-agents__copy h2,
.e-about__copy h2 { margin: 0; }
.e-advice__copy > p:not(.e-section-subline),
.e-agents__copy > p:not(.e-section-subline),
.e-about__copy > p { color: var(--e-ink-soft); font-size: 18px; }
.e-advice__copy > p.e-section-subline,
.e-agents__copy > p.e-section-subline {
	margin: 12px 0 0;
	color: var(--e-ink-soft);
	font-size: clamp(18px, 1.4vw, 22px);
	font-weight: 400;
	line-height: 1.5;
}
.e-check-list { margin: 24px 0; }
.e-offer-grid { grid-template-columns: repeat(4, 1fr); gap: 16px; }
.e-sticker--offers { right: -124px; top: -16px; }
.e-offer-followups {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}
.e-offer-followups p {
	display: grid;
	grid-template-columns: minmax(190px, .65fr) 1fr;
	gap: 18px;
	margin: 0;
	padding: 22px 26px;
	border: 1px solid var(--e-line);
	border-radius: 18px;
	background: rgba(255, 255, 255, .36);
}
.e-offer-followups strong { color: var(--e-ink); }
.e-offer-followups span { color: var(--e-ink-soft); }

.e-projects { height: auto; background: var(--e-canvas); }
.e-projects__stage { position: relative; height: var(--e-project-height, 4300px); }
.e-projects__sticky { top: 78px; height: calc(100svh - 78px); padding: 18px 0 24px; background: var(--e-canvas); }
.e-projects__topline { width: var(--e-content); margin: 0 auto; padding-top: 72px; }
.e-projects__topline h2 { margin-top: 0; }
.e-projects__topline .e-section-subline { margin-top: 12px; }
.e-projects__topline > p { color: var(--e-muted); font-size: 15px; }
.e-sticker--projects { left: -64px; top: 12px; width: 48px; }
.e-projects__viewport { width: 100%; overflow: hidden; }
.e-projects__track { gap: 24px; height: auto; padding: 0 max(24px, calc((100vw - 1380px) / 2)) 10px; transform: translate3d(var(--e-project-shift, 0), 0, 0); }
.e-project { flex: 0 0 min(1080px, calc(100vw - 128px)); min-height: min(530px, calc(100svh - 230px)); grid-template-columns: 1.08fr .92fr; gap: 30px; padding: 22px; border: 1px solid rgba(38,43,65,.08); border-radius: 24px; background: var(--e-paper); box-shadow: var(--e-shadow); }
.e-project__art { position: relative; min-height: 390px; overflow: visible; border-radius: 18px; box-shadow: inset 0 0 0 1px rgba(38,43,65,.05); }
.e-project__copy { padding: 18px 20px 18px 0; }
.e-project__copy h3 { margin: 8px 0 18px; font-size: clamp(30px, 3vw, 44px); }
.e-project__copy > p { color: var(--e-ink-soft); }
.e-project__copy > p + p { margin-top: 12px; }
.e-project__copy ul { margin-top: 22px; }
.e-brand-sticker {
	position: absolute;
	z-index: 8;
	right: -18px;
	top: -24px;
	display: grid;
	place-items: center;
	width: clamp(138px, 15vw, 190px);
	min-height: 82px;
	padding: 13px 16px;
	border: 6px solid #fff;
	border-radius: 20px 25px 18px 24px;
	background: #fff;
	box-shadow: 0 10px 22px rgba(38, 43, 65, .16), 0 0 0 1px rgba(38, 43, 65, .06);
	transform: rotate(3.5deg);
}
.e-brand-sticker::after {
	content: "✦";
	position: absolute;
	right: -16px;
	bottom: -17px;
	color: var(--e-violet);
	font-size: 25px;
	line-height: 1;
	text-shadow: 0 2px 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff;
}
.e-brand-sticker img { display: block; width: 100%; max-height: 58px; object-fit: contain; }
.e-brand-sticker--tierheim { width: clamp(170px, 18vw, 230px); background: #f2f8ef; transform: rotate(-2.5deg); }
.e-brand-sticker--ck { background: #24252a; transform: rotate(3deg); }
.e-brand-sticker--raumluft { width: clamp(166px, 17vw, 220px); background: #fff; transform: rotate(-2deg); }
.e-brand-sticker--topmodel { width: clamp(164px, 17vw, 220px); background: #ea4b8a; transform: rotate(2.5deg); }
.e-brand-sticker--stadtlauf { width: clamp(176px, 18vw, 232px); background: #fbf5e4; transform: rotate(-2.5deg); }
.e-project__proof {
	display: grid;
	gap: 3px;
	margin: 0 0 18px;
	padding: 13px 15px;
	border-left: 3px solid var(--e-violet);
	border-radius: 0 12px 12px 0;
	background: var(--e-violet-soft);
}
.e-project__copy > .e-project__proof { color: var(--e-ink); }
.e-project__proof span { color: var(--e-violet-dark); font-size: 12px; font-weight: 700; letter-spacing: .03em; }
.e-project__proof strong { font-size: 15px; line-height: 1.35; }
.e-projects__nav { width: var(--e-content); margin: 20px auto 0; padding: 0; justify-content: flex-end; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.e-projects__nav button { width: 42px; height: 42px; color: var(--e-ink); background: transparent; }
.e-projects__nav button[aria-current="true"] { color: #fff; background: var(--e-violet); }

.e-agents { background: transparent; }
.e-agent-core { border-color: rgba(124,92,240,.22); background: var(--e-violet-soft); }
.e-agent-core span { font-family: var(--move-sans); font-size: 30px; font-weight: 700; }
.e-agent-file { background: var(--e-paper); box-shadow: var(--e-shadow-soft); }
.e-ai-proof { display: grid; gap: 9px; margin: 22px 0 26px; padding: 0; list-style: none; }
.e-ai-proof li { position: relative; padding-left: 24px; color: var(--e-ink); font-weight: 650; }
.e-ai-proof li::before { content: "✓"; position: absolute; left: 0; color: var(--e-violet-dark); font-weight: 800; }
.e-article-grid { gap: 18px; }
.e-article { padding: 18px; border: 1px solid rgba(38,43,65,.07); border-radius: 20px; background: var(--e-paper); box-shadow: var(--e-shadow); }
.e-article__image { margin: 0; aspect-ratio: 16 / 9; border-radius: 14px; }
.e-article > div { padding: 18px 4px 4px; }
.e-article h3 { font-size: 22px; line-height: 1.3; }

.e-proof {
	--e-proof-sticker-clearance: 96px;
	width: var(--e-content);
	margin: 0 auto;
	padding: var(--e-proof-sticker-clearance) 0 88px;
}
.e-proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.e-proof-grid article { min-height: 220px; padding: 28px; border: 1px solid rgba(38,43,65,.07); border-radius: 20px; background: var(--e-paper); box-shadow: var(--e-shadow); }
.e-proof-grid article > span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px 18px 14px 17px; color: var(--e-violet-dark); background: var(--e-violet-soft); font-size: 20px; font-weight: 750; transform: rotate(-3deg); }
.e-proof-grid article:nth-child(2) > span { color: #337458; background: #dff4e9; transform: rotate(2deg); }
.e-proof-grid article:nth-child(3) > span { color: #a45a13; background: #fff0c9; transform: rotate(-1.5deg); }
.e-proof-grid h3 { margin: 25px 0 10px; font-size: 21px; line-height: 1.28; }
.e-proof-grid p { margin: 0; color: var(--e-ink-soft); }

.e-footer { position: relative; display: block; padding: 0; background: var(--e-canvas); overflow: hidden; }
.e-footer__inner { width: var(--e-content); min-height: 0; margin: 0 auto; padding: 74px 0 52px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); align-items: start; gap: 64px; }
.e-footer__cta { position: relative; min-height: 230px; max-width: 560px; padding: 4px 152px 0 0; }
.e-footer__cta h2 { margin: 0 0 16px; font-size: clamp(34px, 3vw, 42px); line-height: 1.12; }
.e-footer__cta h2 span { display: block; }
.e-footer__cta > p:last-child { max-width: 480px; margin: 0; color: var(--e-ink-soft); font-size: 17px; }
.e-footer__action { min-width: 0; display: grid; gap: 12px; padding: 0; }
.e-contact-form { min-width: 0; display: grid; gap: 8px; }
.e-contact-pill { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 18px; min-height: 68px; padding: 7px; border: 1px solid var(--e-line); border-radius: 999px; background: var(--e-paper); box-shadow: var(--e-shadow-soft); }
.e-contact-pill input[type="email"] { min-width: 0; width: 100%; min-height: 52px; padding: 0 0 0 18px; border: 0; border-radius: 999px; outline: 0; color: var(--e-ink); background: transparent; font: inherit; font-size: clamp(15px, 1.3vw, 18px); font-weight: 400; }
.e-contact-pill input[type="email"]::placeholder { color: var(--e-muted); opacity: 1; }
.e-contact-pill input[type="email"]:focus-visible { box-shadow: inset 0 0 0 2px var(--e-violet-dark); }
.e-contact-pill button { min-height: 52px; padding: 15px 23px; display: grid; place-items: center; border: 0; border-radius: 999px; color: #fff; background: var(--e-violet); font-size: 14px; white-space: nowrap; cursor: pointer; }
.e-contact-pill button:hover { background: var(--e-violet-dark); }
.e-contact-pill button:disabled { cursor: wait; opacity: .7; }
.e-contact-privacy { margin: 0 18px; color: var(--e-muted); font-size: 12px; line-height: 1.45; }
.e-contact-privacy a { color: inherit; }
.e-contact-status { margin: 0 18px; color: var(--e-ink-soft); font-size: 13px; line-height: 1.4; }
.e-contact-status:empty { display: none; }
.e-contact-status.is-error { color: #8b3a50; }
.e-contact-status.is-success { color: #276a50; }
.e-contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.e-visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.e-turnstile { min-height: 0; }
.e-footer__navline { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.e-footer__nav { display: flex; flex-wrap: wrap; gap: 4px; margin: 0 0 0 -12px; }
.e-footer__nav a { min-height: 44px; padding: 6px 12px; display: inline-flex; align-items: center; border-radius: 999px; color: var(--e-ink-soft); font-size: 15px; text-decoration: none; }
.e-footer__nav a:hover,
.e-footer__nav a:focus-visible { color: var(--e-ink); background: #ebe9e4; }
.e-footer__ornaments { flex: 0 0 auto; display: flex; align-items: center; gap: 2px; }
.e-footer__ornaments img { display: block; width: 34px; height: 34px; object-fit: contain; }
.e-footer__ornaments img:first-child { transform: rotate(-7deg); }
.e-footer__ornaments img:last-child { transform: rotate(7deg); }
.e-footer__social-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 18px; min-height: 38px; }
.e-footer__socials { display: flex; align-items: center; gap: 6px; }
.e-footer__socials a { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 999px; color: var(--e-ink-soft); text-decoration: none; transition: color .2s ease, background .2s ease, transform .2s ease; }
.e-footer__socials a:hover { color: var(--e-violet-dark); background: var(--e-violet-soft); transform: translateY(-2px); }
.e-footer__socials a:focus-visible { color: var(--e-violet-dark); background: var(--e-violet-soft); }
.e-footer__socials svg { display: block; width: 19px; height: 19px; fill: currentColor; }
.e-footer__copyright { margin: 0; color: var(--e-muted); font-size: 12px; font-style: italic; line-height: 1.4; }
.e-sticker--footer-mail { right: 4px; top: 42px; width: 142px; animation: e-float-one 8.5s ease-in-out infinite .25s; }

@media (max-width: 1180px) {
	.e-hero__copy { padding-left: 12px; }
	.e-offer-grid { grid-template-columns: repeat(2, 1fr); }
	.e-offer-followups p { grid-template-columns: 1fr; gap: 5px; }
}

@media (max-width: 1060px) {
	.e-sticker { display: none; }
}

@media (max-width: 1020px) {
	.e-header { min-height: 72px; padding-inline: 18px; }
	.e-menu-toggle { display: inline-flex; }
	.e-navigation { position: absolute; top: calc(100% + 8px); right: 18px; left: 18px; display: grid; padding: 18px; border: 1px solid var(--e-line); border-radius: 20px; background: var(--e-paper); box-shadow: var(--e-shadow-soft); }
	.e-navigation[hidden] { display: none; }
	.e-navigation nav { display: grid; }
	.e-navigation nav a { padding: 13px 8px; border-bottom: 1px solid var(--e-line); }
	.e-header__cta { margin-top: 14px; text-align: center; }
	.e-preview-note { display: none; }
	.e-hero { grid-template-columns: 1fr; width: min(100% - 36px, 820px); padding: 44px 0 62px; gap: 28px; }
	.e-hero__copy { padding: 26px 0 0; }
	.e-hero h1 { max-width: 760px; overflow-wrap: normal; }
	.e-hero__art { min-height: 0; border-radius: 26px; overflow: hidden; }
	.e-hero__photo { -webkit-mask-image: none; mask-image: none; }
	.e-advice,
	.e-agents { grid-template-columns: 1fr; }
	.e-advice__visual,
	.e-agents__diagram { min-height: 440px; }
	.e-projects { padding: 68px 0; }
	.e-projects__sticky { position: relative; height: auto; padding: 0; overflow: visible; }
	.e-projects__viewport { overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scroll-padding-inline: 24px; scrollbar-width: thin; -webkit-overflow-scrolling: touch; }
	.js .e-projects__viewport.is-drag-ready { touch-action: pan-y pinch-zoom; cursor: grab; }
	.js .e-projects__viewport.is-dragging { scroll-snap-type: none; cursor: grabbing; user-select: none; }
	.e-projects__track { min-width: max-content; padding-inline: 24px; }
	.e-project { flex-basis: min(82vw, 760px); min-height: 520px; scroll-snap-align: start; }
	.e-projects__nav { display: flex; justify-content: flex-start; }
	.e-projects__topline { align-items: end; }
	.e-proof-grid { grid-template-columns: 1fr; }
	.e-footer__inner { grid-template-columns: 1fr; min-height: 0; gap: 40px; }
	.e-footer__cta { max-width: 680px; }
	.e-sticker--footer-mail { display: block; }
}

@media (max-width: 640px) {
	.isla-concept--strecke-e {
		--e-content: calc(100% - 36px);
		--e-section-flow-gap: 30px;
		font-size: 16px;
	}
	.e-nameplate span,
	.e-nameplate small { display: none; }
	.e-hero { width: calc(100% - 36px); }
	.e-hero h1 { font-size: clamp(38px, 12vw, 52px); }
	.e-hero__lead { font-size: 18px; }
	.e-actions { align-items: flex-start; flex-direction: column; }
	.e-hero__art { min-height: 0; }
	.e-hero-layer--brain { width: 62px; }
	.e-hero-layer--terminal { width: 84px; }
	.e-hero-layer--cat { width: 58px; }
	.e-hero-layer--coffee { width: 44px; }
	.e-situations,
	.e-offers,
	.e-insights { padding: 54px 0; }
	.e-proof {
		padding: var(--e-proof-sticker-clearance) 0 54px;
	}
	.e-situation-grid,
	.e-offer-grid,
	.e-article-grid { grid-template-columns: 1fr; }
	.e-advice,
	.e-agents { padding: 58px 0; }
	.e-advice__visual,
	.e-agents__diagram { min-height: 370px; }
	.e-projects__topline { display: block; }
	.e-projects__topline > p { margin-top: 10px; }
	.e-project { flex-basis: calc(100vw - 36px); grid-template-columns: 1fr; gap: 12px; min-height: 680px; padding: 16px; }
	.e-project__art { min-height: 260px; }
	.e-project__copy { padding: 14px 6px 8px; }
	.e-project__copy h3 { font-size: 32px; }
	.e-brand-sticker { right: -8px; top: -18px; width: 140px; min-height: 68px; padding: 10px 12px; border-width: 5px; }
	.e-brand-sticker--tierheim,
	.e-brand-sticker--raumluft,
	.e-brand-sticker--topmodel,
	.e-brand-sticker--stadtlauf { width: 160px; }
	.e-offer-followups { grid-template-columns: 1fr; }
	.e-proof-grid article { min-height: 0; }
	.e-footer__inner { padding: 58px 0 34px; gap: 34px; }
	.e-footer__cta { min-height: 190px; padding-right: 88px; }
	.e-footer__cta h2 { font-size: clamp(30px, 9vw, 36px); }
	.e-sticker--footer-mail { right: -5px; top: 36px; width: 92px; }
	.e-contact-pill { grid-template-columns: 1fr; border-radius: 22px; }
	.e-contact-pill input[type="email"] { padding: 0 12px; }
	.e-contact-pill button { width: 100%; }
	.e-contact-privacy,
	.e-contact-status { margin-inline: 8px; }
	.e-footer__navline { align-items: flex-start; }
	.e-footer__nav { gap: 0; margin-left: -10px; }
	.e-footer__nav a { padding-inline: 10px; font-size: 14px; }
	.e-footer__social-meta { gap: 8px 14px; }
	.e-footer__ornaments { display: none; }
}

.no-js .e-projects { height: auto !important; padding: 68px 0; }
.no-js .e-projects__stage { height: auto; }
.no-js .e-projects__sticky { position: relative; height: auto; padding: 0; overflow: visible; }
.no-js .e-projects__motion { position: relative; height: auto; display: block; overflow: visible; }
.no-js .e-projects__viewport { overflow-x: auto; scroll-snap-type: x mandatory; }
.no-js .e-projects__track { transform: none !important; }
.no-js .e-project { scroll-snap-align: start; }

@media (prefers-reduced-motion: reduce) {
	.e-projects { height: auto !important; padding: 68px 0; }
	.e-projects__stage { height: auto; }
	.e-projects__sticky { position: relative; height: auto; padding: 0; overflow: visible; }
	.e-projects__motion { position: relative; height: auto; display: block; overflow: visible; }
	.e-projects__viewport { overflow-x: auto; scroll-snap-type: x mandatory; }
	.e-projects__track { transform: none !important; }
	.e-project { scroll-snap-align: start; }
}

/* Strecke E · issue 87 · reference-layout alignment --------------------- */

.isla-concept--strecke-e .e-header__cta,
.isla-concept--strecke-e .e-button,
.isla-concept--strecke-e .e-contact-pill button {
	font-weight: 500;
	letter-spacing: .065em;
	text-transform: uppercase;
}

.isla-concept--strecke-e .e-button--primary,
.isla-concept--strecke-e .e-projects__nav button[aria-current="true"],
.isla-concept--strecke-e .e-contact-pill button {
	background: radial-gradient(circle at 50% 45%, #8c6cf1 0%, #8f74db 100%);
}

.isla-concept--strecke-e .e-button--secondary {
	color: var(--e-ink);
	border-color: rgba(38, 43, 65, .2);
	background: transparent;
	box-shadow: none;
}

.isla-concept--strecke-e .e-button--secondary:hover,
.isla-concept--strecke-e .e-button--secondary:focus-visible {
	color: var(--e-violet-dark);
	border-color: rgba(124, 92, 240, .48);
	background: rgba(255, 255, 255, .5);
}

.isla-concept--strecke-e .e-section-head,
.isla-concept--strecke-e .e-section-head--left {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.isla-concept--strecke-e .e-section-head > .e-section-subline,
.isla-concept--strecke-e .e-section-head--left > .e-section-subline,
.isla-concept--strecke-e .e-projects__topline .e-section-subline {
	margin: 12px auto 0;
	color: var(--e-ink-soft);
	font-size: clamp(18px, 1.4vw, 22px);
	font-weight: 400;
	line-height: 1.5;
}

.e-card-icon {
	display: block;
	width: 72px;
	height: 72px;
	margin: 0 auto;
	object-fit: contain;
	filter: drop-shadow(0 7px 9px rgba(38, 43, 65, .08));
}

.e-situation-grid article,
.e-offer-grid article { text-align: center; }
.e-situation-grid h3,
.e-offer-grid h3 { margin-top: 20px; }

.e-advice {
	min-height: 1500px;
	align-items: start;
	overflow: visible;
}

.e-advice__visual,
.e-advice__copy {
	position: sticky;
	top: 142px;
}

.e-advice__visual {
	min-height: 560px;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.e-advice__visual::before { display: none; }

.e-audit-card {
	left: 50%;
	top: var(--e-card-top, 0);
	width: min(94%, 500px);
	min-height: 150px;
	grid-template-columns: 78px minmax(0, 1fr);
	grid-template-rows: repeat(2, auto);
	align-content: center;
	align-items: center;
	column-gap: 22px;
	padding: 20px 24px;
	opacity: var(--e-card-opacity, 1);
	transform: translate(-50%, var(--e-card-shift, 0px)) rotate(var(--e-card-rotation, 0deg));
	transition: opacity .18s linear;
	will-change: transform, opacity;
}

.e-audit-card--front { --e-card-top: 0; --e-card-rotation: -1deg; z-index: 3; }
.e-audit-card--middle { --e-card-top: 182px; --e-card-rotation: 1.2deg; z-index: 2; background: #f8f4ff; }
.e-audit-card--back { --e-card-top: 364px; --e-card-rotation: -.7deg; z-index: 1; background: #f2f8ff; }
.e-audit-card__icon { grid-row: 1 / span 2; width: 72px; height: 72px; object-fit: contain; }
.e-audit-card span,
.e-audit-card strong { align-self: center; }
.e-audit-card strong { max-width: none; font-size: clamp(23px, 2vw, 31px); font-weight: 500; }

.e-link-arrow {
	flex: 0 0 auto;
	display: inline-block;
	width: 34px;
	height: 34px;
	background: url("../images/strecke-e/icons/e-icon-link-arrow-doodle.svg") center / contain no-repeat;
	filter: drop-shadow(0 4px 5px rgba(38, 43, 65, .08));
	transform-origin: center;
	transition: transform 180ms ease;
}
.e-link-arrow--right { transform: rotate(0); }
.e-link-arrow--left { transform: rotate(180deg); }
.e-link-arrow--external { transform: rotate(-42deg); }
.e-link-arrow--down { transform: rotate(90deg); }
a:hover .e-link-arrow--right,
a:focus-visible .e-link-arrow--right { transform: translateX(2px); }
a:hover .e-link-arrow--left,
a:focus-visible .e-link-arrow--left { transform: translateX(-2px) rotate(180deg); }
a:hover .e-link-arrow--external,
a:focus-visible .e-link-arrow--external { transform: translate(2px, -2px) rotate(-42deg); }
a:hover .e-link-arrow--down,
a:focus-visible .e-link-arrow--down { transform: translateY(2px) rotate(90deg); }
.e-agent-file em { display: inline-flex; align-items: center; }
.e-agent-file .e-link-arrow { width: 24px; height: 24px; margin-left: 3px; }
.e-projects__topline {
	position: relative;
	display: block;
	text-align: center;
}
.e-projects__topline > div { width: 100%; }
.e-projects__topline > p { position: absolute; right: 0; bottom: 7px; }

.e-brand-sticker,
.e-brand-sticker--tierheim,
.e-brand-sticker--raumluft,
.e-brand-sticker--topmodel,
.e-brand-sticker--stadtlauf {
	right: -10px;
	top: -16px;
	width: 116px;
	min-height: 58px;
	padding: 8px 10px;
	border-width: 4px;
	border-radius: 16px 19px 15px 18px;
}
.e-brand-sticker--ck { width: 92px; }
.e-brand-sticker img { max-height: 40px; }
.e-brand-sticker--tierheim img { max-height: 30px; }
.e-brand-sticker::after { right: -12px; bottom: -14px; font-size: 19px; }

.e-project--more {
	grid-template-columns: .92fr 1.08fr;
	background: linear-gradient(145deg, #fdfdfc, #f5f1ff);
}
.e-project-more__art {
	position: relative;
	min-height: 390px;
	display: grid;
	place-content: center;
	gap: 14px;
	padding: 44px;
	border-radius: 18px;
	background: linear-gradient(145deg, #edf4ff, #f8edf8 55%, #fff1dd);
	overflow: hidden;
}
.e-project-more__art img { width: 128px; height: 128px; margin: 0 auto 8px; object-fit: contain; filter: drop-shadow(0 10px 16px rgba(38,43,65,.1)); }
.e-project-more__art span { min-width: 210px; padding: 12px 18px; border-radius: 999px; background: rgba(255,255,255,.82); box-shadow: var(--e-shadow-soft); text-align: center; font-size: 14px; font-weight: 500; }
.e-project--more .e-project__copy > .e-button { color: #fff; }

@media (max-width: 1020px) {
	.e-advice { min-height: 0; overflow: hidden; }
	.e-advice__visual,
	.e-advice__copy { position: relative; top: auto; }
	.e-advice__visual { min-height: 0; display: grid; gap: 15px; }
	.e-audit-card,
	.e-audit-card--front,
	.e-audit-card--middle,
	.e-audit-card--back {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		min-height: 140px;
		opacity: 1 !important;
		transform: none !important;
	}
	.e-projects__topline > p { position: static; margin-top: 10px; text-align: center; }
}

@media (max-width: 640px) {
	.e-card-icon { width: 66px; height: 66px; }
	.e-audit-card { grid-template-columns: 64px minmax(0, 1fr); column-gap: 16px; padding: 18px; }
	.e-audit-card__icon { width: 60px; height: 60px; }
	.e-audit-card strong { font-size: 22px; }
	.e-project--more { grid-template-columns: 1fr; }
	.e-project-more__art { min-height: 260px; padding: 28px; }
	.e-project-more__art img { width: 92px; height: 92px; }
	.e-project-more__art span { min-width: 180px; }
	.e-brand-sticker,
	.e-brand-sticker--tierheim,
	.e-brand-sticker--raumluft,
	.e-brand-sticker--topmodel,
	.e-brand-sticker--stadtlauf { width: 108px; min-height: 54px; }
	.e-brand-sticker--ck { width: 86px; }
}

.no-js .e-advice { min-height: 0; }
.no-js .e-advice__visual,
.no-js .e-advice__copy { position: relative; top: auto; }
.no-js .e-advice__visual { min-height: 0; display: grid; gap: 15px; }
.no-js .e-audit-card { position: relative; left: auto; top: auto; width: 100%; opacity: 1 !important; transform: none !important; }

@media (prefers-reduced-motion: reduce) {
	.e-advice { min-height: 0; }
	.e-advice__visual,
	.e-advice__copy { position: relative; top: auto; }
	.e-advice__visual { min-height: 0; display: grid; gap: 15px; }
	.e-audit-card,
	.e-audit-card--front,
	.e-audit-card--middle,
	.e-audit-card--back { position: relative; left: auto; top: auto; width: 100%; opacity: 1 !important; transform: none !important; }
}

/* Strecke E · issue 89 · project evidence and agent operating model ------- */

.e-projects__sticky { padding: 18px 0; }
.e-projects__topline { margin-bottom: 0; }
.e-project {
	min-height: min(500px, calc(100svh - 275px));
	padding: 18px;
}
.e-projects__nav { margin-top: 10px; }
.e-project__art {
	min-height: 360px;
	overflow: hidden;
	background:
		radial-gradient(circle at 18% 18%, rgba(255,255,255,.92) 0 7%, transparent 32%),
		linear-gradient(145deg, #e8f2ff, #f6ebfb 66%, #fff5de);
}
.e-project--tierheim .e-project__art { background: linear-gradient(145deg, #eef8ff, #edf8f2 55%, #f8effc); }
.e-project--ck .e-project__art { background: linear-gradient(145deg, #fff0f6, #f3eeff 58%, #eaf5ff); }
.e-project--raumluft .e-project__art { background: linear-gradient(145deg, #e9f6ff, #edf9f6 58%, #f4efff); }
.e-project--topmodel .e-project__art { background: linear-gradient(145deg, #fff3dd, #ffeef4 55%, #eff2ff); }
.e-project--stadtlauf .e-project__art { background: linear-gradient(145deg, #fff3e1, #f9eaf3 54%, #e8f5ee); }

.e-project-window {
	right: auto;
	z-index: 5;
}
.e-project-window span { background: rgba(38,43,65,.22); }

.e-brand-sticker,
.e-brand-sticker--tierheim,
.e-brand-sticker--raumluft,
.e-brand-sticker--topmodel,
.e-brand-sticker--stadtlauf {
	right: 20px;
	top: 18px;
	width: 104px;
	min-height: 52px;
	padding: 7px 9px;
	border-width: 4px;
	border-radius: 15px 18px 14px 17px;
}
.e-brand-sticker--ck { width: 82px; }
.e-brand-sticker img { max-height: 36px; }
.e-brand-sticker--tierheim img { max-height: 27px; }
.e-brand-sticker--stadtlauf img { max-height: 31px; }
.e-brand-sticker::after { right: -10px; bottom: -12px; font-size: 17px; }

.e-project-doodle {
	position: absolute;
	z-index: 4;
	right: 12px;
	bottom: 2px;
	width: clamp(126px, 14vw, 178px);
	height: auto;
	filter: drop-shadow(0 12px 16px rgba(38,43,65,.12));
	transform: rotate(3deg);
}
.e-project--tierheim .e-project-doodle { right: 6px; transform: rotate(-4deg); }
.e-project--ck .e-project-doodle { right: 4px; transform: rotate(3.5deg); }
.e-project--raumluft .e-project-doodle { right: 5px; transform: rotate(-2.5deg); }
.e-project--topmodel .e-project-doodle { right: 0; width: clamp(132px, 15vw, 188px); transform: rotate(2deg); }
.e-project--stadtlauf .e-project-doodle { right: 2px; width: clamp(136px, 15vw, 192px); transform: rotate(-2deg); }

.e-project-signal {
	position: relative;
	z-index: 2;
	width: min(76%, 370px);
	margin-right: auto;
	padding: 30px 28px 24px;
	border: 1px solid rgba(255,255,255,.82);
	border-radius: 24px;
	background: rgba(255,255,255,.72);
	box-shadow: 0 20px 48px rgba(67,70,102,.1), inset 0 0 0 1px rgba(38,43,65,.025);
	backdrop-filter: blur(9px);
	-webkit-backdrop-filter: blur(9px);
}
.e-project-signal > p {
	margin: 0;
	color: var(--e-ink-soft);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .045em;
	text-transform: uppercase;
}
.e-project-signal > strong {
	display: block;
	margin-top: 4px;
	color: var(--e-ink);
	font-size: clamp(48px, 5.1vw, 76px);
	font-weight: 600;
	letter-spacing: -.055em;
	line-height: 1;
}
.e-project-signal__bars {
	height: 58px;
	display: flex;
	align-items: end;
	gap: 8px;
	margin: 22px 0 18px;
}
.e-project-signal__bars i {
	flex: 1;
	height: 36%;
	border-radius: 7px 7px 3px 3px;
	background: linear-gradient(to top, #8f74db, #b7a8f5);
	box-shadow: 0 6px 12px rgba(124,92,240,.12);
}
.e-project-signal__bars i:nth-child(2) { height: 55%; }
.e-project-signal__bars i:nth-child(3) { height: 45%; }
.e-project-signal__bars i:nth-child(4) { height: 72%; }
.e-project-signal__bars i:nth-child(5) { height: 66%; }
.e-project-signal__bars i:nth-child(6) { height: 92%; }
.e-project--tierheim .e-project-signal__bars i { background: linear-gradient(to top, #68a88d, #bce5d4); }
.e-project--ck .e-project-signal__bars i { background: linear-gradient(to top, #bc6f98, #efb8d2); }
.e-project--raumluft .e-project-signal__bars i { background: linear-gradient(to top, #5799bb, #b6dff0); }
.e-project--topmodel .e-project-signal__bars i { background: linear-gradient(to top, #dc7d9d, #f5bfd0); }
.e-project--stadtlauf .e-project-signal__bars i { background: linear-gradient(to top, #9b3455, #ef8ca9); }
.e-project-signal__more { display: flex; flex-wrap: wrap; gap: 8px; }
.e-project-signal__more span {
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(255,255,255,.88);
	box-shadow: 0 5px 12px rgba(38,43,65,.06);
	font-size: 12px;
	font-weight: 500;
}
.e-project-signal small { display: block; margin-top: 16px; color: var(--e-muted); font-size: 10px; line-height: 1.35; }

.e-project__copy { align-self: center; padding: 10px 14px 10px 0; }
.e-project__copy h3 { margin-bottom: 12px; }
.e-project__copy > .e-project__summary { margin-top: 0; color: var(--e-ink); font-size: 18px; line-height: 1.5; }
.e-project__operation {
	display: grid;
	gap: 5px;
	margin-top: 16px !important;
	padding: 14px 0;
	border-top: 1px solid var(--e-line);
	border-bottom: 1px solid var(--e-line);
}
.e-project__operation strong { color: var(--e-violet-dark); font-size: 12px; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; }
.e-project__operation span {
	color: var(--e-ink-soft);
	font-size: 15px;
	letter-spacing: 0.02em;
}
.e-project__copy ul { margin-top: 14px; }
.e-project__copy > a { margin-top: 10px; }
.e-project__copy li {
	font-weight: 400;
	letter-spacing: .02em;
}
.e-project__copy > a { font-weight: 500; }

.e-agents__diagram {
	min-height: 600px;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	isolation: isolate;
}
.e-agents__diagram::before {
	content: "";
	position: absolute;
	inset: 11% 10%;
	z-index: -2;
	border-radius: 48% 52% 44% 56%;
	background: radial-gradient(circle at 42% 42%, rgba(234,226,255,.82), rgba(231,245,255,.54) 48%, rgba(255,239,246,.14) 72%, transparent 73%);
	filter: blur(5px);
}
.e-agent-orbit {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 390px;
	height: 390px;
	border: 1px dashed rgba(124,92,240,.28);
	border-radius: 50%;
	transform: translate(-50%, -50%) rotate(var(--e-agent-orbit, 0deg));
}
.e-agent-orbit::before,
.e-agent-orbit::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border: 4px solid #fff;
	border-radius: 50%;
	background: #8c6cf1;
	box-shadow: 0 5px 12px rgba(124,92,240,.22);
}
.e-agent-orbit::before { left: 36px; top: 55px; }
.e-agent-orbit::after { right: 26px; bottom: 74px; background: #e79dbd; }
.e-agent-core {
	width: 210px;
	height: 210px;
	gap: 2px;
	padding: 20px;
	border: 0;
	background: radial-gradient(circle at 42% 35%, #fff 0%, #f1ebff 54%, #ddd2ff 100%);
	box-shadow: 0 25px 60px rgba(84,70,130,.16), inset 0 0 0 1px rgba(124,92,240,.1);
	transform: translate(calc(-50% + var(--e-agent-pointer-x, 0px)), calc(-50% + var(--e-agent-pointer-y, 0px)));
}
.e-agent-core img { width: 118px; height: 118px; margin: -20px auto -1px; object-fit: contain; filter: drop-shadow(0 9px 12px rgba(38,43,65,.1)); }
.e-agent-core strong { font-size: 16px; }
.e-agent-core small { color: var(--e-muted); font-size: 11px; }

.e-agent-file {
	width: 220px;
	min-height: 100px;
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 14px 16px;
	border: 1px solid rgba(255,255,255,.85);
	border-radius: 21px 24px 19px 23px;
	background: rgba(255,255,255,.82);
	box-shadow: 0 15px 32px rgba(38,43,65,.09);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	will-change: transform;
}
.e-agent-file > img { flex: 0 0 auto; width: 62px; height: 62px; object-fit: contain; filter: drop-shadow(0 5px 8px rgba(38,43,65,.08)); }
.e-agent-file > span { display: grid; gap: 3px; color: inherit; }
.e-agent-file strong { font-size: 18px; font-weight: 600; }
.e-agent-file small { color: var(--e-ink-soft); font-size: 11px; line-height: 1.35; }
.e-agent-file--one { left: 0; top: 8%; transform: translateY(var(--e-agent-one, 0px)) rotate(-4deg); }
.e-agent-file--two { right: 0; top: 9%; background: rgba(255,241,247,.86); transform: translateY(var(--e-agent-two, 0px)) rotate(4deg); }
.e-agent-file--three { left: 0; bottom: 8%; background: rgba(238,249,245,.88); transform: translateY(var(--e-agent-three, 0px)) rotate(3deg); }
.e-agent-file--four { right: 0; bottom: 7%; background: rgba(255,248,228,.9); transform: translateY(var(--e-agent-four, 0px)) rotate(-4deg); }
.e-agent-float { position: absolute; z-index: 8; height: auto; filter: drop-shadow(0 8px 10px rgba(38,43,65,.09)); }
.e-agent-float--sparkle { left: 43%; top: 4%; width: 48px; transform: rotate(8deg); }
.e-agent-float--chip { right: 18%; bottom: 2%; width: 62px; transform: rotate(-6deg); }

@media (max-width: 1180px) {
	.e-project { grid-template-columns: 1fr 1fr; }
	.e-project-doodle { width: 130px; }
	.e-agent-file { width: 205px; }
}

@media (max-width: 1020px) {
	.e-project { grid-template-columns: 1fr; }
	.e-project__art { min-height: 400px; }
	.e-project__copy { padding: 18px 10px 10px; }
	.e-agents__diagram { min-height: 600px; }
}

@media (max-width: 640px) {
	.e-project { min-height: 760px; }
	.e-project__art { min-height: 335px; }
	.e-project-signal { width: min(78%, 310px); padding: 24px 20px 19px; }
	.e-project-signal > strong { font-size: 46px; }
	.e-project-signal__bars { height: 42px; margin-block: 15px; }
	.e-project-doodle { right: -7px; bottom: -3px; width: 116px; }
	.e-brand-sticker,
	.e-brand-sticker--tierheim,
	.e-brand-sticker--raumluft,
	.e-brand-sticker--topmodel,
	.e-brand-sticker--stadtlauf { right: 12px; top: 13px; width: 94px; min-height: 48px; }
	.e-brand-sticker--ck { width: 74px; }
	.e-project__copy > .e-project__summary { font-size: 17px; }
	.e-agents__diagram { min-height: 670px; }
	.e-agent-orbit { width: 280px; height: 280px; }
	.e-agent-core { width: 174px; height: 174px; }
	.e-agent-core img { width: 96px; height: 96px; }
	.e-agent-file { width: 180px; min-height: 88px; gap: 9px; padding: 11px; }
	.e-agent-file > img { width: 48px; height: 48px; }
	.e-agent-file strong { font-size: 15px; }
	.e-agent-file--one { left: 0; top: 1%; }
	.e-agent-file--two { right: 0; top: 16%; }
	.e-agent-file--three { left: 0; bottom: 14%; }
	.e-agent-file--four { right: 0; bottom: 0; }
	.e-agent-float--sparkle { left: 5%; top: 31%; }
	.e-agent-float--chip { right: 3%; bottom: 26%; }
}

@media (prefers-reduced-motion: reduce) {
	.e-agent-core,
	.e-agent-file,
	.e-agent-orbit { transform: none; }
	.e-agent-core { left: calc(50% - 105px); top: calc(50% - 105px); }
	.e-agent-orbit { left: calc(50% - 195px); top: calc(50% - 195px); }
}

/* Strecke E · issue 91 · connected agent model and proof-led cases ------ */

.e-agent-connectors {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.e-agent-connectors path {
	fill: none;
	stroke: url("#e-agent-line");
	stroke-width: 3;
	stroke-linecap: round;
	stroke-dasharray: 7 10;
	filter: drop-shadow(0 4px 7px rgba(124, 92, 240, .16));
	animation: e-agent-line-flow 12s linear infinite;
}

.e-agent-connectors circle {
	fill: #fff;
	stroke: #8c6cf1;
	stroke-width: 4;
	filter: drop-shadow(0 5px 7px rgba(124, 92, 240, .2));
}

@keyframes e-agent-line-flow {
	to { stroke-dashoffset: -68; }
}

.e-agent-orbit {
	z-index: 2;
	width: 430px;
	height: 430px;
}

.e-agent-core {
	z-index: 5;
	width: 250px;
	height: 250px;
	padding: 24px;
}

.e-agent-core img {
	width: 138px;
	height: 138px;
	margin-top: -22px;
}

.e-agent-core strong { font-size: 17px; }
.e-agent-core small { font-size: 12px; }

.e-agent-file {
	z-index: 6;
	color: var(--e-ink);
	text-decoration: none;
	transition: border-color .2s ease, box-shadow .2s ease, filter .2s ease, scale .2s ease;
}

.e-agent-file:hover,
.e-agent-file:focus-visible {
	color: var(--e-ink);
	border-color: rgba(124, 92, 240, .34);
	box-shadow: 0 19px 40px rgba(72, 62, 105, .14);
	filter: saturate(1.04);
	scale: 1.025;
}

.e-agent-file:focus-visible {
	outline: 3px solid rgba(86, 56, 189, .36);
	outline-offset: 5px;
}

.e-agent-file em {
	margin-top: 2px;
	color: var(--e-violet-dark);
	font-size: 10px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: .045em;
	text-transform: uppercase;
}

.e-sticker--insights {
	right: -78px;
	top: -42px;
	width: 116px;
}

.e-sticker--proof {
	right: -92px;
	top: -48px;
	width: 118px;
	animation: e-float-one 9.5s ease-in-out infinite .35s;
}

.e-proof .e-section-head { position: relative; }
.e-proof-grid article { min-height: 270px; text-align: center; }
.e-proof-icon {
	display: block;
	width: 92px;
	height: 92px;
	margin: -2px auto 4px;
	object-fit: contain;
	filter: drop-shadow(0 7px 10px rgba(38, 43, 65, .09));
}
.e-proof-grid h3 { margin-top: 14px; }

@media (max-width: 1180px) {
	.e-agent-core { width: 230px; height: 230px; }
	.e-agent-core img { width: 126px; height: 126px; }
	.e-agent-orbit { width: 400px; height: 400px; }
	.e-sticker--insights,
	.e-sticker--proof { right: 0; display: block; }
}

@media (max-width: 640px) {
	.e-agent-core { width: 196px; height: 196px; padding: 18px; }
	.e-agent-core img { width: 106px; height: 106px; margin-top: -17px; }
	.e-agent-core strong { font-size: 15px; }
	.e-agent-core small { font-size: 10px; }
	.e-agent-orbit { width: 310px; height: 310px; }
	.e-agent-connectors path { stroke-width: 4; }
	.e-agent-file em { font-size: 9px; }
	.e-sticker--insights { top: -96px; width: 92px; }
	.e-sticker--proof { top: -116px; width: 86px; }
	.e-proof-grid article { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
	.e-agent-connectors path { animation: none; }
	.e-agent-core { left: 50%; top: 50%; transform: translate(-50%, -50%); }
	.e-agent-orbit { left: 50%; top: 50%; transform: translate(-50%, -50%); }
	.e-agent-file { scale: 1; }
}

/* Strecke E · issue 93 · board-to-code positioning and identity-led hero */

.e-hero__photo {
	filter: saturate(1.035) contrast(1.015);
}

.e-hero-layer--architecture,
.e-hero-layer--decision {
	animation-duration: 8.6s;
}

.e-hero-layer--architecture {
	left: 33%;
	top: 32%;
	width: 14.5%;
	animation-delay: -.9s;
}

.e-hero-layer--decision {
	left: 35%;
	top: 68%;
	width: 13.5%;
	animation-delay: -1.7s;
}

.e-hero-layer--brain {
	left: 23%;
	top: 10%;
	width: 13.5%;
}

.e-hero-layer--terminal {
	left: 4%;
	top: 50%;
	width: 18%;
}

.e-sticker--proof {
	right: -132px;
	top: -76px;
	width: 164px;
}

.e-proof-grid article {
	min-height: 292px;
}

@media (max-width: 1180px) {
	.e-proof { --e-proof-sticker-clearance: 108px; }

	.e-sticker--proof {
		right: -112px;
		top: -88px;
		width: 148px;
	}
}

@media (max-width: 1020px) {
	.e-hero__photo {
		border-radius: 26px;
	}

	.e-hero-layer--architecture { left: 31%; width: 15%; }
	.e-hero-layer--decision { left: 34%; width: 14%; }
}

@media (max-width: 640px) {
	.e-proof { --e-proof-sticker-clearance: 128px; }

	.e-hero-layer--brain { left: 18%; top: 7%; width: 62px; }
	.e-hero-layer--terminal { left: 1%; top: 48%; width: 82px; }
	.e-hero-layer--architecture { left: 28%; top: 31%; width: 70px; }
	.e-hero-layer--decision { left: 31%; top: 70%; width: 66px; }
	.e-sticker--proof { right: -2px; top: -112px; width: 104px; }
	.e-proof-grid article { min-height: 0; }
}

/* Strecke E · issue 95 · KI positioning, lighter type and semantic stickers */

.isla-concept--strecke-e h1,
.isla-concept--strecke-e h2,
.isla-concept--strecke-e h3 {
	font-weight: 500;
}

.isla-concept--strecke-e .e-nameplate strong {
	font-weight: 500;
}

.isla-concept--strecke-e button,
.isla-concept--strecke-e .e-header__cta,
.isla-concept--strecke-e .e-button,
.isla-concept--strecke-e .e-contact-pill button {
	font-family: var(--move-sans);
	font-weight: 400;
}

.e-hero h1 span {
	display: block;
}

.e-hero h1 {
	font-size: clamp(42px, 3.85vw, 54px);
	line-height: 1.12;
	letter-spacing: -.035em;
}

.e-hero-brain-link {
	position: absolute;
	z-index: 6;
	left: 2%;
	top: 5%;
	width: 29%;
	border-radius: 42%;
	filter: drop-shadow(0 10px 16px rgba(38, 43, 65, .13));
	animation: e-hero-brain-flow 7.8s ease-in-out infinite;
}

.e-hero-brain-link:hover .e-hero-brain-sticker,
.e-hero-brain-link:focus-visible .e-hero-brain-sticker {
	filter: saturate(1.08) brightness(1.02);
	transform: scale(1.035);
}

.e-hero-brain-link:focus-visible {
	outline: 3px solid var(--e-violet-dark);
	outline-offset: 7px;
}

.e-hero-brain-sticker {
	display: block;
	width: 100%;
	height: auto;
	transition: filter 180ms ease, transform 180ms ease;
}

@keyframes e-hero-brain-flow {
	0%, 100% {
		transform: translate3d(calc(var(--e-depth-x) * .29px), calc(var(--e-depth-y) * .29px), 0) rotate(-1.5deg);
	}
	50% {
		transform: translate3d(calc(var(--e-depth-x) * .29px + 3px), calc(var(--e-depth-y) * .29px - 9px), 0) rotate(1deg);
	}
}

.e-hero-layer--architecture {
	left: 30%;
	top: 43%;
	width: 13.5%;
}

.e-hero-layer--decision {
	left: 14%;
	top: 68%;
	width: 13.5%;
}

.e-sticker--situations {
	left: -150px;
	top: -42px;
	width: 142px;
}

@media (max-width: 1180px) {
	.e-sticker--situations {
		left: -106px;
		top: -62px;
		width: 126px;
	}
}

@media (max-width: 1020px) {
	.e-hero-brain-link {
		left: 3%;
		top: 5%;
		width: 27%;
	}

	.e-hero-layer--architecture { left: 29%; top: 43%; width: 14%; }
	.e-hero-layer--decision { left: 12%; top: 68%; width: 13%; }
}

@media (max-width: 640px) {
	.e-hero h1 span {
		display: inline;
	}

	.e-hero h1 span + span::before {
		content: " ";
	}

	.e-hero-brain-link { left: 2%; top: 4%; width: 30%; }
	.e-hero-layer--architecture { left: 28%; top: 42%; width: 70px; }
	.e-hero-layer--decision { left: 9%; top: 67%; width: 60px; }
}

@media (prefers-reduced-motion: reduce) {
	.e-hero-brain-link {
		animation: none;
		transform: none;
	}

	.e-hero-brain-sticker {
		transition: none;
	}
}

/* Strecke E · issue 102 · canonical section rhythm and project handoff */

.e-projects__topline {
	padding-bottom: clamp(40px, 5vh, 56px);
}

@media (max-width: 1020px) {
	.e-projects__topline {
		padding-top: 58px;
		padding-bottom: 40px;
	}
}

@media (max-width: 640px) {
	.e-projects__topline {
		padding-top: 50px;
		padding-bottom: 34px;
	}
}

/* Strecke E · issue 142 · floating True North header mark ------------- */

.isla-concept--strecke-e .e-nameplate {
	position: relative;
	padding-left: 48px;
}

.isla-concept--strecke-e .e-nameplate__icon {
	position: absolute;
	z-index: 2;
	left: -21px;
	top: 50%;
	width: 84px;
	height: 84px;
	filter: drop-shadow(0 7px 8px rgba(61, 54, 111, .13));
	transform: translateY(-50%) rotate(-7deg);
	transform-origin: 50% 54%;
	animation: e-nameplate-icon-float 7s ease-in-out infinite;
}

@keyframes e-nameplate-icon-float {
	0%, 100% {
		transform: translateY(-50%) rotate(-7deg);
	}
	50% {
		transform: translateY(calc(-50% - 3px)) rotate(-4deg);
	}
}

@media (max-width: 1020px) {
	.isla-concept--strecke-e .e-header {
		column-gap: 14px;
	}
}

@media (max-width: 640px) {
	.isla-concept--strecke-e .e-header {
		column-gap: 8px;
		padding-inline: 14px;
	}

	.isla-concept--strecke-e .e-nameplate {
		gap: 0;
		padding-left: 44px;
	}

	.isla-concept--strecke-e .e-nameplate__icon {
		left: -19px;
		width: 84px;
		height: 84px;
	}

	.isla-concept--strecke-e .e-menu-toggle {
		min-width: 92px;
	}
}

/* Strecke E · issues 325/326 · closed mobile menu and scroll-driven cases */

/* Strecke E · issue 369 · desktop project heading shares the sticky viewport */

@media (min-width: 1021px) and (prefers-reduced-motion: no-preference) {
	.js .e-projects.is-scroll-driven .e-projects__topline {
		padding-top: clamp(22px, 3.5vh, 36px);
		padding-bottom: clamp(20px, 3vh, 30px);
	}

	.js .e-projects.is-scroll-driven .e-projects__sticky {
		top: 78px;
		height: calc(100svh - 78px);
		grid-template-rows: auto minmax(0, 1fr);
		padding: 0 0 18px;
	}
}

@media (max-width: 1020px) and (prefers-reduced-motion: no-preference) {
	.js .e-projects.is-scroll-driven {
		height: auto;
		padding: 0;
	}

	.js .e-projects.is-scroll-driven .e-projects__stage {
		height: var(--e-project-height, 3200px);
	}

	.js .e-projects.is-scroll-driven .e-projects__sticky {
		position: relative;
		top: auto;
		height: 100%;
		display: block;
		padding: 0;
		overflow: visible;
	}

	.js .e-projects.is-scroll-driven .e-projects__motion {
		position: sticky;
		top: 72px;
		height: calc(100svh - 72px);
		display: grid;
		grid-template-rows: minmax(0, 1fr) auto;
		padding: 10px 0 8px;
		overflow: hidden;
	}

	.js .e-projects.is-scroll-driven .e-projects__topline > p {
		display: none;
	}

	.js .e-projects.is-scroll-driven .e-projects__viewport {
		min-height: 0;
		overflow: hidden;
		scroll-snap-type: none;
		padding-bottom: 0;
	}

	.js .e-projects.is-scroll-driven .e-projects__track {
		height: 100%;
		align-items: stretch;
		gap: 16px;
		padding: 0 18px 4px;
		transform: translate3d(var(--e-project-shift, 0), 0, 0);
	}

	.js .e-projects.is-scroll-driven .e-project {
		flex-basis: min(88vw, 760px);
		height: 100%;
		min-height: 0;
		grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
		gap: 14px;
		padding: 14px;
		overflow: hidden;
		scroll-snap-align: none;
	}

	.js .e-projects.is-scroll-driven .e-project__art,
	.js .e-projects.is-scroll-driven .e-project-more__art {
		height: 100%;
		min-height: 0;
	}

	.js .e-projects.is-scroll-driven .e-project__copy {
		align-self: center;
		padding: 8px 8px 8px 0;
	}

	.js .e-projects.is-scroll-driven .e-project--stadtlauf .e-project__copy h3 {
		margin-bottom: 8px;
		font-size: 27px;
	}

	.js .e-projects.is-scroll-driven .e-project--stadtlauf .e-project__copy > .e-project__summary {
		font-size: 15px;
		line-height: 1.38;
	}

	.js .e-projects.is-scroll-driven .e-project--stadtlauf .e-project__operation {
		gap: 3px;
		margin-top: 8px;
		padding-block: 7px;
	}

	.js .e-projects.is-scroll-driven .e-project--stadtlauf .e-project__operation span {
		font-size: 13px;
		line-height: 1.32;
	}

	.js .e-projects.is-scroll-driven .e-project--stadtlauf .e-project__copy ul {
		gap: 5px;
		margin-top: 8px;
	}

	.js .e-projects.is-scroll-driven .e-project--stadtlauf .e-project__copy li {
		padding: 5px 7px;
		font-size: 10px;
	}

	.js .e-projects.is-scroll-driven .e-project--stadtlauf .e-project__copy > a {
		margin-top: 6px;
		font-size: 12px;
	}

	.js .e-projects.is-scroll-driven .e-projects__nav {
		width: auto;
		justify-content: center;
		margin: 8px auto 0;
	}
}

@media (max-width: 640px) and (prefers-reduced-motion: no-preference) {
	.js .e-projects.is-scroll-driven .e-projects__motion {
		padding: 8px 0 6px;
	}

	.js .e-projects.is-scroll-driven .e-projects__topline h2 {
		font-size: clamp(29px, 8.4vw, 35px);
		line-height: 1.08;
	}

	.js .e-projects.is-scroll-driven .e-projects__topline .e-section-subline {
		margin-top: 6px;
		font-size: 15px;
		line-height: 1.3;
	}

	.js .e-projects.is-scroll-driven .e-projects__track {
		gap: 12px;
		padding-inline: 18px;
	}

	.js .e-projects.is-scroll-driven .e-project {
		flex-basis: calc(100vw - 36px);
		grid-template-columns: 1fr;
		grid-template-rows: minmax(155px, .58fr) minmax(0, 1.42fr);
		gap: 8px;
		padding: 10px;
		border-radius: 20px;
	}

	.js .e-projects.is-scroll-driven .e-project__art {
		min-height: 0;
		border-radius: 15px;
	}

	.js .e-projects.is-scroll-driven .e-project-signal {
		width: min(76%, 270px);
		padding: 13px 14px 11px;
		border-radius: 18px;
	}

	.js .e-projects.is-scroll-driven .e-project-signal > p {
		font-size: 10px;
	}

	.js .e-projects.is-scroll-driven .e-project-signal > strong {
		font-size: 35px;
	}

	.js .e-projects.is-scroll-driven .e-project-signal__bars {
		height: 25px;
		gap: 5px;
		margin: 9px 0;
	}

	.js .e-projects.is-scroll-driven .e-project-signal__more {
		gap: 5px;
	}

	.js .e-projects.is-scroll-driven .e-project-signal__more span {
		padding: 4px 7px;
		font-size: 9px;
	}

	.js .e-projects.is-scroll-driven .e-project-signal small {
		margin-top: 7px;
		font-size: 8px;
		line-height: 1.2;
	}

	.js .e-projects.is-scroll-driven .e-project-doodle {
		right: -3px;
		bottom: -4px;
		width: 82px;
	}

	.js .e-projects.is-scroll-driven .e-brand-sticker,
	.js .e-projects.is-scroll-driven .e-brand-sticker--tierheim,
	.js .e-projects.is-scroll-driven .e-brand-sticker--raumluft,
	.js .e-projects.is-scroll-driven .e-brand-sticker--topmodel,
	.js .e-projects.is-scroll-driven .e-brand-sticker--stadtlauf {
		right: 8px;
		top: 8px;
		width: 76px;
		min-height: 38px;
		padding: 5px 7px;
		border-width: 3px;
	}

	.js .e-projects.is-scroll-driven .e-brand-sticker--ck {
		width: 62px;
	}

	.js .e-projects.is-scroll-driven .e-project__copy {
		align-self: start;
		padding: 5px 6px 3px;
	}

	.js .e-projects.is-scroll-driven .e-project__copy h3 {
		margin: 0 0 6px;
		font-size: 26px;
		line-height: 1.08;
	}

	.js .e-projects.is-scroll-driven .e-project__copy > .e-project__summary {
		font-size: 13.5px;
		line-height: 1.35;
	}

	.js .e-projects.is-scroll-driven .e-project__operation {
		gap: 3px;
		margin-top: 8px;
		padding: 7px 0;
	}

	.js .e-projects.is-scroll-driven .e-project__operation strong {
		font-size: 10px;
	}

	.js .e-projects.is-scroll-driven .e-project__operation span {
		font-size: 12px;
		line-height: 1.35;
	}

	.js .e-projects.is-scroll-driven .e-project__copy ul {
		gap: 5px;
		margin-top: 8px;
	}

	.js .e-projects.is-scroll-driven .e-project__copy li {
		padding: 5px 7px;
		font-size: 10px;
	}

	.js .e-projects.is-scroll-driven .e-project__copy > a {
		margin-top: 6px;
		font-size: 12px;
	}

	.js .e-projects.is-scroll-driven .e-project__copy .e-link-arrow {
		width: 25px;
		height: 25px;
	}

	.js .e-projects.is-scroll-driven .e-project--stadtlauf .e-project__copy h3 {
		font-size: 24px;
	}

	.js .e-projects.is-scroll-driven .e-project--stadtlauf .e-project__copy > .e-project__summary {
		font-size: 12.5px;
		line-height: 1.3;
	}

	.js .e-projects.is-scroll-driven .e-project--stadtlauf .e-project__operation {
		gap: 2px;
		margin-top: 6px;
		padding-block: 5px;
	}

	.js .e-projects.is-scroll-driven .e-project--stadtlauf .e-project__operation span {
		font-size: 11.25px;
		line-height: 1.28;
	}

	.js .e-projects.is-scroll-driven .e-project--stadtlauf .e-project__copy ul {
		margin-top: 6px;
	}

	.js .e-projects.is-scroll-driven .e-project--stadtlauf .e-project__copy li {
		padding: 4px 6px;
		font-size: 9px;
	}

	.js .e-projects.is-scroll-driven .e-project--stadtlauf .e-project__copy > a {
		margin-top: 4px;
		font-size: 11px;
	}

	.js .e-projects.is-scroll-driven .e-projects__nav {
		gap: 1px;
		margin-top: 4px;
	}

	.js .e-projects.is-scroll-driven .e-projects__nav button {
		width: 36px;
		height: 36px;
		font-size: 10px;
	}

	.js .e-projects.is-scroll-driven .e-project-more__art {
		min-height: 0;
		padding: 12px;
	}

	.js .e-projects.is-scroll-driven .e-project-more__art img {
		width: 62px;
		height: 62px;
		margin-bottom: 0;
	}

	.js .e-projects.is-scroll-driven .e-project-more__art span {
		min-width: 0;
		padding: 5px 9px;
		font-size: 10px;
	}
}

@media (max-width: 340px) and (prefers-reduced-motion: no-preference) {
	.js .e-projects.is-scroll-driven .e-project--stadtlauf .e-project__copy {
		padding-bottom: 0;
	}

	.js .e-projects.is-scroll-driven .e-project--stadtlauf .e-project__copy h3 {
		font-size: 22px;
	}

	.js .e-projects.is-scroll-driven .e-project--stadtlauf .e-project__copy > .e-project__summary {
		font-size: 12px;
	}

	.js .e-projects.is-scroll-driven .e-project--stadtlauf .e-project__operation span {
		font-size: 10.75px;
	}

	.js .e-projects.is-scroll-driven .e-project--stadtlauf .e-project__copy > a {
		margin-top: 0;
		font-size: 10.5px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.isla-concept--strecke-e .e-nameplate__icon {
		animation: none;
		transform: translateY(-50%) rotate(-7deg);
	}
}

/* Issue 338 · dynamic WordPress shell ---------------------------------- */

.isla-concept--strecke-e .e-header {
	display: block;
	min-height: 78px;
	padding: 0;
}

.e-header__inner {
	width: min(100%, 1680px);
	min-height: 78px;
	margin: 0 auto;
	padding: 12px clamp(24px, 3vw, 48px);
	display: flex;
	align-items: center;
	gap: 16px;
}

.e-header__inner :where(a, small, span, strong, summary) {
	font-family: var(--move-sans);
}

.e-header__inner .e-nameplate {
	min-width: 0;
	flex: 0 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: auto auto;
	align-content: center;
	gap: 2px;
}

.e-header__inner .e-nameplate strong {
	grid-row: 1;
	font-weight: 500;
}

.e-header__inner .e-nameplate > span {
	display: none;
}

.e-header__inner .e-nameplate small {
	grid-row: 2;
	display: block;
	font-size: 13.5px;
	line-height: 1.25;
}

.e-nav-desktop {
	margin-left: auto;
	display: flex;
	align-items: center;
	gap: 4px;
}

.e-nav-desktop__link,
.e-nav-dropdown > summary {
	min-height: 44px;
	padding: 10px 14px;
	display: flex;
	align-items: center;
	gap: 7px;
	border-radius: 999px;
	color: var(--e-ink);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.25;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}

.e-nav-desktop__link:hover,
.e-nav-desktop__link:focus-visible,
.e-nav-dropdown > summary:hover,
.e-nav-dropdown > summary:focus-visible,
.e-nav-dropdown[open] > summary {
	background: #f0ede8;
}

.e-nav-dropdown,
.e-nav-mobile,
.e-nav-mobile__sub {
	position: relative;
}

.e-nav-dropdown > summary,
.e-nav-mobile > summary,
.e-nav-mobile__sub > summary {
	list-style: none;
}

.e-nav-dropdown > summary::-webkit-details-marker,
.e-nav-mobile > summary::-webkit-details-marker,
.e-nav-mobile__sub > summary::-webkit-details-marker {
	display: none;
}

.e-nav-dropdown > summary::marker,
.e-nav-mobile > summary::marker,
.e-nav-mobile__sub > summary::marker {
	content: "";
}

.e-nav-chevron {
	flex: 0 0 auto;
	transition: transform .2s ease;
}

.e-nav-dropdown[open] > summary .e-nav-chevron,
.e-nav-mobile__sub[open] > summary .e-nav-chevron {
	transform: rotate(180deg);
}

.e-nav-dropdown__panel {
	position: absolute;
	z-index: 120;
	top: calc(100% + 12px);
	left: 0;
	min-width: 340px;
	padding: 10px;
	display: grid;
	gap: 2px;
	border: 1px solid #eceae5;
	border-radius: 18px;
	background: rgba(253, 253, 252, .94);
	box-shadow: 0 18px 44px rgba(38, 43, 65, .14);
	backdrop-filter: blur(16px) saturate(1.1);
}

.e-nav-dropdown__panel a {
	padding: 12px 16px;
	display: grid;
	gap: 2px;
	border-radius: 12px;
	color: var(--e-ink);
	text-decoration: none;
}

.e-nav-dropdown__panel a:hover,
.e-nav-dropdown__panel a:focus-visible {
	background: #f0ede8;
}

.e-nav-dropdown__panel span {
	font-size: 15.5px;
	font-weight: 500;
}

.e-nav-dropdown__panel small {
	color: var(--e-muted);
	font-size: 13.5px;
	font-weight: 400;
}

.e-header__inner > .e-header__cta {
	min-height: 46px;
	flex: 0 0 auto;
	padding: 14px 25px;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: .08em;
	text-transform: uppercase;
	white-space: nowrap;
}

.e-nav-mobile {
	display: none;
}

.e-nav-mobile:not([open]) > nav,
.e-nav-mobile__sub:not([open]) > div {
	display: none;
}

/* Homepage product showcase: restrained editorial cards, populated by EDD. */
.e-home-downloads {
	position: relative;
	padding-top: clamp(72px, 7vw, 104px);
}

.e-sticker--home-downloads {
	position: absolute;
	top: -20px;
	left: -72px;
	width: 66px;
	height: auto;
	filter: drop-shadow(0 9px 14px rgba(38, 43, 65, .12));
	transform: rotate(-7deg);
}

.e-section-body--home-downloads {
	width: min(100%, 1440px);
	margin-inline: auto;
	padding-inline: clamp(18px, 2vw, 28px);
}

.e-home-download-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
}

.e-home-download-card {
	min-height: 330px;
	padding: 34px 34px 30px;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(38, 43, 65, .08);
	border-radius: 28px;
	background: rgba(255, 255, 255, .9);
	box-shadow: 0 16px 42px rgba(38, 43, 65, .08);
}

.e-home-download-card__top {
	min-height: 68px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.e-home-download-card__image {
	width: 66px;
	height: 66px;
	display: grid;
	place-items: center;
	transform: rotate(-3deg);
}

.e-home-download-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 8px 12px rgba(38, 43, 65, .1));
}

.e-home-download-card__badge,
.e-home-download-card__footer > span {
	display: inline-flex;
	align-items: center;
	border-radius: 999px;
	background: #e7dcfb;
	color: #6748d2;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
}

.e-home-download-card__badge {
	padding: 10px 18px;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.e-home-download-card h3 {
	margin: 22px 0 0;
	font-size: clamp(22px, 1.65vw, 28px);
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -.025em;
}

.e-home-download-card h3 a {
	color: inherit;
	text-decoration: none;
}

.e-home-download-card > p {
	margin: 18px 0 26px;
	color: var(--e-ink-soft);
	font-size: 17px;
	line-height: 1.55;
}

.e-home-download-card__footer {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.e-home-download-card__footer > span {
	padding: 9px 16px;
	background: #f0eff3;
	color: var(--e-ink-soft);
	font-weight: 400;
}

.e-home-download-card__footer a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #7555dc;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}

.e-home-downloads__all {
	margin: 46px 0 0;
	text-align: center;
}

/* The homepage grid is 1600 px wide, the shell 1440 px. Subtracting the
 * hero's centring offset keeps the copy aligned with the first name. */
.isla-concept--strecke-e .e-hero__copy {
	padding-left: calc(max(24px, calc((100vw - 1440px) / 2 + 40px)) + 48px - max(0px, calc((100vw - 1600px) / 2)));
	padding-right: clamp(30px, 3vw, 52px);
}

.isla-concept--strecke-e .e-hero {
	grid-template-columns: minmax(520px, .96fr) minmax(0, 1.04fr);
}

/* Footer from the shared Claude design, with the existing secure form kept. */
.isla-concept--strecke-e .e-footer {
	border-top: 1px solid #e7e5e0;
	background: #fbfbfa;
	overflow: hidden;
}

.isla-concept--strecke-e .e-footer__inner {
	width: min(100%, 1440px);
	margin: 0 auto;
	padding: 64px 40px 12px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
	gap: 64px;
	align-items: center;
}

.isla-concept--strecke-e .e-footer__cta {
	position: relative;
	min-height: 180px;
	max-width: none;
	padding: 0 138px 0 0;
}

.isla-concept--strecke-e .e-sticker--footer-mail {
	position: absolute;
	right: 0;
	top: 18px;
	width: 118px;
	height: auto;
	margin: 0;
}

.isla-concept--strecke-e .e-footer__cta h2 {
	margin: 0;
	font-size: clamp(24px, 2.6vw, 36px);
	font-weight: 500;
	line-height: 1.22;
	letter-spacing: -.015em;
}

.e-footer__intro {
	margin: 0 0 22px;
	color: var(--e-ink-soft);
	font-size: 17px;
	line-height: 1.5;
	text-wrap: pretty;
}

.isla-concept--strecke-e .e-footer__action {
	gap: 0;
}

.isla-concept--strecke-e .e-contact-pill {
	min-height: 0;
	gap: 10px;
	padding: 6px 6px 6px 24px;
	border-color: #e4e2dd;
	background: #fdfdfc;
	box-shadow: 0 8px 24px rgba(38, 43, 65, .05);
}

.isla-concept--strecke-e .e-contact-pill input[type="email"] {
	min-height: 48px;
	padding-left: 0;
}

.isla-concept--strecke-e .e-contact-pill button {
	min-height: 50px;
	padding: 15px 30px;
	background: radial-gradient(circle, #8b6cd4 0%, #9171d6 100%);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .08em;
	text-transform: uppercase;
	box-shadow: 0 10px 26px rgba(139, 108, 212, .32);
}

.isla-concept--strecke-e .e-contact-privacy,
.isla-concept--strecke-e .e-contact-status {
	margin: 14px 0 0;
	font-size: 14px;
}

.isla-concept--strecke-e .e-footer__navline {
	width: min(100%, 1440px);
	margin: 0 auto;
	padding: 24px 40px;
	justify-content: flex-start;
	gap: 8px;
}

.isla-concept--strecke-e .e-footer__nav {
	margin-left: -14px;
	gap: 0;
}

.isla-concept--strecke-e .e-footer__nav a {
	padding-inline: 14px;
	color: var(--e-ink);
}

.isla-concept--strecke-e .e-footer__ornaments {
	gap: 0;
}

.isla-concept--strecke-e .e-footer__socials {
	margin-left: auto;
}

.e-footer__legal {
	border-top: 1px solid #eceae5;
}

.e-footer__legal .e-footer__copyright {
	width: min(100%, 1440px);
	margin: 0 auto;
	padding: 18px 40px;
	font-size: 14px;
	font-style: normal;
}

/* Issue 337 · restrained, one-time mobile reveals. */
@media (max-width: 1020px) and (prefers-reduced-motion: no-preference) {
	.js .e-mobile-reveal-item {
		opacity: 0;
		transform: translate3d(0, 24px, 0);
		transition: opacity .55s ease var(--e-mobile-reveal-delay, 0ms), transform .65s cubic-bezier(.22, 1, .36, 1) var(--e-mobile-reveal-delay, 0ms);
	}

	.js .e-mobile-reveal-item.is-visible {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@media (max-width: 1420px) {
	.e-header__inner {
		padding-inline: 24px;
	}
}

@media (max-width: 1240px) {
	.isla-concept--strecke-e .e-header {
		min-height: 72px;
		padding: 0;
	}

	.e-header__inner {
		position: relative;
		min-height: 72px;
		padding: 10px 18px;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 14px;
	}

	.e-header__inner .e-nameplate > span {
		display: none;
	}

	.e-nav-desktop,
	.e-header__inner > .e-header__cta {
		display: none;
	}

	.e-nav-mobile {
		position: static;
		display: block;
	}

	.e-nav-mobile > summary {
		min-width: 104px;
		min-height: 50px;
		padding: 10px 16px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		border: 1px solid #dedcd6;
		border-radius: 999px;
		color: var(--e-ink);
		background: #fbfbfa;
		font-size: 15px;
		font-weight: 400;
		cursor: pointer;
	}

	.e-nav-mobile__menu-icon {
		width: 18px;
		display: grid;
		gap: 4px;
	}

	.e-nav-mobile__menu-icon i {
		display: block;
		height: 1.8px;
		border-radius: 999px;
		background: currentColor;
	}

	.e-nav-mobile[open] > summary .e-nav-mobile__menu-icon i:nth-child(1) {
		transform: translateY(5.8px) rotate(45deg);
	}

	.e-nav-mobile[open] > summary .e-nav-mobile__menu-icon i:nth-child(2) {
		opacity: 0;
	}

	.e-nav-mobile[open] > summary .e-nav-mobile__menu-icon i:nth-child(3) {
		transform: translateY(-5.8px) rotate(-45deg);
	}

	.e-nav-mobile > nav {
		position: fixed;
		z-index: 130;
		top: 80px;
		left: max(18px, calc((100vw - 520px) / 2));
		right: max(18px, calc((100vw - 520px) / 2));
		width: auto;
		max-height: calc(100svh - 92px);
		padding: 12px;
		display: grid;
		gap: 4px;
		border: 1px solid #e7e5e0;
		border-radius: 22px;
		background: rgba(253, 253, 252, .98);
		box-shadow: 0 24px 54px rgba(38, 43, 65, .14);
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.e-nav-mobile__link,
	.e-nav-mobile__sub > summary,
	.e-nav-mobile__sub a {
		min-height: 46px;
		padding: 10px 16px;
		display: flex;
		align-items: center;
		border-radius: 14px;
		color: var(--e-ink);
		font-size: 16px;
		font-weight: 500;
		text-decoration: none;
	}

	.e-nav-mobile__sub > summary {
		justify-content: space-between;
		cursor: pointer;
	}

	.e-nav-mobile__sub > div {
		padding: 2px 0 8px 14px;
		display: grid;
		gap: 2px;
	}

	.e-nav-mobile__sub a {
		min-height: 44px;
		font-size: 15.5px;
		font-weight: 400;
	}

	.e-nav-mobile__link:hover,
	.e-nav-mobile__link:focus-visible,
	.e-nav-mobile__sub > summary:hover,
	.e-nav-mobile__sub > summary:focus-visible,
	.e-nav-mobile__sub a:hover,
	.e-nav-mobile__sub a:focus-visible {
		background: #f0ede8;
	}

	.e-nav-mobile__cta {
		min-height: 48px;
		margin-top: 6px;
		padding: 12px 24px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 999px;
		color: #33304b;
		background: #e3d9f8;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: .08em;
		text-decoration: none;
		text-transform: uppercase;
	}

	.isla-concept--strecke-e .e-hero {
		grid-template-columns: 1fr;
	}

	.isla-concept--strecke-e .e-hero__copy {
		padding: 26px 0 0;
	}

	.isla-concept--strecke-e .e-footer__inner {
		grid-template-columns: 1fr;
		gap: 36px;
		padding-top: 54px;
	}

	.isla-concept--strecke-e .e-footer__cta {
		min-height: 170px;
		padding-right: 124px;
	}

	.isla-concept--strecke-e .e-sticker--footer-mail {
		display: block;
		right: 0;
		top: 12px;
		width: 106px;
	}

	.e-home-download-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.e-header__inner {
		padding-inline: 14px;
		gap: 8px;
	}

	.e-header__inner .e-nameplate strong {
		font-size: 17px;
	}

	.e-header__inner .e-nameplate small {
		font-size: clamp(11px, 2.3vw, 13px);
		line-height: 1.2;
	}

	.e-nav-mobile > summary {
		min-width: 92px;
		min-height: 48px;
	}

	.isla-concept--strecke-e .e-footer__cta {
		min-height: 190px;
		padding-right: 88px;
	}

	.isla-concept--strecke-e .e-sticker--footer-mail {
		right: -5px;
		top: 36px;
		width: 92px;
	}

	.e-sticker--home-downloads {
		top: -52px;
		left: 4px;
		width: 56px;
	}

	.e-home-download-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.e-home-download-card {
		min-height: 0;
		padding: 28px 24px;
	}

	.e-home-download-card__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.isla-concept--strecke-e .e-footer__inner,
	.isla-concept--strecke-e .e-footer__navline,
	.e-footer__legal .e-footer__copyright {
		padding-inline: 24px;
	}

	.isla-concept--strecke-e .e-contact-pill {
		padding: 12px;
		grid-template-columns: 1fr;
		border-radius: 28px;
	}

	.isla-concept--strecke-e .e-contact-pill input[type="email"] {
		padding-inline: 14px;
	}

	.isla-concept--strecke-e .e-contact-pill button {
		width: 100%;
	}

	.isla-concept--strecke-e .e-footer__navline {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.isla-concept--strecke-e .e-footer__socials {
		width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 479px) {
	.e-header__inner .e-nameplate small {
		display: none;
	}
}

/* Issue 381 · explicit compact logo track with a visible safe gap. */
@media (max-width: 1240px) {
	.isla-concept--strecke-e .e-nameplate {
		--e-nameplate-logo-track: 47px;
		--e-nameplate-logo-safe-gap: 5px;
		padding-left: 0;
		grid-template-columns: var(--e-nameplate-logo-track) minmax(0, 1fr);
		column-gap: var(--e-nameplate-logo-safe-gap);
		row-gap: 2px;
	}

	.e-header__inner .e-nameplate strong,
	.e-header__inner .e-nameplate small {
		grid-column: 2;
	}
}
