/* ============================================================
   LEANDER VON DER HAGEN – FOTOGRAF
   Design-System angelehnt an Focusly Template
   ============================================================ */

/* --- Local Fonts (DSGVO-konform selbst gehostet, via gwfh.mranftl.com) --- */

/* Inter */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/inter-v20-latin_latin-ext-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter-v20-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/inter-v20-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/inter-v20-latin_latin-ext-600.woff2') format('woff2');
}

/* Cormorant Garamond */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-v21-latin_latin-ext-300.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-v21-latin_latin-ext-300italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-v21-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-v21-latin_latin-ext-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-v21-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-v21-latin_latin-ext-500italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-v21-latin_latin-ext-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-v21-latin_latin-ext-600italic.woff2') format('woff2');
}

/* --- CSS Custom Properties --- */
:root {
  --color-bg: #F5F0EB;
  --color-bg-alt: #EDE8E2;
  --color-dark: #0A0A0A;
  --color-dark-2: #111111;
  --color-text: #1A1A1A;
  --color-text-muted: #6B6B6B;
  --color-white: #FFFFFF;
  --color-accent: #C8A882;
  --color-border: rgba(26,26,26,0.12);

  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  --radius-sm: 12px;
  --radius-md: 24px;
  --radius-lg: 32px;
  --radius-xl: 48px;
  --radius-pill: 100px;

  --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --transition-slow: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  --max-width: 1440px;
  --gutter: clamp(24px, 5vw, 80px);
}

/* --- Reset & Base --- */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-sans);
  background-color: var(--color-bg);
  color: var(--color-text);
  overflow-x: hidden;
  line-height: 1.6;
}

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

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

/* --- Typography --- */
.t-display {
  font-family: var(--font-serif);
  font-size: clamp(64px, 10vw, 140px);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.t-display-italic {
  font-family: var(--font-serif);
  font-size: clamp(64px, 10vw, 140px);
  font-weight: 300;
  font-style: italic;
  line-height: 0.95;
  letter-spacing: -0.02em;
}

.t-h1 {
  font-family: var(--font-serif);
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 300;
  line-height: 1.0;
  letter-spacing: -0.02em;
}

.t-h2 {
  font-family: var(--font-serif);
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.t-h3 {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.5vw, 52px);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.t-h4 {
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight: 400;
  line-height: 1.2;
}

.t-serif-italic {
  font-family: var(--font-serif);
  font-style: italic;
}

.t-label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.t-body {
  font-family: var(--font-sans);
  font-size: clamp(15px, 1.2vw, 17px);
  font-weight: 400;
  line-height: 1.7;
  color: var(--color-text-muted);
}

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

/* --- Navigation – Pill Style --- */
.nav {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  pointer-events: none;
  padding: 0 16px;
}

.nav__pill {
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  gap: clamp(20px, 3vw, 40px);
  padding: 10px 12px 10px 26px;
  background: rgba(10, 10, 10, 0.78);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  border-radius: 999px;
  color: #fff;
  box-shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.06);
  max-width: calc(100vw - 32px);
}

.nav.nav--scrolled .nav__pill {
  background: rgba(10, 10, 10, 0.92);
}

.nav__logo {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-family: var(--font-serif);
  color: #fff;
  white-space: nowrap;
  line-height: 1;
}
.nav__logo span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.nav__logo em {
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  opacity: 0.85;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.5vw, 32px);
  margin: 0 6px 0 12px;
}

.nav__link {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  position: relative;
  transition: color 0.25s ease;
  white-space: nowrap;
}

.nav__link:hover,
.nav__link.is-active {
  color: #fff;
}

.nav__link.is-active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--color-accent, #d97a4a);
}

/* Submenu (Desktop) */
.nav__item--has-submenu {
  position: relative;
}
.nav__chevron {
  display: inline-block;
  width: 9px;
  height: 6px;
  margin-left: 4px;
  vertical-align: middle;
  opacity: 0.7;
  transition: transform 0.2s ease;
}
.nav__item--has-submenu:hover .nav__chevron,
.nav__item--has-submenu:focus-within .nav__chevron {
  transform: rotate(180deg);
  opacity: 1;
}

.nav__submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  /* padding-top erzeugt eine unsichtbare Hover-Brücke zwischen Link und Submenu,
     damit der Hover beim Wechsel nicht verloren geht */
  padding: 18px 10px 10px 10px;
  transform: translateX(-50%) translateY(-6px);
  min-width: 240px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  display: flex;
  flex-direction: column;
  gap: 2px;
  z-index: 110;
  isolation: isolate;
}
/* Die sichtbare Karte selbst – als Pseudo-Element, damit der obere
   padding-Bereich (Hover-Brücke) visuell transparent bleibt */
.nav__submenu::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 10, 10, 0.92);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px -20px rgba(0, 0, 0, 0.6);
  z-index: -1;
}
.nav__submenu > li {
  position: relative;
  z-index: 1;
}
.nav__item--has-submenu:hover .nav__submenu,
.nav__item--has-submenu:focus-within .nav__submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav__submenu-link {
  display: block;
  padding: 10px 16px;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.nav__submenu-link:hover,
.nav__submenu-link.is-active {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.nav__submenu-link--all {
  color: rgba(255, 255, 255, 0.55);
  font-style: italic;
  letter-spacing: 0.04em;
  text-transform: none;
  font-weight: 400;
}
.nav__submenu-divider {
  height: 1px;
  margin: 6px 10px;
  background: rgba(255, 255, 255, 0.08);
  list-style: none;
}

/* Hamburger (Mobile MENU/CLOSE Button) */
.nav__hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #fff;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s ease;
  min-width: 96px;
}

.nav__hamburger:hover {
  background: rgba(255, 255, 255, 0.16);
}

/* JS schreibt den Text direkt ins Span – kein ::before mehr (verhindert "MenüMenü") */
.nav__hamburger-label { display: inline-block; }

/* ==================
   Mobile Menu – großer Pill-Card unter der Nav
   ================== */
.nav__mobile {
  display: none;
  position: fixed;
  top: 86px;
  left: 16px;
  right: 16px;
  z-index: 99;
  opacity: 0;
  transform: translateY(-12px) scale(0.98);
  pointer-events: none;
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav__mobile.is-open {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: all;
}

.nav__mobile-card {
  background: rgba(10, 10, 10, 0.88);
  backdrop-filter: blur(22px) saturate(1.3);
  -webkit-backdrop-filter: blur(22px) saturate(1.3);
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.55);
  padding: 28px 18px;
}

.nav__mobile-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
}

.nav__mobile-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 18px 20px;
  font-family: var(--font-sans);
  font-size: 17px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
  transition: color 0.25s ease, background 0.25s ease;
  background: transparent;
  border: none;
  border-radius: 18px;
  cursor: pointer;
  text-align: center;
}

.nav__mobile-link:hover,
.nav__mobile-link.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.nav__mobile-link--toggle {
  gap: 10px;
}
.nav__mobile-chevron {
  width: 11px;
  height: 7px;
  transition: transform 0.3s ease;
  opacity: 0.7;
}
.nav__mobile-link--toggle[aria-expanded="true"] .nav__mobile-chevron {
  transform: rotate(180deg);
  opacity: 1;
}

.nav__mobile-submenu {
  list-style: none;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
  padding: 0 8px;
}
.nav__mobile-item--has-submenu.is-open .nav__mobile-submenu {
  max-height: 600px;
}
.nav__mobile-sublink {
  display: block;
  padding: 12px 20px;
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  border-radius: 14px;
  transition: color 0.2s ease, background 0.2s ease;
}
.nav__mobile-sublink:hover,
.nav__mobile-sublink.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: var(--radius-pill);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  text-decoration: none;
}

.btn--outline {
  background: transparent;
  border: 1px solid var(--color-text);
  color: var(--color-text);
}

.btn--outline:hover {
  background: var(--color-text);
  color: var(--color-white);
}

.btn--outline-white {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.6);
  color: var(--color-white);
}

.btn--outline-white:hover {
  background: var(--color-white);
  color: var(--color-dark);
}

.btn--solid {
  background: var(--color-text);
  color: var(--color-white);
}

.btn--solid:hover {
  background: var(--color-accent);
}

.btn__arrow {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s ease, transform 0.25s ease;
}

.btn__arrow svg {
  width: 8px;
  height: 8px;
  fill: none;
  stroke: var(--color-bg);
  stroke-width: 2;
  transition: stroke 0.25s ease;
}

/* Outline (dunkel auf hell) – Standard-Kontrast passt bereits */
.btn--outline:hover .btn__arrow {
  background: var(--color-white);
}
.btn--outline:hover .btn__arrow svg {
  stroke: var(--color-dark);
}
.btn--outline:hover .btn__arrow {
  transform: translateX(2px);
}

/* Outline-White (weißer Button auf dunklem Hintergrund):
   Pfeil-Kreis bleibt weiß, aber der Pfeil SELBST muss dunkel sein,
   sonst ist es weiß auf weiß. */
.btn--outline-white .btn__arrow {
  background: var(--color-white);
}
.btn--outline-white .btn__arrow svg {
  stroke: var(--color-dark);
}
.btn--outline-white:hover .btn__arrow {
  background: var(--color-accent, #d97a4a);
  transform: translateX(2px);
}
.btn--outline-white:hover .btn__arrow svg {
  stroke: var(--color-white);
}

/* --- Hero Section --- */
/* =========================================================
   HERO – Viewfinder / Camera Lens Effect
   ========================================================= */

/* Registrierte Custom-Properties, damit Lens-Groesse
   und Radius smooth animiert werden koennen (Zoom-Effekt). */
@property --lens-w {
  syntax: '<length>';
  inherits: true;
  initial-value: 320px;
}
@property --lens-h {
  syntax: '<length>';
  inherits: true;
  initial-value: 420px;
}
@property --lens-radius {
  syntax: '<length>';
  inherits: true;
  initial-value: 20px;
}
@property --blur-amount {
  syntax: '<length>';
  inherits: true;
  initial-value: 28px;
}

.hero {
  --lens-w: clamp(320px, 42vw, 620px);
  --lens-h: clamp(420px, 58vh, 780px);
  --lens-radius: 20px;
  --mx: 50vw;
  --my: 50vh;
  --blur-amount: 28px;

  position: relative;
  height: 100vh;
  min-height: 640px;
  background: #1a1f2a;
  overflow: hidden;
  cursor: none;

  /* Smooth-Transition fuer den Zoom (Click & Hold).
     --mx / --my bleiben bewusst unanimiert, damit das
     Maus-Tracking weiter in Echtzeit laeuft. */
  transition:
    --lens-w     0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
    --lens-h     0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
    --lens-radius 0.55s cubic-bezier(0.22, 0.61, 0.36, 1),
    --blur-amount 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* Desktop: Zoom-State (beim Druecken & Halten) */
.hero.is-zoomed {
  --lens-w: 300vw;     /* weit ueber Viewport -> alles scharf */
  --lens-h: 300vh;
  --lens-radius: 0px;
  --blur-amount: 0px;  /* Hintergrund gleich mit entblurren */
  cursor: grabbing;
}

/* Unscharfer Hintergrund: alle Slides, nur der aktive sichtbar */
.hero__bg-slides {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero__bg-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(var(--blur-amount)) brightness(0.78) saturate(1.05);
  transform: scale(1.1);
  opacity: 0;
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1),
              transform 3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hero__bg-slide.is-active {
  opacity: 1;
  transform: scale(1.02);
}

/* Scharfe Slides – nur im Lens-Fenster sichtbar (clip-path) */
.hero__sharp-slides {
  position: absolute;
  inset: 0;
  pointer-events: none;
  clip-path: inset(
    calc(var(--my) - var(--lens-h) / 2)
    calc(100% - var(--mx) - var(--lens-w) / 2)
    calc(100% - var(--my) - var(--lens-h) / 2)
    calc(var(--mx) - var(--lens-w) / 2)
    round var(--lens-radius)
  );
  -webkit-clip-path: inset(
    calc(var(--my) - var(--lens-h) / 2)
    calc(100% - var(--mx) - var(--lens-w) / 2)
    calc(100% - var(--my) - var(--lens-h) / 2)
    calc(var(--mx) - var(--lens-w) / 2)
    round var(--lens-radius)
  );
  transition: clip-path 0.08s linear, -webkit-clip-path 0.08s linear;
}

.hero__sharp-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1),
              transform 3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hero__sharp-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

/* Slide-Transition: nächste Karte kommt von rechts geslided */
.hero__bg-slide.is-leaving,
.hero__sharp-slide.is-leaving {
  animation: heroSlideOut 0.9s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.hero__bg-slide.is-entering,
.hero__sharp-slide.is-entering {
  animation: heroSlideIn 0.9s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

@keyframes heroSlideOut {
  0%   { opacity: 1; transform: scale(1.02) translateX(0); }
  100% { opacity: 0; transform: scale(1.1) translateX(-8%); }
}

@keyframes heroSlideIn {
  0%   { opacity: 0; transform: scale(1.1) translateX(8%); }
  100% { opacity: 1; transform: scale(1.02) translateX(0); }
}

/* Lens UI (Corners, Crosshair, REC, Label) */
.hero-lens {
  position: absolute;
  width: var(--lens-w);
  height: var(--lens-h);
  left: var(--mx);
  top: var(--my);
  transform: translate(-50%, -50%);
  border-radius: var(--lens-radius);
  pointer-events: none;
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.03);
}

/* Corner marks */
.hero-lens__corner {
  position: absolute;
  width: 22px;
  height: 22px;
  border-color: rgba(255, 255, 255, 0.85);
  border-style: solid;
  border-width: 0;
}
.hero-lens__corner--tl { top: 12px; left: 12px; border-top-width: 1.5px; border-left-width: 1.5px; }
.hero-lens__corner--tr { top: 12px; right: 12px; border-top-width: 1.5px; border-right-width: 1.5px; }
.hero-lens__corner--bl { bottom: 12px; left: 12px; border-bottom-width: 1.5px; border-left-width: 1.5px; }
.hero-lens__corner--br { bottom: 12px; right: 12px; border-bottom-width: 1.5px; border-right-width: 1.5px; }

/* REC dot */
.hero-lens__rec {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff4b3e;
  box-shadow: 0 0 10px rgba(255, 75, 62, 0.9);
  animation: lensRec 1.6s ease-in-out infinite;
}
@keyframes lensRec {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.35; }
}

/* Crosshair (Plus in der Mitte) */
.hero-lens__crosshair {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%);
}
.hero-lens__crosshair span {
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
}
.hero-lens__crosshair span:nth-child(1),
.hero-lens__crosshair span:nth-child(2) {
  top: 50%; left: 50%;
  width: 1.5px;
  height: 10px;
  transform: translate(-50%, -50%);
}
.hero-lens__crosshair span:nth-child(3),
.hero-lens__crosshair span:nth-child(4) {
  top: 50%; left: 50%;
  width: 10px;
  height: 1.5px;
  transform: translate(-50%, -50%);
}
.hero-lens__crosshair span:nth-child(1) { transform: translate(-50%, -160%); }
.hero-lens__crosshair span:nth-child(2) { transform: translate(-50%, 60%); }
.hero-lens__crosshair span:nth-child(3) { transform: translate(-160%, -50%); }
.hero-lens__crosshair span:nth-child(4) { transform: translate(60%, -50%); }

/* Label pill */
.hero-lens__label {
  position: absolute;
  bottom: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(10, 10, 10, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.hero-lens__label-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff4b3e;
}
/* Waehrend Zoom: Lens-UI dezent ausblenden (Corners, Crosshair, REC, Label)
   damit das scharfe Bild unverstellt bleibt. */
.hero.is-zoomed .hero-lens,
.hero.is-zoomed .hero__hint,
.hero.is-zoomed .hero__scroll,
.hero.is-zoomed .hero__timeline {
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.hero .hero-lens,
.hero .hero__hint,
.hero .hero__scroll,
.hero .hero__timeline {
  transition: opacity 0.4s ease 0.1s;
}

/* Press-Hint: Pill mit Maus-Icon */
.hero__hint {
  position: absolute;
  left: 50%;
  bottom: clamp(140px, 18vh, 200px);
  transform: translate(-50%, 0);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 18px 9px 14px;
  background: rgba(10, 10, 10, 0.52);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.95);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  z-index: 6;
  pointer-events: none;
  opacity: 0;
  animation: heroHintIn 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) 1.8s forwards,
             heroHintFloat 3.2s ease-in-out 2.4s infinite;
  white-space: nowrap;
}
.hero__hint-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
}
.hero__hint-icon svg {
  width: 14px;
  height: 16px;
  animation: heroHintClick 1.6s ease-in-out infinite;
  transform-origin: 50% 30%;
}
.hero__hint-text { display: inline-block; }

/* User hat einmal geklickt -> Hint dauerhaft weg (via JS/sessionStorage) */
.hero.is-hint-dismissed .hero__hint {
  display: none;
}

@keyframes heroHintIn {
  0%   { opacity: 0; transform: translate(-50%, 10px); }
  100% { opacity: 1; transform: translate(-50%, 0); }
}
@keyframes heroHintFloat {
  0%, 100% { transform: translate(-50%, 0); }
  50%      { transform: translate(-50%, -4px); }
}
@keyframes heroHintClick {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(0.92); }
}

.hero-lens__label-text {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.95);
}

/* Hero title content */
.hero__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(90px, 12vh, 140px);
  text-align: center;
  z-index: 4;
  pointer-events: none;
}

.hero__subtitle {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 14px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.hero__name {
  font-family: var(--font-serif);
  font-size: clamp(44px, 7vw, 92px);
  font-weight: 300;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.45);
  margin: 0;
}

.hero__name em {
  font-style: italic;
}

/* Scroll indicator */
.hero__scroll {
  position: absolute;
  bottom: 84px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transition: background 0.25s ease;
}
.hero__scroll:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}
.hero__scroll svg {
  width: 10px;
  height: 14px;
  animation: heroScrollBounce 1.8s ease-in-out infinite;
}
@keyframes heroScrollBounce {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(3px); }
}

/* Timeline unten */
.hero__timeline {
  position: absolute;
  left: clamp(20px, 4vw, 48px);
  right: clamp(20px, 4vw, 48px);
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 16px;
  pointer-events: none;
  z-index: 3;
}
.hero__timeline-num {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.3s ease;
}
.hero__timeline-num.is-active {
  color: #fff;
}
.hero__timeline-bar {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  position: relative;
  overflow: hidden;
  margin-left: 6px;
}
.hero__timeline-progress {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.85);
  transform: scaleX(0);
  transform-origin: left;
  animation: heroTimeline 6s linear infinite;
}
@keyframes heroTimeline {
  0%   { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

/* Category Links (Event, Werbung, Immobilien) */
.hero__nav-links {
  position: absolute;
  top: 50%;
  left: clamp(20px, 4vw, 48px);
  right: clamp(20px, 4vw, 48px);
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 2;
}

.hero__nav-link {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: all;
  transition: color 0.25s ease;
}
.hero__nav-link:hover {
  color: #fff;
}

/* Mobile: Lens fix in der Mitte, keine Maus */
@media (max-width: 768px), (hover: none), (pointer: coarse) {
  .hero {
    --lens-w: min(78vw, 360px);
    --lens-h: min(58vh, 520px);
    --mx: 50vw;
    --my: 44vh;
    cursor: default;
  }
  .hero__content {
    bottom: 130px;
  }
  .hero__name {
    font-size: clamp(34px, 9vw, 56px);
  }
  .hero__scroll {
    bottom: 75px;
  }
  .hero__timeline {
    left: 20px;
    right: 20px;
    bottom: 28px;
  }
  /* Hint ergibt nur auf Desktop (Click & Hold) Sinn */
  .hero__hint {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__hint {
    animation: none;
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__bg-slide,
  .hero__sharp-slide {
    transition: opacity 0.3s linear !important;
    animation: none !important;
    transform: none !important;
  }
  .hero-lens__rec {
    animation: none;
  }
  .hero__timeline-progress {
    animation: none;
  }
}

/* --- Marquee / Scroll Text --- */
.marquee-wrap {
  overflow: hidden;
  background: var(--color-dark);
  padding: 20px 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.marquee {
  display: flex;
  gap: 0;
  animation: marquee 20s linear infinite;
  white-space: nowrap;
}

.marquee__item {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-right: 32px;
  flex-shrink: 0;
}

.marquee__text {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}

.marquee__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  flex-shrink: 0;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* --- About Section --- */
.about {
  padding: clamp(80px, 10vh, 140px) var(--gutter);
  background: var(--color-bg);
}

.about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: center;
  max-width: var(--max-width);
  margin: 0 auto;
}

.about__image-wrap {
  position: relative;
}

.about__image {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

.about__badge {
  position: absolute;
  bottom: 32px;
  right: -20px;
  background: var(--color-white);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.12);
}

.about__badge-number {
  font-family: var(--font-serif);
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
  color: var(--color-text);
}

.about__badge-text {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-top: 4px;
}

.about__content {
  padding: clamp(20px, 3vw, 40px) 0;
}

.about__label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: 24px;
}

.about__heading {
  font-family: var(--font-serif);
  font-size: clamp(42px, 5.5vw, 80px);
  font-weight: 300;
  line-height: 1.0;
  letter-spacing: -0.02em;
  margin-bottom: 32px;
}

.about__heading em {
  font-style: italic;
}

.about__text {
  font-family: var(--font-sans);
  font-size: clamp(15px, 1.1vw, 17px);
  line-height: 1.75;
  color: var(--color-text-muted);
  margin-bottom: 16px;
}

.about__text:last-of-type {
  margin-bottom: 40px;
}

/* =========================================================
   SHOWCASE – Editorial Hover-Reveal (Leistungen auf Startseite)
   Desktop: Große Typo-Liste + Cursor-folgendes Preview-Bild
   Mobile:  Elegante Expand-Cards
   ========================================================= */
.showcase {
  position: relative;
  background: var(--color-dark);
  color: var(--color-white);
  padding: clamp(80px, 12vh, 160px) var(--gutter);
  overflow: hidden;
}

.showcase::before {
  content: '';
  position: absolute;
  top: -30%;
  right: -20%;
  width: 60%;
  height: 80%;
  background: radial-gradient(circle, rgba(200,168,130,0.06) 0%, transparent 65%);
  pointer-events: none;
}

.showcase__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.showcase__header {
  text-align: center;
  margin-bottom: clamp(48px, 7vh, 96px);
}

.showcase__label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 18px;
}

.showcase__heading {
  font-family: var(--font-serif);
  font-size: clamp(44px, 7vw, 104px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin: 0 0 16px;
}

.showcase__heading em {
  font-style: italic;
  font-weight: 400;
}

.showcase__sub {
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.45);
  margin: 0;
}

/* --- Liste (Desktop) --- */
.showcase__list {
  border-top: 1px solid rgba(255,255,255,0.1);
  position: relative;
  z-index: 3;
}

.showcase__item {
  display: block;
  text-decoration: none;
  color: var(--color-white);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: clamp(22px, 3.2vh, 34px) 0;
  transition: opacity 0.45s ease;
  position: relative;
}

/* Dimm-Effekt: andere Items abdunkeln wenn eines aktiv */
.showcase__list:hover .showcase__item:not(.is-active) {
  opacity: 0.35;
}

.showcase__item-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: baseline;
  gap: clamp(24px, 4vw, 56px);
}

.showcase__item-num {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.4);
  align-self: center;
  transition: color 0.4s ease;
}

.showcase__item-title {
  font-family: var(--font-serif);
  font-size: clamp(36px, 6vw, 86px);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1;
  margin: 0;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), color 0.4s ease;
}

.showcase__item-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 18px;
  color: rgba(255,255,255,0.35);
  transform: translateX(-14px);
  opacity: 0;
  transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.35s ease, color 0.35s ease;
  align-self: center;
}

.showcase__item-arrow svg { width: 100%; height: 10px; display: block; }

.showcase__item:hover .showcase__item-num,
.showcase__item:focus-visible .showcase__item-num {
  color: rgba(255,255,255,0.85);
}

.showcase__item:hover .showcase__item-title,
.showcase__item:focus-visible .showcase__item-title {
  transform: translateX(14px);
}

.showcase__item:hover .showcase__item-arrow,
.showcase__item:focus-visible .showcase__item-arrow {
  opacity: 1;
  transform: translateX(0);
  color: var(--color-white);
}

/* Subtile Grundlinie: feiner Akzent animiert sich durch */
.showcase__item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--color-white);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.showcase__item:hover::after,
.showcase__item:focus-visible::after {
  transform: scaleX(1);
}

/* Mobile-Block (Desktop: versteckt) */
.showcase__item-mobile { display: none; }

/* --- Floating Preview (Desktop) --- */
.showcase__preview {
  position: fixed;
  top: 0;
  left: 0;
  width: clamp(280px, 26vw, 440px);
  aspect-ratio: 3 / 4;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.92);
  transition: opacity 0.35s ease, transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 4;
  will-change: transform, opacity;
  mix-blend-mode: normal;
}

.showcase__preview.is-visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.showcase__preview-inner {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg, 14px);
  overflow: hidden;
  box-shadow: 0 40px 80px -20px rgba(0,0,0,0.6);
}

.showcase__preview-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: background-image 0.35s ease;
}

.showcase__preview-inner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,0.35) 100%);
  pointer-events: none;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .showcase__item, .showcase__item *, .showcase__preview { transition: none !important; animation: none !important; }
}

/* --- Mobile Layout (≤ 900px) --- */
@media (max-width: 900px) {
  .showcase { padding: clamp(64px, 9vh, 100px) var(--gutter); }
  .showcase__sub { display: none; }

  .showcase__list {
    border-top: none;
  }

  .showcase__item {
    border-bottom: none;
    padding: 0 0 16px;
    margin-bottom: 16px;
  }

  .showcase__item::after { display: none; }
  .showcase__list:hover .showcase__item:not(.is-active) { opacity: 1; }

  .showcase__item-row {
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    padding: 20px 22px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: var(--radius-md);
    align-items: center;
  }

  .showcase__item-num {
    font-size: 10px;
    align-self: center;
  }

  .showcase__item-title {
    font-size: clamp(24px, 6.5vw, 34px);
    line-height: 1.1;
  }

  .showcase__item-arrow {
    opacity: 1;
    transform: none;
    color: rgba(255,255,255,0.55);
    width: 26px;
    height: 10px;
  }

  .showcase__item:hover .showcase__item-title,
  .showcase__item:focus-visible .showcase__item-title {
    transform: none;
  }

  .showcase__item-mobile {
    display: block;
    margin-top: 12px;
    padding: 0 4px;
  }

  .showcase__item-mobile-img {
    width: 100%;
    aspect-ratio: 16 / 10;
    background-size: cover;
    background-position: center;
    border-radius: var(--radius-md);
    margin-bottom: 16px;
  }

  .showcase__item-mobile-text {
    font-family: var(--font-sans);
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255,255,255,0.72);
    margin: 0 0 16px;
  }

  .showcase__item-mobile-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-white);
    opacity: 0.85;
  }

  .showcase__item-mobile-cta svg {
    width: 14px;
    height: 10px;
  }

  /* Preview auf Mobile komplett unsichtbar */
  .showcase__preview { display: none; }
}

/* --- Portfolio / Selected Work --- */
.portfolio {
  padding: clamp(80px, 10vh, 140px) var(--gutter);
  background: var(--color-bg);
}

.portfolio__header {
  text-align: center;
  margin-bottom: clamp(60px, 8vh, 100px);
  position: relative;
}

.portfolio__heading {
  font-family: var(--font-serif);
  font-size: clamp(52px, 8vw, 120px);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.portfolio__heading em {
  font-style: italic;
}

.portfolio__count {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  color: var(--color-white);
}

/* --- Portfolio Stacking Cards Deck --- */
.portfolio__stack {
  --stack-top: clamp(88px, 12vh, 128px);
  --stack-offset: 14px;
  --card-radius: var(--radius-xl);
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 6vh, 72px);
  padding-bottom: clamp(60px, 10vh, 140px);
}

.portfolio__item {
  position: sticky;
  top: calc(var(--stack-top) + var(--index) * var(--stack-offset));
  border-radius: var(--card-radius);
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 16/9;
  transform-origin: 50% 0;
  box-shadow: 0 30px 60px -30px rgba(0,0,0,0.25);
  /* Force a dedicated GPU layer so die Skalierung sauber gerendert wird
     (verhindert die unscharfen / farbverwischenden Artefakte beim Stack). */
  transform: translate3d(0, 0, 0) scale(var(--scale, 1));
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.4s ease;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  isolation: isolate;
}

.portfolio__item:hover {
  box-shadow: 0 40px 80px -20px rgba(0,0,0,0.35);
}

.portfolio__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Hohe Render-Qualität für skalierte Bilder; behebt das "Verwaschen"
     der Farben in der Stacking-Animation auf der Startseite. */
  image-rendering: -webkit-optimize-contrast;
  image-rendering: auto;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: transform 0.6s ease;
}

.portfolio__item:hover img {
  transform: translate3d(0, 0, 0) scale(1.04);
}

.portfolio__item-label {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(8px);
  border-radius: var(--radius-pill);
  padding: 8px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.portfolio__item-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-accent);
}

.portfolio__item-name {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--color-text);
}

.portfolio__item-index {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--color-accent);
  margin-right: 2px;
}

@media (max-width: 768px) {
  .portfolio__stack {
    --stack-top: 84px;
    --stack-offset: 8px;
    gap: 18px;
    padding-bottom: 40px;
  }
  .portfolio__item {
    aspect-ratio: 4/5;
  }
}

@media (prefers-reduced-motion: reduce) {
  .portfolio__item {
    position: relative !important;
    top: auto !important;
    transform: none !important;
    transition: none !important;
  }
}

.portfolio__item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10,10,10,0);
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio__item:hover .portfolio__item-overlay {
  background: rgba(10,10,10,0.25);
}

.portfolio__item-view {
  opacity: 0;
  transform: scale(0.8);
  transition: var(--transition);
  background: var(--color-white);
  border-radius: var(--radius-pill);
  padding: 12px 24px;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.portfolio__item:hover .portfolio__item-view {
  opacity: 1;
  transform: scale(1);
}

.portfolio__cta {
  text-align: center;
  margin-top: clamp(40px, 5vh, 60px);
}

/* --- Referenzen / Clients --- */
.clients {
  padding: clamp(60px, 8vh, 100px) var(--gutter);
  background: var(--color-bg-alt);
  overflow: hidden;
}

.clients__label {
  text-align: center;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: 48px;
}

.clients__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(32px, 5vw, 64px);
}

.clients__logo {
  font-family: var(--font-serif);
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 300;
  color: var(--color-text-muted);
  letter-spacing: 0.04em;
  transition: var(--transition);
}

.clients__logo:hover {
  color: var(--color-text);
}

/* --- Testimonials --- */
.testimonials {
  padding: clamp(80px, 10vh, 140px) var(--gutter);
  background: var(--color-dark);
}

.testimonials__header {
  margin-bottom: clamp(48px, 6vh, 80px);
}

.testimonials__label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 20px;
}

.testimonials__heading {
  font-family: var(--font-serif);
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 300;
  line-height: 1.1;
  color: var(--color-white);
  letter-spacing: -0.02em;
}

.testimonials__heading em {
  font-style: italic;
}

.testimonials__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: var(--max-width);
  margin: 0 auto;
}

.testimonial-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 3vw, 44px);
  transition: var(--transition);
}

.testimonial-card:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.14);
}

.testimonial-card__quote {
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  color: rgba(255,255,255,0.85);
  margin-bottom: 28px;
}

.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  overflow: hidden;
  flex-shrink: 0;
}

.testimonial-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-card__avatar--initials {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 18px;
  font-style: italic;
  color: rgba(255,255,255,0.5);
}

.testimonial-card__name {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--color-white);
}

.testimonial-card__role {
  font-family: var(--font-sans);
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  margin-top: 2px;
}

/* --- Process Section --- */
.process {
  padding: clamp(80px, 10vh, 140px) var(--gutter);
  background: var(--color-bg);
}

.process__header {
  margin-bottom: clamp(60px, 8vh, 100px);
}

.process__label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: 20px;
}

.process__heading {
  font-family: var(--font-serif);
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.process__heading em {
  font-style: italic;
}

.process__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(24px, 3vw, 40px);
  max-width: var(--max-width);
  margin: 0 auto;
}

.process__step {
  padding: clamp(28px, 3vw, 44px);
  background: var(--color-white);
  border-radius: var(--radius-lg);
  transition: var(--transition);
}

.process__step:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.08);
}

.process__step-number {
  font-family: var(--font-serif);
  font-size: 52px;
  font-weight: 300;
  color: var(--color-bg-alt);
  line-height: 1;
  margin-bottom: 20px;
}

.process__step-title {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--color-text);
  margin-bottom: 12px;
}

.process__step-text {
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-text-muted);
}

/* --- FAQ Section (SEO: AI Overviews / Featured Snippets, elegant) --- */
.faq {
  padding: clamp(60px, 8vh, 120px) var(--gutter);
  background: var(--color-bg);
}

.faq__inner {
  max-width: 860px;
  margin: 0 auto;
}

.faq__header {
  text-align: center;
  margin-bottom: clamp(32px, 5vh, 56px);
}

.faq__label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: 14px;
}

.faq__heading {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.4vw, 48px);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--color-text);
  margin: 0;
}

.faq__heading em {
  font-style: italic;
  font-weight: 400;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(10,10,10,0.08);
}

.faq__item {
  border-bottom: 1px solid rgba(10,10,10,0.08);
  padding: 0;
}

.faq__item[open] {
  background: transparent;
}

.faq__q {
  list-style: none;
  cursor: pointer;
  padding: 22px 0;
  display: flex;
  align-items: center;
  gap: 24px;
  font-family: var(--font-serif);
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 400;
  line-height: 1.35;
  color: var(--color-text);
  transition: color 0.25s ease;
}

.faq__q::-webkit-details-marker { display: none; }
.faq__q::marker { display: none; content: ''; }

.faq__q > span:first-child {
  flex: 1 1 auto;
}

.faq__q:hover { color: var(--color-accent, #7a6a50); }

.faq__icon {
  position: relative;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq__icon::before,
.faq__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq__item[open] .faq__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq__a {
  padding: 0 0 26px 0;
  max-width: 740px;
  overflow: hidden;
  animation: faqFade 0.4s ease;
}

.faq__a p {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.75;
  color: var(--color-text-muted);
  margin: 0;
}

@keyframes faqFade {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 640px) {
  .faq__q { padding: 18px 0; gap: 16px; }
  .faq__a { padding-bottom: 20px; }
}

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

/* --- Contact Section --- */
.contact {
  padding: clamp(80px, 10vh, 140px) var(--gutter);
  background: var(--color-dark);
  position: relative;
  overflow: hidden;
}

.contact::before {
  content: '';
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,168,130,0.08) 0%, transparent 70%);
  pointer-events: none;
}

.contact__inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.contact__label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 24px;
}

.contact__heading {
  font-family: var(--font-serif);
  font-size: clamp(48px, 8vw, 110px);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--color-white);
  margin-bottom: 32px;
}

.contact__heading em {
  font-style: italic;
}

.contact__email {
  font-family: var(--font-serif);
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 300;
  color: rgba(255,255,255,0.6);
  margin-bottom: 48px;
  transition: var(--transition);
  display: inline-block;
}

.contact__email:hover {
  color: var(--color-white);
}

.contact__form {
  display: grid;
  gap: 16px;
  text-align: left;
  margin-top: 48px;
}

.form__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form__label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}

.form__input,
.form__textarea {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-sm);
  padding: 16px 20px;
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--color-white);
  transition: var(--transition);
  outline: none;
  width: 100%;
}

.form__input::placeholder,
.form__textarea::placeholder {
  color: rgba(255,255,255,0.25);
}

.form__input:focus,
.form__textarea:focus {
  border-color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.08);
}

.form__textarea {
  resize: vertical;
  min-height: 140px;
}

.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form__submit {
  justify-self: center;
  margin-top: 8px;
}

/* --- Footer --- */
.footer {
  background: var(--color-dark-2);
  padding: clamp(60px, 8vh, 100px) var(--gutter) 40px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.footer__top {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: clamp(32px, 4vw, 60px);
  margin-bottom: clamp(48px, 6vh, 80px);
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__logo {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--font-serif);
  color: var(--color-white);
  letter-spacing: 0.02em;
  line-height: 1;
}
.footer__logo span {
  font-size: 28px;
  font-weight: 500;
}
.footer__logo em {
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  opacity: 0.85;
}

.footer__tagline {
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.4);
  max-width: 240px;
}

.footer__social {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.footer__social-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  color: rgba(255,255,255,0.5);
}

.footer__social-link:hover {
  border-color: rgba(255,255,255,0.4);
  color: var(--color-white);
  background: rgba(255,255,255,0.05);
}

.footer__social-link svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.footer__col-title {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
  margin-bottom: 20px;
}

.footer__col-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__col-link {
  font-family: var(--font-sans);
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  transition: var(--transition);
}

.footer__col-link:hover {
  color: var(--color-white);
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.06);
  max-width: var(--max-width);
  margin: 0 auto;
}

.footer__copy {
  font-family: var(--font-sans);
  font-size: 12px;
  color: rgba(255,255,255,0.25);
}

.footer__legal {
  display: flex;
  gap: 24px;
}

.footer__legal-link {
  font-family: var(--font-sans);
  font-size: 12px;
  color: rgba(255,255,255,0.25);
  transition: var(--transition);
}

.footer__legal-link:hover {
  color: rgba(255,255,255,0.6);
}

/* --- Scroll Reveal Animations --- */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal--delay-1 { transition-delay: 0.1s; }
.reveal--delay-2 { transition-delay: 0.2s; }
.reveal--delay-3 { transition-delay: 0.3s; }
.reveal--delay-4 { transition-delay: 0.4s; }

.reveal--from-left {
  transform: translateX(-40px);
}

.reveal--from-left.is-visible {
  transform: translateX(0);
}

.reveal--from-right {
  transform: translateX(40px);
}

.reveal--from-right.is-visible {
  transform: translateX(0);
}

/* --- Page Loader --- */
.page-loader {
  position: fixed;
  inset: 0;
  background: var(--color-dark);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

/* Folge-Seitenaufrufe innerhalb derselben Session: Loader sofort ausblenden.
   Klasse wird per Inline-Script in inc/header.php gesetzt, BEVOR der Loader
   im DOM erscheint – dadurch kein Flackern. */
html.no-loader .page-loader {
  display: none !important;
}

.page-loader__logo {
  font-family: var(--font-serif);
  color: var(--color-white);
  letter-spacing: 0.02em;
  animation: loaderPulse 1.5s ease-in-out infinite;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  line-height: 1.1;
}
.page-loader__logo span {
  font-size: 36px;
  font-weight: 500;
}
.page-loader__logo em {
  font-style: italic;
  font-size: 22px;
  font-weight: 300;
  opacity: 0.85;
}

@keyframes loaderPulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

/* --- Cursor Custom --- */
.cursor {
  position: fixed;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-text);
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease, background 0.3s ease, opacity 0.2s ease;
}

/* Im Hero-Bereich nimmt die Lens die Cursor-Rolle ein */
.home-page .cursor.is-on-hero,
.home-page .cursor-follower.is-on-hero {
  opacity: 0;
}

.cursor-follower {
  position: fixed;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(26,26,26,0.3);
  pointer-events: none;
  z-index: 9997;
  transform: translate(-50%, -50%);
  transition: width 0.5s ease, height 0.5s ease, border-color 0.3s ease;
}

.cursor.is-hovering {
  width: 16px;
  height: 16px;
  background: var(--color-accent);
}

.cursor-follower.is-hovering {
  width: 60px;
  height: 60px;
  border-color: rgba(200,168,130,0.4);
}

/* --- Subpage Hero --- */
.page-hero {
  padding: clamp(140px, 18vh, 200px) var(--gutter) clamp(60px, 8vh, 100px);
  background: var(--color-dark);
}

.page-hero__label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 24px;
}

.page-hero__title {
  font-family: var(--font-serif);
  font-size: clamp(56px, 9vw, 130px);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.03em;
  color: var(--color-white);
}

.page-hero__title em {
  font-style: italic;
}

/* --- Gallery Grid (legacy, noch für Portfolio-Item genutzt) --- */
.gallery {
  padding: clamp(60px, 8vh, 100px) var(--gutter);
  background: var(--color-bg);
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: var(--max-width);
  margin: 0 auto;
}

.gallery__item {
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: pointer;
  transition: var(--transition);
}

.gallery__item:hover {
  transform: scale(1.02);
}

.gallery__item img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.gallery__item:hover img {
  transform: scale(1.06);
}

.gallery__item--tall img {
  aspect-ratio: 3/4;
}

/* =========================================================
   COLLAGE – Editorial Masonry (Leistungsseiten)
   Desktop: 6-Spalten-Grid mit gemischten Spans für ein
            unregelmäßiges, hochwertig kuratiertes Layout
   Mobile:  2-Spalten Masonry (column-fill), 1 Spalte sehr schmal
   ========================================================= */
.collage {
  padding: clamp(60px, 9vh, 120px) var(--gutter);
  background: var(--color-bg);
}

.collage__header {
  max-width: var(--max-width);
  margin: 0 auto clamp(40px, 6vh, 72px);
  text-align: center;
}

.collage__label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: 16px;
}

.collage__heading {
  font-family: var(--font-serif);
  font-size: clamp(36px, 5.5vw, 72px);
  font-weight: 300;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0;
}

.collage__heading em {
  font-style: italic;
  font-weight: 400;
}

/* --- Desktop-Grid (6 Spalten) --- */
.collage__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: clamp(130px, 12vw, 180px);
  grid-auto-flow: dense;
  gap: clamp(10px, 1.4vw, 18px);
  max-width: var(--max-width);
  margin: 0 auto;
}

.collage__item {
  position: relative;
  display: block;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0;
  background: var(--color-dark);
  border-radius: var(--radius-md);
  cursor: pointer;
  outline: none;
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  grid-column: span 2;
  grid-row: span 1;
}

/* Spans auf Desktop */
.collage__item--cx1 { grid-column: span 1; }
.collage__item--cx2 { grid-column: span 2; }
.collage__item--cx3 { grid-column: span 3; }
.collage__item--cy1 { grid-row: span 1; }
.collage__item--cy2 { grid-row: span 2; }
.collage__item--cy3 { grid-row: span 3; }

.collage__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.5s ease;
  display: block;
}

/* Feiner Frame-Glow beim Hover */
.collage__item-frame {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,0);
  border-radius: inherit;
  pointer-events: none;
  transition: border-color 0.4s ease, box-shadow 0.5s ease;
  z-index: 2;
}

/* Zoom-Icon unten rechts */
.collage__item-zoom {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(10,10,10,0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
  border-radius: 50%;
  opacity: 0;
  transform: translateY(8px) scale(0.9);
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 3;
}

.collage__item-zoom svg {
  width: 14px;
  height: 14px;
}

/* Subtiler Dark-Overlay beim Hover für Tiefe */
.collage__item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.28) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 1;
}

.collage__item:hover img,
.collage__item:focus-visible img {
  transform: scale(1.06);
}

.collage__item:hover,
.collage__item:focus-visible {
  transform: translateY(-2px);
}

.collage__item:hover .collage__item-frame,
.collage__item:focus-visible .collage__item-frame {
  border-color: rgba(255,255,255,0.22);
  box-shadow: 0 20px 50px -20px rgba(0,0,0,0.45);
}

.collage__item:hover .collage__item-zoom,
.collage__item:focus-visible .collage__item-zoom {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.collage__item:hover::after,
.collage__item:focus-visible::after {
  opacity: 1;
}

.collage__item:focus-visible {
  outline: 2px solid rgba(200,168,130,0.7);
  outline-offset: 3px;
}

/* --- Tablet (≤ 1024px): 4-Spalten-Grid, mildere Spans --- */
@media (max-width: 1024px) {
  .collage__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: clamp(140px, 18vw, 200px);
    gap: 12px;
  }
  .collage__item--cx3 { grid-column: span 4; }
  .collage__item--cx2 { grid-column: span 2; }
  .collage__item--cx1 { grid-column: span 2; }
  .collage__item--cy3 { grid-row: span 2; }
}

/* --- Mobile (≤ 700px): Masonry via CSS Columns (Bilder bleiben im Originalformat) --- */
@media (max-width: 700px) {
  .collage { padding: clamp(48px, 7vh, 72px) var(--gutter); }

  .collage__grid {
    display: block;
    column-count: 2;
    column-gap: 10px;
    grid-template-columns: none;
    grid-auto-rows: auto;
  }

  .collage__item {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px;
    grid-column: auto !important;
    grid-row: auto !important;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
  }

  .collage__item img {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
  }

  /* Verschiedene Formate für Masonry-Look */
  .collage__item--wide img { aspect-ratio: 4 / 3; }
  .collage__item--tall img { aspect-ratio: 3 / 4; }

  .collage__item-zoom {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
    opacity: 0.85;
    transform: none;
  }
  .collage__item-zoom svg { width: 12px; height: 12px; }
}

/* --- Sehr klein (≤ 380px): 1 Spalte --- */
@media (max-width: 380px) {
  .collage__grid {
    column-count: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .collage__item, .collage__item img, .collage__item-zoom, .collage__item-frame, .collage__item::after {
    transition: none !important;
  }
}

/* =========================================================
   LIGHTBOX / GALLERY
   ========================================================= */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 10, 10, 0.96);
  backdrop-filter: blur(18px) saturate(1.1);
  -webkit-backdrop-filter: blur(18px) saturate(1.1);
  z-index: 9990;
  display: grid;
  grid-template-columns: 72px 1fr 72px;
  grid-template-rows: auto 1fr auto;
  grid-template-areas:
    "header header header"
    "prev   stage  next"
    "thumbs thumbs thumbs";
  gap: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.lightbox.is-open {
  opacity: 1;
  pointer-events: all;
}

.lightbox__header {
  grid-area: header;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 80px 18px clamp(20px, 4vw, 48px);
  color: rgba(255, 255, 255, 0.9);
}

.lightbox__title {
  font-family: var(--font-serif);
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #fff;
  line-height: 1.2;
}

.lightbox__counter {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  white-space: nowrap;
}
.lightbox__counter-current {
  color: #fff;
  font-weight: 600;
}
.lightbox__counter-sep { opacity: 0.5; }

.lightbox__stage {
  grid-area: stage;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px clamp(12px, 2vw, 30px);
  min-height: 0;
  cursor: zoom-out;
}

.lightbox__img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.8);
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
}
.lightbox__img.is-visible {
  opacity: 1;
  transform: scale(1);
}

/* Close-Button oben rechts */
.lightbox__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.2s ease, transform 0.2s ease;
  z-index: 5;
}
.lightbox__close:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: scale(1.05);
}

/* Prev/Next-Pfeile */
.lightbox__nav {
  align-self: center;
  justify-self: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.2s ease, transform 0.2s ease;
}
.lightbox__nav:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: scale(1.06);
}
.lightbox__nav--prev { grid-area: prev; }
.lightbox__nav--next { grid-area: next; }

/* Thumbnails unten */
.lightbox__thumbs {
  grid-area: thumbs;
  display: flex;
  gap: 8px;
  padding: 16px clamp(16px, 4vw, 48px) 22px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.2) transparent;
  justify-content: center;
}
.lightbox__thumbs::-webkit-scrollbar { height: 4px; }
.lightbox__thumbs::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.2); border-radius: 2px; }
.lightbox__thumbs::-webkit-scrollbar-track { background: transparent; }

.lightbox__thumb {
  flex: 0 0 auto;
  width: 72px;
  height: 54px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  background: none;
  cursor: pointer;
  overflow: hidden;
  opacity: 0.55;
  transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.lightbox__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lightbox__thumb:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}
.lightbox__thumb.is-active {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.9);
}

/* Overlay / Counter für Gallery-Items auf der Portfolio-Übersicht */
.gallery__item { position: relative; }
.gallery__item-overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: 16px 18px;
  background: linear-gradient(to top, rgba(10,10,10,0.85), rgba(10,10,10,0));
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
.gallery__item:hover .gallery__item-overlay,
.gallery__item:focus-visible .gallery__item-overlay {
  opacity: 1;
  transform: translateY(0);
}
.gallery__item-title {
  color: #fff;
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
}
.gallery__item-count {
  color: rgba(255,255,255,0.8);
  font-family: var(--font-sans);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 10px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 999px;
  white-space: nowrap;
}

/* Mobile Lightbox */
@media (max-width: 768px) {
  .lightbox {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr auto auto;
    grid-template-areas:
      "header header"
      "stage  stage"
      "prev   next"
      "thumbs thumbs";
  }
  .lightbox__header {
    padding: 18px 60px 10px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .lightbox__nav {
    width: 48px;
    height: 48px;
    margin: 10px 0 4px;
  }
  .lightbox__nav--prev { justify-self: end; margin-right: 12px; }
  .lightbox__nav--next { justify-self: start; margin-left: 12px; }
  .lightbox__stage { padding: 6px 14px; }
  .lightbox__thumb { width: 56px; height: 44px; }
  .lightbox__close {
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
  }
  .lightbox__title { font-size: 16px; }
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  .about__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about__image-wrap {
    max-width: 500px;
    margin: 0 auto;
  }

  .about__badge {
    right: 20px;
  }

  .footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .nav__links {
    display: none;
  }

  .nav__cta {
    display: none;
  }

  .nav__hamburger {
    display: flex;
  }

  .nav__mobile {
    display: block;
  }

  /* Auf Mobile den Logo-Zusatz "von der Hagen" etwas kleiner halten,
     damit der Nav-Pill nicht überläuft */
  .nav__logo em {
    font-size: 13px;
  }

  /* Submenu auf Mobile verbirgt sich – wird innerhalb der Mobile-Nav gerendert */
  .nav__item--has-submenu .nav__submenu {
    display: none;
  }

  .service__card {
    max-width: 100%;
    margin: var(--gutter);
  }

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

  .footer__top {
    grid-template-columns: 1fr;
  }

  .footer__bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .form__row {
    grid-template-columns: 1fr;
  }

  .testimonials__grid {
    grid-template-columns: 1fr;
  }

  .cursor,
  .cursor-follower {
    display: none;
  }
}

@media (max-width: 480px) {
  .gallery__grid {
    grid-template-columns: 1fr;
  }

  .process__steps {
    grid-template-columns: 1fr;
  }
}

/* --- Utility Classes --- */
.text-center { text-align: center; }
.text-white { color: var(--color-white); }
.mt-auto { margin-top: auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* =========================================
   ACCESSIBILITY & POLISH
   ========================================= */

/* Focus-Styles für Tastaturnutzung */
:focus-visible {
  outline: 2px solid rgba(255,255,255,0.8);
  outline-offset: 3px;
  border-radius: 2px;
}
.nav--light :focus-visible,
body:not(.home-page) .hero :focus-visible,
.btn:focus-visible {
  outline-color: currentColor;
}

/* Skip-Link für Screenreader & Tastatur */
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 9999;
  padding: 12px 20px;
  background: #0A0A0A;
  color: #fff;
  text-decoration: none;
  font-family: var(--font-sans);
  font-size: 14px;
  border-radius: 0 0 4px 0;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 0;
}

/* Reduced-Motion: respektiert OS-Einstellung */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal, .reveal-left, .reveal-right, .reveal-scale {
    opacity: 1 !important;
    transform: none !important;
  }
  .page-loader, .cursor, .cursor-follower {
    display: none !important;
  }
  .ticker__content {
    animation: none !important;
  }
}

/* Touch-Geräte: Custom Cursor ausblenden */
@media (hover: none), (pointer: coarse) {
  .cursor, .cursor-follower { display: none !important; }
}

/* =====================================================================
   BREADCRUMBS (global, unter Nav)
   ===================================================================== */
.breadcrumbs {
  padding: 120px var(--gutter) 0;
  background: var(--color-bg);
}
.breadcrumbs__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--color-text-muted);
}
.breadcrumbs__inner a {
  color: var(--color-text-muted);
  transition: color 0.2s ease;
}
.breadcrumbs__inner a:hover { color: var(--color-text); }
.breadcrumbs__inner [aria-current="page"] {
  color: var(--color-text);
  font-weight: 500;
}
@media (max-width: 700px) {
  .breadcrumbs { padding-top: 96px; font-size: 11px; }
}

/* =====================================================================
   LEGAL PAGES (Impressum / Datenschutz)
   ===================================================================== */
.legal-page {
  padding: clamp(40px, 6vh, 80px) var(--gutter) clamp(60px, 10vh, 120px);
  background: var(--color-bg);
}
.legal-page__inner {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: clamp(32px, 4vh, 56px);
}
.legal-page__toc {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 24px 28px;
  font-family: var(--font-sans);
}
.legal-page__toc-title {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin: 0 0 14px;
}
.legal-page__toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: toc;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 20px;
}
.legal-page__toc li {
  counter-increment: toc;
  font-size: 14px;
  line-height: 1.5;
}
.legal-page__toc li::before {
  content: counter(toc, decimal-leading-zero) " · ";
  color: var(--color-text-muted);
  font-variant-numeric: tabular-nums;
}
.legal-page__toc a {
  color: var(--color-text);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.legal-page__toc a:hover { border-bottom-color: var(--color-accent); }
@media (max-width: 640px) {
  .legal-page__toc ol { grid-template-columns: 1fr; }
}

.legal-page__content, .legal-page__cms-content {
  font-family: var(--font-sans);
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--color-text);
}
.legal-page__content h2,
.legal-page__cms-content h2 {
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 300;
  letter-spacing: -0.01em;
  color: var(--color-text);
  margin: 40px 0 14px;
  scroll-margin-top: 120px;
}
.legal-page__content h3,
.legal-page__cms-content h3 {
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 400;
  color: var(--color-text);
  margin: 28px 0 10px;
}
.legal-page__content p, .legal-page__cms-content p { margin: 0 0 14px; color: var(--color-text); }
.legal-page__content ul, .legal-page__cms-content ul { margin: 0 0 18px; padding-left: 22px; }
.legal-page__content li, .legal-page__cms-content li { margin: 0 0 6px; }
.legal-page__content a, .legal-page__cms-content a {
  color: var(--color-text);
  border-bottom: 1px solid var(--color-border);
  transition: border-color 0.2s ease;
}
.legal-page__content a:hover, .legal-page__cms-content a:hover {
  border-bottom-color: var(--color-accent);
}
.legal-page__meta {
  padding: 24px;
  background: var(--color-bg-alt);
  border-radius: var(--radius-md);
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--color-text-muted);
  display: grid;
  gap: 10px;
}
.legal-page__stand { margin: 0; font-weight: 500; color: var(--color-text); }
.legal-page__source { margin: 0; font-size: 12px; line-height: 1.6; }
.legal-page__ccm-button {
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  padding: 10px 18px;
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.legal-page__ccm-button:hover { background: var(--color-text); color: var(--color-white); }

/* =====================================================================
   CONTACT PAGE (neu)
   ===================================================================== */
.contact-page {
  padding: clamp(60px, 8vh, 100px) var(--gutter);
  background: var(--color-bg);
}
.contact-page__grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: start;
}
@media (max-width: 900px) {
  .contact-page__grid { grid-template-columns: 1fr; }
}
.contact-page__heading {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 24px;
}
.contact-page__heading em { font-style: italic; }
.contact-page__intro {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.75;
  color: var(--color-text-muted);
  margin: 0 0 32px;
}
.contact-page__rows {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.contact-page__row-label {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin: 0 0 6px;
}
.contact-page__row-value {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 300;
  color: var(--color-text);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}
a.contact-page__row-value:hover { border-bottom-color: var(--color-accent); }
.contact-page__row-value--small { font-size: 16px; }

.contact-page__form-wrap {
  background: var(--color-white);
  padding: clamp(32px, 4vw, 56px);
  border-radius: var(--radius-lg);
  box-shadow: 0 8px 48px rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.05);
}
.contact-page__form { display: flex; flex-direction: column; gap: 20px; }

/* Form-Felder auf der Kontaktseite (heller Karten-Hintergrund) */
.contact-page .form__label {
  color: var(--color-text-muted);
}
.contact-page .form__input,
.contact-page .form__textarea,
.contact-page select.form__input {
  background: #fafaf7;
  border: 1px solid rgba(0,0,0,0.12);
  color: var(--color-text);
  appearance: none;
  -webkit-appearance: none;
}
.contact-page .form__input::placeholder,
.contact-page .form__textarea::placeholder {
  color: rgba(0,0,0,0.35);
}
.contact-page .form__input:hover,
.contact-page .form__textarea:hover,
.contact-page select.form__input:hover {
  border-color: rgba(0,0,0,0.25);
}
.contact-page .form__input:focus,
.contact-page .form__textarea:focus,
.contact-page select.form__input:focus {
  background: #fff;
  border-color: var(--color-text);
  box-shadow: 0 0 0 3px rgba(0,0,0,0.06);
}
.contact-page select.form__input {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1l5 5 5-5' stroke='%23222' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px 8px;
  padding-right: 48px;
  cursor: pointer;
}
.contact-page select.form__input option {
  color: var(--color-text);
  background: #fff;
}
.contact-page .form__checkbox {
  color: var(--color-text-muted);
}
.contact-page .form__checkbox a {
  color: var(--color-text);
}
.contact-page .form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 600px) {
  .contact-page .form__row { grid-template-columns: 1fr; }
}
.contact-page__hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px; height: 1px;
  overflow: hidden;
}
.contact-page__submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 8px;
}
@media (max-width: 500px) {
  .contact-page__submit { flex-direction: column; align-items: stretch; }
}
.contact-page__submit-note {
  font-family: var(--font-sans);
  font-size: 11px;
  color: var(--color-text-muted);
  margin: 0;
}
.form__checkbox {
  display: flex;
  gap: 12px;
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.55;
  color: var(--color-text-muted);
  cursor: pointer;
}
.form__checkbox input {
  margin-top: 3px;
  width: 16px; height: 16px;
  accent-color: var(--color-text);
}
.form__checkbox a {
  color: var(--color-text);
  text-decoration: underline;
}

.contact-page__alert {
  background: #fff5f5;
  border: 1px solid #f0c2c2;
  border-left: 3px solid #b42020;
  color: #6a1111;
  padding: 16px 20px;
  border-radius: var(--radius-md);
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.55;
  margin-bottom: 20px;
}
.contact-page__success {
  text-align: center;
  padding: 24px 0;
}
.contact-page__success-icon {
  width: 64px; height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #ecf6ed;
  color: #2e7d38;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-page__success h2 {
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 300;
  margin: 0 0 12px;
}
.contact-page__success p {
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--color-text-muted);
  line-height: 1.65;
  margin: 0 0 8px;
}
.contact-page__success-note { font-size: 13px; }
.contact-page__success a { color: var(--color-text); text-decoration: underline; }

/* =====================================================================
   404 PAGE
   ===================================================================== */
.error404 {
  min-height: calc(100vh - 180px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(80px, 10vh, 140px) var(--gutter);
  background: var(--color-bg);
}
.error404__inner {
  max-width: 820px;
  text-align: center;
}
.error404__code {
  font-family: var(--font-serif);
  font-size: clamp(100px, 20vw, 220px);
  font-weight: 300;
  color: var(--color-text);
  opacity: 0.08;
  line-height: 1;
  margin: 0 0 20px;
  letter-spacing: -0.04em;
}
.error404__title {
  font-family: var(--font-serif);
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 20px;
}
.error404__title em { font-style: italic; }
.error404__text {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text-muted);
  margin: 0 auto 36px;
  max-width: 560px;
}
.error404__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.error404__suggestions-label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin: 0 0 14px;
}
.error404__suggestions-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}
.error404__suggestions-list a {
  font-family: var(--font-sans);
  font-size: 13.5px;
  color: var(--color-text);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.error404__suggestions-list a:hover { border-bottom-color: var(--color-accent); }

/* =====================================================================
   LOCATIONS (Übersicht)
   ===================================================================== */
.locations { padding: clamp(40px, 6vh, 80px) var(--gutter) clamp(80px, 10vh, 120px); background: var(--color-bg); }
.locations__inner { max-width: var(--max-width); margin: 0 auto; }
.locations__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: clamp(20px, 2.4vw, 28px);
}
.locations__card {
  display: block;
  position: relative;
  background: var(--color-white);
  border-radius: var(--radius-md);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.locations__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(0,0,0,0.08);
}
.locations__card-img {
  aspect-ratio: 4 / 5;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}
.locations__card:hover .locations__card-img { transform: scale(1.04); }
.locations__card-img--placeholder {
  background: linear-gradient(135deg, #eee 0%, #ddd 100%);
}
.locations__card-body {
  padding: 22px 24px 28px;
}
.locations__card-region {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin: 0 0 8px;
}
.locations__card-title {
  font-family: var(--font-serif);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 300;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
}
.locations__card-teaser {
  font-family: var(--font-sans);
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--color-text-muted);
  margin: 0 0 16px;
}
.locations__card-cta {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.locations__card-cta svg { width: 14px; height: 14px; transition: transform 0.3s ease; }
.locations__card:hover .locations__card-cta svg { transform: translateX(4px); }

/* =====================================================================
   LOCATION-DETAIL
   ===================================================================== */
.location-hero {
  padding: clamp(80px, 14vh, 160px) var(--gutter) clamp(60px, 10vh, 120px);
  background: var(--color-text);
  color: var(--color-white);
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.location-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10,10,10,0.8) 0%, rgba(10,10,10,0.55) 100%);
  z-index: 1;
}
.location-hero__inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}
.location-hero__label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.7;
  margin: 0 0 16px;
}
.location-hero__title {
  font-family: var(--font-serif);
  font-size: clamp(48px, 8vw, 100px);
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 20px;
}
.location-hero__title em { font-style: italic; font-weight: 400; }
.location-hero__sub {
  font-family: var(--font-sans);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.55;
  color: rgba(255,255,255,0.75);
  max-width: 680px;
  margin: 0 auto 34px;
}
.location-hero__cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.location-intro {
  padding: clamp(60px, 8vh, 100px) var(--gutter);
  background: var(--color-bg);
}
.location-intro__inner {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: start;
}
@media (max-width: 900px) { .location-intro__inner { grid-template-columns: 1fr; } }
.location-intro__text p {
  font-family: var(--font-sans);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.8;
  color: var(--color-text);
  margin: 0 0 18px;
}
.location-intro__text strong { font-weight: 600; color: var(--color-text); }
.location-intro__facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  background: var(--color-white);
  padding: 28px;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border);
}
.location-intro__fact--wide { grid-column: 1 / -1; }
.location-intro__fact-label {
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin: 0 0 6px;
}
.location-intro__fact-value {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 400;
  color: var(--color-text);
  margin: 0;
  line-height: 1.35;
}
.location-intro__fact-value--small { font-size: 14px; font-family: var(--font-sans); line-height: 1.5; }

.location-services { padding: clamp(60px, 8vh, 100px) var(--gutter); background: var(--color-bg-alt); }
.location-services__inner { max-width: var(--max-width); margin: 0 auto; }
.location-services__header { text-align: center; max-width: 720px; margin: 0 auto clamp(40px,5vh,60px); }
.location-services__label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin: 0 0 14px;
}
.location-services__heading {
  font-family: var(--font-serif);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 14px;
}
.location-services__heading em { font-style: italic; }
.location-services__sub {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.7;
  color: var(--color-text-muted);
  margin: 0;
}
.location-services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(20px, 2.4vw, 28px);
}
.location-services__card {
  background: var(--color-white);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.location-services__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(0,0,0,0.06);
}
.location-services__card-img {
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
}
.location-services__card-body { padding: 24px 26px 28px; flex: 1; display: flex; flex-direction: column; }
.location-services__card-title {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 0 0 10px;
}
.location-services__card-teaser {
  font-family: var(--font-sans);
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--color-text-muted);
  margin: 0 0 18px;
  flex: 1;
}
.location-services__card-link {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.location-services__card-link svg { width: 12px; height: 12px; transition: transform 0.3s ease; }
.location-services__card-link:hover svg { transform: translateX(4px); }

.location-spec { padding: clamp(60px, 8vh, 100px) var(--gutter); background: var(--color-bg); }
.location-spec__inner { max-width: 960px; margin: 0 auto; }
.location-spec__header { margin-bottom: clamp(32px, 4vh, 48px); text-align: center; }
.location-spec__label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin: 0 0 14px;
}
.location-spec__heading {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0;
}
.location-spec__heading em { font-style: italic; }
.location-spec__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0; }
.location-spec__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid var(--color-border);
  align-items: baseline;
}
.location-spec__item:last-child { border-bottom: 1px solid var(--color-border); }
.location-spec__num {
  font-family: var(--font-serif);
  font-size: 18px;
  color: var(--color-text-muted);
  font-variant-numeric: tabular-nums;
  min-width: 40px;
}
.location-spec__text {
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-text);
}

.location-highlights { padding: clamp(60px, 8vh, 100px) var(--gutter); background: var(--color-bg-alt); }
.location-highlights__inner { max-width: var(--max-width); margin: 0 auto; text-align: center; }
.location-highlights__header { max-width: 720px; margin: 0 auto clamp(32px,4vh,48px); }
.location-highlights__label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin: 0 0 14px;
}
.location-highlights__heading {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 14px;
}
.location-highlights__heading em { font-style: italic; }
.location-highlights__sub {
  font-family: var(--font-sans);
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--color-text-muted);
  margin: 0;
}
.location-highlights__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.location-highlights__item {
  font-family: var(--font-sans);
  font-size: 13.5px;
  padding: 10px 20px;
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: var(--color-text);
}

.location-testis { padding: clamp(60px, 8vh, 100px) var(--gutter); background: var(--color-bg); }
.location-testis__inner { max-width: var(--max-width); margin: 0 auto; }
.location-testis__header { text-align: center; margin-bottom: clamp(32px,4vh,48px); }
.location-testis__label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin: 0 0 14px;
}
.location-testis__heading {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.4vw, 46px);
  font-weight: 300;
  letter-spacing: -0.02em;
  margin: 0;
}
.location-testis__heading em { font-style: italic; }
.location-testis__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}
.location-testis__card {
  background: var(--color-white);
  border-left: 2px solid var(--color-text);
  padding: 26px 28px;
  margin: 0;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
}
.location-testis__card p {
  font-family: var(--font-serif);
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.55;
  color: var(--color-text);
  margin: 0 0 18px;
}
.location-testis__card footer {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--color-text-muted);
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.location-testis__card footer strong { color: var(--color-text); font-weight: 500; }

/* =====================================================================
   JOURNAL – Übersicht
   ===================================================================== */
.journal { padding: clamp(40px, 6vh, 80px) var(--gutter) clamp(80px, 10vh, 120px); background: var(--color-bg); }
.journal__inner { max-width: var(--max-width); margin: 0 auto; }
.journal__empty { font-family: var(--font-sans); text-align: center; color: var(--color-text-muted); padding: 60px 0; }
.journal__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: clamp(24px, 3vw, 40px);
}
.journal__card {
  background: var(--color-white);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.journal__card:hover { transform: translateY(-4px); box-shadow: 0 18px 50px rgba(0,0,0,0.08); }
.journal__card-link { display: block; text-decoration: none; color: inherit; }
.journal__card-img {
  aspect-ratio: 16/10;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}
.journal__card:hover .journal__card-img { transform: scale(1.04); }
.journal__card-body { padding: 24px 28px 28px; }
.journal__card-meta {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin: 0 0 14px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.journal__card-cat { color: var(--color-text); font-weight: 600; }
.journal__card-title {
  font-family: var(--font-serif);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 400;
  letter-spacing: -0.01em;
  margin: 0 0 12px;
  line-height: 1.25;
}
.journal__card-intro {
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.65;
  color: var(--color-text-muted);
  margin: 0 0 18px;
}
.journal__card-cta {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-text);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.journal__card-cta svg { width: 12px; height: 12px; transition: transform 0.3s ease; }
.journal__card:hover .journal__card-cta svg { transform: translateX(4px); }

/* =====================================================================
   JOURNAL POST (Einzelartikel)
   ===================================================================== */
.post { background: var(--color-bg); }
.post__header { padding: clamp(40px, 6vh, 80px) var(--gutter) clamp(30px, 4vh, 50px); text-align: center; }
.post__header .container { max-width: 800px; }
.post__meta {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin: 0 0 20px;
}
.post__cat { color: var(--color-text); font-weight: 600; }
.post__title {
  font-family: var(--font-serif);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 0 0 20px;
}
.post__intro {
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.5;
  color: var(--color-text-muted);
  margin: 0;
}
.post__cover {
  max-width: var(--max-width);
  margin: 0 auto clamp(40px, 6vh, 70px);
  padding: 0 var(--gutter);
}
.post__cover img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-md);
  display: block;
}
.post__body {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 var(--gutter) clamp(40px, 6vh, 60px);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.8;
  color: var(--color-text);
}
.post__body h2 {
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 300;
  letter-spacing: -0.01em;
  margin: 40px 0 14px;
}
.post__body h3 {
  font-family: var(--font-serif);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 400;
  margin: 30px 0 10px;
}
.post__body p { margin: 0 0 18px; }
.post__body ul, .post__body ol { margin: 0 0 22px; padding-left: 22px; }
.post__body li { margin: 0 0 6px; }
.post__body a { color: var(--color-text); border-bottom: 1px solid var(--color-border); transition: border-color 0.2s ease; }
.post__body a:hover { border-bottom-color: var(--color-accent); }
.post__body strong { font-weight: 600; color: var(--color-text); }
.post__body em { font-style: italic; color: var(--color-text-muted); }
.post__share {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(24px, 3vh, 36px) var(--gutter);
  border-top: 1px solid var(--color-border);
}
.post__share-label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin: 0 0 14px;
}
.post__share-links { display: flex; flex-wrap: wrap; gap: 16px; }
.post__share-links a {
  font-family: var(--font-sans);
  font-size: 13px;
  padding: 10px 18px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  color: var(--color-text);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.post__share-links a:hover { background: var(--color-text); color: var(--color-white); }

.post-related { padding: clamp(60px, 8vh, 100px) var(--gutter); background: var(--color-bg-alt); }
.post-related__inner { max-width: var(--max-width); margin: 0 auto; }
.post-related__header { text-align: center; margin-bottom: clamp(32px,4vh,48px); }
.post-related__label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin: 0 0 14px;
}
.post-related__heading {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 300;
  margin: 0;
}
.post-related__heading em { font-style: italic; }
.post-related__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.post-related__card {
  display: block;
  background: var(--color-white);
  border-radius: var(--radius-md);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.4s ease;
}
.post-related__card:hover { transform: translateY(-3px); }
.post-related__card-img {
  aspect-ratio: 3 / 2;
  background-size: cover;
  background-position: center;
}
.post-related__card-body { padding: 18px 22px 20px; }
.post-related__card-body h3 {
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 400;
  margin: 0 0 8px;
  line-height: 1.3;
}
.post-related__card-body time {
  font-family: var(--font-sans);
  font-size: 11px;
  color: var(--color-text-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* =====================================================================
   FOOTER: Cookie-Einstellungen-Button
   ===================================================================== */
.footer__legal-link--button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
  text-decoration: none;
}
.footer__legal-link--button:hover { color: var(--color-text); }

/* =====================================================================
   USP Section (Home)
   ===================================================================== */
.usp { padding: clamp(60px, 8vh, 100px) var(--gutter); background: var(--color-bg-alt); }
.usp__inner { max-width: var(--max-width); margin: 0 auto; }
.usp__header { text-align: center; max-width: 720px; margin: 0 auto clamp(40px,5vh,60px); }
.usp__label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin: 0 0 14px;
}
.usp__heading {
  font-family: var(--font-serif);
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 300;
  letter-spacing: -0.02em;
  margin: 0;
}
.usp__heading em { font-style: italic; }
.usp__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0;
}
.usp__item {
  padding: 28px 24px;
  border-right: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  background: var(--color-white);
}
.usp__item:last-child { border-right: none; }
@media (max-width: 700px) {
  .usp__item { border-right: none; }
}
.usp__item-num {
  font-family: var(--font-serif);
  font-size: 13px;
  color: var(--color-text-muted);
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  font-variant-numeric: tabular-nums;
}
.usp__item-title {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 400;
  color: var(--color-text);
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}
.usp__item-text {
  font-family: var(--font-sans);
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--color-text-muted);
  margin: 0;
}

/* =====================================================================
   LEISTUNGEN: Related Services & Long Intro
   ===================================================================== */
.service-long-intro {
  max-width: 760px;
  margin: 0 auto clamp(40px, 5vh, 60px);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.85;
  color: var(--color-text);
}
.service-long-intro h2, .service-long-intro h3 {
  font-family: var(--font-serif);
  font-weight: 300;
  letter-spacing: -0.01em;
  margin: 32px 0 14px;
}
.service-long-intro h2 { font-size: clamp(24px, 2.6vw, 32px); }
.service-long-intro h3 { font-size: clamp(18px, 2vw, 22px); font-weight: 400; }
.service-long-intro p { margin: 0 0 16px; }
.service-long-intro ul, .service-long-intro ol { margin: 0 0 20px; padding-left: 22px; }
.service-long-intro li { margin: 0 0 6px; }
.service-long-intro strong { font-weight: 600; }

.related-services { padding: clamp(60px, 8vh, 100px) var(--gutter); background: var(--color-bg-alt); }
.related-services__inner { max-width: var(--max-width); margin: 0 auto; }
.related-services__header { text-align: center; margin-bottom: clamp(32px,4vh,48px); }
.related-services__label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin: 0 0 14px;
}
.related-services__heading {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 300;
  letter-spacing: -0.02em;
  margin: 0;
}
.related-services__heading em { font-style: italic; }
.related-services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}
.related-services__card {
  display: block;
  background: var(--color-white);
  border-radius: var(--radius-md);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.related-services__card:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(0,0,0,0.06); }
.related-services__card-img {
  aspect-ratio: 3 / 2;
  background-size: cover;
  background-position: center;
}
.related-services__card-body { padding: 18px 22px 22px; }
.related-services__card-body h3 {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 6px;
}
.related-services__card-body p {
  font-family: var(--font-sans);
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--color-text-muted);
  margin: 0;
}

/* =====================================================================
   Page-Hero Lead (für Übersichtsseiten)
   ===================================================================== */
.page-hero__lead {
  font-family: var(--font-sans);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.7;
  color: var(--color-text-muted);
  max-width: 680px;
  margin: 18px auto 0;
  text-align: center;
}
.page-hero .container { text-align: center; }

/* Print-Styles (inline) */
@media print {
  .nav, .nav__mobile, .page-loader, .cursor, .cursor-follower,
  .contact, .contact-cta, .footer__social, .btn, .ticker,
  .breadcrumbs, .marquee-wrap, .hero__scroll, .hero__timeline,
  .hero-lens, .cookie-banner, .showcase__preview {
    display: none !important;
  }
  body { background: #fff !important; color: #000 !important; }
  a { color: #000 !important; text-decoration: underline; }
  img { max-width: 100% !important; page-break-inside: avoid; }
  h1, h2, h3 { page-break-after: avoid; }
}

/* ==========================================================================
   SHOWREEL / Video-Player auf Leistung-Seiten
   ========================================================================== */
.showreel {
  padding: clamp(60px, 9vh, 120px) var(--gutter);
  background: var(--color-dark);
  color: var(--color-white);
}
.showreel__inner {
  max-width: var(--max-width);
  margin: 0 auto;
}
.showreel__header {
  margin-bottom: clamp(36px, 6vh, 72px);
  text-align: center;
}
.showreel__label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 16px;
}
.showreel__heading {
  font-family: var(--font-serif);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.05;
}
.showreel__heading em { font-style: italic; }
.showreel__sub {
  margin-top: 18px;
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,0.65);
  max-width: 620px;
  margin-inline: auto;
}
.showreel__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vh, 48px);
}
.showreel__grid[data-videos="1"] .showreel__item { max-width: 1100px; margin-inline: auto; width: 100%; }
@media (min-width: 900px) {
  .showreel__grid[data-videos="2"],
  .showreel__grid[data-videos="3"],
  .showreel__grid[data-videos="4"] {
    grid-template-columns: repeat(2, 1fr);
  }
  .showreel__grid[data-videos="5"],
  .showreel__grid[data-videos="6"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
.showreel__item {
  position: relative;
  margin: 0;
}
.showreel__video-wrap {
  position: relative;
  aspect-ratio: 16/9;
  background: #050505;
  border-radius: var(--radius-lg, 16px);
  overflow: hidden;
  box-shadow:
    0 30px 60px -30px rgba(0,0,0,0.65),
    0 0 0 1px rgba(255,255,255,0.05);
  isolation: isolate;
}
.showreel__video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #050505;
}
/* Custom Play-Button (Overlay vor erstem Play) */
.showreel__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.35) 60%, rgba(0,0,0,0.55) 100%);
  border: 0;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.35s ease, background 0.35s ease;
  z-index: 2;
}
.showreel__play svg { width: 78px; height: 78px; transition: transform 0.35s ease; filter: drop-shadow(0 8px 20px rgba(0,0,0,0.45)); }
.showreel__play:hover svg { transform: scale(1.08); }
.showreel__play:hover { background: linear-gradient(180deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.3) 60%, rgba(0,0,0,0.5) 100%); }
.showreel__item.is-playing .showreel__play { opacity: 0; pointer-events: none; }
/* Lens-Optik (passt zum Hero) */
.showreel__corner {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1.5px solid rgba(255,255,255,0.7);
  z-index: 3;
  pointer-events: none;
}
.showreel__corner--tl { top: 14px;  left: 14px;  border-right: 0; border-bottom: 0; }
.showreel__corner--tr { top: 14px;  right: 14px; border-left: 0;  border-bottom: 0; }
.showreel__corner--bl { bottom: 14px; left: 14px;  border-right: 0; border-top: 0; }
.showreel__corner--br { bottom: 14px; right: 14px; border-left: 0;  border-top: 0; }
.showreel__rec {
  position: absolute;
  top: 16px;
  right: 50px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff3b30;
  box-shadow: 0 0 0 4px rgba(255,59,48,0.15);
  z-index: 3;
  pointer-events: none;
  animation: showreelRec 1.6s ease-in-out infinite;
}
@keyframes showreelRec {
  0%, 100% { opacity: 1; }
  50%      { opacity: 0.25; }
}
.showreel__item.is-playing .showreel__corner,
.showreel__item.is-playing .showreel__rec { opacity: 0; transition: opacity 0.4s ease; }
.showreel__caption {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  font-family: var(--font-sans);
  font-size: 13px;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.7);
}
.showreel__num {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--color-accent, #c8a45f);
}
@media (prefers-reduced-motion: reduce) {
  .showreel__rec { animation: none; }
}
