/*
Theme Name: Kobra Filmproduktion
Theme URI: https://kobrafilm.de
Author: OpenAI Codex
Description: Kobrafilm-Version des DZ-Filmmaker-Themes mit identischem Aufbau und eigener Über-uns-Sektion.
Version: 3.1.3
Requires at least: 6.2
Requires PHP: 8.0
Text Domain: kobrafilm
*/

:root {
  --dz-yellow: #fee103;
  --dz-black: #080808;
  --dz-dark: #151515;
  --dz-navy: #1c2542;
  --dz-soft: #ffffff;
  --dz-white: #ffffff;
  --dz-line: rgba(255,255,255,.18);
  --dz-max: 1150px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body, button, input, textarea, select { font-family: "League Spartan", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body { margin: 0; background: var(--dz-black); color: var(--dz-white); font-size: 16px; line-height: 1.5; }
body.dz-modal-open { overflow: hidden; }
body.dz-menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 1000; top: 12px; left: 12px; width: auto; height: auto; padding: .7rem 1rem; clip: auto; background: #fff; color: #000; }
.dz-wrap { width: min(calc(100% - 48px), var(--dz-max)); margin-inline: auto; }
.dz-section { padding: clamp(70px, 8vw, 105px) 0; }
.dz-kicker { margin: 0 0 12px; font-size: 1rem; font-weight: 700; letter-spacing: 0; text-transform: none; }
.dz-display { margin: 0; font-family: "League Spartan", sans-serif; font-size: clamp(3rem, 6.25vw, 5rem); font-weight: 600; line-height: .9; letter-spacing: 1px; text-transform: uppercase; }
.dz-heading { margin: 0; font-family: "League Spartan", sans-serif; font-size: clamp(2rem, 3.25vw, 2.6rem); font-weight: 700; line-height: 1.185; letter-spacing: 0; }
.dz-button { --dz-button-border: rgba(255,255,255,.48); --dz-button-bg: radial-gradient(circle at 20% 0%, rgba(255,255,255,.38), transparent 38%), linear-gradient(180deg, rgba(255,255,255,.2), rgba(255,255,255,.07)); --dz-button-bg-hover: radial-gradient(circle at 20% 0%, rgba(255,255,255,.5), transparent 42%), linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,.12)); --dz-button-shadow: inset 0 1px 0 rgba(255,255,255,.72), inset 0 -1px 0 rgba(255,255,255,.12), 0 12px 30px rgba(0,0,0,.2), 0 2px 8px rgba(0,0,0,.12); position: relative; isolation: isolate; display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 58px; padding: .8rem 1.25rem; overflow: hidden; border: 1px solid var(--dz-button-border); border-radius: 14px; background: var(--dz-button-bg); backdrop-filter: blur(28px) saturate(185%); -webkit-backdrop-filter: blur(28px) saturate(185%); box-shadow: var(--dz-button-shadow); color: inherit; font: inherit; font-weight: 600; text-decoration: none; cursor: pointer; transition: transform .22s cubic-bezier(.2,.8,.2,1), background .25s ease, border-color .25s ease, box-shadow .25s ease, color .25s ease; }
.dz-button:hover, .dz-button:focus-visible { transform: translateY(-2px); background: var(--dz-button-bg-hover); border-color: rgba(255,255,255,.72); box-shadow: inset 0 1px 0 rgba(255,255,255,.85), inset 0 -1px 0 rgba(255,255,255,.16), 0 16px 36px rgba(0,0,0,.24), 0 3px 9px rgba(0,0,0,.13); }
.dz-button:focus-visible { outline: 2px solid rgba(255,222,59,.95); outline-offset: 3px; }
.dz-button:active { transform: translateY(0) scale(.985); box-shadow: inset 0 2px 5px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.46), 0 6px 16px rgba(0,0,0,.17); }
.dz-button--yellow { --dz-button-border: rgba(255,255,255,.7); --dz-button-bg: radial-gradient(circle at 18% 0%, rgba(255,255,255,.62), transparent 39%), linear-gradient(145deg, rgba(255,230,92,.88), rgba(255,193,36,.72)); --dz-button-bg-hover: radial-gradient(circle at 18% 0%, rgba(255,255,255,.75), transparent 43%), linear-gradient(145deg, rgba(255,235,112,.94), rgba(255,205,58,.8)); --dz-button-shadow: inset 0 1px 0 rgba(255,255,255,.9), inset 0 -1px 0 rgba(164,107,0,.16), 0 14px 32px rgba(255,203,71,.25), 0 3px 9px rgba(75,48,0,.14); color: #1a1400; }
.dz-button--yellow:hover, .dz-button--yellow:focus-visible { border-color: rgba(255,255,255,.92); }

.dz-header { position: relative; z-index: 20; width: 100%; padding: 22px 0; background: #1c2542; }
.dz-header__inner { width: min(calc(100% - 48px), 1240px); min-height: 60px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.dz-logo { display: inline-grid; place-items: center; flex: 0 0 auto; width: 150px; height: 60px; color: #fff; text-decoration: none; overflow: visible; }
.dz-logo img, .dz-logo .custom-logo { width: 150px; height: 60px; object-fit: contain; }
.dz-logo .custom-logo-link { display: grid; place-items: center; width: 100%; height: 100%; }
.dz-header__nav { display: flex; align-items: center; justify-content: center; gap: clamp(24px, 2.4vw, 39px); margin-left: auto; }
.dz-header__nav a { display: inline-flex; align-items: center; gap: 10px; padding: 10px 0; color: rgba(255,255,255,.78); font-family: "League Spartan", sans-serif; font-size: 1rem; font-weight: 400; line-height: 1; letter-spacing: .015em; text-decoration: none; text-transform: uppercase; transition: color .2s ease; }
.dz-header__nav a:hover, .dz-header__nav a:focus-visible, .dz-header__nav a.is-active { color: var(--dz-yellow); }
.dz-header__nav-services > span { position: relative; top: -3px; width: 8px; height: 8px; margin-top: -4px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); }
.dz-menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,255,255,.36); border-radius: 6px; background: transparent; color: #fff; cursor: pointer; }
.dz-menu-toggle span, .dz-menu-toggle::before, .dz-menu-toggle::after { content: ""; display: block; width: 20px; height: 2px; margin: 4px auto; border-radius: 2px; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
.dz-menu-toggle[aria-expanded="true"] span { opacity: 0; }
.dz-menu-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.dz-menu-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }
.dz-contact-button { --dz-button-border: transparent; --dz-button-bg: var(--dz-yellow); --dz-button-bg-hover: #ffe529; --dz-button-shadow: none; min-width: 240px; min-height: 60px; flex: 0 0 auto; flex-direction: column; gap: 2px; padding: .65rem 1.15rem; border: 0; border-radius: 5px; background: var(--dz-yellow); box-shadow: none; color: #1c2542; line-height: 1.2; backdrop-filter: none; -webkit-backdrop-filter: none; }
.dz-contact-button:hover, .dz-contact-button:focus-visible { background: #ffe529; border-color: transparent; box-shadow: none; }
.dz-contact-button span { font-family: "League Spartan", sans-serif; font-size: 1rem; font-weight: 700; line-height: 1.15; }
.dz-contact-button small { font-family: "League Spartan", sans-serif; font-size: .78rem; font-weight: 500; letter-spacing: .07em; opacity: .76; }
.dz-header__nav .dz-contact-button--mobile { display: none; }

.single-dz_project .dz-header { position: absolute; top: 0; left: 0; background: transparent; }
.dz-header--service { position: absolute; z-index: 30; top: 0; left: 0; padding: 26px 0; background: transparent; }
.dz-header--service .dz-header__inner { min-height: 74px; }
.dz-header__back-home { margin-left: auto; color: rgba(255,255,255,.78); font-size: .95rem; font-weight: 400; letter-spacing: .02em; text-decoration: none; text-transform: uppercase; transition: color .2s ease; }
.dz-header__back-home:hover, .dz-header__back-home:focus-visible { color: #fff; }

.dz-hero { position: relative; min-height: var(--dz-hero-height-desktop, 100svh); display: grid; align-items: center; overflow: hidden; background: #17140f; }
.dz-hero::before { content: ""; position: absolute; z-index: 0; inset: 0; background: var(--hero-image) center/cover no-repeat; transform: scale(1.015); }
.dz-hero::after { content: ""; position: absolute; z-index: 2; inset: 0; background: #000; opacity: var(--dz-hero-darkness, .55); pointer-events: none; }
.dz-hero__video { position: absolute; z-index: 1; inset: 0; overflow: hidden; background: transparent; pointer-events: none; }
.dz-hero__video iframe { position: absolute; top: 50%; left: 50%; width: 177.78vh; min-width: 100%; height: 56.25vw; min-height: 100%; border: 0; transform: translate(-50%, -50%); }
.dz-hero__content { position: relative; z-index: 3; width: min(930px, 92%); margin: 82px auto 0; text-align: center; }
.dz-hero .dz-kicker { font-family: "League Spartan", sans-serif; font-size: clamp(1.05rem, 1.72vw, 1.375rem); font-weight: 600; }
.dz-hero__title { display: grid; justify-items: center; }
.dz-hero__title-fixed { display: block; }
.dz-hero__rotator { position: relative; display: block; width: 100%; height: 1em; overflow: hidden; color: var(--dz-yellow); text-shadow: 0 8px 34px rgba(255,203,71,.16); }
.dz-hero__word { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; opacity: 0; filter: blur(9px); transform: translateY(72%); transition: opacity .52s ease, filter .58s ease, transform .62s cubic-bezier(.22,.8,.24,1); will-change: opacity, filter, transform; }
.dz-hero__word.is-active { opacity: 1; filter: blur(0); transform: translateY(0); }
.dz-hero__word.is-leaving { opacity: 0; filter: blur(9px); transform: translateY(-72%); }
.dz-hero .dz-button { --dz-button-border: rgba(255,255,255,.62); --dz-button-bg: radial-gradient(circle at 20% 0%, rgba(255,255,255,.3), transparent 38%), linear-gradient(180deg, rgba(255,255,255,.15), rgba(255,255,255,.045)); --dz-button-bg-hover: radial-gradient(circle at 20% 0%, rgba(255,255,255,.42), transparent 42%), linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.075)); --dz-button-shadow: inset 0 1px 0 rgba(255,255,255,.82), inset 0 -1px 0 rgba(255,255,255,.1), 0 10px 24px rgba(0,0,0,.22), 0 2px 7px rgba(0,0,0,.12); min-width: 190px; margin-top: 34px; border-radius: 15px; backdrop-filter: blur(10px) saturate(150%); -webkit-backdrop-filter: blur(10px) saturate(150%); font-size: 1.0625rem; font-weight: 600; line-height: 1.5; animation: dz-hero-button-pulse 3.2s ease-in-out infinite; will-change: transform; }
.dz-hero .dz-button:hover, .dz-hero .dz-button:focus-visible { animation-play-state: paused; }

@keyframes dz-hero-button-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}

.dz-intro { background: #fff; color: #1c2542; padding: var(--dz-space-intro-top, 78px) 0 var(--dz-space-intro-bottom, 94px); }
.dz-intro__inner { width: min(calc(100% - 48px), 1320px); }
.dz-intro__title { max-width: 1080px; margin: 0 auto clamp(60px, 7vw, 92px); color: #1c2542; font-size: clamp(2.35rem, 4.25vw, 3.65rem); font-weight: 600; line-height: 1.08; letter-spacing: -.018em; text-align: center; }
.dz-intro__grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); gap: var(--dz-space-intro-gap, 56px); align-items: start; }
.dz-intro__media { display: flex; flex-direction: column; align-items: center; }
.dz-intro__video { position: relative; width: 100%; padding: 0; overflow: hidden; border: 0; border-radius: 8px; background: #071322; cursor: pointer; }
.dz-intro__video img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .45s ease, filter .3s ease; }
.dz-intro__video:hover img, .dz-intro__video:focus-visible img { transform: scale(1.025); filter: brightness(.88); }
.dz-intro__video:focus-visible { outline: 3px solid var(--dz-yellow); outline-offset: 4px; }
.dz-intro__play { position: absolute; top: 50%; left: 50%; width: 66px; height: 66px; display: grid; place-items: center; transform: translate(-50%, -50%); border-radius: 50%; background: var(--dz-yellow); box-shadow: 0 12px 30px rgba(0,0,0,.2); transition: transform .25s ease; }
.dz-intro__video:hover .dz-intro__play, .dz-intro__video:focus-visible .dz-intro__play { transform: translate(-50%, -50%) scale(1.08); }
.dz-intro__play span { width: 0; height: 0; margin-left: 5px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 16px solid #1c2542; }
.dz-intro__button { --dz-button-border: transparent; --dz-button-bg: var(--dz-yellow); --dz-button-bg-hover: #ffe529; --dz-button-shadow: none; min-width: 310px; min-height: 74px; margin-top: clamp(32px, 4vw, 52px); flex-direction: column; gap: 3px; border: 0; border-radius: 5px; background: var(--dz-yellow); box-shadow: none; color: #1c2542; backdrop-filter: none; -webkit-backdrop-filter: none; }
.dz-intro__button:hover, .dz-intro__button:focus-visible { background: #ffe529; border-color: transparent; box-shadow: none; }
.dz-intro__button span { font-size: 1.08rem; font-weight: 700; line-height: 1.15; }
.dz-intro__button small { font-size: .86rem; font-weight: 500; letter-spacing: .06em; opacity: .76; }
.dz-intro__copy { padding-top: 2px; }
.dz-intro__copy p { max-width: none; margin: 0 0 26px; color: #aaa; font-size: clamp(1rem, 1.2vw, 1.16rem); font-weight: 400; line-height: 1.52; }
.dz-intro__copy p:last-child { margin-bottom: 0; }
.dz-intro__copy ul, .dz-intro__copy ol { margin: 0 0 26px; padding-left: 1.35em; color: #aaa; font-size: clamp(1rem, 1.2vw, 1.16rem); font-weight: 400; line-height: 1.52; }
.dz-intro__copy a, .dz-contact a { text-decoration: underline; text-underline-offset: 3px; }

.dz-clients { background: #fff; color: #1c2542; padding: var(--dz-space-clients, 95px) 0 var(--dz-space-clients, 95px); overflow: hidden; }
.dz-clients h2 { max-width: 720px; margin: 0 auto 60px; text-align: center; font-family: "League Spartan", sans-serif; font-size: clamp(2rem, 3.25vw, 2.6rem); line-height: 1.185; letter-spacing: 0; text-transform: none; }
.dz-logo-grid { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: var(--dz-space-logo-gap, 38px) 42px; }
.dz-logo-grid a { display: grid; place-items: center; flex: 0 0 calc(20% - 33.6px); height: 102px; overflow: hidden; }
.dz-logo-grid img { display: block; width: 100%; height: 72px; max-width: 190px; object-fit: contain; opacity: 1; transform: scale(var(--dz-logo-scale, 1)); transform-origin: center; transition: opacity .2s; }
.dz-logo-grid a:hover img { opacity: .82; }

.dz-testimonials { padding: var(--dz-space-testimonials, 94px) 0 var(--dz-space-testimonials, 94px); background: var(--dz-navy); color: #fff; overflow: hidden; }
.dz-testimonials__dots { display: flex; align-items: center; justify-content: center; gap: 11px; min-height: 24px; margin: 0 auto 18px; padding: 0 24px; }
.dz-testimonials__dot { width: 10px; height: 10px; padding: 0; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(255,255,255,.14); box-shadow: inset 0 1px 0 rgba(255,255,255,.28); cursor: pointer; transition: width .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease, transform .2s ease; }
.dz-testimonials__dot:hover, .dz-testimonials__dot:focus-visible { border-color: rgba(255,222,59,.9); background: rgba(255,222,59,.36); transform: scale(1.15); }
.dz-testimonials__dot:focus-visible { outline: 2px solid var(--dz-yellow); outline-offset: 3px; }
.dz-testimonials__dot[aria-current="true"] { width: 28px; border-color: rgba(255,222,59,.95); border-radius: 999px; background: linear-gradient(90deg, rgba(255,235,120,.98), rgba(255,203,71,.82)); box-shadow: inset 0 1px 0 rgba(255,255,255,.8), 0 0 18px rgba(255,203,71,.3); }
.dz-testimonials__rail { display: grid; grid-auto-flow: column; grid-auto-columns: min(770px, 64vw); gap: var(--dz-space-testimonial-gap, 150px); overflow-x: auto; scroll-snap-type: x mandatory; padding: 0 calc((100vw - min(770px, 64vw))/2) 45px; scrollbar-width: none; }
.dz-testimonials__rail::-webkit-scrollbar { display: none; }
.dz-quote { min-height: 360px; display: flex; flex-direction: column; align-items: center; justify-content: center; scroll-snap-align: center; text-align: center; color: #fff; }
.dz-quote blockquote { margin: 0; font-family: "League Spartan", sans-serif; font-size: 1.19rem; font-weight: 300; line-height: 1.2; }
.dz-quote__profile { display: block; margin-top: 36px; color: inherit; text-decoration: none; }
.dz-quote__images { display: flex; align-items: center; justify-content: center; min-height: 74px; }
.dz-quote__images > * + * { margin-left: -12px; }
.dz-quote__person, .dz-quote__logo { width: 72px; height: 72px; border: 2px solid var(--dz-navy); border-radius: 50%; overflow: hidden; }
.dz-quote__person { object-fit: cover; }
.dz-quote__logo { display: block; padding: 0; background: var(--dz-yellow); }
.dz-quote__logo img { width: 100%; height: 100%; max-width: none; border-radius: 50%; object-fit: cover; transform: scale(1.06); }
.dz-quote__author { display: block; margin-top: 12px; font-family: "League Spartan", sans-serif; font-size: 1rem; color: rgba(255,255,255,.45); font-style: italic; }
.dz-quote__author strong { display: block; margin-bottom: 3px; color: #fff; font-size: 1.2rem; font-style: normal; }

.dz-work { position: relative; z-index: 1; background: var(--dz-navy); }
.dz-work { padding-top: var(--dz-space-work-top, 52px); }
.dz-work__head { max-width: 1000px; margin: 0 auto 50px; text-align: center; }
.dz-work__head .dz-kicker { margin-bottom: 8px; color: #fff; font-family: "League Spartan", sans-serif; font-size: clamp(2rem, 3.25vw, 2.6rem); line-height: 1.185; }
.dz-work__head .dz-heading { color: var(--dz-yellow); font-size: clamp(1.55rem, 2.25vw, 1.8rem); line-height: 1.2; }
.dz-projects { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(34px, 5vw, 74px) 28px; }
.dz-project { display: block; color: #fff; }
.dz-project__trigger { display: block; width: 100%; padding: 0; border: 0; background: transparent; color: inherit; font: inherit; text-align: left; cursor: pointer; }
.dz-project__trigger:disabled { cursor: default; }
.dz-project__media { position: relative; display: grid; place-items: center; overflow: hidden; aspect-ratio: 16/9; border-radius: 3px; background: #222; }
.dz-project__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.8,.2,1), filter .3s; }
.dz-project__play { position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; display: grid; place-items: center; margin: 0; transform: translate(-50%, -50%); border: 1px solid rgba(255,255,255,.72); border-radius: 50%; background: radial-gradient(circle at 30% 18%, rgba(255,255,255,.96), rgba(255,255,255,.56) 62%, rgba(255,255,255,.38)); backdrop-filter: blur(18px) saturate(170%); -webkit-backdrop-filter: blur(18px) saturate(170%); box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 rgba(255,255,255,.24), 0 12px 30px rgba(0,0,0,.28); transition: transform .25s, background .25s, box-shadow .25s; }
.dz-project__triangle { width: 0; height: 0; margin-left: 5px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 16px solid #1c2542; }
.dz-project__trigger:hover img, .dz-project__trigger:focus-visible img { transform: scale(1.04); filter: brightness(.78); }
.dz-project__trigger:hover .dz-project__play, .dz-project__trigger:focus-visible .dz-project__play { transform: translate(-50%,-50%) scale(1.1); background: radial-gradient(circle at 30% 18%, #fff, rgba(255,255,255,.72) 64%, rgba(255,255,255,.5)); box-shadow: inset 0 1px 0 #fff, 0 16px 38px rgba(0,0,0,.34); }
.dz-project__trigger:focus-visible { outline: 3px solid var(--dz-yellow); outline-offset: 5px; }
.dz-project h3 { margin: 14px 0 0; font-size: 1.2rem; line-height: 1.5; font-weight: 500; }
.dz-project h3 a { color: inherit; text-decoration: none; }
.dz-project h3 a:hover { color: var(--dz-yellow); }
.dz-project__meta { margin: 15px 0 -8px; color: var(--dz-yellow); font-size: .77rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.dz-project__links { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 10px; }
.dz-project__links:empty { display: none; }
.dz-project__links a { color: rgba(255,255,255,.68); font-size: .85rem; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.28); }
.dz-project__links a:hover, .dz-project__links a:focus-visible { color: var(--dz-yellow); border-color: var(--dz-yellow); }

.dz-video-modal[hidden] { display: none; }
.dz-video-modal { position: fixed; z-index: 9999; inset: 0; display: grid; place-items: center; padding: 34px; }
.dz-video-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.9); }
.dz-video-modal__dialog { position: relative; z-index: 1; width: min(1100px, 100%); }
.dz-video-modal__frame { overflow: hidden; width: 100%; aspect-ratio: 16/9; background: #000; box-shadow: 0 24px 80px rgba(0,0,0,.5); }
.dz-video-modal__frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.dz-video-modal__close { position: absolute; z-index: 2; top: -52px; right: -5px; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; background: linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.06)); backdrop-filter: blur(20px) saturate(170%); -webkit-backdrop-filter: blur(20px) saturate(170%); box-shadow: inset 0 1px 0 rgba(255,255,255,.55), 0 8px 20px rgba(0,0,0,.3); color: #fff; font: 300 2rem/1 Arial, sans-serif; cursor: pointer; transition: transform .2s ease, color .2s ease, background .2s ease; }
.dz-video-modal__close:hover, .dz-video-modal__close:focus-visible { transform: scale(1.06); background: linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,.1)); color: var(--dz-yellow); }

.dz-case-study { overflow: hidden; background: var(--dz-navy); }
.dz-case-hero { position: relative; padding: clamp(135px, 12vw, 175px) 0 clamp(70px, 9vw, 120px); background: var(--dz-navy); }
.dz-case-hero__inner { max-width: 990px; }
.dz-case-back { display: inline-block; margin-bottom: clamp(48px, 7vw, 80px); color: rgba(255,255,255,.65); font-size: .9rem; text-decoration: none; }
.dz-case-back:hover, .dz-case-back:focus-visible { color: var(--dz-yellow); }
.dz-case-hero .dz-kicker { color: var(--dz-yellow); font-size: .88rem; letter-spacing: .11em; text-transform: uppercase; }
.dz-case-hero h1 { max-width: 980px; margin: 0; font-family: "League Spartan", sans-serif; font-size: clamp(2.8rem, 7vw, 6.4rem); font-weight: 600; line-height: .98; letter-spacing: -.045em; }
.dz-case-hero__lead { max-width: 770px; margin: 30px 0 0; color: rgba(255,255,255,.76); font-size: clamp(1.05rem, 1.8vw, 1.3rem); line-height: 1.65; }
.dz-case-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: clamp(50px, 8vw, 90px) 0 0; padding-top: 28px; border-top: 1px solid var(--dz-line); }
.dz-case-facts div { min-width: 0; }
.dz-case-facts dt { margin-bottom: 5px; color: rgba(255,255,255,.45); font-size: .76rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.dz-case-facts dd { margin: 0; color: #fff; font-size: .98rem; }
.dz-case-video { padding: 0 0 clamp(75px, 10vw, 130px); }
.dz-case-video__trigger { position: relative; display: block; overflow: hidden; width: 100%; aspect-ratio: 16/9; padding: 0; border: 0; border-radius: 6px; background: #161616; color: #fff; cursor: pointer; }
.dz-case-video__trigger img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1), filter .35s; }
.dz-case-video__trigger::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.62)); }
.dz-case-video__trigger:hover img, .dz-case-video__trigger:focus-visible img { transform: scale(1.025); filter: brightness(.8); }
.dz-case-video__trigger:hover .dz-project__play, .dz-case-video__trigger:focus-visible .dz-project__play { transform: translate(-50%,-50%) scale(1.12); background: radial-gradient(circle at 30% 18%, #fff, rgba(255,255,255,.72) 64%, rgba(255,255,255,.5)); }
.dz-case-video__trigger:focus-visible { outline: 3px solid var(--dz-yellow); outline-offset: 6px; }
.dz-case-video__label { position: absolute; z-index: 2; right: 24px; bottom: 20px; font-size: .85rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.dz-case-content { padding: clamp(80px, 11vw, 140px) 0; background: #fff; color: #11182f; }
.dz-case-content__grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(260px, .75fr); gap: clamp(60px, 10vw, 140px); align-items: start; }
.dz-case-copy { max-width: 720px; }
.dz-case-copy h2 { margin: 0 0 22px; padding-top: 58px; font-family: "League Spartan", sans-serif; font-size: clamp(1.85rem, 3.2vw, 2.65rem); line-height: 1.12; letter-spacing: -.025em; }
.dz-case-copy h2:first-child { padding-top: 0; }
.dz-case-copy p { margin: 0 0 20px; color: #273047; font-size: clamp(1rem, 1.4vw, 1.12rem); line-height: 1.75; }
.dz-case-copy a { color: #11182f; text-decoration-color: var(--dz-yellow); text-decoration-thickness: 3px; text-underline-offset: 4px; }
.dz-case-aside { position: sticky; top: 28px; padding: 30px; border-top: 5px solid var(--dz-yellow); background: #f3f3ef; }
.dz-case-aside .dz-kicker { color: #6b6f7a; font-size: .75rem; letter-spacing: .09em; text-transform: uppercase; }
.dz-case-aside h2 { margin: 13px 0 16px; font-family: "League Spartan", sans-serif; font-size: 1.7rem; line-height: 1.12; }
.dz-case-aside p { margin: 0 0 24px; color: #4b5161; line-height: 1.65; }
.dz-case-text-link { color: #11182f; font-weight: 700; text-decoration: underline; text-decoration-color: var(--dz-yellow); text-decoration-thickness: 3px; text-underline-offset: 5px; }
.dz-case-result { padding: clamp(58px, 7vw, 88px) 0; background: var(--dz-yellow); color: #11182f; text-align: center; }
.dz-case-result .dz-wrap { max-width: 1040px; }
.dz-case-result .dz-kicker { margin-bottom: 22px; font-size: .76rem; letter-spacing: .11em; text-transform: uppercase; }
.dz-case-result blockquote { margin: 0; font-family: "League Spartan", sans-serif; font-size: clamp(1.85rem, 3.35vw, 3.25rem); font-weight: 600; line-height: 1.1; letter-spacing: -.03em; }
.dz-case-result__label { margin: 24px 0 0; font-size: .82rem; font-weight: 600; }
.dz-case-extras { padding: clamp(80px, 10vw, 125px) 0; background: var(--dz-navy); }
.dz-case-extras h2 { max-width: 760px; margin: 0 0 40px; font-family: "League Spartan", sans-serif; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.08; }
.dz-case-extras .dz-kicker { color: var(--dz-yellow); }
.dz-case-shorts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: clamp(16px, 2vw, 24px); }
.dz-case-extra-video { flex: 1 1 520px; min-width: 0; }
.dz-case-extra-video--portrait { flex: 0 1 360px; }
.dz-case-extra-video--square { flex: 0 1 480px; }
.dz-case-outtakes { display: flex; justify-content: flex-start; margin-top: clamp(52px, 7vw, 82px); }
.dz-case-extra-video--outtakes { width: min(100%, 760px); flex: 0 1 760px; }
.dz-case-extra-video__frame { position: relative; width: 100%; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: radial-gradient(circle at 20% 0%, rgba(255,222,59,.1), transparent 42%), #11182f; box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 24px 55px rgba(0,0,0,.3); }
.dz-case-extra-video--landscape .dz-case-extra-video__frame { aspect-ratio: 16 / 9; }
.dz-case-extra-video--portrait .dz-case-extra-video__frame { aspect-ratio: 9 / 16; }
.dz-case-extra-video--square .dz-case-extra-video__frame { aspect-ratio: 1 / 1; }
.dz-case-extra-video__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.dz-case-extra-video__frame.is-loaded .dz-video-consent { display: none; }
.dz-video-consent { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 17px; padding: 30px; color: rgba(255,255,255,.72); text-align: center; }
.dz-video-consent p { max-width: 380px; margin: 0; line-height: 1.55; }
.dz-video-consent__button { padding: 11px 17px; border: 1px solid rgba(255,222,59,.58); border-radius: 999px; background: rgba(255,222,59,.08); color: #fff; font: inherit; font-size: .85rem; font-weight: 700; cursor: pointer; transition: background .2s, border-color .2s, transform .2s; }
.dz-video-consent__button:hover, .dz-video-consent__button:focus-visible { border-color: var(--dz-yellow); background: rgba(255,222,59,.17); transform: translateY(-1px); }
.dz-case-extra-video h3 { margin: 21px 0 4px; font-family: "League Spartan", sans-serif; font-size: 1.25rem; }
.dz-case-extra-video > p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.5; }
.dz-case-cta { padding: clamp(75px, 10vw, 120px) 0; background: var(--dz-navy); color: #fff; }
.dz-case-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.dz-case-cta .dz-kicker { color: rgba(255,255,255,.58); }
.dz-case-cta h2 { margin: 0; font-family: "League Spartan", sans-serif; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.08; }
.dz-case-cta .dz-button { flex: 0 0 auto; }

.dz-contact-zone { padding: 80px 0 120px; background: var(--dz-navy); }
.dz-service-contact-zone { padding-bottom: 52px; }
.dz-contact { position: relative; z-index: 0; isolation: isolate; width: min(calc(100% - 112px), 1136px); margin: 0 auto; padding: var(--dz-space-contact, 98px) 0; border: 1px solid rgba(255,255,255,.72); border-radius: 24px; background: radial-gradient(circle at 12% 0%, rgba(255,255,255,.3), transparent 34%), linear-gradient(145deg, rgba(255,255,255,.76), rgba(255,255,255,.61)); backdrop-filter: blur(42px) saturate(165%); -webkit-backdrop-filter: blur(42px) saturate(165%); box-shadow: inset 0 1px 0 rgba(255,255,255,.96), inset 0 -1px 0 rgba(255,255,255,.2), 0 34px 80px rgba(0,0,0,.38), 0 8px 24px rgba(0,0,0,.16); color: #1c2542; }
.dz-contact::after { content: ""; position: absolute; z-index: 0; inset: 1px; border-radius: 23px; background: linear-gradient(145deg, rgba(255,255,255,.3), transparent 28%, transparent 72%, rgba(255,255,255,.08)); pointer-events: none; }
.dz-contact .dz-wrap { position: relative; z-index: 1; width: min(calc(100% - 96px), 936px); }
.dz-contact__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 130px); }
.dz-contact h2 { margin: 0 0 62px; font-family: "League Spartan", sans-serif; font-size: clamp(2rem, 3.25vw, 2.6rem); line-height: 1.185; letter-spacing: 0; }
.dz-contact ul, .dz-contact ol { padding-left: 1.3em; }
.dz-contact__identity { display: flex; align-items: center; gap: 18px; margin-top: 55px; font-size: .95rem; }
.dz-contact__identity p { margin: 0; }
.dz-contact__avatar { flex: 0 0 auto; width: 72px; height: 72px; border-radius: 50%; object-fit: cover; object-position: center; }
.dz-contact__identity strong { display: block; font-size: 1.2rem; }
.dz-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.dz-field--full { grid-column: 1 / -1; }
.dz-field label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.dz-field input, .dz-field textarea { width: 100%; min-height: 58px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.82); border-radius: 12px; background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.66)); backdrop-filter: blur(18px) saturate(145%); -webkit-backdrop-filter: blur(18px) saturate(145%); box-shadow: inset 0 1px 0 rgba(255,255,255,.98), inset 0 -1px 0 rgba(28,37,66,.07), 0 8px 20px rgba(28,37,66,.08); color: #11182f; font: inherit; transition: border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.dz-field textarea { min-height: 150px; resize: vertical; }
.dz-field input::placeholder, .dz-field textarea::placeholder { color: rgba(28,37,66,.6); opacity: 1; }
.dz-field input:hover, .dz-field textarea:hover { border-color: rgba(255,255,255,.98); background: linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,255,255,.72)); }
.dz-field input:focus, .dz-field textarea:focus { outline: 3px solid rgba(255,222,59,.58); outline-offset: 2px; border-color: rgba(255,255,255,.98); background: rgba(255,255,255,.9); box-shadow: inset 0 1px 0 #fff, 0 10px 26px rgba(28,37,66,.12); }
.dz-form .dz-button { --dz-button-border: rgba(255,255,255,.85); --dz-button-bg: radial-gradient(circle at 18% 0%, rgba(255,255,255,.68), transparent 40%), linear-gradient(145deg, rgba(255,230,92,.9), rgba(255,194,36,.76)); --dz-button-bg-hover: radial-gradient(circle at 18% 0%, rgba(255,255,255,.78), transparent 44%), linear-gradient(145deg, rgba(255,236,115,.96), rgba(255,207,62,.84)); --dz-button-shadow: inset 0 1px 0 rgba(255,255,255,.94), inset 0 -1px 0 rgba(164,107,0,.16), 0 14px 30px rgba(116,77,0,.18); width: 100%; grid-column: 1 / -1; justify-self: stretch; color: #1c2542; }
.dz-form .dz-button { font-size: .9375rem; font-weight: 600; line-height: 1.5; }
.dz-alert { grid-column: 1 / -1; padding: 14px 16px; background: #fff; border-left: 5px solid var(--dz-yellow); }
.dz-hp { position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Einheitliche gelbe Liquid-Glass-Aktionsbuttons */
.dz-button,
.dz-button--yellow,
.dz-contact-button,
.dz-intro__button,
.dz-form .dz-button,
.dz-video-consent__button {
  --dz-button-border: rgba(255,255,255,.55);
  --dz-button-bg: var(--dz-yellow);
  --dz-button-bg-hover: #ffe31f;
  --dz-button-shadow: inset 0 1px 0 rgba(255,255,255,.55);
  overflow: hidden;
  position: relative;
  isolation: isolate;
  border: 1px solid var(--dz-button-border);
  border-radius: 14px;
  background: var(--dz-button-bg);
  color: var(--dz-navy);
  backdrop-filter: blur(5px) saturate(115%);
  -webkit-backdrop-filter: blur(5px) saturate(115%);
  box-shadow: var(--dz-button-shadow);
}
.dz-button::after,
.dz-contact-button::after,
.dz-intro__button::after,
.dz-form .dz-button::after,
.dz-video-consent__button::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -55%;
  bottom: -55%;
  left: -38%;
  width: 24%;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
  filter: blur(1px);
  transform: skewX(-19deg) translateX(-220%);
  pointer-events: none;
}
.dz-button:hover,
.dz-button:focus-visible,
.dz-contact-button:hover,
.dz-contact-button:focus-visible,
.dz-intro__button:hover,
.dz-intro__button:focus-visible,
.dz-form .dz-button:hover,
.dz-form .dz-button:focus-visible,
.dz-video-consent__button:hover,
.dz-video-consent__button:focus-visible {
  transform: none;
  border-color: rgba(255,255,255,.7);
  background: var(--dz-button-bg-hover);
  color: var(--dz-navy);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65), 0 7px 16px rgba(8,15,35,.13);
}
.dz-button:hover::after,
.dz-button:focus-visible::after,
.dz-contact-button:hover::after,
.dz-contact-button:focus-visible::after,
.dz-intro__button:hover::after,
.dz-intro__button:focus-visible::after,
.dz-form .dz-button:hover::after,
.dz-form .dz-button:focus-visible::after,
.dz-video-consent__button:hover::after,
.dz-video-consent__button:focus-visible::after {
  animation: dz-button-shine .72s cubic-bezier(.22,.7,.25,1) 1;
}
@keyframes dz-button-shine {
  0% { opacity: 0; transform: skewX(-19deg) translateX(-220%); }
  18% { opacity: .72; }
  75% { opacity: .48; }
  100% { opacity: 0; transform: skewX(-19deg) translateX(720%); }
}

/* Der Hero-CTA bleibt bewusst weißlich und stärker glasig. */
.dz-hero .dz-button {
  --dz-button-border: rgba(255,255,255,.62);
  --dz-button-bg: radial-gradient(circle at 20% 0%, rgba(255,255,255,.28), transparent 40%), linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.055));
  --dz-button-bg-hover: radial-gradient(circle at 20% 0%, rgba(255,255,255,.38), transparent 42%), linear-gradient(180deg, rgba(255,255,255,.22), rgba(255,255,255,.08));
  --dz-button-shadow: inset 0 1px 0 rgba(255,255,255,.8), inset 0 -1px 0 rgba(255,255,255,.1), 0 8px 20px rgba(0,0,0,.16);
  border-color: var(--dz-button-border);
  background: var(--dz-button-bg);
  color: #fff;
  backdrop-filter: blur(11px) saturate(145%);
  -webkit-backdrop-filter: blur(11px) saturate(145%);
  box-shadow: var(--dz-button-shadow);
  animation: none;
}
.dz-hero .dz-button:hover, .dz-hero .dz-button:focus-visible {
  transform: none;
  border-color: rgba(255,255,255,.78);
  background: var(--dz-button-bg-hover);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.88), inset 0 -1px 0 rgba(255,255,255,.12), 0 7px 16px rgba(0,0,0,.14);
}
.dz-hero .dz-button::after { display: none; }
.dz-button:active,
.dz-contact-button:active,
.dz-intro__button:active,
.dz-form .dz-button:active,
.dz-video-consent__button:active {
  transform: none;
}

.dz-legal { padding: 168px 0 48px; background: var(--dz-navy); color: #fff; }
.dz-legal__wrap { max-width: 820px; padding: 0; }
.dz-legal__content { margin-top: 32px; line-height: 1.7; color: rgba(255,255,255,.82); }
.dz-legal__content h2, .dz-legal__content h3, .dz-legal__content h4 { color: var(--dz-white); }
.dz-legal__content h2 { font-size: 1.7rem; margin: 42px 0 14px; }
.dz-legal__content h2:first-child { margin-top: 0; }
.dz-legal__content h3 { font-size: 1.3rem; margin: 34px 0 12px; }
.dz-legal__content h4 { font-size: 1.05rem; margin: 26px 0 10px; }
.dz-legal__content p { margin: 0 0 16px; }
.dz-legal__content ul { margin: 0 0 16px; padding-left: 22px; }
.dz-legal__content li { margin-bottom: 10px; }
.dz-legal__content strong { color: var(--dz-white); }
.dz-legal__content a { color: var(--dz-yellow); text-decoration: underline; }

.dz-cookie { position: fixed; inset: 0; z-index: 999; display: flex; align-items: flex-end; justify-content: center; padding: 24px; background: rgba(8,8,8,.55); backdrop-filter: blur(2px); }
.dz-cookie[hidden] { display: none !important; }
.dz-cookie__card { width: min(560px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: 32px; border-radius: 18px; background: #fff; color: #1c2542; box-shadow: 0 24px 60px rgba(0,0,0,.35); }
.dz-cookie__card h2 { margin: 0 0 14px; font-family: "League Spartan", sans-serif; font-size: 1.5rem; }
.dz-cookie__card p { margin: 0 0 20px; line-height: 1.6; color: #3a3a3a; font-size: .95rem; }
.dz-cookie__choice { display: flex; flex-direction: column; gap: 10px; }
.dz-cookie__choice[hidden] { display: none; }
.dz-cookie__row-buttons { display: flex; gap: 12px; }
.dz-cookie__row-buttons .dz-button { flex: 1 1 0; }
.dz-cookie__edit-btn { width: 100%; }
.dz-cookie__categories { display: flex; flex-direction: column; gap: 14px; padding-top: 16px; border-top: 1px solid #eee; }
.dz-cookie__categories[hidden] { display: none; }
.dz-cookie__row { display: flex; flex-direction: column; gap: 4px; }
.dz-cookie__row label { display: flex; align-items: center; gap: 10px; font-weight: 600; }
.dz-cookie__row span { font-size: .85rem; color: #666; padding-left: 26px; }
.dz-cookie__card .dz-button { min-height: 48px; padding: .6rem 1.1rem; font-size: .9rem; }
.dz-button--ghost { --dz-button-border: rgba(28,37,66,.2); --dz-button-bg: radial-gradient(circle at 18% 0%, rgba(255,255,255,.86), transparent 42%), linear-gradient(145deg, rgba(28,37,66,.08), rgba(28,37,66,.025)); --dz-button-bg-hover: radial-gradient(circle at 18% 0%, rgba(255,255,255,.94), transparent 44%), linear-gradient(145deg, rgba(28,37,66,.13), rgba(28,37,66,.055)); --dz-button-shadow: inset 0 1px 0 rgba(255,255,255,.95), inset 0 -1px 0 rgba(28,37,66,.05), 0 12px 28px rgba(28,37,66,.12); color: #1c2542; }
.dz-button--ghost:hover, .dz-button--ghost:focus-visible { border-color: rgba(28,37,66,.34); color: #11182f; }
.dz-cookie__link { display: inline-block; margin-top: 18px; font-size: .85rem; color: #1c2542; text-decoration: underline; text-underline-offset: 3px; }

.dz-footer__legal.dz-cookie-settings-link { background: none; border: none; font: inherit; cursor: pointer; padding: 0; }

@media (max-width: 620px) {
  .dz-cookie { padding: 0; align-items: flex-end; }
  .dz-cookie__card { width: 100%; border-radius: 18px 18px 0 0; max-height: 85vh; }
  .dz-cookie__row-buttons { flex-direction: row; }
}

.dz-footer { padding: 51px 0 30px; background: linear-gradient(180deg, var(--dz-navy) 0, var(--dz-navy) 130px, #19213b 190px, #141b32 255px, #0e1427 320px, #080c18 390px, #03050a 455px, #000 100%); color: #fff; }
.dz-footer__grid { display: flex; min-height: 396px; flex-direction: column; align-items: center; text-align: center; }
.dz-footer__logo { display: flex; width: 190px; height: 82px; align-items: center; justify-content: center; margin-bottom: 30px; }
.dz-footer__logo img { width: 190px; height: 82px; object-fit: contain; }
.dz-socials { display: flex; align-items: center; justify-content: center; gap: 16px; height: 23px; margin-bottom: 21px; }
.dz-socials a { display: grid; width: 34px; height: 23px; place-items: center; color: #fff; }
.dz-socials svg { width: 24px; height: 24px; fill: currentColor; }
.dz-socials a:hover, .dz-socials a:focus-visible { color: var(--dz-yellow); }
.dz-footer__address { margin: 0; color: #fff; font-size: 1.1rem; font-weight: 400; line-height: 1.35; white-space: normal; }
.dz-footer__address strong { display: block; font-weight: 700; }
.dz-footer__legal { display: inline-block; margin-top: 0; padding: 12px; color: #fff; font-family: "League Spartan", sans-serif; font-size: 1.04rem; font-weight: 700; line-height: 1.2; text-decoration: underline; text-underline-offset: 8px; text-decoration-color: var(--dz-yellow); text-decoration-thickness: 2px; }
.dz-footer__legal:hover, .dz-footer__legal:focus-visible { color: var(--dz-yellow); }
.page-template-page-impressum .dz-footer { padding-top: 30px; }

@media (max-width: 1050px) {
  .dz-header__inner { position: relative; gap: 14px; }
  .dz-logo { position: relative; z-index: 102; margin-right: auto; }
  .dz-menu-toggle { position: relative; z-index: 103; display: block; order: 2; width: 58px; height: 58px; border: 0; border-radius: 6px; background: var(--dz-yellow); color: var(--dz-navy); }
  .dz-menu-toggle span, .dz-menu-toggle::before, .dz-menu-toggle::after { width: 23px; height: 2px; }
  .dz-menu-toggle[aria-expanded="true"] { background: transparent; color: var(--dz-yellow); }
  .dz-contact-button { display: none; }
  .dz-header__nav { position: fixed; z-index: 100; inset: 0; width: 100%; min-height: 100dvh; display: none; flex-direction: column; align-items: center; justify-content: flex-start; gap: 13px; margin: 0; padding: clamp(145px, 18vh, 185px) 24px 42px; overflow-y: auto; border: 0; border-radius: 0; background: var(--dz-navy); box-shadow: none; }
  .dz-header__nav.is-open { display: flex; }
  .dz-header__nav a { justify-content: center; min-width: 240px; padding: 18px 8px; border: 0; font-size: 1.42rem; font-weight: 300; text-align: center; }
  .dz-header__nav-services > span { align-self: center; margin: 0 0 3px 3px; transform: rotate(45deg); }
  .dz-header__nav.is-open ~ .dz-contact-button--desktop { display: none; }
  .dz-header__nav .dz-contact-button--mobile { display: flex; width: min(100%, 330px); max-width: none; min-width: 0; min-height: 60px; margin: 4px auto 0; padding: .58rem .9rem; border-radius: 6px; color: var(--dz-navy); font-size: .92rem; font-weight: 600; line-height: 1.15; text-transform: none; }
  .dz-header__nav .dz-contact-button--mobile:hover, .dz-header__nav .dz-contact-button--mobile:focus-visible { color: var(--dz-navy); }
  .dz-header__nav .dz-contact-button--mobile span { color: var(--dz-navy); font-size: .95rem; font-weight: 700; text-transform: none; }
  .dz-header__nav .dz-contact-button--mobile small { display: block; color: var(--dz-navy); font-size: .74rem; font-weight: 500; letter-spacing: .045em; text-transform: none; }
}

@media (max-width: 900px) {
  .dz-contact__grid { grid-template-columns: 1fr; }
  .dz-contact__identity { margin-top: 28px; }
  .dz-testimonials__rail { grid-auto-columns: 72%; gap: 40px; padding: 0 14vw 45px; }
  .dz-logo-grid a { flex-basis: calc(33.333% - 28px); }
  .dz-case-content__grid { grid-template-columns: 1fr; gap: 55px; }
  .dz-case-aside { position: static; }
  .dz-case-shorts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 740px) {
  .dz-intro__grid { grid-template-columns: 1fr; gap: calc(var(--dz-space-intro-gap, 56px) * .6); }
  .dz-intro__title { margin-bottom: 44px; font-size: clamp(2.05rem, 9vw, 3rem); }
  .dz-intro__copy { padding-top: 8px; }
  .dz-intro__copy p { font-size: 1.05rem; }
  .dz-contact { width: min(calc(100% - 30px), 1136px); padding: calc(var(--dz-space-contact, 98px) * .71) 0; }
  .dz-contact-zone { padding: 56px 0 88px; }
  .dz-service-contact-zone { padding-bottom: 34px; }
  .dz-contact .dz-wrap { width: min(calc(100% - 42px), 936px); }
}

@media (max-width: 620px) {
  body { font-size: 15px; line-height: 1.48; }
  .dz-wrap { width: min(calc(100% - 30px), var(--dz-max)); }
  .dz-section { padding: 52px 0; }
  .dz-display { font-size: clamp(2.05rem, 10vw, 2.65rem); line-height: .96; }
  .dz-heading { font-size: clamp(1.55rem, 7vw, 1.9rem); }
  .dz-button { min-height: 52px; padding: .68rem 1rem; border-radius: 12px; }
  .dz-header { padding: 15px 0; }
  .dz-header__inner { width: min(calc(100% - 30px), 1240px); min-height: 56px; gap: 9px; }
  .dz-logo, .dz-logo img, .dz-logo .custom-logo { width: 154px; height: 56px; }
  .dz-menu-toggle { width: 50px; height: 50px; }
  .dz-header__nav { gap: 5px; padding: 118px 20px 32px; }
  .dz-header__nav a { min-width: 210px; padding: 14px 8px; font-size: 1.16rem; }
  .dz-header__nav .dz-contact-button--mobile { width: min(100%, 300px); min-height: 56px; margin-top: 5px; padding: .5rem .75rem; }
  .dz-header__nav .dz-contact-button--mobile span { font-size: .9rem; }
  .dz-header__nav .dz-contact-button--mobile small { display: block; font-size: .7rem; }
  .dz-contact-button { min-width: 0; max-width: 126px; min-height: 46px; padding: .4rem .65rem; font-size: .78rem; }
  .dz-contact-button small { display: none; }
  .dz-hero { min-height: var(--dz-hero-height-mobile, 78svh); }
  .dz-hero__content { width: min(92%, 520px); margin-top: 42px; }
  .dz-hero .dz-kicker { margin-bottom: 8px; font-size: .98rem; }
  .dz-hero .dz-display { font-size: clamp(2.05rem, 10vw, 2.8rem); letter-spacing: .25px; }
  .dz-hero .dz-button { min-width: 164px; margin-top: 24px; font-size: .96rem; }
  .dz-intro__title { margin-bottom: 32px; font-size: clamp(1.8rem, 8vw, 2.3rem); line-height: 1.1; }
  .dz-intro__grid { gap: 28px; }
  .dz-intro__copy { padding-top: 0; }
  .dz-intro__copy p, .dz-intro__copy ul, .dz-intro__copy ol { margin-bottom: 18px; font-size: .97rem; line-height: 1.48; }
  .dz-intro__play { width: 54px; height: 54px; }
  .dz-intro__button { min-height: 60px; margin-top: 22px; }
  .dz-intro__button span { font-size: 1rem; }
  .dz-intro__button small { font-size: .78rem; }
  .dz-logo-grid { gap: calc(var(--dz-space-logo-gap, 38px) * .42) 24px; }
  .dz-logo-grid a { flex-basis: calc(50% - 12px); }
  .dz-logo-grid a { height: 66px; }
  .dz-logo-grid img { height: 48px; max-width: 140px; }
  .dz-clients h2 { max-width: 310px; margin-bottom: 28px; font-size: 1.65rem; line-height: 1.15; }
  .dz-testimonials__dots { margin-bottom: 8px; }
  .dz-testimonials__rail { grid-auto-columns: 88%; gap: 18px; padding: 0 6vw 25px; }
  .dz-quote { min-height: 285px; }
  .dz-quote blockquote { font-size: 1.02rem; line-height: 1.3; }
  .dz-quote__profile { margin-top: 25px; }
  .dz-quote__person, .dz-quote__logo { width: 58px; height: 58px; }
  .dz-quote__images { min-height: 60px; }
  .dz-quote__author { font-size: .88rem; }
  .dz-quote__author strong { font-size: 1.05rem; }
  .dz-work__head { margin-bottom: 32px; }
  .dz-work__head .dz-kicker { font-size: 1.65rem; }
  .dz-work__head .dz-heading { font-size: 1.2rem; }
  .dz-projects { grid-template-columns: 1fr; gap: 40px; }
  .dz-project__play { width: 50px; height: 50px; }
  .dz-project__meta { margin-top: 11px; font-size: .7rem; }
  .dz-project h3 { margin-top: 9px; font-size: 1.05rem; line-height: 1.35; }
  .dz-project__links { margin-top: 8px; }
  .dz-video-modal { padding: 56px 14px 14px; }
  .dz-video-modal__close { top: -40px; right: 0; }
  .dz-footer__grid { min-height: auto; }
  .dz-contact-zone { padding: 42px 0 68px; }
  .dz-contact { padding: 42px 0; border-radius: 18px; }
  .dz-contact .dz-wrap { width: min(calc(100% - 32px), 936px); }
  .dz-contact__grid { gap: 32px; }
  .dz-contact h2 { margin-bottom: 24px; font-size: 1.75rem; line-height: 1.12; }
  .dz-contact__identity { margin-top: 22px; gap: 13px; font-size: .88rem; }
  .dz-contact__avatar { width: 54px; height: 54px; }
  .dz-contact__identity strong { font-size: 1.04rem; }
  .dz-form { gap: 14px; }
  .dz-field input, .dz-field textarea { min-height: 52px; padding: 12px 14px; border-radius: 10px; }
  .dz-field textarea { min-height: 125px; }
  .dz-clients { padding: calc(var(--dz-space-clients, 95px) * .42) 0 calc(var(--dz-space-clients, 95px) * .46); }
  .dz-testimonials { padding: calc(var(--dz-space-testimonials, 94px) * .42) 0 calc(var(--dz-space-testimonials, 94px) * .46); }
  .dz-intro { padding: calc(var(--dz-space-intro-top, 78px) * .58) 0 calc(var(--dz-space-intro-bottom, 94px) * .62); }
  .dz-intro__inner { width: min(calc(100% - 30px), 1320px); }
  .dz-intro__button { width: 100%; min-width: 0; }
  .dz-work { padding-top: 0; }
  .dz-form { grid-template-columns: 1fr; }
  .dz-field--full { grid-column: auto; }
  .dz-case-hero { padding: 108px 0 54px; }
  .dz-case-back { margin-bottom: 28px; font-size: .8rem; }
  .dz-case-hero .dz-kicker { font-size: .72rem; }
  .dz-case-hero h1 { font-size: clamp(2rem, 10.5vw, 2.8rem); line-height: 1; }
  .dz-case-hero__lead { margin-top: 17px; font-size: .98rem; line-height: 1.52; }
  .dz-case-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 14px; margin-top: 34px; padding-top: 20px; }
  .dz-case-facts dt { font-size: .68rem; }
  .dz-case-facts dd { font-size: .9rem; }
  .dz-case-video { padding-bottom: 52px; }
  .dz-case-video__label { right: 14px; bottom: 11px; font-size: .7rem; }
  .dz-case-video__trigger .dz-project__play { width: 48px; height: 48px; }
  .dz-case-content { padding: 54px 0; }
  .dz-case-content__grid { gap: 34px; }
  .dz-case-copy h2 { margin-bottom: 16px; padding-top: 34px; font-size: 1.65rem; }
  .dz-case-copy p { margin-bottom: 16px; font-size: .97rem; line-height: 1.62; }
  .dz-case-aside { padding: 20px; }
  .dz-case-aside h2 { font-size: 1.45rem; }
  .dz-case-result { padding: 42px 0; }
  .dz-case-result .dz-kicker { margin-bottom: 14px; }
  .dz-case-result blockquote { font-size: clamp(1.45rem, 7vw, 1.95rem); line-height: 1.14; }
  .dz-case-result__label { margin-top: 17px; font-size: .7rem; }
  .dz-case-extras { padding: 54px 0; }
  .dz-case-extras h2 { margin-bottom: 28px; font-size: clamp(1.75rem, 8vw, 2.25rem); }
  .dz-case-shorts { grid-template-columns: minmax(0, 270px); justify-content: center; gap: 30px; }
  .dz-case-extra-video h3 { margin-top: 14px; font-size: 1.05rem; }
  .dz-case-outtakes { margin-top: 40px; }
  .dz-case-cta { padding: 52px 0; }
  .dz-case-cta__inner { gap: 26px; }
  .dz-case-cta h2 { font-size: clamp(1.75rem, 8vw, 2.3rem); }
  .dz-case-cta__inner { align-items: flex-start; flex-direction: column; }
  .dz-case-cta .dz-button { width: 100%; }
  .dz-footer { padding-top: 38px; }
  .dz-footer__logo, .dz-footer__logo img { width: 154px; height: 67px; }
  .dz-footer__logo { margin-bottom: 22px; }
  .dz-socials { margin-bottom: 17px; }
  .dz-socials svg { width: 21px; height: 21px; }
  .dz-footer__address { font-size: .93rem; }
  .dz-footer__legal { padding: 10px; font-size: .92rem; }
  .dz-legal { padding: 126px 0 34px; }
  .dz-legal__wrap { padding: 0; }
  .dz-legal__wrap .dz-display { font-size: 2.1rem; }
  .dz-legal__content { margin-top: 24px; font-size: .95rem; }
  .dz-legal__content h2 { margin-top: 32px; font-size: 1.45rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Service navigation */
.dz-header__services { position: relative; }
.dz-header__submenu { position: absolute; z-index: 30; top: calc(100% + 8px); left: 50%; width: 238px; padding: 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(15,22,43,.97); box-shadow: 0 18px 45px rgba(0,0,0,.28); opacity: 0; visibility: hidden; transform: translate(-50%, 8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.dz-header__services:hover .dz-header__submenu, .dz-header__services:focus-within .dz-header__submenu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.dz-header__nav .dz-header__submenu a { justify-content: flex-start; width: 100%; min-width: 0; padding: 11px 12px; border-radius: 6px; font-size: .88rem; font-weight: 500; text-transform: none; }
.dz-header__nav .dz-header__submenu a:hover, .dz-header__nav .dz-header__submenu a:focus-visible { background: rgba(255,255,255,.07); }

/* Kobra service pages */
.dz-service-page { background: var(--dz-navy); color: #fff; }
.dz-service-hero { position: relative; min-height: 440px; display: grid; align-items: center; overflow: hidden; background: var(--dz-navy); }
.dz-service-hero::before { content: none; }
.dz-service-hero__inner { position: relative; z-index: 1; padding: 164px 0 68px; }
.dz-service-back { display: inline-flex; margin-bottom: clamp(68px, 9vw, 118px); color: rgba(255,255,255,.72); font-size: .88rem; font-weight: 600; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; transition: color .2s ease; }
.dz-service-back:hover, .dz-service-back:focus-visible { color: var(--dz-yellow); }
.dz-service-hero .dz-kicker { max-width: 760px; margin-bottom: 18px; color: var(--dz-yellow); font-size: clamp(1rem, 1.5vw, 1.25rem); font-weight: 500; }
.dz-service-hero h1 { max-width: 1050px; margin: 0; font-size: clamp(4rem, 9vw, 8.3rem); font-weight: 600; line-height: .84; letter-spacing: -.045em; }
.dz-service-label { margin: 0 0 13px; color: #7b8192; font-size: .83rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.dz-service-intro { padding: clamp(78px, 9vw, 128px) 0; background: #fff; color: var(--dz-navy); }
.dz-service-intro__grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(54px, 8vw, 120px); align-items: start; }
.dz-service-intro h2, .dz-service-benefits h2, .dz-service-work h2, .dz-service-cta h2 { margin: 0; font-size: clamp(2.35rem, 4.4vw, 4.15rem); font-weight: 600; line-height: 1.02; letter-spacing: -.03em; }
.dz-service-intro h2 { max-width: 500px; }
.dz-service-copy p { margin: 0 0 22px; color: #656a78; font-size: clamp(1rem, 1.18vw, 1.16rem); line-height: 1.65; }
.dz-service-copy p:last-child { margin-bottom: 0; }
.dz-service-benefits { padding: clamp(74px, 8vw, 112px) 0; background: var(--dz-yellow); color: var(--dz-navy); }
.dz-service-benefits .dz-service-label { color: rgba(28,37,66,.62); }
.dz-service-benefits__head { max-width: 780px; margin-bottom: clamp(44px, 6vw, 72px); }
.dz-service-benefits__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.dz-service-benefit { min-height: 290px; padding: clamp(28px, 3vw, 42px); border: 1px solid rgba(28,37,66,.18); border-radius: 14px; background: rgba(255,255,255,.22); }
.dz-service-benefit > span { display: block; margin-bottom: 54px; color: rgba(28,37,66,.48); font-size: .8rem; font-weight: 700; letter-spacing: .1em; }
.dz-service-benefit h3 { margin: 0 0 16px; font-size: clamp(1.45rem, 2vw, 1.9rem); font-weight: 650; line-height: 1.08; }
.dz-service-benefit p { margin: 0; color: rgba(28,37,66,.78); font-size: 1rem; line-height: 1.55; }
.dz-service-work { padding: clamp(82px, 9vw, 132px) 0; background: var(--dz-navy); }
.dz-service-work__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; min-width: 0; margin-bottom: clamp(48px, 6vw, 76px); }
.dz-service-work .dz-service-label { color: var(--dz-yellow); }
.dz-service-videos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(46px, 6vw, 76px) 34px; }
.dz-service-video__trigger { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; border: 0; border-radius: 11px; background: #101629; cursor: pointer; }
.dz-service-video__trigger img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .48s ease, filter .3s ease; }
.dz-service-video__trigger::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(0,0,0,.25)); pointer-events: none; }
.dz-service-video__trigger:hover img, .dz-service-video__trigger:focus-visible img { transform: scale(1.025); filter: brightness(.86); }
.dz-service-video__trigger:focus-visible { outline: 3px solid var(--dz-yellow); outline-offset: 4px; }
.dz-service-video .dz-project__play { z-index: 2; }
.dz-service-video > p { margin: 18px 0 4px; color: var(--dz-yellow); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.dz-service-video h3 { margin: 0; font-size: clamp(1.2rem, 1.8vw, 1.6rem); font-weight: 550; line-height: 1.25; }
.dz-service-cta { padding: clamp(70px, 8vw, 108px) 0; background: #fff; color: var(--dz-navy); }
.dz-service-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.dz-service-cta h2 { max-width: 720px; }
.dz-service-cta .dz-button { min-width: 250px; flex: 0 0 auto; }

@media (max-width: 1050px) {
  .dz-header__services { display: flex; flex-direction: column; align-items: center; width: 100%; }
  .dz-header__submenu { position: static; width: min(100%, 390px); max-height: 0; display: grid; grid-template-columns: 1fr; gap: 0; padding: 0; overflow: hidden; border: 0; background: transparent; box-shadow: none; opacity: 0; visibility: hidden; transform: none; transition: max-height .28s ease, padding .28s ease, opacity .2s ease, visibility .2s ease; }
  .dz-header__services:hover .dz-header__submenu, .dz-header__services:focus-within .dz-header__submenu { max-height: 0; padding: 0; opacity: 0; visibility: hidden; transform: none; }
  .dz-header__services.is-open .dz-header__submenu { max-height: 310px; padding: 4px 0 9px; opacity: 1; visibility: visible; }
  .dz-header__services.is-open .dz-header__nav-services > span { margin: 3px 0 0 3px; transform: rotate(225deg); }
  .dz-header__nav .dz-header__submenu a { justify-content: center; width: 100%; min-width: 0; padding: 7px 6px; color: rgba(255,255,255,.68); font-size: .9rem; font-weight: 500; text-align: center; }
  .dz-service-intro__grid { grid-template-columns: 1fr; gap: 38px; }
  .dz-service-intro h2 { max-width: 680px; }
}

@media (max-width: 740px) {
  .dz-header--service { padding: 17px 0; }
  .dz-header--service .dz-header__inner { min-height: 58px; }
  .dz-header--service .dz-logo, .dz-header--service .dz-logo img, .dz-header--service .dz-logo .custom-logo { width: 132px; height: 54px; }
  .dz-header__back-home { max-width: 120px; font-size: .7rem; line-height: 1.25; text-align: right; }
  .dz-service-hero { min-height: 330px; }
  .dz-service-hero__inner { padding: 126px 0 46px; }
  .dz-service-back { margin-bottom: 52px; font-size: .72rem; }
  .dz-service-hero .dz-kicker { margin-bottom: 13px; font-size: .9rem; }
  .dz-service-hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); line-height: .88; }
  .dz-service-intro, .dz-service-benefits, .dz-service-work, .dz-service-cta { padding: 58px 0; }
  .dz-service-intro h2, .dz-service-benefits h2, .dz-service-work h2, .dz-service-cta h2 { font-size: clamp(2rem, 10vw, 2.75rem); }
  .dz-service-copy p { font-size: .98rem; line-height: 1.58; }
  .dz-service-benefits__head { margin-bottom: 34px; }
  .dz-service-benefits__grid { grid-template-columns: 1fr; gap: 14px; }
  .dz-service-benefit { min-height: 0; padding: 25px; }
  .dz-service-benefit > span { margin-bottom: 30px; }
  .dz-service-videos { grid-template-columns: 1fr; gap: 38px; }
  .dz-service-work { overflow: hidden; }
  .dz-service-work__head { align-items: flex-start; flex-direction: column; gap: 10px; margin-bottom: 35px; }
  .dz-service-work__head > * { max-width: 100%; }
  .dz-service-work__head .dz-service-label { margin-bottom: 0; }
  .dz-service-video > p { margin-top: 14px; font-size: .7rem; }
  .dz-service-video h3 { font-size: 1.16rem; }
  .dz-service-cta__inner { align-items: flex-start; flex-direction: column; gap: 30px; }
  .dz-service-cta .dz-button { width: 100%; min-width: 0; }
}

@media (max-width: 620px) {
  .dz-header__nav .dz-header__nav-services { padding-bottom: 5px; }
  .dz-header__submenu { width: min(100%, 330px); }
  .dz-header__nav .dz-header__submenu a { min-width: 0; padding: 6px 3px; font-size: .82rem; }
}
