/* Möbel Rogen · Startseite, Entwurf 3
   Richtung: fluid.glass + felix-nieto.com (Referenzen von Leon).
   Heller Hero mit grosser Grotesk/Serif-Headline, Video waechst beim
   Scrollen in die Mitte (GSAP ScrollTrigger), gepinnter Ablauf,
   Team-Marquee, Angebote, Stimmen. Corporate: Rogen-Blau #2D66A0.
   Schriften und GSAP selbst gehostet, keine externen Requests. */

@font-face {
  font-family: 'General Sans';
  src: url('/assets/fonts/GeneralSans-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('/assets/fonts/GeneralSans-Medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('/assets/fonts/GeneralSans-Semibold.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'General Sans';
  src: url('/assets/fonts/GeneralSans-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('/assets/fonts/ClashDisplay-Medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}

:root {
  --paper: #F0EDE6;
  --ink: #1A1915;
  --soft: #5F5B53;
  --line: rgba(26, 25, 21, .14);
  --blue: #2D66A0;
  --blue-deep: #24517F;
  --dark: #17191C;
  --on-dark: #EAE7E0;
  --on-dark-soft: rgba(234, 231, 224, .62);
  --dark-line: rgba(234, 231, 224, .16);
  --sans: 'General Sans', system-ui, -apple-system, sans-serif;
  --display: 'Clash Display', 'General Sans', system-ui, sans-serif;
  --pad: clamp(20px, 3.4vw, 56px);
  --ease: cubic-bezier(.3, .86, .38, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  overflow-x: clip;
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p, figure, blockquote { margin: 0; }

h2 {
  font-size: clamp(30px, 3.9vw, 58px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.022em;
}

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

.skip {
  position: absolute; left: 16px; top: -60px; z-index: 200;
  background: var(--ink); color: #fff; padding: 10px 16px;
  border-radius: 4px; text-decoration: none; font-size: 14px;
  transition: top .2s;
}
.skip:focus { top: 16px; }

/* ---------- Label-Bausteine: gesperrte Versalien statt Mono ---------- */

.mono {
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  line-height: 1.5;
}

.tag { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.dia {
  width: 11px; height: 13px;
  background: var(--blue);
  flex: none;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="37.3 61.4 56.6 65.5"><path fill-rule="evenodd" d="M93.87,126.9l-15.99-23.39c4.18-1.56,7.56-4.01,10.15-7.34,2.59-3.34,3.88-7.66,3.88-12.96v-.19c0-6.24-1.87-11.23-5.61-14.97-4.43-4.43-10.79-6.64-19.08-6.64h-29.92v65.5h14.4v-20.96h11.32l14.03,20.96h16.83ZM77.32,83.95c0,2.81-.95,5.05-2.85,6.74-1.9,1.68-4.63,2.53-8.18,2.53h-14.59v-18.81h14.31c3.55,0,6.33.78,8.32,2.34,1.99,1.56,2.99,3.9,2.99,7.02v.19Z"/></svg>') center / contain no-repeat;
          mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="37.3 61.4 56.6 65.5"><path fill-rule="evenodd" d="M93.87,126.9l-15.99-23.39c4.18-1.56,7.56-4.01,10.15-7.34,2.59-3.34,3.88-7.66,3.88-12.96v-.19c0-6.24-1.87-11.23-5.61-14.97-4.43-4.43-10.79-6.64-19.08-6.64h-29.92v65.5h14.4v-20.96h11.32l14.03,20.96h16.83ZM77.32,83.95c0,2.81-.95,5.05-2.85,6.74-1.9,1.68-4.63,2.53-8.18,2.53h-14.59v-18.81h14.31c3.55,0,6.33.78,8.32,2.34,1.99,1.56,2.99,3.9,2.99,7.02v.19Z"/></svg>') center / contain no-repeat;
}

.arr { width: 13px; height: 13px; flex: none; transform: translateY(1px) rotate(-45deg); }
.arr-down { transform: translateY(1px) rotate(45deg); }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background: var(--blue);
  color: #fff;
  padding: 14px 22px;
  border-radius: 2px;
  transition: background .25s var(--ease), color .25s var(--ease), transform .25s var(--ease);
}
.btn:hover { background: var(--ink); color: var(--on-dark); transform: translateY(-1px); }
.btn-dark { background: var(--ink); color: var(--on-dark); }
.btn-dark:hover { background: var(--blue); color: #fff; }
.btn-light { background: var(--on-dark); color: var(--ink); }
.btn-light:hover { background: var(--blue); color: #fff; }
.btn-on-blue { background: rgba(255, 255, 255, .14); }
.btn-on-blue:hover { background: #fff; color: var(--blue); }

/* ---------- Loader ---------- */

.loader {
  position: fixed;
  inset: 0;
  z-index: 500;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .85s cubic-bezier(.76, 0, .24, 1);
}
.loader-inner { display: flex; flex-direction: column; align-items: center; gap: 26px; }
.loader-inner img { width: clamp(130px, 16vw, 180px); height: auto; }
.loader-count {
  font-size: 13px;
  color: rgba(255, 255, 255, .82);
  font-variant-numeric: tabular-nums;
}
.loader-meta {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .6);
  text-align: center;
  white-space: nowrap;
}
html.loaded .loader { transform: translateY(-100%); pointer-events: none; }
html.loading { overflow: hidden; }

/* ---------- Kopf über dem Hero ---------- */

.top {
  position: absolute;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px var(--pad);
  color: #fff;
}
.top-meta { color: rgba(255, 255, 255, .8); }
.top-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.top-brand img { width: clamp(112px, 11vw, 150px); height: auto; }
.top-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  transition: opacity .2s;
}
.top-cta:hover { opacity: 1; }

/* ---------- Schwebende Navigation ---------- */

.dock {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 22px;
  background: rgba(45, 102, 160, .94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: #fff;
  border-radius: 3px;
  padding: 0 8px 0 18px;
  height: 52px;
  box-shadow: 0 10px 40px rgba(19, 44, 70, .4);
}
.dock-logo { display: flex; align-items: center; }
.dock-logo img { width: 56px; height: auto; opacity: .95; }
.dock-label {
  min-width: 110px;
  text-align: center;
  color: rgba(255, 255, 255, .8);
}
.dock-burger {
  width: 44px; height: 44px;
  border: 0; border-radius: 2px;
  background: transparent;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4.5px;
  transition: background .2s;
}
.dock-burger:hover { background: rgba(255, 255, 255, .14); }
.dock-burger span {
  width: 20px; height: 1.5px;
  background: #fff;
  transition: transform .3s var(--ease), opacity .2s;
}
.menu-open .dock-burger span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-open .dock-burger span:nth-child(2) { opacity: 0; }
.menu-open .dock-burger span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ---------- Menü-Overlay ---------- */

.menu[hidden] { display: none; }
.menu {
  position: fixed; inset: 0; z-index: 80;
  background: rgba(16, 17, 16, .55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 24px 110px;
  overflow: auto;
}
.menu-card {
  width: min(520px, 100%);
  background: var(--blue);
  color: #fff;
  padding: clamp(30px, 4vw, 48px);
  border-radius: 3px;
  animation: menuIn .5s var(--ease);
}
@keyframes menuIn {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: none; }
}
.menu-tag { color: var(--on-dark-soft); margin-bottom: 26px; }
.menu-card .menu-tag { color: rgba(255, 255, 255, .7); }
.menu-card .menu-side { border-top-color: rgba(255, 255, 255, .25); }
.menu-card .menu-links a, .menu-card .menu-contact a { color: rgba(255, 255, 255, .78); }
.menu-card .menu-btn { background: rgba(255, 255, 255, .16); }
.menu-card .menu-btn:hover { background: #fff; color: var(--blue); }
.menu-main { display: flex; flex-direction: column; align-items: flex-start; }
.menu-main a {
  font-size: clamp(26px, 4.4vw, 34px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.32;
  text-decoration: none;
  transition: color .2s, transform .3s var(--ease);
}
.menu-main a:hover { color: #fff; transform: translateX(6px); }
.menu-side {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin: 28px 0 32px;
  padding-top: 24px;
  border-top: 1px solid var(--dark-line);
}
.menu-links, .menu-contact { display: flex; flex-direction: column; gap: 6px; }
.menu-links a, .menu-contact a {
  font-size: 15.5px;
  color: var(--on-dark-soft);
  text-decoration: none;
  transition: color .2s;
}
.menu-links a:hover, .menu-contact a:hover { color: #fff; }
.menu-btn { background: rgba(255, 255, 255, .1); width: 100%; justify-content: center; }
.menu-btn:hover { background: var(--blue); }
.menu-open { overflow: hidden; }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  color: #fff;
}
/* Blauer Untergrund: beim Bildwechsel hebt sich das Bild leicht heraus
   und rundum wird der Untergrund sichtbar. */
.hero { background: var(--blue); }
.hero-media-full {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  will-change: transform, top, right, bottom, left;
}
.hero-slide {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
}
.hero-slide.is-active { opacity: 1; }
/* Sobald die Slideshow laeuft, uebernimmt GSAP Scale und Deckkraft */
.hero.slideshow-on .hero-img { animation: none; transition: none; }
.hero-media-full .hero-shade { z-index: 3; }
.hero-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.16);
  transition: transform 1.6s cubic-bezier(.3, .8, .3, 1);
  will-change: transform;
}
html.loaded .hero-img { transform: scale(1.04); animation: kenburns 26s linear 1.6s infinite alternate; }
@keyframes kenburns {
  from { transform: scale(1.04); }
  to { transform: scale(1.12); }
}
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, rgba(10, 11, 12, .34), rgba(10, 11, 12, 0) 26%),
    linear-gradient(to top, rgba(10, 11, 12, .66), rgba(10, 11, 12, 0) 55%);
}
.hero-kicker {
  position: relative;
  color: rgba(255, 255, 255, .85);
  margin-bottom: 16px;
}
.hero-title {
  position: relative;
  text-align: center;
  font-weight: 400;
  font-size: clamp(34px, 5.7vw, 82px);
  line-height: 1.06;
  letter-spacing: -.025em;
  padding: 0 var(--pad);
  margin-bottom: clamp(110px, 15vh, 160px);
}

/* Intro-Masken: Woerter steigen nach dem Loader auf.
   Padding unten + Gegen-Margin, damit Unterlaengen (g, j) nicht
   von der Maske beschnitten werden. */
.line { display: block; overflow: hidden; padding-bottom: .14em; margin-bottom: -.14em; }
.line .word {
  display: block;
  transform: translateY(115%);
  transition: transform 1s cubic-bezier(.3, .86, .38, 1);
}
html.loaded .hero-kicker .word { transition-delay: .5s; }
html.loaded .hero-title .line:nth-child(1) .word { transition-delay: .58s; }
html.loaded .hero-title .line:nth-child(2) .word { transition-delay: .7s; }
html.loaded .line .word { transform: none; }
html.intro-done .line .word { transition: none; }

/* ---------- Statement ---------- */

.statement {
  padding: clamp(110px, 15vw, 220px) var(--pad);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
}
.statement .tag { justify-content: center; }
.statement-text {
  max-width: 26ch;
  text-align: center;
  font-size: clamp(28px, 4.1vw, 60px);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -.022em;
}
.statement-text .acc { color: var(--blue); }

/* ---------- Sortiment ---------- */

.range { padding: 0 var(--pad) clamp(70px, 8vw, 130px); }

.range-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: clamp(44px, 6vw, 90px);
}
.range-intro { max-width: 380px; display: flex; flex-direction: column; gap: 26px; }
.range-intro p { color: var(--soft); font-size: 16.5px; }
.range-intro b { font-weight: 500; color: var(--ink); }

.collage {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(14px, 2vw, 30px);
}
.piece {
  position: relative;
  display: block;
  text-decoration: none;
}
.piece-inner {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  border-radius: 2px;
  will-change: transform;
}
.piece img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .9s var(--ease);
}
.piece:hover img { transform: scale(1.05); }
.piece-name {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 400;
  letter-spacing: -.01em;
  background: rgba(12, 13, 14, .16);
  transition: background .35s;
}
.piece:hover .piece-name { background: rgba(20, 44, 68, .34); }

.piece-kueche       { grid-column: 1 / 8;  grid-row: 1; aspect-ratio: 4 / 3; align-self: start; }
.piece-wohnzimmer   { grid-column: 9 / 13; grid-row: 1; aspect-ratio: 3 / 4; align-self: start; margin-top: clamp(40px, 9vw, 150px); }
.piece-esszimmer    { grid-column: 2 / 6;  grid-row: 2; aspect-ratio: 4 / 3; align-self: start; margin-top: clamp(24px, 4vw, 70px); }
.piece-schlafzimmer { grid-column: 7 / 11; grid-row: 2; aspect-ratio: 3 / 3.6; align-self: start; margin-top: clamp(60px, 9vw, 150px); }
.piece-bad          { grid-column: 3 / 9;  grid-row: 3; aspect-ratio: 16 / 10; align-self: start; margin-top: clamp(30px, 5vw, 90px); }

/* ---------- Tischlerei ---------- */

.werkstatt {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(40px, 6vw, 110px);
  align-items: center;
  padding: clamp(70px, 9vw, 150px) var(--pad);
}
.werkstatt-body { display: flex; flex-direction: column; align-items: flex-start; gap: 26px; max-width: 560px; justify-self: end; }
.werkstatt-text { color: var(--soft); font-size: 16.5px; max-width: 46ch; }
.werkstatt-media { margin: 0; overflow: hidden; border-radius: 2px; }
.werkstatt-media img, .werkstatt-media video {
  width: 100%;
  max-height: 76vh;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}

/* ---------- Stimmungs-Band ---------- */

.band { height: 220vh; }
.band-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  overflow: hidden;
}
.band-media {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  will-change: clip-path;
}
.band-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.band-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 11, 12, .58), rgba(10, 11, 12, .06) 55%);
}
.band-claim {
  position: absolute;
  left: var(--pad);
  right: var(--pad);
  bottom: clamp(96px, 13vh, 150px);
  display: flex;
  flex-direction: column;
  gap: 18px;
  color: #fff;
}
.band-claim h2 {
  color: #fff;
  max-width: 20ch;
  text-shadow: 0 2px 30px rgba(10, 10, 10, .3);
}
@media (prefers-reduced-motion: reduce) {
  .band { height: auto; }
  .band-sticky { position: static; height: 100svh; }
  .band-claim { opacity: 1 !important; transform: none !important; }
}

/* ---------- Ablauf: gepinnt ---------- */

.steps-track { height: 460vh; }
.steps-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 5vw, 100px);
  align-items: center;
  padding: 0 var(--pad);
  overflow: hidden;
}
.steps-left { max-width: 520px; justify-self: end; width: 100%; }
.steps-left h2 { margin: 18px 0 40px; }
.steps-panels { position: relative; min-height: 220px; }
.step-panel {
  position: absolute;
  inset: 0 0 auto;
  opacity: 0;
  transform: translateY(24px);
  pointer-events: none;
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}
.step-panel.is-active { opacity: 1; transform: none; pointer-events: auto; }
.step-num { color: var(--blue); display: block; margin-bottom: 14px; }
.step-panel h3 {
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 500;
  letter-spacing: -.015em;
  margin-bottom: 12px;
}
.step-panel p { color: var(--soft); font-size: 16px; max-width: 40ch; }
.step-mimg { display: none; }
.steps-progress {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 46px;
  color: var(--soft);
}
.steps-bar {
  flex: 1;
  max-width: 220px;
  height: 1px;
  background: var(--line);
  position: relative;
}
.steps-bar i {
  position: absolute;
  inset: 0 auto 0 0;
  width: 100%;
  background: var(--blue);
  transform-origin: left;
  transform: scaleX(.25);
}
.steps-media {
  position: relative;
  height: min(74vh, 720px);
  width: 100%;
  max-width: 520px;
  border-radius: 2px;
  overflow: hidden;
}
.steps-media img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.06);
  transition: opacity .6s var(--ease), transform .9s var(--ease);
}
.steps-media img.is-active { opacity: 1; transform: none; }

/* ---------- Projekte ---------- */

.projects { padding: clamp(70px, 9vw, 150px) var(--pad); border-top: 1px solid var(--line); }
.projects-head {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  margin-bottom: clamp(46px, 6vw, 90px);
}
.projects-intro { max-width: 640px; display: flex; flex-direction: column; align-items: flex-start; gap: 30px; }

/* Projekt-Raster: ein Held, vier Belege */
.pgrid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(16px, 2vw, 28px);
}
.pg-feature {
  grid-column: 1 / 8;
  grid-row: 1 / 3;
  position: relative;
  display: block;
  text-decoration: none;
  min-height: 480px;
}
.pg-feature .piece-inner {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  border-radius: 2px;
}
.pg-feature img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .9s var(--ease);
}
.pg-feature:hover img { transform: scale(1.04); }
.pg-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 12, 14, .66), rgba(10, 12, 14, .04) 55%);
}
.pg-meta {
  position: absolute;
  left: clamp(20px, 2.4vw, 34px);
  right: clamp(20px, 2.4vw, 34px);
  bottom: clamp(18px, 2.2vw, 30px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #fff;
}
.pg-meta .mono { color: rgba(255, 255, 255, .8); }
.pg-meta b {
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: 1.1;
}
.pg-tile { display: block; text-decoration: none; }
.pg-t1, .pg-t2 { grid-column: 8 / 13; }
.pg-t1 { grid-row: 1; }
.pg-t2 { grid-row: 2; }
.pg-t3 { grid-column: 1 / 7; grid-row: 3; }
.pg-t4 { grid-column: 7 / 13; grid-row: 3; }
.pg-media {
  display: block;
  overflow: hidden;
  border-radius: 2px;
}
.pg-t1 .pg-media, .pg-t2 .pg-media { aspect-ratio: 16 / 9.6; }
.pg-t3 .pg-media, .pg-t4 .pg-media { aspect-ratio: 16 / 9; }
.pg-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .9s var(--ease);
}
.pg-tile:hover .pg-media img { transform: scale(1.05); }
.pg-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-top: 12px;
}
.pg-row b { font-size: 18px; font-weight: 500; letter-spacing: -.01em; }
.pg-row .mono { color: var(--soft); }
.projects-foot { margin-top: clamp(32px, 4vw, 52px); }

.ptable { list-style: none; margin: 0; padding: 0; }
.ptable li { border-top: 1px solid var(--line); }
.ptable li:last-child { border-bottom: 1px solid var(--line); }
.ptable a {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 2fr auto;
  align-items: center;
  gap: 20px;
  padding: 24px 6px;
  text-decoration: none;
  transition: padding .3s var(--ease), background .3s;
}
.ptable a:hover { background: rgba(26, 25, 21, .035); padding-left: 14px; padding-right: 10px; }
.pname {
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 400;
  letter-spacing: -.015em;
  color: var(--soft);
  transition: color .2s;
}
.ptable a:hover .pname { color: var(--ink); }
.ptags { color: var(--soft); opacity: .75; }
.parr { color: var(--soft); width: 16px; height: 16px; justify-self: end; transition: color .2s, transform .3s var(--ease); }
.ptable a:hover .parr { color: var(--blue); transform: translate(2px, -2px) rotate(-45deg); }

.preview {
  position: fixed;
  z-index: 60;
  left: 0; top: 0;
  width: 340px;
  aspect-ratio: 4 / 3;
  border-radius: 3px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transform: scale(.9);
  box-shadow: 0 18px 60px rgba(10, 10, 8, .3);
}
.preview img { width: 100%; height: 100%; object-fit: cover; }
.preview-tag {
  position: absolute;
  right: 12px;
  bottom: 10px;
  color: #fff;
  text-shadow: 0 1px 10px rgba(10, 10, 10, .6);
}

.hotel-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: clamp(50px, 6vw, 80px);
  padding: 26px 28px;
  background: var(--blue);
  border-radius: 2px;
  text-decoration: none;
  color: rgba(255, 255, 255, .82);
  transition: background .25s;
}
.hotel-band:hover { background: var(--blue-deep); }
.hotel-link { display: inline-flex; align-items: center; gap: 9px; color: #fff; }

/* ---------- Seit 1961 ---------- */

.years { padding: 0 var(--pad) clamp(80px, 10vw, 150px); }
.years-row {
  display: flex;
  align-items: flex-end;
  gap: clamp(36px, 6vw, 110px);
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  padding-top: clamp(36px, 4vw, 60px);
}
.year { display: flex; flex-direction: column; gap: 8px; }
.year-num {
  font-size: clamp(46px, 5vw, 78px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.03em;
}
.year-label { color: var(--soft); }
.years-more {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--ink);
  text-decoration: none;
  padding-bottom: 10px;
}
.years-more:hover { color: var(--blue); }

/* ---------- Team (blau) ---------- */

.team {
  background: var(--blue);
  color: #fff;
  padding: clamp(80px, 10vw, 160px) 0 clamp(60px, 7vw, 100px);
  overflow: hidden;
}
.tag-light { color: #fff; }
.dia-light { background: #fff; }
.team-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(40px, 6vw, 110px);
  align-items: center;
  padding: 0 var(--pad);
}
.team-body { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; max-width: 560px; }
.team-quote {
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.4;
  letter-spacing: -.01em;
  color: rgba(255, 255, 255, .92);
}
.team-quote-by { color: rgba(255, 255, 255, .66); margin-top: -10px; }
.team-lead { margin: 0; justify-self: end; width: min(440px, 100%); }
.team-note {
  margin: clamp(50px, 6vw, 90px) var(--pad) 26px;
  padding-top: clamp(28px, 4vw, 44px);
  border-top: 1px solid rgba(255, 255, 255, .25);
  color: rgba(255, 255, 255, .8);
  font-size: 15.5px;
  max-width: 44ch;
}

.marquee { overflow: hidden; }
.marquee-track {
  display: flex;
  gap: clamp(14px, 1.6vw, 24px);
  width: max-content;
  animation: marquee 44s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track figure {
  margin: 0;
  width: clamp(170px, 16vw, 230px);
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 2px;
  flex: none;
}
.marquee-track img { width: 100%; height: 100%; object-fit: cover; }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- Angebote ---------- */

.offers { padding: clamp(80px, 10vw, 160px) var(--pad) 0; }
.offers-head {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  margin-bottom: clamp(40px, 5vw, 70px);
}
.offers-intro { display: flex; flex-direction: column; align-items: flex-start; gap: 30px; }
.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 28px);
}
.offer { display: block; text-decoration: none; }
.offer-media {
  display: block;
  background: #FFFFFF;
  border-radius: 2px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
}
.offer-media img { transition: transform .7s var(--ease); }
.offer:hover .offer-media img { transform: scale(1.05) translateY(-6px); }
.offer-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
}
.offer-row b {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -.01em;
}
.offer-row .mono { color: var(--soft); }
.offers-note { color: var(--soft); margin-top: clamp(28px, 3vw, 40px); }

/* ---------- Carousel: Snap-Scroll mit Pfeilen (Angebote u.a.) ---------- */

.caro { padding: clamp(44px, 6vw, 80px) var(--pad) 0; }
.caro-track {
  display: flex;
  gap: clamp(16px, 2vw, 24px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.caro-track::-webkit-scrollbar { display: none; }
.caro-slide {
  flex: 0 0 min(72%, 760px);
  margin: 0;
  scroll-snap-align: start;
}
.caro-slide > img,
.caro-slide > picture > img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 2px;
}
.caro-slide figcaption { color: var(--soft); margin-top: 12px; }
.caro-nav { display: flex; gap: 10px; margin-top: 20px; }
.caro-btn {
  width: 46px; height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s, opacity .2s;
}
.caro-btn svg { width: 16px; height: 16px; }
.caro-btn:hover { background: var(--blue); border-color: var(--blue); color: #fff; }
.caro-btn[disabled] { opacity: .35; pointer-events: none; }

/* Angebote-Carousel auf der Startseite: kleinere Karten, ~2,3 sichtbar */
.offers-caro .caro-slide { flex-basis: min(46%, 480px); }
@media (max-width: 720px) {
  .offers-caro .caro-slide { flex-basis: 86%; }
}

/* ---------- Stimmen: Monogramm + Zitatkarte + Slider ---------- */

.voices { padding: clamp(80px, 10vw, 160px) var(--pad) 0; }
.voices .tag { margin-bottom: 18px; }
.voices > h2 { margin-bottom: clamp(36px, 4.4vw, 64px); }
.voices-slider {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 2fr;
  gap: clamp(16px, 2vw, 28px);
  align-items: stretch;
}
.voice-monogram {
  position: relative;
  background: var(--blue);
  background-image: radial-gradient(rgba(255, 255, 255, .16) 1px, transparent 1px);
  background-size: 22px 22px;
  border-radius: 2px;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voice-monogram span {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(72px, 8vw, 130px);
  letter-spacing: -.02em;
  color: #fff;
}
.voice-card {
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: clamp(28px, 3.4vw, 52px);
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.voice-monogram { min-width: 0; }
.voice-mark {
  font-family: var(--display);
  font-size: 64px;
  line-height: .6;
  color: rgba(45, 102, 160, .35);
  margin-bottom: 26px;
}
.voice-slides { position: relative; flex: 1; }
.voice-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .55s var(--ease), transform .55s var(--ease);
  pointer-events: none;
  display: flex;
  flex-direction: column;
}
.voice-slide.is-active { opacity: 1; transform: none; pointer-events: auto; position: relative; }
.voice-slide p {
  font-size: clamp(19px, 1.8vw, 26px);
  line-height: 1.5;
  letter-spacing: -.012em;
  margin-bottom: 28px;
  max-width: 46ch;
}
.voice-slide b { display: block; font-size: 15.5px; font-weight: 600; }
.voice-slide footer .mono { color: var(--soft); margin-top: 3px; display: block; }
.voice-bars {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.voice-bars button {
  flex: 0 1 120px;
  min-width: 0;
  height: 14px;
  border: 0;
  background: none;
  padding: 6px 0;
  cursor: pointer;
}
.voice-bars i {
  display: block;
  height: 2px;
  background: var(--line);
  position: relative;
  overflow: hidden;
}
.voice-bars i::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
}
.voice-bars button.is-active i::after { animation: voicebar 6.5s linear forwards; }
.voice-bars button.is-done i::after { transform: scaleX(1); }
@keyframes voicebar { to { transform: scaleX(1); } }
.voices-note { color: var(--soft); margin-top: 20px; }

/* ---------- FAQ ---------- */

.faq {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  padding: clamp(80px, 10vw, 160px) var(--pad) 0;
}
.faq-body { max-width: 720px; }
.faq-body h2 { margin-bottom: clamp(28px, 3.4vw, 46px); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 2px;
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 500;
  letter-spacing: -.01em;
  transition: color .2s;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--blue); }
.faq-list summary i {
  flex: none;
  width: 12px; height: 12px;
  position: relative;
}
.faq-list summary i::before, .faq-list summary i::after {
  content: "";
  position: absolute;
  background: var(--blue);
  transition: transform .3s var(--ease);
}
.faq-list summary i::before { left: 0; right: 0; top: 5px; height: 2px; }
.faq-list summary i::after { top: 0; bottom: 0; left: 5px; width: 2px; }
.faq-list details[open] summary i::after { transform: scaleY(0); }
.faq-list details p {
  color: var(--soft);
  font-size: 16px;
  max-width: 56ch;
  padding: 0 2px 22px;
}

/* ---------- Aktuelles: Feature + Zeilen ---------- */

.news { padding: clamp(80px, 10vw, 160px) var(--pad) 0; }
.news-head {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: clamp(32px, 4vw, 56px);
}
.news-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: clamp(20px, 2.6vw, 40px);
  align-items: stretch;
}
.news-feature {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2px;
  min-height: 380px;
  text-decoration: none;
  color: #fff;
}
.news-feature > img,
.news-feature > picture > img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .9s var(--ease);
}
.news-feature:hover > img,
.news-feature:hover > picture > img { transform: scale(1.05); }
.news-feature-shade {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10, 12, 14, .72), rgba(10, 12, 14, .05) 55%);
}
.news-feature-body {
  position: absolute;
  left: clamp(20px, 2.4vw, 34px);
  right: clamp(20px, 2.4vw, 34px);
  bottom: clamp(18px, 2.2vw, 30px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.news-tag-light { color: rgba(255, 255, 255, .8); }
.news-feature-body b {
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: 1.15;
}
.news-feature-body > span:last-child { color: rgba(255, 255, 255, .82); font-size: 15px; max-width: 52ch; }
.news-side { display: flex; flex-direction: column; justify-content: center; }
.news-row {
  display: grid;
  grid-template-columns: 92px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 18px 4px;
  border-top: 1px solid var(--line);
  text-decoration: none;
  transition: padding .3s var(--ease), background .3s;
}
.news-side .news-row:last-child { border-bottom: 1px solid var(--line); }
.news-row:hover { background: rgba(26, 25, 21, .035); padding-left: 12px; }
.news-thumb {
  display: block;
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 4 / 3;
}
.news-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.news-row:hover .news-thumb img { transform: scale(1.07); }
.news-tag { color: var(--blue); }
.news-row-body { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.news-row-body b { font-size: 17px; font-weight: 500; letter-spacing: -.01em; }
.news-row .parr { color: var(--soft); width: 15px; height: 15px; }
.news-row:hover .parr { color: var(--blue); transform: translate(2px, -2px) rotate(-45deg); }

/* ---------- Instagram: laufende Leiste ---------- */

.insta { padding: clamp(80px, 10vw, 140px) 0 0; }
.insta-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: clamp(24px, 3vw, 40px);
  padding: 0 var(--pad);
}
.insta-marquee { overflow: hidden; }
.insta-track {
  display: flex;
  gap: clamp(10px, 1.2vw, 18px);
  width: max-content;
  animation: marquee 38s linear infinite;
}
.insta-marquee:hover .insta-track { animation-play-state: paused; }
.insta-track a {
  position: relative;
  display: block;
  width: clamp(180px, 17vw, 250px);
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 2px;
  flex: none;
}
.insta-track img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.insta-track a:hover img { transform: scale(1.07); }
.insta-over {
  position: absolute; inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(45, 102, 160, .78);
  color: #fff;
  opacity: 0;
  transition: opacity .3s var(--ease);
}
.insta-over .arr { width: 24px; height: 24px; }
.insta-track a:hover .insta-over { opacity: 1; }

/* ---------- Foto-Stapel (Team) ---------- */

.photo-stack {
  position: relative;
  aspect-ratio: 3 / 4;
  cursor: pointer;
  outline: none;
}
.photo-stack:focus-visible { outline: 2px solid #fff; outline-offset: 6px; }
.stack-card {
  position: absolute;
  inset: 0;
  margin: 0;
  background: #fff;
  padding: 10px 10px 34px;
  border-radius: 2px;
  box-shadow: 0 14px 44px rgba(15, 25, 38, .35);
  will-change: transform;
}
.stack-card img {
  width: 100%; height: 100%;
  object-fit: cover;
}
.stack-hint {
  margin-top: 18px;
  color: rgba(255, 255, 255, .75);
  text-align: center;
}

/* ---------- Ausstellung (dunkel) ---------- */

.visit {
  margin-top: clamp(80px, 10vw, 160px);
  background: var(--dark);
  color: var(--on-dark);
  padding: clamp(90px, 12vw, 180px) var(--pad);
}
.visit-stage {
  position: relative;
  display: grid;
  grid-template-columns: 1fr minmax(0, 8.2fr) 3fr;
  align-items: center;
  gap: clamp(24px, 3vw, 56px);
}
.visit-media {
  grid-column: 2;
  margin: 0;
  overflow: hidden;
  border-radius: 2px;
}
.visit-media img { width: 100%; }
.visit-title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  font-size: clamp(30px, 3.6vw, 54px);
  text-shadow: 0 2px 30px rgba(10, 10, 10, .35);
}
.visit-info {
  grid-column: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  font-size: 15.5px;
  color: var(--on-dark-soft);
}
.visit-info .btn { margin-top: 12px; }
.visit-label { color: var(--on-dark-soft); margin-bottom: 6px; }
.visit-hours { font-size: 14.5px; }

/* ---------- Abschluss ---------- */

.closing {
  padding: clamp(110px, 15vw, 210px) var(--pad);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  text-align: center;
}
.closing .tag { justify-content: center; }
.closing-avatar {
  width: clamp(84px, 9vw, 116px);
  height: clamp(84px, 9vw, 116px);
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: -6px;
}
.closing-title { font-size: clamp(36px, 5.4vw, 80px); }
.closing-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.closing-tel { color: var(--soft); text-decoration: none; transition: color .2s; }
.closing-tel:hover { color: var(--blue); }

/* ---------- Footer ---------- */

.foot {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 110px var(--pad) 90px;
  color: var(--on-dark);
  overflow: hidden;
}
.foot-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.foot-shade { position: absolute; inset: 0; background: rgba(14, 15, 15, .3); }
.foot-logo {
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  width: 112px;
  height: auto;
}
.foot-card {
  position: relative;
  z-index: 3;
  width: min(500px, 100%);
  background: rgba(20, 22, 22, .82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 3px;
  padding: clamp(28px, 4vw, 44px);
}
.foot-cols { display: grid; grid-template-columns: 1.2fr 1fr; gap: 26px; }
.foot-main { display: flex; flex-direction: column; align-items: flex-start; }
.foot-main a {
  font-size: clamp(25px, 3.4vw, 31px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.38;
  text-decoration: none;
  transition: color .2s, transform .3s var(--ease);
}
.foot-main a:hover { color: #fff; transform: translateX(5px); }
.foot-side { display: flex; flex-direction: column; justify-content: space-between; gap: 22px; padding-top: 6px; }
.foot-links, .foot-contact { display: flex; flex-direction: column; gap: 6px; }
.foot-links a, .foot-contact a {
  font-size: 15px;
  color: var(--on-dark-soft);
  text-decoration: none;
  transition: color .2s;
}
.foot-links a:hover, .foot-contact a:hover { color: #fff; }
.foot-btn { width: 100%; justify-content: center; margin-top: 28px; background: rgba(255, 255, 255, .1); }
.foot-btn:hover { background: var(--blue); }

.foot-mark {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 1;
  font-size: clamp(120px, 24vw, 360px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: .78;
  color: rgba(240, 237, 230, .12);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.foot-base {
  position: absolute;
  z-index: 3;
  left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 20px var(--pad);
  color: rgba(234, 231, 224, .72);
}
.foot-base a { color: inherit; text-decoration: none; transition: color .2s; }
.foot-base a:hover { color: #fff; }
.foot-social, .foot-legal { display: flex; gap: 20px; align-items: center; }
.foot-legal b { color: #fff; font-weight: 500; }

/* ---------- Einblendungen ---------- */

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .9s var(--ease), transform .9s var(--ease);
}
.reveal.in { opacity: 1; transform: none; }

.reveal-img { clip-path: inset(6% 4% 6% 4%); transition: clip-path 1.1s var(--ease); }
.reveal-img img { transform: scale(1.08); transition: transform 1.3s var(--ease); }
.reveal-img.in { clip-path: inset(0 0 0 0); }
.reveal-img.in img { transform: none; }
.piece.reveal-img { clip-path: none; }
.piece.reveal-img .piece-inner { clip-path: inset(6% 4% 6% 4%); transition: clip-path 1.1s var(--ease); }
.piece.reveal-img.in .piece-inner { clip-path: inset(0 0 0 0); }
.piece.reveal-img.in:hover img { transform: scale(1.05); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .reveal-img, .reveal-img img, .piece.reveal-img .piece-inner { opacity: 1; transform: none; transition: none; clip-path: none; animation: none; }
  .loader { display: none; }
  .line .word { transform: none; opacity: 1; transition: none; }
  .hero-img, html.loaded .hero-img { transform: none; animation: none; transition: none; }
  .marquee-track { animation: none; flex-wrap: wrap; width: auto; }
  .steps-track { height: auto; }
  .steps-stage { position: relative; height: auto; align-items: start; padding-block: 60px; }
  .step-panel { position: static; opacity: 1; transform: none; margin-bottom: 34px; }
  .piece img { transition: none; }
}

/* ---------- Responsive ---------- */

@media (max-width: 1060px) {
  .top-meta { display: none; }
  .top { justify-content: flex-end; }
  .voices-slider { grid-template-columns: 1fr; }
  .voice-monogram { min-height: 200px; }
  .werkstatt { grid-template-columns: 1fr; }
  .werkstatt-body { justify-self: start; }
  .projects-head, .offers-head { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .team-lead { justify-self: start; }
  .visit-stage { grid-template-columns: 1fr; gap: 0; }
  .visit-media { grid-column: 1; }
  .visit-title { position: static; transform: none; margin-bottom: 30px; text-shadow: none; }
  .visit-info { grid-column: 1; margin-top: 36px; }
  .preview { display: none; }
  /* Ablauf: ungepinnt, gestapelt mit eigenen Bildern */
  .steps-track { height: auto; }
  .steps-stage { position: relative; height: auto; grid-template-columns: 1fr; padding-block: clamp(60px, 9vw, 90px) 0; align-items: start; overflow: visible; }
  .steps-left { justify-self: start; max-width: 640px; }
  .steps-panels { min-height: 0; }
  .step-panel { position: static; opacity: 1; transform: none; pointer-events: auto; margin-bottom: 44px; }
  .step-mimg { display: block; margin-top: 18px; border-radius: 2px; aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
  .steps-progress, .steps-media { display: none; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .top-cta { display: none; }
  .top { justify-content: center; }
  .hero-title { font-size: clamp(32px, 8.6vw, 44px); margin-bottom: 120px; }
  .offers-grid { grid-template-columns: 1fr; }
  .pgrid { grid-template-columns: 1fr; }
  .pg-feature, .pg-t1, .pg-t2, .pg-t3, .pg-t4 { grid-column: 1 / -1; grid-row: auto; }
  .pg-feature { min-height: 0; aspect-ratio: 4 / 3; }
  .faq { grid-template-columns: 1fr; gap: 18px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-feature { min-height: 280px; }
  .ptable a { grid-template-columns: minmax(0, 1fr) auto; row-gap: 10px; padding: 18px 2px; }
  .pname { min-width: 0; }
  .ptags { grid-column: 1 / -1; grid-row: 2; min-width: 0; }
  .years-row { gap: 26px; }
  .years-more { margin-left: 0; }
  .closing-actions { flex-direction: column; }
  .foot { padding-bottom: 150px; }
  .foot-base { flex-direction: column; align-items: flex-start; gap: 10px; padding-bottom: 90px; }
  .foot-mark { bottom: 8px; }
  .dock { bottom: 14px; gap: 12px; padding-left: 14px; }
  .dock-label { min-width: 0; }
}

/* ---------- Team kompakt: eine Viewport-Hoehe ---------- */

@media (min-width: 1061px) {
  .team {
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(36px, 5svh, 64px) 0 clamp(24px, 3.5svh, 44px);
    gap: clamp(18px, 2.6svh, 34px);
  }
  .team-grid { align-items: center; }
  .team .team-grid h2 { font-size: clamp(28px, 3.6svh, 44px); }
  .team-lead { width: min(300px, 34svh); }
  .team-note {
    margin: 0 var(--pad);
    padding-top: clamp(14px, 2svh, 22px);
    font-size: 14.5px;
  }
  .team .marquee-track figure { width: clamp(130px, 13.5svh, 175px); }
}

/* ---------- Geschichte-Bildzeile ---------- */

.history {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 28px);
  margin-top: clamp(40px, 5vw, 70px);
}
.history figure { margin: 0; }
.history img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 2px;
}
.history figcaption { color: var(--soft); margin-top: 12px; }
@media (max-width: 720px) {
  .history { grid-template-columns: 1fr; }
}

/* ---------- WhatsApp Floating-Button ---------- */

.wa-fab {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 400;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(26, 25, 21, 0.25);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.wa-fab svg { width: 28px; height: 28px; display: block; }
.wa-fab:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 26px rgba(26, 25, 21, 0.3);
}
@media (max-width: 720px) {
  .wa-fab { right: 14px; bottom: 14px; width: 50px; height: 50px; }
  .wa-fab svg { width: 26px; height: 26px; }
}

/* ---------- Cookie-Banner (Consent Mode) ---------- */

.ck {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 500;
  max-width: 440px;
  width: calc(100% - 40px);
}
.ck[hidden] { display: none; }
.ck-card {
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 24px 26px 22px;
  box-shadow: 0 18px 50px rgba(26, 25, 21, .22);
  display: flex;
  flex-direction: column;
  gap: 12px;
  animation: ck-in .5s var(--ease) both;
}
@keyframes ck-in {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}
.ck-card h2 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: 1.2;
}
.ck-text { color: var(--soft); font-size: 14.5px; line-height: 1.55; }
.ck-text a { color: var(--ink); }
.ck-opts { display: flex; flex-direction: column; gap: 10px; padding: 4px 0 2px; border-top: 1px solid var(--line); margin-top: 4px; padding-top: 14px; }
.ck-opts[hidden] { display: none; }
.ck-opt { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; font-size: 14px; }
.ck-opt input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--blue); flex: none; }
.ck-opt input:disabled { opacity: .55; }
.ck-opt b { display: block; font-weight: 500; }
.ck-opt span span { color: var(--soft); font-size: 13.5px; line-height: 1.5; }
.ck-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; margin-top: 6px; }
.ck-actions .btn { padding: 12px 18px; font-size: 11px; }
.ck-ghost, .ck-link {
  font: inherit;
  cursor: pointer;
  background: none;
  border-radius: 2px;
}
.ck-ghost { border: 1px solid var(--ink); color: var(--ink); padding: 11px 16px; font-size: 11px; transition: background .2s, color .2s; }
.ck-ghost:hover { background: var(--ink); color: var(--on-dark); }
.ck-link { border: 0; color: var(--soft); padding: 0; font-size: 11px; }
.ck-link:hover { color: var(--blue); }
@media (max-width: 720px) {
  .ck { left: 10px; bottom: 10px; width: calc(100% - 20px); max-width: none; }
  .ck-card { padding: 20px 18px 18px; }
  .ck-card h2 { font-size: 19px; }
}
