/* =========================================================
   Kronos Pictures – Website Stylesheet
   ========================================================= */

/* ---------- Schriften (lokal gehostet, DSGVO-konform) ---------- */
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/instrument-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/instrument-sans-latin-ext.woff2') format('woff2');
  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 Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/instrument-serif-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/instrument-serif-latin-ext.woff2') format('woff2');
  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 Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/instrument-serif-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/instrument-serif-italic-latin-ext.woff2') format('woff2');
  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;
}

/* ---------- Design-Tokens ---------- */
:root {
  --dark: #0a0a09;
  --dark-2: #0f0f0d;
  --panel: #111110;
  --cream: #f4efe6;
  --text-on-dark: #e5ddcd;
  --muted: #b9b0a0;
  --ink: #151410;
  --text-on-cream: #37342c;
  --copper: #e05a20;
  --copper-dark: #b8380f;
  --gold: #e8b04b;
  --gold-light: #f0c070;
  --on-gradient: #160c05;

  --grad-btn: linear-gradient(100deg, #e05a20, #f0c070);

  --sans: 'Instrument Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --serif: 'Instrument Serif', Georgia, 'Times New Roman', serif;

  --container: 1320px;
  --gutter: 32px;
}

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

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

body {
  margin: 0;
  background: var(--dark);
  color: var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

/* Bilder und Videos gegen beiläufiges Mitnehmen schützen: kein Ziehen auf den
   Desktop, kein Markieren, kein Aufklapp-Menü beim langen Tippen.
   Das ist eine Hürde, kein Kopierschutz – wer die Datei will, findet sie im
   Netzwerk-Tab. Wirksam gegen Rechtsklick und Drag-and-drop. */
img, video {
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  user-select: none;
  -webkit-user-select: none;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--gold); }
h1, h2, h3, p, ul, figure, figcaption { margin: 0; }
ul { list-style: none; padding: 0; }
button { font: inherit; }

::-webkit-scrollbar { height: 6px; }
::-webkit-scrollbar-thumb { background: rgba(244,239,230,.25); border-radius: 99px; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 3px; }
.section--cream :focus-visible { outline-color: var(--copper-dark); }

.visually-hidden {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0);
  white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute;
  left: 12px; top: -60px;
  z-index: 200;
  padding: 12px 20px;
  border-radius: 0 0 8px 8px;
  background: var(--gold);
  color: var(--on-gradient);
  font-size: 14px;
  font-weight: 600;
  transition: top .2s ease;
}
.skip-link:focus { top: 0; color: var(--on-gradient); }

/* ---------- Layout ---------- */
.page { position: relative; max-width: 100%; overflow-x: clip; background: var(--dark); }

.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }

.section { padding: clamp(52px, 7vw, 100px) 0; }
.section--tight { padding: clamp(44px, 5.5vw, 80px) 0; }
.section--mid { padding: clamp(48px, 6vw, 88px) 0; }
.section--alt { background: var(--dark-2); }
.section--cream { background: var(--cream); color: var(--ink); }
.section--glow-right { background: radial-gradient(88% 66% at 88% 8%, rgba(224,90,32,.14) 0%, rgba(10,10,9,0) 60%), var(--dark); }
.section--glow-services { background: radial-gradient(88% 66% at 90% 10%, rgba(224,90,32,.15) 0%, rgba(10,10,9,0) 62%), var(--dark); }
.section--glow-vita { background: radial-gradient(70% 60% at 88% 12%, rgba(232,176,75,.1) 0%, rgba(10,10,9,0) 62%), var(--dark-2); }
.section--contact {
  background:
    radial-gradient(72% 78% at 80% 16%, rgba(224,90,32,.3) 0%, rgba(10,10,9,0) 64%),
    radial-gradient(58% 68% at 4% 92%, rgba(232,176,75,.17) 0%, rgba(10,10,9,0) 62%),
    var(--dark);
}

.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}
.split--center { align-items: center; }

.intro { max-width: 56ch; margin-bottom: 34px; }
.intro--tight { margin-bottom: 28px; }
.intro--wide { margin-bottom: 38px; }

/* ---------- Typografie ---------- */
.h1 {
  font-size: clamp(38px, 6.4vw, 98px);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -.02em;
  text-transform: uppercase;
  text-wrap: balance;
  max-width: 15ch;
}
.h1--sub { font-size: clamp(32px, 5.2vw, 76px); line-height: 1.08; max-width: 17ch; }
.h1--legal { font-size: clamp(34px, 5vw, 76px); line-height: 1.08; max-width: none; }

.h2 {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.14;
  text-transform: uppercase;
}
.h2--sub { font-size: clamp(23px, 2.9vw, 38px); }
.h2--rail { font-size: clamp(22px, 2.6vw, 34px); }
.h2--serif {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(30px, 4.2vw, 56px);
  line-height: 1.08;
  text-transform: none;
  max-width: 20ch;
}
.h2--serif-sub { font-size: clamp(28px, 3.8vw, 50px); line-height: 1.1; }

.serif { font-family: var(--serif); font-weight: 400; }
.amp {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  color: var(--gold);
}

.lead { font-size: 16.5px; line-height: 1.8; color: var(--text-on-dark); }
.body-dark { font-size: 16px; line-height: 1.75; color: var(--text-on-dark); }
.body-cream { font-size: 16px; line-height: 1.75; color: var(--text-on-cream); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 17px 32px;
  border-radius: 999px;
  background: var(--grad-btn);
  color: var(--on-gradient);
  box-shadow: 0 14px 34px -14px rgba(224,90,32,.75);
  transition: filter .25s ease, box-shadow .25s ease;
}
.btn:hover {
  filter: brightness(1.12);
  box-shadow: 0 18px 46px -12px rgba(240,192,112,.85);
  color: var(--on-gradient);
}
.btn--sub { padding: 16px 30px; }

.btn--ghost {
  background: none;
  box-shadow: none;
  border: 1px solid rgba(244,239,230,.4);
  color: var(--cream);
  transition: border-color .25s ease, background .25s ease;
}
.btn--ghost:hover { border-color: var(--gold); background: rgba(244,239,230,.06); filter: none; box-shadow: none; color: var(--cream); }

.btn--cream {
  background: var(--cream);
  color: var(--ink);
  font-size: 13px;
  letter-spacing: .12em;
  padding: 15px 28px;
  box-shadow: none;
  transition: background .25s ease;
}
.btn--cream:hover { background: var(--gold); color: var(--ink); filter: none; box-shadow: none; }

.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.btn-row--wide { gap: 16px; }

.link-line {
  font-size: 16px;
  border-bottom: 1px solid rgba(244,239,230,.35);
  transition: border-color .2s ease;
}
.link-line:hover { border-color: var(--gold); }
.link-line--cream { border-bottom-color: rgba(21,20,16,.3); }
.link-line--cream:hover { border-color: var(--copper-dark); }

.link-cta {
  display: inline-block;
  font-size: 12.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--copper-dark);
  border-bottom: 1px solid var(--copper-dark);
  transition: color .2s ease, border-color .2s ease;
}
.link-cta:hover { color: var(--ink); border-color: var(--ink); }
.link-cta--dark { color: var(--cream); border-bottom-color: var(--gold); }
.link-cta--dark:hover { color: var(--gold); border-color: var(--gold); }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(10,10,9,.7);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(244,239,230,.09);
}
.site-header__inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 14px var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-header__logo { display: flex; align-items: center; }
.site-header__logo img { width: 210px; max-width: 100%; height: auto; }

.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 12.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--text-on-dark);
}
.nav a[aria-current="page"] { color: var(--gold); }

.nav__cta {
  padding: 11px 22px;
  border-radius: 999px;
  background: var(--grad-btn);
  color: var(--on-gradient);
  font-weight: 600;
  letter-spacing: .1em;
  transition: filter .2s ease;
}
.nav__cta:hover { filter: brightness(1.12); color: var(--on-gradient); }

.nav-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 9px 15px;
  border: 1px solid rgba(244,239,230,.28);
  border-radius: 999px;
  background: transparent;
  color: var(--text-on-dark);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}
.nav-toggle__bars { display: grid; gap: 4px; }
.nav-toggle__bars span { display: block; width: 18px; height: 1.5px; background: currentColor; }

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; }
  .nav {
    position: absolute;
    left: 0; right: 0; top: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px var(--gutter) 22px;
    background: rgba(10,10,9,.97);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(244,239,230,.12);
    font-size: 13.5px;
  }
  .nav[hidden] { display: none; }
  .nav > a { padding: 14px 0; border-bottom: 1px solid rgba(244,239,230,.1); }
  .nav__cta { margin-top: 18px; text-align: center; border-bottom: none; padding: 15px 20px; }
  .site-header__logo img { width: 178px; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: min(92vh, 900px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hero--sub { min-height: min(76vh, 760px); }

.hero__media { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }

.hero__scrim, .hero__side, .hero__glow { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.hero__scrim { background: linear-gradient(180deg, rgba(10,10,9,.86) 0%, rgba(10,10,9,.34) 30%, rgba(10,10,9,.6) 62%, #0a0a09 97%); }
.hero__side  { background: linear-gradient(96deg, rgba(10,10,9,.9) 0%, rgba(10,10,9,.45) 44%, rgba(10,10,9,0) 74%); }
.hero__glow  { background: radial-gradient(64% 52% at 8% 84%, rgba(224,90,32,.3) 0%, rgba(224,90,32,0) 68%); }

.hero--sub .hero__scrim { background: linear-gradient(180deg, rgba(10,10,9,.85) 0%, rgba(10,10,9,.34) 32%, rgba(10,10,9,.66) 66%, #0a0a09 98%); }
.hero--sub .hero__side  { background: linear-gradient(96deg, rgba(10,10,9,.88) 0%, rgba(10,10,9,.4) 46%, rgba(10,10,9,0) 76%); }
.hero--sub .hero__glow  { background: radial-gradient(62% 52% at 8% 86%, rgba(224,90,32,.28) 0%, rgba(224,90,32,0) 68%); }

.hero__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 140px var(--gutter) clamp(44px, 6vw, 76px);
}
.hero--sub .hero__inner { padding: 120px var(--gutter) clamp(44px, 6vw, 72px); }
.hero__lead { margin: 20px 0 34px; max-width: 42ch; }
.hero--sub .hero__lead { margin: 22px 0 32px; max-width: 46ch; font-size: 17px; }

/* Rotierende Zeile */
.rotator {
  position: relative;
  height: 1.7em;
  margin-top: 16px;
  font-family: var(--serif);
  font-size: clamp(20px, 2.7vw, 36px);
  line-height: 1.7;
  color: var(--cream);
}
.rotator span { position: absolute; inset: 0; opacity: 0; }
.rotator span:nth-child(1) { animation: kp-w1 9s infinite; }
.rotator span:nth-child(2) { animation: kp-w2 9s infinite; }
.rotator span:nth-child(3) { animation: kp-w3 9s infinite; }

@keyframes kp-w1 { 0%,26% { opacity:1; transform: translateY(0) } 33%,100% { opacity:0; transform: translateY(-.4em) } }
@keyframes kp-w2 { 0%,29% { opacity:0; transform: translateY(.4em) } 36%,59% { opacity:1; transform: translateY(0) } 66%,100% { opacity:0; transform: translateY(-.4em) } }
@keyframes kp-w3 { 0%,62% { opacity:0; transform: translateY(.4em) } 69%,93% { opacity:1; transform: translateY(0) } 100% { opacity:0; transform: translateY(-.4em) } }

/* ---------- Bild-Leiste ---------- */
.rail-section { position: relative; padding: clamp(38px,4.5vw,64px) 0 clamp(52px,6.5vw,92px); background: var(--dark); }
.rail-head {
  max-width: var(--container);
  margin: 0 auto 22px;
  padding: 0 var(--gutter);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.rail-nav { display: flex; gap: 8px; flex: none; }
.rail-nav button {
  width: 40px; height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(244,239,230,.3);
  background: rgba(244,239,230,.05);
  color: var(--cream);
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
}
.rail-nav button:hover { background: rgba(244,239,230,.14); border-color: var(--gold); }

.rail-wrap { position: relative; }
.rail {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 26px var(--gutter) 30px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.rail::-webkit-scrollbar { display: none; }

.rail__fade {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
  width: clamp(90px, 14vw, 220px);
  pointer-events: none;
}
.rail__fade--left { left: 0; background: linear-gradient(90deg, #0a0a09 6%, rgba(10,10,9,.86) 34%, rgba(10,10,9,0) 100%); }
.rail__fade--right { right: 0; background: linear-gradient(270deg, #0a0a09 6%, rgba(10,10,9,.86) 34%, rgba(10,10,9,0) 100%); }

.tile {
  position: relative;
  flex: none;
  width: clamp(200px, 21vw, 268px);
  aspect-ratio: 2/3;
  border-radius: 5px;
  overflow: hidden;
  background: var(--panel);
  cursor: pointer;
  box-shadow: 0 18px 38px -26px rgba(0,0,0,.9);
  transition: transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s ease;
}
.tile:hover, .tile:focus-within {
  transform: scale(1.055);
  z-index: 3;
  box-shadow: 0 30px 60px -24px rgba(0,0,0,.95);
}
.tile img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s ease, opacity .3s ease;
}
.tile:hover img, .tile:focus-within img { transform: scale(1.06); }
.tile video {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .35s ease;
}
.tile.is-playing video { opacity: 1; }
.tile.is-playing img { opacity: 0; }
.tile__scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(10,10,9,0) 40%, rgba(10,10,9,.55) 72%, rgba(10,10,9,.94) 100%);
}
.tile__badge {
  position: absolute;
  top: 12px; left: 12px;
  z-index: 2;
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(10,10,9,.72);
  color: var(--gold);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.tile__caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 16px 15px; pointer-events: none; }
.tile__title { margin-bottom: 4px; font-size: 14px; font-weight: 600; line-height: 1.3; color: #fbf7f0; }
.tile__kind { font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: #c7bda9; }

/* ---------- Vita ---------- */
.vita {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: clamp(32px, 4.5vw, 64px);
  align-items: center;
}
.vita__photo {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 34px 66px -34px rgba(0,0,0,.9);
}
.vita__quote {
  margin-bottom: 22px;
  font-family: var(--serif);
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.16;
  letter-spacing: -.015em;
  max-width: 20ch;
  text-wrap: pretty;
}
.vita__text { margin-bottom: 16px; max-width: 48ch; font-size: 16.5px; line-height: 1.8; color: var(--text-on-dark); }
.vita__text:last-of-type { margin-bottom: 30px; }

.facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 26px;
  margin-top: 36px;
  border-top: 1px solid rgba(244,239,230,.16);
  padding-top: 26px;
}
.fact__value { margin-bottom: 6px; font-family: var(--serif); font-size: 28px; line-height: 1; color: var(--gold); }
.fact__label { font-size: 13.5px; line-height: 1.55; color: var(--text-on-dark); }

/* ---------- Leistungen ---------- */
.services {
  display: grid;
  grid-template-columns: 1.4fr .6fr;
  gap: clamp(26px, 4vw, 54px);
  align-items: start;
}
.services__list { border-top: 1px solid rgba(244,239,230,.16); }

.service {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 18px 30px 0;
  border-bottom: 1px solid rgba(244,239,230,.12);
  transition: padding-left .3s ease, background .3s ease;
}
.service:hover { color: inherit; }
.service.is-active { padding-left: 22px; background: linear-gradient(90deg, rgba(224,90,32,.18), rgba(224,90,32,0)); }
.service__body { max-width: 50ch; }
.service__title {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.015em;
  line-height: 1.12;
  font-size: clamp(24px, 2.8vw, 36px);
  color: var(--cream);
  transition: color .3s ease;
}
.service.is-active .service__title { color: var(--gold); }
.service__text { margin-top: 9px; font-size: 15.5px; line-height: 1.75; color: var(--text-on-dark); }
.service__tags { margin-top: 10px; font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.service__arrow {
  flex: none;
  font-size: 20px;
  opacity: .25;
  transform: translate(-4px, 4px);
  transition: opacity .3s ease, transform .3s ease, color .3s ease;
}
.service.is-active .service__arrow { opacity: 1; color: var(--gold); transform: none; }

.services__preview {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 6px;
  overflow: hidden;
  background: var(--panel);
  box-shadow: 0 30px 60px -34px rgba(0,0,0,.9);
}
.services__preview img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 1;
  transform: scale(1.04);
  transition: opacity .5s ease, transform .8s ease;
}
.services__preview img.is-active { opacity: 1; z-index: 2; transform: scale(1); }

/* ---------- Ablauf ---------- */
.flow { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
.flow__item { border-top: 1px solid rgba(244,239,230,.2); padding-top: 22px; }
.flow__no { font-family: var(--serif); font-size: 38px; line-height: 1; color: var(--gold); }
.flow__title { margin: 14px 0 10px; font-size: 15px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.flow__text { font-size: 15px; line-height: 1.8; color: var(--text-on-dark); }
.flow__note { margin-top: 30px; font-size: 15px; line-height: 1.75; color: var(--text-on-dark); }

/* ---------- Referenz-Raster ---------- */
.refs { display: grid; gap: 18px; align-items: start; }
.refs--3 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.refs--4 { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.refs--wide { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

/* Querformat und Hochformat lassen sich nebeneinander nie gleich hoch
   setzen. Der breite Clip bekommt deshalb eine eigene Zeile, darunter
   laufen die hochformatigen Medien in gleicher Höhe weiter. */
.refs--film {
  grid-template-columns: repeat(3, 1fr);
  max-width: 940px;   /* breiter Clip und die drei Hochformate bündig */
  margin: 0 auto;
}
.refs--film .ref--wide { grid-column: 1 / -1; margin-bottom: 14px; }

/* Bei zwei Spalten bliebe von drei Hochformaten eines allein stehen.
   Deshalb direkt einspaltig, die Hochformate dabei gedeckelt und mittig. */
@media (max-width: 760px) {
  .refs--film { grid-template-columns: 1fr; }
  .refs--film .ref:not(.ref--wide) { width: 100%; max-width: 420px; margin-inline: auto; }
}

.ref img, .ref .ref__box {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 24px 48px -28px rgba(0,0,0,.9);
}
.ref img { object-fit: cover; }
.ref__box { overflow: hidden; background: var(--panel); }
/* Jeder Clip behält sein eigenes Seitenverhältnis. Ein 16:9-Video in einen
   9:16-Rahmen zu zwingen, schneidet fast das ganze Bild weg. */
.ref__box video { width: 100%; object-fit: cover; }
.ref__box--hoch video { aspect-ratio: 9/16; }
.ref__box--quer video { aspect-ratio: 16/9; }
.ref figcaption { margin-top: 12px; font-size: 14px; line-height: 1.7; color: var(--text-on-dark); }

.ar-3-4  { aspect-ratio: 3/4; }
.ar-4-5  { aspect-ratio: 4/5; }
.ar-3-2  { aspect-ratio: 3/2; }
.ar-9-16 { aspect-ratio: 9/16; }

/* ---------- Einsatzbereiche ---------- */
.uses {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  gap: 28px 30px;
  border-top: 1px solid rgba(244,239,230,.18);
  padding-top: 26px;
}
.uses h3 { margin-bottom: 8px; font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--cream); }
.uses p { font-size: 14.5px; line-height: 1.75; color: var(--text-on-dark); }

/* ---------- Timeline ---------- */
.timeline { display: flex; flex-direction: column; max-width: 820px; }
.timeline__step { display: grid; grid-template-columns: auto 1fr; gap: 18px; }
.timeline__step:not(:last-child) {
  background: linear-gradient(rgba(232,176,75,.55), rgba(232,176,75,.55)) 17px 0 / 1px 100% no-repeat;
}
.timeline__marker {
  position: relative;
  z-index: 1;
  width: 35px; height: 35px;
  flex: none;
  border-radius: 50%;
  background: var(--dark);
  border: 1px solid rgba(232,176,75,.6);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12.5px;
  letter-spacing: .04em;
}
.timeline__body { padding-bottom: 34px; }
.timeline__title { margin-bottom: 8px; font-size: 15px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.timeline__text { margin-bottom: 16px; max-width: 46ch; font-size: 15.5px; line-height: 1.8; color: var(--text-on-dark); }
.timeline__gets { display: flex; flex-direction: column; gap: 9px; font-size: 14.5px; line-height: 1.6; }
.timeline__gets li { display: flex; gap: 12px; }
.timeline__gets li::before { content: "+"; color: var(--gold); flex: none; }

/* ---------- Preise ---------- */
.packages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(268px, 1fr));
  gap: 18px;
  align-items: start;
}
.pkg {
  display: flex;
  flex-direction: column;
  padding: 28px 26px 30px;
  border-radius: 8px;
  background: #fffdf8;
  color: var(--ink);
  border: 1px solid rgba(21,20,16,.1);
  transition: transform .3s ease;
}
.pkg:hover { transform: translateY(-7px); }
.pkg--featured {
  background: linear-gradient(160deg, #6e1c05, #8a2408 58%, #a52d0b);
  color: #fff6ec;
  border: none;
  box-shadow: 0 24px 48px -24px rgba(110,28,5,.75);
}
.pkg__head { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.pkg__name { font-size: 12.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.pkg__step {
  display: inline-block;
  margin-right: 10px;
  font-size: 10px;
  letter-spacing: .16em;
  padding: 4px 9px;
  border-radius: 999px;
  white-space: nowrap;
  background: rgba(21,20,16,.07);
  color: var(--text-on-cream);
}
.pkg--featured .pkg__step { background: rgba(255,246,236,.18); color: #fff6ec; }
.pkg__badge {
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--on-gradient);
  background: var(--cream);
  padding: 5px 10px;
  border-radius: 999px;
  white-space: nowrap;
}
.pkg__price { margin: 18px 0 12px; font-family: var(--serif); font-size: 42px; line-height: 1; }
.pkg__desc { margin-bottom: 20px; font-size: 14.5px; line-height: 1.75; color: var(--text-on-cream); }
.pkg--featured .pkg__desc { color: #fff6ec; }
.pkg__inherits { margin-bottom: 14px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--copper-dark); }
.pkg--featured .pkg__inherits { color: #f7cd94; }
.pkg__list { display: flex; flex-direction: column; gap: 9px; font-size: 14.5px; line-height: 1.6; }
.pkg__list li { display: flex; gap: 10px; }
.pkg__list li::before { content: "+"; color: var(--copper-dark); flex: none; }
.pkg--featured .pkg__list li::before { color: #f7cd94; }
.pkg__cta {
  margin-top: 26px;
  align-self: flex-start;
  font-size: 12.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-bottom: 1px solid;
  color: var(--copper-dark);
}
.pkg--featured .pkg__cta { color: #f7cd94; }

.rights-band {
  margin-top: 40px;
  border-top: 1px solid rgba(21,20,16,.2);
  padding-top: 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 36px;
  align-items: start;
}
.rights-band__claim {
  font-family: var(--serif);
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.24;
  letter-spacing: -.01em;
  max-width: 26ch;
}
.fineprint { margin-top: 30px; font-size: 13.5px; line-height: 1.75; color: var(--text-on-cream); }

/* Paketkarte auf dunklem Grund */
.pkg-dark {
  border: 1px solid rgba(244,239,230,.16);
  border-radius: 8px;
  padding: 28px 26px 30px;
  background: rgba(244,239,230,.05);
}
.pkg-dark .pkg__step { background: rgba(232,176,75,.18); color: var(--gold); }
.pkg-dark .pkg__price { margin: 16px 0 12px; color: var(--cream); }
.pkg-dark .pkg__desc { color: var(--text-on-dark); }
.pkg-dark .pkg__list li::before { color: var(--gold); }
.pkg-dark__note { margin-top: 18px; font-size: 12.5px; line-height: 1.7; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq { display: flex; flex-direction: column; border-top: 1px solid rgba(21,20,16,.2); }
.faq__item { border-bottom: 1px solid rgba(21,20,16,.12); }
.faq__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: inherit;
}
.faq__q { font-size: 16.5px; font-weight: 600; line-height: 1.35; color: var(--ink); transition: color .2s ease; }
.faq__icon { flex: none; font-size: 20px; line-height: 1; color: var(--ink); transition: transform .25s ease, color .2s ease; }
.faq__btn[aria-expanded="true"] .faq__q,
.faq__btn[aria-expanded="true"] .faq__icon { color: var(--copper-dark); }
.faq__btn[aria-expanded="true"] .faq__icon { transform: rotate(45deg); }
.faq__panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows .35s ease, opacity .25s ease;
}
.faq__panel.is-open { grid-template-rows: 1fr; opacity: 1; }
.faq__panel > div { min-height: 0; overflow: hidden; }
.faq__panel p { padding-bottom: 20px; max-width: 54ch; font-size: 15px; line-height: 1.8; color: var(--text-on-cream); }

/* ---------- Kontakt & Formular ---------- */
.contact { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(30px, 4vw, 60px); }
.contact__list { display: flex; flex-direction: column; gap: 12px; font-size: 16px; }
.contact__row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(244,239,230,.2);
  padding-bottom: 12px;
  transition: border-color .2s ease;
}
a.contact__row:hover { border-color: var(--gold); }
.contact__label { color: var(--muted); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }

.form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 13px;
  background: rgba(244,239,230,.05);
  border: 1px solid rgba(244,239,230,.12);
  border-radius: 8px;
  padding: clamp(22px, 2.6vw, 34px);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 11.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-on-dark);
}
.field input,
.field select,
.field textarea {
  background: rgba(10,10,9,.55);
  border: 1px solid rgba(244,239,230,.22);
  border-radius: 3px;
  padding: 13px 14px;
  color: var(--cream);
  font-size: 15px;
  font-family: inherit;
  letter-spacing: 0;
  text-transform: none;
}
.field select { background: #121211; }
.field textarea { resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus { outline: none; border-color: var(--gold); }

.field--check {
  flex-direction: row;
  gap: 11px;
  align-items: flex-start;
  font-size: 13.5px;
  line-height: 1.6;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
}
.field--check input { margin: 3px 0 0; width: 18px; height: 18px; flex: none; padding: 0; accent-color: var(--copper); }
.field--check a { color: var(--gold); border-bottom: 1px solid var(--gold); }

.form__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form__submit {
  margin-top: 4px;
  background: var(--grad-btn);
  color: var(--on-gradient);
  border: none;
  border-radius: 999px;
  padding: 16px 26px;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: filter .25s ease;
}
.form__submit:hover { filter: brightness(1.12); }
.form__submit[disabled] { opacity: .6; cursor: progress; }

.form__status { margin-top: 2px; font-size: 14px; line-height: 1.6; color: var(--gold); }
.form__status--error { color: #ff9c78; }

/* ---------- Rechtsseiten ---------- */
.legal-hero { padding: clamp(56px,7vw,96px) 0 clamp(40px,5vw,60px); }
.legal-hero--copper { background: radial-gradient(70% 60% at 12% 20%, rgba(224,90,32,.28) 0%, rgba(10,10,9,0) 62%), var(--dark); }
.legal-hero--gold { background: radial-gradient(70% 60% at 12% 20%, rgba(232,176,75,.22) 0%, rgba(10,10,9,0) 62%), var(--dark); }
.legal-hero p { margin-top: 20px; max-width: 56ch; }

.deflist { display: flex; flex-direction: column; border-top: 1px solid rgba(21,20,16,.2); }
.deflist__row {
  display: grid;
  grid-template-columns: minmax(180px, .42fr) 1fr;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(21,20,16,.12);
}
.deflist--wide .deflist__row { grid-template-columns: minmax(175px, .4fr) 1fr; padding: 18px 0; }
.deflist__k {
  font-size: 12.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--copper-dark);
  overflow-wrap: anywhere;
  hyphens: auto;
}
.deflist__v { font-size: 15.5px; line-height: 1.7; color: var(--ink); }

.legal-blocks { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: clamp(28px, 4vw, 52px); }
.legal-blocks h2, .legal-blocks h3 {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gold);
}
.legal-blocks p { max-width: 46ch; font-size: 15.5px; line-height: 1.8; color: var(--text-on-dark); }

.rights-list { display: flex; flex-direction: column; border-top: 1px solid rgba(21,20,16,.2); }
.rights-list > div { padding: 16px 0; border-bottom: 1px solid rgba(21,20,16,.12); }
.rights-list h3 { margin-bottom: 6px; font-size: 16px; font-weight: 600; }
.rights-list p { font-size: 15px; line-height: 1.7; color: var(--text-on-cream); }

/* ---------- Footer ---------- */
.site-footer { background: var(--dark); color: var(--cream); border-top: 1px solid rgba(244,239,230,.14); }
.site-footer__grid {
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(40px,5vw,64px) var(--gutter) clamp(26px,3vw,36px);
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(auto-fit, minmax(170px, 1fr));
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}
.site-footer__brand { display: flex; flex-direction: column; gap: 18px; min-width: 200px; }
.site-footer__brand img { width: 240px; max-width: 100%; height: auto; }
.site-footer__brand p { max-width: 30ch; font-size: 14.5px; line-height: 1.65; color: var(--text-on-dark); }
.site-footer__social { display: flex; flex-wrap: wrap; gap: 10px 16px; }
.site-footer__social a {
  font-size: 12.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--text-on-dark);
  border-bottom: 1px solid rgba(244,239,230,.3);
}
.site-footer__col { display: flex; flex-direction: column; gap: 11px; }
.site-footer__col > p:first-child {
  margin-bottom: 4px;
  font-size: 11.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
}
.site-footer__col a, .site-footer__col address {
  font-size: 14.5px;
  line-height: 1.45;
  color: var(--text-on-dark);
  font-style: normal;
}
.site-footer__col address { line-height: 1.5; }
.site-footer__col a[aria-current] { color: var(--gold); }
.site-footer__cta {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  white-space: nowrap;
  font-size: 12.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  padding: 14px 24px;
  border-radius: 999px;
  background: var(--grad-btn);
  color: var(--on-gradient) !important;
}
.site-footer__cta:hover { filter: brightness(1.12); }
.site-footer__bottom { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter) 28px; }
.site-footer__bottom > div {
  border-top: 1px solid rgba(244,239,230,.12);
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: baseline;
  font-size: 13px;
  color: var(--text-on-dark);
}

/* ---------- Cookie-Hinweis ---------- */
.cookie {
  position: fixed;
  left: 16px; right: 16px; bottom: 16px;
  z-index: 90;
  max-width: 520px;
  margin-left: auto;
  display: none;
  gap: 16px;
  flex-direction: column;
  padding: 20px 22px;
  border-radius: 8px;
  background: rgba(17,17,16,.97);
  border: 1px solid rgba(244,239,230,.16);
  box-shadow: 0 24px 60px -24px rgba(0,0,0,.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.cookie.is-visible { display: flex; }
.cookie p { font-size: 14px; line-height: 1.6; color: var(--text-on-dark); }
.cookie a { color: var(--gold); border-bottom: 1px solid var(--gold); }
.cookie__actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.cookie__btn {
  border: none;
  cursor: pointer;
  border-radius: 999px;
  padding: 12px 22px;
  font-size: 12.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  background: var(--grad-btn);
  color: var(--on-gradient);
}
.cookie__btn:hover { filter: brightness(1.12); }

/* ---------- 404 ---------- */
.error-page {
  min-height: 70vh;
  display: flex;
  align-items: center;
  background: radial-gradient(70% 60% at 20% 30%, rgba(224,90,32,.26) 0%, rgba(10,10,9,0) 62%), var(--dark);
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .services { grid-template-columns: 1fr; }
  .services__preview { max-width: 420px; }
}

@media (max-width: 640px) {
  :root { --gutter: 20px; }
  .hero__inner { padding-top: 116px; }
  .hero--sub .hero__inner { padding-top: 104px; }
  .contact__row { flex-direction: column; gap: 4px; }
  .deflist__row, .deflist--wide .deflist__row { grid-template-columns: 1fr; gap: 6px; }
  .btn-row .btn { flex: 1 1 100%; }
  .tile { width: clamp(180px, 62vw, 240px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .rotator { height: auto; }
  .rotator span { position: static; display: block; opacity: 1; }
  .rotator span:nth-child(n+2) { display: none; }
}
