/*
Theme Name: AI.Agentur.Zlotin
Author: Daniel Zlotin
Description: Onepager für die KI-Agentur: KI Videos und Fotos für Immobilien, Gastronomie und Fashion. Alle Texte, Farben, Bilder und Beispiele werden im WordPress-Backend gepflegt — Customizer plus eigener Inhaltstyp „Beispiele“. Schrift liegt lokal im Theme, die Seite lädt nichts von fremden Servern.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zlotin-ai
Tags: one-column, custom-colors, custom-menu, featured-images, translation-ready
*/

/* ============================================================
   1. Schrift (lokal, kein Google-Aufruf)
   ============================================================ */

@font-face {
	font-family: 'ArchivoZlo';
	font-style: normal;
	font-display: swap;
	font-weight: 100 900;
	font-stretch: 62% 125%;
	src: url('assets/fonts/archivo-variable.woff2') format('woff2-variations');
	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;
}

/* ============================================================
   2. Werte
   ============================================================ */

:root {
	--zlo-bg: #232629;
	--zlo-band: #1c1f22;
	--zlo-deep: #141618;
	--zlo-field: #2c3034;
	--zlo-line: #3b4045;
	--zlo-ink: #f2f1ee;
	--zlo-ink-2: #c9cdd1;
	--zlo-mute: #a2a8ad;
	--zlo-dim: #8b9196;
	--zlo-immo: #6e9bff;
	--zlo-gastro: #ffa63d;
	--zlo-fashion: #ff5c9a;
	--zlo-pad: 88px;
	--zlo-section: 108px;
	--zlo-maxw: 1440px;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 90px;
}

body {
	margin: 0;
	background: var(--zlo-bg);
	color: var(--zlo-ink);
	font-family: 'ArchivoZlo', system-ui, -apple-system, 'Segoe UI', sans-serif;
	font-size: 17px;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--zlo-ink);
	text-decoration: none;
}

a:hover {
	color: #fff;
}

h1, h2, h3, h4 {
	margin: 0;
	font-weight: 800;
	letter-spacing: -0.028em;
	font-stretch: 116%;
	line-height: 1.02;
}

p {
	margin: 0;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
}

:focus-visible {
	outline: 2px solid var(--zlo-ink);
	outline-offset: 3px;
}

.zlo-skip {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 999;
	padding: 14px 20px;
	background: var(--zlo-ink);
	color: var(--zlo-deep);
	font-weight: 700;
}

.zlo-skip:focus {
	left: 0;
}

.zlo-shell {
	max-width: var(--zlo-maxw);
	margin: 0 auto;
	padding-left: var(--zlo-pad);
	padding-right: var(--zlo-pad);
}

.zlo-section {
	padding-top: var(--zlo-section);
	padding-bottom: var(--zlo-section);
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

/* ============================================================
   3. Kopfbereich
   ============================================================ */

.zlo-header {
	position: sticky;
	top: 0;
	z-index: 90;
	background: rgba(35, 38, 41, 0.92);
	backdrop-filter: saturate(140%) blur(12px);
}

.zlo-header__inner {
	max-width: var(--zlo-maxw);
	margin: 0 auto;
	padding: 0 var(--zlo-pad);
	height: 76px;
	display: flex;
	align-items: center;
	gap: 44px;
}

.zlo-brand {
	font-size: 17px;
	font-weight: 800;
	font-stretch: 118%;
	letter-spacing: -0.01em;
	white-space: nowrap;
}

.zlo-brand img {
	max-height: 34px;
	width: auto;
}

.zlo-nav {
	flex-grow: 1;
}

.zlo-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 28px;
}

.zlo-nav a {
	display: block;
	padding: 14px 0;
	font-size: 15px;
	color: var(--zlo-mute);
}

.zlo-nav a:hover,
.zlo-nav .current-menu-item > a {
	color: var(--zlo-ink);
}

.zlo-locality {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 13px;
	color: var(--zlo-mute);
	white-space: nowrap;
}

.zlo-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--zlo-fashion);
	animation: zlo-pulse 2.4s ease-in-out infinite;
}

.zlo-progress {
	height: 2px;
	background: var(--zlo-line);
}

.zlo-progress__bar {
	height: 2px;
	width: 0;
	background: var(--zlo-ink);
	transition: width 0.1s linear;
}

.zlo-burger {
	display: none;
	width: 44px;
	height: 44px;
	margin-right: -10px;
	background: none;
	border: 0;
	color: var(--zlo-ink);
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

/* ============================================================
   4. Schaltflächen
   ============================================================ */

.zlo-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	height: 56px;
	padding: 0 30px;
	border: 0;
	font-size: 17px;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	transition: transform 0.15s ease, background-color 0.15s ease;
}

.zlo-btn:active {
	transform: translateY(1px);
}

.zlo-btn--solid {
	background: var(--zlo-ink);
	color: var(--zlo-deep);
}

.zlo-btn--solid:hover {
	background: #fff;
	color: var(--zlo-deep);
}

.zlo-btn--ghost {
	background: none;
	border: 1px solid var(--zlo-line);
	color: var(--zlo-ink);
	font-weight: 600;
}

.zlo-btn--ghost:hover {
	border-color: var(--zlo-ink);
	color: var(--zlo-ink);
}

.zlo-btn--small {
	height: 46px;
	padding: 0 22px;
	font-size: 15px;
}

/* ============================================================
   5. Hero
   ============================================================ */

.zlo-hero {
	padding-top: 96px;
	padding-bottom: 72px;
}

.zlo-hero__title {
	font-size: clamp(34px, 5.1vw, 74px);
	line-height: 1.05;
	letter-spacing: -0.03em;
	font-stretch: 118%;
	max-width: 15ch;
}

.zlo-rotator {
	position: relative;
	font-size: clamp(34px, 5.1vw, 74px);
	line-height: 1.05;
	letter-spacing: -0.03em;
	font-stretch: 118%;
	font-weight: 800;
}

/*
 * Die alte Zeile geht zuerst weg, erst danach kommt die neue.
 * Ohne diese Verzögerung überlagern sich zwei Wörter sichtbar.
 */
.zlo-rotator__item {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	opacity: 0;
	transform: translateY(0.14em);
	transition: opacity 0.3s ease, transform 0.3s ease;
	pointer-events: none;
}

.zlo-rotator__item.is-active {
	opacity: 1;
	transform: translateY(0);
	transition-delay: 0.32s;
}

.zlo-rotator__sizer {
	visibility: hidden;
	white-space: nowrap;
}

.zlo-hero__lead {
	margin-top: 26px;
	max-width: 690px;
	font-size: 20px;
	line-height: 1.55;
	color: var(--zlo-mute);
}

.zlo-hero__actions {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.zlo-stage {
	position: relative;
	margin-top: 72px;
	aspect-ratio: 1264 / 560;
	overflow: hidden;
	background: #0a0c10;
}

.zlo-stage__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.9s ease;
}

.zlo-stage__slide.is-active {
	opacity: 1;
}

.zlo-stage__media {
	position: absolute;
	inset: -7%;
	background-size: cover;
	background-position: center;
	animation: zlo-kenburns 22s ease-in-out infinite alternate;
}

.zlo-stage__media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zlo-grain {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0 1px, rgba(255, 255, 255, 0) 1px 3px),
		radial-gradient(125% 125% at 50% 50%, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.48) 100%);
}

.zlo-scan {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(242, 241, 238, 0) 0%, rgba(242, 241, 238, 0.9) 50%, rgba(242, 241, 238, 0) 100%);
	animation: zlo-scan 7s linear infinite;
}

.zlo-stage__tag {
	position: absolute;
	top: 24px;
	left: 24px;
	height: 32px;
	padding: 0 12px;
	display: flex;
	align-items: center;
	background: rgba(10, 11, 12, 0.5);
	font-size: 13px;
}

.zlo-stage__tag span {
	position: absolute;
	left: 12px;
	white-space: nowrap;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.zlo-stage__tag span.is-active {
	opacity: 1;
	transition-delay: 0.32s;
}

/* Hält den Kasten auf der Breite der längsten Unterschrift. */
.zlo-stage__tag .zlo-stage__tag-sizer {
	position: static;
	opacity: 0;
	transition: none;
}

.zlo-stage__rail {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 24px;
	height: 3px;
	background: rgba(242, 241, 238, 0.2);
}

.zlo-stage__fill {
	height: 3px;
	width: 6%;
	background: var(--zlo-ink);
}

.zlo-stage__fill.is-running {
	animation: zlo-fill linear forwards;
}

/* ============================================================
   6. Laufende Reel-Leiste
   ============================================================ */

.zlo-reel {
	height: 142px;
	border-top: 1px solid var(--zlo-line);
	border-bottom: 1px solid var(--zlo-line);
	overflow: hidden;
	display: flex;
	align-items: center;
}

.zlo-reel__track {
	display: flex;
	animation: zlo-marquee 44s linear infinite;
	will-change: transform;
}

.zlo-reel__item {
	width: 232px;
	height: 130px;
	margin-right: 12px;
	flex-shrink: 0;
	background-size: cover;
	background-position: center;
}

/* ============================================================
   7. Branchen-Abschnitte
   ============================================================ */

.zlo-branche__rule {
	width: 72px;
	height: 3px;
	margin-bottom: 26px;
	background: var(--zlo-accent, var(--zlo-ink));
}

.zlo-branche__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 64px;
	margin-bottom: 44px;
}

.zlo-branche__title {
	font-size: clamp(34px, 4vw, 58px);
}

.zlo-branche__intro {
	margin-bottom: 6px;
	max-width: 460px;
	font-size: 17px;
	color: var(--zlo-mute);
}

.zlo-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.zlo-card__media {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #0a0c10;
}

.zlo-card__inner {
	position: absolute;
	inset: -7%;
	background-size: cover;
	background-position: center;
	animation: zlo-kenburns 26s ease-in-out infinite alternate;
}

.zlo-card__inner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zlo-card__title {
	margin-top: 14px;
	font-size: 16px;
	font-weight: 600;
}

.zlo-card__meta {
	margin-top: 4px;
	font-size: 14px;
	color: var(--zlo-mute);
}

.zlo-tags {
	margin-top: 36px;
	display: flex;
	flex-wrap: wrap;
	gap: 14px 30px;
}

.zlo-tag {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
}

.zlo-tag::before {
	content: '';
	width: 7px;
	height: 7px;
	flex-shrink: 0;
	background: var(--zlo-accent, var(--zlo-ink));
}

/* ============================================================
   8. Ablauf
   ============================================================ */

.zlo-ablauf {
	background: var(--zlo-band);
}

.zlo-ablauf__title {
	font-size: clamp(34px, 4vw, 58px);
	margin-bottom: 44px;
}

.zlo-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 32px;
}

.zlo-step {
	border-top: 1px solid var(--zlo-line);
	padding-top: 22px;
}

.zlo-step__no {
	font-size: 15px;
	color: var(--zlo-mute);
	font-variant-numeric: tabular-nums;
}

.zlo-step__title {
	margin-top: 14px;
	font-size: 24px;
	font-weight: 700;
	font-stretch: 108%;
}

.zlo-step__text {
	margin-top: 10px;
	font-size: 15px;
	color: var(--zlo-mute);
}

/* ============================================================
   9. Haltung + Zahlen
   ============================================================ */

.zlo-haltung {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 420px;
	column-gap: 96px;
}

.zlo-haltung__title {
	font-size: clamp(30px, 3.6vw, 52px);
	line-height: 1.06;
	letter-spacing: -0.026em;
	font-stretch: 114%;
	max-width: 640px;
}

.zlo-haltung__text {
	margin-top: 30px;
	max-width: 620px;
	font-size: 18px;
	line-height: 1.65;
	color: var(--zlo-ink-2);
}

.zlo-haltung__text + .zlo-haltung__text {
	margin-top: 22px;
	color: var(--zlo-mute);
}

.zlo-figures {
	align-self: end;
}

.zlo-figure {
	border-top: 1px solid var(--zlo-line);
	padding: 22px 0;
	display: flex;
	align-items: baseline;
	gap: 20px;
}

.zlo-figure:last-child {
	border-bottom: 1px solid var(--zlo-line);
}

.zlo-figure__value {
	min-width: 152px;
	font-size: 52px;
	font-weight: 800;
	font-stretch: 112%;
	letter-spacing: -0.03em;
	font-variant-numeric: tabular-nums;
}

.zlo-figure__label {
	font-size: 16px;
	color: var(--zlo-mute);
}

/* ============================================================
   10. Workshop
   ============================================================ */

.zlo-workshop {
	background: var(--zlo-deep);
	padding-top: 64px;
	padding-bottom: 64px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 64px;
}

.zlo-workshop__title {
	font-size: 34px;
	letter-spacing: -0.024em;
	font-stretch: 114%;
}

.zlo-workshop__text {
	margin-top: 12px;
	max-width: 620px;
	font-size: 16px;
	color: var(--zlo-mute);
}

/* ============================================================
   11. Kontakt
   ============================================================ */

.zlo-kontakt {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	column-gap: 88px;
}

.zlo-kontakt__title {
	font-size: clamp(32px, 3.9vw, 56px);
	line-height: 1.04;
	font-stretch: 114%;
	max-width: 720px;
}

.zlo-kontakt__lead {
	margin: 22px 0 40px;
	max-width: 600px;
	font-size: 18px;
	color: var(--zlo-mute);
}

.zlo-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.zlo-field {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.zlo-field--wide {
	margin-top: 22px;
}

.zlo-field label {
	font-size: 14px;
	color: var(--zlo-mute);
}

.zlo-field input,
.zlo-field select,
.zlo-field textarea {
	background: var(--zlo-field);
	border: 1px solid var(--zlo-line);
	color: var(--zlo-ink);
	font-size: 16px;
}

.zlo-field input,
.zlo-field select {
	height: 52px;
	padding: 0 14px;
}

.zlo-field textarea {
	padding: 14px;
	line-height: 1.5;
	resize: vertical;
	min-height: 120px;
}

.zlo-field input:focus,
.zlo-field select:focus,
.zlo-field textarea:focus {
	border-color: var(--zlo-ink);
	outline: none;
}

.zlo-hp {
	position: absolute;
	left: -9999px;
}

.zlo-consent {
	margin-top: 22px;
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: 14px;
	color: var(--zlo-mute);
	max-width: 620px;
}

.zlo-consent input {
	margin-top: 3px;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	accent-color: var(--zlo-ink);
}

.zlo-consent a {
	color: var(--zlo-ink);
	text-decoration: underline;
}

.zlo-notice {
	margin-bottom: 28px;
	padding: 16px 20px;
	border-left: 3px solid var(--zlo-ink);
	background: var(--zlo-field);
	font-size: 16px;
}

.zlo-notice--error {
	border-left-color: var(--zlo-fashion);
}

.zlo-kontakt__aside {
	border-left: 1px solid var(--zlo-line);
	padding-left: 40px;
}

.zlo-kontakt__aside p {
	margin-top: 12px;
	font-size: 16px;
	line-height: 1.7;
	color: var(--zlo-mute);
}

/* ============================================================
   12. Fußbereich
   ============================================================ */

.zlo-footer {
	background: var(--zlo-deep);
	padding-top: 52px;
	padding-bottom: 52px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
	flex-wrap: wrap;
}

.zlo-footer__brand {
	font-size: 15px;
	font-weight: 800;
	font-stretch: 118%;
}

.zlo-footer__copy {
	margin-top: 12px;
	font-size: 14px;
	color: var(--zlo-dim);
}

.zlo-footer__links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}

.zlo-footer__links a {
	font-size: 14px;
	color: var(--zlo-mute);
}

/* ============================================================
   13. Inhaltsseiten (Impressum, Datenschutz)
   ============================================================ */

.zlo-page {
	max-width: 760px;
}

.zlo-page__title {
	font-size: clamp(32px, 4vw, 56px);
	margin-bottom: 32px;
}

.zlo-prose {
	font-size: 18px;
	line-height: 1.7;
	color: var(--zlo-ink-2);
}

.zlo-prose h2 {
	margin: 40px 0 14px;
	font-size: 28px;
}

.zlo-prose h3 {
	margin: 30px 0 10px;
	font-size: 21px;
	font-weight: 700;
	font-stretch: 108%;
}

.zlo-prose p,
.zlo-prose ul,
.zlo-prose ol {
	margin: 0 0 18px;
}

.zlo-prose a {
	text-decoration: underline;
}

.zlo-prose img {
	margin: 24px 0;
}

/* ============================================================
   14. Platzhalter-Farbflächen (bis eigene Bilder da sind)
   ============================================================ */

.zlo-ph {
	position: absolute;
	inset: 0;
}

.zlo-ph--immo-1 { background: radial-gradient(120% 90% at 70% 15%, rgba(110,155,255,0.44) 0%, rgba(110,155,255,0) 58%), radial-gradient(60% 50% at 20% 85%, rgba(255,180,90,0.22) 0%, rgba(255,180,90,0) 60%), linear-gradient(200deg, #16233c 0%, #070c16 74%); }
.zlo-ph--immo-2 { background: radial-gradient(90% 80% at 50% 25%, rgba(180,205,255,0.34) 0%, rgba(180,205,255,0) 62%), linear-gradient(195deg, #1b2436 0%, #0a0e16 78%); }
.zlo-ph--immo-3 { background: radial-gradient(100% 85% at 35% 30%, rgba(120,190,255,0.38) 0%, rgba(120,190,255,0) 60%), radial-gradient(70% 60% at 80% 80%, rgba(90,220,180,0.20) 0%, rgba(90,220,180,0) 62%), linear-gradient(205deg, #12283a 0%, #06101a 76%); }

.zlo-ph--gastro-1 { background: radial-gradient(110% 90% at 40% 70%, rgba(255,166,61,0.48) 0%, rgba(255,166,61,0) 58%), radial-gradient(60% 55% at 78% 20%, rgba(255,220,150,0.26) 0%, rgba(255,220,150,0) 60%), linear-gradient(200deg, #33210c 0%, #140c04 74%); }
.zlo-ph--gastro-2 { background: radial-gradient(95% 80% at 60% 30%, rgba(255,200,120,0.42) 0%, rgba(255,200,120,0) 60%), linear-gradient(190deg, #2c1d0f 0%, #120b05 78%); }
.zlo-ph--gastro-3 { background: radial-gradient(120% 95% at 22% 78%, rgba(255,140,50,0.46) 0%, rgba(255,140,50,0) 58%), linear-gradient(205deg, #3a2410 0%, #150c06 76%); }

.zlo-ph--fashion-1 { background: radial-gradient(110% 90% at 72% 25%, rgba(255,92,154,0.46) 0%, rgba(255,92,154,0) 58%), radial-gradient(70% 60% at 18% 80%, rgba(110,140,255,0.30) 0%, rgba(110,140,255,0) 62%), linear-gradient(205deg, #2a1030 0%, #0c0514 74%); }
.zlo-ph--fashion-2 { background: radial-gradient(100% 80% at 30% 30%, rgba(255,120,200,0.40) 0%, rgba(255,120,200,0) 60%), radial-gradient(80% 70% at 85% 75%, rgba(80,220,255,0.24) 0%, rgba(80,220,255,0) 62%), linear-gradient(200deg, #1e0e2c 0%, #080412 76%); }
.zlo-ph--fashion-3 { background: radial-gradient(120% 95% at 50% 85%, rgba(255,70,140,0.42) 0%, rgba(255,70,140,0) 56%), linear-gradient(195deg, #2c1226 0%, #0a0410 78%); }

/* ============================================================
   15. Bewegung
   ============================================================ */

@keyframes zlo-kenburns {
	0%   { transform: scale(1.02); }
	100% { transform: scale(1.14); }
}

@keyframes zlo-marquee {
	0%   { transform: translateX(0); }
	100% { transform: translateX(var(--zlo-marquee-shift, -1952px)); }
}

@keyframes zlo-scan {
	0%   { top: -2px; opacity: 0; }
	12%  { opacity: 0.5; }
	88%  { opacity: 0.5; }
	100% { top: 100%; opacity: 0; }
}

@keyframes zlo-pulse {
	0%, 100% { opacity: 1; }
	50%      { opacity: 0.25; }
}

@keyframes zlo-fill {
	0%   { width: 6%; }
	100% { width: 96%; }
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		animation: none !important;
		transition-duration: 0.01ms !important;
	}

	.zlo-rotator__item,
	.zlo-stage__slide,
	.zlo-stage__tag span {
		transition: none !important;
	}
}

/* ============================================================
   16. Kleinere Bildschirme
   ============================================================ */

@media (max-width: 1200px) {
	:root {
		--zlo-pad: 48px;
		--zlo-section: 88px;
	}

	.zlo-haltung {
		grid-template-columns: minmax(0, 1fr) 340px;
		column-gap: 56px;
	}

	.zlo-kontakt {
		grid-template-columns: minmax(0, 1fr) 300px;
		column-gap: 56px;
	}

	.zlo-figure__value {
		min-width: 110px;
		font-size: 42px;
	}
}

@media (max-width: 980px) {
	.zlo-nav {
		position: fixed;
		inset: 78px 0 auto 0;
		background: var(--zlo-deep);
		border-bottom: 1px solid var(--zlo-line);
		display: none;
	}

	.zlo-nav.is-open {
		display: block;
	}

	.zlo-nav ul {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 8px var(--zlo-pad) 20px;
	}

	.zlo-nav a {
		padding: 16px 0;
		font-size: 18px;
		border-bottom: 1px solid var(--zlo-line);
	}

	.zlo-burger {
		display: flex;
	}

	.zlo-header__inner {
		gap: 16px;
	}

	.zlo-locality,
	.zlo-header .zlo-btn {
		display: none;
	}

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

	.zlo-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 28px;
	}

	.zlo-haltung,
	.zlo-kontakt {
		grid-template-columns: minmax(0, 1fr);
		row-gap: 48px;
	}

	.zlo-kontakt__aside {
		border-left: 0;
		border-top: 1px solid var(--zlo-line);
		padding-left: 0;
		padding-top: 32px;
	}

	.zlo-branche__head {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.zlo-workshop {
		flex-direction: column;
		align-items: flex-start;
		gap: 26px;
	}
}

@media (max-width: 640px) {
	:root {
		--zlo-pad: 24px;
		--zlo-section: 68px;
	}

	body {
		font-size: 16px;
	}

	.zlo-hero {
		padding-top: 52px;
		padding-bottom: 56px;
	}

	.zlo-hero__lead {
		font-size: 16px;
	}

	.zlo-hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.zlo-hero__actions .zlo-btn {
		width: 100%;
	}

	.zlo-stage {
		margin-top: 36px;
		aspect-ratio: 16 / 11;
	}

	.zlo-stage__tag {
		display: none;
	}

	.zlo-reel {
		height: 112px;
	}

	.zlo-reel__item {
		width: 180px;
		height: 101px;
		margin-right: 10px;
	}

	.zlo-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

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

	.zlo-step {
		padding: 20px 0;
	}

	.zlo-step:last-child {
		border-bottom: 1px solid var(--zlo-line);
	}

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

	.zlo-haltung__text {
		font-size: 16px;
	}

	.zlo-figure__value {
		min-width: 92px;
		font-size: 36px;
	}

	.zlo-footer__links ul {
		gap: 18px;
	}
}
