:root {
  --header-offset: 72px;
}

body.has-cinematic-hero {
  padding-top: 0;
}

body.has-cinematic-hero .site-header {
  background: linear-gradient(180deg, rgba(7, 14, 24, 0.58) 0%, rgba(7, 14, 24, 0.24) 54%, rgba(7, 14, 24, 0.04) 84%, transparent 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
  backdrop-filter: blur(16px) saturate(122%);
  -webkit-backdrop-filter: blur(16px) saturate(122%);
}

body.has-cinematic-hero .brand img {
  filter:
    brightness(0) invert(1)
    drop-shadow(0 8px 24px rgba(7, 14, 24, 0.26));
  transform: none;
}

body.has-cinematic-hero .desktop-nav {
  background: rgba(247, 248, 245, 0.88);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 30px rgba(7, 14, 24, 0.1);
}

body.has-cinematic-hero .nav-phone {
  box-shadow: 0 14px 32px rgba(7, 14, 24, 0.18);
}

.hero-v2.hero-v2--cinematic {
  width: 100%;
  min-height: calc(100svh - var(--header-offset));
  margin-top: calc(var(--header-offset) * -1);
  padding: var(--header-offset) 0 0;
}

.hero-v2.hero-v2--cinematic .hero-frame {
  position: relative;
  min-height: min(100svh, 760px);
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

.hero-v2.hero-v2--cinematic .hero-frame > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-v2.hero-v2--cinematic .hero-frame::before {
  background:
    linear-gradient(90deg, rgba(7, 14, 24, 0.88) 0%, rgba(7, 14, 24, 0.58) 34%, rgba(7, 14, 24, 0.2) 68%, rgba(7, 14, 24, 0.52) 100%),
    linear-gradient(180deg, rgba(7, 14, 24, 0.12) 0%, rgba(7, 14, 24, 0.64) 100%);
}

.hero-v2.hero-v2--cinematic .hero-frame::after {
  opacity: 0.34;
  background-size: 82px 82px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 88%);
}

.hero-v2.hero-v2--cinematic .hero-shell {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: min(1180px, 100% - 2rem);
  margin-inline: auto;
}

.hero-v2.hero-v2--cinematic .hero-content {
  left: 0;
  right: auto;
  bottom: clamp(9.25rem, 17vh, 11.75rem);
  max-width: min(48rem, 100%);
}

.hero-v2.hero-v2--cinematic .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.15rem;
  color: #dff1ff;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 8px 22px rgba(7, 14, 24, 0.24);
}

.hero-v2.hero-v2--cinematic .hero-kicker::before {
  content: "";
  width: 2.5rem;
  height: 1px;
  background: rgba(168, 219, 255, 0.92);
  box-shadow: 0 0 18px rgba(168, 219, 255, 0.32);
}

.hero-v2.hero-v2--cinematic .hero-content h1 {
  max-width: 9.5ch;
  font-size: clamp(3.6rem, 7vw, 7rem);
  text-shadow: 0 18px 46px rgba(7, 14, 24, 0.26);
}

.hero-v2.hero-v2--cinematic .hero-content p {
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.88);
  margin-top: 1rem;
  font-size: clamp(1.06rem, 1.6vw, 1.22rem);
  line-height: 1.6;
  text-shadow: 0 8px 24px rgba(7, 14, 24, 0.28);
}

.hero-v2.hero-v2--cinematic .hero-actions {
  margin-top: 1.8rem;
}

.hero-v2.hero-v2--cinematic .button.secondary {
  color: rgba(255, 255, 255, 0.98);
  background: rgba(7, 14, 24, 0.38);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 14px 30px rgba(7, 14, 24, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-shadow: 0 1px 1px rgba(7, 14, 24, 0.28);
}

.hero-v2.hero-v2--cinematic .button.secondary:hover,
.hero-v2.hero-v2--cinematic .button.secondary:focus-visible {
  background: rgba(7, 14, 24, 0.56);
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 18px 34px rgba(7, 14, 24, 0.2);
}

.hero-v2.hero-v2--cinematic .hero-spec {
  left: auto;
  right: 0;
  bottom: clamp(0.85rem, 2.2vh, 1.5rem);
  width: min(620px, calc(100% - 2rem));
  margin-left: 0;
  padding-top: 1rem;
  background: linear-gradient(180deg, rgba(7, 14, 24, 0) 0%, rgba(7, 14, 24, 0.2) 100%);
  border: 0;
  box-shadow: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-v2.hero-v2--cinematic .hero-spec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.54) 40%, rgba(255, 255, 255, 0.22) 100%);
}

.hero-v2.hero-v2--cinematic .hero-spec div {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.34rem;
  padding: 1.15rem 1.2rem 0.65rem;
}

.hero-v2.hero-v2--cinematic .hero-spec div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-v2.hero-v2--cinematic .hero-spec strong {
  font-size: clamp(2.35rem, 3.8vw, 3.35rem);
  font-weight: 850;
  line-height: 0.88;
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 12px 24px rgba(7, 14, 24, 0.26);
}

.hero-v2.hero-v2--cinematic .hero-spec span {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: 0.95rem;
  font-weight: 500;
}

.page-hero.page-hero--cinematic {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  min-height: calc(100svh - var(--header-offset));
  margin-top: calc(var(--header-offset) * -1);
  padding-top: var(--header-offset);
  overflow: hidden;
  isolation: isolate;
}

.page-hero.page-hero--cinematic::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 14, 24, 0.9) 0%, rgba(7, 14, 24, 0.62) 34%, rgba(7, 14, 24, 0.18) 70%, rgba(7, 14, 24, 0.54) 100%),
    linear-gradient(180deg, rgba(7, 14, 24, 0.08) 0%, rgba(7, 14, 24, 0.68) 100%),
    url("/showcase/hero-neubau-sanierung-2026.jpg") center / cover no-repeat;
  transform: scale(1.01);
}

.page-hero.page-hero--cinematic::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), transparent 88%);
  pointer-events: none;
}

.page-hero-shell {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: min(1180px, 100% - 2rem);
  min-height: 100%;
  margin-inline: auto;
}

.page-hero-copy {
  position: absolute;
  left: 0;
  right: auto;
  bottom: clamp(9.25rem, 17vh, 11.75rem);
  max-width: min(52rem, 100%);
}

.page-leistungen .page-hero-copy,
.page-ueber-uns .page-hero-copy,
.page-kontakt .page-hero-copy {
  bottom: clamp(9rem, 15vh, 11rem);
  max-width: min(54rem, 100%);
}

.page-hero.page-hero--cinematic .section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.05rem;
  color: #dff1ff;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-shadow: 0 8px 22px rgba(7, 14, 24, 0.24);
}

.page-hero.page-hero--cinematic .section-label::before {
  content: "";
  width: 2.5rem;
  height: 1px;
  background: rgba(168, 219, 255, 0.92);
  box-shadow: 0 0 18px rgba(168, 219, 255, 0.32);
}

.page-hero.page-hero--cinematic h1 {
  max-width: 8.8ch;
  color: var(--white);
  font-size: clamp(3.35rem, 6.4vw, 5.9rem);
  line-height: 0.94;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none;
  text-shadow: 0 16px 36px rgba(7, 14, 24, 0.24);
}

.page-leistungen .page-hero.page-hero--cinematic h1 {
  max-width: 10.8ch;
  font-size: clamp(3.1rem, 5.6vw, 5.1rem);
}

.page-ueber-uns .page-hero.page-hero--cinematic h1 {
  max-width: 9.4ch;
  font-size: clamp(3rem, 5.3vw, 4.9rem);
}

.page-kontakt .page-hero.page-hero--cinematic h1 {
  max-width: 10.4ch;
  font-size: clamp(2.95rem, 5.1vw, 4.75rem);
}

.page-hero.page-hero--cinematic p {
  max-width: 40rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.02rem, 1.5vw, 1.16rem);
  line-height: 1.6;
  text-shadow: 0 8px 20px rgba(7, 14, 24, 0.22);
}

.page-ueber-uns .page-hero.page-hero--cinematic p,
.page-kontakt .page-hero.page-hero--cinematic p {
  max-width: 46rem;
}

.page-hero-spec {
  position: absolute;
  left: auto;
  right: 0;
  bottom: clamp(0.85rem, 2.2vh, 1.5rem);
  width: min(620px, calc(100% - 2rem));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 1rem;
  background: linear-gradient(180deg, rgba(7, 14, 24, 0) 0%, rgba(7, 14, 24, 0.2) 100%);
  border: 0;
  box-shadow: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.page-hero-spec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.54) 40%, rgba(255, 255, 255, 0.22) 100%);
}

.page-hero-spec div {
  min-height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.34rem;
  padding: 1.15rem 1.2rem 0.65rem;
}

.page-hero-spec div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.page-hero-spec strong {
  font-size: clamp(2.3rem, 3.8vw, 3.3rem);
  font-weight: 850;
  line-height: 0.88;
  color: rgba(255, 255, 255, 0.98);
  text-shadow: 0 12px 24px rgba(7, 14, 24, 0.26);
}

.page-hero-spec span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 1024px) and (orientation: portrait) {
  :root {
    --header-offset: 68px;
  }

  .hero-v2.hero-v2--cinematic .hero-frame {
    min-height: min(100svh, 760px);
  }

  .hero-v2.hero-v2--cinematic .hero-shell {
    width: min(100% - 2rem, 1180px);
  }

  .hero-v2.hero-v2--cinematic .hero-content {
    bottom: 10.4rem;
    max-width: 42rem;
  }

  .hero-v2.hero-v2--cinematic .hero-content h1 {
    font-size: clamp(4rem, 10vw, 6.3rem);
  }

  .hero-v2.hero-v2--cinematic .hero-spec {
    width: min(100%, 700px);
  }

  .page-hero.page-hero--cinematic {
    min-height: min(calc(100svh - var(--header-offset)), 760px);
  }
}

@media (max-width: 900px) {
  .hero-v2.hero-v2--cinematic .hero-content {
    max-width: 34rem;
  }

  .hero-v2.hero-v2--cinematic .hero-content h1 {
    max-width: 8.6ch;
  }

  .page-hero-copy {
    bottom: 9.85rem;
    max-width: 34rem;
  }

  .page-leistungen .page-hero-copy,
  .page-ueber-uns .page-hero-copy,
  .page-kontakt .page-hero-copy {
    bottom: 9.2rem;
    max-width: 100%;
  }

  .page-hero.page-hero--cinematic h1 {
    max-width: 7.8ch;
    font-size: clamp(3rem, 8vw, 4.9rem);
  }

  .page-leistungen .page-hero.page-hero--cinematic h1 {
    max-width: 10.6ch;
    font-size: clamp(2.8rem, 6vw, 4.35rem);
  }

  .page-ueber-uns .page-hero.page-hero--cinematic h1,
  .page-kontakt .page-hero.page-hero--cinematic h1 {
    max-width: 9.9ch;
    font-size: clamp(2.7rem, 5.8vw, 4.15rem);
  }

  .page-hero-spec {
    width: min(100%, 640px);
  }
}

@media (max-width: 720px) {
  :root {
    --header-offset: 58px;
  }

  body.has-cinematic-hero {
    padding-top: 0 !important;
  }

  body.has-cinematic-hero {
    background:
      linear-gradient(180deg, rgba(232, 237, 241, 0.98) 0%, rgba(247, 248, 245, 0.98) 38%, rgba(232, 237, 241, 0.98) 100%),
      var(--bg);
  }

  body.has-cinematic-hero .site-header {
    background:
      linear-gradient(
        180deg,
        rgba(7, 14, 24, 0.82) 0%,
        rgba(7, 14, 24, 0.62) 48%,
        rgba(7, 14, 24, 0.28) 100%
      );
  }

  body.has-cinematic-hero .brand {
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
  }

  body.has-cinematic-hero .brand img {
    width: auto;
    height: 40px;
    max-width: 56px;
    margin: 0;
    object-position: left center;
    transform: none;
  }

  .home-page .hero-v2.hero-v2--cinematic {
    min-height: auto;
    margin-top: calc(var(--header-offset) * -1);
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-page .hero-v2.hero-v2--cinematic .hero-frame {
    min-height: clamp(390px, calc(100dvh - var(--header-offset) - 86px), 462px);
  }

  .home-page .hero-v2.hero-v2--cinematic .hero-frame::before {
    background:
      linear-gradient(
        180deg,
        rgba(7, 14, 24, 0.68) 0%,
        rgba(7, 14, 24, 0.44) 22%,
        rgba(7, 14, 24, 0.2) 46%,
        rgba(7, 14, 24, 0.66) 100%
      ),
      linear-gradient(
        90deg,
        rgba(7, 14, 24, 0.84) 0%,
        rgba(7, 14, 24, 0.5) 34%,
        rgba(7, 14, 24, 0.18) 70%,
        rgba(7, 14, 24, 0.54) 100%
      );
  }

  .home-page .hero-v2.hero-v2--cinematic .hero-frame img {
    object-position: center 20%;
  }

  .home-page .hero-v2.hero-v2--cinematic .hero-shell {
    position: relative;
    inset: auto;
    display: grid;
    align-content: end;
    min-height: clamp(390px, calc(100dvh - var(--header-offset) - 86px), 462px);
    width: min(100% - 1rem, 1180px);
    padding-top: clamp(0.8rem, 3.9vw, 1.3rem);
    padding-bottom: 0.08rem;
  }

  .hero-v2.hero-v2--cinematic .hero-shell {
    width: min(100% - 1rem, 1180px);
  }

  .home-page .hero-v2.hero-v2--cinematic .hero-content {
    position: static;
    inset: auto;
    bottom: auto;
    max-width: 100%;
  }

  .hero-v2.hero-v2--cinematic .hero-content {
    bottom: auto;
    max-width: 100%;
  }

  .home-page .hero-v2.hero-v2--cinematic .hero-content p {
    max-width: 18.8rem;
    font-size: 0.88rem;
    line-height: 1.28;
  }

  .hero-v2.hero-v2--cinematic .hero-content p {
    max-width: 21rem;
    font-size: 0.98rem;
    line-height: 1.45;
  }

  .home-page .hero-v2.hero-v2--cinematic .hero-actions {
    gap: 0.72rem;
    margin-top: 0.84rem;
    margin-bottom: 0.55rem;
  }

  .hero-v2.hero-v2--cinematic .hero-actions {
    margin-top: 1.15rem;
  }

  .hero-v2.hero-v2--cinematic .button.secondary {
    background: rgba(7, 14, 24, 0.52);
    border-color: rgba(255, 255, 255, 0.34);
  }

  .hero-v2.hero-v2--cinematic .hero-kicker {
    gap: 0.65rem;
    margin-bottom: 0.78rem;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  .hero-v2.hero-v2--cinematic .hero-kicker::before {
    width: 1.7rem;
  }

  .home-page .hero-v2.hero-v2--cinematic .hero-content h1 {
    max-width: 5.5ch;
    font-size: clamp(2.12rem, 9.3vw, 3rem);
  }

  .hero-v2.hero-v2--cinematic .hero-content h1 {
    max-width: 6.2ch;
    font-size: clamp(2.9rem, 13vw, 4.2rem);
  }

  .home-page .hero-v2.hero-v2--cinematic .hero-spec {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 0.08rem;
  }

  .hero-v2.hero-v2--cinematic .hero-spec {
    width: 100%;
    bottom: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 0.24rem;
  }

  .home-page .hero-v2.hero-v2--cinematic .hero-spec div {
    min-height: 0;
    justify-content: flex-start;
    padding: 0.42rem 0.5rem 0.42rem;
    gap: 0.14rem;
  }

  .hero-v2.hero-v2--cinematic .hero-spec div {
    min-height: 0;
    padding: 0.44rem 0.5rem 0.44rem;
    gap: 0.12rem;
  }

  .home-page .hero-v2.hero-v2--cinematic .hero-spec div + div {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }

  .hero-v2.hero-v2--cinematic .hero-spec div + div {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }

  .home-page .hero-v2.hero-v2--cinematic .hero-spec strong {
    font-size: clamp(1.42rem, 5.7vw, 1.78rem);
  }

  .hero-v2.hero-v2--cinematic .hero-spec strong {
    font-size: clamp(1.28rem, 5.5vw, 1.56rem);
  }

  .home-page .hero-v2.hero-v2--cinematic .hero-spec span {
    font-size: 0.62rem;
    line-height: 1.08;
  }

  .hero-v2.hero-v2--cinematic .hero-spec span {
    font-size: 0.58rem;
    line-height: 1.08;
  }

  .page-hero-shell {
    width: min(100% - 1rem, 1180px);
  }

  .page-hero.page-hero--cinematic::after,
  .hero-v2.hero-v2--cinematic .hero-frame::after {
    background-size: 48px 48px;
  }

  .page-hero.page-hero--cinematic .section-label {
    gap: 0.65rem;
    margin-bottom: 0.95rem;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }

  .page-hero.page-hero--cinematic .section-label::before {
    width: 1.7rem;
  }

  .page-hero-spec {
    width: 100%;
    bottom: 0.35rem;
    grid-template-columns: 1fr;
    padding-top: 0.65rem;
  }

  .page-hero-spec div {
    min-height: 0;
    padding: 0.72rem 0.8rem 0.62rem;
  }

  .page-hero-spec div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .page-leistungen .page-hero.page-hero--cinematic,
  .page-ueber-uns .page-hero.page-hero--cinematic,
  .page-kontakt .page-hero.page-hero--cinematic {
    min-height: auto;
    margin-top: calc(var(--header-offset) * -1);
    padding-top: 0;
  }

  .page-leistungen .page-hero-shell,
  .page-ueber-uns .page-hero-shell,
  .page-kontakt .page-hero-shell {
    position: relative;
    inset: auto;
    display: grid;
    align-content: end;
    gap: 0.5rem;
    min-height: clamp(346px, calc(100dvh - var(--header-offset) - 112px), 418px);
    padding-top: clamp(0.82rem, 3.8vw, 1.2rem);
    padding-bottom: 0.08rem;
  }

  .page-leistungen .page-hero-copy,
  .page-ueber-uns .page-hero-copy,
  .page-kontakt .page-hero-copy {
    position: static;
    inset: auto;
    bottom: auto;
    max-width: 100%;
  }

  .page-leistungen .page-hero.page-hero--cinematic h1,
  .page-ueber-uns .page-hero.page-hero--cinematic h1,
  .page-kontakt .page-hero.page-hero--cinematic h1 {
    max-width: 9.6ch;
    font-size: clamp(1.92rem, 7.9vw, 2.56rem);
    line-height: 0.92;
    text-wrap: balance;
    overflow-wrap: normal;
    word-break: normal;
    -webkit-hyphens: none;
    hyphens: none;
  }

  .page-leistungen .page-hero.page-hero--cinematic h1 {
    max-width: 8.8ch;
    font-size: clamp(1.92rem, 8vw, 2.52rem);
  }

  .page-ueber-uns .page-hero.page-hero--cinematic h1 {
    max-width: 8.6ch;
    font-size: clamp(1.96rem, 8.1vw, 2.56rem);
  }

  .page-kontakt .page-hero.page-hero--cinematic h1 {
    max-width: 9.1ch;
    font-size: clamp(1.86rem, 7.4vw, 2.38rem);
  }

  .page-ueber-uns .page-hero.page-hero--cinematic p,
  .page-kontakt .page-hero.page-hero--cinematic p,
  .page-leistungen .page-hero.page-hero--cinematic p {
    max-width: 20rem;
    margin-top: 0.2rem;
    font-size: 0.84rem;
    line-height: 1.34;
  }

  .page-leistungen .page-hero-spec,
  .page-ueber-uns .page-hero-spec,
  .page-kontakt .page-hero-spec {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 0.08rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 0.12rem;
  }

  .page-leistungen .page-hero-spec div,
  .page-ueber-uns .page-hero-spec div,
  .page-kontakt .page-hero-spec div {
    min-height: 0;
    justify-content: flex-start;
    padding: 0.38rem 0.42rem 0.4rem;
    gap: 0.12rem;
  }

  .page-leistungen .page-hero-spec div + div,
  .page-ueber-uns .page-hero-spec div + div,
  .page-kontakt .page-hero-spec div + div {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
  }

  .page-leistungen .page-hero-spec strong,
  .page-ueber-uns .page-hero-spec strong,
  .page-kontakt .page-hero-spec strong {
    font-size: clamp(1.22rem, 4.9vw, 1.5rem);
  }

  .page-leistungen .page-hero-spec span,
  .page-ueber-uns .page-hero-spec span,
  .page-kontakt .page-hero-spec span {
    font-size: 0.56rem;
    line-height: 1.06;
  }

  body.has-cinematic-hero .site-header {
    background: linear-gradient(180deg, rgba(7, 14, 24, 0.84) 0%, rgba(7, 14, 24, 0.58) 56%, rgba(7, 14, 24, 0.24) 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-v2.hero-v2--cinematic .hero-frame img,
  .page-hero.page-hero--cinematic::before {
    transform: none;
  }
}
