@font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/img/lettering/jost-latin-400.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}
@font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/img/lettering/jost-latin-ext-400.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("/img/lettering/jost-latin-600.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}
@font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("/img/lettering/jost-latin-ext-600.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("/img/lettering/jost-latin-800.woff2") format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}
@font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url("/img/lettering/jost-latin-ext-800.woff2") format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+2C60-2C7F, U+A720-A7FF;
}

:root {
	--t-anchor: #b68629;
	--t-brand-hot: #e7a44b;
	--t-spot-deep: #df931f;
	--t-back: #0d0c0c;
	--t-above: #171514;
	--t-text: #FFFFFF;
	--t-dim: #c0bebe;
	--t-border: #2b2724;
	--t-rule-bold: #4a423a;
	--t-ramp-start: #f5dab4;
	--t-blend-b: #ebba75;
	--t-notice: #a71e34;

	--s-2xs: 2px;
	--s-xs: 6px;
	--s-sm: 10px;
	--s-md: 16px;
	--s-lg: 48px;
	--s-xl: 80px;
	--s-2xl: 128px;
	--s-3xl: 200px;

	--r-2xs: 1px 1px 0 0;
	--r-xs: 2px 2px 0 0;
	--r-sm: 6px 6px 0 0;
	--r-md: 12px 12px 0 0;
	--r-lg: 20px 20px 0 0;
	--r-capsule: 9999px 9999px 0 0;
	--r-dot: 50%;

	--d-2xs: 0 -1px 0 rgba(0, 0, 0, 0.08) inset;
	--d-xs: 0 -1px 0 rgba(0, 0, 0, 0.08) inset;
	--d-sm: 0 2px 4px rgba(0, 0, 0, 0.06);
	--d-md: 0 4px 12px rgba(0, 0, 0, 0.10);
	--d-lg: 0 10px 28px rgba(0, 0, 0, 0.14);

	--b-hair: 1px;
	--b-base: 2px;
	--b-heavy: 3px;

	--f-display: "Jost", "Trebuchet MS", sans-serif;
	--f-copy: "Jost", "Trebuchet MS", sans-serif;

	--z-xxl: clamp(24px, 4vw, 60px);
	--z-display-2: clamp(22px, 2.4vw, 34px);
	--z-h3: clamp(19px, 1.5vw, 24px);
	--z-sub-2: 19px;
	--z-h5: 16px;
	--z-xs-2: 14px;
	--z-body: 16px;
	--z-fine: 13px;
	--z-xs: 10px;

	--l-snug: 1.18;
	--l-base: 1.5;
	--l-loose: 1.65;

	--w-regular: 400;
	--w-mid: 600;
	--w-thick: 800;

	--e-close: -0.02em;
	--e-normal: 0;
	--e-wide: 0.06em;

	--t-brisk: 104ms;
	--t-steady: 180ms;
	--t-calm: 291ms;
	--x-land: cubic-bezier(0.3, 0.55, 0.26, 0.97);
	--x-launch: cubic-bezier(0.57, 0.02, 0.3, 0.97);
	--x-in-out: cubic-bezier(0.57, 0.02, 0.3, 0.97);
	--x-spring: cubic-bezier(0.31, 1.1, 0.68, 1.25);

	--v-max: 1420px;
	--v-text: 1420px;
	--v-edge-wide: 56px;
	--v-edge-mid: 32px;
	--v-pad-sm: 16px;
	--v-tight: 480px;

	--h-tall: 72px;
	--h-short: 62px;
	--sec-y: 44px;
	--shell-h: 106px;
	--band-h: 34px;
}

@media (max-width: 860px) {
	:root {
		--z-sub-2: 17px;
		--z-h5: 14px;
		--z-xs-2: 12px;
		--z-body: 15px;
		--z-fine: 12px;
		--z-xs: 9px;
		--sec-y: 34px;
	}
}

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

html,
body {
	overflow-x: clip;
	margin: 0;
	padding: 0;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background: var(--t-back);
	color: var(--t-dim);
	font-family: var(--f-copy);
	font-size: var(--z-body);
	font-weight: var(--w-regular);
	line-height: var(--l-base);
	-webkit-font-smoothing: antialiased;
}

.sheet {
	flex: 1 0 auto;
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: anywhere;
	margin: 0;
	color: var(--t-text);
}

h1 {
	font-family: var(--f-display);
	font-size: var(--z-xxl);
	font-weight: var(--w-thick);
	line-height: var(--l-snug);
	letter-spacing: var(--e-close);
	text-transform: uppercase;
}

h2 {
	font-family: var(--f-display);
	font-size: var(--z-display-2);
	font-weight: var(--w-mid);
	line-height: var(--l-snug);
	letter-spacing: var(--e-normal);
}

h3 {
	font-family: var(--f-copy);
	font-size: var(--z-h3);
	font-weight: var(--w-mid);
	line-height: var(--l-snug);
}

h4 {
	font-family: var(--f-copy);
	font-size: var(--z-sub-2);
	font-weight: var(--w-mid);
}

p {
	margin: 0 0 var(--s-md);
}

img {
	max-width: 100%;
}

a {
	color: var(--t-brand-hot);
	background: var(--t-back);
	transition: color var(--t-brisk) var(--x-land);
}

a:hover {
	color: var(--t-blend-b);
	background: var(--t-back);
}

button {
	font: inherit;
}

.skip-hop {
	position: absolute;
	left: 12px;
	z-index: 200;
	background: var(--t-brand-hot);
	color: #0d0c0c;
	padding: 10px 18px;
	border-radius: var(--r-sm);
	font-size: var(--z-fine);
	font-weight: var(--w-mid);
	text-decoration: none;
}

.skip-hop:not(:focus) {
	top: -200px !important;
}

.skip-hop:focus {
	top: 12px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.threshold-shell,
.bay-shell,
.armoire-shell,
.bureau-shell,
.grotto-shell,
.promenade-shell,
.plinth-shell,
.chevron-shell,
.reel-shell,
.dormer-shell,
.barrow-shell,
.niche-shell,
.crown-shell {
	display: block;
	max-width: calc(var(--v-max) + 2 * var(--v-edge-wide));
	margin-inline: auto;
	padding-inline: var(--v-edge-wide);
}

/* ── Hinweisband 18+ (RG-04) ─────────────────────────────────────────── */
.notice-band {
	display: block;
	text-align: center;
	background: #1b1416;
	color: var(--t-dim);
	border-block-end: var(--b-heavy) solid var(--t-notice);
	padding: 7px var(--v-edge-wide);
}

.notice-band-copy {
	margin: 0;
	background: #1b1416;
	color: var(--t-dim);
	font-size: var(--z-fine);
	line-height: 1.35;
}

.notice-band-route {
	background: #1b1416;
	color: var(--t-blend-b);
	text-decoration: underline;
	text-decoration-color: var(--t-notice);
	text-underline-offset: 3px;
}

.notice-band-route:hover {
	background: #1b1416;
	color: var(--t-ramp-start);
}

/* ── Kopfzeile HEAD-RIGHT ────────────────────────────────────────────── */
.frame {
	position: sticky;
	top: 0;
	z-index: 60;
	background: var(--t-back);
	border-block-end: var(--b-hair) solid var(--t-border);
}

.frame-bar {
	display: flex;
	align-items: center;
	gap: var(--s-md);
	height: 78px;
	max-width: calc(var(--v-max) + 2 * var(--v-edge-wide));
	margin-inline: auto;
	padding-inline: var(--v-edge-wide);
	transition: height var(--t-steady) var(--x-land);
}

.frame.is-shrunk .frame-bar {
	height: 68px;
}

.frame-logo {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	background: var(--t-above);
	color: var(--t-text);
	border: var(--b-hair) solid var(--t-border);
	border-radius: var(--r-dot);
	padding: 2px 16px;
	text-decoration: none;
}

.frame-logo img {
	display: block;
	flex-shrink: 0;
	height: 60px;
	width: auto;
}

.frame-knob {
	display: none;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 12px;
	background: var(--t-back);
	color: var(--t-text);
	border: 0;
	font-family: var(--f-display);
	font-size: var(--z-fine);
	font-weight: var(--w-mid);
	letter-spacing: var(--e-wide);
	text-transform: uppercase;
	cursor: pointer;
}

.frame-map {
	margin-left: auto;
	flex: 0 0 auto;
	min-width: 0;
}

.frame-series {
	display: flex;
	align-items: center;
	gap: var(--s-sm);
	margin: 0;
	padding: 0;
	list-style: none;
}

.frame-cell {
	position: relative;
	display: flex;
	align-items: center;
}

.frame-cell[hidden] {
	display: none;
}

.frame-cell + .frame-cell::before {
	content: "";
	width: 1px;
	height: 13px;
	margin-inline-end: var(--s-sm);
	background: var(--t-rule-bold);
}

.frame-route {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding-inline: 2px;
	background: var(--t-back);
	color: var(--t-dim);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: var(--e-normal);
	text-decoration: none;
	white-space: nowrap;
	transition: color var(--t-brisk) var(--x-land);
}

.frame-route:hover {
	background: var(--t-back);
	color: var(--t-text);
	box-shadow: inset 0 -1px 0 var(--t-brand-hot);
}

.frame-cell--here .frame-route {
	background: var(--t-back);
	color: var(--t-text);
}

.frame-cell--here .frame-route::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 12px;
	width: 5px;
	height: 5px;
	margin-inline-start: -2px;
	border-radius: var(--r-dot);
	background: var(--t-brand-hot);
}

.frame-more {
	position: relative;
	display: flex;
	align-items: center;
}

.frame-more[hidden] {
	display: none;
}

.frame-more-knob {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0 12px;
	background: var(--t-above);
	color: var(--t-text);
	border: var(--b-hair) solid var(--t-border);
	border-radius: var(--r-sm);
	font-size: 13px;
	cursor: pointer;
}

.frame-more-knob:hover {
	background: var(--t-above);
	color: var(--t-brand-hot);
}

.frame-more-menu {
	display: none;
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	z-index: 70;
	min-width: 232px;
	max-height: 68vh;
	overflow-y: auto;
	background: var(--t-above);
	border: var(--b-hair) solid var(--t-rule-bold);
	border-radius: var(--r-md);
	padding: var(--s-sm);
	box-shadow: var(--d-lg);
}

.frame-more-menu.is-open {
	display: block;
}

.frame-more-series {
	margin: 0;
	padding: 0;
	list-style: none;
}

.frame-more-route {
	display: block;
	padding: 9px var(--s-sm);
	background: var(--t-above);
	color: var(--t-dim);
	font-size: 13px;
	text-decoration: none;
}

.frame-more-route:hover {
	background: #241f1a;
	color: var(--t-text);
}

.frame-keys {
	display: flex;
	align-items: center;
	gap: var(--s-sm);
	flex-shrink: 0;
	margin-inline-start: var(--s-md);
}

.frame-geo {
	display: inline-flex;
	align-items: center;
	padding: 4px 7px;
	background: var(--t-back);
	color: var(--t-dim);
	border: var(--b-hair) solid var(--t-border);
	border-radius: var(--r-xs);
	font-size: var(--z-xs);
	font-weight: var(--w-mid);
	letter-spacing: var(--e-wide);
	text-transform: uppercase;
}

.frame-keys .frame-offer {
	min-height: 44px;
	padding: 0 15px;
	font-size: 12px;
	letter-spacing: 0.5px;
	box-shadow: 2px 2px 0 #0d0c0c;
}

.frame-tray {
	display: none;
	background: var(--t-above);
	border-block-start: var(--b-hair) solid var(--t-border);
	padding: var(--s-sm) var(--v-pad-sm) var(--s-md);
}

.frame-tray.is-open {
	display: block;
}

.frame-tray-series {
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 66vh;
	overflow-y: auto;
}

.frame-tray-cell {
	display: block;
}

.frame-tray-route {
	display: flex;
	align-items: center;
	min-height: 46px;
	padding-inline: var(--s-xs);
	background: var(--t-above);
	color: var(--t-dim);
	font-size: 15px;
	text-decoration: none;
}

.frame-tray-route[aria-current="page"] {
	background: var(--t-above);
	color: var(--t-brand-hot);
}

.frame-tray-route:hover {
	background: var(--t-above);
	color: var(--t-text);
}

/* ── Erster Bildschirm HERO-07 ───────────────────────────────────────── */
.threshold {
	padding-block: 0 var(--sec-y);
}

.threshold-figure {
	margin: 0;
}

.threshold-figure img {
	display: block;
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center 42%;
}

.threshold-shell {
	padding-block-start: var(--s-lg);
	animation: threshold-rise var(--t-calm) var(--x-land) both;
}

@keyframes threshold-rise {
	from {
		opacity: 0;
		transform: translateY(14px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.threshold-eyebrow {
	display: inline-block;
	padding: 4px 11px;
	background: var(--t-brand-hot);
	color: #0d0c0c;
	border-radius: var(--r-xs);
	font-size: var(--z-xs);
	font-weight: var(--w-mid);
	letter-spacing: var(--e-wide);
	text-transform: uppercase;
}

.threshold-head {
	margin-block: var(--s-md) var(--s-sm);
}

.threshold-kicker {
	max-width: var(--v-tight);
	margin-block-end: var(--s-md);
	background: var(--t-back);
	color: var(--t-dim);
	font-size: var(--z-sub-2);
	line-height: var(--l-base);
}

.threshold-keys {
	display: flex;
	flex-wrap: wrap;
	gap: var(--s-sm);
}

.threshold-note {
	display: block;
	margin-block-start: var(--s-sm);
	background: var(--t-back);
	color: var(--t-dim);
	font-size: var(--z-fine);
	letter-spacing: var(--e-wide);
	text-transform: uppercase;
}

/* ── Seitenkopf PHEAD-05 ─────────────────────────────────────────────── */
.bay {
	padding-block: var(--sec-y);
	border-block-end: var(--b-hair) solid var(--t-border);
}

.bay-crumbs {
	display: flex;
	align-items: center;
	gap: var(--s-xs);
	margin-block-end: var(--s-md);
	font-size: var(--z-xs);
	letter-spacing: var(--e-wide);
	text-transform: uppercase;
}

.bay-route {
	background: var(--t-back);
	color: var(--t-dim);
	text-decoration: none;
}

.bay-route:hover {
	background: var(--t-back);
	color: var(--t-brand-hot);
}

.bay-here {
	background: var(--t-back);
	color: var(--t-text);
}

.bay-head {
	margin-block-end: var(--s-md);
}

.bay-copy {
	margin-block-end: var(--s-md);
	background: var(--t-back);
	color: var(--t-dim);
	font-size: var(--z-sub-2);
}

.bay-keys {
	display: flex;
	flex-wrap: wrap;
	gap: var(--s-sm);
}

/* ── Fließtext PROSE-04 ──────────────────────────────────────────────── */
.armoire {
	padding-block: var(--sec-y);
}

.armoire-part {
	margin-block-end: var(--s-lg);
}

.armoire-part:last-child {
	margin-block-end: 0;
}

.armoire-head {
	margin-block: 0 var(--s-md);
	text-align: start;
	scroll-margin-block-start: calc(var(--shell-h) + 12px);
}

.armoire-part > p {
	margin-block-end: var(--s-md);
	color: var(--t-dim);
	background: var(--t-back);
	line-height: var(--l-loose);
}

.armoire-part > p:first-of-type::first-letter {
	float: left;
	margin-inline-end: 10px;
	padding-block-start: 6px;
	font-family: var(--f-display);
	font-size: 3.2em;
	font-weight: var(--w-thick);
	line-height: 0.8;
	color: var(--t-brand-hot);
}

.armoire-part > p strong {
	color: var(--t-text);
	font-weight: var(--w-mid);
}

.armoire-route {
	background: var(--t-back);
	color: var(--t-brand-hot);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.armoire-route:hover {
	background: var(--t-back);
	color: var(--t-blend-b);
}

.armoire-series,
.armoire-order {
	margin: 0 0 var(--s-md);
	padding-inline-start: 22px;
	color: var(--t-dim);
	line-height: var(--l-loose);
}

.armoire-series li,
.armoire-order li {
	margin-block-end: var(--s-xs);
}

.armoire-figure {
	margin: 0 0 var(--s-md);
}

.armoire-art {
	display: block;
	width: 100%;
	height: auto;
	max-height: 44vh;
	object-fit: cover;
	border-radius: var(--r-md);
}

.armoire-figure--wide .armoire-art {
	max-height: 40vh;
}

.armoire-figure--spot {
	max-width: 560px;
}

.armoire-figure--spot .armoire-art {
	max-height: none;
	object-fit: contain;
}

.armoire-figure--tall {
	max-width: 380px;
}

.armoire-figure--tall .armoire-art {
	max-height: 52vh;
}

/* ── Kartenraster GRID-01 ────────────────────────────────────────────── */
.bureau {
	padding-block: var(--sec-y);
}

.bureau-head {
	margin-block-end: var(--s-md);
}

.bureau-series {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--s-md);
}

.bureau-cell {
	position: relative;
	overflow: hidden;
	padding: 24px;
	background: var(--t-above);
	color: var(--t-dim);
	border: var(--b-hair) solid var(--t-border);
	border-radius: var(--r-md);
	transition: border-color var(--t-steady) var(--x-land);
}

.bureau-cell::before {
	content: "";
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: 0;
	width: 0;
	height: var(--b-base);
	background: var(--t-brand-hot);
	transition: width var(--t-steady) var(--x-land);
}

.bureau-cell:hover {
	background: var(--t-above);
	color: var(--t-dim);
	border-color: var(--t-rule-bold);
}

.bureau-cell:hover::before {
	width: 100%;
}

.bureau-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-block-end: var(--s-sm);
	background: #241f19;
	color: var(--t-brand-hot);
	border-radius: var(--r-sm);
}

.bureau-glyph {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.bureau-cell-head {
	margin-block-end: var(--s-sm);
	background: var(--t-above);
	color: var(--t-text);
	font-family: var(--f-display);
	font-size: var(--z-sub-2);
	font-weight: var(--w-thick);
	line-height: var(--l-snug);
}

.bureau-copy {
	background: var(--t-above);
	color: var(--t-dim);
	font-size: var(--z-body);
	line-height: var(--l-base);
}

.bureau-route {
	background: var(--t-above);
	color: var(--t-brand-hot);
}

.bureau-route:hover {
	background: var(--t-above);
	color: var(--t-blend-b);
}

/* ── Tabelle TABLE-02 ────────────────────────────────────────────────── */
.grotto {
	padding-block: var(--sec-y);
}

.grotto-head {
	margin-block-end: var(--s-sm);
}

.grotto-cap {
	margin-block-end: var(--s-md);
	background: var(--t-back);
	color: var(--t-dim);
	font-size: var(--z-fine);
}

.grotto-scroll {
	overflow-x: auto;
}

.grotto-table {
	width: 100%;
	min-width: 580px;
	border-collapse: collapse;
}

.grotto-table th {
	padding: var(--s-md) var(--s-sm);
	background: var(--t-back);
	color: var(--t-text);
	border-block-end: var(--b-base) solid var(--t-brand-hot);
	font-family: var(--f-display);
	font-size: var(--z-fine);
	font-weight: var(--w-thick);
	letter-spacing: var(--e-wide);
	text-align: start;
	text-transform: uppercase;
}

.grotto-table td {
	padding: var(--s-md) var(--s-sm);
	background: var(--t-back);
	color: var(--t-dim);
	border-block-end: var(--b-hair) solid var(--t-border);
	font-size: var(--z-body);
	vertical-align: top;
}

.grotto-table td:first-child {
	background: var(--t-back);
	color: var(--t-text);
	font-weight: var(--w-mid);
}

.grotto-table tbody tr:last-child td {
	border-block-end: 0;
}

.grotto-route {
	background: var(--t-back);
	color: var(--t-brand-hot);
}

/* ── Stimmen REV-09 ──────────────────────────────────────────────────── */
.promenade {
	padding-block: var(--sec-y);
}

.promenade-head {
	margin-block-end: var(--s-md);
	text-align: center;
}

.promenade-cell {
	padding-block: var(--s-lg);
	border-block-end: var(--b-hair) solid var(--t-border);
	text-align: center;
}

.promenade-cell:last-of-type {
	border-block-end: 0;
}

.promenade-quote {
	margin: 0 auto;
	max-width: 900px;
}

.promenade-say {
	background: var(--t-back);
	color: var(--t-text);
	font-family: var(--f-display);
	font-size: var(--z-h3);
	font-style: italic;
	line-height: 1.32;
}

.promenade-facts {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: var(--s-sm);
	margin-block-start: var(--s-md);
	font-size: var(--z-fine);
	letter-spacing: var(--e-wide);
	text-transform: uppercase;
}

.promenade-who {
	background: var(--t-back);
	color: var(--t-dim);
	font-weight: var(--w-mid);
}

.promenade-day {
	background: var(--t-back);
	color: var(--t-dim);
}

.promenade-score {
	background: var(--t-back);
	color: var(--t-brand-hot);
	font-weight: var(--w-mid);
}

.promenade-stars {
	letter-spacing: 1px;
}

/* ── Fragen FAQ-10 ───────────────────────────────────────────────────── */
.plinth {
	padding-block: var(--sec-y);
}

.plinth-shell {
	display: grid;
	grid-template-columns: minmax(0, 0.4fr) minmax(0, 0.6fr);
	gap: var(--s-lg);
	align-items: start;
}

.plinth-aside {
	position: sticky;
	top: calc(var(--shell-h) + 16px);
	align-self: start;
	padding: 26px;
	background: var(--t-above);
	color: var(--t-dim);
	border: var(--b-hair) solid var(--t-border);
	border-radius: var(--r-md);
}

.plinth-head {
	margin-block-end: var(--s-sm);
	background: var(--t-above);
	color: var(--t-text);
}

.plinth-copy {
	margin: 0;
	background: var(--t-above);
	color: var(--t-dim);
	font-size: var(--z-body);
}

.plinth-series {
	display: block;
}

.plinth-cell {
	padding-block: var(--s-md);
	border-block-end: var(--b-hair) solid var(--t-border);
}

.plinth-cell:last-child {
	border-block-end: 0;
}

.plinth-ask {
	display: flex;
	align-items: baseline;
	gap: var(--s-sm);
	cursor: pointer;
	list-style: none;
}

.plinth-ask::-webkit-details-marker {
	display: none;
}

.plinth-ask::before {
	content: "+";
	color: var(--t-brand-hot);
	font-family: var(--f-display);
	font-size: var(--z-sub-2);
	font-weight: var(--w-thick);
	line-height: 1;
}

.plinth-cell[open] .plinth-ask::before {
	content: "–";
}

.plinth-ask h3 {
	margin: 0;
	background: var(--t-back);
	color: var(--t-text);
	font-weight: var(--w-mid);
}

.plinth-answer {
	margin-block-start: var(--s-sm);
	padding-inline-start: 22px;
	background: var(--t-back);
	color: var(--t-dim);
	line-height: var(--l-loose);
}

.plinth-route {
	background: var(--t-back);
	color: var(--t-brand-hot);
}

/* ── Aufruf CTA-07 ───────────────────────────────────────────────────── */
.chevron {
	padding-block: var(--sec-y);
	scroll-margin-block-start: calc(var(--shell-h) + 12px);
}

.chevron-panel {
	max-width: 760px;
	margin-inline: auto;
	padding: 40px 32px;
	background: var(--t-above);
	color: var(--t-dim);
	border: var(--b-base) solid var(--t-brand-hot);
	border-radius: var(--r-lg);
	text-align: center;
}

.chevron-figure {
	display: block;
	margin-block-end: var(--s-sm);
	background: var(--t-above);
	color: var(--t-brand-hot);
	font-family: var(--f-display);
	font-size: clamp(38px, 5vw, 58px);
	font-weight: var(--w-thick);
	line-height: 1;
}

.chevron-head {
	margin-block-end: var(--s-sm);
	background: var(--t-above);
	color: var(--t-text);
}

.chevron-copy {
	margin-block-end: var(--s-md);
	background: var(--t-above);
	color: var(--t-dim);
}

.chevron-keys {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: var(--s-sm);
}

.chevron-note {
	display: block;
	margin-block-start: var(--s-sm);
	background: var(--t-above);
	color: var(--t-dim);
	font-size: var(--z-fine);
}

/* ── Signatur BYLINE-04 ──────────────────────────────────────────────── */
.trellis {
	padding-block: var(--s-lg);
	border-block-start: var(--b-hair) solid var(--t-border);
	max-width: calc(var(--v-max) + 2 * var(--v-edge-wide));
	margin-inline: auto;
	padding-inline: var(--v-edge-wide);
}

.trellis-quote {
	position: relative;
	max-width: 660px;
	margin-inline: auto;
	padding-block-start: var(--s-md);
	text-align: center;
}

.trellis-quote::before {
	content: "”";
	display: block;
	background: var(--t-back);
	color: var(--t-brand-hot);
	font-family: var(--f-display);
	font-size: 46px;
	line-height: 0.6;
}

.trellis-say {
	background: var(--t-back);
	color: var(--t-text);
	font-family: var(--f-display);
	font-size: var(--z-sub-2);
	font-style: italic;
	line-height: var(--l-base);
}

.trellis-facts {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: var(--s-xs);
	margin-block-start: var(--s-sm);
}

.trellis-shot {
	width: 34px;
	height: 34px;
	flex-shrink: 0;
	border-radius: var(--r-dot);
	object-fit: cover;
	object-position: 46% 28%;
}

.trellis-who {
	background: var(--t-back);
	color: var(--t-text);
	font-style: normal;
	font-weight: var(--w-mid);
}

.trellis-route {
	background: var(--t-back);
	color: var(--t-brand-hot);
	text-decoration: none;
}

.trellis-route:hover {
	background: var(--t-back);
	color: var(--t-blend-b);
	text-decoration: underline;
}

.trellis-post {
	background: var(--t-back);
	color: var(--t-dim);
	font-size: var(--z-fine);
	font-style: italic;
}

/* ── Redaktionskarte AUTH-05 ─────────────────────────────────────────── */
.reel {
	padding-block: var(--sec-y);
}

.reel-panel {
	display: flex;
	align-items: center;
	gap: var(--s-md);
	max-width: 560px;
	padding: 20px;
	background: var(--t-above);
	color: var(--t-dim);
	border: var(--b-hair) solid var(--t-border);
	border-radius: var(--r-md);
}

.reel-shot {
	width: 82px;
	height: 82px;
	flex-shrink: 0;
	border-radius: var(--r-dot);
	object-fit: cover;
	object-position: 46% 28%;
}

.reel-body {
	display: flex;
	flex-direction: column;
	gap: var(--s-2xs);
	min-width: 0;
}

.reel-post {
	background: var(--t-above);
	color: var(--t-brand-hot);
	font-size: var(--z-xs);
	font-weight: var(--w-mid);
	letter-spacing: var(--e-wide);
	text-transform: uppercase;
}

.reel-who {
	background: var(--t-above);
	color: var(--t-text);
	font-family: var(--f-display);
	font-size: var(--z-sub-2);
	font-weight: var(--w-thick);
}

.reel-bio {
	background: var(--t-above);
	color: var(--t-dim);
	font-size: var(--z-fine);
	line-height: var(--l-base);
}

.reel-head {
	margin-block: var(--s-md) var(--s-sm);
}

.reel-panel + .reel-head {
	margin-block-start: var(--s-lg);
}

.reel-series {
	margin: 0;
	padding-inline-start: 20px;
	color: var(--t-dim);
}

.reel-series li {
	margin-block-end: var(--s-xs);
}

.reel-series--wide {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 var(--s-lg);
}

.reel-route {
	background: var(--t-back);
	color: var(--t-brand-hot);
}

.reel-route:hover {
	background: var(--t-back);
	color: var(--t-blend-b);
}

/* ── Rechtstexte LEGAL-04 ────────────────────────────────────────────── */
.dormer {
	padding-block: var(--sec-y);
}

.dormer-box {
	position: relative;
	padding: 40px;
	background: var(--t-above);
	color: var(--t-dim);
	border: var(--b-hair) solid var(--t-border);
	border-radius: var(--r-lg);
	box-shadow: var(--d-sm);
}

.dormer-stamp {
	position: absolute;
	inset-block-start: 16px;
	inset-inline-end: 20px;
	background: var(--t-above);
	color: var(--t-dim);
	font-size: var(--z-xs);
	letter-spacing: var(--e-wide);
	text-transform: uppercase;
}

.dormer-lead {
	margin-block-end: var(--s-md);
	background: var(--t-above);
	color: var(--t-text);
	font-size: var(--z-sub-2);
	line-height: var(--l-base);
}

.dormer-head {
	margin-block: var(--s-md) var(--s-sm);
	background: var(--t-above);
	color: var(--t-text);
	scroll-margin-block-start: calc(var(--shell-h) + 12px);
}

.dormer-box p {
	background: var(--t-above);
	color: var(--t-dim);
	line-height: var(--l-loose);
}

.dormer-series {
	margin: 0 0 var(--s-md);
	padding-inline-start: 22px;
	color: var(--t-dim);
	line-height: var(--l-loose);
}

.dormer-route {
	background: var(--t-above);
	color: var(--t-brand-hot);
}

.dormer-fine {
	margin-block-start: var(--s-md);
	padding-block-start: var(--s-md);
	border-block-start: var(--b-hair) solid var(--t-border);
	background: var(--t-above);
	color: var(--t-dim);
	font-size: var(--z-fine);
}

/* ── Kontaktformular FORM-02 ─────────────────────────────────────────── */
.barrow {
	padding-block: var(--sec-y);
}

.barrow-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	gap: var(--s-lg);
	align-items: start;
}

.barrow-aside {
	padding: 26px;
	background: #1b1713;
	color: var(--t-dim);
	border-radius: var(--r-md);
}

.barrow-head {
	margin-block-end: var(--s-sm);
	background: #1b1713;
	color: var(--t-text);
}

.barrow-copy {
	background: #1b1713;
	color: var(--t-dim);
}

.barrow-series {
	margin: 0;
	padding-inline-start: 20px;
	color: var(--t-dim);
	font-size: var(--z-fine);
}

.barrow-series li {
	margin-block-end: var(--s-xs);
}

.barrow-route {
	background: #1b1713;
	color: var(--t-brand-hot);
}

.barrow-form {
	display: block;
}

.barrow-input {
	display: block;
	margin-block-end: var(--s-md);
}

.barrow-cap {
	display: block;
	margin-block-end: var(--s-xs);
	background: var(--t-back);
	color: var(--t-dim);
	font-size: var(--z-fine);
	letter-spacing: var(--e-wide);
	text-transform: uppercase;
}

.barrow-entry {
	display: block;
	width: 100%;
	min-height: 46px;
	padding: 10px 14px;
	background: #100f0e;
	color: var(--t-text);
	border: var(--b-hair) solid var(--t-rule-bold);
	border-radius: var(--r-sm);
	font-family: var(--f-copy);
	font-size: var(--z-body);
}

.barrow-entry:focus-visible {
	outline: var(--b-base) solid var(--t-brand-hot);
	outline-offset: 2px;
}

.barrow-send {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 26px;
	background: var(--t-brand-hot);
	color: #0d0c0c;
	border: 0;
	border-radius: var(--r-sm);
	font-family: var(--f-display);
	font-size: var(--z-fine);
	font-weight: var(--w-thick);
	letter-spacing: var(--e-wide);
	text-transform: uppercase;
	cursor: pointer;
}

.barrow-send:hover {
	background: var(--t-spot-deep);
	color: #0d0c0c;
}

.barrow-message {
	margin-block-start: var(--s-md);
	padding: 14px 16px;
	background: #1d2b1f;
	color: #d6f0d8;
	border-radius: var(--r-sm);
	font-size: var(--z-fine);
}

/* ── Fehlerseite ERR-07 ──────────────────────────────────────────────── */
.niche {
	padding-block: 96px;
	background-color: var(--t-back);
	background-image: linear-gradient(rgba(231, 164, 75, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(231, 164, 75, 0.08) 1px, transparent 1px);
	background-size: 40px 40px;
	text-align: center;
}

.niche-code {
	display: block;
	background: var(--t-back);
	color: var(--t-brand-hot);
	font-family: var(--f-display);
	font-size: clamp(56px, 9vw, 108px);
	font-weight: var(--w-thick);
	line-height: 1;
}

.niche-head {
	margin-block: var(--s-md) var(--s-sm);
}

.niche-copy {
	max-width: var(--v-tight);
	margin-inline: auto;
	background: var(--t-back);
	color: var(--t-dim);
}

.niche-keys {
	display: flex;
	justify-content: center;
	margin-block-start: var(--s-md);
}

.niche-home {
	display: inline-flex;
	align-items: center;
	min-height: 48px;
	padding: 0 26px;
	background: var(--t-above);
	color: var(--t-text);
	border: var(--b-hair) solid var(--t-rule-bold);
	border-radius: var(--r-sm);
	font-family: var(--f-display);
	font-size: var(--z-fine);
	font-weight: var(--w-mid);
	letter-spacing: var(--e-wide);
	text-decoration: none;
	text-transform: uppercase;
}

.niche-home:hover {
	background: #241f19;
	color: var(--t-brand-hot);
}

/* ── Cookie-Hinweis COOK-06 ──────────────────────────────────────────── */
.mosaic {
	position: fixed;
	inset-inline: var(--s-md);
	inset-block-end: var(--s-md);
	z-index: 90;
	padding: 16px 20px;
	background: var(--t-above);
	color: var(--t-dim);
	border: var(--b-hair) solid var(--t-rule-bold);
	border-radius: var(--r-md);
	box-shadow: var(--d-lg);
	clip-path: inset(0 0 0 0);
	transition: clip-path var(--t-steady) var(--x-in-out), opacity var(--t-steady) var(--x-in-out);
}

.mosaic[hidden] {
	display: none;
}

.mosaic.is-gone {
	clip-path: inset(0 100% 0 0);
	opacity: 0;
}

.mosaic-inside {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: var(--s-md);
	max-width: calc(var(--v-max) + 2 * var(--v-edge-wide));
	margin-inline: auto;
}

.mosaic-message {
	flex: 1 1 380px;
	margin: 0;
	background: var(--t-above);
	color: var(--t-dim);
	font-size: var(--z-fine);
	line-height: 1.45;
}

.mosaic-keys {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--s-sm);
}

.mosaic-route {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding-inline: var(--s-xs);
	background: var(--t-above);
	color: var(--t-brand-hot);
	font-size: var(--z-fine);
	text-decoration: underline;
}

.mosaic-later {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	background: var(--t-above);
	color: var(--t-text);
	border: var(--b-hair) solid var(--t-rule-bold);
	border-radius: var(--r-sm);
	font-size: var(--z-fine);
	cursor: pointer;
}

.mosaic-later:hover {
	background: #241f19;
	color: var(--t-text);
}

.mosaic-confirm {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 22px;
	background: var(--t-brand-hot);
	color: #0d0c0c;
	border: 0;
	border-radius: var(--r-sm);
	font-family: var(--f-display);
	font-size: var(--z-fine);
	font-weight: var(--w-thick);
	letter-spacing: var(--e-wide);
	text-transform: uppercase;
	cursor: pointer;
}

.mosaic-confirm:hover {
	background: var(--t-spot-deep);
	color: #0d0c0c;
}

/* ── Fußzeile FOOT-10 ────────────────────────────────────────────────── */
.crown {
	margin-block-start: var(--sec-y);
	padding-block: var(--sec-y);
	background: var(--t-back);
	border-block-start: var(--b-hair) solid var(--t-border);
	scroll-margin-block-start: calc(var(--shell-h) + 12px);
}

.crown-brand {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--s-md);
	padding-block-end: var(--s-md);
	border-block-end: var(--b-hair) solid var(--t-border);
}

.crown-art {
	display: block;
	flex-shrink: 0;
	width: auto;
	height: 46px;
}

.crown-slogan {
	flex: 1 1 340px;
	margin: 0;
	background: var(--t-back);
	color: var(--t-dim);
	font-size: var(--z-fine);
}

.crown-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--s-md);
	padding-block: var(--s-md);
	border-block-end: var(--b-hair) solid var(--t-border);
}

.crown-track {
	display: block;
	min-width: 0;
}

.crown-head {
	margin-block-end: var(--s-sm);
	background: var(--t-back);
	color: var(--t-text);
	font-size: var(--z-xs-2);
	letter-spacing: var(--e-wide);
	text-transform: uppercase;
}

.crown-series {
	margin: 0;
	padding: 0;
	list-style: none;
}

.crown-series li {
	margin-block-end: var(--s-xs);
}

.crown-route {
	background: var(--t-back);
	color: var(--t-dim);
	font-size: var(--z-fine);
	text-decoration: none;
}

.crown-route:hover {
	background: var(--t-back);
	color: var(--t-brand-hot);
	text-decoration: underline;
}

.crown-fine {
	margin: 0;
	padding-block: var(--s-md);
	border-block-end: var(--b-hair) solid var(--t-border);
	background: var(--t-back);
	color: var(--t-dim);
	font-size: var(--z-fine);
	line-height: 1.5;
}

.crown-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: var(--s-sm);
	padding-block-start: var(--s-md);
}

.crown-copy {
	margin: 0;
	background: var(--t-back);
	color: var(--t-dim);
	font-size: var(--z-xs);
	letter-spacing: var(--e-wide);
	text-transform: uppercase;
}

.crown-mini {
	display: flex;
	flex-wrap: wrap;
	gap: var(--s-md);
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ── Angebotsknopf: Feinabstimmung ───────────────────────────────────── */
.threshold-keys .filigree-lead,
.chevron-keys .filigree-lead {
	min-height: 54px;
	font-size: 15px;
}

/* ── Schmale Ansichten ───────────────────────────────────────────────── */
@media (max-width: 1420px) {
	.threshold-shell,
	.bay-shell,
	.armoire-shell,
	.bureau-shell,
	.grotto-shell,
	.promenade-shell,
	.plinth-shell,
	.chevron-shell,
	.reel-shell,
	.dormer-shell,
	.barrow-shell,
	.niche-shell,
	.crown-shell,
	.frame-bar,
	.trellis {
		padding-inline: var(--v-edge-mid);
	}

	.notice-band {
		padding-inline: var(--v-edge-mid);
	}
}

@media (min-width: 1160px) {
	.armoire-figure--tall,
	.armoire-figure--spot {
		float: inline-end;
		margin-inline-start: var(--s-lg);
		margin-block: var(--s-xs) var(--s-md);
	}

	.armoire-part::after {
		content: "";
		display: block;
		clear: both;
	}
}

@media (max-width: 1159px) {
	.frame-map {
		display: none;
	}

	.frame-knob {
		display: inline-flex;
		margin-inline-start: auto;
	}

	.frame-keys {
		margin-inline-start: 0;
	}

	.bureau-series {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.plinth-shell {
		grid-template-columns: minmax(0, 1fr);
	}

	.plinth-aside {
		position: static;
	}

	.barrow-grid {
		grid-template-columns: minmax(0, 1fr);
	}

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

@media (max-width: 860px) {
	.threshold-figure img {
		height: 220px;
	}

	.bureau-series {
		grid-template-columns: minmax(0, 1fr);
	}

	.dormer-box {
		padding: 26px 20px;
	}

	.dormer-stamp {
		position: static;
		display: block;
		margin-block-end: var(--s-sm);
	}

	.chevron-panel {
		padding: 28px 20px;
	}

	.armoire-figure--tall {
		max-width: 100%;
	}

	.armoire-art {
		max-height: 38vh;
	}
}

@media (max-width: 720px) {
	.threshold-shell,
	.bay-shell,
	.armoire-shell,
	.bureau-shell,
	.grotto-shell,
	.promenade-shell,
	.plinth-shell,
	.chevron-shell,
	.reel-shell,
	.dormer-shell,
	.barrow-shell,
	.niche-shell,
	.crown-shell,
	.frame-bar,
	.trellis {
		padding-inline: var(--v-pad-sm);
	}

	.notice-band {
		padding-inline: var(--v-pad-sm);
	}

	.mosaic,
	.mosaic-inside {
		padding: 12px 14px !important;
		gap: 8px !important;
		font-size: 13px !important;
		line-height: 1.35 !important;
	}

	.mosaic-inside {
		padding: 0 !important;
	}

	.mosaic-route,
	.mosaic-later,
	.mosaic-confirm {
		padding: 8px 14px !important;
		font-size: 12px !important;
		min-height: 38px !important;
	}

	.frame-logo img {
		height: 44px;
	}

	.frame-logo {
		padding: 2px 12px;
	}

	.crown-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.reel-panel {
		flex-wrap: wrap;
	}

	.reel-series--wide {
		grid-template-columns: minmax(0, 1fr);
	}

	.niche {
		padding-block: 64px;
	}
}

@media (max-width: 620px) {
	.frame-bar {
		flex-wrap: wrap;
		row-gap: var(--s-sm);
		height: auto;
		min-height: 78px;
		padding-block: var(--s-sm);
	}

	.frame.is-shrunk .frame-bar {
		height: auto;
	}

	.frame-keys {
		flex-basis: 100%;
		justify-content: space-between;
	}

	.frame-keys .frame-offer {
		flex: 1 1 auto;
	}

	.threshold-figure img {
		height: 190px;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation: none !important;
		transition: none !important;
	}

	.threshold-shell {
		opacity: 1;
		transform: none;
	}
}

/* ── Angebotsknopf ─────────────────────────────────────────────────── */
.filigree-lead{display:inline-flex;align-items:center;justify-content:center;padding:0 26px;min-height:48px;border-radius:var(--r-sm);border:var(--b-hair) solid var(--t-rule-bold);font-size:var(--z-fine);font-weight:var(--w-mid);letter-spacing:var(--e-wide)}
.filigree-lead{position:relative;
  background:#0D9488;color:#0D0C0C;text-decoration:none;text-transform:uppercase;
  transition:background 0.14s cubic-bezier(.2,.7,.3,1);}
.filigree-lead.filigree-lead{color:#0D0C0C;text-decoration:none;}
.filigree-lead:hover{background:#0F766E;color:#FFFFFF;animation:none}
.filigree-lead.filigree-lead:hover{color:#FFFFFF;text-decoration:none}
.filigree-lead:hover::after{animation:none}
.filigree-lead:active{background:#115E59;color:#FFFFFF}
.filigree-lead:focus-visible{outline:3px solid #FFFFFF;outline-offset:3px}
.filigree-lead{overflow:hidden}
.filigree-lead::after{content:"";position:absolute;top:0;bottom:0;left:0;width:45%;pointer-events:none;background:linear-gradient(100deg,transparent 0%,rgba(255,255,255,.42) 50%,transparent 100%);transform:translateX(-160%);animation:filigree-flare 2.3s ease-in-out infinite}
@keyframes filigree-flare{0%{transform:translateX(-160%)}52.174%,100%{transform:translateX(330%)}}
@media (prefers-reduced-motion:reduce){.filigree-lead,.filigree-lead::after{animation:none!important;transition:none!important}}

@media (max-width: 1199px) {
  .frame-map,
  .frame-series,
  .frame-route { display: none !important; }
  .frame-knob { display: flex !important; }
}
