﻿/* ==========================================================================
   Virtuose â€” gelieferte Sektionen (Reviews, Finale/CTA, Footer)
   Adaptiert aus /sections: Projektfonts statt Remote-Fonts (DSGVO),
   Custom-Cursor entfernt, Links auf echte Seiten gemappt.
   ========================================================================== */

/* --------------------------------------------------------------------------
   Reviews / From Our Clients
   -------------------------------------------------------------------------- */

.vm-reviews,
.vm-reviews *,
.vm-reviews *::before,
.vm-reviews *::after {
  box-sizing: border-box;
}

.vm-reviews {
  --vm-ink: #08080a;
  --vm-chalk: #f6f3ec;
  --vm-chalk-dim: #c4bdac;
  --vm-chalk-faint: #9a9281;
  --vm-electric: #ead9b8;
  --vm-electric-soft: #f4ecdb;
  --vm-electric-deep: #c2a875;
  --vm-hairline: rgba(246, 243, 236, 0.08);
  --vm-glass: rgba(20, 18, 15, 0.55);
  --vm-accent: #fd3204;
  --vm-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --vm-pointer-x: 50%;
  --vm-pointer-y: 45%;
  position: relative;
  overflow: clip;
  padding-block: clamp(7rem, 14vh, 12rem);
  /* Kein eigener Hintergrund â€” der globale .site-bg flieÃŸt nahtlos durch. */
  background: transparent;
  color: var(--vm-chalk);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.vm-reviews-ambient {
  display: none !important;
}

.vm-reviews-wrap,
.vm-reviews-row {
  position: relative;
  z-index: 1;
}

.vm-reviews-wrap {
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: clamp(1.5rem, 5vw, 5.5rem);
}

.vm-reviews-head {
  max-width: 46rem;
  margin-inline: auto;
  margin-bottom: clamp(3.5rem, 7vw, 6rem);
  text-align: center;
}

.vm-reviews-kicker {
  margin: 0 0 1.5rem;
  color: var(--vm-accent);
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 0.72rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.vm-reviews-title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.6rem, 7vw, 7rem);
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 0.94;
}

.vm-reviews-split-word {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

.vm-reviews-split-word > span {
  display: inline-block;
  transform: translateY(115%);
}

.vm-reviews-row {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  touch-action: pan-x pan-y pinch-zoom;
  cursor: grab;
  transform: translateZ(0);
}

.vm-reviews-row::-webkit-scrollbar {
  display: none;
}

.vm-reviews-row.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.vm-reviews-row-a {
  margin-bottom: 1.5rem;
}

.vm-reviews-mask {
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

.vm-reviews-track {
  position: relative;
  display: flex;
  width: max-content;
}

.vm-reviews-group {
  display: flex;
  flex: 0 0 auto;
}

.vm-review-card {
  --vm-card-x: 50%;
  --vm-card-y: 50%;
  position: relative;
  isolation: isolate;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  width: clamp(360px, 30vw, 470px);
  overflow: hidden;
  margin-right: 1.6rem;
  padding: 2.3rem 2.3rem 2.1rem;
  gap: 1.7rem;
  border: 1px solid var(--vm-hairline);
  border-radius: 2px;
  background: var(--vm-glass);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  backdrop-filter: blur(14px) saturate(120%);
  contain: paint;
  transition:
    border-color 0.5s var(--vm-ease),
    box-shadow 0.5s var(--vm-ease);
}

.vm-review-card::before {
  position: absolute;
  z-index: -1;
  inset: -1px;
  background: radial-gradient(
    280px circle at var(--vm-card-x) var(--vm-card-y),
    color-mix(in oklch, var(--vm-accent) 9%, transparent),
    rgba(234, 217, 184, 0.045) 38%,
    transparent 70%
  );
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s var(--vm-ease);
}

.vm-review-card > * {
  position: relative;
  z-index: 1;
}

.vm-review-card:hover {
  border-color: color-mix(in oklch, var(--vm-accent) 28%, transparent);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.vm-review-card:hover::before {
  opacity: 1;
}

.vm-review-quote {
  margin: 0;
  color: var(--vm-chalk);
  font-family: var(--display);
  font-size: 1.16rem;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.5;
}

.vm-review-qmark {
  display: inline-block;
  margin-right: 0.1em;
  color: var(--vm-accent);
  font-size: 1.4em;
  line-height: 0;
  text-shadow: 0 0 18px color-mix(in oklch, var(--vm-accent) 22%, transparent);
  transform-origin: 50% 75%;
  transition: transform 0.45s var(--vm-ease);
}

.vm-review-qmark-end {
  margin-right: 0;
  margin-left: 0.1em;
  transform-origin: 50% 25%;
}

.vm-review-card:hover .vm-review-qmark {
  transform: translate3d(0, -3px, 0) rotate(-8deg) scale(1.13);
}

.vm-review-meta {
  display: flex;
  align-items: center;
  margin-top: auto;
  gap: 0.9rem;
}

.vm-review-avatar {
  display: grid;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(244, 236, 219, 0.4);
  border-radius: 50%;
  background: linear-gradient(140deg, var(--vm-electric-deep), var(--vm-electric));
  color: #fff;
  font-family: var(--display);
  font-size: 0.92rem;
  font-weight: 500;
  transition:
    box-shadow 0.45s var(--vm-ease),
    transform 0.45s var(--vm-ease);
}

.vm-review-card:hover .vm-review-avatar {
  transform: translate3d(0, -2px, 0) rotate(-4deg) scale(1.08);
  box-shadow: 0 10px 30px color-mix(in oklch, var(--vm-accent) 14%, transparent);
}

.vm-review-name {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}

.vm-review-role {
  margin-top: 0.25rem;
  color: var(--vm-chalk-faint);
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 0.64rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: color 0.45s var(--vm-ease);
}

.vm-review-card:hover .vm-review-role {
  color: var(--vm-electric-soft);
}

@media (max-width: 1023px) {
  .vm-reviews {
    padding-block: clamp(4.5rem, 9vh, 7rem);
  }

  .vm-review-card {
    width: 80vw;
    max-width: 360px;
    margin-right: 1rem;
    padding: 1.9rem 1.8rem 1.6rem;
  }

  .vm-review-quote {
    font-size: 1.06rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vm-reviews *,
  .vm-reviews *::before,
  .vm-reviews *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* --------------------------------------------------------------------------
   Finale / An Invitation (CTA)
   -------------------------------------------------------------------------- */

.vm-finale,
.vm-finale *,
.vm-finale *::before,
.vm-finale *::after {
  box-sizing: border-box;
}

.vm-finale {
  --vm-ink: #08080a;
  --vm-chalk: #f6f3ec;
  --vm-chalk-dim: #c4bdac;
  --vm-chalk-faint: #9a9281;
  --vm-electric: #ead9b8;
  --vm-electric-soft: #f4ecdb;
  --vm-accent: #fd3204;
  --vm-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --vm-rotate-x: 0deg;
  --vm-rotate-y: 0deg;
  position: relative;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  overflow: clip;
  place-items: center;
  padding-block: clamp(9rem, 22vh, 18rem);
  /* Kein eigener Hintergrund â€” Aurora-Layer bleiben, die FlÃ¤che liefert .site-bg. */
  background: transparent;
  color: var(--vm-chalk);
  perspective: 1200px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.vm-finale-aurora {
  position: absolute;
  inset: -20%;
  /* Weiche Kanten, damit der Glow nahtlos in den globalen Hintergrund Ã¼bergeht. */
  -webkit-mask-image: linear-gradient(to bottom, transparent 14.5%, #000 30%, #000 64%, transparent 85%);
  mask-image: linear-gradient(to bottom, transparent 14.5%, #000 30%, #000 64%, transparent 85%);
  animation: vmAuroraDrift 26s ease-in-out infinite alternate;
  background:
    radial-gradient(38% 50% at 30% 42%, rgba(253, 50, 4, 0.1), transparent 70%),
    radial-gradient(42% 46% at 72% 60%, rgba(234, 217, 184, 0.1), transparent 72%),
    radial-gradient(50% 40% at 50% 88%, rgba(253, 50, 4, 0.06), transparent 70%);
  filter: blur(20px);
  opacity: 0.9;
  pointer-events: none;
}

.vm-finale-accent-glow {
  position: absolute;
  inset: -20%;
  -webkit-mask-image: linear-gradient(to bottom, transparent 14.5%, #000 30%, #000 64%, transparent 85%);
  mask-image: linear-gradient(to bottom, transparent 14.5%, #000 30%, #000 64%, transparent 85%);
  background: radial-gradient(
    34% 42% at 31% 43%,
    color-mix(in oklch, var(--vm-accent) 6%, transparent),
    transparent 72%
  );
  pointer-events: none;
}

.vm-finale-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: clamp(1.5rem, 5vw, 5.5rem);
  gap: clamp(1.8rem, 3.5vw, 3rem);
  text-align: center;
}

.vm-finale-eyebrow {
  opacity: 0;
  transform: translateY(16px);
  color: var(--vm-accent);
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  text-transform: uppercase;
}

.vm-finale-wordmark-wrap {
  overflow: visible;
}

.vm-finale-wordmark {
  max-width: 100%;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(2.6rem, 9.6vw, 10rem);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  text-shadow:
    0 0 50px rgba(242, 244, 248, 0.18),
    0 0 90px rgba(234, 217, 184, 0.26);
  transform: perspective(1200px) rotateX(var(--vm-rotate-x)) rotateY(var(--vm-rotate-y)) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  transition:
    text-shadow 0.7s var(--vm-ease),
    transform 0.7s var(--vm-ease);
  white-space: nowrap;
  will-change: transform;
}

.vm-finale.is-pointer-active .vm-finale-wordmark {
  text-shadow:
    0 0 58px rgba(242, 244, 248, 0.22),
    0 0 105px rgba(234, 217, 184, 0.31);
}

.vm-finale-letter {
  display: inline-block;
  opacity: 0;
  filter: blur(10px);
  will-change: transform, opacity, filter;
}

.vm-finale-tagline {
  width: 100%;
  max-width: 36rem;
  margin: 0;
  color: var(--vm-chalk-dim);
  font-family: var(--display);
  font-size: clamp(1rem, 2.2vw, 2rem);
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.3;
}

.vm-finale-reveal-line {
  display: block;
  overflow: hidden;
}

.vm-finale-reveal-line > span {
  display: block;
  transform: translateY(125%);
  white-space: nowrap;
}

.vm-finale-cta {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 0.3rem 0.2rem;
  gap: 0.55rem;
  opacity: 0;
  transform: translateY(22px);
  color: #fff;
  text-decoration: none;
}

.vm-finale-cta:focus-visible {
  border-radius: 2px;
  outline: 2px solid var(--vm-accent);
  outline-offset: 4px;
}

.vm-finale-cta-label {
  display: inline-flex;
  align-items: center;
  font-family: var(--display);
  font-size: clamp(1.05rem, 1.8vw, 1.5rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  transition:
    color 0.5s var(--vm-ease),
    transform 0.18s var(--vm-ease);
}

.vm-finale-cta-arrow {
  display: inline-block;
  width: 0.92em;
  height: 0.92em;
  margin-left: 0.35em;
  flex-shrink: 0;
  opacity: 0.46;
  transform: translate3d(-4px, 4px, 0);
  transition:
    opacity 0.4s var(--vm-ease),
    transform 0.4s var(--vm-ease);
}

.vm-finale-cta-line {
  display: block;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, transparent, var(--vm-accent), transparent);
  box-shadow: 0 0 14px color-mix(in oklch, var(--vm-accent) 42%, transparent);
  transition: transform 0.6s var(--vm-ease);
}

.vm-finale-cta:hover .vm-finale-cta-line,
.vm-finale-cta:focus-visible .vm-finale-cta-line {
  transform: scaleX(1);
}

.vm-finale-cta:hover .vm-finale-cta-label {
  color: var(--vm-accent);
}

.vm-finale-cta:hover .vm-finale-cta-arrow,
.vm-finale-cta:focus-visible .vm-finale-cta-arrow {
  opacity: 1;
  transform: translate3d(2px, -2px, 0);
}

.vm-finale-cta:active .vm-finale-cta-label {
  transform: translateY(1px) scale(0.97);
}

@keyframes vmAuroraDrift {
  0% {
    transform: translate3d(-2%, -1%, 0) scale(1);
  }

  50% {
    transform: translate3d(2%, 2%, 0) scale(1.08);
  }

  100% {
    transform: translate3d(-1%, 1%, 0) scale(1.03);
  }
}

@media (max-width: 1023px) {
  .vm-finale {
    min-height: auto;
    padding-block: clamp(6rem, 16vh, 10rem);
  }

  .vm-finale-reveal-line > span {
    white-space: normal;
  }

  .vm-finale-cta {
    min-height: 44px;
    padding-block: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vm-finale-aurora {
    animation: none;
  }

  .vm-finale *,
  .vm-finale *::before,
  .vm-finale *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

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

.vm-footer-shell,
.vm-footer-shell *,
.vm-footer-shell *::before,
.vm-footer-shell *::after {
  box-sizing: border-box;
}

.vm-footer-shell {
  --vm-footer-ink: #050504;
  --vm-footer-panel: #0d0d10;
  --vm-footer-chalk: #f6f3ec;
  --vm-footer-muted: #96938c;
  --vm-footer-line: rgba(246, 243, 236, 0.14);
  --vm-footer-accent: #fd3204;
  --vm-footer-gold: #ead9b8;
  --vm-footer-ease: cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  width: 100%;
  padding: clamp(4rem, 9vw, 7rem) var(--pad-x, clamp(1.25rem, 4.5vw, 4rem)) clamp(2.25rem, 4vw, 3.25rem);
  overflow: visible;
  background: transparent;
  color: var(--vm-footer-chalk);
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
}

.vm-footer {
  position: relative;
  width: 100%;
  max-width: 74rem;
  margin-inline: auto;
  overflow: visible;
  padding: clamp(2.5rem, 4vw, 3.5rem) 0 0;
  border-top: 1px solid var(--vm-footer-line);
  background: transparent;
}

.vm-footer-beam {
  position: absolute;
  top: 0;
  left: 50%;
  width: 34%;
  height: 1px;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--vm-footer-accent), transparent);
  box-shadow: 0 0 20px color-mix(in oklch, var(--vm-footer-accent) 18%, transparent);
}

.vm-footer-grid {
  display: grid;
  gap: clamp(3.5rem, 8vw, 7rem);
}

.vm-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vm-footer-identity {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--vm-footer-chalk);
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-decoration: none;
}

.vm-footer-mark-img {
  display: block;
  height: 2.85rem;
  width: auto;
  max-width: min(18rem, 100%);
  object-fit: contain;
  object-position: left center;
  transition: filter 0.4s var(--vm-footer-ease);
}

.vm-footer-identity:hover .vm-footer-mark-img,
.vm-footer-identity:focus-visible .vm-footer-mark-img {
  filter: drop-shadow(0 0 8px rgba(253, 50, 4, 0.28));
}

.vm-footer-positioning {
  margin: 1.4rem 0 0;
  color: var(--vm-footer-muted);
  font-family: Manrope, sans-serif;
  font-weight: 600;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.vm-footer-copyright {
  margin: 2rem 0 0;
  color: color-mix(in oklch, var(--vm-footer-muted) 76%, transparent);
  font-size: 0.78rem;
}

.vm-footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.8rem 1.5rem;
}

.vm-footer-group-title {
  margin: 0 0 1.2rem;
  color: var(--vm-footer-chalk);
  font-family: Manrope, sans-serif;
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.vm-footer-group ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 0.65rem;
  list-style: none;
}

.vm-footer-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 1.5rem;
  color: var(--vm-footer-muted);
  font-size: 0.86rem;
  text-decoration: none;
  transition: color 0.35s var(--vm-footer-ease);
}

.vm-footer-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(
    90deg,
    transparent,
    var(--vm-footer-accent),
    transparent
  );
  transition: transform 0.45s var(--vm-footer-ease);
}

.vm-footer-link:hover,
.vm-footer-link:focus-visible {
  color: var(--vm-footer-chalk);
}

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

.vm-footer-addr {
  display: inline-flex;
  align-items: center;
  min-height: 1.5rem;
  color: var(--vm-footer-muted);
  font-size: 0.86rem;
}

.vm-footer-identity:focus-visible,
.vm-footer-link:focus-visible {
  border-radius: 2px;
  outline: 2px solid rgba(234, 217, 184, 0.55);
  outline-offset: 4px;
}

[data-vm-footer-reveal] {
  opacity: 1;
}

@media (min-width: 760px) {
  .vm-footer-links {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .vm-footer-grid {
    grid-template-columns: minmax(14rem, 1fr) 2fr;
  }

  .vm-footer-copyright {
    margin-top: auto;
    padding-top: 4rem;
  }
}

@media (max-width: 1023px) {
  .vm-footer-shell {
    padding-block: clamp(2.75rem, 6vw, 4.5rem) clamp(1.65rem, 3.2vw, 2.4rem);
  }

  .vm-footer {
    padding-top: clamp(1.75rem, 3vw, 2.5rem);
  }

  .vm-footer-grid {
    gap: clamp(2rem, 5vw, 3.5rem);
  }

  .vm-footer-mark-img {
    height: 2.35rem;
  }

  .vm-footer-positioning {
    margin-top: 0.85rem;
  }

  .vm-footer-copyright {
    margin-top: 1.15rem;
  }

  .vm-footer-links {
    gap: 1.65rem 1.25rem;
  }

  .vm-footer-group-title {
    margin-bottom: 0.7rem;
  }

  .vm-footer-group ul {
    gap: 0.22rem;
  }

  .vm-footer-link,
  .vm-footer-addr {
    min-height: 2.05rem;
    font-size: 0.82rem;
  }

  .vm-footer-link::after {
    bottom: 0.28rem;
  }
}

@media (max-width: 480px) {
  .vm-footer-links {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .vm-footer-group ul {
    gap: 0.16rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vm-footer-shell *,
  .vm-footer-shell *::before,
  .vm-footer-shell *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
