body.elementor-page-1181:not(.elementor-motion-effects-element-type-background), body.elementor-page-1181 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-5ebee53 */@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@600;700;800&display=swap");

/* =========================================================
   DURA ULTIMA HOME HERO V2
========================================================= */

#du-home-roller-hero-v2,
#du-home-roller-hero-v2 *,
#du-home-roller-hero-v2 *::before,
#du-home-roller-hero-v2 *::after {
  box-sizing: border-box;
}

#du-home-roller-hero-v2 {
  --duhr2-red: #da252c;
  --duhr2-red-hover: #b91f25;
  --duhr2-dark: #111111;
  --duhr2-white: #ffffff;
  --duhr2-text: rgba(255, 255, 255, 0.7);
  --duhr2-muted: rgba(255, 255, 255, 0.5);
  --duhr2-border: rgba(255, 255, 255, 0.13);
  --duhr2-ease: cubic-bezier(0.22, 1, 0.36, 1);

  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: 800px;
  overflow: hidden;
  background: var(--duhr2-dark);
  color: var(--duhr2-white);
  font-family: "Inter", sans-serif;
}

#du-home-roller-hero-v2 a {
  color: inherit;
  text-decoration: none;
}

#du-home-roller-hero-v2 svg {
  display: block;
}

/* =========================================================
   BACKGROUND
========================================================= */

#du-home-roller-hero-v2 .duhr2__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

#du-home-roller-hero-v2 .duhr2__grid {
  position: absolute;
  inset: 0;
  opacity: 0.17;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px
    );
  background-size: 90px 90px;
}

#du-home-roller-hero-v2 .duhr2__glow {
  position: absolute;
  top: -350px;
  right: -260px;
  width: 850px;
  height: 850px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(218, 37, 44, 0.18),
    transparent 70%
  );
}

/* =========================================================
   MAIN LAYOUT
========================================================= */

#du-home-roller-hero-v2 .duhr2__container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns:
    minmax(560px, 1.15fr)
    minmax(340px, 0.85fr);
  width: min(calc(100% - 48px), 1500px);
  min-height: 800px;
  align-items: center;
  gap: clamp(50px, 6vw, 100px);
  margin: 0 auto;
  padding: 120px 0 70px;
}

/* =========================================================
   HERO CONTENT
========================================================= */

#du-home-roller-hero-v2 .duhr2__content {
  position: relative;
  z-index: 2;
  min-width: 0;
}

#du-home-roller-hero-v2 .duhr2__eyebrow {
  display: block;
  margin: 0 0 22px;
  color: var(--duhr2-red);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.3px;
  line-height: 1.4;
  text-transform: uppercase;
}

#du-home-roller-hero-v2 .duhr2__content h1 {
  max-width: 930px;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: clamp(54px, 7vw, 60px);
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 1.2;
}

#du-home-roller-hero-v2 .duhr2__title-line {
  display: block;
}

#du-home-roller-hero-v2 .duhr2__title-line--white {
  color: var(--duhr2-white);
}

#du-home-roller-hero-v2 .duhr2__title-line--red {
  color: var(--duhr2-red);
}

#du-home-roller-hero-v2 .duhr2__description {
  max-width: 760px;
  margin: 34px 0 0;
  padding-left: 23px;
  border-left: 4px solid var(--duhr2-red);
  color: var(--duhr2-text);
  font-size: 18px;
  line-height: 1.8;
}

/* =========================================================
   BUTTONS
========================================================= */

#du-home-roller-hero-v2 .duhr2__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

#du-home-roller-hero-v2 .duhr2__button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 16px 27px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 1.3;
  text-transform: uppercase;
  transition:
    background-color 250ms ease,
    border-color 250ms ease,
    color 250ms ease,
    transform 350ms var(--duhr2-ease);
}

#du-home-roller-hero-v2 .duhr2__button svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 250ms ease;
}

#du-home-roller-hero-v2 .duhr2__button--primary {
  background: var(--duhr2-red);
  color: var(--duhr2-white);
}

#du-home-roller-hero-v2 .duhr2__button--primary:hover {
  background: var(--duhr2-red-hover);
  transform: translateY(-3px);
}

#du-home-roller-hero-v2 .duhr2__button--secondary {
  border-color: var(--duhr2-border);
  background: rgba(255, 255, 255, 0.035);
  color: var(--duhr2-white);
}

#du-home-roller-hero-v2 .duhr2__button--secondary:hover {
  border-color: var(--duhr2-red);
  background: rgba(218, 37, 44, 0.09);
  transform: translateY(-3px);
}

#du-home-roller-hero-v2
.duhr2__button:hover
svg {
  transform: translateX(4px);
}

#du-home-roller-hero-v2 .duhr2__button:focus-visible {
  outline: 3px solid rgba(218, 37, 44, 0.4);
  outline-offset: 4px;
}

/* =========================================================
   STATS
========================================================= */

#du-home-roller-hero-v2 .duhr2__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 880px;
  margin-top: 54px;
  border-top: 1px solid var(--duhr2-border);
  border-bottom: 1px solid var(--duhr2-border);
}

#du-home-roller-hero-v2 .duhr2__stat {
  min-width: 0;
  padding: 23px 20px;
}

#du-home-roller-hero-v2
.duhr2__stat:first-child {
  padding-left: 0;
}

#du-home-roller-hero-v2
.duhr2__stat + .duhr2__stat {
  border-left: 1px solid var(--duhr2-border);
}

#du-home-roller-hero-v2 .duhr2__stat strong {
  display: block;
  color: var(--duhr2-white);
  font-family: "Poppins", sans-serif;
  font-size: clamp(20px, 1.7vw, 27px);
  font-weight: 600;
  letter-spacing: -0.7px;
  line-height: 1.2;
}

#du-home-roller-hero-v2 .duhr2__stat span {
  display: block;
  margin-top: 7px;
  color: var(--duhr2-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

/* =========================================================
   DECORATIVE ROLLER DOOR
========================================================= */

#du-home-roller-hero-v2 .duhr2__product-visual {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
}

#du-home-roller-hero-v2 .duhr2__door {
  position: relative;
  width: min(100%, 455px);
  padding: 14px 14px 18px;
  border: 1px solid var(--duhr2-border);
  background: #191919;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.38);
}

#du-home-roller-hero-v2 .duhr2__door-head {
  display: flex;
  height: 62px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: linear-gradient(
    180deg,
    #333333,
    #1b1b1b
  );
}

#du-home-roller-hero-v2
.duhr2__door-head span {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#du-home-roller-hero-v2 .duhr2__door-opening {
  position: relative;
  height: 480px;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0b0b0b;
}

#du-home-roller-hero-v2 .duhr2__door-curtain {
  position: absolute;
  inset: 11px;
  background:
    repeating-linear-gradient(
      180deg,
      #555555 0,
      #555555 21px,
      #404040 22px,
      #292929 25px,
      #4a4a4a 27px
    );
  box-shadow:
    inset 0 0 45px rgba(0, 0, 0, 0.5),
    inset 16px 0 25px rgba(255, 255, 255, 0.04);
}

#du-home-roller-hero-v2 .duhr2__door-rail {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 11px;
  background: linear-gradient(
    90deg,
    #202020,
    #5a5a5a,
    #1c1c1c
  );
}

#du-home-roller-hero-v2
.duhr2__door-rail--left {
  left: 0;
}

#du-home-roller-hero-v2
.duhr2__door-rail--right {
  right: 0;
}

#du-home-roller-hero-v2 .duhr2__door-base {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  height: 11px;
  background: var(--duhr2-red);
}

/* =========================================================
   SHUTTER INTRO
   HIDDEN WITHOUT JAVASCRIPT
========================================================= */

#du-home-roller-hero-v2 .duhr2__intro {
  display: none;
}

#du-home-roller-hero-v2.duhr2--intro-ready
.duhr2__intro {
  position: absolute;
  inset: 0;
  z-index: 50;
  display: block;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  background: #090909;
  pointer-events: auto;
  transition:
    opacity 550ms ease,
    visibility 550ms ease;
}

#du-home-roller-hero-v2 .duhr2__intro-housing {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 55;
  display: flex;
  height: 78px;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(
    180deg,
    #383838 0%,
    #202020 52%,
    #101010 100%
  );
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.42);
}

#du-home-roller-hero-v2
.duhr2__intro-housing span {
  color: rgba(255, 255, 255, 0.64);
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#du-home-roller-hero-v2 .duhr2__intro-shutter {
  position: absolute;
  top: 77px;
  right: 18px;
  bottom: 0;
  left: 18px;
  z-index: 52;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.04),
      transparent 18%,
      transparent 82%,
      rgba(0, 0, 0, 0.25)
    ),
    repeating-linear-gradient(
      180deg,
      #575757 0,
      #575757 27px,
      #434343 28px,
      #252525 32px,
      #505050 34px
    );
  box-shadow:
    inset 0 0 90px rgba(0, 0, 0, 0.56),
    0 20px 70px rgba(0, 0, 0, 0.55);
  transform: translate3d(0, 0, 0);
  transform-origin: top center;
  will-change: transform;
}

#du-home-roller-hero-v2
.duhr2__intro-shutter::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 14px;
  background: var(--duhr2-red);
  content: "";
}

#du-home-roller-hero-v2 .duhr2__intro-rail {
  position: absolute;
  top: 77px;
  bottom: 0;
  z-index: 54;
  width: 18px;
  background: linear-gradient(
    90deg,
    #171717,
    #606060,
    #181818
  );
}

#du-home-roller-hero-v2
.duhr2__intro-rail--left {
  left: 0;
}

#du-home-roller-hero-v2
.duhr2__intro-rail--right {
  right: 0;
}

#du-home-roller-hero-v2 .duhr2__intro-brand {
  position: absolute;
  top: 48%;
  left: 50%;
  width: min(calc(100% - 50px), 600px);
  text-align: center;
  transform: translate(-50%, -50%);
}

#du-home-roller-hero-v2
.duhr2__intro-brand span {
  display: block;
  margin-bottom: 12px;
  color: var(--duhr2-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.6px;
  text-transform: uppercase;
}

#du-home-roller-hero-v2
.duhr2__intro-brand strong {
  display: block;
  color: var(--duhr2-white);
  font-family: "Poppins", sans-serif;
  font-size: clamp(38px, 6vw, 76px);
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
}

#du-home-roller-hero-v2 .duhr2__intro-handle {
  position: absolute;
  bottom: 44px;
  left: 50%;
  width: 90px;
  height: 7px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  transform: translateX(-50%);
}

/* =========================================================
   SHUTTER OPENING ANIMATION
========================================================= */

#du-home-roller-hero-v2.is-opening
.duhr2__intro-shutter {
  animation:
    duhr2-shutter-open 2.65s
    cubic-bezier(0.72, 0, 0.18, 1)
    forwards;
}

#du-home-roller-hero-v2.is-opening
.duhr2__intro-brand {
  animation:
    duhr2-brand-hide 700ms
    var(--duhr2-ease)
    450ms forwards;
}

#du-home-roller-hero-v2.is-opening
.duhr2__intro-handle {
  animation:
    duhr2-handle-hide 500ms ease
    550ms forwards;
}

#du-home-roller-hero-v2.is-opening
.duhr2__intro-rail {
  animation:
    duhr2-rail-hide 550ms ease
    2.05s forwards;
}

#du-home-roller-hero-v2.is-opening
.duhr2__intro-housing {
  animation:
    duhr2-housing-hide 600ms
    var(--duhr2-ease)
    2.1s forwards;
}

#du-home-roller-hero-v2.is-intro-fading
.duhr2__intro {
  opacity: 0;
  pointer-events: none;
}

#du-home-roller-hero-v2.is-intro-complete
.duhr2__intro {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes duhr2-shutter-open {
  0% {
    transform: translate3d(0, 0, 0);
  }

  6% {
    transform: translate3d(0, 6px, 0);
  }

  12% {
    transform: translate3d(0, -3px, 0);
  }

  20% {
    transform: translate3d(0, -7%, 0);
  }

  48% {
    transform: translate3d(0, -42%, 0);
  }

  75% {
    transform: translate3d(0, -78%, 0);
  }

  100% {
    transform: translate3d(0, -108%, 0);
  }
}

@keyframes duhr2-brand-hide {
  from {
    opacity: 1;
    filter: blur(0);
    transform: translate(-50%, -50%) scale(1);
  }

  to {
    opacity: 0;
    filter: blur(8px);
    transform: translate(-50%, -62%) scale(0.96);
  }
}

@keyframes duhr2-handle-hide {
  to {
    opacity: 0;
    transform: translateX(-50%) translateY(-10px);
  }
}

@keyframes duhr2-rail-hide {
  to {
    opacity: 0;
  }
}

@keyframes duhr2-housing-hide {
  to {
    opacity: 0;
    transform: translateY(-25px);
  }
}

/* =========================================================
   CONTENT POP-UP ANIMATION
   CONTENT VISIBLE WITHOUT JAVASCRIPT
========================================================= */

#du-home-roller-hero-v2.duhr2--motion-ready:not(.is-revealed)
.duhr2__eyebrow {
  opacity: 0;
  filter: blur(7px);
  transform: translate3d(0, 24px, 0);
}

#du-home-roller-hero-v2.duhr2--motion-ready:not(.is-revealed)
.duhr2__title-line {
  opacity: 0;
  filter: blur(12px);
  clip-path: inset(100% 0 0 0);
  transform: translate3d(0, 55px, 0) scale(0.96);
}

#du-home-roller-hero-v2.duhr2--motion-ready:not(.is-revealed)
.duhr2__description {
  opacity: 0;
  filter: blur(8px);
  transform: translate3d(0, 32px, 0);
}

#du-home-roller-hero-v2.duhr2--motion-ready:not(.is-revealed)
.duhr2__button {
  opacity: 0;
  filter: blur(6px);
  transform: translate3d(0, 25px, 0) scale(0.9);
}

#du-home-roller-hero-v2.duhr2--motion-ready:not(.is-revealed)
.duhr2__stat {
  opacity: 0;
  filter: blur(5px);
  transform: translate3d(0, 25px, 0) scale(0.93);
}

#du-home-roller-hero-v2.duhr2--motion-ready:not(.is-revealed)
.duhr2__product-visual {
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(50px, 0, 0) scale(0.95);
}

/* Animation transitions */

#du-home-roller-hero-v2.duhr2--motion-ready
.duhr2__eyebrow {
  transition:
    opacity 650ms ease,
    transform 850ms var(--duhr2-ease),
    filter 700ms ease;
}

#du-home-roller-hero-v2.duhr2--motion-ready
.duhr2__title-line {
  transition:
    opacity 700ms ease,
    transform 1000ms var(--duhr2-ease),
    filter 850ms ease,
    clip-path 1000ms var(--duhr2-ease);
}

#du-home-roller-hero-v2.duhr2--motion-ready
.duhr2__description {
  transition:
    opacity 700ms ease,
    transform 900ms var(--duhr2-ease),
    filter 750ms ease;
}

#du-home-roller-hero-v2.duhr2--motion-ready
.duhr2__button {
  transition:
    opacity 600ms ease,
    transform 750ms var(--duhr2-ease),
    filter 650ms ease,
    background-color 250ms ease,
    border-color 250ms ease,
    color 250ms ease;
}

#du-home-roller-hero-v2.duhr2--motion-ready
.duhr2__stat {
  transition:
    opacity 600ms ease,
    transform 750ms var(--duhr2-ease),
    filter 650ms ease;
}

#du-home-roller-hero-v2.duhr2--motion-ready
.duhr2__product-visual {
  transition:
    opacity 850ms ease,
    transform 1100ms var(--duhr2-ease),
    filter 900ms ease;
}

/* Final state */

#du-home-roller-hero-v2.duhr2--motion-ready.is-revealed
.duhr2__eyebrow,
#du-home-roller-hero-v2.duhr2--motion-ready.is-revealed
.duhr2__title-line,
#du-home-roller-hero-v2.duhr2--motion-ready.is-revealed
.duhr2__description,
#du-home-roller-hero-v2.duhr2--motion-ready.is-revealed
.duhr2__button,
#du-home-roller-hero-v2.duhr2--motion-ready.is-revealed
.duhr2__stat,
#du-home-roller-hero-v2.duhr2--motion-ready.is-revealed
.duhr2__product-visual {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0 0 0 0);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Stagger timing */

#du-home-roller-hero-v2.duhr2--motion-ready.is-revealed
.duhr2__eyebrow {
  transition-delay: 40ms;
}

#du-home-roller-hero-v2.duhr2--motion-ready.is-revealed
.duhr2__title-line--white {
  transition-delay: 130ms;
}

#du-home-roller-hero-v2.duhr2--motion-ready.is-revealed
.duhr2__title-line--red {
  transition-delay: 250ms;
}

#du-home-roller-hero-v2.duhr2--motion-ready.is-revealed
.duhr2__description {
  transition-delay: 390ms;
}

#du-home-roller-hero-v2.duhr2--motion-ready.is-revealed
.duhr2__button:nth-child(1) {
  transition-delay: 510ms;
}

#du-home-roller-hero-v2.duhr2--motion-ready.is-revealed
.duhr2__button:nth-child(2) {
  transition-delay: 600ms;
}

#du-home-roller-hero-v2.duhr2--motion-ready.is-revealed
.duhr2__stat:nth-child(1) {
  transition-delay: 690ms;
}

#du-home-roller-hero-v2.duhr2--motion-ready.is-revealed
.duhr2__stat:nth-child(2) {
  transition-delay: 770ms;
}

#du-home-roller-hero-v2.duhr2--motion-ready.is-revealed
.duhr2__stat:nth-child(3) {
  transition-delay: 850ms;
}

#du-home-roller-hero-v2.duhr2--motion-ready.is-revealed
.duhr2__stat:nth-child(4) {
  transition-delay: 930ms;
}

#du-home-roller-hero-v2.duhr2--motion-ready.is-revealed
.duhr2__product-visual {
  transition-delay: 290ms;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {
  #du-home-roller-hero-v2 {
    min-height: auto;
  }

  #du-home-roller-hero-v2 .duhr2__container {
    grid-template-columns: 1fr;
    width: min(calc(100% - 40px), 920px);
    min-height: auto;
    padding: 110px 0 80px;
  }

  #du-home-roller-hero-v2 .duhr2__product-visual {
    display: none;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  #du-home-roller-hero-v2 .duhr2__container {
    width: min(calc(100% - 30px), 680px);
    padding: 88px 0 55px;
  }

  #du-home-roller-hero-v2 .duhr2__eyebrow {
    margin-bottom: 18px;
    font-size: 12px;
  }

  #du-home-roller-hero-v2 .duhr2__content h1 {
    font-size: clamp(46px, 13vw, 72px);
    letter-spacing: -4px;
    line-height: 1;
  }

  #du-home-roller-hero-v2 .duhr2__description {
    margin-top: 27px;
    padding-left: 17px;
    font-size: 16px;
    line-height: 1.72;
  }

  #du-home-roller-hero-v2 .duhr2__actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 31px;
  }

  #du-home-roller-hero-v2 .duhr2__button {
    width: 100%;
  }

  #du-home-roller-hero-v2 .duhr2__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 42px;
  }

  #du-home-roller-hero-v2 .duhr2__stat {
    padding: 20px 16px;
  }

  #du-home-roller-hero-v2
  .duhr2__stat:first-child {
    padding-left: 16px;
  }

  #du-home-roller-hero-v2
  .duhr2__stat:nth-child(3) {
    border-top: 1px solid var(--duhr2-border);
    border-left: 0;
  }

  #du-home-roller-hero-v2
  .duhr2__stat:nth-child(4) {
    border-top: 1px solid var(--duhr2-border);
  }

  #du-home-roller-hero-v2
  .duhr2__intro-housing {
    height: 62px;
  }

  #du-home-roller-hero-v2
  .duhr2__intro-shutter,
  #du-home-roller-hero-v2
  .duhr2__intro-rail {
    top: 61px;
  }

  #du-home-roller-hero-v2
  .duhr2__intro-brand strong {
    font-size: clamp(34px, 12vw, 54px);
    letter-spacing: -2px;
  }
}

@media (max-width: 430px) {
  #du-home-roller-hero-v2 .duhr2__content h1 {
    font-size: clamp(42px, 12.7vw, 58px);
    letter-spacing: -3px;
  }
}

/* =========================================================
   ELEMENTOR EDITOR SAFETY
========================================================= */

body.elementor-editor-active
#du-home-roller-hero-v2 *,
body.elementor-editor-preview
#du-home-roller-hero-v2 *,
.elementor-editor-active
#du-home-roller-hero-v2 *,
.elementor-editor-preview
#du-home-roller-hero-v2 *,
.elementor-edit-mode
#du-home-roller-hero-v2 * {
  opacity: 1 !important;
  visibility: visible !important;
  filter: none !important;
  clip-path: none !important;
  transform: none !important;
  animation: none !important;
  transition-delay: 0ms !important;
}

body.elementor-editor-active
#du-home-roller-hero-v2
.duhr2__intro,
body.elementor-editor-preview
#du-home-roller-hero-v2
.duhr2__intro,
.elementor-edit-mode
#du-home-roller-hero-v2
.duhr2__intro {
  display: none !important;
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  #du-home-roller-hero-v2,
  #du-home-roller-hero-v2 *,
  #du-home-roller-hero-v2 *::before,
  #du-home-roller-hero-v2 *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  #du-home-roller-hero-v2 .duhr2__intro {
    display: none !important;
  }

  #du-home-roller-hero-v2 * {
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
    clip-path: none !important;
    transform: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1aafad6 */@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@600;700&display=swap");

/* =========================================================
   DURA ULTIMA ABOUT SECTION
   COMPLETE BASE DESIGN + SCROLL ENTRANCE + CONTINUOUS MOTION
========================================================= */

.du-about,
.du-about * {
  box-sizing: border-box;
}

.du-about {
  --du-primary: #da252c;
  --du-primary-hover: #b91f25;
  --du-secondary: #1a1a1a;
  --du-dark: #111111;
  --du-light: #f8f8f8;
  --du-white: #ffffff;
  --du-body: #5f5f5f;
  --du-border: #e5e5e5;

  --du-industrial-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --du-image-parallax: 0px;
  --du-copy-parallax: 0px;

  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  padding: 120px 0;
  background:
    linear-gradient(
      90deg,
      rgba(17, 17, 17, 0.025) 1px,
      transparent 1px
    ),
    var(--du-light);
  background-size: 160px 100%;
  font-family: "Inter", sans-serif;
}

/* Top engineering rule */

.du-about::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 34%;
  height: 5px;
  background: var(--du-primary);
  content: "";
  transform: scaleX(1);
  transform-origin: left center;
}

/* Subtle technical background marker */

.du-about::after {
  position: absolute;
  top: 95px;
  right: -55px;
  z-index: -1;
  color: rgba(17, 17, 17, 0.028);
  content: "ENGINEERED ACCESS";
  font-family: "Poppins", sans-serif;
  font-size: clamp(80px, 10vw, 170px);
  font-weight: 700;
  letter-spacing: -6px;
  line-height: 1;
  pointer-events: none;
  transform: rotate(90deg) translateX(100%);
  transform-origin: right top;
  white-space: nowrap;
}

.du-about a {
  text-decoration: none;
}

.du-about img,
.du-about svg {
  display: block;
}

.du-about__container {
  width: min(100% - 48px, 1500px);
  margin: 0 auto;
}

/* =========================================================
   TOPLINE
========================================================= */

.du-about__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 52px;
  padding-bottom: 22px;
  overflow: hidden;
  border-bottom: 1px solid var(--du-border);
}

.du-about__section-index {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--du-secondary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 1.4;
  text-transform: uppercase;
}

.du-about__section-index span:first-child {
  color: var(--du-primary);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.du-about__index-line {
  width: 42px;
  height: 1px;
  flex: 0 0 auto;
  background: #a7a7a7;
}

.du-about__topline-text {
  max-width: 480px;
  margin: 0;
  color: #7b7b7b;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.6;
  text-align: right;
}

/* =========================================================
   MAIN GRID
========================================================= */

.du-about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
  align-items: center;
  gap: clamp(60px, 7vw, 115px);
}

/* =========================================================
   IMAGE AREA
========================================================= */

.du-about__visual {
  position: relative;
  min-width: 0;
  will-change: transform;
}

.du-about__image-frame {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #202020;
  box-shadow: 0 28px 80px rgba(17, 17, 17, 0.13);
  will-change: clip-path, transform;
}

/* Architectural corner marker */

.du-about__image-frame::before {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 8;
  width: 68px;
  height: 68px;
  border-top: 2px solid rgba(255, 255, 255, 0.72);
  border-right: 2px solid rgba(255, 255, 255, 0.72);
  content: "";
  pointer-events: none;
}

/* Bottom red engineering marker */

.du-about__image-frame::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 8;
  width: 34%;
  height: 7px;
  background: var(--du-primary);
  content: "";
}

.du-about__image-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

/*
 * Industrial shutter curtain.
 * It covers the image before the entrance sequence,
 * then rises like a rolling shutter.
 */

.du-about__image-wrap::before {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      0deg,
      #151515 0,
      #151515 23px,
      #1d1d1d 23px,
      #1d1d1d 25px
    );
  box-shadow:
    0 4px 0 var(--du-primary),
    0 13px 24px rgba(218, 37, 44, 0.2);
  content: "";
  transform: translateY(-105%);
}

/* Engineering scan line */

.du-about__image-wrap::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12%;
  z-index: 5;
  width: 1px;
  opacity: 0;
  pointer-events: none;
  background: rgba(218, 37, 44, 0.88);
  box-shadow:
    0 0 14px rgba(218, 37, 44, 0.72),
    0 0 40px rgba(218, 37, 44, 0.3);
  content: "";
}

.du-about__image {
  width: 100%;
  height: calc(100% + 60px);
  margin-top: -30px;
  object-fit: cover;
  object-position: 48% 50%;
  filter: saturate(0.78) contrast(1.04);
  transform:
    translate3d(0, var(--du-image-parallax), 0)
    scale(1.035);
  transition:
    transform 700ms var(--du-industrial-ease),
    filter 450ms ease;
  will-change: transform, object-position;
}

.du-about.du-entered .du-about__visual:hover .du-about__image {
  filter: saturate(0.94) contrast(1.05);
  transform:
    translate3d(0, var(--du-image-parallax), 0)
    scale(1.06);
}

.du-about__image-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(17, 17, 17, 0.08) 28%,
      rgba(17, 17, 17, 0.72) 100%
    ),
    linear-gradient(
      90deg,
      rgba(17, 17, 17, 0.27) 0%,
      transparent 52%
    );
}

/* =========================================================
   IMAGE INFORMATION PANEL
========================================================= */

.du-about__image-label {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  z-index: 4;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  padding: 23px 25px;
  overflow: hidden;
  border-left: 4px solid var(--du-primary);
  background: rgba(17, 17, 17, 0.93);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
}

.du-about__image-label::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40%;
  width: 22%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.06),
    transparent
  );
  content: "";
  transform: skewX(-18deg);
}

.du-about__image-label-number {
  color: var(--du-primary);
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.du-about__image-label div {
  min-width: 0;
}

.du-about__image-label div span {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.47);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: 1.5;
  text-transform: uppercase;
}

.du-about__image-label strong {
  display: block;
  color: var(--du-white);
  font-family: "Poppins", sans-serif;
  font-size: clamp(15px, 1.4vw, 19px);
  font-weight: 600;
  line-height: 1.4;
}

/* =========================================================
   ENGINEERING STAGE LABELS
========================================================= */

.du-about__engineering-tag {
  position: absolute;
  top: 36px;
  left: 34px;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.du-about__engineering-tag span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  opacity: 0.38;
  color: rgba(255, 255, 255, 0.68);
  transform: translateY(0);
  transition:
    opacity 350ms ease,
    color 350ms ease,
    transform 350ms ease;
}

.du-about__engineering-tag span:not(:last-child)::after {
  width: 4px;
  height: 4px;
  margin-left: 5px;
  background: var(--du-primary);
  content: "";
}

.du-about__engineering-tag span::before {
  width: 0;
  height: 2px;
  background: var(--du-primary);
  content: "";
  transition: width 350ms var(--du-industrial-ease);
}

.du-about__engineering-tag span.is-active {
  opacity: 1;
  color: var(--du-white);
  transform: translateY(-2px);
}

.du-about__engineering-tag span.is-active::before {
  width: 14px;
}

/* Image caption */

.du-about__visual-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  overflow: hidden;
  color: #838383;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.du-about__visual-caption span:last-child {
  color: var(--du-primary);
}

/* =========================================================
   CONTENT
========================================================= */

.du-about__content {
  position: relative;
  min-width: 0;
  transform: translate3d(0, var(--du-copy-parallax), 0);
  will-change: transform;
}

.du-about__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  overflow: hidden;
  color: var(--du-primary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.5;
  text-transform: uppercase;
}

.du-about__eyebrow-line {
  width: 38px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--du-primary);
}

.du-about__title {
  max-width: 680px;
  margin: 0;
  overflow: hidden;
  color: var(--du-secondary);
  font-family: "Poppins", sans-serif;
  font-size: clamp(42px, 4.1vw, 66px);
  font-weight: 700;
  letter-spacing: -2.8px;
  line-height: 1.09;
}

.du-about__title span {
  display: block;
  color: var(--du-primary);
}

/* Body engineering line */

.du-about__body {
  position: relative;
  max-width: 680px;
  margin-top: 32px;
  padding-left: 26px;
}

.du-about__body::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #cfcfcf;
  content: "";
  transform: scaleY(1);
  transform-origin: top center;
}

.du-about__body p {
  margin: 0;
  overflow: hidden;
  color: var(--du-body);
  font-size: 15px;
  line-height: 1.85;
}

.du-about__body p + p {
  margin-top: 18px;
}

/* =========================================================
   CAPABILITIES
========================================================= */

.du-about__capabilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
  overflow: hidden;
  border-top: 1px solid var(--du-border);
  border-bottom: 1px solid var(--du-border);
}

.du-about__capability {
  position: relative;
  min-width: 0;
  padding: 25px 20px 25px 0;
  transition:
    transform 350ms var(--du-industrial-ease),
    background-color 350ms ease;
}

.du-about__capability:not(:last-child) {
  margin-right: 20px;
  border-right: 1px solid var(--du-border);
}

.du-about__capability::after {
  position: absolute;
  right: 20px;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--du-primary);
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 400ms var(--du-industrial-ease);
}

.du-about.du-entered .du-about__capability:hover {
  transform: translateY(-5px);
}

.du-about__capability:hover::after {
  transform: scaleX(1);
}

.du-about__capability-number {
  display: block;
  margin-bottom: 15px;
  color: var(--du-primary);
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.du-about__capability strong {
  display: block;
  margin-bottom: 7px;
  color: var(--du-secondary);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.du-about__capability div span {
  display: block;
  color: #818181;
  font-size: 11px;
  line-height: 1.6;
}

/* =========================================================
   ACTIONS
========================================================= */

.du-about__actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 38px;
}

.du-about__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 58px;
  flex: 0 0 auto;
  padding: 0 27px;
  overflow: hidden;
  border: 1px solid var(--du-primary);
  border-radius: 4px;
  background: var(--du-primary);
  color: var(--du-white);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition:
    background-color 280ms ease,
    border-color 280ms ease,
    transform 280ms ease,
    box-shadow 280ms ease;
}

/* Button sheen */

.du-about__button::before {
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -55%;
  width: 35%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  content: "";
  transform: skewX(-20deg);
  transition: left 650ms var(--du-industrial-ease);
}

.du-about__button:hover::before {
  left: 125%;
}

.du-about.du-entered .du-about__button:hover {
  border-color: var(--du-primary-hover);
  background: var(--du-primary-hover);
  box-shadow: 0 14px 30px rgba(218, 37, 44, 0.2);
  transform: translateY(-2px);
}

.du-about__button span,
.du-about__button svg {
  position: relative;
  z-index: 2;
}

.du-about__button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 280ms ease;
}

.du-about__button:hover svg {
  transform: translateX(5px);
}

.du-about__contact-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 290px;
  overflow: hidden;
  color: #858585;
  font-size: 11px;
  line-height: 1.65;
}

.du-about__contact-mark {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-top: 5px;
  background: var(--du-primary);
}

.du-about__contact-note a {
  color: var(--du-secondary);
  font-weight: 600;
  transition: color 250ms ease;
}

.du-about__contact-note a:hover {
  color: var(--du-primary);
}

/* =========================================================
   TRUST STRIP
========================================================= */

.du-about__trust-strip {
  position: relative;
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 50px;
  margin-top: 85px;
  padding: 30px 34px;
  overflow: hidden;
  border-left: 4px solid var(--du-primary);
  background: var(--du-secondary);
  box-shadow: 0 18px 50px rgba(17, 17, 17, 0.1);
}

/* Moving red energy line */

.du-about__trust-strip::after {
  position: absolute;
  right: 110%;
  bottom: 0;
  width: 24%;
  height: 2px;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    var(--du-primary),
    transparent
  );
  content: "";
}

.du-about__trust-heading span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.du-about__trust-heading strong {
  color: var(--du-white);
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
}

.du-about__trust-items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.du-about__trust-items span {
  position: relative;
  padding: 8px 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-align: center;
}

.du-about__trust-items span:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.du-about__trust-items span::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 9px;
  background: var(--du-primary);
  content: "";
  vertical-align: 1px;
}

/* =========================================================
   SCROLL ENTRANCE — INITIAL STATE
   Applied only after JavaScript successfully initialises.
========================================================= */

/* Top section rule */

.du-about.du-motion-ready:not(.du-entered)::before {
  transform: scaleX(0.08);
}

.du-about.du-motion-ready.du-entered::before {
  transform: scaleX(1);
  transition: transform 1.15s var(--du-industrial-ease) 50ms;
}

/* Topline */

.du-about.du-motion-ready:not(.du-entered) .du-about__topline {
  clip-path: inset(0 100% 0 0);
  transform: translateX(-38px);
}

.du-about.du-motion-ready.du-entered .du-about__topline {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
  transition:
    clip-path 950ms var(--du-industrial-ease) 80ms,
    transform 950ms var(--du-industrial-ease) 80ms;
}

.du-about.du-motion-ready:not(.du-entered) .du-about__section-index {
  transform: translateX(-22px);
}

.du-about.du-motion-ready.du-entered .du-about__section-index {
  transform: translateX(0);
  transition: transform 700ms var(--du-industrial-ease) 350ms;
}

.du-about.du-motion-ready:not(.du-entered) .du-about__topline-text {
  transform: translateX(35px);
}

.du-about.du-motion-ready.du-entered .du-about__topline-text {
  transform: translateX(0);
  transition: transform 700ms var(--du-industrial-ease) 410ms;
}

.du-about.du-motion-ready:not(.du-entered) .du-about__index-line {
  width: 0;
}

.du-about.du-motion-ready.du-entered .du-about__index-line {
  width: 42px;
  transition: width 600ms var(--du-industrial-ease) 480ms;
}

/* Visual column */

.du-about.du-motion-ready:not(.du-entered) .du-about__visual {
  transform: translateX(-58px);
}

.du-about.du-motion-ready.du-entered .du-about__visual {
  transform: translateX(0);
  transition: transform 1.15s var(--du-industrial-ease) 120ms;
}

/* Image frame opens horizontally */

.du-about.du-motion-ready:not(.du-entered) .du-about__image-frame {
  clip-path: inset(0 100% 0 0);
  box-shadow: none;
}

.du-about.du-motion-ready.du-entered .du-about__image-frame {
  clip-path: inset(0 0 0 0);
  box-shadow: 0 28px 80px rgba(17, 17, 17, 0.13);
  transition:
    clip-path 1.15s var(--du-industrial-ease) 140ms,
    box-shadow 900ms ease 700ms;
}

/* Shutter curtain begins closed */

.du-about.du-motion-ready:not(.du-entered)
  .du-about__image-wrap::before {
  transform: translateY(0);
}

.du-about.du-motion-ready.du-entered
  .du-about__image-wrap::before {
  transform: translateY(-105%);
  transition: transform 1.25s var(--du-industrial-ease) 340ms;
}

/* Image enters enlarged and offset */

.du-about.du-motion-ready:not(.du-entered) .du-about__image {
  transform: translate3d(-42px, 0, 0) scale(1.16);
}

.du-about.du-motion-ready.du-entered .du-about__image {
  transform:
    translate3d(0, var(--du-image-parallax), 0)
    scale(1.035);
  transition:
    transform 1.65s var(--du-industrial-ease) 180ms,
    filter 450ms ease;
}

/* Image overlays */

.du-about.du-motion-ready:not(.du-entered)
  .du-about__engineering-tag {
  clip-path: inset(0 100% 0 0);
  transform: translateX(-25px);
}

.du-about.du-motion-ready.du-entered
  .du-about__engineering-tag {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
  transition:
    clip-path 780ms var(--du-industrial-ease) 760ms,
    transform 780ms var(--du-industrial-ease) 760ms;
}

.du-about.du-motion-ready:not(.du-entered)
  .du-about__image-label {
  clip-path: inset(100% 0 0 0);
  transform: translateY(42px);
}

.du-about.du-motion-ready.du-entered
  .du-about__image-label {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
  transition:
    clip-path 780ms var(--du-industrial-ease) 880ms,
    transform 780ms var(--du-industrial-ease) 880ms;
}

.du-about.du-motion-ready:not(.du-entered)
  .du-about__visual-caption {
  clip-path: inset(0 100% 0 0);
  transform: translateY(18px);
}

.du-about.du-motion-ready.du-entered
  .du-about__visual-caption {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
  transition:
    clip-path 750ms var(--du-industrial-ease) 980ms,
    transform 750ms var(--du-industrial-ease) 980ms;
}

/* Eyebrow */

.du-about.du-motion-ready:not(.du-entered) .du-about__eyebrow {
  clip-path: inset(0 100% 0 0);
  transform: translateX(34px);
}

.du-about.du-motion-ready.du-entered .du-about__eyebrow {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
  transition:
    clip-path 700ms var(--du-industrial-ease) 280ms,
    transform 700ms var(--du-industrial-ease) 280ms;
}

.du-about.du-motion-ready:not(.du-entered)
  .du-about__eyebrow-line {
  width: 0;
}

.du-about.du-motion-ready.du-entered .du-about__eyebrow-line {
  width: 38px;
  transition: width 550ms var(--du-industrial-ease) 590ms;
}

/* Main headline opens vertically */

.du-about.du-motion-ready:not(.du-entered) .du-about__title {
  clip-path: inset(0 0 100% 0);
  transform: translateY(58px);
}

.du-about.du-motion-ready.du-entered .du-about__title {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
  transition:
    clip-path 950ms var(--du-industrial-ease) 350ms,
    transform 950ms var(--du-industrial-ease) 350ms;
}

.du-about.du-motion-ready:not(.du-entered)
  .du-about__title span {
  transform: translateX(-42px);
}

.du-about.du-motion-ready.du-entered .du-about__title span {
  transform: translateX(0);
  transition: transform 850ms var(--du-industrial-ease) 610ms;
}

/* Body engineering line */

.du-about.du-motion-ready:not(.du-entered)
  .du-about__body::before {
  transform: scaleY(0);
}

.du-about.du-motion-ready.du-entered .du-about__body::before {
  transform: scaleY(1);
  transition: transform 760ms var(--du-industrial-ease) 650ms;
}

.du-about.du-motion-ready:not(.du-entered) .du-about__body p {
  clip-path: inset(0 100% 0 0);
  transform: translateX(42px);
}

.du-about.du-motion-ready.du-entered .du-about__body p {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
  transition:
    clip-path 850ms var(--du-industrial-ease),
    transform 850ms var(--du-industrial-ease);
}

.du-about.du-motion-ready.du-entered
  .du-about__body p:nth-child(1) {
  transition-delay: 650ms;
}

.du-about.du-motion-ready.du-entered
  .du-about__body p:nth-child(2) {
  transition-delay: 790ms;
}

/* Capability block */

.du-about.du-motion-ready:not(.du-entered)
  .du-about__capabilities {
  clip-path: inset(0 0 100% 0);
  transform: translateY(42px);
}

.du-about.du-motion-ready.du-entered .du-about__capabilities {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
  transition:
    clip-path 900ms var(--du-industrial-ease) 840ms,
    transform 900ms var(--du-industrial-ease) 840ms;
}

.du-about.du-motion-ready:not(.du-entered)
  .du-about__capability {
  opacity: 0;
  transform: translateY(38px) rotateX(8deg);
}

.du-about.du-motion-ready.du-entered .du-about__capability {
  opacity: 1;
  transform: translateY(0) rotateX(0);
  transition:
    opacity 650ms ease,
    transform 750ms var(--du-industrial-ease);
}

.du-about.du-motion-ready.du-entered
  .du-about__capability:nth-child(1) {
  transition-delay: 940ms;
}

.du-about.du-motion-ready.du-entered
  .du-about__capability:nth-child(2) {
  transition-delay: 1060ms;
}

.du-about.du-motion-ready.du-entered
  .du-about__capability:nth-child(3) {
  transition-delay: 1180ms;
}

.du-about.du-motion-ready:not(.du-entered)
  .du-about__capability-number {
  transform: translateY(14px) rotate(-14deg);
}

.du-about.du-motion-ready.du-entered
  .du-about__capability-number {
  transform: translateY(0) rotate(0);
  transition: transform 600ms var(--du-industrial-ease) 1080ms;
}

/* Actions */

.du-about.du-motion-ready:not(.du-entered) .du-about__button {
  clip-path: inset(0 100% 0 0);
  transform: translateX(-35px);
}

.du-about.du-motion-ready.du-entered .du-about__button {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
  transition:
    clip-path 700ms var(--du-industrial-ease) 1120ms,
    transform 700ms var(--du-industrial-ease) 1120ms,
    background-color 280ms ease,
    border-color 280ms ease,
    box-shadow 280ms ease;
}

.du-about.du-motion-ready:not(.du-entered)
  .du-about__contact-note {
  clip-path: inset(0 0 0 100%);
  transform: translateX(35px);
}

.du-about.du-motion-ready.du-entered
  .du-about__contact-note {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
  transition:
    clip-path 700ms var(--du-industrial-ease) 1210ms,
    transform 700ms var(--du-industrial-ease) 1210ms;
}

/* Trust strip expands from centre */

.du-about.du-motion-ready:not(.du-entered)
  .du-about__trust-strip {
  clip-path: inset(0 50% 0 50%);
  transform: translateY(48px);
  box-shadow: none;
}

.du-about.du-motion-ready.du-entered .du-about__trust-strip {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
  box-shadow: 0 18px 50px rgba(17, 17, 17, 0.1);
  transition:
    clip-path 1s var(--du-industrial-ease) 1100ms,
    transform 1s var(--du-industrial-ease) 1100ms,
    box-shadow 700ms ease 1300ms;
}

.du-about.du-motion-ready:not(.du-entered)
  .du-about__trust-heading {
  transform: translateX(-38px);
}

.du-about.du-motion-ready.du-entered .du-about__trust-heading {
  transform: translateX(0);
  transition: transform 700ms var(--du-industrial-ease) 1390ms;
}

.du-about.du-motion-ready:not(.du-entered)
  .du-about__trust-items span {
  opacity: 0;
  transform: translateY(24px);
}

.du-about.du-motion-ready.du-entered
  .du-about__trust-items span {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 500ms ease,
    transform 620ms var(--du-industrial-ease);
}

.du-about.du-motion-ready.du-entered
  .du-about__trust-items span:nth-child(1) {
  transition-delay: 1390ms;
}

.du-about.du-motion-ready.du-entered
  .du-about__trust-items span:nth-child(2) {
  transition-delay: 1490ms;
}

.du-about.du-motion-ready.du-entered
  .du-about__trust-items span:nth-child(3) {
  transition-delay: 1590ms;
}

.du-about.du-motion-ready.du-entered
  .du-about__trust-items span:nth-child(4) {
  transition-delay: 1690ms;
}

/* =========================================================
   CONTINUOUS INDUSTRIAL MOTION
   Runs only while the section is visible.
========================================================= */

/* Slow cinematic movement */

.du-about.du-entered.is-in-view .du-about__image {
  animation: duAboutImageDrift 13s ease-in-out 1.7s infinite alternate;
}

@keyframes duAboutImageDrift {
  0% {
    object-position: 46% 50%;
  }

  100% {
    object-position: 54% 50%;
  }
}

/* Scanner line */

.du-about.du-entered.is-in-view
  .du-about__image-wrap::after {
  animation: duAboutScanLine 7.5s
    cubic-bezier(0.65, 0, 0.35, 1) 1.7s infinite;
}

@keyframes duAboutScanLine {
  0%,
  12% {
    left: -12%;
    opacity: 0;
  }

  20% {
    opacity: 0.45;
  }

  55% {
    opacity: 0.75;
  }

  72% {
    left: 112%;
    opacity: 0.15;
  }

  100% {
    left: 112%;
    opacity: 0;
  }
}

/* Moving light across the image panel */

.du-about.du-entered.is-in-view
  .du-about__image-label::after {
  animation: duAboutPanelLight 6.5s ease-in-out 2s infinite;
}

@keyframes duAboutPanelLight {
  0%,
  18% {
    left: -40%;
  }

  55%,
  100% {
    left: 130%;
  }
}

/* Subtle panel breathing */

.du-about.du-entered.is-in-view .du-about__image-label {
  animation: duAboutPanelBreath 5s ease-in-out 1.8s infinite;
}

@keyframes duAboutPanelBreath {
  0%,
  100% {
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
  }

  50% {
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.29);
  }
}

/* Trust strip moving rule */

.du-about.du-entered.is-in-view
  .du-about__trust-strip::after {
  animation: duAboutTrustFlow 5.5s ease-in-out 1.8s infinite;
}

@keyframes duAboutTrustFlow {
  0% {
    right: 110%;
    opacity: 0;
  }

  15% {
    opacity: 1;
  }

  72% {
    opacity: 1;
  }

  100% {
    right: -30%;
    opacity: 0;
  }
}

/* Pause image scanner while inspecting the visual */

.du-about__visual:hover .du-about__image-wrap::after {
  animation-play-state: paused;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {
  .du-about {
    padding: 105px 0;
  }

  .du-about__grid {
    grid-template-columns: minmax(0, 1fr) minmax(400px, 0.9fr);
    gap: 65px;
  }

  .du-about__image-frame {
    min-height: 600px;
  }

  .du-about__capabilities {
    grid-template-columns: 1fr;
  }

  .du-about__capability {
    display: grid;
    grid-template-columns: 35px minmax(0, 1fr);
    gap: 10px;
    padding: 17px 0;
  }

  .du-about__capability:not(:last-child) {
    margin-right: 0;
    border-right: 0;
    border-bottom: 1px solid var(--du-border);
  }

  .du-about__capability-number {
    margin: 3px 0 0;
  }
}

@media (max-width: 1024px) {
  .du-about::after {
    display: none;
  }

  .du-about__container {
    width: min(100% - 40px, 900px);
  }

  .du-about__grid {
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .du-about__visual {
    max-width: 850px;
  }

  .du-about__image-frame {
    min-height: 620px;
  }

  .du-about__content {
    max-width: 780px;
    transform: none;
  }

  .du-about__title {
    max-width: 750px;
  }

  .du-about__capabilities {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .du-about__capability {
    display: block;
    padding: 24px 20px 24px 0;
  }

  .du-about__capability:not(:last-child) {
    margin-right: 20px;
    border-right: 1px solid var(--du-border);
    border-bottom: 0;
  }

  .du-about__capability-number {
    margin-bottom: 14px;
  }

  .du-about__trust-strip {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .du-about {
    padding: 80px 0;
    background-size: 100px 100%;
  }

  .du-about::before {
    width: 52%;
  }

  .du-about__container {
    width: min(100% - 34px, 680px);
  }

  .du-about__topline {
    display: block;
    margin-bottom: 38px;
  }

  .du-about__topline-text {
    margin-top: 14px;
    text-align: left;
  }

  .du-about__grid {
    gap: 50px;
  }

  .du-about__image-frame {
    min-height: 480px;
  }

  .du-about__image-frame::before {
    top: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
  }

  .du-about__engineering-tag {
    top: 25px;
    left: 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }

  .du-about__engineering-tag span {
    gap: 6px;
  }

  .du-about__engineering-tag span:not(:last-child)::after {
    display: none;
  }

  .du-about__image-label {
    right: 18px;
    bottom: 18px;
    left: 18px;
    gap: 14px;
    padding: 20px;
  }

  .du-about__visual-caption {
    font-size: 8px;
  }

  .du-about__eyebrow {
    margin-bottom: 18px;
  }

  .du-about__title {
    font-size: clamp(38px, 11vw, 52px);
    letter-spacing: -2px;
  }

  .du-about__body {
    margin-top: 26px;
    padding-left: 18px;
  }

  .du-about__body p {
    font-size: 14px;
    line-height: 1.8;
  }

  .du-about__capabilities {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .du-about__capability {
    display: grid;
    grid-template-columns: 35px minmax(0, 1fr);
    gap: 8px;
    padding: 18px 0;
  }

  .du-about__capability:not(:last-child) {
    margin-right: 0;
    border-right: 0;
    border-bottom: 1px solid var(--du-border);
  }

  .du-about__capability-number {
    margin: 3px 0 0;
  }

  .du-about__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    margin-top: 32px;
  }

  .du-about__button {
    width: 100%;
  }

  .du-about__contact-note {
    max-width: none;
  }

  .du-about__trust-strip {
    margin-top: 60px;
    padding: 27px 23px;
  }

  .du-about__trust-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .du-about__trust-items span {
    padding: 13px 8px;
    text-align: left;
  }

  .du-about__trust-items span:nth-child(2) {
    border-right: 0;
  }

  .du-about__trust-items span:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  /* Mobile entrance direction */

  .du-about.du-motion-ready:not(.du-entered)
    .du-about__visual {
    transform: translateY(48px);
  }

  .du-about.du-motion-ready.du-entered
    .du-about__visual {
    transform: translateY(0);
  }

  .du-about.du-motion-ready:not(.du-entered)
    .du-about__image-frame {
    clip-path: inset(100% 0 0 0);
  }

  .du-about.du-motion-ready.du-entered
    .du-about__image-frame {
    clip-path: inset(0 0 0 0);
  }

  .du-about.du-motion-ready:not(.du-entered)
    .du-about__title {
    transform: translateY(42px);
  }

  .du-about.du-motion-ready:not(.du-entered)
    .du-about__body p {
    transform: translateX(25px);
  }

  .du-about.du-motion-ready:not(.du-entered)
    .du-about__trust-strip {
    clip-path: inset(100% 0 0 0);
  }

  .du-about.du-motion-ready.du-entered
    .du-about__trust-strip {
    clip-path: inset(0 0 0 0);
  }
}

@media (max-width: 480px) {
  .du-about__image-frame {
    min-height: 430px;
  }

  .du-about__image-label {
    grid-template-columns: 1fr;
  }

  .du-about__image-label-number {
    display: none;
  }

  .du-about__visual-caption {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .du-about__title {
    font-size: 37px;
  }

  .du-about__trust-items {
    grid-template-columns: 1fr;
  }

  .du-about__trust-items span,
  .du-about__trust-items span:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .du-about__trust-items span:last-child {
    border-bottom: 0;
  }
}

/* =========================================================
   ELEMENTOR EDITOR SAFETY
========================================================= */

body.elementor-editor-active .du-about,
body.elementor-editor-preview .du-about,
.elementor-editor-active .du-about,
.elementor-editor-preview .du-about {
  --du-image-parallax: 0px !important;
  --du-copy-parallax: 0px !important;
}

body.elementor-editor-active .du-about *,
body.elementor-editor-preview .du-about *,
.elementor-editor-active .du-about *,
.elementor-editor-preview .du-about * {
  opacity: 1 !important;
  clip-path: none !important;
  animation: none !important;
  transform: none !important;
  transition-duration: 0.01ms !important;
}

body.elementor-editor-active .du-about__image-wrap::before,
body.elementor-editor-active .du-about__image-wrap::after,
body.elementor-editor-preview .du-about__image-wrap::before,
body.elementor-editor-preview .du-about__image-wrap::after,
.elementor-editor-active .du-about__image-wrap::before,
.elementor-editor-active .du-about__image-wrap::after,
.elementor-editor-preview .du-about__image-wrap::before,
.elementor-editor-preview .du-about__image-wrap::after {
  display: none !important;
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .du-about,
  .du-about *,
  .du-about *::before,
  .du-about *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .du-about *,
  .du-about::before {
    opacity: 1 !important;
    clip-path: none !important;
    transform: none !important;
  }

  .du-about__image-wrap::before,
  .du-about__image-wrap::after {
    display: none !important;
  }

  .du-about__engineering-tag span {
    opacity: 1 !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7bf8b48 */@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@600;700&display=swap");

/* =========================================================
   DURA ULTIMA — PREMIUM ROLLER SOLUTION
========================================================= */

.du-roller,
.du-roller * {
  box-sizing: border-box;
}

.du-roller {
  --du-primary: #da252c;
  --du-hover: #b71e24;
  --du-dark: #111111;
  --du-secondary: #1a1a1a;
  --du-light: #f8f8f8;
  --du-white: #ffffff;
  --du-text: #5f5f5f;
  --du-border: #e6e6e6;

  --du-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --du-door-y: 0%;
  --du-mouse-x: 0px;
  --du-mouse-y: 0px;
  --du-scene-y: 0px;
  --du-copy-y: 0px;
  --du-scroll-progress: 0%;

  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  padding: 125px 0 0;
  background: var(--du-dark);
  color: var(--du-white);
  font-family: "Inter", sans-serif;
}

.du-roller a {
  text-decoration: none;
}

.du-roller img,
.du-roller svg {
  display: block;
}

.du-roller__container {
  position: relative;
  z-index: 3;
  width: min(100% - 48px, 1500px);
  margin: 0 auto;
}

/* =========================================================
   BACKGROUND
========================================================= */

.du-roller__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.du-roller__background::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 72% 30%,
      rgba(218, 37, 44, 0.1),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.018),
      transparent 35%
    );
  content: "";
}

.du-roller__grid {
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px
    );
  background-size: 80px 80px;
  transform:
    perspective(900px)
    rotateX(62deg)
    scale(1.5)
    translateY(19%);
  transform-origin: center bottom;
}

.du-roller__light {
  position: absolute;
  top: -30%;
  bottom: -30%;
  left: -24%;
  width: 22%;
  opacity: 0.38;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.055),
    transparent
  );
  filter: blur(14px);
  transform: skewX(-18deg);
}

.du-roller.is-in-view .du-roller__light {
  animation: duRollerBackgroundLight 9s ease-in-out infinite;
}

@keyframes duRollerBackgroundLight {
  0% {
    left: -24%;
    opacity: 0;
  }

  16% {
    opacity: 0.38;
  }

  70% {
    opacity: 0.25;
  }

  100% {
    left: 112%;
    opacity: 0;
  }
}

.du-roller__watermark {
  position: absolute;
  top: 135px;
  left: -35px;
  color: rgba(255, 255, 255, 0.025);
  font-family: "Poppins", sans-serif;
  font-size: clamp(100px, 13vw, 220px);
  font-weight: 700;
  letter-spacing: -10px;
  line-height: 0.82;
  white-space: nowrap;
  transform: translateX(var(--du-copy-y));
}

.du-roller__diagonal {
  position: absolute;
  width: 1px;
  height: 430px;
  background: linear-gradient(
    transparent,
    rgba(218, 37, 44, 0.38),
    transparent
  );
  transform: rotate(34deg);
}

.du-roller__diagonal--one {
  top: 20px;
  right: 15%;
}

.du-roller__diagonal--two {
  top: 110px;
  right: 9%;
  opacity: 0.45;
}

/* =========================================================
   TOP BAR
========================================================= */

.du-roller__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 74px;
  padding-bottom: 22px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.du-roller__section-index {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.9px;
  text-transform: uppercase;
}

.du-roller__section-number {
  color: var(--du-primary);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.du-roller__section-line {
  width: 42px;
  height: 1px;
  background: rgba(255, 255, 255, 0.38);
}

.du-roller__topbar p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  line-height: 1.7;
  text-align: right;
}

/* =========================================================
   MAIN PRODUCT STAGE
========================================================= */

.du-roller__main {
  display: grid;
  grid-template-columns: minmax(430px, 0.82fr) minmax(600px, 1.18fr);
  align-items: center;
  gap: clamp(55px, 7vw, 110px);
}

/* =========================================================
   CONTENT
========================================================= */

.du-roller__content {
  position: relative;
  z-index: 5;
  min-width: 0;
  transform: translate3d(0, var(--du-copy-y), 0);
  will-change: transform;
}

.du-roller__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  overflow: hidden;
  color: var(--du-primary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.du-roller__eyebrow-line {
  width: 40px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--du-primary);
}

.du-roller__title {
  margin: 0;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.du-roller__title-main {
  display: block;
  color: var(--du-white);
  font-size: clamp(62px, 6.3vw, 42px);
  font-weight: 600;
  letter-spacing: -5.5px;
  line-height: 1.12;
}

.du-roller__title-sub {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.42);
  font-size: clamp(18px, 1.65vw, 25px);
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 1.35;
  text-transform: uppercase;
}

.du-roller__title-sub strong {
  color: var(--du-primary);
  font-weight: 700;
}

.du-roller__description {
  max-width: 610px;
  margin: 32px 0 0;
  padding-left: 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.19);
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.85;
}

/* =========================================================
   METRICS
========================================================= */

.du-roller__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 570px;
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.du-roller__metric {
  position: relative;
  padding: 25px 24px 25px 0;
}

.du-roller__metric + .du-roller__metric {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.du-roller__metric-value {
  display: block;
  margin-bottom: 6px;
  color: var(--du-white);
  font-family: "Poppins", sans-serif;
  font-size: clamp(31px, 3vw, 43px);
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1;
}

.du-roller__metric-value::first-letter {
  color: var(--du-primary);
}

.du-roller__metric span {
  color: rgba(255, 255, 255, 0.43);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

/* =========================================================
   APPLICATIONS
========================================================= */

.du-roller__applications {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 29px;
}

.du-roller__applications > span {
  color: rgba(255, 255, 255, 0.36);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.du-roller__application-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.du-roller__application-list span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  font-weight: 500;
  transition:
    border-color 250ms ease,
    color 250ms ease,
    background-color 250ms ease;
}

.du-roller__application-list span:hover {
  border-color: var(--du-primary);
  background: rgba(218, 37, 44, 0.08);
  color: var(--du-white);
}

/* =========================================================
   BUTTONS
========================================================= */

.du-roller__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 36px;
}

.du-roller__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  min-height: 58px;
  padding: 0 25px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--du-white);
  font-size: 12px;
  font-weight: 600;
  transition:
    background-color 280ms ease,
    border-color 280ms ease,
    color 280ms ease,
    transform 280ms var(--du-ease),
    box-shadow 280ms ease;
}

.du-roller__button::before {
  position: absolute;
  top: -60%;
  bottom: -60%;
  left: -55%;
  width: 34%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.22),
    transparent
  );
  content: "";
  transform: skewX(-20deg);
  transition: left 650ms var(--du-ease);
}

.du-roller__button:hover::before {
  left: 125%;
}

.du-roller__button span,
.du-roller__button svg {
  position: relative;
  z-index: 2;
}

.du-roller__button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 280ms var(--du-ease);
}

.du-roller__button:hover {
  transform: translateY(-2px);
}

.du-roller__button:hover svg {
  transform: translateX(4px);
}

.du-roller__button--primary {
  border-color: var(--du-primary);
  background: var(--du-primary);
}

.du-roller__button--primary:hover {
  border-color: var(--du-hover);
  background: var(--du-hover);
  box-shadow: 0 15px 35px rgba(218, 37, 44, 0.22);
}

.du-roller__button--secondary {
  border-color: rgba(255, 255, 255, 0.25);
  background: transparent;
}

.du-roller__button--secondary:hover {
  border-color: var(--du-white);
  background: var(--du-white);
  color: var(--du-dark);
}

.du-roller__button--secondary:hover svg {
  transform: translateY(3px);
}

.du-roller__button:focus-visible,
.du-roller__conversion-link:focus-visible {
  outline: 2px solid var(--du-primary);
  outline-offset: 4px;
}

/* =========================================================
   PRODUCT VISUAL
========================================================= */

.du-roller__visual {
  position: relative;
  min-width: 0;
  min-height: 720px;
}

.du-roller__scene {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(
      circle at 50% 32%,
      rgba(218, 37, 44, 0.12),
      transparent 36%
    ),
    linear-gradient(145deg, #1a1a1a, #0d0d0d);
  box-shadow:
    0 45px 100px rgba(0, 0, 0, 0.38),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  transform: translate3d(0, var(--du-scene-y), 0);
  will-change: transform;
}

.du-roller__scene::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.23;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px
    );
  background-size: 48px 48px;
  content: "";
}

.du-roller__scene::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 29%;
  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(0, 0, 0, 0.76)
    );
  content: "";
  pointer-events: none;
}

.du-roller__coordinates {
  position: absolute;
  top: 25px;
  right: 28px;
  left: 28px;
  z-index: 8;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.4);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

/* =========================================================
   MACHINE
========================================================= */

.du-roller__machine {
  position: absolute;
  top: 76px;
  right: 12%;
  left: 12%;
  z-index: 3;
  height: 560px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(145deg, #292929, #171717);
  box-shadow:
    0 35px 80px rgba(0, 0, 0, 0.46),
    inset 0 1px rgba(255, 255, 255, 0.08);
  transform:
    translate3d(
      calc(var(--du-mouse-x) * 0.32),
      calc(var(--du-mouse-y) * 0.32),
      0
    );
  transition: transform 240ms ease-out;
  will-change: transform;
}

.du-roller__machine-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 34px;
  padding: 0 6px 13px;
}

.du-roller__machine-status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.du-roller__status-light {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--du-primary);
  box-shadow: 0 0 12px rgba(218, 37, 44, 0.75);
}

.du-roller.is-in-view .du-roller__status-light {
  animation: duRollerStatusPulse 2s ease-in-out infinite;
}

@keyframes duRollerStatusPulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(0.85);
  }

  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}

.du-roller__machine-code {
  color: rgba(255, 255, 255, 0.32);
  font-family: "Poppins", sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.4px;
}

.du-roller__door-system {
  position: relative;
  height: 458px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #0b0b0b;
}

.du-roller__drum {
  position: absolute;
  top: -1px;
  right: 18px;
  left: 18px;
  z-index: 9;
  height: 46px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(
      180deg,
      #3a3a3a,
      #202020 48%,
      #141414
    );
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.45);
}

.du-roller__drum::before,
.du-roller__drum::after {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.du-roller__drum::before {
  left: 14px;
}

.du-roller__drum::after {
  right: 14px;
}

.du-roller__drum-core {
  position: absolute;
  top: 14px;
  right: 45px;
  left: 45px;
  height: 17px;
  border-radius: 10px;
  background:
    repeating-linear-gradient(
      90deg,
      #4e4e4e 0,
      #4e4e4e 8px,
      #333333 8px,
      #333333 10px
    );
}

.du-roller.is-in-view .du-roller__drum-core {
  animation: duRollerDrumMovement 7s linear infinite;
}

@keyframes duRollerDrumMovement {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 80px 0;
  }
}

.du-roller__drum-line {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--du-primary);
}

.du-roller__guide {
  position: absolute;
  top: 44px;
  bottom: 15px;
  z-index: 8;
  width: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(
      90deg,
      #252525,
      #505050,
      #1c1c1c
    );
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.55);
}

.du-roller__guide--left {
  left: 17px;
}

.du-roller__guide--right {
  right: 17px;
}

.du-roller__door-opening {
  position: absolute;
  top: 44px;
  right: 34px;
  bottom: 15px;
  left: 34px;
  overflow: hidden;
  background: #111111;
}

.du-roller__product-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter:
    saturate(0.72)
    contrast(1.08)
    brightness(0.76);
  transform: scale(1.06);
  transition:
    transform 1.2s var(--du-ease),
    filter 500ms ease;
}

.du-roller__scene:hover .du-roller__product-photo {
  filter:
    saturate(0.92)
    contrast(1.08)
    brightness(0.84);
  transform: scale(1.09);
}

.du-roller__photo-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(17, 17, 17, 0.08),
      rgba(17, 17, 17, 0.35)
    ),
    linear-gradient(
      90deg,
      rgba(17, 17, 17, 0.28),
      transparent 55%
    );
}

.du-roller__opening-light {
  position: absolute;
  top: -15%;
  bottom: -15%;
  left: -35%;
  width: 20%;
  opacity: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.15),
    transparent
  );
  filter: blur(7px);
  transform: skewX(-16deg);
}

.du-roller.is-in-view .du-roller__opening-light {
  animation: duRollerOpeningLight 7s ease-in-out 2s infinite;
}

@keyframes duRollerOpeningLight {
  0%,
  14% {
    left: -35%;
    opacity: 0;
  }

  26% {
    opacity: 0.65;
  }

  70% {
    opacity: 0.22;
  }

  100% {
    left: 125%;
    opacity: 0;
  }
}

/* =========================================================
   MOVING ROLLER CURTAIN
========================================================= */

.du-roller__curtain {
  position: absolute;
  top: -3%;
  right: 0;
  left: 0;
  z-index: 5;
  height: 106%;
  border-bottom: 4px solid var(--du-primary);
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.08),
      transparent 13%,
      transparent 84%,
      rgba(0, 0, 0, 0.26)
    ),
    repeating-linear-gradient(
      0deg,
      #454545 0,
      #454545 20px,
      #353535 20px,
      #353535 23px,
      #262626 23px,
      #262626 25px
    );
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.55),
    0 4px 18px rgba(218, 37, 44, 0.15);
  transform: translate3d(0, var(--du-door-y), 0);
  transition: transform 90ms linear;
  will-change: transform;
}

.du-roller__curtain::before {
  position: absolute;
  inset: 0;
  opacity: 0.36;
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.12),
      transparent
    );
  content: "";
}

.du-roller__curtain-edge {
  position: absolute;
  right: -2px;
  bottom: -8px;
  left: -2px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(
    180deg,
    #4d4d4d,
    #1c1c1c
  );
  box-shadow:
    0 6px 10px rgba(0, 0, 0, 0.55),
    0 0 12px rgba(218, 37, 44, 0.25);
}

.du-roller__floor-line {
  position: absolute;
  right: 5%;
  bottom: 5px;
  left: 5%;
  z-index: 7;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(218, 37, 44, 0.8),
    transparent
  );
}

/* =========================================================
   MACHINE CALLOUTS
========================================================= */

.du-roller__callout {
  position: absolute;
  z-index: 11;
  display: flex;
  align-items: center;
  color: var(--du-white);
}

.du-roller__callout--guide {
  top: 130px;
  left: -68px;
}

.du-roller__callout--seal {
  right: -72px;
  bottom: 85px;
}

.du-roller__callout-rule {
  width: 45px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

.du-roller__callout-dot {
  width: 7px;
  height: 7px;
  border: 2px solid var(--du-primary);
  border-radius: 50%;
  background: var(--du-dark);
}

.du-roller__callout div {
  min-width: 120px;
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(17, 17, 17, 0.94);
}

.du-roller__callout small {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.du-roller__callout strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.du-roller__machine-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 48px;
  padding-top: 14px;
}

.du-roller__machine-footer span {
  color: rgba(255, 255, 255, 0.38);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 1.15px;
  text-align: center;
  text-transform: uppercase;
}

.du-roller__machine-footer span:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/* =========================================================
   MASCOTS
========================================================= */

.du-roller__mascot {
  position: absolute;
  z-index: 7;
  pointer-events: none;
  will-change: transform;
}

.du-roller__mascot img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  filter:
    saturate(0.82)
    contrast(1.04)
    drop-shadow(0 28px 28px rgba(0, 0, 0, 0.38));
}

.du-roller__mascot--left {
  bottom: 17px;
  left: -5%;
  width: 180px;
  transform:
    translate3d(
      calc(var(--du-mouse-x) * -0.55),
      calc(var(--du-mouse-y) * -0.4),
      0
    );
  transition: transform 300ms ease-out;
}

.du-roller__mascot--right {
  right: -4%;
  bottom: 18px;
  width: 170px;
  transform:
    translate3d(
      calc(var(--du-mouse-x) * 0.65),
      calc(var(--du-mouse-y) * 0.48),
      0
    );
  transition: transform 300ms ease-out;
}

.du-roller__mascot-shadow {
  position: absolute;
  right: 8%;
  bottom: 0;
  left: 8%;
  z-index: 1;
  height: 21px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  filter: blur(8px);
}

/* =========================================================
   SCROLL NOTE
========================================================= */

.du-roller__scroll-note {
  position: absolute;
  right: 26px;
  bottom: 23px;
  z-index: 12;
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.du-roller__scroll-track {
  width: 60px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}

.du-roller__scroll-progress {
  display: block;
  width: var(--du-scroll-progress);
  height: 100%;
  background: var(--du-primary);
  transition: width 90ms linear;
}

/* =========================================================
   FEATURES
========================================================= */

.du-roller__features {
  position: relative;
  margin-top: 115px;
  padding-top: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.du-roller__features-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.58fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 48px;
}

.du-roller__features-heading > div > span {
  display: block;
  margin-bottom: 13px;
  color: var(--du-primary);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.du-roller__features-heading h3 {
  max-width: 720px;
  margin: 0;
  color: var(--du-white);
  font-family: "Poppins", sans-serif;
  font-size: clamp(35px, 4vw, 56px);
  font-weight: 700;
  letter-spacing: -2.4px;
  line-height: 1.12;
}

.du-roller__features-heading h3 strong {
  color: var(--du-primary);
  font-weight: 700;
}

.du-roller__features-heading p {
  margin: 0;
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  line-height: 1.75;
}

.du-roller__feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.du-roller__feature-card {
  position: relative;
  min-width: 0;
  min-height: 390px;
  padding: 34px 28px 31px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.018);
  transform-style: preserve-3d;
  transition:
    background-color 350ms ease,
    transform 450ms var(--du-ease),
    box-shadow 350ms ease;
}

.du-roller__feature-card:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.du-roller__feature-card::before {
  position: absolute;
  top: 0;
  right: 100%;
  left: 0;
  height: 3px;
  background: var(--du-primary);
  content: "";
  transition: right 450ms var(--du-ease);
}

.du-roller__feature-card::after {
  position: absolute;
  right: -45px;
  bottom: -65px;
  width: 145px;
  height: 145px;
  border: 1px solid rgba(218, 37, 44, 0.13);
  border-radius: 50%;
  content: "";
  transition:
    transform 500ms var(--du-ease),
    border-color 350ms ease;
}

.du-roller__feature-card:hover {
  z-index: 2;
  background: #181818;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  transform: translateY(-9px);
}

.du-roller__feature-card:hover::before {
  right: 0;
}

.du-roller__feature-card:hover::after {
  border-color: rgba(218, 37, 44, 0.35);
  transform: scale(1.2);
}

.du-roller__feature-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 46px;
}

.du-roller__feature-number {
  color: rgba(255, 255, 255, 0.25);
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}

.du-roller__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 53px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--du-primary);
  transition:
    border-color 350ms ease,
    background-color 350ms ease,
    transform 450ms var(--du-ease);
}

.du-roller__feature-card:hover .du-roller__feature-icon {
  border-color: var(--du-primary);
  background: rgba(218, 37, 44, 0.08);
  transform: translateY(-4px) rotate(2deg);
}

.du-roller__feature-icon svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.du-roller__feature-icon path {
  stroke-dasharray: 95;
  stroke-dashoffset: 0;
}

.du-roller__feature-card h4 {
  margin: 0 0 17px;
  color: var(--du-white);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.du-roller__feature-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  line-height: 1.8;
}

.du-roller__feature-label {
  position: absolute;
  right: 28px;
  bottom: 29px;
  left: 28px;
  color: rgba(255, 255, 255, 0.27);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

/* =========================================================
   CONVERSION BAR
========================================================= */

.du-roller__conversion {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 50px;
  margin-top: 70px;
  padding: 38px 40px;
  overflow: hidden;
  border-left: 4px solid var(--du-primary);
  background: var(--du-white);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
  transform: translateY(50%);
}

.du-roller__conversion::before {
  position: absolute;
  top: -90px;
  right: 15%;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(218, 37, 44, 0.1);
  border-radius: 50%;
  content: "";
}

.du-roller__conversion-copy span {
  display: block;
  margin-bottom: 5px;
  color: #8a8a8a;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.du-roller__conversion-copy strong {
  display: block;
  max-width: 760px;
  color: var(--du-secondary);
  font-family: "Poppins", sans-serif;
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 600;
  line-height: 1.45;
}

.du-roller__conversion-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 18px 22px;
  border: 1px solid var(--du-secondary);
  color: var(--du-secondary);
  font-size: 11px;
  font-weight: 600;
  transition:
    color 280ms ease,
    background-color 280ms ease,
    transform 280ms var(--du-ease);
}

.du-roller__conversion-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 280ms var(--du-ease);
}

.du-roller__conversion-link:hover {
  background: var(--du-secondary);
  color: var(--du-white);
  transform: translateY(-2px);
}

.du-roller__conversion-link:hover svg {
  transform: translateX(5px);
}

/* =========================================================
   SCROLL ENTRANCE STATES
   Content remains visible unless JS initialises successfully.
========================================================= */

/* Top bar */

.du-roller.du-roller--motion-ready:not(.is-entered)
  .du-roller__topbar {
  clip-path: inset(0 100% 0 0);
  transform: translateX(-40px);
}

.du-roller.du-roller--motion-ready.is-entered
  .du-roller__topbar {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
  transition:
    clip-path 950ms var(--du-ease) 80ms,
    transform 950ms var(--du-ease) 80ms;
}

.du-roller.du-roller--motion-ready:not(.is-entered)
  .du-roller__section-line {
  width: 0;
}

.du-roller.du-roller--motion-ready.is-entered
  .du-roller__section-line {
  width: 42px;
  transition: width 600ms var(--du-ease) 450ms;
}

/* Eyebrow */

.du-roller.du-roller--motion-ready:not(.is-entered)
  .du-roller__eyebrow {
  clip-path: inset(0 100% 0 0);
  transform: translateX(35px);
}

.du-roller.du-roller--motion-ready.is-entered
  .du-roller__eyebrow {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
  transition:
    clip-path 700ms var(--du-ease) 250ms,
    transform 700ms var(--du-ease) 250ms;
}

/* Main title */

.du-roller.du-roller--motion-ready:not(.is-entered)
  .du-roller__title-main {
  clip-path: inset(100% 0 0 0);
  transform: translateY(75px);
}

.du-roller.du-roller--motion-ready.is-entered
  .du-roller__title-main {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
  transition:
    clip-path 1s var(--du-ease) 330ms,
    transform 1s var(--du-ease) 330ms;
}

.du-roller.du-roller--motion-ready:not(.is-entered)
  .du-roller__title-sub {
  clip-path: inset(0 100% 0 0);
  transform: translateX(-45px);
}

.du-roller.du-roller--motion-ready.is-entered
  .du-roller__title-sub {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
  transition:
    clip-path 850ms var(--du-ease) 620ms,
    transform 850ms var(--du-ease) 620ms;
}

/* Description */

.du-roller.du-roller--motion-ready:not(.is-entered)
  .du-roller__description {
  clip-path: inset(0 100% 0 0);
  transform: translateX(45px);
}

.du-roller.du-roller--motion-ready.is-entered
  .du-roller__description {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
  transition:
    clip-path 850ms var(--du-ease) 710ms,
    transform 850ms var(--du-ease) 710ms;
}

/* Metrics */

.du-roller.du-roller--motion-ready:not(.is-entered)
  .du-roller__metrics {
  clip-path: inset(0 0 100% 0);
  transform: translateY(35px);
}

.du-roller.du-roller--motion-ready.is-entered
  .du-roller__metrics {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
  transition:
    clip-path 850ms var(--du-ease) 820ms,
    transform 850ms var(--du-ease) 820ms;
}

/* Applications and buttons */

.du-roller.du-roller--motion-ready:not(.is-entered)
  .du-roller__applications {
  clip-path: inset(0 100% 0 0);
  transform: translateX(-30px);
}

.du-roller.du-roller--motion-ready.is-entered
  .du-roller__applications {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
  transition:
    clip-path 700ms var(--du-ease) 960ms,
    transform 700ms var(--du-ease) 960ms;
}

.du-roller.du-roller--motion-ready:not(.is-entered)
  .du-roller__actions {
  clip-path: inset(0 0 100% 0);
  transform: translateY(30px);
}

.du-roller.du-roller--motion-ready.is-entered
  .du-roller__actions {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
  transition:
    clip-path 750ms var(--du-ease) 1050ms,
    transform 750ms var(--du-ease) 1050ms;
}

/* Product visual enters through architectural mask */

.du-roller.du-roller--motion-ready:not(.is-entered)
  .du-roller__scene {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transform: translateX(70px) scale(0.97);
}

.du-roller.du-roller--motion-ready.is-entered
  .du-roller__scene {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transform: translateX(0) scale(1);
  transition:
    clip-path 1.25s var(--du-ease) 150ms,
    transform 1.25s var(--du-ease) 150ms;
}

.du-roller.du-roller--motion-ready:not(.is-entered)
  .du-roller__machine {
  transform: translateY(65px) scale(0.92);
}

.du-roller.du-roller--motion-ready.is-entered
  .du-roller__machine {
  transition:
    transform 1.2s var(--du-ease) 480ms;
}

.du-roller.du-roller--motion-ready:not(.is-entered)
  .du-roller__mascot--left {
  transform: translateX(-110px) rotate(-7deg);
}

.du-roller.du-roller--motion-ready.is-entered
  .du-roller__mascot--left {
  transition: transform 1s var(--du-ease) 850ms;
}

.du-roller.du-roller--motion-ready:not(.is-entered)
  .du-roller__mascot--right {
  transform: translateX(110px) rotate(7deg);
}

.du-roller.du-roller--motion-ready.is-entered
  .du-roller__mascot--right {
  transition: transform 1s var(--du-ease) 950ms;
}

/* Features heading */

.du-roller.du-roller--motion-ready:not(.is-entered)
  .du-roller__features-heading {
  clip-path: inset(0 0 100% 0);
  transform: translateY(50px);
}

.du-roller.du-roller--motion-ready.is-entered
  .du-roller__features-heading {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
  transition:
    clip-path 950ms var(--du-ease) 1150ms,
    transform 950ms var(--du-ease) 1150ms;
}

/* Staggered feature assembly */

.du-roller.du-roller--motion-ready:not(.is-entered)
  .du-roller__feature-card {
  opacity: 0;
  clip-path: inset(100% 0 0 0);
  transform: translateY(55px) rotateX(10deg);
}

.du-roller.du-roller--motion-ready.is-entered
  .du-roller__feature-card {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translateY(0) rotateX(0);
  transition:
    opacity 550ms ease,
    clip-path 850ms var(--du-ease),
    transform 850ms var(--du-ease),
    background-color 350ms ease,
    box-shadow 350ms ease;
}

.du-roller.du-roller--motion-ready.is-entered
  .du-roller__feature-card:nth-child(1) {
  transition-delay: 1250ms;
}

.du-roller.du-roller--motion-ready.is-entered
  .du-roller__feature-card:nth-child(2) {
  transition-delay: 1370ms;
}

.du-roller.du-roller--motion-ready.is-entered
  .du-roller__feature-card:nth-child(3) {
  transition-delay: 1490ms;
}

.du-roller.du-roller--motion-ready.is-entered
  .du-roller__feature-card:nth-child(4) {
  transition-delay: 1610ms;
}

/* Icon line drawing */

.du-roller.du-roller--motion-ready:not(.is-entered)
  .du-roller__feature-icon path {
  stroke-dashoffset: 95;
}

.du-roller.du-roller--motion-ready.is-entered
  .du-roller__feature-icon path {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.3s ease 1.45s;
}

/* Conversion bar */

.du-roller.du-roller--motion-ready:not(.is-entered)
  .du-roller__conversion {
  clip-path: inset(0 50% 0 50%);
}

.du-roller.du-roller--motion-ready.is-entered
  .du-roller__conversion {
  clip-path: inset(0 0 0 0);
  transition: clip-path 1s var(--du-ease) 1700ms;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1280px) {
  .du-roller__main {
    grid-template-columns: minmax(390px, 0.85fr) minmax(530px, 1.15fr);
    gap: 55px;
  }

  .du-roller__machine {
    right: 10%;
    left: 10%;
  }

  .du-roller__callout {
    display: none;
  }

  .du-roller__mascot--left {
    left: -7%;
    width: 155px;
  }

  .du-roller__mascot--right {
    right: -6%;
    width: 150px;
  }
}

@media (max-width: 1024px) {
  .du-roller {
    padding-top: 105px;
  }

  .du-roller__container {
    width: min(100% - 40px, 900px);
  }

  .du-roller__main {
    grid-template-columns: 1fr;
    gap: 75px;
  }

  .du-roller__content {
    max-width: 760px;
    transform: none;
  }

  .du-roller__visual {
    min-height: 700px;
  }

  .du-roller__scene {
    height: 700px;
    transform: none;
  }

  .du-roller__machine {
    right: 14%;
    left: 14%;
  }

  .du-roller__feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .du-roller__feature-card {
    min-height: 350px;
  }

  .du-roller__feature-card:nth-child(2) {
    border-right: 0;
  }

  .du-roller__feature-card:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 767px) {
  .du-roller {
    padding-top: 80px;
  }

  .du-roller__container {
    width: min(100% - 34px, 680px);
  }

  .du-roller__topbar {
    display: block;
    margin-bottom: 52px;
  }

  .du-roller__topbar p {
    margin-top: 15px;
    text-align: left;
  }

  .du-roller__title-main {
    font-size: clamp(52px, 16vw, 78px);
    letter-spacing: -4px;
  }

  .du-roller__title-sub {
    font-size: 16px;
  }

  .du-roller__description {
    padding-left: 18px;
    font-size: 14px;
  }

  .du-roller__metrics {
    max-width: none;
  }

  .du-roller__metric {
    padding: 21px 15px 21px 0;
  }

  .du-roller__metric + .du-roller__metric {
    padding-left: 18px;
  }

  .du-roller__metric-value {
    font-size: 31px;
  }

  .du-roller__applications {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .du-roller__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .du-roller__button {
    width: 100%;
  }

  .du-roller__visual {
    min-height: 560px;
  }

  .du-roller__scene {
    height: 560px;
  }

  .du-roller__machine {
    top: 62px;
    right: 7%;
    left: 7%;
    height: 450px;
    padding: 12px;
  }

  .du-roller__door-system {
    height: 357px;
  }

  .du-roller__machine-footer {
    height: 40px;
    padding-top: 12px;
  }

  .du-roller__machine-footer span {
    font-size: 6px;
  }

  .du-roller__mascot--left {
    bottom: 9px;
    left: -10%;
    width: 108px;
  }

  .du-roller__mascot--right {
    right: -9%;
    bottom: 10px;
    width: 105px;
  }

  .du-roller__coordinates {
    top: 19px;
    right: 18px;
    left: 18px;
  }

  .du-roller__scroll-note {
    display: none;
  }

  .du-roller__features {
    margin-top: 85px;
    padding-top: 55px;
  }

  .du-roller__features-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .du-roller__features-heading h3 {
    font-size: clamp(34px, 10vw, 47px);
  }

  .du-roller__features-heading p {
    padding-left: 17px;
  }

  .du-roller__feature-grid {
    grid-template-columns: 1fr;
  }

  .du-roller__feature-card {
    min-height: 325px;
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .du-roller__feature-card:last-child {
    border-bottom: 0;
  }

  .du-roller__conversion {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 29px 24px;
  }

  .du-roller__conversion-link {
    justify-content: space-between;
  }

  .du-roller.du-roller--motion-ready:not(.is-entered)
    .du-roller__scene {
    clip-path: inset(100% 0 0 0);
    transform: translateY(55px);
  }

  .du-roller.du-roller--motion-ready.is-entered
    .du-roller__scene {
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
  }
}

@media (max-width: 480px) {
  .du-roller__metric span {
    font-size: 8px;
    letter-spacing: 1px;
  }

  .du-roller__visual {
    min-height: 500px;
  }

  .du-roller__scene {
    height: 500px;
  }

  .du-roller__machine {
    right: 4%;
    left: 4%;
    height: 400px;
  }

  .du-roller__door-system {
    height: 308px;
  }

  .du-roller__machine-footer span:nth-child(3) {
    display: none;
  }

  .du-roller__machine-footer {
    grid-template-columns: repeat(2, 1fr);
  }

  .du-roller__mascot--left {
    width: 88px;
  }

  .du-roller__mascot--right {
    width: 86px;
  }
}

/* =========================================================
   ELEMENTOR EDITOR SAFETY
========================================================= */

body.elementor-editor-active .du-roller,
body.elementor-editor-preview .du-roller,
.elementor-editor-active .du-roller,
.elementor-editor-preview .du-roller {
  --du-door-y: -58% !important;
  --du-mouse-x: 0px !important;
  --du-mouse-y: 0px !important;
  --du-scene-y: 0px !important;
  --du-copy-y: 0px !important;
  --du-scroll-progress: 70% !important;
}

body.elementor-editor-active .du-roller *,
body.elementor-editor-preview .du-roller *,
.elementor-editor-active .du-roller *,
.elementor-editor-preview .du-roller * {
  opacity: 1 !important;
  clip-path: none !important;
  animation-play-state: paused !important;
}

body.elementor-editor-active .du-roller__scene,
body.elementor-editor-preview .du-roller__scene,
.elementor-editor-active .du-roller__scene,
.elementor-editor-preview .du-roller__scene {
  transform: none !important;
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .du-roller,
  .du-roller *,
  .du-roller *::before,
  .du-roller *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .du-roller {
    --du-door-y: -58% !important;
    --du-mouse-x: 0px !important;
    --du-mouse-y: 0px !important;
    --du-scene-y: 0px !important;
    --du-copy-y: 0px !important;
    --du-scroll-progress: 70% !important;
  }

  .du-roller *,
  .du-roller *::before,
  .du-roller *::after {
    opacity: 1 !important;
    clip-path: none !important;
    transform: none !important;
  }

  .du-roller__curtain {
    transform: translateY(-58%) !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-857a9a7 */@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@600;700&display=swap");

/* =========================================================
   DURA ULTIMA — PREMIUM COLLECTION
========================================================= */

.dupc-collection,
.dupc-collection * {
  box-sizing: border-box;
}

.dupc-collection {
  --dupc-primary: #da252c;
  --dupc-hover: #b71e24;
  --dupc-dark: #111111;
  --dupc-secondary: #1a1a1a;
  --dupc-light: #f8f8f8;
  --dupc-white: #ffffff;
  --dupc-text: #5f5f5f;
  --dupc-border: #e6e6e6;

  --dupc-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --dupc-bg-y: 0px;
  --dupc-stage-y: 0px;
  --dupc-mouse-x: 0px;
  --dupc-mouse-y: 0px;

  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  padding: 115px 0;
  background: var(--dupc-light);
  color: var(--dupc-secondary);
  font-family: "Inter", sans-serif;
}

.dupc-collection a {
  text-decoration: none;
}

.dupc-collection button {
  font: inherit;
}

.dupc-collection img,
.dupc-collection svg {
  display: block;
}

.dupc-collection__container {
  position: relative;
  z-index: 3;
  width: min(100% - 48px, 1500px);
  margin: 0 auto;
}

/* =========================================================
   BACKGROUND
========================================================= */

.dupc-collection__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.dupc-collection__background::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 12% 28%,
      rgba(218, 37, 44, 0.07),
      transparent 28%
    ),
    radial-gradient(
      circle at 90% 72%,
      rgba(17, 17, 17, 0.035),
      transparent 30%
    );
  content: "";
}

.dupc-collection__grid {
  position: absolute;
  inset: -80px 0;
  opacity: 0.45;
  background-image:
    linear-gradient(
      rgba(17, 17, 17, 0.036) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(17, 17, 17, 0.036) 1px,
      transparent 1px
    );
  background-size: 92px 92px;
  transform: translate3d(0, var(--dupc-bg-y), 0);
  will-change: transform;
}

.dupc-collection__beam {
  position: absolute;
  top: -35%;
  bottom: -35%;
  left: -28%;
  width: 18%;
  opacity: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.9),
    transparent
  );
  filter: blur(18px);
  transform: skewX(-18deg);
}

.dupc-collection.is-in-view .dupc-collection__beam {
  animation: dupcBackgroundBeam 9s ease-in-out infinite;
}

@keyframes dupcBackgroundBeam {
  0% {
    left: -28%;
    opacity: 0;
  }

  18% {
    opacity: 0.82;
  }

  72% {
    opacity: 0.24;
  }

  100% {
    left: 115%;
    opacity: 0;
  }
}

.dupc-collection__watermark {
  position: absolute;
  top: 180px;
  right: -80px;
  color: rgba(17, 17, 17, 0.026);
  font-family: "Poppins", sans-serif;
  font-size: clamp(100px, 11vw, 190px);
  font-weight: 700;
  letter-spacing: -9px;
  line-height: 0.85;
  white-space: nowrap;
  transform:
    translate3d(0, var(--dupc-bg-y), 0)
    rotate(-90deg)
    translateX(42%);
  transform-origin: right top;
}

.dupc-collection__diagonal {
  position: absolute;
  width: 1px;
  height: 520px;
  background: linear-gradient(
    transparent,
    rgba(218, 37, 44, 0.28),
    transparent
  );
  transform: rotate(32deg);
}

.dupc-collection__diagonal--one {
  top: 30px;
  left: 10%;
}

.dupc-collection__diagonal--two {
  top: 125px;
  left: 15%;
  opacity: 0.42;
}

/* =========================================================
   TOPLINE
========================================================= */

.dupc-collection__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 64px;
  padding-bottom: 22px;
  overflow: hidden;
  border-bottom: 1px solid var(--dupc-border);
}

.dupc-collection__section-index {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #737373;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.9px;
  text-transform: uppercase;
}

.dupc-collection__section-index span:first-child {
  color: var(--dupc-primary);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.dupc-collection__section-rule {
  width: 42px;
  height: 1px;
  flex: 0 0 auto;
  background: #a3a3a3;
}

.dupc-collection__topline p {
  max-width: 530px;
  margin: 0;
  color: #7c7c7c;
  font-size: 11px;
  line-height: 1.7;
  text-align: right;
}

/* =========================================================
   HEADER
========================================================= */

.dupc-collection__header {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  align-items: end;
  gap: 75px;
  margin-bottom: 72px;
}

.dupc-collection__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  overflow: hidden;
  color: var(--dupc-primary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dupc-collection__eyebrow-line {
  width: 40px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--dupc-primary);
}

.dupc-collection__heading h2 {
  max-width: 900px;
  margin: 0;
  color: var(--dupc-secondary);
  font-family: "Poppins", sans-serif;
  font-size: clamp(54px, 6vw, 92px);
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 0.99;
}

.dupc-collection__heading h2 > span {
  display: block;
  overflow: hidden;
}

.dupc-collection__heading h2 strong {
  display: block;
  margin-top: 17px;
  overflow: hidden;
  color: var(--dupc-primary);
  font-size: clamp(18px, 1.9vw, 28px);
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.3;
  text-transform: uppercase;
}

.dupc-collection__header-copy {
  max-width: 450px;
  padding: 8px 0 8px 28px;
  border-left: 1px solid #cecece;
}

.dupc-collection__header-copy > span {
  display: block;
  margin-bottom: 10px;
  color: var(--dupc-primary);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.dupc-collection__header-copy p {
  margin: 0;
  color: var(--dupc-text);
  font-size: 13px;
  line-height: 1.8;
}

/* =========================================================
   PRODUCT THEATRE
========================================================= */

.dupc-collection__theatre {
  display: grid;
  grid-template-columns: minmax(550px, 1.12fr) minmax(430px, 0.88fr);
  align-items: stretch;
  gap: clamp(45px, 5.5vw, 85px);
}

/* =========================================================
   STAGE
========================================================= */

.dupc-stage {
  position: relative;
  min-width: 0;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #252525;
  background: var(--dupc-dark);
  box-shadow:
    0 38px 95px rgba(17, 17, 17, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  transform:
    translate3d(0, var(--dupc-stage-y), 0)
    perspective(1400px)
    rotateY(calc(var(--dupc-mouse-x) * 0.035deg))
    rotateX(calc(var(--dupc-mouse-y) * -0.03deg));
  transform-style: preserve-3d;
  transition: transform 220ms ease-out;
  will-change: transform;
}

.dupc-stage::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px
    );
  background-size: 50px 50px;
  content: "";
}

.dupc-stage::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34%;
  height: 6px;
  background: var(--dupc-primary);
  content: "";
}

.dupc-stage__top {
  position: relative;
  z-index: 7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 59px;
  padding: 0 8px 17px;
}

.dupc-stage__top > div:first-child span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.34);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.dupc-stage__active-number {
  display: block;
  color: var(--dupc-white);
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.dupc-stage__status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.dupc-stage__status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--dupc-primary);
  box-shadow: 0 0 13px rgba(218, 37, 44, 0.75);
}

.dupc-collection.is-in-view .dupc-stage__status-dot {
  animation: dupcStatusPulse 2s ease-in-out infinite;
}

@keyframes dupcStatusPulse {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.8);
  }

  50% {
    opacity: 1;
    transform: scale(1.25);
  }
}

.dupc-stage__viewport {
  position: relative;
  z-index: 2;
  height: 585px;
  overflow: hidden;
  background: #202020;
  transform:
    translate3d(
      calc(var(--dupc-mouse-x) * 0.12px),
      calc(var(--dupc-mouse-y) * 0.09px),
      28px
    );
  transition: transform 220ms ease-out;
  will-change: transform;
}

/* =========================================================
   STAGE IMAGES
========================================================= */

.dupc-stage__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  margin: 0;
  opacity: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transform: scale(1.12);
  transition:
    clip-path 1.05s var(--dupc-ease),
    opacity 450ms ease,
    transform 1.45s var(--dupc-ease);
  will-change: clip-path, opacity, transform;
}

.dupc-stage__image.is-active {
  z-index: 3;
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transform: scale(1.035);
}

.dupc-stage__image.is-exiting {
  z-index: 2;
  opacity: 0;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transform: scale(1);
}

.dupc-stage__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter:
    saturate(0.8)
    contrast(1.06)
    brightness(0.8);
}

.dupc-stage__image-shade {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(17, 17, 17, 0.06),
      transparent 42%,
      rgba(17, 17, 17, 0.86)
    ),
    linear-gradient(
      90deg,
      rgba(17, 17, 17, 0.27),
      transparent 58%
    );
}

/* Technical scanner */

.dupc-stage__scan {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  z-index: 6;
  width: 1px;
  opacity: 0;
  pointer-events: none;
  background: var(--dupc-primary);
  box-shadow:
    0 0 14px rgba(218, 37, 44, 0.8),
    0 0 40px rgba(218, 37, 44, 0.3);
}

.dupc-collection.is-in-view .dupc-stage__scan {
  animation: dupcImageScan 7s ease-in-out infinite;
}

@keyframes dupcImageScan {
  0%,
  14% {
    left: -15%;
    opacity: 0;
  }

  24% {
    opacity: 0.7;
  }

  70% {
    opacity: 0.4;
  }

  87%,
  100% {
    left: 115%;
    opacity: 0;
  }
}

/* Mechanical plate used during product change */

.dupc-stage__reveal-plate {
  position: absolute;
  inset: 0;
  z-index: 9;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      0deg,
      #161616 0,
      #161616 23px,
      #202020 23px,
      #202020 25px
    );
  border-bottom: 4px solid var(--dupc-primary);
  transform: translateY(-105%);
}

.dupc-stage.is-switching .dupc-stage__reveal-plate {
  animation: dupcMechanicalSwitch 850ms var(--dupc-ease);
}

@keyframes dupcMechanicalSwitch {
  0% {
    transform: translateY(-105%);
  }

  42% {
    transform: translateY(0);
  }

  58% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(105%);
  }
}

/* Architectural markers */

.dupc-stage__corner {
  position: absolute;
  z-index: 7;
  width: 43px;
  height: 43px;
  pointer-events: none;
}

.dupc-stage__corner--tl {
  top: 18px;
  left: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.68);
  border-left: 1px solid rgba(255, 255, 255, 0.68);
}

.dupc-stage__corner--tr {
  top: 18px;
  right: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.68);
  border-right: 1px solid rgba(255, 255, 255, 0.68);
}

.dupc-stage__corner--bl {
  bottom: 18px;
  left: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.68);
  border-left: 1px solid rgba(255, 255, 255, 0.68);
}

.dupc-stage__corner--br {
  right: 18px;
  bottom: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.68);
  border-bottom: 1px solid rgba(255, 255, 255, 0.68);
}

/* =========================================================
   STAGE INFORMATION
========================================================= */

.dupc-stage__information {
  position: absolute;
  right: 31px;
  bottom: 30px;
  left: 31px;
  z-index: 8;
  max-width: 610px;
  padding: 25px 27px;
  overflow: hidden;
  border-left: 4px solid var(--dupc-primary);
  background: rgba(17, 17, 17, 0.92);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.3);
}

.dupc-stage__information::after {
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -35%;
  width: 20%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.08),
    transparent
  );
  content: "";
  transform: skewX(-18deg);
}

.dupc-collection.is-in-view .dupc-stage__information::after {
  animation: dupcInfoLight 6.5s ease-in-out infinite;
}

@keyframes dupcInfoLight {
  0%,
  18% {
    left: -35%;
  }

  60%,
  100% {
    left: 125%;
  }
}

.dupc-stage__active-category {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.43);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.dupc-stage__active-title {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--dupc-white);
  font-family: "Poppins", sans-serif;
  font-size: clamp(25px, 3vw, 43px);
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1.12;
}

.dupc-stage__active-applications {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 17px;
}

.dupc-stage__active-applications span {
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  color: rgba(255, 255, 255, 0.62);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dupc-stage__active-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 19px;
  margin-top: 20px;
  padding-bottom: 7px;
  color: var(--dupc-white);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.dupc-stage__active-link::after {
  position: absolute;
  right: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--dupc-primary);
  content: "";
  transition: right 400ms var(--dupc-ease);
}

.dupc-stage__active-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--dupc-primary);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 300ms var(--dupc-ease);
}

.dupc-stage__active-link:hover::after {
  right: 0;
}

.dupc-stage__active-link:hover svg {
  transform: translateX(5px);
}

.dupc-stage__model-indicator {
  position: absolute;
  top: 50%;
  right: 19px;
  z-index: 8;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.33);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 1px;
  transform: rotate(90deg) translateX(50%);
  transform-origin: right center;
}

.dupc-stage__model-current {
  color: var(--dupc-primary);
}

.dupc-stage__model-line {
  width: 55px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.dupc-stage__footer {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 51px;
  padding-top: 16px;
}

.dupc-stage__footer span {
  color: rgba(255, 255, 255, 0.34);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 1.15px;
  text-align: center;
  text-transform: uppercase;
}

.dupc-stage__footer span:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/* Metadata transition */

.dupc-stage__active-number.is-changing,
.dupc-stage__active-category.is-changing,
.dupc-stage__active-title.is-changing,
.dupc-stage__active-applications.is-changing,
.dupc-stage__active-link.is-changing,
.dupc-stage__model-current.is-changing {
  animation: dupcMetadataChange 520ms var(--dupc-ease);
}

@keyframes dupcMetadataChange {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  42% {
    opacity: 0;
    transform: translateY(-12px);
  }

  43% {
    opacity: 0;
    transform: translateY(12px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================================
   MODEL SELECTOR
========================================================= */

.dupc-models {
  min-width: 0;
  border-top: 1px solid #cfcfcf;
}

.dupc-model {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #cfcfcf;
  transition:
    background-color 400ms ease,
    padding 500ms var(--dupc-ease);
}

.dupc-model::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: var(--dupc-primary);
  content: "";
  transform: scaleY(0);
  transform-origin: top center;
  transition: transform 500ms var(--dupc-ease);
}

.dupc-model::after {
  position: absolute;
  top: -1px;
  right: 100%;
  left: 0;
  height: 1px;
  background: var(--dupc-primary);
  content: "";
  transition: right 500ms var(--dupc-ease);
}

.dupc-model.is-active {
  padding-left: 22px;
  background: rgba(255, 255, 255, 0.62);
}

.dupc-model.is-active::before {
  transform: scaleY(1);
}

.dupc-model.is-active::after {
  right: 0;
}

.dupc-model__trigger {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  width: 100%;
  min-height: 104px;
  padding: 19px 4px 19px 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.dupc-model__number {
  color: var(--dupc-primary);
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.dupc-model__name {
  min-width: 0;
}

.dupc-model__name small {
  display: block;
  margin-bottom: 5px;
  color: #929292;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.35px;
  text-transform: uppercase;
}

.dupc-model__name strong {
  display: block;
  color: var(--dupc-secondary);
  font-family: "Poppins", sans-serif;
  font-size: clamp(19px, 2vw, 28px);
  font-weight: 600;
  letter-spacing: -0.8px;
  line-height: 1.2;
  transition:
    color 300ms ease,
    transform 400ms var(--dupc-ease);
}

.dupc-model.is-active .dupc-model__name strong {
  color: var(--dupc-primary);
  transform: translateX(7px);
}

.dupc-model__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border: 1px solid #d3d3d3;
  color: #7f7f7f;
  transition:
    border-color 300ms ease,
    background-color 300ms ease,
    color 300ms ease,
    transform 450ms var(--dupc-ease);
}

.dupc-model__arrow svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dupc-model.is-active .dupc-model__arrow {
  border-color: var(--dupc-primary);
  background: var(--dupc-primary);
  color: var(--dupc-white);
  transform: rotate(-45deg);
}

.dupc-model__trigger:focus-visible {
  outline: 2px solid var(--dupc-primary);
  outline-offset: -2px;
}

/* Active details */

.dupc-model__details {
  max-height: 0;
  padding-right: 18px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(22px);
  transition:
    max-height 700ms var(--dupc-ease),
    opacity 400ms ease,
    transform 600ms var(--dupc-ease),
    padding-bottom 600ms var(--dupc-ease);
}

.dupc-model.is-active .dupc-model__details {
  max-height: 250px;
  padding-bottom: 30px;
  opacity: 1;
  transform: translateY(0);
}

.dupc-model__details p {
  max-width: 570px;
  margin: 0;
  color: var(--dupc-text);
  font-size: 12px;
  line-height: 1.8;
}

.dupc-model__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 17px;
}

.dupc-model__meta span {
  padding: 7px 9px;
  border: 1px solid #d9d9d9;
  color: #777777;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dupc-model__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 19px;
  padding-bottom: 7px;
  color: var(--dupc-secondary);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.dupc-model__link::after {
  position: absolute;
  right: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--dupc-primary);
  content: "";
  transition: right 400ms var(--dupc-ease);
}

.dupc-model__link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--dupc-primary);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 300ms var(--dupc-ease);
}

.dupc-model__link:hover {
  color: var(--dupc-primary);
}

.dupc-model__link:hover::after {
  right: 0;
}

.dupc-model__link:hover svg {
  transform: translateX(5px);
}

/* Active auto-cycle progress */

.dupc-model__trigger::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--dupc-primary);
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
}

.dupc-collection.is-in-view:not(.is-paused)
  .dupc-model.is-active
  .dupc-model__trigger::after {
  animation: dupcModelProgress 6.5s linear forwards;
}

@keyframes dupcModelProgress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

/* =========================================================
   ENQUIRY PANEL
========================================================= */

.dupc-collection__enquiry {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 35px;
  margin-top: 75px;
  padding: 33px 38px;
  overflow: hidden;
  border-left: 4px solid var(--dupc-primary);
  background: var(--dupc-secondary);
  box-shadow: 0 25px 65px rgba(17, 17, 17, 0.15);
}

.dupc-collection__enquiry::before {
  position: absolute;
  top: -105px;
  right: 18%;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 50%;
  content: "";
}

.dupc-collection__enquiry::after {
  position: absolute;
  right: 110%;
  bottom: 0;
  width: 24%;
  height: 2px;
  opacity: 0;
  background: linear-gradient(
    90deg,
    transparent,
    var(--dupc-primary),
    transparent
  );
  content: "";
}

.dupc-collection.is-in-view .dupc-collection__enquiry::after {
  animation: dupcEnquiryLine 5.8s ease-in-out infinite;
}

@keyframes dupcEnquiryLine {
  0% {
    right: 110%;
    opacity: 0;
  }

  17% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  100% {
    right: -30%;
    opacity: 0;
  }
}

.dupc-collection__enquiry-index {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  padding-right: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.dupc-collection__enquiry-index span {
  color: var(--dupc-primary);
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.dupc-collection__enquiry-index strong {
  color: rgba(255, 255, 255, 0.23);
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 0.9;
}

.dupc-collection__enquiry-copy {
  position: relative;
  z-index: 2;
}

.dupc-collection__enquiry-copy span {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.dupc-collection__enquiry-copy strong {
  display: block;
  max-width: 730px;
  color: var(--dupc-white);
  font-family: "Poppins", sans-serif;
  font-size: clamp(16px, 1.6vw, 22px);
  font-weight: 600;
  line-height: 1.45;
}

.dupc-collection__enquiry-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  min-height: 54px;
  padding: 0 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--dupc-white);
  font-size: 10px;
  font-weight: 600;
  transition:
    border-color 280ms ease,
    background-color 280ms ease,
    transform 280ms var(--dupc-ease);
}

.dupc-collection__enquiry-link::before {
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  width: 30%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.22),
    transparent
  );
  content: "";
  transform: skewX(-18deg);
  transition: left 650ms var(--dupc-ease);
}

.dupc-collection__enquiry-link:hover::before {
  left: 125%;
}

.dupc-collection__enquiry-link span,
.dupc-collection__enquiry-link svg {
  position: relative;
  z-index: 2;
}

.dupc-collection__enquiry-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 280ms var(--dupc-ease);
}

.dupc-collection__enquiry-link:hover {
  border-color: var(--dupc-primary);
  background: var(--dupc-primary);
  transform: translateY(-2px);
}

.dupc-collection__enquiry-link:hover svg {
  transform: translateX(5px);
}

/* =========================================================
   SECTION ENTRANCE
   Hidden states apply only after JS initialises.
========================================================= */

.dupc-collection.dupc-motion-ready:not(.is-entered)
  .dupc-collection__topline {
  clip-path: inset(0 100% 0 0);
  transform: translateX(-38px);
}

.dupc-collection.dupc-motion-ready.is-entered
  .dupc-collection__topline {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
  transition:
    clip-path 950ms var(--dupc-ease) 60ms,
    transform 950ms var(--dupc-ease) 60ms;
}

.dupc-collection.dupc-motion-ready:not(.is-entered)
  .dupc-collection__section-rule {
  width: 0;
}

.dupc-collection.dupc-motion-ready.is-entered
  .dupc-collection__section-rule {
  width: 42px;
  transition: width 600ms var(--dupc-ease) 420ms;
}

.dupc-collection.dupc-motion-ready:not(.is-entered)
  .dupc-collection__eyebrow {
  clip-path: inset(0 100% 0 0);
  transform: translateX(34px);
}

.dupc-collection.dupc-motion-ready.is-entered
  .dupc-collection__eyebrow {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
  transition:
    clip-path 700ms var(--dupc-ease) 230ms,
    transform 700ms var(--dupc-ease) 230ms;
}

.dupc-collection.dupc-motion-ready:not(.is-entered)
  .dupc-collection__heading h2 > span {
  clip-path: inset(100% 0 0 0);
  transform: translateY(65px);
}

.dupc-collection.dupc-motion-ready.is-entered
  .dupc-collection__heading h2 > span {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
  transition:
    clip-path 950ms var(--dupc-ease),
    transform 950ms var(--dupc-ease);
}

.dupc-collection.dupc-motion-ready.is-entered
  .dupc-collection__heading h2 > span:nth-child(1) {
  transition-delay: 310ms;
}

.dupc-collection.dupc-motion-ready.is-entered
  .dupc-collection__heading h2 > span:nth-child(2) {
  transition-delay: 420ms;
}

.dupc-collection.dupc-motion-ready:not(.is-entered)
  .dupc-collection__heading h2 strong {
  clip-path: inset(0 100% 0 0);
  transform: translateX(-42px);
}

.dupc-collection.dupc-motion-ready.is-entered
  .dupc-collection__heading h2 strong {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
  transition:
    clip-path 850ms var(--dupc-ease) 570ms,
    transform 850ms var(--dupc-ease) 570ms;
}

.dupc-collection.dupc-motion-ready:not(.is-entered)
  .dupc-collection__header-copy {
  clip-path: inset(0 0 0 100%);
  transform: translateX(45px);
}

.dupc-collection.dupc-motion-ready.is-entered
  .dupc-collection__header-copy {
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
  transition:
    clip-path 850ms var(--dupc-ease) 520ms,
    transform 850ms var(--dupc-ease) 520ms;
}

/* Stage architectural reveal */

.dupc-collection.dupc-motion-ready:not(.is-entered)
  .dupc-stage {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transform: translateX(-70px) scale(0.97);
  box-shadow: none;
}

.dupc-collection.dupc-motion-ready.is-entered
  .dupc-stage {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transform: translateX(0) scale(1);
  box-shadow:
    0 38px 95px rgba(17, 17, 17, 0.2),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  transition:
    clip-path 1.15s var(--dupc-ease) 650ms,
    transform 1.15s var(--dupc-ease) 650ms,
    box-shadow 800ms ease 900ms;
}

/* Model .elementor-1181 .elementor-element.elementor-element-857a9a7 assembly */

.dupc-collection.dupc-motion-ready:not(.is-entered)
  .dupc-model {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transform: translateX(55px);
}

.dupc-collection.dupc-motion-ready.is-entered
  .dupc-model {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
  transition:
    opacity 500ms ease,
    clip-path 850ms var(--dupc-ease),
    transform 850ms var(--dupc-ease),
    background-color 400ms ease,
    padding 500ms var(--dupc-ease);
}

.dupc-collection.dupc-motion-ready.is-entered
  .dupc-model:nth-child(1) {
  transition-delay: 740ms;
}

.dupc-collection.dupc-motion-ready.is-entered
  .dupc-model:nth-child(2) {
  transition-delay: 850ms;
}

.dupc-collection.dupc-motion-ready.is-entered
  .dupc-model:nth-child(3) {
  transition-delay: 960ms;
}

.dupc-collection.dupc-motion-ready.is-entered
  .dupc-model:nth-child(4) {
  transition-delay: 1070ms;
}

.dupc-collection.dupc-motion-ready:not(.is-entered)
  .dupc-collection__enquiry {
  clip-path: inset(0 50% 0 50%);
  transform: translateY(40px);
}

.dupc-collection.dupc-motion-ready.is-entered
  .dupc-collection__enquiry {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
  transition:
    clip-path 1s var(--dupc-ease) 1180ms,
    transform 1s var(--dupc-ease) 1180ms;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {
  .dupc-collection__theatre {
    grid-template-columns: minmax(470px, 1.05fr) minmax(390px, 0.95fr);
    gap: 48px;
  }

  .dupc-stage__viewport {
    height: 550px;
  }

  .dupc-model__trigger {
    min-height: 96px;
  }
}

@media (max-width: 1024px) {
  .dupc-collection {
    padding: 100px 0;
  }

  .dupc-collection__container {
    width: min(100% - 40px, 900px);
  }

  .dupc-collection__header {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .dupc-collection__header-copy {
    max-width: 650px;
  }

  .dupc-collection__theatre {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .dupc-stage {
    transform: none;
  }

  .dupc-stage__viewport {
    height: 600px;
  }

  .dupc-models {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    border-top: 0;
  }

  .dupc-model {
    padding: 0 18px;
    border: 1px solid var(--dupc-border);
    background: rgba(255, 255, 255, 0.7);
  }

  .dupc-model.is-active {
    padding-left: 18px;
    border-color: rgba(218, 37, 44, 0.42);
  }

  .dupc-model__details,
  .dupc-model.is-active .dupc-model__details {
    max-height: 260px;
    padding-bottom: 24px;
    opacity: 1;
    transform: none;
  }

  .dupc-model__trigger {
    min-height: 110px;
  }

  .dupc-model__arrow {
    border-color: var(--dupc-primary);
    background: var(--dupc-primary);
    color: var(--dupc-white);
  }

  .dupc-collection__enquiry {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .dupc-collection__enquiry-link {
    grid-column: 1 / -1;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .dupc-collection {
    padding: 78px 0;
  }

  .dupc-collection__container {
    width: min(100% - 34px, 680px);
  }

  .dupc-collection__watermark {
    display: none;
  }

  .dupc-collection__topline {
    display: block;
    margin-bottom: 48px;
  }

  .dupc-collection__topline p {
    margin-top: 14px;
    text-align: left;
  }

  .dupc-collection__header {
    margin-bottom: 52px;
  }

  .dupc-collection__heading h2 {
    font-size: clamp(45px, 13vw, 65px);
    letter-spacing: -3.2px;
  }

  .dupc-collection__heading h2 strong {
    font-size: 15px;
  }

  .dupc-collection__header-copy {
    padding-left: 18px;
  }

  .dupc-stage {
    padding: 14px;
  }

  .dupc-stage__viewport {
    height: 490px;
  }

  .dupc-stage__information {
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 21px;
  }

  .dupc-stage__active-title {
    font-size: clamp(25px, 8vw, 35px);
  }

  .dupc-stage__model-indicator {
    display: none;
  }

  .dupc-stage__footer {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 14px 0 4px;
  }

  .dupc-stage__footer span {
    border-right: 0 !important;
  }

  .dupc-models {
    grid-template-columns: 1fr;
  }

  .dupc-model__name strong {
    font-size: 22px;
  }

  .dupc-collection__enquiry {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 55px;
    padding: 28px 24px;
  }

  .dupc-collection__enquiry-index {
    display: none;
  }

  .dupc-collection__enquiry-link {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .dupc-stage__viewport {
    height: 435px;
  }

  .dupc-stage__active-applications span:nth-child(3) {
    display: none;
  }

  .dupc-stage__information {
    right: 14px;
    bottom: 14px;
    left: 14px;
    padding: 19px;
  }

  .dupc-model__trigger {
    gap: 13px;
  }

  .dupc-model__arrow {
    width: 35px;
    height: 35px;
  }
}

/* =========================================================
   ELEMENTOR EDITOR SAFETY
========================================================= */

body.elementor-editor-active .dupc-collection,
body.elementor-editor-preview .dupc-collection,
.elementor-editor-active .dupc-collection,
.elementor-editor-preview .dupc-collection {
  --dupc-bg-y: 0px !important;
  --dupc-stage-y: 0px !important;
  --dupc-mouse-x: 0 !important;
  --dupc-mouse-y: 0 !important;
}

body.elementor-editor-active .dupc-collection *,
body.elementor-editor-preview .dupc-collection *,
.elementor-editor-active .dupc-collection *,
.elementor-editor-preview .dupc-collection * {
  opacity: 1 !important;
  clip-path: none !important;
  animation-play-state: paused !important;
}

body.elementor-editor-active .dupc-stage,
body.elementor-editor-preview .dupc-stage,
.elementor-editor-active .dupc-stage,
.elementor-editor-preview .dupc-stage {
  transform: none !important;
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  .dupc-collection,
  .dupc-collection *,
  .dupc-collection *::before,
  .dupc-collection *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .dupc-collection {
    --dupc-bg-y: 0px !important;
    --dupc-stage-y: 0px !important;
    --dupc-mouse-x: 0 !important;
    --dupc-mouse-y: 0 !important;
  }

  .dupc-collection *,
  .dupc-collection *::before,
  .dupc-collection *::after {
    opacity: 1 !important;
    clip-path: none !important;
    transform: none !important;
  }

  .dupc-stage__image {
    display: none;
  }

  .dupc-stage__image.is-active {
    display: block;
  }
}

/* =========================================================
   DURA ULTIMA COLLECTION
   FRONTEND THEME / ELEMENTOR BUTTON RESET
========================================================= */

/*
 * WordPress themes and Elementor Global Styles often apply
 * styles to all <button> elements on the published page.
 * This reset isolates the product .elementor-1181 .elementor-element.elementor-element-857a9a7 from those rules.
 */

#dupc-premium-collection .dupc-model {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
  text-align: left !important;
}

#dupc-premium-collection .dupc-model__trigger {
  all: unset !important;

  box-sizing: border-box !important;
  position: relative !important;

  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
  justify-items: stretch !important;

  gap: 20px !important;

  width: 100% !important;
  inline-size: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 104px !important;

  margin: 0 !important;
  padding: 19px 4px 19px 0 !important;

  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;

  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;

  box-shadow: none !important;
  color: inherit !important;

  font-family: "Inter", sans-serif !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: normal !important;

  text-align: left !important;
  text-decoration: none !important;
  text-transform: none !important;

  cursor: pointer !important;

  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;

  float: none !important;
  transform: none;
}

/* Prevent theme hover and focus backgrounds */

#dupc-premium-collection .dupc-model__trigger:hover,
#dupc-premium-collection .dupc-model__trigger:active,
#dupc-premium-collection .dupc-model__trigger:focus {
  width: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: inherit !important;
}

/* Accessible custom keyboard focus */

#dupc-premium-collection .dupc-model__trigger:focus-visible {
  outline: 2px solid var(--dupc-primary) !important;
  outline-offset: -2px !important;
}

/* Product number */

#dupc-premium-collection .dupc-model__number {
  display: block !important;
  width: auto !important;
  min-width: 22px !important;
  margin: 0 !important;
  padding: 0 !important;

  color: var(--dupc-primary) !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;

  text-align: left !important;
}

/* Product name container */

#dupc-premium-collection .dupc-model__name {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  text-align: left !important;
}

/* Product category */

#dupc-premium-collection .dupc-model__name small {
  display: block !important;
  width: 100% !important;

  margin: 0 0 5px !important;
  padding: 0 !important;

  color: #929292 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 8px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  letter-spacing: 1.35px !important;

  text-align: left !important;
  text-transform: uppercase !important;
}

/* Product heading */

#dupc-premium-collection .dupc-model__name strong {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  color: var(--dupc-secondary) !important;
  font-family: "Poppins", sans-serif !important;
  font-size: clamp(19px, 2vw, 28px) !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.8px !important;

  text-align: left !important;
  text-decoration: none !important;
  text-transform: none !important;

  white-space: normal !important;
  word-break: normal !important;
}

/* Active title */

#dupc-premium-collection
  .dupc-model.is-active
  .dupc-model__name strong {
  color: var(--dupc-primary) !important;
  transform: translateX(7px);
}

/* Arrow alignment */

#dupc-premium-collection .dupc-model__arrow {
  box-sizing: border-box !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 39px !important;
  height: 39px !important;
  min-width: 39px !important;
  max-width: 39px !important;
  flex: 0 0 39px !important;

  margin: 0 0 0 auto !important;
  padding: 0 !important;

  border: 1px solid #d3d3d3 !important;
  border-radius: 0 !important;

  background: transparent !important;
  color: #7f7f7f !important;
  box-shadow: none !important;
}

#dupc-premium-collection .dupc-model__arrow svg {
  display: block !important;
  width: 17px !important;
  height: 17px !important;
  margin: 0 !important;
  padding: 0 !important;

  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

/* Active arrow */

#dupc-premium-collection
  .dupc-model.is-active
  .dupc-model__arrow {
  border-color: var(--dupc-primary) !important;
  background: var(--dupc-primary) !important;
  color: var(--dupc-white) !important;
  transform: rotate(-45deg);
}

/* Ensure details always use the full row width */

#dupc-premium-collection .dupc-model__details {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;

  margin-right: 0 !important;
  margin-left: 0 !important;

  text-align: left !important;
}

#dupc-premium-collection .dupc-model__details p {
  width: 100% !important;
  max-width: 570px !important;

  margin-right: 0 !important;
  margin-left: 0 !important;

  text-align: left !important;
}

/* Prevent global button pseudo-elements */

#dupc-premium-collection .dupc-model__trigger::before {
  display: none !important;
  content: none !important;
}

/*
 * Keep the model progress line.
 * This rebuilds the required ::after after the reset.
 */

#dupc-premium-collection .dupc-model__trigger::after {
  position: absolute !important;
  right: 0 !important;
  bottom: -1px !important;
  left: 0 !important;

  display: block !important;
  width: auto !important;
  height: 2px !important;

  border: 0 !important;
  background: var(--dupc-primary) !important;

  content: "" !important;

  transform: scaleX(0);
  transform-origin: left center;
}

#dupc-premium-collection.is-in-view:not(.is-paused)
  .dupc-model.is-active
  .dupc-model__trigger::after {
  animation: dupcModelProgress 6.5s linear forwards !important;
}

/* =========================================================
   TABLET RESET
========================================================= */

@media (max-width: 1024px) {
  #dupc-premium-collection .dupc-model__trigger {
    min-height: 110px !important;
    padding: 19px 0 !important;
  }

  #dupc-premium-collection .dupc-model__name strong {
    font-size: 22px !important;
  }
}

/* =========================================================
   MOBILE RESET
========================================================= */

@media (max-width: 767px) {
  #dupc-premium-collection .dupc-model__trigger {
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    gap: 14px !important;

    min-height: 96px !important;
    padding: 16px 0 !important;
  }

  #dupc-premium-collection .dupc-model__arrow {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    flex-basis: 36px !important;
  }

  #dupc-premium-collection .dupc-model__name strong {
    font-size: 20px !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93e2d99 *//* ======================================================
   DURA ULTIMA - ENGINEERING SECTION
====================================================== */


#du-engineering-section,
#du-engineering-section * {
    box-sizing:border-box;
}


#du-engineering-section {

    --du-red:#DA252C;
    --du-dark:#111111;
    --du-white:#ffffff;
    --du-text:rgba(255,255,255,0.72);
    --du-muted:rgba(255,255,255,0.45);
    --du-border:rgba(255,255,255,0.12);


    position:relative;
    width:100%;
    padding:120px 0;

    background:#111111;

    color:#fff;

    overflow:hidden;

    font-family:"Inter", sans-serif;

}




/* ==========================
BACKGROUND
========================== */


#du-engineering-section .du-engineering-bg {

    position:absolute;
    inset:0;

    pointer-events:none;

}


#du-engineering-section .du-grid {


    position:absolute;
    inset:0;


    background-image:

    linear-gradient(
        rgba(255,255,255,.03) 1px,
        transparent 1px
    ),

    linear-gradient(
        90deg,
        rgba(255,255,255,.03) 1px,
        transparent 1px
    );


    background-size:80px 80px;

    opacity:.35;

}




#du-engineering-section .du-light {


    position:absolute;

    width:700px;
    height:700px;

    right:-250px;
    top:-250px;


    background:

    radial-gradient(
        circle,
        rgba(218,37,44,.20),
        transparent 65%
    );


}





#du-engineering-section .du-watermark {


    position:absolute;

    bottom:40px;
    left:-40px;


    font-family:"Poppins",sans-serif;

    font-size:180px;

    font-weight:800;

    letter-spacing:-8px;


    color:rgba(255,255,255,.035);


}






/* ==========================
CONTAINER
========================== */


#du-engineering-section .du-engineering-container {


    position:relative;

    z-index:2;


    width:min(calc(100% - 100px),1500px);

    margin:auto;


}





/* ==========================
HEADER
========================== */


#du-engineering-section .du-engineering-header {


    display:flex;

    justify-content:space-between;

    align-items:center;


    margin-bottom:70px;


}


#du-engineering-section .du-section-tag {


    display:flex;

    align-items:center;

    gap:18px;


    color:var(--du-red);


    font-size:13px;

    letter-spacing:3px;

    text-transform:uppercase;

    font-weight:700;


}


#du-engineering-section .du-section-tag span {


    width:50px;

    height:1px;

    background:var(--du-red);


}



#du-engineering-section .du-engineering-header p {


    color:var(--du-muted);

    font-size:15px;

}






/* ==========================
MAIN GRID
========================== */


#du-engineering-section .du-engineering-wrapper {


    display:grid;

    grid-template-columns:1fr 1fr;


    gap:90px;

    align-items:start;


}







/* ==========================
LEFT CONTENT
========================== */


#du-engineering-section .du-engineering-left h2 {


    margin:0 0 30px;


    font-family:"Poppins",sans-serif;


    font-size:68px;


    line-height:1.05;


    letter-spacing:-3px;


    font-weight:700;


}


#du-engineering-section .du-engineering-left h2 span {


    color:var(--du-red);


}



#du-engineering-section .du-engineering-left > p {


    max-width:620px;


    color:var(--du-text);


    font-size:19px;


    line-height:1.8;


}







/* BIG STAT */


#du-engineering-section .du-big-stat {


    display:flex;

    align-items:center;


    gap:35px;


    margin-top:55px;


    padding:30px 0;


    border-top:1px solid var(--du-border);

    border-bottom:1px solid var(--du-border);


}



#du-engineering-section .du-big-stat strong {


    font-family:"Poppins";


    font-size:120px;


    line-height:1;


    color:#fff;


}



#du-engineering-section .du-big-stat span {


    display:block;


    color:var(--du-red);


    font-size:12px;


    letter-spacing:2px;

    font-weight:700;


}


#du-engineering-section .du-big-stat p {


    color:var(--du-muted);


    max-width:250px;


    margin-top:10px;


}






/* SMALL STATS */


#du-engineering-section .du-stat-grid {


    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:15px;


    margin-top:30px;


}



#du-engineering-section .du-stat-box {


    border:1px solid var(--du-border);

    padding:25px;


    transition:.35s ease;


}



#du-engineering-section .du-stat-box:hover {


    border-color:var(--du-red);

    transform:translateY(-5px);


}



#du-engineering-section .du-stat-box strong {


    display:block;

    font-family:"Poppins";

    font-size:24px;


}



#du-engineering-section .du-stat-box span {


    color:var(--du-muted);

    font-size:13px;


}






/* ==========================
RIGHT CONTENT
========================== */


#du-engineering-section .du-feature-title span {


    color:var(--du-red);


    font-size:12px;


    letter-spacing:3px;


    font-weight:700;


}



#du-engineering-section .du-feature-title h3 {


    margin:20px 0 50px;


    font-family:"Poppins";


    font-size:55px;


    line-height:1.1;


}



#du-engineering-section .du-feature-title strong {


    color:var(--du-red);


}







/* FEATURE ITEMS */


#du-engineering-section .du-feature-item {


    display:flex;


    gap:30px;


    padding:35px 0;


    border-bottom:1px solid var(--du-border);


    transition:.4s ease;


}




#du-engineering-section .du-feature-item:hover {


    padding-left:15px;


}



#du-engineering-section .du-feature-number {


    color:var(--du-red);


    font-size:15px;


    font-weight:700;


}





#du-engineering-section .du-feature-content h4 {


    margin:0 0 10px;


    font-family:"Poppins";


    font-size:28px;


}



#du-engineering-section .du-feature-content p {


    margin:0;


    color:var(--du-muted);


    font-size:16px;


    line-height:1.7;


}





/* ==========================
RESPONSIVE
========================== */


@media(max-width:1100px){


#du-engineering-section .du-engineering-wrapper{


    grid-template-columns:1fr;


    gap:60px;


}



#du-engineering-section .du-engineering-left h2{


    font-size:52px;


}


#du-engineering-section .du-feature-title h3{


    font-size:42px;


}


}





@media(max-width:600px){


#du-engineering-section{


    padding:70px 0;

}



#du-engineering-section .du-engineering-container{


    width:calc(100% - 30px);

}



#du-engineering-section .du-engineering-header{


    display:block;

}



#du-engineering-section .du-engineering-header p{


    margin-top:20px;

}



#du-engineering-section .du-engineering-left h2{


    font-size:38px;


}



#du-engineering-section .du-big-stat{


    display:block;

}



#du-engineering-section .du-big-stat strong{


    font-size:80px;

}



#du-engineering-section .du-stat-grid{


    grid-template-columns:1fr;


}



#du-engineering-section .du-feature-title h3{


    font-size:34px;

}


}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-50b22ec */@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@600;700&display=swap");

/* =========================================================
   DURA ULTIMA — RESPONSIVE WORDPRESS BLOG SECTION
========================================================= */

#dubc-blog-section,
#dubc-blog-section * {
  box-sizing: border-box;
}

#dubc-blog-section {
  --dubc-primary: #da252c;
  --dubc-hover: #b71e24;
  --dubc-dark: #111111;
  --dubc-secondary: #1a1a1a;
  --dubc-light: #f8f8f8;
  --dubc-white: #ffffff;
  --dubc-text: #5f5f5f;
  --dubc-border: #e6e6e6;

  --dubc-shadow: 0 20px 50px rgba(17, 17, 17, 0.08);
  --dubc-shadow-hover: 0 30px 70px rgba(17, 17, 17, 0.14);

  --dubc-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --dubc-bg-y: 0px;

  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  padding: 110px 0;
  background: var(--dubc-light);
  color: var(--dubc-secondary);
  font-family: "Inter", sans-serif;
}

#dubc-blog-section a {
  color: inherit;
  text-decoration: none;
}

#dubc-blog-section img,
#dubc-blog-section svg {
  display: block;
}

.dubc-blog__container {
  position: relative;
  z-index: 3;
  width: min(100% - 48px, 1440px);
  margin: 0 auto;
}

/* =========================================================
   BACKGROUND
========================================================= */

.dubc-blog__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.dubc-blog__bg::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 12% 25%,
      rgba(218, 37, 44, 0.06),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 78%,
      rgba(17, 17, 17, 0.035),
      transparent 30%
    );
  content: "";
}

.dubc-blog__grid {
  position: absolute;
  inset: -120px 0;
  opacity: 0.45;
  background-image:
    linear-gradient(
      rgba(17, 17, 17, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(17, 17, 17, 0.035) 1px,
      transparent 1px
    );
  background-size: 90px 90px;
  transform: translateY(var(--dubc-bg-y));
  will-change: transform;
}

.dubc-blog__glow {
  position: absolute;
  top: -10%;
  right: -10%;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(218, 37, 44, 0.08),
    transparent 65%
  );
}

.dubc-blog__watermark {
  position: absolute;
  top: 140px;
  right: -10px;
  color: rgba(17, 17, 17, 0.03);
  font-family: "Poppins", sans-serif;
  font-size: clamp(100px, 13vw, 200px);
  font-weight: 700;
  letter-spacing: -8px;
  line-height: 0.9;
  white-space: nowrap;
  transform: translateY(var(--dubc-bg-y));
}

/* =========================================================
   TOPLINE
========================================================= */

.dubc-blog__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--dubc-border);
}

.dubc-blog__topline-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.dubc-blog__index {
  color: var(--dubc-primary);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.dubc-blog__line {
  width: 42px;
  height: 1px;
  flex: 0 0 auto;
  background: #999999;
}

.dubc-blog__label {
  color: #7c7c7c;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.dubc-blog__topline-copy {
  max-width: 540px;
  margin: 0;
  color: #7a7a7a;
  font-size: 11px;
  line-height: 1.7;
  text-align: right;
}

/* =========================================================
   HEADER
========================================================= */

.dubc-blog__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 46px;
}

.dubc-blog__heading-wrap {
  min-width: 0;
}

.dubc-blog__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--dubc-primary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dubc-blog__title {
  max-width: 930px;
  margin: 0;
  color: var(--dubc-secondary);
  font-family: "Poppins", sans-serif;
  font-size: clamp(38px, 4.3vw, 66px);
  font-weight: 700;
  letter-spacing: -2.4px;
  line-height: 1.05;
}

.dubc-blog__all-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 52px;
  flex: 0 0 auto;
  padding: 0 22px;
  overflow: hidden;
  border: 1px solid var(--dubc-secondary);
  background: var(--dubc-white);
  color: var(--dubc-secondary);
  font-size: 11px;
  font-weight: 600;
  transition:
    color 300ms ease,
    border-color 300ms ease,
    background-color 300ms ease,
    box-shadow 300ms ease,
    transform 300ms var(--dubc-ease);
}

.dubc-blog__all-link::before {
  position: absolute;
  top: -60%;
  bottom: -60%;
  left: -55%;
  width: 34%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.24),
    transparent
  );
  content: "";
  transform: skewX(-20deg);
  transition: left 650ms var(--dubc-ease);
}

.dubc-blog__all-link span,
.dubc-blog__all-link svg {
  position: relative;
  z-index: 2;
}

.dubc-blog__all-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 300ms var(--dubc-ease);
}

.dubc-blog__all-link:hover {
  border-color: var(--dubc-primary);
  background: var(--dubc-primary);
  color: var(--dubc-white);
  box-shadow: 0 14px 32px rgba(218, 37, 44, 0.18);
  transform: translateY(-2px);
}

.dubc-blog__all-link:hover::before {
  left: 125%;
}

.dubc-blog__all-link:hover svg {
  transform: translateX(4px);
}

.dubc-blog__all-link:focus-visible {
  outline: 2px solid var(--dubc-primary);
  outline-offset: 4px;
}

/* =========================================================
   DESKTOP BLOG GRID
========================================================= */

.dubc-blog__feed {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
  width: 100%;
  min-width: 0;
}

/* =========================================================
   BLOG CARD
========================================================= */

.dubc-blog-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 590px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--dubc-border);
  border-radius: 4px;
  background: var(--dubc-white);
  box-shadow: var(--dubc-shadow);
  transition:
    border-color 350ms ease,
    box-shadow 450ms ease,
    transform 450ms var(--dubc-ease);
}

.dubc-blog-card:hover {
  z-index: 3;
  border-color: rgba(218, 37, 44, 0.3);
  box-shadow: var(--dubc-shadow-hover);
  transform: translateY(-8px);
}

.dubc-blog-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 7;
  width: 3px;
  background: var(--dubc-primary);
  content: "";
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 450ms var(--dubc-ease);
}

.dubc-blog-card:hover::before {
  transform: scaleY(1);
}

.dubc-blog-card::after {
  position: absolute;
  right: 100%;
  bottom: 0;
  left: 0;
  z-index: 7;
  height: 3px;
  background: var(--dubc-primary);
  content: "";
  transition: right 500ms var(--dubc-ease);
}

.dubc-blog-card:hover::after {
  right: 0;
}

/* =========================================================
   CARD MEDIA — NO BLACK AREA
========================================================= */

.dubc-blog-card__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  flex: 0 0 auto;
  overflow: hidden;
  border-bottom: 1px solid var(--dubc-border);
  background:
    linear-gradient(
      135deg,
      #f8f8f8,
      #eeeeee
    );
}

.dubc-blog-card__media::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(
      rgba(17, 17, 17, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(17, 17, 17, 0.025) 1px,
      transparent 1px
    );
  background-size: 34px 34px;
  content: "";
}

.dubc-blog-card__media::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.02),
    transparent 65%,
    rgba(17, 17, 17, 0.035)
  );
  content: "";
}

.dubc-blog-card__image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 12px;
  object-fit: contain;
  object-position: center;
  transition:
    filter 400ms ease,
    transform 600ms var(--dubc-ease);
}

.dubc-blog-card:hover .dubc-blog-card__image {
  filter: saturate(1.03) contrast(1.02);
  transform: scale(1.025);
}

.dubc-blog-card__count {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(17, 17, 17, 0.22);
  color: var(--dubc-white);
  font-family: "Poppins", sans-serif;
  font-size: 9px;
  font-weight: 600;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

/* =========================================================
   CARD CONTENT
========================================================= */

.dubc-blog-card__body {
  position: relative;
  display: flex;
  min-height: 325px;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 29px 27px 25px;
}

.dubc-blog-card__body::before {
  position: absolute;
  top: 0;
  left: 27px;
  width: 48px;
  height: 3px;
  background: var(--dubc-primary);
  content: "";
}

.dubc-blog-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.dubc-blog-card__category {
  color: var(--dubc-primary);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.dubc-blog-card__meta-line {
  width: 18px;
  height: 1px;
  flex: 0 0 auto;
  background: #c9c9c9;
}

.dubc-blog-card__date {
  color: #8a8a8a;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dubc-blog-card__title {
  margin: 0;
  color: var(--dubc-secondary);
  font-family: "Poppins", sans-serif;
  font-size: clamp(21px, 1.75vw, 29px);
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2;
}

.dubc-blog-card__title a {
  transition: color 250ms ease;
}

.dubc-blog-card__title a:hover {
  color: var(--dubc-primary);
}

.dubc-blog-card__excerpt {
  margin: 15px 0 0;
  color: var(--dubc-text);
  font-size: 11px;
  line-height: 1.75;
}

.dubc-blog-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: auto;
  padding-top: 25px;
}

.dubc-blog-card__readtime {
  color: #919191;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.dubc-blog-card__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 6px;
  color: var(--dubc-secondary);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.dubc-blog-card__cta::after {
  position: absolute;
  right: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--dubc-primary);
  content: "";
  transition: right 380ms var(--dubc-ease);
}

.dubc-blog-card__cta svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--dubc-primary);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 300ms var(--dubc-ease);
}

.dubc-blog-card__cta:hover {
  color: var(--dubc-primary);
}

.dubc-blog-card__cta:hover::after {
  right: 0;
}

.dubc-blog-card__cta:hover svg {
  transform: translateX(4px);
}

.dubc-blog-card a:focus-visible {
  outline: 2px solid var(--dubc-primary);
  outline-offset: 4px;
}

/* =========================================================
   LOADING SKELETON
========================================================= */

.dubc-blog__skeleton {
  position: relative;
  min-width: 0;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid var(--dubc-border);
  border-radius: 4px;
  background: var(--dubc-white);
  box-shadow: var(--dubc-shadow);
}

.dubc-blog__skeleton::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 35%,
    rgba(255, 255, 255, 0.82) 48%,
    transparent 62%
  );
  content: "";
  transform: translateX(-100%);
  animation: dubcSkeletonSweep 1.45s ease-in-out infinite;
}

@keyframes dubcSkeletonSweep {
  to {
    transform: translateX(100%);
  }
}

.dubc-blog__skeleton-media {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #e5e5e5;
}

.dubc-blog__skeleton-body {
  padding: 29px 27px 25px;
}

.dubc-blog__skeleton-line {
  display: block;
  width: 100%;
  height: 10px;
  margin-top: 12px;
  background: #dddddd;
}

.dubc-blog__skeleton-line--sm {
  width: 35%;
  height: 7px;
  margin-top: 0;
}

.dubc-blog__skeleton-line--md {
  width: 65%;
}

.dubc-blog__skeleton-line--lg {
  width: 88%;
  height: 22px;
  margin-top: 20px;
}

/* =========================================================
   EMPTY / ERROR STATE
========================================================= */

.dubc-blog__empty {
  grid-column: 1 / -1;
  width: 100%;
  padding: 40px;
  border-left: 4px solid var(--dubc-primary);
  background: var(--dubc-white);
  box-shadow: var(--dubc-shadow);
}

.dubc-blog__empty span {
  display: block;
  margin-bottom: 8px;
  color: var(--dubc-primary);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.dubc-blog__empty strong {
  display: block;
  color: var(--dubc-secondary);
  font-family: "Poppins", sans-serif;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 600;
}

.dubc-blog__empty p {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--dubc-text);
  font-size: 13px;
  line-height: 1.75;
}

/* =========================================================
   SCROLL PROGRESS
========================================================= */

.dubc-blog__scroll-progress {
  display: none;
}

/* =========================================================
   ENTRANCE ANIMATIONS
========================================================= */

.dubc-blog__animate {
  opacity: 0;
  clip-path: inset(100% 0 0 0);
  transform: translateY(42px);
}

.dubc-blog__animate.is-visible {
  opacity: 1;
  clip-path: inset(0);
  transform: translateY(0);
  transition:
    opacity 700ms ease,
    clip-path 850ms var(--dubc-ease),
    transform 850ms var(--dubc-ease);
}

.dubc-blog__feed
  .dubc-blog-card:nth-child(1).is-visible {
  transition-delay: 100ms;
}

.dubc-blog__feed
  .dubc-blog-card:nth-child(2).is-visible {
  transition-delay: 190ms;
}

.dubc-blog__feed
  .dubc-blog-card:nth-child(3).is-visible {
  transition-delay: 280ms;
}

.dubc-blog__feed
  .dubc-blog-card:nth-child(4).is-visible {
  transition-delay: 370ms;
}

.dubc-blog__feed
  .dubc-blog-card:nth-child(5).is-visible {
  transition-delay: 460ms;
}

.dubc-blog__feed
  .dubc-blog-card:nth-child(6).is-visible {
  transition-delay: 550ms;
}

/* =========================================================
   TABLET
   THREE CARDS VISIBLE + HORIZONTAL SCROLL
========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {
  #dubc-blog-section {
    padding: 92px 0;
  }

  .dubc-blog__container {
    width: min(100% - 40px, 960px);
  }

  .dubc-blog__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 38px;
  }

  .dubc-blog__title {
    max-width: 760px;
    font-size: clamp(39px, 5.8vw, 56px);
  }

  .dubc-blog__all-link {
    min-height: 48px;
  }

  /*
   * Three equal cards remain visible on tablet.
   * Additional cards continue horizontally.
   */

  .dubc-blog__feed {
    display: grid !important;
    grid-template-columns: none !important;
    grid-template-rows: 1fr;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 32px) / 3);
    align-items: stretch;

    gap: 16px;

    width: 100%;
    max-width: 100%;

    padding: 5px 1px 20px;

    overflow-x: auto;
    overflow-y: hidden;

    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1px;
    scroll-behavior: smooth;

    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
    touch-action: pan-x pan-y;
    cursor: grab;
  }

  .dubc-blog__feed::-webkit-scrollbar {
    display: none;
  }

  .dubc-blog__feed.is-dragging {
    scroll-snap-type: none;
    cursor: grabbing;
    user-select: none;
  }

  .dubc-blog__feed > * {
    grid-column: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    justify-self: stretch !important;

    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .dubc-blog-card,
  .dubc-blog__skeleton {
    min-height: 540px;
  }

  .dubc-blog-card:hover {
    transform: translateY(-5px);
  }

  .dubc-blog-card__media,
  .dubc-blog__skeleton-media {
    aspect-ratio: 16 / 10;
  }

  .dubc-blog-card__image {
    padding: 8px;
  }

  .dubc-blog-card__count {
    top: 12px;
    left: 12px;
    width: 34px;
    height: 34px;
    font-size: 8px;
  }

  .dubc-blog-card__body {
    min-height: 330px;
    padding: 22px 17px 20px;
  }

  .dubc-blog-card__body::before {
    left: 17px;
    width: 38px;
  }

  .dubc-blog-card__meta {
    align-items: flex-start;
    gap: 7px;
    margin-bottom: 13px;
  }

  .dubc-blog-card__category,
  .dubc-blog-card__date {
    font-size: 7px;
  }

  .dubc-blog-card__meta-line {
    width: 12px;
  }

  .dubc-blog-card__title {
    font-size: clamp(17px, 2.25vw, 22px);
    letter-spacing: -0.65px;
    line-height: 1.22;
  }

  .dubc-blog-card__excerpt {
    margin-top: 12px;
    font-size: 10px;
    line-height: 1.65;
  }

  .dubc-blog-card__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-top: 20px;
  }

  .dubc-blog-card__readtime,
  .dubc-blog-card__cta {
    font-size: 7px;
  }

  .dubc-blog__skeleton-body {
    padding: 22px 17px 20px;
  }

  .dubc-blog__scroll-progress {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 4px;
    overflow: hidden;
    background: #dddddd;
  }

  .dubc-blog__scroll-progress-fill {
    display: block;
    width: 8%;
    height: 100%;
    background: var(--dubc-primary);
    transition: width 100ms linear;
  }
}

/* =========================================================
   MOBILE
   ONE FULL CARD PER SWIPE
========================================================= */

@media (max-width: 767px) {
  #dubc-blog-section {
    padding: 74px 0;
  }

  .dubc-blog__container {
    width: min(100% - 32px, 680px);
  }

  .dubc-blog__watermark {
    display: none;
  }

  .dubc-blog__glow {
    top: 5%;
    right: -45%;
    width: 340px;
    height: 340px;
  }

  .dubc-blog__topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 30px;
  }

  .dubc-blog__topline-copy {
    max-width: 100%;
    text-align: left;
  }

  .dubc-blog__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 23px;
    margin-bottom: 35px;
  }

  .dubc-blog__eyebrow {
    margin-bottom: 12px;
    font-size: 10px;
  }

  .dubc-blog__title {
    max-width: 600px;
    font-size: clamp(34px, 9vw, 50px);
    letter-spacing: -2px;
  }

  .dubc-blog__all-link {
    width: 100%;
    justify-content: space-between;
  }

  /*
   * Every mobile swipe displays one complete card.
   */

  .dubc-blog__feed {
    display: grid !important;
    grid-template-columns: none !important;
    grid-template-rows: 1fr;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    align-items: stretch;

    gap: 15px;

    width: 100%;
    max-width: 100%;

    padding: 4px 1px 19px;

    overflow-x: auto;
    overflow-y: hidden;

    scroll-snap-type: x mandatory;
    scroll-padding-inline: 1px;
    scroll-behavior: smooth;

    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
    touch-action: pan-x pan-y;
    cursor: grab;
  }

  .dubc-blog__feed::-webkit-scrollbar {
    display: none;
  }

  .dubc-blog__feed.is-dragging {
    scroll-snap-type: none;
    cursor: grabbing;
    user-select: none;
  }

  .dubc-blog__feed > * {
    grid-column: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    justify-self: stretch !important;

    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .dubc-blog-card,
  .dubc-blog__skeleton {
    min-height: 555px;
  }

  .dubc-blog-card:hover {
    transform: none;
  }

  .dubc-blog-card__media,
  .dubc-blog__skeleton-media {
    aspect-ratio: 16 / 10;
  }

  .dubc-blog-card__image {
    padding: 8px;
  }

  .dubc-blog-card__count {
    top: 14px;
    left: 14px;
    width: 37px;
    height: 37px;
  }

  .dubc-blog-card__body {
    min-height: 320px;
    padding: 25px 21px 22px;
  }

  .dubc-blog-card__body::before {
    left: 21px;
    width: 42px;
  }

  .dubc-blog-card__title {
    font-size: clamp(22px, 7vw, 29px);
  }

  .dubc-blog-card__excerpt {
    font-size: 11px;
  }

  .dubc-blog__skeleton-body {
    padding: 25px 21px 22px;
  }

  .dubc-blog__scroll-progress {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 4px;
    overflow: hidden;
    background: #dddddd;
  }

  .dubc-blog__scroll-progress-fill {
    display: block;
    width: 8%;
    height: 100%;
    background: var(--dubc-primary);
    transition: width 100ms linear;
  }

  /*
   * Remove stagger delays while horizontally swiping.
   */

  .dubc-blog__feed
    .dubc-blog-card.is-visible {
    transition-delay: 0ms !important;
  }
}

@media (max-width: 430px) {
  .dubc-blog-card,
  .dubc-blog__skeleton {
    min-height: 570px;
  }

  .dubc-blog-card__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .dubc-blog-card__title {
    font-size: 24px;
  }
}

/* =========================================================
   ELEMENTOR EDITOR SAFETY
========================================================= */

body.elementor-editor-active #dubc-blog-section,
body.elementor-editor-preview #dubc-blog-section,
.elementor-editor-active #dubc-blog-section,
.elementor-editor-preview #dubc-blog-section {
  --dubc-bg-y: 0px !important;
}

body.elementor-editor-active #dubc-blog-section *,
body.elementor-editor-preview #dubc-blog-section *,
.elementor-editor-active #dubc-blog-section *,
.elementor-editor-preview #dubc-blog-section * {
  opacity: 1 !important;
  clip-path: none !important;
  animation-play-state: paused !important;
}

/*
 * Avoid editor canvas conflicts while preserving
 * the frontend tablet/mobile slider.
 */

body.elementor-editor-active
  #dubc-blog-section
  .dubc-blog__feed,
body.elementor-editor-preview
  #dubc-blog-section
  .dubc-blog__feed {
  cursor: default !important;
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  #dubc-blog-section,
  #dubc-blog-section *,
  #dubc-blog-section *::before,
  #dubc-blog-section *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  #dubc-blog-section {
    --dubc-bg-y: 0px !important;
  }

  .dubc-blog__animate {
    opacity: 1 !important;
    clip-path: none !important;
    transform: none !important;
  }

  .dubc-blog-card:hover {
    transform: none !important;
  }
}

/* =========================================================
   BLOG VISIBILITY FIX
   Add at the very end of the existing CSS
========================================================= */

/*
 * Default state is always visible.
 * This prevents an empty section if JavaScript or
 * IntersectionObserver is delayed by Elementor.
 */

#dubc-blog-section .dubc-blog__animate {
  opacity: 1;
  visibility: visible;
  clip-path: none;
  transform: none;
}

/*
 * Animation states are only enabled after JavaScript
 * successfully initialises the section.
 */

#dubc-blog-section.dubc-motion-ready
  .dubc-blog__animate:not(.is-visible) {
  opacity: 0;
  visibility: visible;
  clip-path: inset(12% 0 12% 0);
  transform: translateY(42px) scale(0.985);
}

#dubc-blog-section.dubc-motion-ready
  .dubc-blog__animate.is-visible {
  opacity: 1;
  visibility: visible;
  clip-path: inset(0);
  transform: translateY(0) scale(1);

  transition:
    opacity 700ms ease,
    clip-path 900ms var(--dubc-ease),
    transform 900ms var(--dubc-ease);
}

/* Stagger animation */

#dubc-blog-section.dubc-motion-ready
  .dubc-blog-card:nth-child(1).is-visible {
  transition-delay: 80ms;
}

#dubc-blog-section.dubc-motion-ready
  .dubc-blog-card:nth-child(2).is-visible {
  transition-delay: 170ms;
}

#dubc-blog-section.dubc-motion-ready
  .dubc-blog-card:nth-child(3).is-visible {
  transition-delay: 260ms;
}

#dubc-blog-section.dubc-motion-ready
  .dubc-blog-card:nth-child(4).is-visible {
  transition-delay: 350ms;
}

#dubc-blog-section.dubc-motion-ready
  .dubc-blog-card:nth-child(5).is-visible {
  transition-delay: 440ms;
}

#dubc-blog-section.dubc-motion-ready
  .dubc-blog-card:nth-child(6).is-visible {
  transition-delay: 530ms;
}

/* Keep error and empty states visible */

#dubc-blog-section .dubc-blog__empty {
  opacity: 1 !important;
  visibility: visible !important;
  clip-path: none !important;
  transform: none !important;
}

/* Prevent excessive blank space when the API returns no posts */

#dubc-blog-section .dubc-blog__feed:empty {
  min-height: 0 !important;
}

/* Elementor editor safety */

body.elementor-editor-active
  #dubc-blog-section
  .dubc-blog__animate,
body.elementor-editor-preview
  #dubc-blog-section
  .dubc-blog__animate,
.elementor-editor-active
  #dubc-blog-section
  .dubc-blog__animate,
.elementor-editor-preview
  #dubc-blog-section
  .dubc-blog__animate {
  opacity: 1 !important;
  visibility: visible !important;
  clip-path: none !important;
  transform: none !important;
}

/* Cards must stay visible on reduced-motion devices */

@media (prefers-reduced-motion: reduce) {
  #dubc-blog-section .dubc-blog__animate {
    opacity: 1 !important;
    visibility: visible !important;
    clip-path: none !important;
    transform: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-133f0d2 */@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@600;700&display=swap");

/* =========================================================
   DURA ULTIMA — CHOOSE DURA ULTIMA
========================================================= */

#du-choose-section,
#du-choose-section * {
  box-sizing: border-box;
}

#du-choose-section {
  --duchoose-primary: #da252c;
  --duchoose-hover: #b71e24;
  --duchoose-dark: #111111;
  --duchoose-secondary: #1a1a1a;
  --duchoose-light: #f8f8f8;
  --duchoose-white: #ffffff;
  --duchoose-text: #5f5f5f;
  --duchoose-border: #e6e6e6;

  --duchoose-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --duchoose-bg-y: 0px;
  --duchoose-mouse-x: 0;
  --duchoose-mouse-y: 0;

  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  padding: 115px 0;
  background: var(--duchoose-dark);
  color: var(--duchoose-white);
  font-family: "Inter", sans-serif;
}

#du-choose-section a {
  color: inherit;
  text-decoration: none;
}

#du-choose-section img,
#du-choose-section svg {
  display: block;
}

.duchoose__container {
  position: relative;
  z-index: 3;
  width: min(100% - 48px, 1500px);
  margin: 0 auto;
}

/* =========================================================
   BACKGROUND
========================================================= */

.duchoose__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.duchoose__background::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 18% 43%,
      rgba(218, 37, 44, 0.13),
      transparent 31%
    ),
    radial-gradient(
      circle at 90% 78%,
      rgba(255, 255, 255, 0.035),
      transparent 30%
    );
  content: "";
}

.duchoose__grid {
  position: absolute;
  inset: -100px 0;
  opacity: 0.24;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px
    );
  background-size: 88px 88px;
  transform: translateY(var(--duchoose-bg-y));
  will-change: transform;
}

.duchoose__slats {
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  opacity: 0.18;
  background:
    repeating-linear-gradient(
      0deg,
      transparent 0,
      transparent 18px,
      rgba(255, 255, 255, 0.055) 18px,
      rgba(255, 255, 255, 0.055) 20px
    );
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 48%,
    #000
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 48%,
    #000
  );
}

.duchoose__beam {
  position: absolute;
  top: -40%;
  bottom: -40%;
  left: -28%;
  width: 18%;
  opacity: 0;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.075),
    transparent
  );
  filter: blur(17px);
  transform: skewX(-18deg);
}

.duchoose.is-in-view .duchoose__beam {
  animation: duchooseBeam 9s ease-in-out infinite;
}

@keyframes duchooseBeam {
  0% {
    left: -28%;
    opacity: 0;
  }

  18% {
    opacity: 0.8;
  }

  72% {
    opacity: 0.22;
  }

  100% {
    left: 115%;
    opacity: 0;
  }
}

.duchoose__watermark {
  position: absolute;
  right: -55px;
  bottom: 35px;
  color: rgba(255, 255, 255, 0.025);
  font-family: "Poppins", sans-serif;
  font-size: clamp(105px, 14vw, 220px);
  font-weight: 700;
  letter-spacing: -11px;
  line-height: 0.8;
  white-space: nowrap;
  transform: translateY(var(--duchoose-bg-y));
}

.duchoose__line {
  position: absolute;
  width: 1px;
  height: 560px;
  background: linear-gradient(
    transparent,
    rgba(218, 37, 44, 0.48),
    transparent
  );
  transform: rotate(32deg);
}

.duchoose__line--one {
  top: -20px;
  left: 10%;
}

.duchoose__line--two {
  top: 80px;
  left: 15%;
  opacity: 0.38;
}

/* =========================================================
   TOPLINE
========================================================= */

.duchoose__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 72px;
  padding-bottom: 22px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.duchoose__section-index {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.9px;
  text-transform: uppercase;
}

.duchoose__section-number {
  color: var(--duchoose-primary);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.duchoose__section-rule {
  width: 42px;
  height: 1px;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.4);
}

.duchoose__topline p {
  max-width: 545px;
  margin: 0;
  color: rgba(255, 255, 255, 0.43);
  font-size: 11px;
  line-height: 1.7;
  text-align: right;
}

/* =========================================================
   MAIN LAYOUT
========================================================= */

.duchoose__layout {
  display: grid;
  grid-template-columns: minmax(450px, 0.86fr) minmax(570px, 1.14fr);
  align-items: center;
  gap: clamp(65px, 7vw, 115px);
}

/* =========================================================
   CONTENT
========================================================= */

.duchoose__content {
  position: relative;
  min-width: 0;
}

.duchoose__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 23px;
  overflow: hidden;
  color: var(--duchoose-primary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.duchoose__eyebrow-line {
  width: 40px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--duchoose-primary);
}

.duchoose__title {
  max-width: 750px;
  margin: 0;
  color: var(--duchoose-white);
  font-family: "Poppins", sans-serif;
  font-size: clamp(50px, 5.5vw, 82px);
  font-weight: 700;
  letter-spacing: -4.5px;
  line-height: 1;
}

.duchoose__title span,
.duchoose__title strong {
  display: block;
  overflow: hidden;
}

.duchoose__title strong {
  margin-top: 11px;
  color: var(--duchoose-primary);
  font-size: clamp(25px, 3vw, 46px);
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.08;
}

.duchoose__description {
  max-width: 670px;
  margin: 31px 0 0;
  padding-left: 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.19);
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.85;
}

/* =========================================================
   ACTIONS
========================================================= */

.duchoose__actions {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 37px;
}

.duchoose__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-width: 165px;
  min-height: 58px;
  padding: 0 27px;
  overflow: hidden;
  border: 1px solid var(--duchoose-primary);
  border-radius: 4px;
  background: var(--duchoose-primary);
  color: var(--duchoose-white) !important;
  font-size: 12px;
  font-weight: 600;
  transition:
    border-color 280ms ease,
    background-color 280ms ease,
    box-shadow 280ms ease,
    transform 280ms var(--duchoose-ease);
}

.duchoose__button::before {
  position: absolute;
  top: -60%;
  bottom: -60%;
  left: -55%;
  width: 34%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.23),
    transparent
  );
  content: "";
  transform: skewX(-20deg);
  transition: left 650ms var(--duchoose-ease);
}

.duchoose__button:hover::before {
  left: 125%;
}

.duchoose__button span,
.duchoose__button svg {
  position: relative;
  z-index: 2;
}

.duchoose__button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 280ms var(--duchoose-ease);
}

.duchoose__button:hover {
  border-color: var(--duchoose-hover);
  background: var(--duchoose-hover);
  box-shadow: 0 16px 38px rgba(218, 37, 44, 0.24);
  transform: translateY(-3px);
}

.duchoose__button:hover svg {
  transform: translateX(5px);
}

.duchoose__button:focus-visible {
  outline: 2px solid var(--duchoose-white);
  outline-offset: 4px;
}

.duchoose__assurance {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  max-width: 280px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  line-height: 1.65;
}

.duchoose__assurance-mark {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  margin-top: 5px;
  background: var(--duchoose-primary);
}

/* =========================================================
   APPLICATION STRIP
========================================================= */

.duchoose__applications {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 52px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.duchoose__applications > div {
  position: relative;
  min-width: 0;
  padding: 20px 17px;
}

.duchoose__applications > div:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.duchoose__applications span {
  display: block;
  margin-bottom: 6px;
  color: var(--duchoose-primary);
  font-family: "Poppins", sans-serif;
  font-size: 8px;
  font-weight: 700;
}

.duchoose__applications strong {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

/* =========================================================
   QUALITY MATRIX
========================================================= */

.duchoose__matrix {
  min-width: 0;
  perspective: 1400px;
}

.duchoose__matrix-frame {
  position: relative;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: #171717;
  box-shadow:
    0 42px 105px rgba(0, 0, 0, 0.46),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  transform:
    rotateY(calc(var(--duchoose-mouse-x) * 0.035deg))
    rotateX(calc(var(--duchoose-mouse-y) * -0.03deg));
  transform-style: preserve-3d;
  transition: transform 220ms ease-out;
  will-change: transform;
}

.duchoose__matrix-frame::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px
    );
  background-size: 48px 48px;
  content: "";
}

.duchoose__matrix-frame::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 34%;
  height: 6px;
  background: var(--duchoose-primary);
  content: "";
}

/* Matrix Header */

.duchoose__matrix-header {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  min-height: 60px;
  padding: 0 8px 17px;
}

.duchoose__matrix-header > div:first-child span {
  display: block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.33);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.duchoose__matrix-header strong {
  color: rgba(255, 255, 255, 0.82);
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.duchoose__matrix-status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.duchoose__status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--duchoose-primary);
  box-shadow: 0 0 13px rgba(218, 37, 44, 0.78);
}

.duchoose.is-in-view .duchoose__status-dot {
  animation: duchooseStatusPulse 2s ease-in-out infinite;
}

@keyframes duchooseStatusPulse {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(0.8);
  }

  50% {
    opacity: 1;
    transform: scale(1.25);
  }
}

/* =========================================================
   ACTIVE DISPLAY
========================================================= */

.duchoose__active-display {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 27px;
  min-height: 145px;
  padding: 24px 27px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(
      110deg,
      rgba(218, 37, 44, 0.09),
      transparent 45%
    ),
    #121212;
}

.duchoose__active-display::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--duchoose-primary);
  content: "";
}

.duchoose__active-ring {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  flex: 0 0 auto;
}

.duchoose__active-ring-outer,
.duchoose__active-ring-inner {
  position: absolute;
  border-radius: 50%;
}

.duchoose__active-ring-outer {
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top-color: var(--duchoose-primary);
  border-right-color: var(--duchoose-primary);
}

.duchoose.is-in-view .duchoose__active-ring-outer {
  animation: duchooseRingRotate 9s linear infinite;
}

.duchoose__active-ring-inner {
  inset: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
}

.duchoose.is-in-view .duchoose__active-ring-inner {
  animation: duchooseRingReverse 12s linear infinite;
}

@keyframes duchooseRingRotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes duchooseRingReverse {
  to {
    transform: rotate(-360deg);
  }
}

.duchoose__active-number {
  position: relative;
  z-index: 2;
  color: var(--duchoose-white);
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.duchoose__active-copy span {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.36);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.duchoose__active-copy strong {
  display: block;
  color: var(--duchoose-white);
  font-family: "Poppins", sans-serif;
  font-size: clamp(22px, 2.4vw, 36px);
  font-weight: 600;
  letter-spacing: -1.2px;
  line-height: 1.15;
}

.duchoose__active-scan {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  width: 1px;
  opacity: 0;
  background: var(--duchoose-primary);
  box-shadow:
    0 0 14px rgba(218, 37, 44, 0.8),
    0 0 38px rgba(218, 37, 44, 0.28);
}

.duchoose.is-in-view .duchoose__active-scan {
  animation: duchooseActiveScan 6.5s ease-in-out infinite;
}

@keyframes duchooseActiveScan {
  0%,
  15% {
    left: -15%;
    opacity: 0;
  }

  25% {
    opacity: 0.7;
  }

  72% {
    opacity: 0.35;
  }

  88%,
  100% {
    left: 115%;
    opacity: 0;
  }
}

/* =========================================================
   FEATURES
========================================================= */

.duchoose__features {
  position: relative;
  z-index: 3;
  margin-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.duchoose__feature {
  position: relative;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 126px;
  padding: 22px 8px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  cursor: pointer;
  outline: none;
  transition:
    padding-left 450ms var(--duchoose-ease),
    background-color 350ms ease;
}

.duchoose__feature::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: var(--duchoose-primary);
  content: "";
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 450ms var(--duchoose-ease);
}

.duchoose__feature.is-active {
  padding-left: 22px;
  background: rgba(255, 255, 255, 0.035);
}

.duchoose__feature.is-active::before {
  transform: scaleY(1);
}

.duchoose__feature:focus-visible {
  outline: 2px solid var(--duchoose-primary);
  outline-offset: -2px;
}

.duchoose__feature-number {
  color: var(--duchoose-primary);
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.duchoose__feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.48);
  transition:
    border-color 350ms ease,
    background-color 350ms ease,
    color 350ms ease,
    transform 450ms var(--duchoose-ease);
}

.duchoose__feature-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.duchoose__feature-icon path,
.duchoose__feature-icon circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 0;
}

.duchoose__feature.is-active .duchoose__feature-icon {
  border-color: var(--duchoose-primary);
  background: rgba(218, 37, 44, 0.1);
  color: var(--duchoose-primary);
  transform: translateY(-3px);
}

.duchoose__feature-copy h3 {
  margin: 0 0 7px;
  color: var(--duchoose-white);
  font-family: "Poppins", sans-serif;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 600;
  letter-spacing: -0.6px;
  transition:
    color 300ms ease,
    transform 400ms var(--duchoose-ease);
}

.duchoose__feature.is-active .duchoose__feature-copy h3 {
  color: var(--duchoose-primary);
  transform: translateX(6px);
}

.duchoose__feature-copy p {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  line-height: 1.7;
}

.duchoose__feature-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.45);
  transition:
    border-color 300ms ease,
    background-color 300ms ease,
    color 300ms ease,
    transform 400ms var(--duchoose-ease);
}

.duchoose__feature-arrow svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.duchoose__feature.is-active .duchoose__feature-arrow {
  border-color: var(--duchoose-primary);
  background: var(--duchoose-primary);
  color: var(--duchoose-white);
  transform: rotate(-45deg);
}

.duchoose__feature-progress {
  position: absolute;
  right: 100%;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--duchoose-primary);
}

.duchoose.is-in-view:not(.is-paused)
  .duchoose__feature.is-active
  .duchoose__feature-progress {
  animation: duchooseFeatureProgress 4.8s linear forwards;
}

@keyframes duchooseFeatureProgress {
  from {
    right: 100%;
  }

  to {
    right: 0;
  }
}

/* Matrix Footer */

.duchoose__matrix-footer {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 52px;
  padding-top: 17px;
}

.duchoose__matrix-footer span {
  color: rgba(255, 255, 255, 0.32);
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 1.1px;
  text-align: center;
  text-transform: uppercase;
}

.duchoose__matrix-footer span:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

/* =========================================================
   ACTIVE TEXT CHANGE
========================================================= */

.duchoose__active-number.is-changing,
.duchoose__active-title.is-changing {
  animation: duchooseMetaChange 480ms var(--duchoose-ease);
}

@keyframes duchooseMetaChange {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  42% {
    opacity: 0;
    transform: translateY(-11px);
  }

  43% {
    opacity: 0;
    transform: translateY(11px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================================
   SECTION ENTRANCE
   Hidden states only activate after JS initialises.
========================================================= */

.duchoose.duchoose--motion-ready:not(.is-entered)
  .duchoose__topline {
  clip-path: inset(0 100% 0 0);
  transform: translateX(-38px);
}

.duchoose.duchoose--motion-ready.is-entered
  .duchoose__topline {
  clip-path: inset(0);
  transform: translateX(0);
  transition:
    clip-path 950ms var(--duchoose-ease) 60ms,
    transform 950ms var(--duchoose-ease) 60ms;
}

.duchoose.duchoose--motion-ready:not(.is-entered)
  .duchoose__section-rule {
  width: 0;
}

.duchoose.duchoose--motion-ready.is-entered
  .duchoose__section-rule {
  width: 42px;
  transition: width 600ms var(--duchoose-ease) 420ms;
}

.duchoose.duchoose--motion-ready:not(.is-entered)
  .duchoose__eyebrow {
  clip-path: inset(0 100% 0 0);
  transform: translateX(35px);
}

.duchoose.duchoose--motion-ready.is-entered
  .duchoose__eyebrow {
  clip-path: inset(0);
  transform: translateX(0);
  transition:
    clip-path 700ms var(--duchoose-ease) 220ms,
    transform 700ms var(--duchoose-ease) 220ms;
}

.duchoose.duchoose--motion-ready:not(.is-entered)
  .duchoose__title span,
.duchoose.duchoose--motion-ready:not(.is-entered)
  .duchoose__title strong {
  clip-path: inset(100% 0 0 0);
  transform: translateY(65px);
}

.duchoose.duchoose--motion-ready.is-entered
  .duchoose__title span,
.duchoose.duchoose--motion-ready.is-entered
  .duchoose__title strong {
-entered
  .duchoose__  clip-path: inset(0);
  transform: translateY(0);
  transition:
    clip-path 950ms var(--duchoose-ease),
    transform 950ms var(--duchoose-ease);
}

.duchoose.duchoose--motion-ready.is-entered
  .duchoose__title span:nth-child(1) {
  transition-delay: 310ms;
}

.duchoose.duchoose--motion-ready.is-entered
  .duchoose__title span:nth-child(2) {
  transition-delay: 420ms;
}

.duchoose.duchoose--motion-ready.is-entered
  .duchoose__title strong {
  transition-delay: 540ms;
}

.duchoose.duchoose--motion-ready:not(.is-entered)
  .duchoose__description {
  clip-path: inset(0 100% 0 0);
  transform: translateX(40px);
}

.duchoose.duchoose--motion-ready.is-entered
  .duchoose__description {
  clip-path: inset(0);
  transform: translateX(0);
  transition:
    clip-path 850ms var(--duchoose-ease) 670ms,
    transform 850ms var(--duchoose-ease) 670ms;
}

.duchoose.duchoose--motion-ready:not(.is-entered)
  .duchoose__actions,
.duchoose.duchoose--motion-ready:not(.is-entered)
  .duchoose__applications {
  opacity: 0;
  clip-path: inset(100% 0 0 0);
  transform: translateY(35px);
}

.duchoose.duchoose--motion-ready.is-entered
  .duchoose__actions,
.duchoose.duchoose--motion-ready.is-entered
  .duchoose__applications {
  opacity: 1;
  clip-path: inset(0);
  transform: translateY(0);
  transition:
    opacity 500ms ease,
    clip-path 850ms var(--duchoose-ease),
    transform 850ms var(--duchoose-ease);
}

.duchoose.duchoose--motion-ready.is-entered
  .duchoose__actions {
  transition-delay: 790ms;
}

.duchoose.duchoose--motion-ready.is-entered
  .duchoose__applications {
  transition-delay: 920ms;
}

/* Matrix reveal */

.duchoose.duchoose--motion-ready:not(.is-entered)
  .duchoose__matrix-frame {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transform: translateX(70px) scale(0.97);
  box-shadow: none;
}

.duchoose.duchoose--motion-ready.is-entered
  .duchoose__matrix-frame {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transform: translateX(0) scale(1);
  box-shadow:
    0 42px 105px rgba(0, 0, 0, 0.46),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  transition:
    clip-path 1.15s var(--duchoose-ease) 260ms,
    transform 1.15s var(--duchoose-ease) 260ms,
    box-shadow 800ms ease 720ms;
}

/* Active display */

.duchoose.duchoose--motion-ready:not(.is-entered)
  .duchoose__active-display {
  clip-path: inset(0 50% 0 50%);
  transform: scaleX(0.94);
}

.duchoose.duchoose--motion-ready.is-entered
  .duchoose__active-display {
  clip-path: inset(0);
  transform: scaleX(1);
  transition:
    clip-path 900ms var(--duchoose-ease) 630ms,
    transform 900ms var(--duchoose-ease) 630ms;
}

/* Feature stagger */

.duchoose.duchoose--motion-ready:not(.is-entered)
  .duchoose__feature {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transform: translateX(48px);
}

.duchoose.duchoose--motion-ready.is-entered
  .duchoose__feature {
  opacity: 1;
  clip-path: inset(0);
  transform: translateX(0);
  transition:
    opacity 500ms ease,
    clip-path 850ms var(--duchoose-ease),
    transform 850ms var(--duchoose-ease),
    padding-left 450ms var(--duchoose-ease),
    background-color 350ms ease;
}

.duchoose.duchoose--motion-ready.is-entered
  .duchoose__feature:nth-child(1) {
  transition-delay: 760ms;
}

.duchoose.duchoose--motion-ready.is-entered
  .duchoose__feature:nth-child(2) {
  transition-delay: 890ms;
}

.duchoose.duchoose--motion-ready.is-entered
  .duchoose__feature:nth-child(3) {
  transition-delay: 1020ms;
}

/* Icon line drawing */

.duchoose.duchoose--motion-ready:not(.is-entered)
  .duchoose__feature-icon path,
.duchoose.duchoose--motion-ready:not(.is-entered)
  .duchoose__feature-icon circle {
  stroke-dashoffset: 110;
}

.duchoose.duchoose--motion-ready.is-entered
  .duchoose__feature-icon path,
.duchoose.duchoose--motion-ready.is-entered
  .duchoose__feature-icon circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1.25s ease 1.05s;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1200px) {
  .duchoose__layout {
    grid-template-columns:
      minmax(400px, 0.86fr)
      minmax(500px, 1.14fr);
    gap: 58px;
  }

  .duchoose__title {
    font-size: clamp(45px, 5vw, 70px);
  }

  .duchoose__feature {
    gap: 15px;
  }
}

@media (max-width: 1024px) {
  #du-choose-section {
    padding: 100px 0;
  }

  .duchoose__container {
    width: min(100% - 40px, 900px);
  }

  .duchoose__layout {
    grid-template-columns: 1fr;
    gap: 70px;
  }

  .duchoose__content {
    max-width: 800px;
  }

  .duchoose__matrix {
    max-width: 900px;
  }

  .duchoose__matrix-frame {
    transform: none;
  }
}

@media (max-width: 767px) {
  #du-choose-section {
    padding: 78px 0;
  }

  .duchoose__container {
    width: min(100% - 34px, 680px);
  }

  .duchoose__watermark {
    display: none;
  }

  .duchoose__slats {
    width: 75%;
  }

  .duchoose__topline {
    display: block;
    margin-bottom: 50px;
  }

  .duchoose__topline p {
    margin-top: 14px;
    text-align: left;
  }

  .duchoose__layout {
    gap: 55px;
  }

  .duchoose__title {
    font-size: clamp(43px, 12vw, 61px);
    letter-spacing: -3px;
  }

  .duchoose__title strong {
    font-size: clamp(24px, 7vw, 35px);
    letter-spacing: -1.4px;
  }

  .duchoose__description {
    padding-left: 18px;
    font-size: 13px;
  }

  .duchoose__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .duchoose__button {
    width: 100%;
  }

  .duchoose__assurance {
    max-width: none;
  }

  .duchoose__applications > div {
    padding: 18px 10px;
  }

  .duchoose__applications strong {
    font-size: 8px;
  }

  .duchoose__matrix-frame {
    padding: 14px;
  }

  .duchoose__active-display {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    min-height: 130px;
    padding: 21px 19px;
  }

  .duchoose__active-ring {
    width: 70px;
    height: 70px;
  }

  .duchoose__active-copy strong {
    font-size: 22px;
  }

  .duchoose__feature {
    grid-template-columns: auto auto minmax(0, 1fr);
    min-height: 128px;
    gap: 14px;
    padding: 21px 5px;
  }

  .duchoose__feature-arrow {
    display: none;
  }

  .duchoose__feature-copy h3 {
    font-size: 18px;
  }

  .duchoose__feature-copy p {
    font-size: 9px;
  }

  .duchoose__matrix-footer {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 14px 0 4px;
  }

  .duchoose__matrix-footer span {
    border-right: 0 !important;
  }

  .duchoose.duchoose--motion-ready:not(.is-entered)
    .duchoose__matrix-frame {
    clip-path: inset(100% 0 0 0);
    transform: translateY(50px);
  }

  .duchoose.duchoose--motion-ready.is-entered
    .duchoose__matrix-frame {
    clip-path: inset(0);
    transform: translateY(0);
  }
}

@media (max-width: 480px) {
  .duchoose__title {
    font-size: 40px;
  }

  .duchoose__title strong {
    font-size: 25px;
  }

  .duchoose__applications {
    grid-template-columns: 1fr;
  }

  .duchoose__applications > div:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .duchoose__active-display {
    grid-template-columns: 1fr;
  }

  .duchoose__active-ring {
    width: 62px;
    height: 62px;
  }

  .duchoose__matrix-status span:last-child {
    display: none;
  }

  .duchoose__feature-icon {
    width: 43px;
    height: 43px;
  }

  .duchoose__feature-icon svg {
    width: 24px;
    height: 24px;
  }
}

/* =========================================================
   ELEMENTOR EDITOR SAFETY
========================================================= */

body.elementor-editor-active #du-choose-section,
body.elementor-editor-preview #du-choose-section,
.elementor-editor-active #du-choose-section,
.elementor-editor-preview #du-choose-section {
  --duchoose-bg-y: 0px !important;
  --duchoose-mouse-x: 0 !important;
  --duchoose-mouse-y: 0 !important;
}

body.elementor-editor-active #du-choose-section *,
body.elementor-editor-preview #du-choose-section *,
.elementor-editor-active #du-choose-section *,
.elementor-editor-preview #du-choose-section * {
  opacity: 1 !important;
  clip-path: none !important;
  animation-play-state: paused !important;
}

body.elementor-editor-active
  #du-choose-section
  .duchoose__matrix-frame,
body.elementor-editor-preview
  #du-choose-section
  .duchoose__matrix-frame,
.elementor-editor-active
  #du-choose-section
  .duchoose__matrix-frame,
.elementor-editor-preview
  #du-choose-section
  .duchoose__matrix-frame {
  transform: none !important;
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  #du-choose-section,
  #du-choose-section *,
  #du-choose-section *::before,
  #du-choose-section *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  #du-choose-section {
    --duchoose-bg-y: 0px !important;
    --duchoose-mouse-x: 0 !important;
    --duchoose-mouse-y: 0 !important;
  }

  #du-choose-section *,
  #du-choose-section *::before,
  #du-choose-section *::after {
    opacity: 1 !important;
    clip-path: none !important;
    transform: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f219f91 */@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Poppins:wght@600;700&display=swap");

/* =========================================================
   DURA ULTIMA — PREMIUM CLIENT CAROUSEL
========================================================= */

#du-client-wall,
#du-client-wall * {
  box-sizing: border-box;
}

#du-client-wall {
  --ducl-primary: #da252c;
  --ducl-hover: #b71e24;
  --ducl-dark: #111111;
  --ducl-secondary: #1a1a1a;
  --ducl-light: #f8f8f8;
  --ducl-white: #ffffff;
  --ducl-text: #5f5f5f;
  --ducl-border: #e6e6e6;

  --ducl-gap: 16px;
  --ducl-visible: 5;
  --ducl-bg-y: 0px;
  --ducl-ease: cubic-bezier(0.22, 1, 0.36, 1);

  position: relative;
  isolation: isolate;
  width: 100%;
  overflow: hidden;
  padding: 108px 0;
  background: var(--ducl-light);
  color: var(--ducl-secondary);
  font-family: "Inter", sans-serif;
}

#du-client-wall img,
#du-client-wall svg {
  display: block;
}

.ducl__container {
  position: relative;
  z-index: 3;
  width: min(100% - 48px, 1500px);
  margin: 0 auto;
}

/* =========================================================
   BACKGROUND
========================================================= */

.ducl__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.ducl__background::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 14% 26%,
      rgba(218, 37, 44, 0.055),
      transparent 29%
    ),
    radial-gradient(
      circle at 88% 78%,
      rgba(17, 17, 17, 0.035),
      transparent 30%
    );
  content: "";
}

.ducl__grid {
  position: absolute;
  inset: -100px 0;
  opacity: 0.46;
  background-image:
    linear-gradient(
      rgba(17, 17, 17, 0.035) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(17, 17, 17, 0.035) 1px,
      transparent 1px
    );
  background-size: 92px 92px;
  transform: translateY(var(--ducl-bg-y));
  will-change: transform;
}

.ducl__glow {
  position: absolute;
  top: 5%;
  right: -160px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(218, 37, 44, 0.07),
    transparent 68%
  );
}

.ducl__watermark {
  position: absolute;
  top: 105px;
  right: -30px;
  color: rgba(17, 17, 17, 0.025);
  font-family: "Poppins", sans-serif;
  font-size: clamp(115px, 15vw, 225px);
  font-weight: 700;
  letter-spacing: -11px;
  line-height: 0.8;
  white-space: nowrap;
  transform: translateY(var(--ducl-bg-y));
}

.ducl__line {
  position: absolute;
  width: 1px;
  height: 520px;
  background: linear-gradient(
    transparent,
    rgba(218, 37, 44, 0.32),
    transparent
  );
  transform: rotate(32deg);
}

.ducl__line--one {
  top: -10px;
  left: 10%;
}

.ducl__line--two {
  top: 90px;
  left: 15%;
  opacity: 0.4;
}

/* =========================================================
   TOPLINE
========================================================= */

.ducl__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 58px;
  padding-bottom: 21px;
  overflow: hidden;
  border-bottom: 1px solid var(--ducl-border);
}

.ducl__section-label {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #777777;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.9px;
  text-transform: uppercase;
}

.ducl__section-number {
  color: var(--ducl-primary);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.ducl__section-rule {
  width: 42px;
  height: 1px;
  flex: 0 0 auto;
  background: #a0a0a0;
}

.ducl__topline p {
  max-width: 570px;
  margin: 0;
  color: #7b7b7b;
  font-size: 11px;
  line-height: 1.7;
  text-align: right;
}

/* =========================================================
   HEADER
========================================================= */

.ducl__header {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 52px;
}

.ducl__eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 19px;
  color: var(--ducl-primary);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ducl__eyebrow-line {
  width: 40px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--ducl-primary);
}

.ducl__heading h2 {
  margin: 0;
  color: var(--ducl-secondary);
  font-family: "Poppins", sans-serif;
  font-size: clamp(54px, 6vw, 90px);
  font-weight: 700;
  letter-spacing: -5px;
  line-height: 0.98;
}

.ducl__heading h2 strong {
  display: block;
  color: var(--ducl-primary);
  font-weight: 700;
}

.ducl__header-side {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  padding: 8px 0 8px 27px;
  border-left: 1px solid #cccccc;
}

.ducl__header-side p {
  max-width: 390px;
  margin: 0;
  color: var(--ducl-text);
  font-size: 12px;
  line-height: 1.8;
}

/* =========================================================
   CONTROLS
========================================================= */

.ducl__controls {
  display: flex;
  align-items: center;
  gap: 7px;
  flex: 0 0 auto;
}

#du-client-wall .ducl__control {
  all: unset !important;

  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 1px solid #cfcfcf !important;
  border-radius: 0 !important;

  background: var(--ducl-white) !important;
  color: var(--ducl-secondary) !important;
  box-shadow: none !important;

  cursor: pointer !important;
  transition:
    color 280ms ease,
    border-color 280ms ease,
    background-color 280ms ease,
    transform 280ms var(--ducl-ease) !important;
}

#du-client-wall .ducl__control:hover {
  border-color: var(--ducl-primary) !important;
  background: var(--ducl-primary) !important;
  color: var(--ducl-white) !important;
  transform: translateY(-2px);
}

#du-client-wall .ducl__control:focus-visible {
  outline: 2px solid var(--ducl-primary) !important;
  outline-offset: 3px !important;
}

.ducl__control svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ducl__play-icon {
  display: none !important;
}

.ducl__control.is-paused .ducl__pause-icon {
  display: none !important;
}

.ducl__control.is-paused .ducl__play-icon {
  display: block !important;
}

/* =========================================================
   CAROUSEL
========================================================= */

.ducl__carousel {
  position: relative;
  padding: 25px 25px 22px;
  overflow: hidden;
  border-top: 4px solid var(--ducl-primary);
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 28px 70px rgba(17, 17, 17, 0.1);
}

.ducl__carousel::before {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(
      rgba(17, 17, 17, 0.032) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(17, 17, 17, 0.032) 1px,
      transparent 1px
    );
  background-size: 46px 46px;
  content: "";
  pointer-events: none;
}

/* =========================================================
   VIEWPORT
========================================================= */

.ducl__viewport {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
}

.ducl__viewport.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.ducl__viewport:focus-visible {
  outline: 2px solid var(--ducl-primary);
  outline-offset: 4px;
}

/* =========================================================
   TRACK
========================================================= */

.ducl__track {
  display: flex;
  align-items: stretch;
  gap: var(--ducl-gap);
  width: max-content;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

/* =========================================================
   LOGO CARD — FIVE VISIBLE
========================================================= */

.ducl__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  width: calc(
    (
      min(100vw - 98px, 1450px) -
      (var(--ducl-gap) * 4)
    ) / 5
  );

  min-width: calc(
    (
      min(100vw - 98px, 1450px) -
      (var(--ducl-gap) * 4)
    ) / 5
  );

  height: 174px;
  padding: 28px 23px;
  overflow: hidden;

  border: 1px solid #e0e0e0;
  background: var(--ducl-white);

  box-shadow: 0 12px 30px rgba(17, 17, 17, 0.055);

  transition:
    border-color 350ms ease,
    box-shadow 400ms ease,
    transform 450ms var(--ducl-ease);
}

.ducl__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  background: var(--ducl-primary);
  content: "";
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 450ms var(--ducl-ease);
}

.ducl__item::after {
  position: absolute;
  right: 100%;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--ducl-primary);
  content: "";
  transition: right 500ms var(--ducl-ease);
}

.ducl__item:hover {
  z-index: 3;
  border-color: rgba(218, 37, 44, 0.42);
  box-shadow: 0 22px 48px rgba(17, 17, 17, 0.12);
  transform: translateY(-6px);
}

.ducl__item:hover::before {
  transform: scaleY(1);
}

.ducl__item:hover::after {
  right: 0;
}

.ducl__item img {
  width: auto;
  max-width: 84%;
  height: auto;
  max-height: 92px;
  object-fit: contain;
  object-position: center;

  opacity: 0.82;
  filter: saturate(0.9);

  transform: scale(0.96);

  transition:
    opacity 350ms ease,
    filter 350ms ease,
    transform 450ms var(--ducl-ease);
}

.ducl__item:hover img {
  opacity: 1;
  filter: saturate(1);
  transform: scale(1);
}

.ducl__item.is-clone {
  pointer-events: auto;
}

/* =========================================================
   BOTTOM RAIL
========================================================= */

.ducl__bottom-rail {
  position: relative;
  z-index: 3;
  margin-top: 22px;
}

.ducl__progress {
  position: relative;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: #dddddd;
}

.ducl__progress-fill {
  display: block;
  width: 0;
  height: 100%;
  background: var(--ducl-primary);
  transition: width 120ms linear;
}

.ducl__categories {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  padding-top: 17px;
}

.ducl__categories span {
  color: #969696;
  font-size: 7px;
  font-weight: 600;
  letter-spacing: 1.15px;
  text-align: center;
  text-transform: uppercase;
}

.ducl__categories span:not(:last-child) {
  border-right: 1px solid #dddddd;
}

/* =========================================================
   SECTION ENTRANCE
========================================================= */

.ducl.ducl--motion-ready:not(.is-entered)
  .ducl__topline {
  clip-path: inset(0 100% 0 0);
  transform: translateX(-38px);
}

.ducl.ducl--motion-ready.is-entered
  .ducl__topline {
  clip-path: inset(0);
  transform: translateX(0);
  transition:
    clip-path 950ms var(--ducl-ease) 60ms,
    transform 950ms var(--ducl-ease) 60ms;
}

.ducl.ducl--motion-ready:not(.is-entered)
  .ducl__section-rule {
  width: 0;
}

.ducl.ducl--motion-ready.is-entered
  .ducl__section-rule {
  width: 42px;
  transition: width 600ms var(--ducl-ease) 400ms;
}

.ducl.ducl--motion-ready:not(.is-entered)
  .ducl__eyebrow {
  clip-path: inset(0 100% 0 0);
  transform: translateX(35px);
}

.ducl.ducl--motion-ready.is-entered
  .ducl__eyebrow {
  clip-path: inset(0);
  transform: translateX(0);
  transition:
    clip-path 720ms var(--ducl-ease) 220ms,
    transform 720ms var(--ducl-ease) 220ms;
}

.ducl.ducl--motion-ready:not(.is-entered)
  .ducl__heading h2 {
  clip-path: inset(100% 0 0 0);
  transform: translateY(65px);
}

.ducl.ducl--motion-ready.is-entered
  .ducl__heading h2 {
  clip-path: inset(0);
  transform: translateY(0);
  transition:
    clip-path 1s var(--ducl-ease) 310ms,
    transform 1s var(--ducl-ease) 310ms;
}

.ducl.ducl--motion-ready:not(.is-entered)
  .ducl__header-side {
  clip-path: inset(0 0 0 100%);
  transform: translateX(45px);
}

.ducl.ducl--motion-ready.is-entered
  .ducl__header-side {
  clip-path: inset(0);
  transform: translateX(0);
  transition:
    clip-path 850ms var(--ducl-ease) 480ms,
    transform 850ms var(--ducl-ease) 480ms;
}

.ducl.ducl--motion-ready:not(.is-entered)
  .ducl__carousel {
  clip-path: inset(0 100% 0 0);
  transform: translateX(-55px);
  box-shadow: none;
}

.ducl.ducl--motion-ready.is-entered
  .ducl__carousel {
  clip-path: inset(0);
  transform: translateX(0);
  box-shadow: 0 28px 70px rgba(17, 17, 17, 0.1);
  transition:
    clip-path 1.15s var(--ducl-ease) 620ms,
    transform 1.15s var(--ducl-ease) 620ms,
    box-shadow 800ms ease 900ms;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {
  #du-client-wall {
    --ducl-visible: 3;
    padding: 94px 0;
  }

  .ducl__container {
    width: min(100% - 40px, 920px);
  }

  .ducl__header {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ducl__header-side {
    max-width: 700px;
  }

  .ducl__item {
    width: calc(
      (
        min(100vw - 90px, 870px) -
        (var(--ducl-gap) * 2)
      ) / 3
    );

    min-width: calc(
      (
        min(100vw - 90px, 870px) -
        (var(--ducl-gap) * 2)
      ) / 3
    );

    height: 165px;
    padding: 25px 18px;
  }

  .ducl__item img {
    max-width: 86%;
    max-height: 84px;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {
  #du-client-wall {
    --ducl-visible: 1;
    padding: 75px 0;
  }

  .ducl__container {
    width: min(100% - 32px, 680px);
  }

  .ducl__watermark {
    display: none;
  }

  .ducl__topline {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 45px;
  }

  .ducl__topline p {
    max-width: 100%;
    text-align: left;
  }

  .ducl__header {
    margin-bottom: 38px;
  }

  .ducl__heading h2 {
    font-size: clamp(45px, 13vw, 63px);
    letter-spacing: -3px;
  }

  .ducl__header-side {
    align-items: flex-start;
    flex-direction: column;
    padding-left: 18px;
  }

  .ducl__header-side p {
    max-width: 100%;
  }

  .ducl__controls {
    width: 100%;
    justify-content: flex-end;
  }

  .ducl__carousel {
    padding: 16px 16px 20px;
  }

  .ducl__item {
    width: calc(100vw - 66px);
    min-width: calc(100vw - 66px);
    height: 175px;
    padding: 30px 22px;
  }

  .ducl__item:hover {
    transform: none;
  }

  .ducl__item img {
    max-width: 80%;
    max-height: 92px;
  }

  .ducl__categories {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .ducl__categories span {
    border-right: 0 !important;
  }
}

/* =========================================================
   ELEMENTOR EDITOR SAFETY
========================================================= */

body.elementor-editor-active #du-client-wall,
body.elementor-editor-preview #du-client-wall,
.elementor-editor-active #du-client-wall,
.elementor-editor-preview #du-client-wall {
  --ducl-bg-y: 0px !important;
}

body.elementor-editor-active #du-client-wall *,
body.elementor-editor-preview #du-client-wall *,
.elementor-editor-active #du-client-wall *,
.elementor-editor-preview #du-client-wall * {
  opacity: 1 !important;
  clip-path: none !important;
  animation-play-state: paused !important;
}

body.elementor-editor-active
  #du-client-wall
  .ducl__carousel,
body.elementor-editor-preview
  #du-client-wall
  .ducl__carousel {
  transform: none !important;
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  #du-client-wall,
  #du-client-wall *,
  #du-client-wall *::before,
  #du-client-wall *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }

  #du-client-wall {
    --ducl-bg-y: 0px !important;
  }

  #du-client-wall *,
  #du-client-wall *::before,
  #du-client-wall *::after {
    opacity: 1 !important;
    clip-path: none !important;
  }
}/* End custom CSS */