:root {
  --bg: #07080c;
  --bg-2: #0b0d14;
  --ink: #f2f4f8;
  --muted: rgba(242, 244, 248, 0.58);
  --faint: rgba(242, 244, 248, 0.32);
  --accent: #4bc62d;       /* ST logo green */
  --accent-2: #1e8f17;     /* dark green */
  --grad: linear-gradient(92deg, #6ee83f, #1e8f17);
  --line: rgba(242, 244, 248, 0.1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scrollbar-width: none; }
html::-webkit-scrollbar { display: none; }

body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Inter", system-ui, sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .display { font-family: "Space Grotesk", sans-serif; }

.kicker {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--accent);
}

/* ---------- Fixed nav ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 60;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 36px;
  transition: background 0.4s, padding 0.4s, border-color 0.4s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(7, 8, 12, 0.72);
  backdrop-filter: blur(14px);
  padding: 14px 36px;
  border-bottom-color: var(--line);
}
.nav-brand { display: flex; align-items: center; text-decoration: none; }
.nav-brand img { height: 30px; width: auto; display: block; }
.nav-links { display: flex; gap: 30px; align-items: center; }
.nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.25s;
}
.nav-links a:hover { color: var(--ink); }
.nav-cta {
  border: 1px solid var(--line);
  padding: 9px 20px !important;
  border-radius: 999px;
  color: var(--ink) !important;
  transition: border-color 0.25s, background 0.25s;
}
.nav-cta:hover { border-color: var(--accent); background: rgba(75, 198, 45, 0.1); }

/* ---------- Cinematic scrub sections ---------- */
.cinematic { position: relative; }
.cinematic.hero { height: 540vh; }
.cinematic.detail { height: 440vh; }
.sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  height: 100dvh; /* stabil bei ein-/ausblendender Mobile-Browserleiste */
  width: 100%;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #05060a;
}
.sticky canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(120% 90% at 50% 45%, transparent 48%, rgba(0, 0, 0, 0.62) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 22%, transparent 72%, rgba(0, 0, 0, 0.72) 100%);
}

/* ---------- Overlay copy ---------- */
.overlay { position: absolute; inset: 0; z-index: 10; pointer-events: none; }
.reveal-line {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  max-width: 92vw;
  text-align: center;
  opacity: 0;
  will-change: opacity, transform;
}
.reveal-line .hl {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: clamp(2.4rem, 7.5vw, 6.4rem);
  letter-spacing: 0.01em;
  line-height: 1.02;
  text-shadow: 0 8px 60px rgba(0, 0, 0, 0.75);
}

/* nur für Screenreader & Suchmaschinen sichtbar */
.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;
}
.reveal-line .sub {
  margin-top: 18px;
  font-size: clamp(0.95rem, 1.6vw, 1.25rem);
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--muted);
}
.reveal-line .grad {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- Corner labels / progress ---------- */
.corner {
  position: absolute;
  z-index: 12;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--faint);
}
.corner b { color: var(--muted); font-weight: 600; }
.corner.tl { top: 92px; left: 36px; }
.corner.tr { top: 92px; right: 36px; }
.corner.bl { bottom: 66px; left: 36px; }
.corner.br { bottom: 66px; right: 36px; }

.progress {
  position: absolute;
  left: 36px; right: 36px; bottom: 44px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 12;
}
.progress-fill {
  height: 100%;
  width: 0%;
  background: var(--grad);
  box-shadow: 0 0 14px rgba(75, 198, 45, 0.7);
}
.scroll-hint {
  position: absolute;
  bottom: 14px; left: 50%;
  transform: translateX(-50%);
  z-index: 12;
  font-size: 11px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--faint);
  animation: bob 1.9s ease-in-out infinite;
  transition: opacity 0.4s;
}
@keyframes bob {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/* ---------- Generic sections ---------- */
section.panel {
  position: relative;
  padding: 130px 36px;
  max-width: 1240px;
  margin: 0 auto;
}
.panel-head { max-width: 720px; margin-bottom: 64px; }
.panel-head h2 {
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  font-weight: 700;
  line-height: 1.06;
  margin-top: 16px;
}
.panel-head p { margin-top: 22px; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }

/* reveals */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity 0.9s cubic-bezier(0.2, 0.6, 0.2, 1), transform 0.9s cubic-bezier(0.2, 0.6, 0.2, 1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }

/* ---------- Stats ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
}
.stat { background: var(--bg-2); padding: 44px 36px; }
.stat-num {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-weight: 700;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stat-label { margin-top: 8px; color: var(--muted); font-size: 0.95rem; letter-spacing: 0.06em; }

/* ---------- Services grid ---------- */
.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.service {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 34px 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 60%), var(--bg-2);
  transition: transform 0.35s, border-color 0.35s;
}
.service:hover { transform: translateY(-6px); border-color: rgba(75, 198, 45, 0.45); }
.service .num {
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  letter-spacing: 0.3em;
  color: var(--accent);
}
.service h3 { margin-top: 16px; font-size: 1.3rem; font-weight: 600; }
.service p { margin-top: 12px; color: var(--muted); font-size: 0.98rem; line-height: 1.7; }

/* ---------- Finishes ---------- */
.finishes { max-width: 1240px; margin: 0 auto; padding: 130px 36px; }
.finish-stage {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 16 / 9;
  background: #05060a;
}
.finish-stage img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.35s ease;
}
.finish-meta {
  position: absolute;
  left: 28px; bottom: 24px;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.8);
}
.finish-meta h3 { font-size: clamp(1.4rem, 2.6vw, 2.2rem); font-weight: 700; }
.finish-meta p { color: var(--muted); margin-top: 6px; font-size: 0.95rem; letter-spacing: 0.08em; }
.finish-picker { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.finish-picker button {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  color: var(--muted);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 999px;
  cursor: pointer;
  transition: border-color 0.25s, color 0.25s;
}
.finish-picker button:hover { color: var(--ink); }
.finish-picker button.active { border-color: var(--accent); color: var(--ink); }
.swatch { width: 16px; height: 16px; border-radius: 50%; }

/* ---------- Process ---------- */
.process { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { border-top: 1px solid var(--line); padding-top: 26px; }
.step .num {
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  letter-spacing: 0.3em;
  color: var(--accent-2);
}
.step h3 { margin-top: 14px; font-size: 1.15rem; font-weight: 600; }
.step p { margin-top: 10px; color: var(--muted); font-size: 0.95rem; line-height: 1.65; }

/* ---------- Contact ---------- */
.contact {
  position: relative;
  margin-top: 60px;
  padding: 150px 36px;
  text-align: center;
  background:
    radial-gradient(70% 90% at 50% 110%, rgba(75, 198, 45, 0.14), transparent 65%),
    radial-gradient(60% 70% at 50% 120%, rgba(30, 143, 23, 0.12), transparent 60%),
    var(--bg);
  border-top: 1px solid var(--line);
}
.contact h2 { font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 700; line-height: 1.05; }
.contact .lead { margin-top: 20px; color: var(--muted); font-size: 1.1rem; }
.cta-row { margin-top: 44px; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 16px 34px;
  border-radius: 999px;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.btn-primary {
  background: var(--grad);
  color: #fff;
  box-shadow: 0 8px 40px rgba(75, 198, 45, 0.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 52px rgba(75, 198, 45, 0.5); }
.btn-ghost { border: 1px solid var(--line); color: var(--ink); }
.btn-ghost:hover { border-color: var(--accent); }

.contact-info {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.8;
}
.contact-info b {
  display: block;
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 8px;
}
.contact-info a { color: var(--muted); text-decoration: none; }
.contact-info a:hover { color: var(--ink); }

footer {
  padding: 34px 36px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  border-top: 1px solid var(--line);
  color: var(--faint);
  font-size: 12.5px;
  letter-spacing: 0.08em;
}

/* ---------- Über uns ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 72px;
}
.about-grid h2 {
  font-size: clamp(1.9rem, 3.8vw, 3rem);
  font-weight: 700;
  line-height: 1.08;
  margin-top: 16px;
}
.about-grid p { margin-top: 20px; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.about-img {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-2);
}
.about-img img { width: 100%; display: block; aspect-ratio: 4 / 3; object-fit: cover; }
.about-img figcaption {
  padding: 14px 20px;
  font-size: 12.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--faint);
}

/* ---------- Galerie ---------- */
.gallery-filter { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 30px; }
.gallery-filter button {
  background: var(--bg-2);
  border: 1px solid var(--line);
  color: var(--muted);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 11px 20px;
  border-radius: 999px;
  cursor: pointer;
  transition: border-color 0.25s, color 0.25s;
}
.gallery-filter button:hover { color: var(--ink); }
.gallery-filter button.active { border-color: var(--accent); color: var(--ink); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-2);
  cursor: zoom-in;
  aspect-ratio: 4 / 3;
}
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.2, 0.6, 0.2, 1);
}
.gallery-item:hover img { transform: scale(1.05); }
.gallery-item .tag {
  position: absolute;
  left: 12px; bottom: 12px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink);
  background: rgba(7, 8, 12, 0.7);
  backdrop-filter: blur(6px);
  border: 1px solid var(--line);
  padding: 6px 12px;
  border-radius: 999px;
}

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  background: rgba(4, 5, 8, 0.92);
  backdrop-filter: blur(10px);
  padding: 40px;
}
.lightbox.open { display: grid; }
.lightbox img {
  max-width: min(1280px, 92vw);
  max-height: 86vh;
  border-radius: 14px;
  border: 1px solid var(--line);
}
.lightbox-close {
  position: absolute;
  top: 22px; right: 30px;
  background: none;
  border: none;
  color: var(--ink);
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.lightbox-close:hover { opacity: 1; }

/* ---------- Video ---------- */
.video-frame {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  aspect-ratio: 16 / 9;
  background: #000;
  box-shadow: 0 20px 80px rgba(75, 198, 45, 0.08);
}
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- Bewertungen ---------- */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 26px;
}
.review-summary, .review-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 30px 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 60%), var(--bg-2);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.review-summary { align-items: flex-start; justify-content: center; }
.rating-big {
  font-family: "Space Grotesk", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}
.rating-stars { color: var(--accent); letter-spacing: 0.2em; font-size: 1rem; }
.review-summary p { color: var(--muted); font-size: 0.95rem; }
.review-summary .btn { margin-top: 8px; padding: 11px 22px; font-size: 12px; }
.review-card p { color: var(--muted); font-size: 0.97rem; line-height: 1.65; flex: 1; }
.review-author {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--faint);
}
.map-frame {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--line);
  height: 380px;
  background: var(--bg-2);
}
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: grayscale(0.5) contrast(1.05); }

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; }
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--bg-2);
  margin-bottom: 14px;
  overflow: hidden;
  transition: border-color 0.25s;
}
.faq-list details[open] { border-color: rgba(75, 198, 45, 0.4); }
.faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  list-style: none;
  cursor: pointer;
  padding: 22px 26px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 1.08rem;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-icon {
  flex-shrink: 0;
  width: 28px; height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--accent);
  font-size: 18px;
  font-weight: 400;
  transition: transform 0.3s;
}
.faq-list details[open] .faq-icon { transform: rotate(45deg); }
.faq-list details p {
  padding: 0 26px 24px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 0.99rem;
}

/* ---------- Footer ---------- */
footer { align-items: center; }
footer .heart { color: var(--accent); }
footer a { color: var(--muted); text-decoration: none; transition: color 0.2s; }
footer a:hover { color: var(--ink); }
.foot-col { display: flex; flex-direction: column; gap: 6px; }
.foot-legal a { color: var(--faint); }
.foot-social { display: flex; gap: 12px; }
.foot-social a {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--muted);
  transition: border-color 0.25s, color 0.25s, transform 0.25s;
}
.foot-social a:hover { border-color: var(--accent); color: var(--ink); transform: translateY(-2px); }
.foot-social svg { width: 18px; height: 18px; }

/* ---------- WhatsApp-FAB (nur Mobile & Tablet) ---------- */
.wa-fab {
  position: fixed;
  right: 18px; bottom: 18px;
  z-index: 90;
  width: 56px; height: 56px;
  display: none;
  align-items: center; justify-content: center;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 28px rgba(37, 211, 102, 0.45);
  transition: transform 0.25s, box-shadow 0.25s;
}
.wa-fab svg { width: 32px; height: 32px; position: relative; z-index: 1; }
.wa-fab::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: 50%;
  border: 2px solid #25d366;
  animation: wa-pulse 2.4s ease-out infinite;
}
.wa-fab:hover { transform: scale(1.06); box-shadow: 0 10px 34px rgba(37, 211, 102, 0.6); }
@keyframes wa-pulse {
  0% { transform: scale(1); opacity: 0.55; }
  100% { transform: scale(1.7); opacity: 0; }
}
@media (max-width: 1100px) {
  .wa-fab { display: flex; }
  .nav.open ~ .wa-fab { display: none; } /* nicht über dem offenen Mobilmenü */
}
@media (prefers-reduced-motion: reduce) {
  .wa-fab::after { animation: none; }
}

/* ---------- Über uns video ---------- */
.about-img .video-frame { border: 0; border-radius: 0; box-shadow: none; }

/* ---------- Consent banner & embed placeholders ---------- */
.embed-placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  gap: 10px;
  text-align: center;
  background:
    radial-gradient(70% 80% at 50% 50%, rgba(75, 198, 45, 0.07), transparent 70%),
    var(--bg-2);
  border: 0;
  color: var(--ink);
  font-family: "Inter", sans-serif;
  cursor: pointer;
  padding: 24px;
  transition: background 0.3s;
}
.embed-placeholder:hover { background: radial-gradient(70% 80% at 50% 50%, rgba(75, 198, 45, 0.14), transparent 70%), var(--bg-2); }
.embed-icon {
  width: 64px; height: 64px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(75, 198, 45, 0.5);
  border-radius: 50%;
  font-size: 22px;
  color: var(--accent);
}
.embed-label {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
}
.embed-note { font-size: 12px; color: var(--faint); letter-spacing: 0.04em; }

.cookie-banner {
  position: fixed;
  right: 18px; bottom: 18px;
  z-index: 95;
  max-width: 320px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.4s, transform 0.4s;
}
.cookie-banner.show { opacity: 1; transform: none; pointer-events: auto; }
.cookie-card {
  background: rgba(11, 13, 20, 0.94);
  backdrop-filter: blur(16px);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 14px 50px rgba(0, 0, 0, 0.55);
}
.cookie-card h3 {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.cookie-card p { color: var(--muted); font-size: 0.78rem; line-height: 1.5; }
.cookie-card a { color: var(--accent); text-decoration: none; }
.cookie-card a:hover { text-decoration: underline; }
.cookie-actions { display: flex; gap: 8px; margin-top: 12px; flex-wrap: nowrap; }
.cookie-actions .btn { flex: 1; padding: 8px 10px; font-size: 11px; letter-spacing: 0.06em; white-space: nowrap; text-align: center; cursor: pointer; border: none; font-family: "Inter", sans-serif; border-radius: 999px; }
.cookie-actions .btn-ghost { border: 1px solid var(--line); background: none; }
@media (max-width: 480px) {
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; max-width: none; }
}

/* ---------- Legal pages ---------- */
.legal {
  max-width: 820px;
  margin: 0 auto;
  padding: 150px 28px 90px;
}
.legal h1 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  margin-bottom: 10px;
}
.legal .stand { color: var(--faint); font-size: 0.9rem; margin-bottom: 44px; }
.legal h2 {
  font-size: 1.35rem;
  font-weight: 600;
  margin: 42px 0 14px;
}
.legal h3 { font-size: 1.05rem; font-weight: 600; margin: 26px 0 10px; }
.legal p, .legal li { color: var(--muted); line-height: 1.8; font-size: 1rem; }
.legal p { margin-bottom: 14px; }
.legal ul { margin: 0 0 14px 22px; }
.legal a { color: var(--accent); text-decoration: none; }
.legal a:hover { text-decoration: underline; }
.legal .back {
  display: inline-block;
  margin-bottom: 34px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.legal .back:hover { color: var(--ink); text-decoration: none; }
.legal address { font-style: normal; color: var(--muted); line-height: 1.8; }

/* ---------- Hamburger (hidden on desktop) ---------- */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 42px; height: 42px;
  padding: 10px;
  background: rgba(11, 13, 20, 0.6);
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.nav.open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav.open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Tablet (≤1100px) ---------- */
@media (max-width: 1100px) {
  .services { grid-template-columns: 1fr 1fr; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .process { grid-template-columns: 1fr 1fr; row-gap: 34px; }
  section.panel, .finishes { padding: 110px 30px; }
  .about-grid { gap: 40px; }
}

/* ---------- Mobile (≤860px) ---------- */
@media (max-width: 860px) {
  .nav { padding: 12px 16px; }
  /* kein backdrop-filter: er macht die Nav zum Containing Block und bricht das fixed-Fullscreen-Menü */
  .nav.scrolled { backdrop-filter: none; background: rgba(7, 8, 12, 0.94); }
  .nav-brand img { height: 24px; }
  .nav-toggle { display: flex; }

  /* fullscreen dropdown menu */
  .nav-links {
    position: fixed;
    inset: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background: rgba(5, 6, 10, 0.96);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.35s;
  }
  .nav.open .nav-links { opacity: 1; pointer-events: auto; }
  .nav-links a { font-size: 17px; letter-spacing: 0.22em; }
  .nav-cta { padding: 14px 30px !important; }

  /* shorter scrub sections — less thumb-scrolling on touch */
  .cinematic.hero { height: 380vh; }
  .cinematic.detail { height: 300vh; }
  .reveal-line .hl { font-size: clamp(1.9rem, 9vw, 3.4rem); }
  .reveal-line .sub { letter-spacing: 0.18em; font-size: 0.8rem; margin-top: 12px; }
  .corner { font-size: 9.5px; letter-spacing: 0.18em; }
  .corner.tr, .corner.br { display: none; }
  .corner.tl { top: 72px; left: 16px; }
  .corner.bl { bottom: 56px; left: 16px; }
  .progress { left: 16px; right: 16px; bottom: 38px; }

  section.panel, .finishes { padding: 80px 18px; }
  .panel-head { margin-bottom: 44px; }
  .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .stats { grid-template-columns: 1fr; }
  .stat { padding: 30px 26px; }
  .service { padding: 26px 22px; }
  .process { grid-template-columns: 1fr 1fr; gap: 18px; row-gap: 30px; }

  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .gallery-item .tag { left: 8px; bottom: 8px; font-size: 9.5px; padding: 5px 9px; }
  .lightbox { padding: 14px; }
  .lightbox-close { top: 10px; right: 16px; }

  .finish-picker button { padding: 10px 14px; font-size: 11.5px; }
  .map-frame { height: 280px; border-radius: 16px; }
  .finish-stage, .video-frame { border-radius: 16px; }

  .faq-list summary { padding: 16px 18px; font-size: 0.98rem; }
  .faq-list details p { padding: 0 18px 18px; }

  .contact { padding: 100px 18px 80px; }
  .contact-info { flex-direction: column; gap: 26px; text-align: center; }
  .cta-row { flex-direction: column; align-items: stretch; }
  .cta-row .btn { text-align: center; }

  footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 28px 18px;
  }
  .foot-col { align-items: center; }
}

/* ---------- Schmale Viewports (≤640px) ---------- */
@media (max-width: 640px) {
  .services, .reviews-grid { grid-template-columns: 1fr; }
}

/* ---------- Small phones (≤480px) ---------- */
@media (max-width: 480px) {
  .process { grid-template-columns: 1fr; }
  .panel-head h2 { font-size: 1.7rem; }
  .about-grid h2 { font-size: 1.6rem; }
  .contact h2 { font-size: 2rem; }
  .rating-big { font-size: 2.8rem; }
}
