/*
Theme Name: dws Werbeagentur
Theme URI: https://dwsw.de
Author: Krause und Freunde
Author URI: https://krause-freunde.de
Description: WordPress theme for dws Werbeagentur GmbH.
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dwsw
Tags: custom, starter, barebones
*/
/* Generated from assets/scss/main.scss */
@font-face {
  font-family: "PP Neue Montreal";
  src:
    url("assets/fonts/PPNeueMontreal-Regular.woff2") format("woff2"),
    url("assets/fonts/PPNeueMontreal-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src:
    url("assets/fonts/PPNeueMontreal-Italic.woff2") format("woff2"),
    url("assets/fonts/PPNeueMontreal-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src:
    url("assets/fonts/PPNeueMontreal-SemiBold.woff2") format("woff2"),
    url("assets/fonts/PPNeueMontreal-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src:
    url("assets/fonts/PPNeueMontreal-SemiBolditalic.woff2") format("woff2"),
    url("assets/fonts/PPNeueMontreal-SemiBolditalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src:
    url("assets/fonts/PPNeueMontreal-Bold.woff2") format("woff2"),
    url("assets/fonts/PPNeueMontreal-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Neue Montreal";
  src:
    url("assets/fonts/PPNeueMontreal-BoldItalic.woff2") format("woff2"),
    url("assets/fonts/PPNeueMontreal-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Boldonse";
  src: url("assets/fonts/boldonse-v1-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --kuf-font-body: "PP Neue Montreal", sans-serif;
  --kuf-font-heading: "PP Neue Montreal", sans-serif;
  --kuf-font-display: "Boldonse", sans-serif;
  --color-blood-orange: #f94200;
  --color-warm-grey: #ece9e2;
  --color-dark-red: #490506;
  --color-black: #000;
  --color-white: #fff;
  --color-html-background: #ece9e2;
  --kuf-color-text: #000;
  --kuf-color-bg: #ece9e2;
  --kuf-color-link: #f94200;
  --kuf-color-link-hover: #490506;
  --kuf-color-muted: #490506;
  --kuf-text-copy-large-size: 20px;
  --kuf-text-copy-large-line-height: 28px;
  --kuf-text-copy-small-size: 16px;
  --kuf-text-copy-small-line-height: 24px;
  --kuf-text-h1-size: clamp(44px, 5vw, 64px);
  --kuf-text-h1-line-height: 1.05;
  --kuf-text-h2-size: clamp(36px, 4vw, 48px);
  --kuf-text-h2-line-height: 1.08;
  --kuf-text-h3-size: clamp(32px, 3.4vw, 40px);
  --kuf-text-h3-line-height: 1.1;
  --kuf-text-h4-size: clamp(28px, 3vw, 36px);
  --kuf-text-h4-line-height: 1.12;
  --kuf-text-h5-size: clamp(24px, 2.6vw, 32px);
  --kuf-text-h5-line-height: 1.15;
  --kuf-text-h6-size: clamp(20px, 2vw, 24px);
  --kuf-text-h6-line-height: 1.2;
  --kuf-text-button-size: 16px;
  --kuf-text-button-line-height: 24px;
  --kuf-content-heading-margin-top: clamp(40px, 5vw, 64px);
  --kuf-content-heading-margin-bottom: 18px;
  --kuf-content-heading-stack-margin-top: 28px;
  --kuf-content-heading-margin-top-compact: 32px;
  --kuf-content-heading-margin-bottom-compact: 14px;
  --kuf-content-heading-stack-margin-top-compact: 22px;
  --kuf-space-block-100: clamp(50px, 6.5vw, 100px);
  --kuf-radius-sm: 4px;
  --kuf-radius-md: 8px;
  --kuf-radius-lg: 12px;
  --kuf-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.08);
  --kuf-shadow-md: 0 8px 24px rgba(0, 0, 0, 0.12);
  --kuf-space-1: 4px;
  --kuf-space-2: 8px;
  --kuf-space-3: 12px;
  --kuf-space-4: 16px;
  --kuf-space-5: 20px;
  --kuf-space-6: 24px;
  --kuf-space-7: 32px;
  --kuf-space-8: 40px;
  --kuf-container-max: 1376px;
}

* {
  box-sizing: border-box;
}

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

::selection {
  color: var(--color-black);
  background: rgba(249, 66, 0, 0.28);
}

html {
  background: var(--color-html-background);
  overflow-x: hidden;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: var(--kuf-font-body);
  font-size: var(--kuf-text-copy-large-size);
  font-weight: 400;
  color: var(--kuf-color-text);
  background: var(--kuf-color-bg);
  line-height: var(--kuf-text-copy-large-line-height);
  letter-spacing: 0;
  overflow-x: hidden;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: var(--kuf-font-heading);
  font-weight: 600;
  letter-spacing: 0;
}

h1 {
  font-size: var(--kuf-text-h1-size);
  line-height: var(--kuf-text-h1-line-height);
}

.has-h-1-font-size {
  font-size: var(--kuf-text-h1-size);
  line-height: var(--kuf-text-h1-line-height);
}

h2 {
  font-size: var(--kuf-text-h2-size);
  line-height: var(--kuf-text-h2-line-height);
}

.has-h-2-font-size {
  font-size: var(--kuf-text-h2-size);
  line-height: var(--kuf-text-h2-line-height);
}

h3 {
  font-size: var(--kuf-text-h3-size);
  line-height: var(--kuf-text-h3-line-height);
}

.has-h-3-font-size {
  font-size: var(--kuf-text-h3-size);
  line-height: var(--kuf-text-h3-line-height);
}

h4 {
  font-size: var(--kuf-text-h4-size);
  line-height: var(--kuf-text-h4-line-height);
}

.has-h-4-font-size {
  font-size: var(--kuf-text-h4-size);
  line-height: var(--kuf-text-h4-line-height);
}

h5 {
  font-size: var(--kuf-text-h5-size);
  line-height: var(--kuf-text-h5-line-height);
}

.has-h-5-font-size {
  font-size: var(--kuf-text-h5-size);
  line-height: var(--kuf-text-h5-line-height);
}

h6 {
  font-size: var(--kuf-text-h6-size);
  line-height: var(--kuf-text-h6-line-height);
}

.has-h-6-font-size {
  font-size: var(--kuf-text-h6-size);
  line-height: var(--kuf-text-h6-line-height);
}

a {
  color: var(--kuf-color-link);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--kuf-color-link-hover);
  text-decoration: underline;
}

.site-title {
  margin: 0;
  font-size: 1.5rem;
}

.site-description {
  margin: 4px 0 0;
  color: var(--kuf-color-muted);
}

.entry-title {
  margin-top: 0;
}

.entry-content :where(h1, h2, h3, h4, h5, h6) {
  margin-top: var(--kuf-content-heading-margin-top);
  margin-bottom: var(--kuf-content-heading-margin-bottom);
  text-wrap: balance;
}

.entry-content > :where(h1, h2, h3, h4, h5, h6):first-child {
  margin-top: 0;
}

.entry-content :where(h1, h2, h3, h4, h5, h6) + :where(p, ul, ol) {
  margin-top: 0;
}

.entry-content :where(h1, h2, h3, h4, h5, h6) + :where(h1, h2, h3, h4, h5, h6) {
  margin-top: var(--kuf-content-heading-stack-margin-top);
}

.copy-large,
.has-copy-large-font-size {
  font-size: var(--kuf-text-copy-large-size);
  line-height: var(--kuf-text-copy-large-line-height);
}

.copy-small,
.has-copy-small-font-size {
  font-size: var(--kuf-text-copy-small-size);
  line-height: var(--kuf-text-copy-small-line-height);
}

.has-button-font-size {
  font-size: var(--kuf-text-button-size);
  line-height: var(--kuf-text-button-line-height);
}

.headline-boldonse {
  font-family: var(--kuf-font-display);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}

.entry-meta {
  color: var(--kuf-color-muted);
  font-size: 0.9rem;
}

@media (max-width: 575px) {
  body,
  .copy-large,
  .has-copy-large-font-size {
    font-size: 18px;
    line-height: 26px;
  }
  .entry-content :where(h1, h2, h3, h4, h5, h6) {
    margin-top: var(--kuf-content-heading-margin-top-compact);
    margin-bottom: var(--kuf-content-heading-margin-bottom-compact);
  }
  .entry-content
    :where(h1, h2, h3, h4, h5, h6)
    + :where(h1, h2, h3, h4, h5, h6) {
    margin-top: var(--kuf-content-heading-stack-margin-top-compact);
  }
}
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.site-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100dvh;
}

.admin-bar .site-wrapper {
  min-height: calc(100dvh - 32px);
}

.container {
  --bs-gutter-x: 64px;
  max-width: calc(var(--kuf-container-max) + var(--bs-gutter-x, 1.5rem));
}

.site-header,
.site-footer {
  padding: 24px 0;
}

.site-footer {
  position: relative;
  overflow-x: hidden;
  overflow-x: clip;
  overflow-y: hidden;
  padding: 0;
}

.deco-footer {
  height: 1300px;
  width: auto;
  position: absolute;
  bottom: 61%;
  left: 42%;
  z-index: 1;
}

.is-blurry {
  filter: blur(50px);
}

.is-wobbly {
  --wobble-x: 40px;
  --wobble-y: 28px;
  --wobble-scale: 0.08;
  --wobble-duration: 14s;

  transform-origin: center;
  will-change: transform;
  animation: organic-wobble var(--wobble-duration) ease-in-out infinite
    alternate;
}

/* Mehrere Elemente sollten nicht synchron laufen */
.is-wobbly:nth-child(2n) {
  --wobble-duration: 18s;
  --wobble-x: 32px;
  --wobble-y: 42px;
  animation-delay: -6s;
}

.is-wobbly:nth-child(3n) {
  --wobble-duration: 22s;
  --wobble-x: 50px;
  --wobble-y: 24px;
  animation-delay: -11s;
}

@keyframes organic-wobble {
  0% {
    transform: translate3d(
        calc(var(--wobble-x) * -0.35),
        calc(var(--wobble-y) * 0.2),
        0
      )
      rotate(-2deg) scale(0.98, 1.02);
  }

  18% {
    transform: translate3d(
        calc(var(--wobble-x) * 0.45),
        calc(var(--wobble-y) * -0.4),
        0
      )
      rotate(1.5deg)
      scale(calc(1 + var(--wobble-scale)), calc(1 - var(--wobble-scale) * 0.35));
  }

  42% {
    transform: translate3d(var(--wobble-x), calc(var(--wobble-y) * 0.3), 0)
      rotate(-1deg)
      scale(
        calc(1 - var(--wobble-scale) * 0.25),
        calc(1 + var(--wobble-scale) * 0.65)
      );
  }

  68% {
    transform: translate3d(calc(var(--wobble-x) * -0.15), var(--wobble-y), 0)
      rotate(2.5deg)
      scale(
        calc(1 + var(--wobble-scale) * 0.45),
        calc(1 + var(--wobble-scale) * 0.1)
      );
  }

  84% {
    transform: translate3d(
        calc(var(--wobble-x) * -0.8),
        calc(var(--wobble-y) * -0.25),
        0
      )
      rotate(-2.5deg)
      scale(
        calc(1 - var(--wobble-scale) * 0.35),
        calc(1 + var(--wobble-scale) * 0.4)
      );
  }

  100% {
    transform: translate3d(
        calc(var(--wobble-x) * 0.15),
        calc(var(--wobble-y) * -0.65),
        0
      )
      rotate(1deg) scale(1.02, 0.99);
  }
}

@media (prefers-reduced-motion: reduce) {
  .is-wobbly {
    animation: none;
  }
}

.site-footer__panel {
  position: relative;
  overflow: visible;
  min-height: 552px;
  padding: var(--kuf-space-block-100) 32px 14px;
  background: var(--color-warm-grey);
}

.site-footer__panel > * {
  position: relative;
  z-index: 1;
}

.site-footer__top {
  min-height: 264px;
}

.site-footer__claim {
  margin: 0;
  color: var(--color-black);
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0;
}

.site-footer__contact-col {
  padding-top: 40px;
}

.site-footer__logo {
  display: block;
  width: 82px;
  height: auto;
  margin: 0 0 60px;
}

.site-footer__address,
.site-footer__contact {
  margin: 0;
  color: var(--color-black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

.site-footer__address {
  margin-bottom: 28px;
}

.site-footer__address strong,
.site-footer__contact strong {
  font-weight: 700;
}

.site-footer__contact a {
  color: var(--color-black);
  text-decoration: none;
}

.site-footer__contact a:hover,
.site-footer__contact a:focus {
  color: var(--color-blood-orange);
  text-decoration: none;
}

.site-footer__middle {
  margin-top: 10px;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--color-blood-orange);
}

.site-footer__meta {
  margin: 0;
  color: var(--color-black);
  font-size: 16px;
  line-height: 24px;
}

.site-header {
  --site-header-link-color: var(--color-white);
  --site-header-link-pill-bg: rgba(255, 255, 255, 0.18);
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  padding: 40px 0 24px;
  background: transparent;
  transform: translate3d(0, 0, 0);
  transition:
    background-color 220ms ease,
    padding 220ms ease,
    transform 260ms ease;
  will-change: transform;
}

.site-header--dark {
  --site-header-link-color: var(--color-black);
  --site-header-link-pill-bg: rgba(0, 0, 0, 0.04);
}

.site-header--light {
  --site-header-link-color: var(--color-white);
  --site-header-link-pill-bg: rgba(255, 255, 255, 0.18);
}

.admin-bar .site-header {
  top: 32px;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.site-header__logo {
  display: block;
  flex: 0 0 auto;
  width: 79.6167px;
  height: 78px;
  border-radius: 8px;
  transition:
    width 220ms ease,
    height 220ms ease;
}

.site-header__logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.nav-primary {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.nav-primary__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-primary__menu .menu-button {
  margin-left: 16px;
}

.nav-primary__menu li:not(.menu-button) a {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 100px;
  color: var(--site-header-link-color);
  background: transparent;
  font-family: var(--kuf-font-body);
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 0;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.nav-primary__menu li:not(.menu-button) a::before {
  content: none;
}

.nav-primary__menu li:not(.menu-button) a:hover,
.nav-primary__menu li:not(.menu-button) a:focus,
.nav-primary__menu .current-menu-item:not(.menu-button) > a,
.nav-primary__menu .current_page_item:not(.menu-button) > a {
  color: var(--site-header-link-color);
  background: var(--site-header-link-pill-bg);
  text-decoration: none;
}

.site-header.is-compact {
  --site-header-link-pill-bg: rgba(0, 0, 0, 0.04);
  padding: 18px 0;
  background: var(--color-white);
}

.site-header.is-hidden {
  transform: translate3d(0, -120%, 0);
}

.site-header.is-compact .site-header__logo {
  width: 52px;
  height: 51px;
}

.site-header.is-compact .nav-primary__menu li:not(.menu-button) a,
.site-header.is-compact .nav-primary__menu li:not(.menu-button) a:hover,
.site-header.is-compact .nav-primary__menu li:not(.menu-button) a:focus {
  color: var(--color-black);
}

.mobile-menu-toggle,
.mobile-menu-panel,
.mobile-menu-backdrop {
  display: none;
}

.content-area {
  flex: 1 0 auto;
  width: 100%;
}

.site-footer {
  flex: 0 0 auto;
}

.template-content {
  padding-top: clamp(144px, 13vw, 188px);
  padding-bottom: 96px;
}

@media (max-width: 991px) {
  .container {
    --bs-gutter-x: 40px;
  }
  .site-footer {
    padding: 0;
  }
  .site-footer__panel {
    min-height: auto;
    padding: 72px 24px 18px;
  }
  .site-footer__top {
    min-height: 0;
  }
  .site-footer__claim {
    max-width: 100%;
    font-size: 34px;
    line-height: 42px;
  }
  .site-footer__contact-col {
    padding-top: 56px;
  }
  .site-footer__middle {
    margin-top: 56px;
  }
  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .template-content {
    padding-top: 128px;
    padding-bottom: 72px;
  }
  .site-header {
    padding: 28px 0 20px;
  }
  .site-header.is-compact {
    padding: 14px 0;
  }
  .site-header__logo {
    width: 64px;
    height: 62.7px;
  }
}
@media (max-width: 782px) {
  .admin-bar .site-wrapper {
    min-height: calc(100dvh - 46px);
  }
  .admin-bar .site-header {
    top: 46px;
  }
}
@media (max-width: 767px) {
  .nav-primary {
    display: none;
  }
  .site-header.is-menu-open {
    --site-header-link-color: var(--color-black);
    --site-header-link-pill-bg: rgba(0, 0, 0, 0.04);
    background: var(--color-white);
    transform: translate3d(0, 0, 0);
  }
  .mobile-menu-toggle {
    position: relative;
    isolation: isolate;
    z-index: 1003;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-right: 52px;
    padding: 14px 26px;
    border: 0;
    border-radius: 100px;
    color: var(--color-white);
    background: var(--color-blood-orange);
    font-family: var(--kuf-font-body);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    cursor: pointer;
    transition: border-radius 220ms ease;
  }
  .mobile-menu-toggle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0;
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 100px;
    background: var(--color-blood-orange);
    transition: border-radius 220ms ease;
  }
  .site-header.is-compact .mobile-menu-toggle,
  .site-header.is-menu-open .mobile-menu-toggle {
    color: var(--color-white);
    background: var(--color-blood-orange);
  }
  .site-header.is-menu-open .mobile-menu-toggle {
    border-radius: 100px 0 0 100px;
  }
  .site-header.is-menu-open .mobile-menu-toggle::before {
    border-radius: 0 100px 100px 0;
  }
  .mobile-menu-toggle:focus-visible {
    outline: 2px solid var(--color-white);
    outline-offset: 3px;
  }
  .mobile-menu-toggle__label {
    position: relative;
    z-index: 1;
    display: block;
  }
  .mobile-menu-toggle__bar {
    --mobile-menu-icon-x: calc(100% + 17px);
    position: absolute;
    z-index: 1;
    top: 50%;
    left: var(--mobile-menu-icon-x);
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 99px;
    background: var(--color-white);
    transform-origin: center;
    transition:
      transform 180ms ease,
      opacity 180ms ease;
  }
  .mobile-menu-toggle__bar:nth-last-of-type(3) {
    transform: translateY(calc(-50% - 6px));
  }
  .mobile-menu-toggle__bar:nth-last-of-type(2) {
    transform: translateY(-50%);
  }
  .mobile-menu-toggle__bar:last-of-type {
    transform: translateY(calc(-50% + 6px));
  }
  .site-header.is-menu-open .mobile-menu-toggle__bar:nth-last-of-type(3) {
    transform: translateY(-50%) rotate(45deg);
  }
  .site-header.is-menu-open .mobile-menu-toggle__bar:nth-last-of-type(2) {
    opacity: 0;
    transform: translateY(-50%) scaleX(0);
  }
  .site-header.is-menu-open .mobile-menu-toggle__bar:last-of-type {
    transform: translateY(-50%) rotate(-45deg);
  }
  .mobile-menu-panel {
    position: absolute;
    z-index: 1002;
    top: 100%;
    right: 0;
    left: 0;
    display: block;
    overflow: hidden;
    max-height: 0;
    background: var(--color-white);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      max-height 260ms ease,
      opacity 180ms ease,
      transform 220ms ease;
  }
  .site-header.is-menu-open .mobile-menu-panel {
    max-height: calc(100dvh - 82px);
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .mobile-menu-panel__inner {
    padding-top: 18px;
    padding-bottom: 32px;
  }
  .mobile-menu__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .mobile-menu__list a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 10px 0;
    color: var(--color-black);
    font-family: var(--kuf-font-body);
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
  }
  .mobile-menu__list a:hover,
  .mobile-menu__list a:focus {
    color: var(--color-blood-orange);
    text-decoration: none;
  }
  .mobile-menu__list .menu-button {
    margin-top: 16px;
  }
  .mobile-menu__list .menu-button > a {
    display: inline-flex;
    color: var(--menu-button-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
  .mobile-menu-backdrop {
    position: fixed;
    z-index: 999;
    inset: 0;
    display: block;
    border: 0;
    background: rgba(0, 0, 0, 0.42);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }
  body.is-mobile-menu-open {
    overflow: hidden;
  }
  body.is-mobile-menu-open .mobile-menu-backdrop {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 575px) {
  .container {
    --bs-gutter-x: 32px;
  }
  .site-footer__panel {
    padding: 56px 20px 18px;
  }
  .site-footer__claim {
    font-size: 28px;
    line-height: 36px;
  }
  .nav-footer__menu a {
    font-size: 24px;
    line-height: 32px;
  }
  .site-footer__logo {
    width: 64px;
    margin-bottom: 40px;
  }
  .nav-footer__menu,
  .nav-legal__menu {
    gap: 20px;
  }
  .template-content {
    padding-top: 112px;
    padding-bottom: 56px;
  }
  .site-header {
    padding: 20px 0 16px;
  }
  .site-header.is-compact {
    padding: 12px 0;
  }
  .site-header__logo {
    width: 52px;
    height: 51px;
  }
  .site-header.is-compact .site-header__logo {
    width: 44px;
    height: 43.1px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  ::view-transition-old(root) {
    animation: kuf-fade-out 400ms ease both;
  }
  ::view-transition-new(root) {
    animation: kuf-fade-in 450ms ease both;
  }
}
@keyframes kuf-fade-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-12px);
  }
}
@keyframes kuf-fade-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.u-mt-0 {
  margin-top: 0;
}

.u-mt-1 {
  margin-top: 4px;
}

.u-mt-2 {
  margin-top: 8px;
}

.u-mt-3 {
  margin-top: 12px;
}

.u-mt-4 {
  margin-top: 16px;
}

.u-mt-5 {
  margin-top: 20px;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-1 {
  margin-bottom: 4px;
}

.u-mb-2 {
  margin-bottom: 8px;
}

.u-mb-3 {
  margin-bottom: 12px;
}

.u-mb-4 {
  margin-bottom: 16px;
}

.u-mb-5 {
  margin-bottom: 20px;
}

.u-pt-0 {
  padding-top: 0;
}

.u-pt-1 {
  padding-top: 4px;
}

.u-pt-2 {
  padding-top: 8px;
}

.u-pt-3 {
  padding-top: 12px;
}

.u-pt-4 {
  padding-top: 16px;
}

.u-pt-5 {
  padding-top: 20px;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-pb-1 {
  padding-bottom: 4px;
}

.u-pb-2 {
  padding-bottom: 8px;
}

.u-pb-3 {
  padding-bottom: 12px;
}

.u-pb-4 {
  padding-bottom: 16px;
}

.u-pb-5 {
  padding-bottom: 20px;
}

.u-mt-block-100,
.mt-block-100 {
  margin-top: 100px;
}

.u-mt-block-80,
.mt-block-80 {
  margin-top: 80px;
}

.u-mb-block-100,
.mb-block-100 {
  margin-bottom: 100px;
}

.u-mb-block-80,
.mb-block-80 {
  margin-bottom: 80px;
}

.u-pt-block-200,
.pt-block-200 {
  padding-top: 200px;
}

.u-pt-block-100,
.pt-block-100 {
  padding-top: 100px;
}

.u-pt-block-80,
.pt-block-80 {
  padding-top: 80px;
}

.u-pb-block-200,
.pb-block-200 {
  padding-bottom: 200px;
}

.u-pb-block-100,
.pb-block-100 {
  padding-bottom: 100px;
}

.u-pb-block-80,
.pb-block-80 {
  padding-bottom: 80px;
}

.u-py-block-200,
.py-block-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.u-py-block-100,
.py-block-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.u-py-block-80,
.py-block-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .u-mt-block-100,
  .mt-block-100 {
    margin-top: 80px;
  }
  .u-mt-block-80,
  .mt-block-80 {
    margin-top: 72px;
  }
  .u-mb-block-100,
  .mb-block-100 {
    margin-bottom: 80px;
  }
  .u-mb-block-80,
  .mb-block-80 {
    margin-bottom: 72px;
  }
  .u-pt-block-200,
  .pt-block-200 {
    padding-top: 160px;
  }
  .u-pt-block-100,
  .pt-block-100 {
    padding-top: 80px;
  }
  .u-pt-block-80,
  .pt-block-80 {
    padding-top: 72px;
  }
  .u-pb-block-200,
  .pb-block-200 {
    padding-bottom: 160px;
  }
  .u-pb-block-100,
  .pb-block-100 {
    padding-bottom: 80px;
  }
  .u-pb-block-80,
  .pb-block-80 {
    padding-bottom: 72px;
  }
  .u-py-block-200,
  .py-block-200 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .u-py-block-100,
  .py-block-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .u-py-block-80,
  .py-block-80 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (max-width: 575px) {
  .u-mt-block-100,
  .mt-block-100 {
    margin-top: 72px;
  }
  .u-mt-block-80,
  .mt-block-80 {
    margin-top: 56px;
  }
  .u-mb-block-100,
  .mb-block-100 {
    margin-bottom: 72px;
  }
  .u-mb-block-80,
  .mb-block-80 {
    margin-bottom: 56px;
  }
  .u-pt-block-200,
  .pt-block-200 {
    padding-top: 120px;
  }
  .u-pt-block-100,
  .pt-block-100 {
    padding-top: 72px;
  }
  .u-pt-block-80,
  .pt-block-80 {
    padding-top: 56px;
  }
  .u-pb-block-200,
  .pb-block-200 {
    padding-bottom: 120px;
  }
  .u-pb-block-100,
  .pb-block-100 {
    padding-bottom: 72px;
  }
  .u-pb-block-80,
  .pb-block-80 {
    padding-bottom: 56px;
  }
  .u-py-block-200,
  .py-block-200 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .u-py-block-100,
  .py-block-100 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .u-py-block-80,
  .py-block-80 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.organic-movement {
  --organic-duration: 24s;
  --organic-delay: 0s;
  --organic-x: 2%;
  --organic-y: -2%;
  --organic-x-alt: -1.5%;
  --organic-y-alt: 1.5%;
  --organic-rotate-start: -8deg;
  --organic-rotate-mid: 4deg;
  --organic-rotate-end: -3deg;
  --organic-scale-start: 1;
  --organic-scale-mid: 1.04;
  --organic-scale-end: 0.98;
  animation: dws-organic-movement var(--organic-duration) ease-in-out
    var(--organic-delay) infinite;
  transform-origin: center;
  will-change: transform;
}

@keyframes dws-organic-movement {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(var(--organic-rotate-start, -8deg))
      scale(var(--organic-scale-start, 1));
  }
  36% {
    transform: translate3d(var(--organic-x, 2%), var(--organic-y, -2%), 0)
      rotate(var(--organic-rotate-mid, 4deg))
      scale(var(--organic-scale-mid, 1.04));
  }
  72% {
    transform: translate3d(
        var(--organic-x-alt, -1.5%),
        var(--organic-y-alt, 1.5%),
        0
      )
      rotate(var(--organic-rotate-end, -3deg))
      scale(var(--organic-scale-end, 0.98));
  }
}
@media (prefers-reduced-motion: reduce) {
  .organic-movement {
    animation: none;
  }
}
.menu-button > a,
a.menu-button,
button.menu-button {
  --menu-button-bg: var(--color-blood-orange);
  --menu-button-color: var(--color-white);
  --menu-button-icon-color: var(--color-white);
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  margin-right: 52px;
  padding: 14px 26px;
  border: 0;
  border-radius: 100px;
  color: var(--menu-button-color);
  background: var(--menu-button-bg);
  font-family: var(--kuf-font-body);
  font-size: var(--kuf-text-button-size);
  font-weight: 600;
  line-height: var(--kuf-text-button-line-height);
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  transition: border-radius 220ms ease;
}

.menu-button > a::before,
a.menu-button::before,
button.menu-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: -52px;
  width: 52px;
  height: 52px;
  border-radius: 100px;
  background: var(--menu-button-bg);
  transition: border-radius 220ms ease;
}

.menu-button > a::after,
a.menu-button::after,
button.menu-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -32.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  background: var(--menu-button-icon-color);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41421 0H12.4142V11H10.4142V3.41421L1.41421 12.4142L0 11L9 2H1.41421V0Z' fill='white'/%3E%3C/svg%3E")
    center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41421 0H12.4142V11H10.4142V3.41421L1.41421 12.4142L0 11L9 2H1.41421V0Z' fill='white'/%3E%3C/svg%3E")
    center/contain no-repeat;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center;
  transition: transform 220ms ease;
}

.menu-button > a:visited,
.menu-button > a:hover,
.menu-button > a:focus,
.menu-button > a:active,
a.menu-button:visited,
a.menu-button:hover,
a.menu-button:focus,
a.menu-button:active,
button.menu-button:hover,
button.menu-button:focus,
button.menu-button:active {
  color: var(--menu-button-color);
}

.menu-button > a:hover,
.menu-button > a:focus,
.menu-button > a:active,
a.menu-button:hover,
a.menu-button:focus,
a.menu-button:active,
button.menu-button:hover,
button.menu-button:focus,
button.menu-button:active {
  border-radius: 100px 0 0 100px;
  text-decoration: none;
}

.menu-button > a:hover::before,
.menu-button > a:focus::before,
.menu-button > a:active::before,
a.menu-button:hover::before,
a.menu-button:focus::before,
a.menu-button:active::before,
button.menu-button:hover::before,
button.menu-button:focus::before,
button.menu-button:active::before {
  border-radius: 0 100px 100px 0;
}

.menu-button > a:hover::after,
.menu-button > a:focus::after,
.menu-button > a:active::after,
a.menu-button:hover::after,
a.menu-button:focus::after,
a.menu-button:active::after,
button.menu-button:hover::after,
button.menu-button:focus::after,
button.menu-button:active::after {
  transform: translateY(-50%) rotate(45deg);
}

.menu-button > a:focus-visible,
a.menu-button:focus-visible,
button.menu-button:focus-visible {
  outline: 2px solid var(--color-white);
  outline-offset: 3px;
}

.button {
  --button-bg: var(--color-blood-orange);
  --button-color: var(--color-white);
  --button-icon-color: var(--color-white);
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  margin-right: 52px;
  padding: 14px 26px;
  border: 0;
  border-radius: 100px;
  color: var(--button-color);
  background: var(--button-bg);
  font-family: var(--kuf-font-body);
  font-size: var(--kuf-text-button-size);
  font-weight: 600;
  line-height: var(--kuf-text-button-line-height);
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  transition: border-radius 220ms ease;
}

.button::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: -52px;
  width: 52px;
  height: 52px;
  border-radius: 100px;
  background: var(--button-bg);
  transition: border-radius 220ms ease;
}

.button::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -32.5px;
  width: 13px;
  height: 13px;
  background: var(--button-icon-color);
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41421 0H12.4142V11H10.4142V3.41421L1.41421 12.4142L0 11L9 2H1.41421V0Z' fill='white'/%3E%3C/svg%3E")
    center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41421 0H12.4142V11H10.4142V3.41421L1.41421 12.4142L0 11L9 2H1.41421V0Z' fill='white'/%3E%3C/svg%3E")
    center/contain no-repeat;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center;
  transition: transform 220ms ease;
}

.button:hover,
.button:focus {
  color: var(--button-color);
  border-radius: 100px 0 0 100px;
  text-decoration: none;
}

.button:hover::before,
.button:focus::before {
  border-radius: 0 100px 100px 0;
}

.button:hover::after,
.button:focus::after {
  transform: translateY(-50%) rotate(45deg);
}

.button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.button--orange {
  --button-bg: var(--color-blood-orange);
  --button-color: var(--color-white);
  --button-icon-color: var(--color-white);
}

.button--white {
  --button-bg: var(--color-white);
  --button-color: var(--color-blood-orange);
  --button-icon-color: var(--color-blood-orange);
}

.button--warm-grey {
  --button-bg: var(--color-warm-grey);
  --button-color: var(--color-blood-orange);
  --button-icon-color: var(--color-blood-orange);
}

.button--black {
  --button-bg: var(--color-black);
  --button-color: var(--color-white);
  --button-icon-color: var(--color-white);
}

.nav-legal ul,
.nav-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.nav-footer__menu {
  align-items: center;
  gap: clamp(32px, 4vw, 48px);
}

.nav-footer__menu a {
  display: inline-flex;
  color: var(--color-black);
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 600;
  line-height: clamp(38px, 3.6vw, 48px);
  letter-spacing: 0;
  text-decoration: none;
}

.nav-footer__menu a:hover,
.nav-footer__menu a:focus,
.nav-footer__menu .current-menu-item > a,
.nav-footer__menu .current_page_item > a {
  color: var(--color-blood-orange);
  text-decoration: none;
}

.nav-legal__menu {
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}

.nav-legal__menu a {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-decoration: none;
}

.nav-legal__menu a:hover,
.nav-legal__menu a:focus {
  color: var(--color-blood-orange);
  text-decoration: none;
}

.services-page {
  background: var(--color-warm-grey);
}

.services-hero {
  position: relative;
  isolation: isolate;
  overflow: visible;
  width: 100%;
  min-height: 100dvh;
  min-height: 100svh;
  background: var(--color-blood-orange);
}

.services-hero__media {
  position: absolute;
  z-index: -2;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-hero__blob {
  position: absolute;
  z-index: -1;
  right: -12vw;
  bottom: -132vw;
  width: max(180vw, 2200px);
  max-width: none;
  aspect-ratio: 2866.57 / 2449.17;
  opacity: 1;
  pointer-events: none;
  --wobble-duration: 18s;
  --wobble-x: 18px;
  --wobble-y: 12px;
  --wobble-scale: 0.025;
}

.services-hero__blob-shape {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.services-hero__content {
  display: flex;
  align-items: flex-end;
  min-height: inherit;
  padding-top: clamp(144px, 13vw, 188px);
  padding-bottom: 76px;
}

.services-hero__title {
  max-width: 860px;
  margin: 0;
  color: var(--color-white);
  font-family: var(--kuf-font-display);
  font-size: 90px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: uppercase;
}

.services-profile-teaser.start-profile-teaser {
  --start-profile-text-width: min(760px, calc(100vw - 96px));
  --start-profile-media-width: clamp(300px, 24vw, 430px);
  --start-profile-media-height: calc(var(--start-profile-media-width) * 1.2);
  --start-profile-media-visual-height: calc(
    var(--start-profile-media-height) + 40px
  );
  --start-profile-media-gap: clamp(18px, 2.8vw, 48px);
  --start-profile-padding-top: clamp(80px, 9vw, 120px);
  --start-profile-padding-bottom: clamp(88px, 9vw, 128px);
  --start-profile-section-height: calc(
    var(--start-profile-media-visual-height) +
      var(--start-profile-padding-top) + var(--start-profile-padding-bottom)
  );
  --start-profile-media-center: calc(
    var(--start-profile-padding-top) +
      (var(--start-profile-media-visual-height) / 2)
  );
  --start-profile-top-progress: 0;
  --start-profile-top-y: -34vh;
  --services-profile-left-x: -43vw;
  --services-profile-left-y: 0px;
  --services-profile-left-rotate: 9deg;
  --services-profile-top-x: -21vw;
  --services-profile-top-y: -18px;
  --services-profile-top-rotate: -4deg;
  --services-profile-right-x: 40vw;
  --services-profile-right-y: 48px;
  --services-profile-right-rotate: 10deg;
  margin-top: 0;
}

.services-profile-teaser .start-profile-teaser__deco {
  top: 38%;
  right: -5vw;
  bottom: auto;
  left: auto;
  width: clamp(280px, 24vw, 460px);
  color: var(--color-white);
  opacity: 0.98;
  transform: none;
}

.services-profile-teaser .start-profile-teaser__deco-shape {
  filter: none;
}

.services-profile-teaser .start-profile-teaser__deco-shape--glow {
  overflow: visible;
}

.services-profile-teaser .start-profile-teaser__media--left {
  top: 47%;
  width: clamp(360px, 30vw, 560px);
  transform: translate(-50%, -50%)
    translate(var(--services-profile-left-x), var(--services-profile-left-y))
    rotate(var(--services-profile-left-rotate));
}

.services-profile-teaser .start-profile-teaser__media--right {
  top: 74%;
  width: clamp(340px, 28vw, 540px);
  transform: translate(-50%, -50%)
    translate(var(--services-profile-right-x), var(--services-profile-right-y))
    rotate(var(--services-profile-right-rotate));
}

.start-profile-teaser__media--top {
  transform: translate(-50%, -50%) translateY(var(--start-profile-top-y, -34vh))
    rotate(calc(-5deg + (var(--start-profile-top-progress, 0) * 9deg)));
}

.services-profile-teaser .start-profile-teaser__media--top {
  top: 18%;
  width: clamp(310px, 24vw, 460px);
  z-index: 1;
  transform: translate(-50%, -50%)
    translate(var(--services-profile-top-x), var(--services-profile-top-y))
    rotate(var(--services-profile-top-rotate));
}

.services-results {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(88px, 9vw, 132px) 0 clamp(96px, 10vw, 148px);
  color: var(--color-black);
  background: var(--color-warm-grey);
}

.services-results__blob {
  position: absolute;
  z-index: -1;
  top: -70px;
  right: -26vw;
  width: min(82vw, 1026px);
  height: auto;
  pointer-events: none;
}

.services-results__header {
  display: grid;
  grid-template-columns: minmax(0, 720px) auto;
  gap: 40px;
  align-items: end;
  justify-content: space-between;
}

.services-results__eyebrow {
  margin: 0 0 28px;
  color: var(--color-blood-orange);
  font-family: "PP Neue Montreal", var(--kuf-font-body);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
}

.services-results__title {
  margin: 0;
  color: var(--color-black);
  font-family: var(--kuf-font-body);
  font-size: clamp(48px, 5.2vw, 80px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

.services-results__all-link {
  margin-bottom: 8px;
  white-space: nowrap;
}

.services-results__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: clamp(72px, 7vw, 104px);
}

.services-results-card {
  min-width: 0;
}

.services-results-card__link {
  display: block;
  color: var(--color-white);
  text-decoration: none;
}

.services-results-card__link:hover,
.services-results-card__link:focus {
  color: var(--color-white);
  text-decoration: none;
}

.services-results-card__media {
  position: relative;
  overflow: hidden;
  min-height: clamp(520px, 47vw, 820px);
  border-radius: 20px;
  background: #d8d3c9;
}

.services-results-card__image,
.services-results-card__video,
.services-results-card__placeholder,
.services-results-card__shade {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.services-results-card__image,
.services-results-card__video {
  object-fit: cover;
}

.services-results-card__placeholder {
  background: #d8d3c9;
}

.services-results-card__shade {
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.36) 0%,
    rgba(0, 0, 0, 0.04) 34%,
    rgba(0, 0, 0, 0.56) 100%
  );
  pointer-events: none;
}

.services-results-card:nth-child(2) .services-results-card__shade::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -20%;
  width: 58%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(213, 180, 0, 0.78);
  box-shadow: -118px 24px 0 rgba(230, 213, 84, 0.54);
}

.services-results-card__brand {
  position: absolute;
  z-index: 2;
  top: 56px;
  left: 56px;
  display: block;
  max-width: min(280px, calc(100% - 112px));
  color: var(--color-white);
  font-family: var(--kuf-font-body);
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.services-results-card__logo {
  display: block;
  width: auto;
  max-width: 240px;
  max-height: 72px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.services-results-card__body {
  position: absolute;
  z-index: 2;
  left: 56px;
  bottom: 56px;
  display: block;
  width: min(470px, calc(100% - 220px));
}

.services-results-card__metric {
  display: block;
  color: var(--color-white);
  font-family: var(--kuf-font-body);
  font-size: clamp(92px, 8vw, 148px);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: 0;
}

.services-results-card__text {
  display: block;
  margin-top: 44px;
  color: var(--color-white);
  font-family: "PP Neue Montreal", var(--kuf-font-body);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
}

.services-results-card__button {
  position: absolute;
  z-index: 3;
  right: 100px;
  bottom: 56px;
  pointer-events: none;
}

.services-ai-cta {
  padding: clamp(92px, 9vw, 142px) 0;
  color: var(--color-white);
  background: var(--color-dark-red);
}

.services-ai-cta__panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(520px, 39vw, 720px);
  padding: clamp(96px, 7vw, 168px) clamp(72px, 9vw, 168px);
  border-radius: 20px;
  background: var(--color-blood-orange);
}

.services-ai-cta__blob {
  position: absolute;
  z-index: -1;
  top: -130px;
  right: -48px;
  width: min(38vw, 484px);
  height: auto;
  pointer-events: none;
}

.services-ai-cta__eyebrow {
  margin: 0 0 40px;
  color: var(--color-white);
  font-family: "PP Neue Montreal", var(--kuf-font-body);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
}

.services-ai-cta__title {
  max-width: 1040px;
  margin: 0;
  color: var(--color-white);
  font-family: "PP Neue Montreal", var(--kuf-font-body);
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.services-ai-cta__title-line {
  --services-ai-cta-line-progress: 0%;

  display: block;
  width: fit-content;
  max-width: 100%;
  color: transparent;
  background: linear-gradient(
    90deg,
    var(--color-dark-red) 0%,
    var(--color-dark-red) var(--services-ai-cta-line-progress),
    var(--color-white) var(--services-ai-cta-line-progress),
    var(--color-white) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.services-ai-cta__text {
  max-width: 1030px;
  margin: clamp(72px, 6vw, 104px) 0 0;
  color: var(--color-white);
  font-family: "PP Neue Montreal", var(--kuf-font-body);
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0;
}

.services-ai-cta__button {
  margin-top: 56px;
}

.agency-page {
  background: var(--color-dark-red);
  color: var(--color-white);
}

.agency-hero {
  --agency-glow-opacity: 0.95;
  --agency-media-bottom: -13svh;
  --agency-center-width: min(47vw, 980px);
  --agency-center-half: min(23.5vw, 490px);
  --agency-center-radius-bottom: 20px;
  --agency-side-width: min(23.5vw, 490px);
  --agency-side-gap: 24px;
  --agency-side-y: 0svh;
  --agency-note-opacity: 1;
  --agency-play-opacity: 0;
  position: relative;
  min-height: 240svh;
  overflow: clip;
  background: var(--color-dark-red);
}

.agency-hero__sticky {
  position: sticky;
  top: 0;
  min-height: 100svh;
  overflow: clip;
}

.agency-hero__glow {
  position: absolute;
  right: -8vw;
  bottom: -18svh;
  width: 68vw;
  height: 52svh;
  border-radius: 50%;
  background: var(--color-blood-orange);
  filter: blur(86px);
  opacity: var(--agency-glow-opacity);
  pointer-events: none;
  --wobble-duration: 20s;
  --wobble-x: 20px;
  --wobble-y: 14px;
  --wobble-scale: 0.035;
}

.agency-hero__title-wrap {
  position: absolute;
  z-index: 2;
  top: clamp(180px, 26svh, 320px);
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.agency-hero__title {
  margin: 0 auto;
  color: var(--color-blood-orange);
  font-family: var(--kuf-font-display);
  font-size: 96px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  text-wrap: balance;
  text-transform: uppercase;
}

.agency-hero__media {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: var(--agency-media-bottom);
  width: min(100vw, 1840px);
  height: 42svh;
  transform: translateX(-50%);
  pointer-events: none;
}

.agency-hero__card {
  position: absolute;
  overflow: hidden;
  margin: 0;
  border-radius: 20px;
  background: var(--color-warm-grey);
}

.agency-hero__card--center {
  left: 50%;
  bottom: 0;
  z-index: 2;
  width: var(--agency-center-width);
  aspect-ratio: 16 / 9;
  border-bottom-right-radius: var(--agency-center-radius-bottom);
  border-bottom-left-radius: var(--agency-center-radius-bottom);
  transform: translateX(-50%);
  pointer-events: auto;
  text-decoration: none;
}

.agency-hero__card--center:hover,
.agency-hero__card--center:focus {
  text-decoration: none;
}

.agency-hero__side {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: var(--agency-side-width);
  transform: translateY(var(--agency-side-y));
}

.agency-hero__side--left {
  right: calc(50% + var(--agency-center-half) + var(--agency-side-gap));
}

.agency-hero__side--right {
  left: calc(50% + var(--agency-center-half) + var(--agency-side-gap));
}

.agency-hero__card--side {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.agency-hero__note {
  position: relative;
  z-index: 0;
  max-width: 380px;
  margin: 0 0 24px;
  color: var(--color-white);
  font-size: 18px;
  line-height: 26px;
  opacity: var(--agency-note-opacity);
  pointer-events: none;
}

.agency-hero__note--mobile {
  display: none;
}

.agency-hero__image,
.agency-hero__video,
.agency-hero__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.agency-hero__image,
.agency-hero__video {
  object-fit: cover;
}

.agency-hero__placeholder {
  background: var(--color-warm-grey);
}

.agency-hero__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: 100%;
  padding: 0;
  border: 0;
  color: var(--color-white);
  font-family: var(--kuf-font-display);
  font-size: 96px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  background: transparent;
  cursor: pointer;
  opacity: var(--agency-play-opacity);
  text-transform: uppercase;
}

.agency-hero__play-icon {
  display: block;
  width: 121px;
  height: 121px;
  flex: 0 0 auto;
}

.agency-hero__play-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.agency-hero__card--is-playing .agency-hero__play {
  opacity: 0;
  pointer-events: none;
}

.agency-team {
  position: relative;
  overflow: hidden;
  color: var(--color-black);
  background: var(--color-warm-grey);
}

.agency-team__blob {
  position: absolute;
  z-index: 0;
  left: 4vw;
  top: 38%;
  width: min(62vw, 862px);
  height: auto;
  overflow: visible;
  opacity: 0.9;
  pointer-events: none;
  --wobble-duration: 22s;
  --wobble-x: 20px;
  --wobble-y: 16px;
  --wobble-scale: 0.035;
}

.agency-team > .container {
  position: relative;
  z-index: 1;
}

.agency-team__header {
  max-width: none;
}

.agency-team__eyebrow {
  margin: 0 0 24px;
  color: var(--color-blood-orange);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}

.agency-team__title {
  margin: 0;
  color: var(--color-black);
  font-family: var(--kuf-font-body);
  font-size: 40px;
  font-weight: 600;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
}

.agency-team__list {
  margin-top: 112px;
}

.agency-team-card {
  --bs-gutter-x: clamp(40px, 4vw, 64px);
  --bs-gutter-y: 32px;
}

.agency-team-card + .agency-team-card {
  margin-top: 72px;
}

.agency-team-card__media {
  overflow: hidden;
  margin: 0;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  background: var(--color-warm-grey);
}

.agency-team-card__image,
.agency-team-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.agency-team-card__image {
  object-fit: cover;
}

.agency-team-card__placeholder {
  background: rgba(73, 5, 6, 0.12);
}

.agency-team-card__position {
  margin: 0;
  color: var(--color-blood-orange);
  font-family: var(--kuf-font-body);
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 0;
}

.agency-team-card__body-col {
  display: flex;
}

.agency-team-card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 100%;
  gap: 16px;
}

.agency-team-card__name {
  margin: 0;
  color: var(--color-black);
  font-family: var(--kuf-font-body);
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
}

.agency-team-card__text {
  margin-top: 0;
  color: var(--color-black);
  font-size: 20px;
  line-height: 28px;
}

.agency-team-card__text > * {
  margin-top: 0;
}

.agency-team-card__text > * + * {
  margin-top: 16px;
}

.agency-fullscreen-cta {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100svh;
  overflow: hidden;
  color: var(--color-white);
  background: var(--color-dark-red);
}

.agency-fullscreen-cta::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.24);
  content: "";
  pointer-events: none;
}

.agency-fullscreen-cta__image,
.agency-fullscreen-cta__placeholder {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.agency-fullscreen-cta__image {
  object-fit: cover;
}

.agency-fullscreen-cta__placeholder {
  background: var(--color-dark-red);
}

.agency-fullscreen-cta__inner {
  position: relative;
  z-index: 2;
}

.agency-fullscreen-cta__title {
  margin: 0;
  color: var(--color-white);
  font-family: var(--kuf-font-display);
  font-size: 48px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1.6;
}

.agency-fullscreen-cta__content {
  max-width: 470px;
}

.agency-fullscreen-cta__text {
  margin: 0;
  color: var(--color-white);
  font-family: var(--kuf-font-body);
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 0;
}

.agency-fullscreen-cta__button {
  margin-top: 48px;
}

.scroll-stack {
  --scroll-stack-active-index: 0;
  --scroll-stack-progress: 0;
  --scroll-stack-sticky-top: 100px;
  position: relative;
  min-height: calc(100svh * var(--scroll-stack-count, 3));
  padding: clamp(72px, 8vw, 120px) 0;
  overflow-x: clip;
  color: var(--color-black);
  background: var(--color-warm-grey);
}

.scroll-stack__sticky {
  position: sticky;
  top: var(--scroll-stack-sticky-top);
}

.scroll-stack__sticky > .container {
  width: 100%;
}

.scroll-stack__header {
  max-width: 760px;
  margin: 0 auto clamp(56px, 6vw, 92px);
  text-align: center;
}

.scroll-stack__title {
  margin: 0;
  color: var(--color-black);
  font-family: var(--kuf-font-body);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0;
}

.scroll-stack__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.68fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}

.scroll-stack__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: min(46vw, 520px);
  gap: clamp(30px, 3vw, 56px);
  overflow: visible;
}

.scroll-stack__step {
  max-width: 520px;
  opacity: 1;
  transition: opacity 220ms ease;
}

.scroll-stack__step.is-before {
  pointer-events: none;
}

.scroll-stack__step.is-before .scroll-stack__eyebrow,
.scroll-stack__step.is-before .scroll-stack__step-text,
.scroll-stack__step.is-after .scroll-stack__eyebrow,
.scroll-stack__step.is-after .scroll-stack__step-text {
  pointer-events: none;
}

.scroll-stack__step.is-before .scroll-stack__step-title,
.scroll-stack__step.is-after .scroll-stack__step-title {
  color: var(--color-white);
}

.scroll-stack__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 52px;
  height: 37px;
  max-height: 0;
  margin-bottom: 0;
  overflow: hidden;
  color: var(--color-blood-orange);
  font-family: var(--kuf-font-body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0;
  transform: translateY(-16px);
  transition:
    max-height 360ms cubic-bezier(0.22, 1, 0.36, 1),
    margin-bottom 360ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease,
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.scroll-stack__step.is-active .scroll-stack__eyebrow {
  max-height: 37px;
  margin-bottom: 22px;
  opacity: 1;
  transform: translateY(0);
}

.scroll-stack__eyebrow-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: var(--color-white);
}

.scroll-stack__eyebrow-text {
  position: relative;
  z-index: 1;
}

.scroll-stack__step-title {
  margin: 0;
  color: var(--color-white);
  font-family: var(--kuf-font-display);
  font-size: 56px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: uppercase;
  transition:
    color 240ms ease,
    margin-bottom 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.scroll-stack__step.is-active .scroll-stack__step-title {
  margin-bottom: 26px;
  color: var(--color-blood-orange);
}

.scroll-stack__step-text {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  color: var(--color-black);
  font-family: var(--kuf-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  opacity: 0;
  transform: translateY(-14px);
  transition:
    max-height 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.scroll-stack__step.is-active .scroll-stack__step-text {
  max-height: 220px;
  opacity: 1;
  transform: translateY(0);
}

.scroll-stack__media {
  position: relative;
  min-height: min(46vw, 520px);
}

.scroll-stack__figure {
  --scroll-stack-reveal: 0;
  --scroll-stack-reveal-inset: 100%;
  --scroll-stack-back-scale: 1;
  position: absolute;
  inset: 0;
  overflow: hidden;
  margin: 0;
  border-radius: 20px;
  background: #d8d3c9;
  clip-path: inset(var(--scroll-stack-reveal-inset) 0 0 0 round 20px);
  transform: translateY(calc((1 - var(--scroll-stack-reveal)) * 18%))
    scale(var(--scroll-stack-back-scale));
  will-change: clip-path, transform;
}

.scroll-stack__figure.is-before {
  --scroll-stack-reveal: 1;
  --scroll-stack-reveal-inset: 0%;
}

.scroll-stack__figure.is-active {
  --scroll-stack-reveal: 1;
  --scroll-stack-reveal-inset: 0%;
}

.scroll-stack__figure.is-after {
  --scroll-stack-reveal: 0;
  --scroll-stack-reveal-inset: 100%;
}

.scroll-stack__image,
.scroll-stack__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.scroll-stack__image {
  object-fit: cover;
}

.scroll-stack__placeholder {
  background: #d8d3c9;
}

.scroll-stack__figure:nth-child(1) .scroll-stack__placeholder {
  background: var(--color-white);
}

.scroll-stack__figure:nth-child(2) .scroll-stack__placeholder {
  background: var(--color-blood-orange);
}

.scroll-stack__figure:nth-child(3) .scroll-stack__placeholder {
  background: var(--color-dark-red);
}

.scroll-stack__cta {
  position: relative;
  z-index: 1;
  min-height: 360px;
  margin-top: 0;
  overflow-x: clip;
  overflow-y: visible;
  color: var(--color-white);
  background: var(--color-warm-grey);
}

.scroll-stack__cta-blob {
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -100%;
  width: max(112vw, 1440px);
  height: 200%;
  border-radius: 50%;
  background: var(--color-blood-orange);
  filter: blur(70px);
  translate: -50% 0;
  pointer-events: none;
  --wobble-duration: 18s;
  --wobble-x: 18px;
  --wobble-y: 12px;
  --wobble-scale: 0.025;
}

.scroll-stack__cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 630px;
  margin: 0 auto;
  padding: clamp(72px, 9vw, 120px) 0 clamp(84px, 10vw, 140px);
  text-align: center;
}

.scroll-stack__cta-text {
  margin: 0;
  color: var(--color-white);
  font-family: var(--kuf-font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}

.scroll-stack__button {
  margin-top: 40px;
}

.template-content--blog {
  padding-top: 42px;
  padding-bottom: 120px;
  background: var(--color-warm-grey);
}

.blog-archive-header {
  padding-top: 274px;
}

.blog-archive-header__title {
  margin: 0;
  color: var(--color-black);
  font-family: var(--kuf-font-body);
  font-size: clamp(46px, 5vw, 80px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

.blog-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 18px;
  margin-top: 104px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.72);
}

.blog-filter__button {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 12px 18px;
  border: 0;
  border-radius: 10px;
  color: var(--color-black);
  background: rgba(255, 255, 255, 0.78);
  font-family: var(--kuf-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.blog-filter__button:hover,
.blog-filter__button:focus-visible,
.blog-filter__button.is-active {
  color: var(--color-white);
  background: var(--color-blood-orange);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 40px;
  padding-top: 48px;
  transition: opacity 180ms ease;
}

.blog-grid.is-loading {
  opacity: 0.45;
}

.blog-grid .no-results {
  grid-column: 1 / -1;
}

.blog-grid__sentinel {
  width: 100%;
  height: 80px;
}

.blog-grid__sentinel.is-loading::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin: 26px auto;
  border: 2px solid rgba(0, 0, 0, 0.14);
  border-top-color: var(--color-blood-orange);
  border-radius: 50%;
  animation: dws-cases-loading 700ms linear infinite;
}

.blog-card {
  --blog-card-hover-offset: 40px;
  min-width: 0;
}

.blog-card__link {
  display: block;
  color: var(--color-black);
  text-decoration: none;
}

.blog-card__link:hover,
.blog-card__link:focus {
  color: var(--color-black);
  text-decoration: none;
}

.blog-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 5 / 5;
  border-radius: 20px;
  background: #d8d3c9;
  clip-path: inset(0 0 0 0 round 20px);
  transition: clip-path 360ms ease;
}

.blog-card__link:hover .blog-card__media,
.blog-card__link:focus .blog-card__media {
  clip-path: inset(0 0 var(--blog-card-hover-offset) 0 round 20px);
}

.blog-card__image,
.blog-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.blog-card__image {
  object-fit: cover;
}

.blog-card__placeholder {
  background: var(--color-warm-grey);
}

.blog-card__label {
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 24px;
  max-width: calc(100% - 48px);
  padding: 8px 16px;
  border-radius: 10px;
  color: var(--color-black);
  background: rgba(255, 255, 255, 0.72);
  font-family: var(--kuf-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.blog-card__title {
  max-width: 96%;
  margin: 34px 0 0;
  color: var(--color-black);
  font-family: var(--kuf-font-body);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0;
  transition: transform 360ms ease;
}

.blog-card__link:hover .blog-card__title,
.blog-card__link:focus .blog-card__title {
  transform: translateY(calc(var(--blog-card-hover-offset) * -1));
}

.blog-single {
  background: var(--color-warm-grey);
}

.template-content--blog-single {
  padding-top: calc(40px + 78px + 100px);
  padding-bottom: 120px;
  background: var(--color-warm-grey);
}

.blog-single-header {
  padding-top: 0;
}

.blog-single-header__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 42px;
}

.blog-single-header__category {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 6px 14px;
  border-radius: 10px;
  color: var(--color-black);
  background: #ffffff99;
  font-family: var(--kuf-font-body);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-single-header__category:hover,
.blog-single-header__category:focus {
  color: var(--color-white);
  background: var(--color-blood-orange);
  text-decoration: none;
}

.blog-single-header__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 340px);
  gap: 48px;
  align-items: end;
}

.blog-single-header__title {
  max-width: 1040px;
  margin: 0;
  color: var(--color-black);
  font-family: var(--kuf-font-body);
  font-size: 64px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.blog-single-author {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-bottom: 18px;
  color: var(--color-black);
  text-align: right;
  text-decoration: none;
}

.blog-single-author:hover,
.blog-single-author:focus {
  color: var(--color-black);
  text-decoration: none;
}

.blog-single-author__text {
  display: block;
  min-width: 0;
}

.blog-single-author__name,
.blog-single-author__position {
  display: block;
  font-family: var(--kuf-font-body);
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0;
}

.blog-single-author__name {
  color: var(--color-blood-orange);
}

.blog-single-author__position {
  color: var(--color-black);
}

.blog-single-author__image {
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.blog-single-hero {
  overflow: hidden;
  margin: 100px 0 0;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  background: #d8d3c9;
}

.blog-single-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-single-content {
  margin-top: 100px;
  color: var(--color-black);
  font-size: 20px;
  line-height: 28px;
}

.blog-single-content > * {
  margin-top: 0;
}

.blog-single-content > * + * {
  margin-top: 28px;
}

.blog-single-content :where(img, video, iframe) {
  max-width: 100%;
}

.blog-single-related {
  margin-top: 100px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.72);
}

.blog-single-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px 40px;
}

.template-content--error-404 {
  display: flex;
  align-items: center;
  min-height: 100dvh;
  padding-top: calc(40px + 78px + 40px);
  padding-bottom: 80px;
  background: var(--color-warm-grey);
}

.error-404 {
  max-width: 900px;
}

.error-404__code {
  margin: 0 0 16px;
  color: var(--color-blood-orange);
  font-family: var(--kuf-font-body);
  font-size: 64px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
}

.error-404__title {
  max-width: 900px;
  margin: 0;
  color: var(--color-black);
  font-family: var(--kuf-font-body);
  font-size: 64px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.error-404__content {
  max-width: 560px;
  margin-top: 40px;
}

.error-404__text {
  margin: 0 0 40px;
  color: var(--color-black);
  font-family: var(--kuf-font-body);
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 0;
}

.error-404__links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  margin-top: 48px;
}

.error-404__link {
  color: var(--color-black);
  font-family: var(--kuf-font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  text-decoration: none;
}

.error-404__link:hover,
.error-404__link:focus {
  color: var(--color-blood-orange);
  text-decoration: none;
}

.start-intro-header {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-height: 100dvh;
  overflow: hidden;
  background: var(--color-dark-red);
}

.is-start-section-preview {
  position: relative;
  outline: 3px solid #ff00c7;
  outline-offset: -3px;
}

.is-start-section-preview::before {
  content: "Nur eingeloggt sichtbar";
  position: absolute;
  z-index: 40;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  color: var(--color-white);
  background: #ff00c7;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  font-family: var(--kuf-font-body);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  pointer-events: none;
}

.intro-text-blob {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;

  background: var(--color-blood-orange);
  border-radius: 50%;
  filter: blur(100px);
}

.intro-text-blob-wrapper {
  transform: rotate(10deg) translate(-50%, 50%);
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 125vh;
  height: 75vh;
  z-index: -1;
  pointer-events: none;
}

.intro-overlay-blob {
  position: fixed;
  z-index: 1010;
  top: -60%;
  right: -60%;
  width: 220%;
  height: 220%;
  border-radius: 50%;
  background: var(--color-blood-orange);
  filter: blur(200px);
  pointer-events: none;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: left bottom;
  will-change: transform;
}

.start-intro-header.is-intro-loaded .intro-overlay-blob {
  animation: intro-blob-out 3s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

@keyframes intro-blob-out {
  0%,
  10% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(-95vw, 95vh, 0) scale(0.5);
  }
}

.start-intro-header__media {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100dvh;
  object-fit: cover;
}

.start-intro-header__content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 76px;
  left: 0;
  color: var(--color-white);
  pointer-events: none;
}

.start-intro-header__headline {
  margin: 0;
  font-family: var(--kuf-font-display);
  font-size: 70px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1.6;
  text-wrap: balance;
}

.start-intro-header__copy {
  max-width: 360px;
  margin: 0 0 8px;
  color: var(--color-white);
  font-family: var(--kuf-font-body);
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .services-hero {
    min-height: 100svh;
  }
  .services-hero__content {
    padding-top: 128px;
    padding-bottom: 56px;
  }
  .services-hero__blob {
    right: -42vw;
    bottom: -150vw;
    width: max(230vw, 1500px);
  }
  .services-profile-teaser.start-profile-teaser {
    --start-profile-text-width: min(640px, calc(100vw - 96px));
    --start-profile-media-width: clamp(260px, 34vw, 380px);
    --start-profile-media-visual-height: calc(
      var(--start-profile-media-height) + 56px
    );
    --start-profile-padding-top: 88px;
    --start-profile-padding-bottom: 128px;
  }
  .services-profile-teaser .start-profile-teaser__media--left {
    top: 48%;
    width: clamp(300px, 42vw, 430px);
  }
  .services-profile-teaser .start-profile-teaser__media--right {
    top: 76%;
    width: clamp(250px, 35vw, 360px);
  }
  .services-profile-teaser .start-profile-teaser__media--top {
    top: 20%;
    width: clamp(260px, 38vw, 380px);
  }
  .services-profile-teaser .start-profile-teaser__deco {
    top: 42%;
    right: -18vw;
    width: clamp(240px, 34vw, 360px);
  }

  .services-results {
    padding: 96px 0;
  }

  .services-results__blob {
    top: 12%;
    right: -34vw;
    width: 92vw;
  }

  .services-results__header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .services-results__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .services-results-card__media {
    min-height: 620px;
  }

  .services-ai-cta {
    padding: 96px 0;
  }

  .services-ai-cta__panel {
    min-height: 520px;
    padding: 88px 72px;
  }

  .services-ai-cta__blob {
    top: -116px;
    right: -88px;
    width: min(58vw, 484px);
  }

  .services-ai-cta__text {
    max-width: 760px;
    font-size: 22px;
    line-height: 32px;
  }
  .agency-hero {
    min-height: auto;
    overflow: hidden;
  }
  .agency-hero__sticky {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 48px;
    min-height: auto;
    padding: 150px 0 96px;
    overflow: hidden;
  }
  .agency-hero__title-wrap {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
  .agency-hero__title {
    font-size: 72px;
  }
  .agency-hero__note--desktop {
    display: none;
  }
  .agency-hero__note--mobile {
    display: block;
    max-width: 520px;
    margin: 28px auto 0;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    opacity: 1;
  }
  .agency-hero__glow {
    right: -28vw;
    bottom: 6%;
    width: 86vw;
    height: 42%;
  }
  .agency-hero__media {
    position: relative;
    left: auto;
    width: 100%;
    height: auto;
    transform: none;
    pointer-events: auto;
  }
  .agency-hero__card {
    border-radius: 20px;
  }
  .agency-hero__card--center {
    position: relative;
    left: auto;
    bottom: auto;
    width: min(100% - 80px, 860px);
    margin: 0 auto;
    transform: none;
  }
  .agency-hero__side {
    display: none;
  }
  .agency-hero__play {
    opacity: 1;
  }
  .agency-hero__play {
    gap: 20px;
    font-size: 56px;
  }
  .agency-hero__play-icon {
    width: 84px;
    height: 84px;
  }
  .agency-team__blob {
    opacity: 0.25;
  }
  .agency-team__title {
    font-size: 40px;
  }
  .agency-team__list {
    display: grid;
    align-items: start;
    align-content: start;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 56px 24px;
    margin-top: 80px;
  }
  .agency-team-card {
    display: block;
    align-self: start;
    margin-right: 0;
    margin-left: 0;
    --bs-gutter-x: 40px;
    --bs-gutter-y: 0;
  }
  .agency-team-card + .agency-team-card {
    margin-top: 0;
  }
  .agency-team__list > .agency-team-card + .agency-team-card {
    margin-top: 0;
  }
  .agency-team-card > [class*="col-"] {
    width: 100%;
    max-width: none;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
  }
  .agency-team-card__media {
    aspect-ratio: 1 / 1;
  }
  .agency-team-card__body-col {
    display: block;
    margin-top: 20px;
  }
  .agency-team-card__content {
    justify-content: flex-start;
    min-height: 0;
    gap: 6px;
  }
  .agency-team-card__name {
    order: 1;
  }
  .agency-team-card__position {
    order: 2;
  }
  .agency-team-card__text {
    display: none;
  }
  .agency-fullscreen-cta__content {
    max-width: 620px;
  }

  .scroll-stack {
    min-height: auto;
    margin-bottom: 0;
    padding: 0;
  }
  .scroll-stack__sticky {
    position: relative;
    min-height: auto;
    padding: 96px 0;
  }
  .scroll-stack__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .scroll-stack__content {
    display: grid;
    gap: 40px;
    min-height: auto;
  }
  .scroll-stack__step {
    position: relative;
    max-width: 560px;
    opacity: 1;
    transform: none;
  }

  .scroll-stack__step.is-before,
  .scroll-stack__step.is-after {
    transform: none;
  }

  .scroll-stack__step.is-before .scroll-stack__eyebrow,
  .scroll-stack__step.is-before .scroll-stack__step-text,
  .scroll-stack__step.is-after .scroll-stack__eyebrow,
  .scroll-stack__step.is-after .scroll-stack__step-text {
    opacity: 1;
    transform: none;
  }

  .scroll-stack__step.is-before .scroll-stack__step-title,
  .scroll-stack__step.is-after .scroll-stack__step-title {
    color: var(--color-blood-orange);
  }
  .scroll-stack__media {
    display: grid;
    gap: 24px;
    min-height: auto;
  }
  .scroll-stack__figure,
  .scroll-stack__figure.is-before,
  .scroll-stack__figure.is-after,
  .scroll-stack__figure.is-active {
    position: relative;
    aspect-ratio: 16/9;
    clip-path: none;
    opacity: 1;
    transform: none;
  }
  .template-content--blog {
    padding-bottom: 96px;
  }
  .blog-archive-header {
    padding-top: 228px;
  }
  .blog-filter {
    margin-top: 72px;
  }
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blog-card__title {
    font-size: 30px;
  }
  .template-content--blog-single {
    padding-top: calc(28px + 62.7px + 100px);
    padding-bottom: 96px;
  }
  .blog-single-header__main {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .blog-single-author {
    justify-content: flex-start;
    margin-bottom: 0;
    text-align: left;
  }
  .blog-single-hero {
    margin-top: 72px;
  }
  .blog-single-content {
    margin-top: 72px;
  }
  .blog-single-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .template-content--error-404 {
    padding-top: calc(28px + 62.7px + 40px);
    padding-bottom: 72px;
  }
  .start-intro-header__content {
    bottom: 56px;
  }
  .start-intro-header__headline {
    font-size: 52px;
    line-height: 1.6;
  }
  .start-intro-header__copy {
    max-width: 520px;
    margin-top: 32px;
  }
}
@media (max-width: 575px) {
  :where(
    .headline-boldonse,
    .services-hero__title,
    .services-results__title,
    .services-ai-cta__title,
    .agency-hero__title,
    .agency-hero__play,
    .agency-team__title,
    .agency-fullscreen-cta__title,
    .scroll-stack__title,
    .scroll-stack__step-title,
    .blog-archive-header__title,
    .blog-single-header__title,
    .error-404__title,
    .start-intro-header__headline,
    .start-profile-teaser__title,
    .start-process__title,
    .start-process__step-title,
    .start-service-card__title,
    .start-case-spotlight__quote,
    .start-conversation__title,
    .cases-archive-header__title,
    .legal-page__title,
    .case-single-intro__title,
    .case-card__title,
    .cases-cta__title,
    .cases-footer-cta__title
  ) {
    max-width: 100%;
    overflow-wrap: anywhere;
    hyphens: auto;
    text-wrap: balance;
  }

  :where(
    .start-profile-teaser__title span,
    .services-ai-cta__title-line,
    .cases-cta__title-line
  ) {
    width: auto;
    max-width: 100%;
  }

  .services-hero {
    min-height: 100svh;
  }
  .services-hero__content {
    padding-top: 112px;
    padding-bottom: 36px;
  }
  .services-hero__blob {
    right: -76vw;
    bottom: -194vw;
    width: max(300vw, 1040px);
  }
  .services-profile-teaser.start-profile-teaser {
    --start-profile-text-width: calc(100vw - 72px);
    --start-profile-media-width: min(48vw, 210px);
    --start-profile-media-visual-height: calc(
      var(--start-profile-media-height) + 32px
    );
    --start-profile-padding-top: 72px;
    --start-profile-padding-bottom: 104px;
  }
  .services-profile-teaser .start-profile-teaser__media--left {
    top: 48%;
    width: min(56vw, 260px);
  }
  .services-profile-teaser .start-profile-teaser__media--right {
    top: 76%;
    width: min(46vw, 220px);
  }
  .services-profile-teaser .start-profile-teaser__media--top {
    top: 23%;
    width: min(50vw, 230px);
  }
  .services-profile-teaser .start-profile-teaser__deco {
    top: 45%;
    right: -32vw;
    width: min(76vw, 300px);
  }
  .services-hero__title {
    font-size: clamp(30px, 9.8vw, 38px);
    line-height: 1.6;
  }

  .services-results {
    padding: 72px 0;
  }

  .services-results__blob {
    right: -48vw;
    width: 118vw;
  }

  .services-results__eyebrow {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 26px;
  }

  .services-results__title {
    font-size: clamp(30px, 9.2vw, 36px);
    line-height: 1.14;
  }

  .services-results__grid {
    margin-top: 56px;
  }

  .services-results-card__media {
    min-height: 520px;
    border-radius: 16px;
  }

  .services-results-card__brand {
    top: 32px;
    left: 32px;
    max-width: calc(100% - 64px);
  }

  .services-results-card__logo {
    max-width: 180px;
    max-height: 54px;
  }

  .services-results-card__body {
    left: 32px;
    bottom: 116px;
    width: calc(100% - 64px);
  }

  .services-results-card__metric {
    font-size: 78px;
  }

  .services-results-card__text {
    margin-top: 28px;
    font-size: 18px;
    line-height: 26px;
  }

  .services-results-card__button {
    right: 84px;
    bottom: 32px;
  }

  .services-ai-cta {
    padding: 72px 0;
  }

  .services-ai-cta__panel {
    min-height: 520px;
    padding: 56px 32px;
    border-radius: 16px;
  }

  .services-ai-cta__blob {
    top: -96px;
    right: -156px;
    width: 420px;
  }

  .services-ai-cta__eyebrow {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 26px;
  }

  .services-ai-cta__title {
    font-size: clamp(30px, 9.2vw, 36px);
    line-height: 1.14;
  }

  .services-ai-cta__text {
    margin-top: 56px;
    font-size: 18px;
    line-height: 28px;
  }

  .services-ai-cta__button {
    margin-top: 40px;
  }
  .agency-hero {
    min-height: auto;
  }
  .agency-hero__sticky {
    gap: 36px;
    padding: 126px 0 72px;
  }
  .agency-hero__glow {
    right: -56vw;
    bottom: 12%;
    width: 126vw;
    height: 36%;
  }
  .agency-hero__title-wrap {
    top: auto;
  }
  .agency-hero__title {
    font-size: clamp(30px, 9.6vw, 38px);
  }
  .agency-hero__media {
    height: auto;
  }
  .agency-hero__card {
    border-radius: 20px;
  }
  .agency-hero__card--center {
    width: calc(100% - 48px);
  }
  .agency-hero__note--mobile {
    max-width: calc(100% - 48px);
    margin-top: 22px;
    font-size: 15px;
    line-height: 22px;
  }
  .agency-hero__play {
    gap: 10px;
    font-size: clamp(24px, 7.6vw, 30px);
  }
  .agency-hero__play-icon {
    width: 52px;
    height: 52px;
  }
  .agency-team__blob {
    left: -12vw;
    width: 112vw;
    height: auto;
    opacity: 0.25;
  }
  .agency-team__eyebrow {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 26px;
  }
  .agency-team__title {
    font-size: 30px;
    line-height: 1.2;
  }
  .agency-team__list {
    gap: 40px 16px;
    margin-top: 56px;
  }
  .agency-team-card {
    --bs-gutter-y: 0;
  }
  .agency-team-card + .agency-team-card {
    margin-top: 0;
  }
  .agency-team__list > .agency-team-card + .agency-team-card {
    margin-top: 0;
  }
  .agency-team-card__position {
    font-size: 14px;
    line-height: 20px;
  }
  .agency-team-card__name {
    font-size: 18px;
    line-height: 24px;
  }
  .agency-team-card__text {
    font-size: 18px;
    line-height: 26px;
  }
  .agency-fullscreen-cta {
    min-height: auto;
    padding: 120px 0 140px;
  }
  .agency-fullscreen-cta__inner {
    row-gap: 36px;
  }
  .agency-fullscreen-cta__content {
    margin-top: 28px;
  }
  .agency-fullscreen-cta__title {
    font-size: clamp(30px, 9.2vw, 36px);
    line-height: 1.6;
  }
  .agency-fullscreen-cta__button {
    margin-top: 32px;
  }

  .scroll-stack__sticky {
    padding: 72px 0;
  }
  .scroll-stack__header {
    margin-bottom: 48px;
  }
  .scroll-stack__title {
    font-size: clamp(30px, 9vw, 34px);
    line-height: 1.14;
  }
  .scroll-stack__step-title {
    font-size: clamp(30px, 9.2vw, 36px);
  }
  .scroll-stack__cta {
    min-height: 320px;
  }
  .scroll-stack__cta-inner {
    padding: 84px 0 72px;
  }
  .scroll-stack__cta-text {
    font-size: 18px;
    line-height: 26px;
  }
  .template-content--blog {
    padding-top: 24px;
    padding-bottom: 72px;
  }
  .blog-archive-header {
    padding-top: 188px;
  }
  .blog-archive-header__title {
    font-size: 38px;
    line-height: 1.08;
  }
  .blog-filter {
    gap: 10px;
    margin-top: 56px;
    padding-bottom: 32px;
  }
  .blog-filter__button {
    min-height: 42px;
    padding: 9px 14px;
    font-size: 14px;
    line-height: 20px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 40px;
  }
  .blog-card__media {
    border-radius: 16px;
  }
  .blog-card__label {
    top: 20px;
    left: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .blog-card__title {
    margin-top: 24px;
    font-size: 28px;
  }
  .template-content--blog-single {
    padding-top: calc(20px + 51px + 100px);
    padding-bottom: 72px;
  }
  .blog-single-header__categories {
    gap: 12px;
    margin-bottom: 32px;
  }
  .blog-single-header__category {
    min-height: 40px;
    padding: 6px 14px;
    font-size: 14px;
    line-height: 28px;
  }
  .blog-single-header__title {
    font-size: 40px;
    line-height: 1.14;
  }
  .blog-single-author__name,
  .blog-single-author__position {
    font-size: 16px;
    line-height: 22px;
  }
  .blog-single-author__image {
    width: 56px;
    height: 56px;
  }
  .blog-single-hero {
    margin-top: 56px;
    border-radius: 16px;
  }
  .blog-single-content {
    margin-top: 56px;
    font-size: 18px;
    line-height: 26px;
  }
  .blog-single-related {
    margin-top: 72px;
    padding-top: 32px;
  }
  .blog-single-related__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .template-content--error-404 {
    min-height: 86dvh;
    padding-top: calc(20px + 51px + 40px);
    padding-bottom: 56px;
  }
  .error-404__code {
    font-size: 40px;
    line-height: 1.14;
  }
  .error-404__title {
    font-size: 40px;
    line-height: 1.14;
  }
  .error-404__content {
    margin-top: 32px;
  }
  .error-404__text,
  .error-404__link {
    font-size: 18px;
    line-height: 26px;
  }
  .start-intro-header__content {
    bottom: 36px;
  }
  .start-intro-header__headline {
    font-size: clamp(30px, 9.8vw, 36px);
    line-height: 1.6;
  }
  .start-intro-header__copy {
    font-size: 17px;
    line-height: 24px;
  }
}

.start-client-logos {
  overflow: hidden;
  padding: 0;
  background: var(--color-warm-grey);
}

.start-client-logos__viewport {
  overflow: hidden;
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2);
}

.start-client-logos__track,
.start-client-logos__group {
  display: flex;
  align-items: center;
}

.start-client-logos__track {
  width: max-content;
  animation: dws-client-logos-marquee 56s linear infinite;
}

.start-client-logos__group {
  flex: 0 0 auto;
  width: auto;
  padding-right: clamp(36px, 5vw, 74px);
  gap: clamp(36px, 5vw, 74px);
}

.start-client-logos__group[aria-hidden="true"] {
  display: flex;
}

.start-client-logos__item {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  width: 88px;
  height: 23px;
}

.start-client-logos__logo {
  display: block;
  width: 88px;
  height: 23px;
  object-fit: contain;
}

.start-latest-cases {
  overflow: hidden;
  background: linear-gradient(
    180deg,
    var(--color-warm-grey) 0%,
    var(--color-warm-grey) 72%,
    var(--color-blood-orange) 100%
  );
}

.start-latest-cases--without-logos {
  padding-top: clamp(56px, 6vw, 96px);
}

.start-latest-cases__viewport {
  overflow-x: auto;
  overflow-y: visible;
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2);
  padding-right: calc((100vw - 100%) / 2);
  padding-bottom: 36px;
  padding-left: calc((100vw - 100%) / 2);
  box-sizing: border-box;
  cursor: grab;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  user-select: none;
}

.start-latest-cases__viewport.is-dragging {
  cursor: grabbing;
}

.start-latest-cases__viewport::-webkit-scrollbar {
  display: none;
}

.start-latest-cases__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 354px;
  gap: 40px;
  width: max-content;
  min-width: 100%;
}

.start-latest-cases .case-card {
  grid-column: auto;
  width: 100%;
}

.start-latest-cases .case-card__media,
.start-latest-cases .case-card--large .case-card__media {
  aspect-ratio: 5/6;
}

@supports (height: 100cqw) {
  .start-latest-cases .case-card__media,
  .start-latest-cases .case-card--large .case-card__media {
    aspect-ratio: 5/6;
    height: auto;
  }
}
.start-latest-cases .case-card + .case-card {
  margin-top: 0;
}

.start-latest-cases .case-card__image,
.start-latest-cases .case-card__video {
  -webkit-user-drag: none;
}

.start-latest-cases .case-card__title,
.start-latest-cases .case-card--small .case-card__title {
  font-family: var(--kuf-font-body);
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.start-case-skeleton {
  display: block;
  width: 100%;
  pointer-events: none;
}

.start-case-skeleton__media,
.start-case-skeleton__client,
.start-case-skeleton__title {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.055) 0%,
    rgba(255, 255, 255, 0.38) 45%,
    rgba(0, 0, 0, 0.055) 90%
  );
  background-size: 240% 100%;
  animation: dws-skeleton-shimmer 1250ms ease-in-out infinite;
}

.start-case-skeleton__media {
  aspect-ratio: 5/6;
}

.start-case-skeleton__client {
  width: 48%;
  height: 16px;
  margin-top: 28px;
  border-radius: 999px;
}

.start-case-skeleton__title {
  width: 92%;
  height: 30px;
  margin-top: 22px;
  border-radius: 999px;
}

.start-case-skeleton__title--short {
  width: 68%;
  margin-top: 10px;
}

.start-profile-teaser {
  --start-profile-left-progress: 0;
  --start-profile-right-progress: 0;
  --start-profile-text-progress: 0;
  --start-profile-text-width: min(760px, calc(100vw - 96px));
  --start-profile-media-width: clamp(380px, 28vw, 540px);
  --start-profile-media-height: calc(var(--start-profile-media-width) * 1.2);
  --start-profile-media-visual-height: calc(
    var(--start-profile-media-height) + 96px
  );
  --start-profile-media-gap: clamp(16px, 2.4vw, 32px);
  --start-profile-padding-top: clamp(96px, 12vw, 168px);
  --start-profile-padding-bottom: 200px;
  --start-profile-section-height: calc(
    var(--start-profile-media-visual-height) +
      var(--start-profile-padding-top) + var(--start-profile-padding-bottom)
  );
  --start-profile-media-center: calc(
    var(--start-profile-padding-top) +
      (var(--start-profile-media-visual-height) / 2)
  );
  --start-profile-left-start: calc(
    (50vw + var(--start-profile-media-width) / 2 + 24px) * -1
  );
  --start-profile-left-end: calc(
    (
        var(--start-profile-text-width) / 2 + var(--start-profile-media-gap) +
          var(--start-profile-media-width) / 2
      ) *
      -1
  );
  --start-profile-right-start: calc(
    50vw + var(--start-profile-media-width) / 2 + 24px
  );
  --start-profile-right-end: calc(
    var(--start-profile-text-width) / 2 + var(--start-profile-media-gap) +
      var(--start-profile-media-width) / 2
  );
  --start-profile-left-x: var(--start-profile-left-start);
  --start-profile-right-x: var(--start-profile-right-start);
  position: relative;
  display: flex;
  isolation: isolate;
  align-items: center;
  justify-content: center;
  min-height: var(--start-profile-section-height);
  overflow: hidden;
  padding-top: var(--start-profile-padding-top);
  padding-right: 0;
  padding-left: 0;
  color: var(--color-white);
  background: var(--color-blood-orange);
  perspective: 1100px;
}

.start-profile-teaser__stage {
  display: contents;
}

.start-profile-teaser--pinned {
  display: block;
  min-height: 240svh;
  overflow: visible;
  padding-top: 0;
  padding-bottom: 0;
}

.start-profile-teaser--pinned .start-profile-teaser__stage {
  position: sticky;
  top: 0;
  display: flex;
  isolation: isolate;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100svh;
  overflow: hidden;
  perspective: inherit;
}

.start-profile-teaser__media {
  position: absolute;
  z-index: 2;
  top: var(--start-profile-media-center);
  left: 50%;
  width: var(--start-profile-media-width);
  aspect-ratio: 5/6;
  pointer-events: none;
  will-change: transform;
}

.start-profile-teaser--pinned .start-profile-teaser__media {
  top: 50%;
}

.start-profile-teaser__deco {
  position: absolute;
  z-index: 0;
  right: 50%;
  bottom: 0;
  width: min(75vw, calc(var(--start-profile-section-height) * 1.55));
  color: var(--color-white);
  transform: translateY(50%) rotate(-124deg);
  transform-origin: center;
  pointer-events: none;
}

.start-profile-teaser__deco-shape {
  display: block;
  width: 100%;
  max-height: inherit;
  height: auto;
  object-fit: contain;
  opacity: 0.95;
}

.start-profile-teaser__media--left {
  transform: translate(-50%, -50%) translateX(var(--start-profile-left-x))
    rotate(calc(var(--start-profile-left-progress) * -7deg));
}

.start-profile-teaser__media--right {
  transform: translate(-50%, -50%) translateX(var(--start-profile-right-x))
    rotate(calc(var(--start-profile-right-progress) * 7deg));
}

.start-profile-teaser__image,
.start-profile-teaser__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 28px 70px rgba(73, 5, 6, 0.18);
}

.start-profile-teaser__placeholder {
  background: #d8d3c9;
}

.start-profile-teaser__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.start-profile-teaser__title {
  width: var(--start-profile-text-width);
  max-width: 100%;
  margin: 0;
  color: var(--color-dark-red);
  font-family: var(--kuf-font-display);
  font-size: 48px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.start-profile-teaser__title span {
  --start-profile-line-progress: var(--start-profile-text-progress);
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: linear-gradient(
    90deg,
    var(--color-white) 0,
    var(--color-white) var(--start-profile-line-progress),
    var(--color-dark-red) var(--start-profile-line-progress),
    var(--color-dark-red) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.start-profile-teaser__button {
  margin-top: clamp(40px, 4vw, 58px);
}

.start-process {
  --start-process-sticky-top: 100px;
  --start-process-sticky-offset: -28px;
  overflow-x: clip;
  overflow-y: visible;
  min-height: 300vh;
  padding: clamp(56px, 8vh, 100px) 0;
  color: var(--color-black);
  background: var(--color-warm-grey);
}

.start-process__sticky {
  position: sticky;
  z-index: 2;
  top: var(--start-process-sticky-top);
}

.start-process__header {
  max-width: 720px;
  margin: 0 auto clamp(48px, 6vh, 72px);
  text-align: center;
}

.start-process__title {
  margin: 0;
  color: var(--color-black);
  font-family: var(--kuf-font-body);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0;
}

.start-process__grid {
  align-items: stretch;
  row-gap: 40px;
}

.start-process__step {
  --start-process-step-progress: 0;
  --start-process-text-space: 220px;
  --start-process-reveal: calc(
    var(--start-process-step-progress) * var(--start-process-text-space)
  );
  position: relative;
  height: var(
    --start-process-step-height,
    min(clamp(430px, 35vw, 560px), calc(100svh - 240px))
  );
  min-height: 380px;
}

.start-process__step.is-active {
  --start-process-step-progress: 1;
}

.start-process__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 52px;
  height: 37px;
  margin-bottom: 22px;
  color: var(--color-blood-orange);
  font-family: var(--kuf-font-body);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.start-process__eyebrow-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  color: var(--color-white);
}

.start-process__eyebrow-text {
  position: relative;
  z-index: 1;
}

.start-process__intro {
  position: relative;
  z-index: 1;
  max-width: 410px;
  padding-top: 0;
  opacity: calc(0.18 + var(--start-process-step-progress) * 0.82);
  transform: translateY(calc((1 - var(--start-process-step-progress)) * 18px));
  transition:
    opacity 160ms linear,
    transform 160ms linear;
}

.start-process__step-title {
  margin: 0 0 26px;
  color: var(--color-blood-orange);
  font-family: var(--kuf-font-display);
  font-size: 56px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: uppercase;
}

.start-process__text {
  margin: 0;
  color: var(--color-black);
  font-family: var(--kuf-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

.start-process__figure {
  position: absolute;
  z-index: 2;
  inset: 0 0 0;
  overflow: hidden;
  margin: 0;
  border-radius: 20px;
  background: #d8d3c9;
  aspect-ratio: 5/6;
  clip-path: inset(var(--start-process-reveal) 0 0 0 round 20px);
  transition: clip-path 160ms linear;
  will-change: clip-path;
}

.start-process__image,
.start-process__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.start-process__image {
  object-fit: cover;
}

.start-process__placeholder {
  background: var(--color-warm-grey);
}

.start-process__step-col:nth-child(1) .start-process__placeholder {
  background: var(--color-white);
}

.start-process__step-col:nth-child(2) .start-process__placeholder {
  background: var(--color-blood-orange);
}

.start-process__step-col:nth-child(3) .start-process__placeholder {
  background: var(--color-dark-red);
}

.start-process__figure--placeholder {
  background: var(--color-warm-grey);
}

.start-process-cta {
  position: relative;
  z-index: 1;
  margin-top: clamp(72px, 7vw, 112px);
  overflow-x: clip;
  overflow-y: visible;
  background: var(--color-warm-grey);
}

.start-process-cta__blob-wrap {
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -100%;
  width: max(112vw, 1440px);
  height: 200%;
  transform: translateX(-50%);
  pointer-events: none;
}

.start-process-cta__blob {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color-blood-orange);
  filter: blur(70px);
  --wobble-duration: 18s;
  --wobble-x: 18px;
  --wobble-y: 12px;
  --wobble-scale: 0.025;
}

.start-process-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 630px;
  margin: 0 auto;
  padding: clamp(72px, 9vw, 120px) 0 clamp(84px, 10vw, 140px);
  color: var(--color-white);
  text-align: center;
}

.start-process__footer-text {
  margin: 0;
  color: var(--color-white);
  font-family: var(--kuf-font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}

.start-process__button {
  margin-top: 40px;
}

.start-services {
  position: relative;
  z-index: 2;
  color: var(--color-white);
  background: var(--color-dark-red);
}

.start-services__grid {
  align-items: start;
}

.start-services__eyebrow {
  margin: 0;
  color: var(--color-blood-orange);
  font-family: var(--kuf-font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}

.start-services__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(72px, 8vw, 118px) clamp(72px, 9vw, 132px);
}

.start-service-card {
  --start-service-icon-color: var(--color-blood-orange);
  position: relative;
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 36px;
  align-items: center;
  min-width: 0;
}

.start-service-card--no-icon {
  grid-template-columns: minmax(0, 1fr);
}

.start-service-card:hover,
.start-service-card:focus-within {
  --start-service-icon-color: var(--color-white);
}

.start-service-card__icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  color: var(--start-service-icon-color);
  justify-self: center;
  overflow: visible;
  z-index: 1;
  transition: color 280ms ease;
}

.start-service-card__icon-layer {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  transform-origin: center;
}

.start-service-card__icon-layer--back {
  z-index: -1;
  color: var(--color-blood-orange);
  filter: blur(12px);
  opacity: 0;
  transform: scale(0.8);
  transition:
    opacity 320ms ease,
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.start-service-card:hover .start-service-card__icon-layer--back,
.start-service-card:focus-within .start-service-card__icon-layer--back {
  opacity: 0.48;
  transform: scale(1.5);
}

.start-service-card__icon-layer--front {
  z-index: 1;
  color: var(--start-service-icon-color);
}

.start-service-card__icon-wobble {
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  --wobble-duration: 5.8s;
  --wobble-x: 8px;
  --wobble-y: 6px;
  --wobble-scale: 0.035;
}

.start-service-card__icon-svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.start-service-card__icon-svg
  :where(path, circle, ellipse, rect, polygon, polyline, line, text, tspan) {
  fill: currentColor !important;
  stroke: currentColor !important;
}

.start-service-card__content {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.start-service-card__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--color-white);
  font-family: var(--kuf-font-body);
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.start-service-card__title--linked::after {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  background: var(--color-blood-orange);
  opacity: 0;
  transform: translateX(-6px);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.343 0.343L15.657 5.657L10.343 10.971L8.929 9.557L11.828 6.657H0V4.657H11.828L8.929 1.757L10.343 0.343Z' fill='black'/%3E%3C/svg%3E")
    center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.343 0.343L15.657 5.657L10.343 10.971L8.929 9.557L11.828 6.657H0V4.657H11.828L8.929 1.757L10.343 0.343Z' fill='black'/%3E%3C/svg%3E")
    center/contain no-repeat;
}

.start-service-card:hover .start-service-card__title--linked::after,
.start-service-card:focus-within .start-service-card__title--linked::after {
  opacity: 1;
  transform: translateX(0);
}

.start-service-card__link {
  color: inherit;
  text-decoration: none;
}

.start-service-card__link:hover,
.start-service-card__link:focus {
  color: inherit;
  text-decoration: none;
}

.start-service-card__text {
  max-width: 360px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-family: "PP Neue Montreal", var(--kuf-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}

.start-case-spotlight {
  overflow-x: hidden;
  overflow-x: clip;
  background: var(--color-warm-grey);
}

.start-case-spotlight__grid {
  --bs-gutter-x: 40px;
  row-gap: 40px;
}

.start-case-spotlight__panel {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 5/6;
  margin: 0;
  border-radius: 20px;
}

.start-case-spotlight.has-spotlight-reveal .start-case-spotlight__panel {
  will-change: transform;
  transition: transform 1200ms cubic-bezier(0.22, 1, 0.36, 1);
}

.start-case-spotlight.has-spotlight-reveal
  .start-case-spotlight__panel--content {
  transform: translateX(-54vw) rotate(-7deg);
}

.start-case-spotlight.has-spotlight-reveal .start-case-spotlight__panel--media {
  transform: translateX(54vw) rotate(7deg);
}

.start-case-spotlight.has-spotlight-reveal.is-visible
  .start-case-spotlight__panel {
  transform: translateX(0) rotate(0);
}

.start-case-spotlight.has-spotlight-reveal.is-visible
  .start-case-spotlight__panel--media {
  transition-delay: 120ms;
}

.start-case-spotlight__panel--content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(48px, 6vw, 88px);
  color: var(--color-white);
  background: var(--color-blood-orange);
  text-align: center;
}

.start-case-spotlight__quote {
  max-width: 520px;
  margin: 0;
  color: var(--color-white);
  font-family: var(--kuf-font-body);
  font-size: clamp(28px, 3.05vw, 40px);
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: 0;
}

.start-case-spotlight__person {
  margin-top: clamp(40px, 5vw, 62px);
}

.start-case-spotlight__name,
.start-case-spotlight__role {
  margin: 0;
  font-family: var(--kuf-font-body);
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}

.start-case-spotlight__name {
  color: var(--color-white);
  font-weight: 700;
}

.start-case-spotlight__role {
  color: var(--color-black);
  font-weight: 400;
}

.start-case-spotlight__button {
  margin-top: 40px;
}

.start-case-spotlight__panel--media {
  background: #d8d3c9;
}

.start-case-spotlight__image,
.start-case-spotlight__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.start-case-spotlight__image {
  object-fit: cover;
}

.start-case-spotlight__placeholder {
  background: #d8d3c9;
}

.start-conversation {
  overflow: hidden;
  color: var(--color-white);
  background:
    radial-gradient(
      circle at 78% 42%,
      rgba(249, 66, 0, 0.98) 0 0,
      rgba(249, 66, 0, 0.82) 0 22%,
      rgba(73, 5, 6, 0) 52%
    ),
    linear-gradient(
      135deg,
      var(--color-dark-red) 0%,
      var(--color-dark-red) 48%,
      var(--color-blood-orange) 100%
    );
}

.start-conversation__top {
  row-gap: 32px;
}

.start-conversation__title {
  margin: 0;
  color: var(--color-white);
  font-family: var(--kuf-font-display);
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 1.6;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.start-conversation__text {
  max-width: 720px;
  margin: 32px 0 0;
  color: var(--color-white);
  font-family: var(--kuf-font-body);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}

.start-conversation__button {
  margin-left: 0;
}

.start-conversation__media-row {
  --bs-gutter-x: 40px;
  align-items: stretch;
  margin-top: clamp(76px, 8vw, 108px);
  row-gap: 40px;
}

.start-conversation__media-row > [class*="col-"] {
  display: flex;
}

.start-conversation__figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
  border-radius: 20px;
  background: #2d2d2d;
}

.start-conversation__figure--wide {
  aspect-ratio: 16/9;
}

.start-conversation__figure--video {
  aspect-ratio: 5/6;
}

.start-conversation__image,
.start-conversation__video,
.start-conversation__placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.start-conversation__image,
.start-conversation__video {
  object-fit: cover;
}

.start-conversation__placeholder {
  background: #c8b7b0;
}

.start-conversation__figure--video .start-conversation__placeholder {
  background: #2d2d2d;
}

.start-conversation__audio {
  right: 20px;
  bottom: 20px;
}

.template-content--cases {
  padding-top: 158px;
}

.cases-archive-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 80px;
}

.cases-archive-header__title {
  margin: 0;
  color: var(--color-black);
  font-family: var(--kuf-font-body);
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.legal-page {
  min-height: 100dvh;
  color: rgba(255, 255, 255, 0.86);
  background: var(--color-dark-red);
}

.template-content--legal {
  padding-top: clamp(176px, 12.6vw, 218px);
  padding-bottom: var(--kuf-space-block-100);
}

.legal-page__article {
  width: 100%;
}

.legal-page__title {
  margin: 0;
  color: var(--color-blood-orange);
  font-size: var(--kuf-text-h1-size);
  font-weight: 600;
  line-height: var(--kuf-text-h1-line-height);
  letter-spacing: 0;
}

.legal-page__content {
  color: rgba(255, 255, 255, 0.86);
}

.legal-page__content :where(a:not(.has-text-color)) {
  color: var(--color-blood-orange);
}

.legal-page__content
  :where(a:not(.has-text-color):hover, a:not(.has-text-color):focus) {
  color: var(--color-white);
}

.case-single {
  --case-single-background: var(--color-black);
  --case-single-text-color: var(--color-white);
  background: var(--case-single-background);
  color: var(--case-single-text-color);
}

.case-single--theme-light {
  --case-single-background: var(--color-white);
  --case-single-text-color: var(--color-black);
}

.case-single-hero {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  height: 100svh;
}

.case-single-hero__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-single-hero__award {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: min(34vw, 360px);
  aspect-ratio: 1/1;
  padding: 0 clamp(32px, 4vw, 64px) clamp(32px, 4vw, 64px) 0;
  background: radial-gradient(
    circle at 100% 100%,
    rgba(0, 0, 0, 0.78) 0 0,
    rgba(0, 0, 0, 0.62) 0 30%,
    rgba(0, 0, 0, 0) 70%
  );
  pointer-events: none;
}

.case-single-hero__award-logo {
  display: block;
  width: auto;
  max-width: clamp(96px, 11vw, 160px);
  max-height: clamp(96px, 11vw, 160px);
  object-fit: contain;
}

.case-single-intro {
  padding: clamp(64px, 10vw, 100px) 0;
  color: var(--case-single-text-color);
  background: var(--case-single-background);
}

.case-single-intro__panel {
  padding: 0 32px;
  background: var(--case-single-background);
}

.case-single-intro__client {
  margin: 0 0 28px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}

.case-single-intro__title {
  max-width: 1320px;
  margin: 0 0 clamp(72px, 8vw, 112px);
  color: var(--case-single-text-color);
  font-family: var(--kuf-font-body);
  font-size: clamp(48px, 5.6vw, 80px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
}

.case-single-intro__grid {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  gap: clamp(72px, 10vw, 180px);
  align-items: start;
}

.case-single-intro__meta-group + .case-single-intro__meta-group {
  margin-top: 56px;
}

.case-single-intro__meta-title {
  margin: 0 0 16px;
  color: var(--case-single-text-color);
  font-family: var(--kuf-font-body);
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.case-single-intro__meta-text,
.case-single-intro__service-list {
  margin: 0;
  color: var(--case-single-text-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}

.case-single-intro__service-list {
  padding: 0;
  list-style: none;
}

.case-single-intro__service-list a {
  color: var(--case-single-text-color);
  text-decoration: none;
}

.case-single-intro__service-list a:hover,
.case-single-intro__service-list a:focus {
  color: var(--color-blood-orange);
}

.case-single-intro__copy {
  max-width: 900px;
  color: var(--case-single-text-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}

.case-single-intro__copy > * {
  margin-top: 0;
}

.case-single-intro__copy > * + * {
  margin-top: 28px;
}

.case-single-blocks {
  padding-bottom: var(--kuf-space-block-100);
  color: var(--case-single-text-color);
}

.case-single-blocks > * + * {
  margin-top: var(--kuf-space-block-100);
}

.case-single
  :where(
    .case-block-text-media,
    .case-block-media-grid,
    .case-block-mixed-grid,
    .case-block-rich-text-section,
    .case-block-alternating-stack,
    .case-block-quote,
    .case-block-color-palette
  ) {
  color: var(--case-single-text-color);
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 80px 40px;
}

.case-card {
  --case-card-hover-offset: 40px;
  --case-card-enter-delay: 140ms;
  container-type: inline-size;
  grid-column: span 4;
  min-width: 0;
}

.case-card:nth-child(2) {
  --case-card-enter-delay: 220ms;
}

.case-card:nth-child(3) {
  --case-card-enter-delay: 280ms;
}

.case-card:nth-child(4) {
  --case-card-enter-delay: 340ms;
}

.case-card:nth-child(5) {
  --case-card-enter-delay: 400ms;
}

.case-card:nth-child(6) {
  --case-card-enter-delay: 460ms;
}

.case-card:nth-child(n + 7) {
  --case-card-enter-delay: 520ms;
}

@media (prefers-reduced-motion: no-preference) {
  .case-card {
    animation: dws-case-card-enter 640ms cubic-bezier(0.22, 1, 0.36, 1)
      var(--case-card-enter-delay) both;
  }
}
.case-card--large {
  grid-column: span 6;
}

.case-card__link {
  display: block;
  color: var(--color-black);
  text-decoration: none;
}

.case-card__link:hover,
.case-card__link:focus {
  color: var(--color-black);
  text-decoration: none;
}

.case-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 668/629;
  border-radius: 20px;
  background: #d8d3c9;
  clip-path: inset(0 0 0 0 round 20px);
  transition: clip-path 360ms ease;
}

.case-card--large .case-card__media {
  aspect-ratio: 668/629;
}

.case-card__image,
.case-card__video,
.case-card__placeholder-shape {
  display: block;
  width: 100%;
  height: 100%;
}

.case-card__image,
.case-card__video {
  object-fit: cover;
}

.case-card__poster + .case-card__video {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 220ms ease;
}

.case-card__poster + .case-card__video.is-loaded {
  opacity: 1;
}

@supports (height: 100cqw) {
  .case-card__media,
  .case-card--large .case-card__media {
    aspect-ratio: auto;
    height: calc(100cqw * 629 / 668);
  }
}

.case-card__link:focus .case-card__media {
  clip-path: inset(0 0 var(--case-card-hover-offset) 0 round 20px);
}

@media (hover: hover) and (pointer: fine) {
  .case-card__link:hover .case-card__media {
    clip-path: inset(0 0 var(--case-card-hover-offset) 0 round 20px);
  }
}
.case-card__placeholder-shape {
  background: var(--color-warm-grey);
}

.case-card__label {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  max-width: calc(100% - 40px);
  padding: 6px 14px;
  border-radius: 10px;
  color: var(--color-black);
  background: #ffffff99;
  font-family: var(--kuf-font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.case-card__award {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: min(46%, 280px);
  aspect-ratio: 1/1;
  padding: 0 40px 40px 0;
  background: radial-gradient(
    circle at 100% 100%,
    rgba(0, 0, 0, 0.88) 0 0,
    rgba(0, 0, 0, 0.76) 0 32%,
    rgba(0, 0, 0, 0) 70%
  );
  pointer-events: none;
  transition: transform 360ms ease;
}

.case-card__link:focus .case-card__award {
  transform: translateY(calc(var(--case-card-hover-offset) * -1));
}

@media (hover: hover) and (pointer: fine) {
  .case-card__link:hover .case-card__award {
    transform: translateY(calc(var(--case-card-hover-offset) * -1));
  }
}
.case-card__award-logo {
  display: block;
  width: auto;
  max-width: 92px;
  max-height: 92px;
  object-fit: contain;
}

.case-card__body {
  padding-top: 24px;
  transition: transform 360ms ease;
}

.case-card__link:focus .case-card__body {
  transform: translateY(calc(var(--case-card-hover-offset) * -1));
}

@media (hover: hover) and (pointer: fine) {
  .case-card__link:hover .case-card__body {
    transform: translateY(calc(var(--case-card-hover-offset) * -1));
  }
}
.case-card__client {
  margin: 0 0 16px;
  color: var(--color-black);
  font-family: var(--kuf-font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.case-card__title {
  margin: 0;
  color: var(--color-black);
  font-family: var(--kuf-font-body);
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.case-card--small .case-card__title {
  font-size: 30px;
  line-height: 1;
}

.cases-grid__sentinel {
  width: 100%;
  height: 80px;
}

.cases-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  grid-column: 1/-1;
  min-height: 526px;
  padding: 112px 118px;
  border-radius: 20px;
  background: var(--color-blood-orange);
}

.cases-cta::before,
.cases-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.cases-cta::before {
  top: -18%;
  right: -4%;
  width: min(720px, 58vw);
  height: 118%;
  border-radius: 50%;
  background: var(--color-white);
  filter: blur(90px);
  opacity: 0.92;
  --organic-duration: 28s;
  --organic-delay: -11s;
  --organic-x: -2%;
  --organic-y: 1.5%;
  --organic-x-alt: 1.5%;
  --organic-y-alt: -1%;
  --organic-rotate-start: -10deg;
  --organic-rotate-mid: -2deg;
  --organic-rotate-end: -14deg;
  --organic-scale-mid: 1.035;
  --organic-scale-end: 0.99;
  animation: dws-organic-movement var(--organic-duration) ease-in-out
    var(--organic-delay) infinite;
  transform-origin: center;
  will-change: transform;
}

.cases-cta::after {
  right: -14%;
  bottom: -26%;
  width: min(720px, 56vw);
  height: 70%;
  border-radius: 50%;
  background: var(--color-blood-orange);
  filter: blur(80px);
  opacity: 0.86;
  --organic-duration: 34s;
  --organic-delay: -17s;
  --organic-x: 1.5%;
  --organic-y: -1%;
  --organic-x-alt: -2%;
  --organic-y-alt: 1%;
  --organic-rotate-start: 4deg;
  --organic-rotate-mid: -3deg;
  --organic-rotate-end: 8deg;
  --organic-scale-mid: 1.04;
  --organic-scale-end: 0.985;
  animation: dws-organic-movement var(--organic-duration) ease-in-out
    var(--organic-delay) infinite;
  transform-origin: center;
  will-change: transform;
}

.cases-cta__content {
  max-width: 760px;
}

.cases-cta__eyebrow {
  margin: 0 0 24px;
  color: var(--color-white);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.cases-cta__title {
  margin: 0;
  color: var(--color-black);
  font-family: var(--kuf-font-body);
  font-size: 48px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
}

.cases-cta__title-line {
  --cases-cta-line-progress: 0%;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  background: linear-gradient(
    90deg,
    var(--color-white) 0,
    var(--color-white) var(--cases-cta-line-progress),
    var(--color-black) var(--cases-cta-line-progress),
    var(--color-black) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cases-cta__button {
  margin-top: 44px;
}

.cases-grid__sentinel.is-loading::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin: 26px auto;
  border: 2px solid rgba(0, 0, 0, 0.14);
  border-top-color: var(--color-blood-orange);
  border-radius: 50%;
  animation: dws-cases-loading 700ms linear infinite;
}

.cases-footer-cta {
  overflow: hidden;
  background: var(--color-white);
}

.cases-footer-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: clamp(64px, 8vw, 150px);
  align-items: center;
}

.cases-footer-cta__media {
  position: relative;
  justify-self: end;
  width: min(100%, 433px);
  border-radius: 16px;
}

.cases-footer-cta__blob {
  position: absolute;
  z-index: 0;
  left: -52%;
  bottom: -28%;
  width: 155%;
  max-width: none;
  height: auto;
  overflow: visible;
  pointer-events: none;
}

.cases-footer-cta__image,
.cases-footer-cta__video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 433/540;
  border-radius: 16px;
  object-fit: cover;
}

.cases-footer-cta__audio {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--color-blood-orange);
  cursor: pointer;
}

.cases-footer-cta__audio svg {
  display: block;
  width: 31px;
  height: 23px;
}

.cases-footer-cta__audio-active-icon {
  opacity: 0;
}

.cases-footer-cta__audio[aria-pressed="true"]
  .cases-footer-cta__audio-muted-icon {
  opacity: 0;
}

.cases-footer-cta__audio[aria-pressed="true"]
  .cases-footer-cta__audio-active-icon {
  opacity: 1;
}

.cases-footer-cta__content {
  max-width: 620px;
}

.cases-footer-cta__title {
  margin: 0;
  color: var(--color-blood-orange);
  font-family: var(--kuf-font-display);
  font-size: 48px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
  text-wrap: balance;
  text-transform: uppercase;
}

.cases-footer-cta__text {
  max-width: 560px;
  margin: 32px 0 0;
  color: var(--color-black);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}

.cases-footer-cta__button {
  margin-top: 40px;
}

@keyframes dws-cases-loading {
  to {
    transform: rotate(360deg);
  }
}
@keyframes dws-case-card-enter {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dws-client-logos-marquee {
  to {
    transform: translateX(-50%);
  }
}
@keyframes dws-skeleton-shimmer {
  from {
    background-position: 120% 0;
  }
  to {
    background-position: -120% 0;
  }
}
@media (max-width: 991px) {
  .start-client-logos__viewport {
    margin-left: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
  }
  .start-client-logos__track {
    animation-duration: 44s;
  }
  .start-client-logos__group {
    padding-right: 48px;
    gap: 48px;
  }
  .start-latest-cases__track {
    grid-auto-columns: minmax(320px, 42vw);
    gap: 40px;
  }
  .start-profile-teaser {
    --start-profile-text-width: min(560px, calc(100vw - 128px));
    --start-profile-media-width: clamp(300px, 36vw, 420px);
    --start-profile-media-height: calc(var(--start-profile-media-width) * 1.2);
    --start-profile-media-visual-height: calc(
      var(--start-profile-media-height) + 72px
    );
    --start-profile-media-gap: clamp(12px, 2vw, 20px);
    --start-profile-padding-bottom: 160px;
    --start-profile-section-height: calc(
      var(--start-profile-media-visual-height) +
        var(--start-profile-padding-top) + var(--start-profile-padding-bottom)
    );
    --start-profile-media-center: calc(
      var(--start-profile-padding-top) +
        (var(--start-profile-media-visual-height) / 2)
    );
  }
  .start-profile-teaser__title {
    max-width: 640px;
  }
  .start-process__header {
    margin-bottom: 72px;
  }
  .start-process__title {
    font-size: 40px;
  }
  .start-process {
    min-height: auto;
  }
  .start-process__sticky {
    position: relative;
    top: auto;
    min-height: auto;
  }
  .start-process__intro {
    max-width: 520px;
    opacity: 1;
    transform: none;
  }
  .start-process__step {
    width: min(100%, 520px);
    height: auto;
    min-height: auto;
    margin: 0 auto;
  }
  .start-process__figure {
    position: relative;
    inset: auto;
    width: min(100%, 520px);
    margin-top: 32px;
    clip-path: none;
  }
  .start-services__intro {
    margin-bottom: 56px;
  }
  .start-services__list {
    gap: 64px 48px;
  }
  .start-service-card {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 28px;
  }
  .start-service-card--no-icon {
    grid-template-columns: minmax(0, 1fr);
  }
  .start-service-card__title {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .start-case-spotlight__panel {
    aspect-ratio: 6/5;
  }
  .start-conversation__button {
    margin-left: 0;
  }
  .start-conversation__figure--video {
    aspect-ratio: 16/9;
  }
  .template-content--legal {
    padding-top: 176px;
  }
  .legal-page__header {
    margin-bottom: 72px;
  }
  .template-content--cases {
    padding-top: 132px;
  }
  .cases-grid {
    gap: 80px 40px;
  }
  .case-card,
  .case-card--large {
    grid-column: span 6;
  }
  .case-card__title {
    font-size: 28px;
    line-height: 1;
  }
  .case-card--small .case-card__title {
    font-size: 30px;
    line-height: 1;
  }
  .cases-cta {
    min-height: 440px;
    padding: 72px 56px;
  }
  .cases-cta__eyebrow {
    font-size: 18px;
    line-height: 26px;
  }
  .cases-cta__title {
    font-size: 40px;
  }
  .cases-footer-cta__grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }
  .cases-footer-cta__media {
    justify-self: start;
    width: min(100%, 420px);
  }
  .cases-footer-cta__content {
    max-width: 100%;
  }
  .case-single-intro__grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}
@media (min-width: 992px) {
  .case-single-intro {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .case-single-blocks > * + * {
    margin-top: 100px;
  }
}
@media (max-width: 575px) {
  .start-client-logos__track {
    animation-duration: 36s;
  }
  .start-latest-cases__track {
    grid-auto-columns: minmax(286px, 82vw);
    gap: 40px;
  }
  .start-latest-cases .case-card__title,
  .start-latest-cases .case-card--small .case-card__title {
    font-size: 22px;
    line-height: 28px;
  }
  .start-profile-teaser {
    padding-top: 96px;
    padding-right: 0;
    padding-left: 0;
    --start-profile-text-width: calc(100vw - 64px);
    --start-profile-media-width: min(54vw, 224px);
    --start-profile-media-height: calc(var(--start-profile-media-width) * 1.2);
    --start-profile-media-visual-height: calc(
      var(--start-profile-media-height) + 40px
    );
    --start-profile-media-gap: 12px;
    --start-profile-padding-top: 96px;
    --start-profile-padding-bottom: 120px;
    --start-profile-section-height: calc(
      var(--start-profile-media-visual-height) +
        var(--start-profile-padding-top) + var(--start-profile-padding-bottom)
    );
    --start-profile-media-center: calc(
      var(--start-profile-padding-top) +
        (var(--start-profile-media-visual-height) / 2)
    );
  }
  .start-profile-teaser--pinned {
    min-height: 280svh;
  }
  .start-profile-teaser:not(.services-profile-teaser)
    .start-profile-teaser__media--left {
    top: 18%;
    transform: translate(-50%, -50%) translateX(var(--start-profile-left-x))
      rotate(calc(var(--start-profile-left-progress) * -6deg));
  }
  .start-profile-teaser:not(.services-profile-teaser)
    .start-profile-teaser__media--right {
    top: 82%;
    transform: translate(-50%, -50%) translateX(var(--start-profile-right-x))
      rotate(calc(var(--start-profile-right-progress) * 6deg));
  }
  .start-process__header {
    margin-bottom: 56px;
  }
  .start-process__title {
    font-size: clamp(28px, 8.6vw, 32px);
    line-height: 1.18;
  }
  .start-process__step-title {
    font-size: clamp(30px, 9.2vw, 36px);
  }
  .start-process-cta__inner {
    padding: 72px 0 96px;
  }
  .start-process__footer-text {
    font-size: 18px;
    line-height: 26px;
  }
  .start-services__list {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .start-service-card {
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 24px;
  }
  .start-service-card--no-icon {
    grid-template-columns: minmax(0, 1fr);
  }
  .start-service-card__icon {
    width: 72px;
    height: 72px;
  }
  .start-service-card__icon-wobble {
    width: 72px;
    height: 72px;
  }
  .start-service-card__title {
    font-size: clamp(24px, 7.4vw, 28px);
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }
  .start-case-spotlight__panel {
    aspect-ratio: auto;
    min-height: 420px;
  }
  .start-case-spotlight__quote {
    font-size: 28px;
    line-height: 1.2;
  }
  .start-case-spotlight__name,
  .start-case-spotlight__role {
    font-size: 18px;
    line-height: 26px;
  }
  .start-conversation__text {
    font-size: 18px;
    line-height: 26px;
  }
  .start-conversation__media-row {
    margin-top: 56px;
  }
  .start-conversation__figure--wide,
  .start-conversation__figure--video {
    aspect-ratio: 6/5;
  }
  .template-content--legal {
    padding-top: 140px;
    padding-bottom: 72px;
  }
  .legal-page__header {
    margin-bottom: 48px;
  }
  .cases-grid {
    display: block;
  }
  .template-content--cases {
    padding-top: 112px;
  }
  .cases-archive-header {
    display: block;
  }
  .cases-archive-header__button {
    margin-top: 24px;
  }
  .case-single-intro__panel {
    padding-right: 0;
    padding-left: 0;
  }
  .case-single-intro__title {
    font-size: clamp(32px, 9.6vw, 40px);
  }
  .case-single-intro__meta-title {
    font-size: 28px;
  }
  .case-card + .case-card {
    margin-top: 80px;
  }
  .case-card + .cases-cta {
    margin-top: 104px;
  }
  .cases-cta + .case-card {
    margin-top: 80px;
  }
  .case-card__title {
    font-size: 24px;
    line-height: 30px;
  }
  .case-card--small .case-card__title {
    font-size: 24px;
    line-height: 30px;
  }
  .start-profile-teaser__title,
  .start-conversation__title,
  .cases-footer-cta__title {
    font-size: clamp(24px, 7.2vw, 30px);
    line-height: 1.6;
  }
  .cases-archive-header__title,
  .cases-cta__title {
    font-size: clamp(30px, 9vw, 34px);
  }
  .cases-archive-header__title {
    line-height: 1.12;
  }
  .cases-cta__title {
    line-height: 1;
  }
  .cases-cta {
    min-height: 420px;
    padding: 56px 24px 48px;
  }
  .cases-cta::before {
    top: -10%;
    right: -58%;
    width: 96%;
    height: 82%;
    filter: blur(70px);
    opacity: 0.76;
  }
  .cases-cta::after {
    right: -42%;
    bottom: -34%;
    width: 82%;
    height: 56%;
    filter: blur(64px);
    opacity: 0.7;
  }
  .cases-cta__eyebrow {
    font-size: 17px;
    line-height: 24px;
  }
  .cases-cta__title {
    font-size: clamp(30px, 9vw, 34px);
    line-height: 1.12;
  }
  .cases-footer-cta__grid {
    gap: 48px;
  }
  .cases-footer-cta__blob {
    left: -42%;
    bottom: 18%;
    width: 118%;
  }
  .cases-footer-cta__text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 430px) {
  .agency-team__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 44px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .case-card,
  .case-card__media,
  .case-card__award,
  .case-card__body,
  .start-client-logos__track,
  .start-case-skeleton__media,
  .start-case-skeleton__client,
  .start-case-skeleton__title,
  .start-profile-teaser__media,
  .start-profile-teaser__content,
  .start-process__intro,
  .start-process__figure,
  .start-service-card__icon,
  .start-service-card__icon-layer,
  .start-service-card__icon-wobble,
  .start-service-card__icon-svg,
  .start-service-card__title--linked::after,
  .start-case-spotlight__panel,
  .cases-footer-cta__blob,
  .cases-cta::before,
  .cases-cta::after {
    transition: none;
    animation: none;
  }
  .start-profile-teaser {
    --start-profile-left-progress: 1;
    --start-profile-right-progress: 1;
    --start-profile-text-progress: 1;
    --start-profile-left-x: var(--start-profile-left-end);
    --start-profile-right-x: var(--start-profile-right-end);
  }
  .start-profile-teaser--pinned {
    min-height: var(--start-profile-section-height);
    padding-top: var(--start-profile-padding-top);
  }
  .start-profile-teaser--pinned .start-profile-teaser__stage {
    position: static;
    display: contents;
  }
  .start-process {
    min-height: auto;
  }
  .start-process__sticky {
    position: relative;
    top: auto;
    min-height: auto;
  }
  .start-process__step {
    --start-process-step-progress: 1;
  }
  .start-case-spotlight.has-spotlight-reveal .start-case-spotlight__panel {
    transform: none;
  }
  .start-process__figure {
    position: relative;
    inset: auto;
    margin-top: 32px;
    clip-path: none;
  }
} /*# sourceMappingURL=style.css.map */
