/* =====================================================================
   Squarefoot Selfstorage Urdorf — Design "Limmattal Industrial"
   Signal-Orange der echten Boxentüren auf tiefem Anthrazit,
   Schweizer Raster, grosse Zahlen. Fonts lokal (kein Google-Call).
   ===================================================================== */

/* ---------------------------------------------------------- Fonts --- */
@font-face {
	font-family: 'Archivo';
	src: url('../fonts/archivo-latin.woff2') format('woff2');
	font-weight: 100 900;
	font-display: swap;
	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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Archivo';
	src: url('../fonts/archivo-latin-ext.woff2') format('woff2');
	font-weight: 100 900;
	font-display: swap;
	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: 'Instrument Sans';
	src: url('../fonts/instrumentsans-latin.woff2') format('woff2');
	font-weight: 400 700;
	font-display: swap;
	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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Instrument Sans';
	src: url('../fonts/instrumentsans-latin-ext.woff2') format('woff2');
	font-weight: 400 700;
	font-display: swap;
	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;
}

/* --------------------------------------------------------- Tokens --- */
:root {
	--ink: #14181f;
	--ink-2: #1d232d;
	--ink-3: #2b3441;
	--orange: #ff7f33;
	--orange-d: #e8641a;
	--orange-l: #ffe8d8;
	/* Zweite Signalfarbe aus dem Flyer/Design-System (Kette & Schloss des
	   Maskottchens, Aktions-Quadrat, zweite Headline-Zeile) */
	--blue: #365ae8;
	--blue-d: #2947c4;
	--blue-deep: #1c2f8a;          /* für Text auf oranger Fläche (4,6:1) */
	--blue-l: #e7ecfd;
	--brand-dark: #2f2113;         /* Outline-Farbe des Maskottchens */
	--paper: #ffffff;
	--paper-2: #f6f4f1;
	--line: #e4e0da;
	--text: #23272f;
	--muted: #6f7681;
	--green: #1f9d63;
	--red: #d64528;

	--font-display: 'Archivo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	--font-body: 'Instrument Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

	--wrap: 1200px;
	--radius: 4px;
	--radius-lg: 10px;
	--shadow: 0 1px 2px rgba(20, 24, 31, .06), 0 8px 30px rgba(20, 24, 31, .08);
	--shadow-lg: 0 2px 4px rgba(20, 24, 31, .08), 0 24px 60px rgba(20, 24, 31, .16);
}

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

html { scroll-behavior: smooth; scroll-padding-top: 80px; -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	font-family: var(--font-body);
	font-size: 1.0625rem;
	line-height: 1.65;
	color: var(--text);
	background: var(--paper);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--orange-d); text-decoration: none; transition: color .18s ease; }
a:hover { color: var(--orange); }

h1, h2, h3, h4 {
	font-family: var(--font-display);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -.025em;
	color: var(--ink);
	margin: 0 0 .5em;
	text-wrap: balance;
}
h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); letter-spacing: -.015em; }
h4 { font-size: 1.05rem; letter-spacing: -.01em; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

/* Lange (Schweizer) Wörter dürfen nie aus dem Viewport laufen */
h1, h2, h3, h4, p, li, dt, dd { overflow-wrap: break-word; }

::selection { background: var(--orange); color: #fff; }

:focus-visible {
	outline: 3px solid var(--orange);
	outline-offset: 2px;
	border-radius: 2px;
}

.wrap { width: min(100% - 2.5rem, var(--wrap)); margin-inline: auto; }
.skip {
	position: absolute; left: -9999px; top: 0; z-index: 999;
	background: var(--ink); color: #fff; padding: .75rem 1.25rem;
}
.skip:focus { left: 0; color: #fff; }

/* ----------------------------------------------------- Typo-Utils --- */
.eyebrow {
	display: inline-flex; align-items: center; gap: .5rem;
	font-family: var(--font-display);
	font-size: .78rem; font-weight: 700; letter-spacing: .14em;
	text-transform: uppercase; color: var(--orange-d);
	margin-bottom: .9rem;
}
.eyebrow::before {
	content: ""; width: 1.75rem; height: 2px; background: var(--orange); display: block;
}
.lead { font-size: clamp(1.1rem, 1.7vw, 1.3rem); line-height: 1.55; color: #3a4048; }
.center { text-align: center; }
.measure { max-width: 62ch; }

/* Mobile Typo: Headlines eine Stufe kleiner, damit sie nicht 5–6 Zeilen
   hoch werden; optionale Eyebrow-Zusätze fallen weg. */
@media (max-width: 560px) {
	.eyebrow__extra { display: none; }
}
@media (max-width: 480px) {
	h1 { font-size: 2.15rem; }
	h2 { font-size: 1.7rem; }
	.eyebrow { font-size: .72rem; letter-spacing: .1em; }
	.lead { font-size: 1.05rem; }
	.avail { padding: 1.15rem; }
	.avail__count { font-size: 1.25rem; }
	.avail__count b { font-size: 1.7rem; }
	.hero__cta .btn { flex: 1 1 100%; }
	.card { padding: 1.35rem; }
	.usecase { min-height: 320px; }
	.usecase__body { padding: 1.4rem; }
}

/* -------------------------------------------------------- Buttons --- */
.btn {
	display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
	font-family: var(--font-display); font-weight: 700; font-size: 1rem;
	letter-spacing: -.01em; line-height: 1;
	padding: 1.05rem 1.9rem; border: 2px solid transparent; border-radius: var(--radius);
	cursor: pointer; transition: transform .16s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
	text-align: center;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--primary { background: var(--orange); color: #fff; box-shadow: 0 6px 20px rgba(255, 127, 51, .35); }
.btn--primary:hover { background: var(--orange-d); color: #fff; box-shadow: 0 10px 28px rgba(255, 127, 51, .45); }
/* "dark" ist jetzt das Marken-Blau aus dem Flyer statt Anthrazit */
.btn--dark { background: var(--blue); color: #fff; box-shadow: 0 6px 20px rgba(54, 90, 232, .3); }
.btn--dark:hover { background: var(--blue-d); color: #fff; box-shadow: 0 10px 28px rgba(54, 90, 232, .42); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: #fff; }
.btn--ondark { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .45); }
.btn--ondark:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn--lg { padding: 1.2rem 2.3rem; font-size: 1.08rem; }

/* --------------------------------------------------------- Header --- */
.site-header {
	position: sticky; top: 0; z-index: 100;
	background: rgba(255, 255, 255, .92);
	backdrop-filter: saturate(180%) blur(12px);
	-webkit-backdrop-filter: saturate(180%) blur(12px);
	border-bottom: 1px solid var(--line);
}
.site-header__bar {
	display: flex; align-items: center; justify-content: space-between;
	gap: 1.5rem; padding: .85rem 0;
}
.brand { display: flex; align-items: center; gap: .7rem; color: var(--ink); }
.brand:hover { color: var(--ink); }
.brand img { width: 38px; height: 38px; }
.brand__name { font-family: var(--font-display); font-weight: 800; font-size: 1.02rem; line-height: 1.15; letter-spacing: -.02em; }
.brand__loc { display: block; font-family: var(--font-body); font-weight: 500; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--orange-d); }

.nav { display: flex; align-items: center; gap: 1.6rem; }
.nav a {
	font-size: .95rem; font-weight: 500; color: var(--text);
	padding: .3rem 0; position: relative;
}
.nav a::after {
	content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px;
	background: var(--orange); transform: scaleX(0); transform-origin: left;
	transition: transform .22s ease;
}
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.nav a[aria-current="page"] { color: var(--ink); font-weight: 600; }

.header-cta { display: flex; align-items: center; gap: .75rem; }
.header-phone {
	font-family: var(--font-display); font-weight: 700; font-size: 1rem;
	color: var(--ink); white-space: nowrap;
}
.header-phone span { display: block; font-family: var(--font-body); font-weight: 400; font-size: .7rem; color: var(--muted); letter-spacing: .04em; }

.burger {
	display: none; width: 44px; height: 44px; border: 1px solid var(--line);
	border-radius: var(--radius); background: #fff; cursor: pointer;
	align-items: center; justify-content: center; flex-direction: column; gap: 4px;
}
.burger span { display: block; width: 18px; height: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Menü-CTA-Block existiert nur im ausgeklappten Mobilmenü */
.nav__cta { display: none; }

@media (max-width: 900px) {
	.burger { display: flex; }
	/* Panel hängt direkt unter der Headerleiste — egal, wie hoch sie ist */
	.nav {
		position: absolute; top: 100%; left: 0; right: 0;
		flex-direction: column; align-items: stretch;
		gap: 0; background: #fff; border-bottom: 1px solid var(--line);
		padding: .25rem 1.25rem 1.25rem; box-shadow: var(--shadow-lg);
		max-height: calc(100vh - 76px); max-height: calc(100dvh - 76px);
		overflow: auto; -webkit-overflow-scrolling: touch;
		opacity: 0; visibility: hidden; transform: translateY(-10px);
		transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s;
	}
	.nav[data-open="true"] {
		opacity: 1; visibility: visible; transform: none;
		transition: opacity .22s ease, transform .22s ease;
	}
	.nav a { padding: .95rem 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
	.nav a::after { display: none; }
	.nav a[aria-current="page"] { color: var(--orange-d); }
	.header-cta .btn { display: none; }

	.nav__cta { display: grid; gap: .9rem; padding-top: 1.15rem; }
	.nav__cta .btn { width: 100%; padding: 1.05rem 1rem; }
	.nav__phone {
		text-align: center; font-family: var(--font-display); font-weight: 700;
		font-size: 1.15rem; color: var(--ink); padding-bottom: .25rem;
	}
	.nav__phone span {
		display: block; font-family: var(--font-body); font-weight: 400;
		font-size: .78rem; color: var(--muted); margin-top: .15rem;
	}
}

/* Sehr schmale Screens: Telefon aus der Leiste nehmen (steht im Menü und in
   der Sticky-Leiste unten), Brand einzeilig halten — so bleibt die
   Headerleiste kompakt statt dreizeilig umzubrechen. */
@media (max-width: 680px) {
	.header-phone { display: none; }
	.site-header__bar { gap: .75rem; padding: .7rem 0; }
	.brand { gap: .55rem; min-width: 0; }
	.brand img { width: 34px; height: 34px; }
	.brand__name { font-size: .94rem; white-space: nowrap; }
	.brand__loc { font-size: .64rem; white-space: nowrap; letter-spacing: .08em; }
}
@media (max-width: 360px) {
	.brand__loc { display: none; }
}

/* ----------------------------------------------------------- Hero --- */
.hero {
	position: relative; background: var(--ink); color: #fff; overflow: hidden;
	padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(3rem, 6vw, 4.5rem);
}
.hero::before {
	content: ""; position: absolute; inset: 0;
	background:
		radial-gradient(1100px 500px at 82% 12%, rgba(255, 127, 51, .22), transparent 62%),
		linear-gradient(180deg, #171c25 0%, #14181f 100%);
}
.hero::after {
	content: ""; position: absolute; inset: 0; opacity: .05; pointer-events: none;
	background-image: linear-gradient(rgba(255, 255, 255, .6) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, .6) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: radial-gradient(70% 60% at 30% 40%, #000, transparent 75%);
	-webkit-mask-image: radial-gradient(70% 60% at 30% 40%, #000, transparent 75%);
}
.hero > .wrap { position: relative; z-index: 1; }
.hero__grid {
	display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 4vw, 4rem);
	align-items: center;
}
.hero h1 { color: #fff; margin-bottom: .35em; }
.hero h1 em { font-style: normal; color: var(--orange); }
.hero .eyebrow { color: var(--orange); }
.hero__lead { font-size: clamp(1.08rem, 1.6vw, 1.28rem); color: rgba(255, 255, 255, .78); max-width: 46ch; margin-bottom: 1.8rem; }
.hero__cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 1.6rem; }
.hero__note { font-size: .88rem; color: rgba(255, 255, 255, .55); }

.hero__facts { display: flex; flex-wrap: wrap; gap: 1.8rem; margin-top: 2.2rem; padding-top: 1.8rem; border-top: 1px solid rgba(255, 255, 255, .14); }
.hero__fact strong {
	display: block; font-family: var(--font-display); font-weight: 800;
	font-size: 1.65rem; color: #fff; letter-spacing: -.02em; line-height: 1;
}
.hero__fact span { font-size: .82rem; color: rgba(255, 255, 255, .6); }

.hero__visual { position: relative; }
.hero__visual img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.hero__price {
	position: absolute; right: -1.25rem; bottom: -1.5rem;
	background: var(--orange); color: #fff; padding: 1.1rem 1.5rem;
	border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
	font-family: var(--font-display); text-align: left;
}
.hero__price b { display: block; font-size: 2.1rem; font-weight: 800; line-height: 1; letter-spacing: -.03em; }
.hero__price span { display: block; font-family: var(--font-body); font-size: .8rem; opacity: .92; margin-top: .3rem; }

@media (max-width: 900px) {
	.hero__grid { grid-template-columns: 1fr; gap: 1.6rem; }
	.hero__visual { order: -1; }
	/* Preis-Badge als Sticker OBEN LINKS im Foto — das Aktions-Quadrat sitzt
	   unten rechts. So kollidieren die beiden nie. */
	.hero__price { right: auto; left: .8rem; top: .8rem; bottom: auto; padding: .7rem 1rem; }
	.hero__price b { font-size: 1.5rem; }
	.hero__price span { font-size: .72rem; }
	.hero__facts { gap: 1.25rem; }
	.hero__fact strong { font-size: 1.35rem; }
}
@media (max-width: 640px) {
	.hero__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem 1rem; }
}

/* ------------------------------------------ Live-Verfügbarkeit ------ */
.avail {
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
	padding: 1.5rem; box-shadow: var(--shadow); color: var(--text);
}
.hero .avail { background: rgba(255, 255, 255, .07); border-color: rgba(255, 255, 255, .16); color: #fff; backdrop-filter: blur(8px); }
.avail__top { display: flex; align-items: baseline; justify-content: space-between; gap: .35rem 1rem; margin-bottom: .9rem; flex-wrap: wrap; }
.avail__label { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; opacity: .75; }
.avail__count { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; letter-spacing: -.02em; }
.avail__count b { color: var(--orange); font-size: 2.1rem; }
.avail__bar { height: 10px; border-radius: 99px; background: rgba(127, 135, 148, .25); overflow: hidden; }
.hero .avail__bar { background: rgba(255, 255, 255, .16); }
.avail__fill {
	height: 100%; border-radius: 99px;
	background: linear-gradient(90deg, var(--orange), var(--orange-d));
	width: 0; transition: width 1.4s cubic-bezier(.22, 1, .36, 1) .3s;
}
.avail__foot { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: .7rem; font-size: .84rem; opacity: .8; flex-wrap: wrap; }
.pulse {
	display: inline-flex; align-items: center; gap: .45rem;
	font-weight: 600; font-size: .84rem;
}
.pulse::before {
	content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green);
	box-shadow: 0 0 0 0 rgba(31, 157, 99, .6); animation: pulse 2.2s infinite;
}
.pulse--knapp::before { background: var(--orange); box-shadow: 0 0 0 0 rgba(255, 127, 51, .6); }
.pulse--kritisch::before { background: var(--red); box-shadow: 0 0 0 0 rgba(214, 69, 40, .6); }
@keyframes pulse {
	70% { box-shadow: 0 0 0 9px rgba(31, 157, 99, 0); }
	100% { box-shadow: 0 0 0 0 rgba(31, 157, 99, 0); }
}
@media (prefers-reduced-motion: reduce) {
	.pulse::before { animation: none; }
	.avail__fill { transition: none; }
}

/* -------------------------------------------------------- Section --- */
.section { padding: clamp(3.5rem, 7vw, 6rem) 0; }
.section--tight { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.section--paper { background: var(--paper-2); }
.section--ink { background: var(--ink); color: rgba(255, 255, 255, .8); }
.section--ink h2, .section--ink h3 { color: #fff; }
.section--ink .eyebrow { color: var(--orange); }
.section__head { max-width: 60ch; margin-bottom: clamp(2rem, 4vw, 3rem); }
.section__head.center { margin-inline: auto; }

/* ---------------------------------------------------------- Cards --- */
.grid { display: grid; gap: 1.25rem; }
.grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid--3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.grid--4 { grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)); }

.card {
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
	padding: 1.6rem; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card--hover:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #d6d0c7; }
.card__icon {
	width: 44px; height: 44px; border-radius: var(--radius); background: var(--orange-l);
	display: grid; place-items: center; margin-bottom: 1rem; font-size: 1.35rem;
}
.card h3 { margin-bottom: .4rem; }
.card p { font-size: .97rem; color: #4a505a; }

/* --------------------------------------------------- Zielgruppen ---- */
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1.5rem; }
.usecase {
	position: relative; border-radius: var(--radius-lg); overflow: hidden;
	background: var(--ink); color: #fff; min-height: 380px; display: flex; align-items: flex-end;
	isolation: isolate;
}
.usecase img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .6s cubic-bezier(.22, 1, .36, 1); }
.usecase::after {
	content: ""; position: absolute; inset: 0; z-index: -1;
	background: linear-gradient(180deg, rgba(20, 24, 31, .12) 0%, rgba(20, 24, 31, .5) 48%, rgba(20, 24, 31, .93) 100%);
}
.usecase:hover img { transform: scale(1.04); }
.usecase__body { padding: 1.8rem; }
.usecase h3 { color: #fff; font-size: 1.5rem; margin-bottom: .5rem; }
.usecase ul { list-style: none; margin: 0 0 1.1rem; padding: 0; font-size: .96rem; color: rgba(255, 255, 255, .82); }
.usecase li { padding-left: 1.4rem; position: relative; margin-bottom: .3rem; }
.usecase li::before { content: "→"; position: absolute; left: 0; color: var(--orange); font-weight: 700; }

/* --------------------------------------------------------- Preise --- */
.pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.25rem; }
.price-card {
	background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
	padding: 1.5rem; display: flex; flex-direction: column; position: relative;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.price-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--orange); }
.price-card__size { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; color: var(--ink); }
.price-card__value {
	font-family: var(--font-display); font-weight: 800; letter-spacing: -.03em;
	font-size: 2.5rem; line-height: 1; color: var(--ink); margin: .7rem 0 .1rem;
}
.price-card__value small { font-size: .95rem; font-weight: 600; color: var(--muted); letter-spacing: 0; }
.price-card__per { font-size: .84rem; color: var(--muted); margin-bottom: .9rem; }
.price-card__bsp { font-size: .92rem; color: #4a505a; margin-bottom: 1.1rem; flex: 1; }
.price-card__stock {
	font-size: .82rem; font-weight: 600; color: var(--orange-d);
	background: var(--orange-l); border-radius: 99px; padding: .28rem .7rem;
	display: inline-block; align-self: flex-start; margin-bottom: 1rem;
}
.price-card__stock--low { background: #ffe3dc; color: var(--red); }

.pricenote { font-size: .87rem; color: var(--muted); margin-top: 1.5rem; }

/* ------------------------------------------------------- Aktion ----- */
.promo {
	background: linear-gradient(120deg, var(--orange) 0%, var(--orange-d) 100%);
	color: #fff; border-radius: var(--radius-lg); padding: clamp(1.8rem, 4vw, 3rem);
	display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center;
	box-shadow: 0 20px 50px rgba(255, 127, 51, .28); position: relative; overflow: hidden;
}
.promo::before {
	content: "1.–"; position: absolute; right: -1rem; top: -3rem;
	font-family: var(--font-display); font-weight: 800; font-size: 16rem;
	color: rgba(255, 255, 255, .1); line-height: 1; pointer-events: none;
}
.promo h2, .promo h3 { color: #fff; margin-bottom: .35em; }
.promo p { color: rgba(255, 255, 255, .92); margin-bottom: 0; position: relative; }
.promo .btn--dark { white-space: nowrap; }
@media (max-width: 760px) { .promo { grid-template-columns: 1fr; } }

/* --------------------------------------------------------- Steps ---- */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.5rem; }
.step { position: relative; padding-top: 3.2rem; }
.step::before {
	counter-increment: step; content: counter(step, decimal-leading-zero);
	position: absolute; top: 0; left: 0;
	font-family: var(--font-display); font-weight: 800; font-size: 2.4rem;
	color: var(--orange); letter-spacing: -.04em; line-height: 1;
}
.step h3 { font-size: 1.15rem; margin-bottom: .3rem; }
.step p { font-size: .96rem; color: #4a505a; }
.section--ink .step p { color: rgba(255, 255, 255, .7); }

/* ---------------------------------------------------------- Lage ---- */
.lage { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 3vw, 2.5rem); align-items: center; }
@media (max-width: 860px) { .lage { grid-template-columns: 1fr; } }
.lage__map { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); }
.lage__map iframe { display: block; width: 100%; height: 380px; border: 0; }
.facts { list-style: none; margin: 1.5rem 0 0; padding: 0; }
.facts li { display: flex; gap: .9rem; padding: .8rem 0; border-bottom: 1px solid var(--line); font-size: .98rem; }
.section--ink .facts li { border-color: rgba(255, 255, 255, .12); }
.facts li:last-child { border-bottom: 0; }
.facts b { font-family: var(--font-display); min-width: 5.5rem; color: var(--ink); }
.section--ink .facts b { color: #fff; }

/* ----------------------------------------------------------- FAQ ---- */
.faq { max-width: 820px; margin-inline: auto; }
.faq details {
	border-bottom: 1px solid var(--line); padding: 0;
}
.faq summary {
	cursor: pointer; list-style: none; padding: 1.15rem 2.5rem 1.15rem 0;
	font-family: var(--font-display); font-weight: 700; font-size: 1.06rem;
	color: var(--ink); position: relative; transition: color .18s ease;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
	content: "+"; position: absolute; right: .25rem; top: 50%; transform: translateY(-50%);
	font-size: 1.5rem; font-weight: 400; color: var(--orange); transition: transform .22s ease;
	line-height: 1;
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq summary:hover { color: var(--orange-d); }
.faq details p { padding: 0 0 1.3rem; color: #4a505a; font-size: .99rem; max-width: 68ch; }

/* ------------------------------------------------------- Buchung ---- */
.booking-shell {
	border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden;
	box-shadow: var(--shadow); background: #fff;
}
.booking-shell .sqftbooking-inline.sqftbooking { border-radius: 0; box-shadow: none; }

/* -------------------------------------------------------- Kontakt --- */
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.contact-card {
	background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .14);
	border-radius: var(--radius-lg); padding: 1.5rem;
}
.contact-card h3 { font-size: 1.1rem; margin-bottom: .4rem; }
.contact-card a { color: var(--orange); font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; }
.contact-card a:hover { color: #fff; }
.contact-card p { font-size: .93rem; color: rgba(255, 255, 255, .68); }

/* --------------------------------------------------------- Footer --- */
.site-footer { background: var(--ink); color: rgba(255, 255, 255, .62); padding: clamp(2.5rem, 5vw, 4rem) 0 1.5rem; font-size: .93rem; }
.site-footer h4 { color: #fff; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2rem; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer a { color: rgba(255, 255, 255, .78); }
.site-footer a:hover { color: var(--orange); }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .5rem; }
.footer-bottom {
	margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, .12);
	display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .85rem;
}

/* ------------------------------------------------- Sticky Mobile ---- */
.sticky-cta {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
	display: none; gap: .6rem;
	padding: .7rem .9rem calc(.7rem + env(safe-area-inset-bottom, 0px));
	background: rgba(255, 255, 255, .96); backdrop-filter: blur(12px);
	border-top: 1px solid var(--line); box-shadow: 0 -4px 20px rgba(20, 24, 31, .1);
}
.sticky-cta .btn { flex: 1; padding: .95rem .6rem; font-size: .98rem; white-space: nowrap; }
.sticky-cta .btn--ghost { flex: 0 1 auto; min-width: 34%; }
@media (max-width: 760px) {
	.sticky-cta { display: flex; }
	body { padding-bottom: 4.6rem; }
	/* Auf der Buchungsseite stört die Leiste (verdeckt Formular & tool-eigene
	   Buttons) — dort hat die Seite eigene Telefon-CTAs. */
	body.page-mieten .sticky-cta { display: none; }
	body.page-mieten { padding-bottom: 0; }
}

/* ------------------------------------------------------- Reveal ----- */
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1); }
[data-reveal].is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
	[data-reveal] { opacity: 1; transform: none; transition: none; }
	html { scroll-behavior: auto; }
}

/* ============================================ Flyer-Design-Elemente === */

/* --- Gedrehtes Aktions-Quadrat (wie im Flyer) ------------------------ */
.aktion-quadrat {
	background: var(--blue);
	color: #fff;
	text-align: center;
	padding: 1.7rem 1.4rem;
	transform: rotate(-6deg);
	box-shadow: 0 18px 44px rgba(20, 24, 31, .28);
	font-family: var(--font-display);
	position: relative;
	z-index: 2;
}
.aktion-quadrat > * { transform: rotate(0deg); }
.aktion-quadrat__pre {
	font-family: var(--font-body);
	font-size: .82rem;
	font-weight: 600;
	opacity: .92;
	margin: 0 0 .3rem;
}
.aktion-quadrat__titel {
	font-size: clamp(2rem, 4.5vw, 2.9rem);
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1;
	margin: 0 0 .35rem;
	color: #fff;
}
.aktion-quadrat__zeile {
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 .5rem;
}
.aktion-quadrat__fein {
	font-family: var(--font-body);
	font-size: .78rem;
	font-weight: 400;
	opacity: .92;
	margin: 0;
	line-height: 1.35;
}
/* im Hero: kleiner und überlappend platziert */
.hero .aktion-quadrat {
	position: absolute;
	left: -2.5rem;
	bottom: 2.5rem;
	width: 200px;
	padding: 1.3rem 1rem;
}
@media (max-width: 900px) {
	/* zieht sich über die untere rechte Fotokante — Preis-Sticker sitzt oben links */
	.hero .aktion-quadrat {
		position: relative;
		left: auto;
		bottom: auto;
		width: 170px;
		padding: 1.05rem .9rem;
		margin: -2.6rem .4rem 0 auto;
	}
}

/* --- Maskottchen "Squarefoot" ---------------------------------------- */
.maskottchen {
	position: absolute;
	pointer-events: none;
	user-select: none;
	z-index: 0;
}
/* im Hero: gross, rechts angeschnitten, hinter dem Inhalt */
.hero__maskottchen {
	right: -4%;
	bottom: -8%;
	width: min(30vw, 380px);
	opacity: .17;
	filter: saturate(1.1);
}
@media (max-width: 900px) {
	.hero__maskottchen { width: 46vw; right: -8%; bottom: -4%; opacity: .12; }
}
/* voll sichtbar auf der orangen Fläche — steht als eigene Spalte LINKS im
   Promo-Grid, damit es sich nicht mehr mit dem Aktions-Quadrat überlagert. */
.maskottchen--voll {
	position: static;
	display: block;
	width: min(17vw, 210px);
	height: auto;
	align-self: end;
	margin-bottom: -3rem;      /* steht auf der Sektionskante auf */
	opacity: 1;
	z-index: 1;
}
@media (max-width: 1080px) {
	.maskottchen--voll { display: none; }
}

/* kleiner Auftritt neben Textblöcken */
.maskottchen--klein {
	width: 120px;
	position: static;
	display: block;
	margin: 0 auto 1rem;
	opacity: 1;
}

/* --- Check-Liste mit orangen Kreisen (Flyer Seite 2) ----------------- */
.checkliste { list-style: none; margin: 1.5rem 0 0; padding: 0; }
.checkliste li {
	position: relative;
	padding: .55rem 0 .55rem 2.4rem;
	font-size: 1rem;
	line-height: 1.45;
}
.checkliste li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .62rem;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background: var(--orange) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 68% no-repeat;
}
.checkliste b { font-family: var(--font-display); }
.section--ink .checkliste li { color: rgba(255, 255, 255, .82); }
.section--ink .checkliste b { color: #fff; }

/* --- Blaue Sektion (Flyer-Kontrast) ---------------------------------- */
.section--blau {
	background: var(--blue);
	color: rgba(255, 255, 255, .88);
}
.section--blau h2, .section--blau h3 { color: #fff; }
.section--blau .eyebrow { color: #fff; }
.section--blau .eyebrow::before { background: #fff; }
.section--blau .btn--primary { background: #fff; color: var(--blue); box-shadow: 0 6px 20px rgba(0, 0, 0, .18); }
.section--blau .btn--primary:hover { background: var(--ink); color: #fff; }

/* --- Orange Vollflächen-Sektion (Flyer Seite 1) ----------------------
   Auf Orange wird NICHT weiss geschrieben (nur 2,5:1 Kontrast), sondern in
   der dunklen Outline-Farbe des Maskottchens — 6,2:1 und markentreu. */
.section--orange {
	background: var(--orange);
	color: var(--brand-dark);
	position: relative;
	overflow: hidden;
}
.section--orange h2, .section--orange h3 { color: var(--brand-dark); }
.section--orange .eyebrow { color: var(--brand-dark); }
.section--orange .eyebrow::before { background: var(--brand-dark); }
.section--orange p { color: var(--brand-dark); }
.section--orange .btn--dark { background: var(--blue); color: #fff; }
.section--orange .btn--ghost { color: var(--brand-dark); border-color: var(--brand-dark); }
.section--orange .btn--ghost:hover { background: var(--brand-dark); color: var(--orange); }

/* Das Aktions-Quadrat bleibt auch auf Orange blau mit WEISSER Schrift.
   Die Regel "kein Weiss auf Orange" gilt hier nicht — Weiss auf dem
   Marken-Blau #365ae8 sind 5,5:1 und damit sauber lesbar. */
.section--orange .aktion-quadrat,
.section--orange .aktion-quadrat p { color: #fff; }

/* Headline im Flyer-Stil: Claim-Teil in Blau.
   Auf Orange das tiefere Blau (4,6:1), auf hellem Grund das Marken-Blau. */
.claim-blau { color: var(--blue); }
.section--orange .claim-blau { color: var(--blue-deep); }

/* Promo-Grid: Maskottchen | Text | Aktions-Quadrat — drei eigene Spalten,
   deshalb kann sich nichts mehr überlappen. */
.promo-grid {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: clamp(1.5rem, 4vw, 3.5rem);
	align-items: center;
	position: relative;
	z-index: 1;
}
.promo-grid .aktion-quadrat { width: 230px; }
@media (max-width: 1080px) {
	.promo-grid { grid-template-columns: 1fr auto; }
}
@media (max-width: 800px) {
	.promo-grid { grid-template-columns: 1fr; }
	.promo-grid .aktion-quadrat { width: 210px; margin-inline: auto; }
}

/* --------------------------------------------------------- Misc ----- */
.badge-row { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.2rem; }
.badge {
	display: inline-flex; align-items: center; gap: .4rem;
	background: #fff; border: 1px solid var(--line); border-radius: 99px;
	padding: .45rem .9rem; font-size: .87rem; font-weight: 500; color: var(--text);
}
.section--ink .badge { background: rgba(255, 255, 255, .07); border-color: rgba(255, 255, 255, .16); color: rgba(255, 255, 255, .85); }
.badge b { color: var(--orange-d); font-family: var(--font-display); }
.section--ink .badge b { color: var(--orange); }
