﻿html.w-mod-js:not(.w-mod-ix3) :is(.faq-text-wrapper, .contact-image, .contact-container, .heading.is-center, .marquee-horizontal_panel, .hero-image.is-bottom, .message-heading._01, .message-heading._02, .message-heading._03, .message-heading._04, .message-heading-wrapper, .project-box, .heading-grid, .hero-heading.is-top, .hero-heading.is-bottom, .latest-project-wrapper, .scroll-text, .navbar, .text-scroll, .text-scroll-heading, .hover-overplay, .about-image, .decription-text, .button-link, .stats-content-wrapper .heading-grid, .stats-grid, .marquee_horizontal_wrapper, .service-tabs-wrapper, .testimonial-silder, .hero-background-mask) {visibility: hidden !important;}
    :root {
      --du-ink: #1d1710;
      --du-graphite: #2e2923;
      --du-cream: #fff4df;
      --du-paper: #fffaf0;
      --du-sand: #ead2ad;
      --du-clay: #164f9f;
      --du-cocoa: #071b38;
      --du-olive: #5f7c5b;
      --du-accent: #075ac8;
      --du-sky: #58b7ff;
      --du-blue: #034da8;
      --du-mint: #2fa87c;
      --du-magenta: #b92872;
      --du-violet: #6738d6;
      --du-cyan: #00a7df;
      --du-line: rgba(29, 23, 16, .14);
      --du-h2-size: clamp(3rem, 4.4vw, 5.15rem);
      --du-h2-line: 1.04;
      --du-body-size: clamp(1.06rem, 1.25vw, 1.22rem);
      --du-body-line: 1.5;
      --du-card-title-size: clamp(1.75rem, 2.2vw, 2.55rem);
      --du-section-space: clamp(3.25rem, 6vw, 5.25rem);
    }
    body {
      background: var(--du-cream);
      color: var(--du-ink);
      font-family: Avenir, "Avenir Next", "Instrument Sans", Arial, sans-serif;
    }
    h1,
    h2,
    h3,
    .heading,
    .hero-heading,
    .du-card-title,
    .du-pin-text,
    .du-inspiration-heading,
    .du-brand-mark {
      font-family: "Day Roman", "Instrument Serif", Georgia, serif !important;
      letter-spacing: 0 !important;
    }
    .heading {
      font-size: var(--du-h2-size);
      line-height: var(--du-h2-line);
      font-weight: 400;
    }
    p,
    a,
    .text,
    .blog-date,
    .footer-link,
    .nav-link,
    .du-card-text,
    .du-lead,
    .du-caption,
    .du-card-number,
    .button-text {
      font-family: Avenir, "Avenir Next", "Instrument Sans", Arial, sans-serif !important;
      letter-spacing: 0 !important;
    }
    .text,
    .du-lead,
    .du-card-text,
    .blog-date,
    .du-bridge-note {
      font-size: var(--du-body-size);
      line-height: var(--du-body-line);
      font-weight: 500;
    }
    .page-main-wrapper {
      background:
        radial-gradient(circle at 8% 18%, rgba(3, 77, 168, .14), transparent 18rem),
        radial-gradient(circle at 92% 34%, rgba(0, 167, 223, .14), transparent 20rem),
        radial-gradient(circle at 18% 72%, rgba(88, 183, 255, .1), transparent 18rem),
        linear-gradient(180deg, var(--du-cream), var(--du-paper));
    }
    .w-webflow-badge {
      display: none !important;
    }
    .du-navbar.navbar {
      max-width: min(76rem, calc(100% - 2rem));
      min-height: 3.6rem;
      padding: .12rem .42rem .12rem .62rem;
      background-color: rgba(7, 27, 56, .58);
      -webkit-backdrop-filter: blur(26px);
      backdrop-filter: blur(16px);
    }
    .du-nav-flex {
      width: 100%;
      justify-content: space-between;
      align-items: center;
      display: flex;
      gap: 1.25rem;
    }
    .du-nav-logo {
      width: 6.7rem;
      flex: none;
      display: flex;
      align-items: center;
    }
    .du-nav-logo-image {
      width: 100%;
      display: block;
    }
    .du-nav-links {
      grid-column-gap: 1rem;
      grid-row-gap: .25rem;
      justify-content: center;
      align-items: center;
      display: flex;
      flex-wrap: wrap;
    }
    .du-navbar .nav-link {
      color: rgba(255, 250, 242, .72);
      white-space: nowrap;
      font-size: .92rem;
      padding-top: .35rem;
      padding-bottom: .35rem;
    }
    .du-navbar .nav-link:hover {
      color: var(--du-paper);
      border-bottom-color: var(--du-accent);
    }
    .du-back-top {
      position: fixed;
      left: clamp(1rem, 3vw, 2rem);
      bottom: clamp(1rem, 4vw, 2rem);
      z-index: 999;
      width: 3.25rem;
      height: 3.25rem;
      border: 1px solid rgba(0, 167, 223, .62);
      border-radius: 50%;
      background: rgba(7, 27, 56, .78);
      color: var(--du-paper);
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: Avenir, "Avenir Next", "Instrument Sans", Arial, sans-serif;
      font-size: 1.55rem;
      line-height: 1;
      cursor: pointer;
      opacity: 0;
      pointer-events: none;
      transform: translateY(.8rem);
      box-shadow: 0 1rem 2.6rem rgba(0, 0, 0, .22), 0 0 0 .18rem rgba(0, 167, 223, .1);
      transition: opacity .32s ease, transform .32s ease, border-color .32s ease, background-color .32s ease, box-shadow .32s ease;
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(8px);
    }
    .du-back-top.is-visible {
      opacity: .96;
      pointer-events: auto;
      transform: translateY(0);
    }
    .du-back-top:hover {
      border-color: rgba(88, 183, 255, .95);
      background: rgba(0, 91, 200, .44);
      box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, .28), 0 0 0 .24rem rgba(0, 167, 223, .18);
      transform: translateY(-.18rem);
    }
    .du-whatsapp-float {
      position: fixed;
      right: clamp(1rem, 3vw, 2rem);
      bottom: clamp(1rem, 4vw, 2rem);
      z-index: 999;
      width: 3.35rem;
      height: 3.35rem;
      border-radius: 50%;
      background: linear-gradient(135deg, #0fbf61, #078f49);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 1rem 2.6rem rgba(0, 0, 0, .24), 0 0 0 .2rem rgba(15, 191, 97, .12);
      transition: transform .28s ease, box-shadow .28s ease, filter .28s ease;
    }
    .du-whatsapp-float:hover {
      transform: translateY(-.2rem) scale(1.04);
      filter: saturate(1.08);
      box-shadow: 0 1.3rem 3rem rgba(0, 0, 0, .3), 0 0 0 .28rem rgba(15, 191, 97, .18);
    }
    .du-whatsapp-float svg {
      width: 1.62rem;
      height: 1.62rem;
      display: block;
    }
    .du-nav-cta.button-link {
      color: var(--du-paper);
      border: 1px solid rgba(255, 250, 242, .22);
      border-radius: var(--_radius---radius-xlarge);
      padding: .28rem .7rem;
      background: rgba(255, 250, 242, .08);
      flex: none;
    }
    .du-nav-cta .text-link {
      color: var(--du-paper);
      font-size: .92rem;
    }
    .du-hero.section.is-hero {
      min-height: 100svh;
      color: var(--du-paper);
      background-image: linear-gradient(45deg, rgba(79, 39, 22, .46) 0%, rgba(139, 75, 39, .28) 35%, rgba(192, 111, 58, .12) 65%, rgba(255, 250, 240, .04) 100%), linear-gradient(90deg, rgba(29, 23, 16, .48), rgba(29, 23, 16, .1) 48%, rgba(29, 23, 16, .36)), linear-gradient(180deg, rgba(29, 23, 16, .16), rgba(29, 23, 16, .02) 50%, rgba(29, 23, 16, .44)), url("../assets/ducastro-hero-room.png");
      background-position: 50%;
      background-size: cover;
      overflow: hidden;
    }
    .du-hero .container.is-hero {
      min-height: 100svh;
      align-items: stretch;
    }
    .du-hero .hero-heading-wrapper {
      width: min(72vw, 58rem);
      align-items: flex-start;
      margin-bottom: 0;
      top: clamp(21.5rem, 45vh, 25.5rem) !important;
    }
    .du-hero .hero-heading {
      color: var(--du-paper);
      text-align: left;
      text-transform: uppercase;
      letter-spacing: -.075em;
      font-size: clamp(3rem, 7.35vw, 6.85rem);
      line-height: .96;
    }
    .du-hero .hero-heading.is-bottom {
      max-width: 8.7ch;
      font-family: var(--_typography---font--family-font--heading);
      text-transform: none;
      letter-spacing: -.05em;
      font-style: italic;
      font-size: clamp(2.55rem, 5.9vw, 5.75rem);
      line-height: .94;
    }
    .du-hero .hero-heading-bottom {
      left: 0;
      margin-top: .85rem;
    }
    .du-hero-copy {
      max-width: 36rem;
      color: rgba(255, 250, 242, .82);
      margin-top: var(--spacing--small);
      font-size: var(--_typography---font--body--regular);
      line-height: 1.35;
    }
    .du-hero-actions {
      grid-column-gap: var(--spacing--xsmall);
      grid-row-gap: var(--spacing--xsmall);
      flex-wrap: wrap;
      align-items: center;
      margin-top: var(--spacing--small);
      display: flex;
    }
    .du-button.button {
      background-color: var(--du-accent);
      color: var(--du-paper);
      box-shadow: 0 0 0 1px rgba(0, 91, 200, .28), 0 0 30px rgba(0, 167, 223, .2);
      transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
      position: relative;
      overflow: visible;
      z-index: 0;
    }
    .du-button.button::after {
      content: "";
      border-radius: inherit;
      background: linear-gradient(90deg, #06336f, var(--du-blue), var(--du-cyan), var(--du-sky), #0b76e0, #2856d6);
      opacity: 0;
      position: absolute;
      inset: -3px;
      z-index: -1;
      transition: opacity .25s ease, filter .25s ease;
      filter: blur(.5px);
    }
    .du-button.button .button-text {
      position: relative;
      z-index: 1;
    }
    .du-button.button:hover {
      background-color: #034da8;
      transform: translateY(-4px);
      box-shadow: 0 0 0 1px rgba(0, 91, 200, .38), 0 0 38px rgba(0, 167, 223, .28);
    }
    .du-button.button:hover::after {
      opacity: 1;
    }
    .du-light-link.button-link .text-link {
      color: var(--du-paper);
    }
    .du-hero .latest-project-wrapper {
      width: 280px;
      background: rgba(255, 250, 242, .92);
      color: var(--du-ink);
      display: none;
    }
    .du-hero-stats {
      grid-column-gap: var(--spacing--small);
      grid-row-gap: var(--spacing--small);
      grid-template-columns: repeat(2, auto);
      align-items: end;
      display: grid;
      position: absolute;
      right: 7vw;
      bottom: 12vh;
      z-index: 2;
    }
    .du-hero-stat {
      min-width: 8.4rem;
      border-top: 1px solid rgba(255, 250, 242, .32);
      padding-top: var(--spacing--xxsmall);
      color: rgba(255, 250, 242, .72);
      font-size: var(--_typography---font--body--xsmall);
    }
    .du-hero-stat strong {
      color: var(--du-paper);
      font-size: clamp(2rem, 3vw, 3.4rem);
      line-height: .9;
      display: block;
      text-shadow: 0 0 22px rgba(88, 183, 255, .2);
    }
    .du-hero-swatch {
      display: none;
    }
    .du-hero .latest-project-image {
      aspect-ratio: 16 / 10;
      object-fit: cover;
      border-radius: .35rem;
    }
    .du-color-strip {
      grid-column-gap: .35rem;
      grid-row-gap: .35rem;
      align-items: center;
      display: flex;
    }
    .du-chip {
      width: 1.9rem;
      height: 1.9rem;
      border-radius: var(--_radius---round);
      border: 1px solid rgba(21, 17, 13, .12);
      display: inline-flex;
      box-shadow: 0 8px 18px rgba(21, 17, 13, .14);
    }
    .du-chip.is-orange { background: var(--du-accent); }
    .du-chip.is-gold { background: var(--du-sky); }
    .du-chip.is-blue { background: var(--du-blue); }
    .du-chip.is-mint { background: var(--du-mint); }
    .du-chip.is-magenta { background: var(--du-magenta); }
    .du-chip.is-clay { background: var(--du-clay); }
    .du-chip.is-sand { background: var(--du-sand); }
    .du-section {
      background:
        linear-gradient(135deg, rgba(255, 244, 223, .98), rgba(255, 250, 240, .94)),
        radial-gradient(circle at 88% 20%, rgba(0, 167, 223, .16), transparent 18rem);
    }
    .du-section.section,
    .du-section-paper.section,
    .du-section-soft.section,
    .du-section-dark.section {
      min-height: auto;
      padding-top: var(--du-section-space);
      padding-bottom: var(--du-section-space);
    }
    .du-section,
    .du-section-paper,
    .du-section-soft,
    .du-section-dark {
      position: relative;
      overflow: hidden;
    }
    .du-section .about-wrapper,
    .du-section-paper .about-wrapper,
    .du-section-soft .about-wrapper,
    .du-section-dark .about-wrapper {
      min-height: auto !important;
      display: block !important;
      justify-content: flex-start !important;
    }
    .du-section .heading-grid,
    .du-section-paper .heading-grid,
    .du-section-soft .heading-grid,
    .du-section-dark .heading-grid,
    .du-brand-panel .heading-grid,
    .du-brand-panel .text,
    .du-brand-panel .du-color-strip,
    .du-feature-card,
    .du-image-panel,
    .du-product-card,
    .du-brand-panel,
    .du-compare,
    .du-photo-grid {
      visibility: visible !important;
    }
    .du-section-paper {
      background:
        radial-gradient(circle at 90% 18%, rgba(3, 77, 168, .11), transparent 18rem),
        radial-gradient(circle at 8% 84%, rgba(0, 167, 223, .1), transparent 16rem),
        var(--du-paper);
    }
    .du-section-dark.section.is-brand {
      min-height: auto !important;
      background: var(--du-ink);
      color: var(--du-paper);
      padding-top: clamp(2rem, 3vw, 3rem) !important;
      padding-bottom: clamp(3rem, 5vw, 4rem);
    }
    .du-section-clay {
      background: linear-gradient(135deg, #06336f, #075ac8);
      color: var(--du-paper);
    }
    .du-section-soft.section.is-grey {
      min-height: auto;
      background-image: linear-gradient(90deg, rgba(255, 250, 240, .95) 0%, rgba(214, 235, 255, .84) 42%, rgba(3, 77, 168, .2) 100%), url("../assets/ducastro-texture-detail.png");
      background-position: 50%;
      background-size: cover;
      position: relative;
      overflow: hidden;
    }
    .du-section-soft.section.is-grey::after {
      content: "";
      background: linear-gradient(180deg, rgba(255, 250, 240, .18), rgba(255, 244, 223, .62));
      backdrop-filter: blur(4px);
      position: absolute;
      inset: 0;
      pointer-events: none;
    }
    .du-section-soft.section.is-grey > .container {
      position: relative;
      z-index: 1;
    }
    .du-eyebrow {
      color: var(--du-accent);
      text-transform: uppercase;
      letter-spacing: .08em;
      font-size: var(--_typography---font--body--xsmall);
      font-weight: 700;
      margin-bottom: var(--spacing--xxsmall);
      text-shadow: 0 0 18px rgba(0, 167, 223, .24);
    }
    .du-lead {
      max-width: 46ch;
      color: var(--du-graphite);
    }
    .du-section-dark .du-lead,
    .du-section-clay .du-lead {
      color: rgba(255, 250, 242, .82);
    }
    .du-section-dark .heading,
    .du-section-clay .heading {
      color: var(--du-paper);
    }
    .du-editorial-grid {
      grid-column-gap: clamp(1.5rem, 3vw, 2.75rem);
      grid-row-gap: clamp(1.5rem, 3vw, 2.75rem);
      grid-template-rows: auto;
      grid-template-columns: minmax(0, 1.05fr) minmax(18rem, .95fr);
      align-items: stretch;
      display: grid;
    }
    .heading-grid {
      position: relative;
      display: grid;
      grid-column-gap: clamp(1.5rem, 3.5vw, 3.75rem);
      grid-row-gap: clamp(1.15rem, 2.5vw, 2rem);
      grid-template-columns: minmax(20rem, .82fr) minmax(22rem, 1.18fr);
      align-items: center;
      margin-bottom: clamp(1.8rem, 3.5vw, 3rem);
    }
    .heading-grid::after {
      content: "";
      width: min(14rem, 42vw);
      height: .28rem;
      border-radius: 999px;
      background: linear-gradient(90deg, #06336f, var(--du-blue), var(--du-cyan), var(--du-sky), #0b76e0);
      position: absolute;
      left: 0;
      bottom: calc(clamp(.65rem, 1.4vw, 1.1rem) * -1);
      opacity: .72;
    }
    .heading-grid .heading {
      max-width: 12.25ch;
      font-size: var(--du-h2-size);
      line-height: var(--du-h2-line);
      font-weight: 400;
    }
    .heading-grid .text-wrapper {
      max-width: 38rem;
      align-self: center;
      justify-self: start;
    }
    .heading-grid .text,
    .heading-grid .du-lead {
      max-width: 45ch;
      font-size: var(--du-body-size);
      line-height: var(--du-body-line);
    }
    .du-image-panel {
      min-height: clamp(26rem, 42vw, 34rem);
      border-radius: var(--_radius---radius-medium);
      position: relative;
      overflow: hidden;
      box-shadow: 0 24px 60px rgba(21, 17, 13, .14);
      transition: transform .34s cubic-bezier(.22, 1, .36, 1), box-shadow .34s ease;
    }
    .du-image-panel:hover {
      transform: translateY(-12px) scale(1.012) !important;
      box-shadow: 0 34px 80px rgba(29, 23, 16, .22);
    }
    .du-image-panel img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    .du-image-panel.is-soft {
      min-height: clamp(19rem, 30vw, 25rem);
    }
    .du-image-panel.is-tall {
      min-height: clamp(32rem, 54vw, 40rem);
    }
    .du-caption {
      color: rgba(21, 17, 13, .66);
      font-size: var(--_typography---font--body--xsmall);
      margin-top: var(--spacing--xxsmall);
    }
    .du-pin-reveal .du-caption {
      color: rgba(255, 250, 240, .72);
    }
    .du-pin-reveal.is-differentials .du-caption {
      color: rgba(255, 250, 240, .72);
    }
    .du-tile-grid {
      grid-column-gap: var(--spacing--small);
      grid-row-gap: var(--spacing--small);
      grid-template-rows: auto;
      grid-template-columns: repeat(4, 1fr);
      display: grid;
    }
    .du-photo-grid {
      grid-column-gap: clamp(1rem, 2vw, 1.4rem);
      grid-row-gap: clamp(1rem, 2vw, 1.4rem);
      grid-template-columns: 1.2fr .8fr;
      align-items: stretch;
      display: grid;
      transition: transform .34s cubic-bezier(.22, 1, .36, 1);
    }
    .du-photo-grid:hover {
      transform: translateY(-10px) !important;
    }
    .du-photo-stack {
      grid-row-gap: clamp(1rem, 2vw, 1.4rem);
      flex-flow: column;
      display: flex;
    }
    .du-photo-stack .du-feature-card.project-box {
      min-height: clamp(11.5rem, 15vw, 13.5rem);
    }
    .du-photo-stack .du-image-panel.is-soft {
      flex: 1;
      min-height: clamp(20rem, 32vw, 25.5rem);
    }
    .du-photo-grid .du-image-panel.is-tall {
      height: 100%;
    }
    .du-pin-reveal {
      min-height: 260vh;
      background: linear-gradient(135deg, var(--pin-a, #244c8f) 0%, var(--pin-b, #04a9c8) 52%, var(--pin-c, #2fa87c) 120%);
      color: var(--du-paper);
      position: relative;
      transition: background .35s ease;
    }
    .du-pin-reveal .du-eyebrow {
      color: var(--du-paper);
      text-shadow: 0 0 18px rgba(7, 27, 56, .42);
    }
    .du-pin-reveal.is-differentials {
      background: linear-gradient(135deg, var(--pin-a, #244c8f) 0%, var(--pin-b, #04a9c8) 58%, var(--pin-c, #2fa87c) 140%);
      color: var(--du-paper);
    }
    .du-pin-reveal.is-differentials .du-pin-side .du-lead {
      color: rgba(255, 250, 240, .8);
    }
    .du-pin-reveal.is-differentials .du-progress-line {
      background: rgba(255, 250, 240, .22);
    }
    .du-pin-stage {
      min-height: 100vh;
      align-items: center;
      display: flex;
      position: sticky;
      top: 0;
      overflow: hidden;
    }
    .du-pin-stage::before {
      display: none;
    }
    .du-pin-layout {
      width: 100%;
      grid-column-gap: var(--spacing--regular);
      grid-row-gap: var(--spacing--regular);
      grid-template-columns: .85fr 1.15fr;
      align-items: center;
      display: grid;
      position: relative;
      z-index: 1;
    }
    .du-pin-text {
      max-width: 12ch;
      font-family: var(--_typography---font--family-font--body);
      font-size: clamp(4.4rem, 9vw, 11rem);
      font-weight: 500;
      line-height: .86;
      letter-spacing: -.06em;
      text-transform: uppercase;
    }
    .du-pin-word {
      opacity: .14;
      transform: translateY(.22em);
      transition: opacity .22s ease, transform .22s ease, color .22s ease;
      display: inline-block;
    }
    .du-pin-word.is-visible {
      opacity: 1;
      transform: translateY(0);
      color: var(--du-paper);
    }
    .du-pin-side {
      max-width: 38rem;
      justify-self: end;
    }
    .du-pin-side .du-lead {
      color: rgba(255, 250, 242, .78);
    }
    .du-progress-line {
      width: 100%;
      height: 1px;
      background: rgba(255, 250, 242, .2);
      margin-top: var(--spacing--regular);
      overflow: hidden;
    }
    .du-progress-line span {
      width: 0%;
      height: 100%;
      background: var(--du-cyan);
      box-shadow: 0 0 24px rgba(0, 167, 223, .38);
      display: block;
    }
    .du-compare-shell {
      grid-column-gap: var(--spacing--regular);
      grid-row-gap: var(--spacing--regular);
      grid-template-columns: .78fr 1.22fr;
      align-items: center;
      display: grid;
    }
    .du-compare-shell .heading {
      margin-bottom: clamp(1rem, 2.2vw, 1.6rem);
    }
    .du-compare {
      --pos: 50%;
      min-height: 44rem;
      border-radius: var(--_radius---radius-medium);
      background: var(--du-ink);
      position: relative;
      overflow: hidden;
      box-shadow: 0 28px 70px rgba(21, 17, 13, .18);
      transition: transform .34s cubic-bezier(.22, 1, .36, 1), box-shadow .34s ease;
    }
    .du-compare:hover {
      transform: translateY(-12px) scale(1.01) !important;
      box-shadow: 0 34px 80px rgba(29, 23, 16, .2);
    }
    .du-compare img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      inset: 0;
      user-select: none;
      pointer-events: none;
    }
    .du-compare .du-compare-before {
      clip-path: inset(0 calc(100% - var(--pos)) 0 0);
      z-index: 1;
    }
    .du-compare-line {
      width: 2px;
      height: 100%;
      background: rgba(255, 250, 242, .9);
      position: absolute;
      left: var(--pos);
      top: 0;
      transform: translateX(-50%);
      z-index: 2;
    }
    .du-compare-handle {
      width: 3.25rem;
      height: 3.25rem;
      border-radius: 100%;
      background: var(--du-paper);
      color: var(--du-ink);
      justify-content: center;
      align-items: center;
      display: flex;
      position: absolute;
      left: var(--pos);
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 3;
      font-weight: 700;
      box-shadow: 0 14px 38px rgba(21, 17, 13, .26);
    }
    .du-compare-range {
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: ew-resize;
      position: absolute;
      inset: 0;
      z-index: 4;
    }
    .du-compare-tags {
      width: 100%;
      justify-content: space-between;
      padding: var(--spacing--xsmall);
      display: flex;
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 3;
    }
    .du-compare-tag {
      border: 1px solid rgba(255, 250, 242, .22);
      border-radius: 999px;
      background: rgba(21, 17, 13, .48);
      color: var(--du-paper);
      padding: .5rem .8rem;
      font-size: var(--_typography---font--body--xsmall);
      backdrop-filter: blur(6px);
    }
    .du-feature-card.project-box {
      color: var(--du-ink);
      min-height: clamp(13rem, 18vw, 15rem);
      grid-template-columns: 1fr;
      align-content: space-between;
      background: rgba(255, 250, 242, .82);
      padding: clamp(1.15rem, 2.2vw, 1.65rem);
      position: relative;
      overflow: hidden;
      border-top: .28rem solid rgba(0, 91, 200, .45);
      transition: transform .34s cubic-bezier(.22, 1, .36, 1), box-shadow .34s ease, border-color .34s ease;
    }
    .du-tile-grid .du-feature-card:nth-child(1) {
      background: linear-gradient(135deg, #06336f, #075ac8);
      color: var(--du-paper);
      border-top-color: #00a7df;
    }
    .du-tile-grid .du-feature-card:nth-child(2) {
      background: linear-gradient(135deg, #075ac8, #00a7df);
      color: var(--du-paper);
      border-top-color: #58b7ff;
    }
    .du-tile-grid .du-feature-card:nth-child(3) {
      background: linear-gradient(135deg, #0d6ed1, #034da8);
      color: var(--du-paper);
      border-top-color: #0d6ed1;
    }
    .du-tile-grid .du-feature-card:nth-child(4) {
      background: linear-gradient(135deg, #06336f, #6738d6);
      color: var(--du-paper);
      border-top-color: #58b7ff;
    }
    .du-tile-grid .du-feature-card,
    .du-editorial-grid .du-feature-card,
    .du-photo-stack .du-feature-card {
      margin-bottom: 0;
    }
    .du-editorial-grid .du-feature-card.is-dark {
      background: linear-gradient(135deg, #06336f, #034da8);
      border-top-color: #04a9c8;
    }
    .du-photo-stack .du-feature-card.is-orange {
      background: linear-gradient(135deg, #034da8, #00a7df);
      border-top-color: #58b7ff;
    }
    #texturas .du-feature-card.is-dark {
      background: linear-gradient(135deg, #06336f, #075ac8);
      border-top-color: #00a7df;
    }
    .du-feature-card.project-box::before {
      display: none;
    }
    .du-feature-card.project-box:hover {
      transform: translateY(-12px) scale(1.012) !important;
      border-top-color: var(--du-magenta);
      box-shadow: 0 32px 70px rgba(29, 23, 16, .2);
    }
    .du-feature-card.is-dark.project-box {
      background: linear-gradient(135deg, #071b38, #06336f);
      color: var(--du-paper);
    }
    .du-feature-card.is-orange.project-box {
      background: linear-gradient(135deg, #034da8, #00a7df);
      color: var(--du-paper);
      box-shadow: 0 0 0 1px rgba(0, 91, 200, .24), 0 0 38px rgba(0, 167, 223, .18);
    }
    .du-card-number {
      color: rgba(21, 17, 13, .42);
      font-size: var(--_typography---font--body--xsmall);
      font-weight: 700;
    }
    .du-feature-card.is-dark .du-card-number,
    .du-feature-card.is-orange .du-card-number,
    .du-tile-grid .du-feature-card .du-card-number {
      color: rgba(255, 250, 242, .7);
    }
    .du-card-title {
      font-family: var(--_typography---font--family-font--heading);
      font-size: var(--du-card-title-size);
      font-style: italic;
      line-height: 1.08;
      margin-top: clamp(.9rem, 1.8vw, 1.35rem);
      margin-bottom: clamp(.7rem, 1.4vw, 1.05rem);
    }
    .heading {
      line-height: var(--du-h2-line);
    }
    .du-lead,
    .text,
    .du-card-text,
    .blog-date {
      line-height: var(--du-body-line);
    }
    .du-card-text {
      color: rgba(21, 17, 13, .7);
      font-size: clamp(.98rem, 1.05vw, 1.08rem);
      line-height: 1.48;
    }
    .blog-title {
      font-family: Avenir, "Avenir Next", "Instrument Sans", Arial, sans-serif !important;
      font-size: clamp(1.02rem, 1.12vw, 1.16rem);
      font-weight: 800;
      line-height: 1.18;
      letter-spacing: 0 !important;
    }
    .blog-date {
      font-size: clamp(.86rem, .95vw, .96rem);
      font-weight: 500;
    }
    .du-feature-card.is-dark .du-card-text,
    .du-feature-card.is-orange .du-card-text,
    .du-tile-grid .du-feature-card .du-card-text {
      color: rgba(255, 250, 242, .78);
    }
    .du-brand-panel {
      border: 1px solid rgba(255, 250, 242, .16);
      border-radius: var(--_radius---radius-medium);
      background: linear-gradient(135deg, rgba(255, 250, 242, .08), rgba(255, 250, 242, .02));
      padding: var(--spacing--small);
      min-height: auto;
      position: relative;
      overflow: hidden;
    }
    .du-brand-panel::after {
      display: none;
    }
    .du-brand-mark {
      color: var(--du-paper);
      font-family: var(--_typography---font--family-font--heading);
      font-size: clamp(3rem, 6vw, 6rem);
      font-style: italic;
      line-height: .95;
    }
    .du-sherwin-line {
      width: 100%;
      height: 1px;
      background: rgba(255, 250, 242, .22);
      margin-top: var(--spacing--regular);
      margin-bottom: var(--spacing--regular);
    }
    .du-brand-copy-grid {
      grid-column-gap: var(--spacing--regular);
      grid-row-gap: var(--spacing--small);
      grid-template-columns: 1.05fr .95fr;
      align-items: start;
      display: grid;
      position: relative;
      z-index: 1;
    }
    .du-brand-list {
      grid-row-gap: .7rem;
      flex-flow: column;
      display: flex;
      color: rgba(255, 250, 242, .8);
      font-size: var(--_typography---font--body--regular);
    }
    .du-brand-list span {
      border-top: 1px solid rgba(255, 250, 242, .14);
      padding-top: .7rem;
    }
    .du-section-dark .about-wrapper {
      min-height: auto !important;
      justify-content: flex-start !important;
      display: block !important;
    }
    .du-section-dark .heading-grid {
      margin-bottom: var(--spacing--small) !important;
    }
    .du-section-dark .du-brand-panel {
      margin-top: 0 !important;
    }
    .du-product-grid {
      grid-column-gap: clamp(1rem, 1.8vw, 1.35rem);
      grid-row-gap: clamp(1rem, 1.8vw, 1.35rem);
      grid-template-columns: repeat(4, 1fr);
      display: grid;
    }
    .du-product-card {
      min-height: 13rem;
      border: 1px solid var(--du-line);
      border-radius: var(--_radius---radius-medium);
      padding: var(--spacing--xsmall);
      background: rgba(255, 250, 242, .68);
      flex-flow: column;
      justify-content: space-between;
      display: flex;
      position: relative;
      overflow: hidden;
      box-shadow: 0 10px 28px rgba(29, 23, 16, .06);
      transition: transform .34s cubic-bezier(.22, 1, .36, 1), background-color .25s ease, border-color .25s ease, box-shadow .34s ease;
    }
    #cores.du-section-paper.section {
      padding-top: clamp(1.4rem, 2.8vw, 2.6rem);
    }
    #cores .heading-grid {
      margin-bottom: clamp(1.45rem, 2.8vw, 2.45rem);
    }
    #cores .heading-grid .heading {
      max-width: 12.25ch;
      font-size: var(--du-h2-size);
    }
    #cores .heading-grid .text {
      max-width: 43ch;
    }
    #texturas .heading-grid {
      grid-template-columns: minmax(28rem, 1.08fr) minmax(22rem, .92fr);
    }
    #texturas .heading-grid .heading {
      max-width: 16ch;
      font-size: clamp(2.75rem, 4.1vw, 4.8rem);
    }
    .du-product-card::before {
      content: "";
      height: 4rem;
      border-radius: var(--_radius---radius-small);
      background-image: var(--du-product-image);
      background-position: 50%;
      background-size: cover;
      position: absolute;
      left: var(--spacing--xsmall);
      right: var(--spacing--xsmall);
      top: var(--spacing--xsmall);
      z-index: 0;
      transition: inset .42s cubic-bezier(.22, 1, .36, 1), height .42s cubic-bezier(.22, 1, .36, 1), border-radius .42s cubic-bezier(.22, 1, .36, 1), filter .42s ease;
    }
    .du-product-card::after {
      content: "";
      opacity: 0;
      background: linear-gradient(180deg, rgba(21, 17, 13, .08), rgba(21, 17, 13, .56));
      position: absolute;
      inset: 0;
      z-index: 1;
      transition: opacity .32s ease;
      pointer-events: none;
    }
    .du-product-card > div,
    .du-product-card > p {
      position: relative;
      z-index: 2;
      transition: opacity .28s ease, transform .28s ease;
    }
    .du-product-card:hover {
      background: var(--du-paper);
      transform: translateY(-14px) scale(1.025) !important;
      border-color: rgba(21, 17, 13, .28);
      box-shadow: 0 34px 80px rgba(29, 23, 16, .22);
    }
    .du-product-card:hover::before {
      height: auto;
      inset: 0;
      border-radius: 0;
      filter: saturate(1.04) contrast(1.02);
    }
    .du-product-card:hover::after {
      opacity: 1;
    }
    .du-product-card:hover > div,
    .du-product-card:hover > p {
      opacity: 0;
      transform: translateY(10px);
    }
    .du-product-chip {
      width: 100%;
      height: 4rem;
      border-radius: var(--_radius---radius-small);
      background-image: var(--du-product-image);
      background-position: 50%;
      background-size: cover;
      margin-bottom: var(--spacing--xsmall);
      box-shadow: inset 0 0 0 1px rgba(255, 250, 242, .28), 0 0 24px rgba(0, 167, 223, .16);
      opacity: 0;
    }
    .du-product-card.is-imobiliarias { --du-product-image: url("../assets/ducastro-hero-room.png"); }
    .du-product-card.is-internas { --du-product-image: url("../assets/imagem-tinta-2.png"); }
    .du-product-card.is-externas { --du-product-image: url("../assets/imagem-tinta-5.png"); }
    .du-product-card.is-esmaltes { --du-product-image: linear-gradient(135deg, rgba(36,76,143,.28), rgba(185,40,114,.18)), url("../assets/ducastro-paint-blue-violet.png"); }
    .du-product-card.is-vernizes { --du-product-image: linear-gradient(135deg, rgba(112,66,36,.24), rgba(45,25,14,.32)), url("../assets/ducastro-varnish-wood.png"); }
    .du-product-card.is-texturas { --du-product-image: url("../assets/imagem-tinta-3.png"); }
    .du-product-card.is-acessorios { --du-product-image: linear-gradient(135deg, rgba(3,77,168,.18), rgba(0,167,223,.2)), url("../assets/ducastro-paint-tools.png"); }
    .du-product-card.is-mostruarios { --du-product-image: linear-gradient(135deg, rgba(3,77,168,.12), rgba(0,167,223,.14)), url("../assets/ducastro-color-swatches.png"); }
    .du-stat-grid.stats-grid {
      grid-template-columns: repeat(4, 1fr);
    }
    .du-stat-grid .stats-wrapper {
      border-top: 1px solid var(--du-line);
      align-items: flex-start;
      padding-top: var(--spacing--xsmall);
    }
    .du-stat-grid .stats-number {
      color: var(--du-accent);
    }
    .du-inspiration {
      min-height: 92vh;
      background-image: linear-gradient(90deg, rgba(7, 27, 56, .7), rgba(3, 77, 168, .24)), url("../assets/imagem-tinta-1.png");
      background-position: 50%;
      background-size: cover;
      color: var(--du-paper);
      align-items: flex-end;
      display: flex;
      position: relative;
      overflow: hidden;
    }
    .du-inspiration::after {
      content: "";
      width: 56vw;
      height: 56vw;
      border: 1px solid rgba(255, 250, 242, .3);
      border-radius: 100%;
      position: absolute;
      right: -12vw;
      top: 12%;
      pointer-events: none;
    }
    .du-inspiration-content {
      max-width: 62rem;
      padding-bottom: var(--spacing--large);
      position: relative;
      z-index: 1;
    }
    .du-inspiration-heading {
      color: var(--du-paper);
      max-width: 13ch;
      font-family: var(--_typography---font--family-font--body);
      font-size: clamp(3.8rem, 7vw, 7rem);
      line-height: 1.02;
      letter-spacing: .025em !important;
      font-weight: 700;
      text-transform: uppercase;
    }
    .du-inspiration .du-eyebrow {
      color: var(--du-paper);
      text-shadow: 0 0 18px rgba(7, 27, 56, .48);
    }
    .du-inspiration .du-lead {
      color: rgba(255, 250, 242, .88);
      text-shadow: 0 0 22px rgba(21, 17, 13, .5);
    }
    .du-bridge.section {
      min-height: auto;
      background: var(--du-paper);
      background-image: linear-gradient(90deg, rgba(255, 250, 240, .95) 0%, rgba(230, 242, 255, .86) 42%, rgba(88, 183, 255, .22) 72%, rgba(3, 77, 168, .18) 100%), url("../assets/ducastro-color-studio.png");
      background-position: 50%;
      background-size: cover;
      padding-top: clamp(4rem, 7vw, 6rem);
      padding-bottom: clamp(4rem, 7vw, 6rem);
      position: relative;
      overflow: hidden;
    }
    .du-bridge.section::after {
      content: "";
      backdrop-filter: blur(4px);
      background: rgba(255, 250, 242, .16);
      position: absolute;
      inset: 0;
      pointer-events: none;
    }
    .du-bridge::before {
      display: none;
    }
    .du-bridge-grid {
      grid-column-gap: clamp(1.5rem, 3.5vw, 3.75rem);
      grid-row-gap: clamp(1.15rem, 2.5vw, 2rem);
      grid-template-columns: minmax(20rem, .82fr) minmax(22rem, 1.18fr);
      align-items: center;
      display: grid;
      position: relative;
      z-index: 2;
    }
    .du-bridge-note {
      border-left: 1px solid var(--du-line);
      padding-left: var(--spacing--small);
      color: rgba(21, 17, 13, .7);
      font-size: var(--du-body-size);
      line-height: var(--du-body-line);
    }
    .du-final-cta.section {
      min-height: 84vh;
      color: var(--du-paper);
      background-image: linear-gradient(90deg, rgba(29, 23, 16, .72), rgba(92, 48, 27, .34), rgba(139, 75, 39, .16)), url("../assets/imagem-tinta-4.png");
      background-position: 50% 42%;
      background-size: cover;
      justify-content: center;
      align-items: center;
      display: flex;
      position: relative;
      overflow: hidden;
    }
    .du-final-cta::after {
      content: "";
      width: 38rem;
      height: 38rem;
      border: 1px solid rgba(255, 250, 242, .22);
      border-radius: 100%;
      position: absolute;
      right: -12rem;
      top: 10%;
      pointer-events: none;
    }
    .du-final-shell {
      width: 100%;
      max-width: 54rem;
      flex-flow: column;
      justify-content: center;
      align-items: flex-start;
      display: flex;
      position: relative;
      z-index: 1;
    }
    .du-final-shell .heading {
      color: var(--du-paper);
      max-width: 12.25ch;
      font-size: var(--du-h2-size);
      line-height: var(--du-h2-line);
    }
    .du-final-shell .du-lead {
      color: rgba(255, 250, 242, .82);
      max-width: 34rem;
    }
    .du-footer.section.is-footer {
      background:
        radial-gradient(circle at 86% 12%, rgba(0, 167, 223, .16), transparent 18rem),
        linear-gradient(135deg, #071b38 0%, #0b2238 52%, #111c20 100%);
      color: var(--du-paper);
      padding-top: clamp(4.25rem, 7vw, 6.5rem);
      padding-bottom: clamp(2rem, 4vw, 3rem);
    }
    .du-footer .footer-wrapper {
      grid-column-gap: clamp(2rem, 5vw, 5rem);
      grid-row-gap: clamp(2rem, 4vw, 3rem);
      grid-template-columns: minmax(22rem, 1.35fr) repeat(3, minmax(10rem, .65fr));
      align-items: start;
      display: grid;
    }
    .du-footer .footer-block-brand {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 1.05rem;
    }
    .du-footer .footer-title {
      color: var(--du-paper);
      font-family: Avenir, "Avenir Next", "Instrument Sans", Arial, sans-serif !important;
      font-size: clamp(.94rem, 1vw, 1.08rem);
      font-weight: 800;
      line-height: 1.2;
      letter-spacing: .02em !important;
      text-transform: uppercase;
      opacity: .74;
    }
    .du-footer .footer-block-brand:first-child .footer-title {
      max-width: 19rem;
      font-family: "Day Roman", "Instrument Serif", Georgia, serif !important;
      font-size: clamp(2rem, 3.2vw, 3.35rem);
      font-weight: 400;
      line-height: 1.04;
      letter-spacing: 0 !important;
      text-transform: none;
      opacity: 1;
    }
    .du-footer-logo {
      width: 12rem;
      background: rgba(255, 250, 242, .08);
      border-radius: var(--_radius---radius-small);
      padding: .7rem;
      border: 1px solid rgba(255, 250, 242, .14);
    }
    .du-footer .footer-address,
    .du-footer .footer-link,
    .du-footer .footer-copyright {
      color: rgba(255, 250, 242, .72);
      font-size: clamp(1rem, 1.08vw, 1.14rem);
      line-height: 1.7;
      text-decoration: none;
    }
    .du-footer .footer-link {
      min-height: 1.9rem;
      display: inline-flex;
      align-items: center;
    }
    .du-footer .footer-link {
      transition: color .22s ease, transform .22s ease;
    }
    .du-footer .footer-link:hover {
      color: var(--du-sky);
      transform: translateX(.18rem);
    }
    .du-footer .footer-divider {
      height: 1px;
      background: rgba(255, 250, 242, .16);
      margin-top: clamp(2.4rem, 5vw, 4rem);
      margin-bottom: clamp(1rem, 2vw, 1.25rem);
    }
    .du-footer .footer-bottom {
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      align-items: center;
      flex-wrap: wrap;
    }
    .du-footer .footer-bottom .footer-copyright:last-child {
      color: rgba(88, 183, 255, .78);
    }
    .du-hide-mobile {
      display: inline-flex;
    }
    .du-hamburger {
      display: none;
      width: 2.4rem;
      height: 2.4rem;
      flex-direction: column;
      justify-content: center;
      gap: .42rem;
      background: none;
      border: none;
      cursor: pointer;
      padding: .35rem;
      border-radius: .35rem;
      z-index: 1001;
      position: relative;
    }
    .du-hamburger span {
      width: 100%;
      height: 2px;
      background: var(--du-paper);
      border-radius: 2px;
      display: block;
      transition: transform .28s ease, opacity .28s ease;
    }
    .du-hamburger.is-open span:nth-child(1) {
      transform: translateY(calc(.42rem + 2px)) rotate(45deg);
    }
    .du-hamburger.is-open span:nth-child(2) {
      opacity: 0;
    }
    .du-hamburger.is-open span:nth-child(3) {
      transform: translateY(calc(-.42rem - 2px)) rotate(-45deg);
    }
    @media screen and (max-width: 991px) {
      .du-navbar.navbar {
        max-width: calc(100% - 1.5rem);
      }
      .du-nav-flex {
        align-items: flex-start;
      }
      .du-nav-links {
        justify-content: flex-start;
      }
      .du-editorial-grid,
      .du-photo-grid,
      .du-pin-layout,
      .du-compare-shell,
      .du-tile-grid,
      .du-product-grid,
      .du-contact-details {
        grid-template-columns: 1fr 1fr;
      }
      .du-hero .hero-heading-bottom {
        left: 0;
      }
      .du-hero-stats {
        right: 4vw;
        bottom: 7vh;
      }
      .du-hero-swatch {
        width: 6.4rem;
        height: 6.4rem;
      }
      .du-stat-grid.stats-grid {
        grid-template-columns: 1fr 1fr;
      }
      .du-pin-layout,
      .du-compare-shell {
        grid-template-columns: 1fr;
      }
      .du-footer .footer-wrapper {
        grid-template-columns: 1fr 1fr;
      }
      .heading-grid {
        grid-template-columns: 1fr;
        align-items: start;
        margin-bottom: clamp(1.75rem, 5vw, 2.75rem);
      }
      .heading-grid .heading,
      #cores .heading-grid .heading {
        max-width: 12.5ch;
        font-size: clamp(2.75rem, 8.5vw, 4.55rem);
      }
      .heading-grid .text,
      .heading-grid .du-lead {
        max-width: 58ch;
      }
    }
    @media screen and (max-width: 767px) {
      :root {
        --du-h2-size: clamp(2.55rem, 11vw, 3.55rem);
        --du-body-size: 1.02rem;
        --du-section-space: 4.25rem;
      }
      .du-navbar.navbar {
        max-width: calc(100% - 1rem);
        min-height: 3.35rem;
        padding: .18rem .6rem;
        top: .6rem;
      }
      .du-nav-flex {
        align-items: center;
      }
      .du-nav-logo {
        width: 6.1rem;
      }
      .du-nav-links {
        display: none;
      }
      .du-nav-cta {
        display: none;
      }
      .du-hero.section.is-hero {
        min-height: 100svh;
        background-position: 58% 50%;
      }
      .du-hero .hero-heading-wrapper {
        width: calc(100% - 2.25rem);
        top: clamp(10.5rem, 24svh, 14.5rem) !important;
      }
      .du-hero .hero-heading,
      .du-inspiration-heading {
        font-size: clamp(2.65rem, 13.2vw, 4.5rem);
        line-height: 1;
      }
      .du-hero .hero-heading.is-bottom {
        font-size: clamp(2.2rem, 10.8vw, 3.7rem);
      }
      .du-hero .hero-heading-bottom {
        left: 0;
        margin-top: .7rem;
      }
      .du-hero-copy {
        max-width: 30ch;
        font-size: .98rem;
        line-height: 1.45;
      }
      .du-hero-actions {
        gap: .75rem;
        margin-top: 1.15rem;
      }
      .du-hero-stats {
        grid-template-columns: 1fr 1fr;
        left: 1.15rem;
        right: 1.15rem;
        bottom: 4vh;
        gap: .85rem;
      }
      .du-hero-stat {
        min-width: auto;
      }
      .du-hero-stat strong {
        font-size: clamp(1.9rem, 10vw, 2.6rem);
      }
      .du-hero-swatch {
        display: none;
      }
      .du-editorial-grid,
      .du-photo-grid,
      .du-pin-layout,
      .du-compare-shell,
      .du-tile-grid,
      .du-product-grid,
      .du-contact-details {
        grid-template-columns: 1fr;
        gap: 1.25rem;
      }
      .du-image-panel,
      .du-image-panel.is-soft {
        min-height: 21rem;
      }
      .du-section.section,
      .du-section-paper.section,
      .du-section-soft.section,
      .du-section-dark.section {
        padding-top: var(--du-section-space);
        padding-bottom: var(--du-section-space);
      }
      .heading-grid {
        gap: 1.25rem;
        margin-bottom: 2.4rem;
      }
      .heading-grid .heading,
      #cores .heading-grid .heading {
        max-width: 13.5ch;
        font-size: var(--du-h2-size);
        line-height: 1.04;
      }
      .heading-grid .text,
      .heading-grid .du-lead {
        font-size: var(--du-body-size);
        line-height: 1.55;
      }
      #texturas .heading-grid {
        grid-template-columns: 1fr;
      }
      #texturas .heading-grid .heading {
        max-width: 13ch;
        font-size: var(--du-h2-size);
      }
      .du-feature-card.project-box {
        min-height: auto;
        padding: 1.35rem;
      }
      .du-card-title {
        font-size: clamp(1.8rem, 9vw, 2.6rem);
      }
      .du-product-card {
        min-height: 12.5rem;
        padding: 1rem;
      }
      .du-pin-reveal {
        min-height: auto;
      }
      .du-pin-stage {
        min-height: auto;
        padding-top: 5.25rem;
        padding-bottom: 5.25rem;
        position: relative;
      }
      .du-pin-layout {
        gap: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
      }
      .du-pin-text {
        max-width: 8.5ch;
        font-size: clamp(3.1rem, 14vw, 5rem);
        line-height: .92;
      }
      .du-pin-side {
        max-width: none;
        justify-self: start;
      }
      .du-pin-side .du-lead {
        font-size: 1.02rem;
      }
      .du-compare {
        min-height: 24rem;
      }
      .du-compare-shell {
        gap: 2rem;
      }
      .du-inspiration {
        min-height: 72vh;
        align-items: center;
      }
      .du-inspiration-content {
        padding-top: 5rem;
        padding-bottom: 5rem;
      }
      .du-inspiration-heading {
        max-width: 10ch;
        font-size: clamp(3rem, 14vw, 4.75rem);
        letter-spacing: .02em !important;
      }
      .du-bridge.section {
        padding-top: 4.25rem;
        padding-bottom: 4.25rem;
      }
      .du-bridge-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
      }
      .du-bridge-note {
        border-left: 0;
        border-top: 1px solid var(--du-line);
        padding-left: 0;
        padding-top: 1.1rem;
      }
      .du-final-cta.section {
        min-height: 78vh;
        padding-top: 5rem;
        padding-bottom: 5rem;
        background-position: 48% 50%;
      }
      .du-footer.section.is-footer {
        padding-top: 4.75rem;
        padding-bottom: 2.25rem;
      }
      .du-footer .footer-wrapper {
        grid-template-columns: 1fr;
        gap: 2.35rem;
      }
      .du-footer .footer-block-brand {
        gap: .9rem;
      }
      .du-footer .footer-block-brand:first-child .footer-title {
        max-width: 12ch;
        font-size: clamp(2.25rem, 12vw, 3.25rem);
      }
      .du-footer-logo {
        width: 10.75rem;
      }
      .du-footer .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
      }
      .du-whatsapp-float {
        width: 3.15rem;
        height: 3.15rem;
        right: 1rem;
        bottom: 1rem;
      }
      .du-hero .latest-project-wrapper {
        width: 230px;
      }
      .du-hide-mobile {
        display: none;
      }
      .du-hamburger {
        display: flex;
      }
    }
    .du-mobile-nav {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 9999;
      background: rgba(7, 27, 56, .97);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 2.25rem;
      padding: 2rem;
    }
    .du-mobile-nav.is-open {
      display: flex;
    }
    .du-mobile-links {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 1.5rem;
    }
    .du-mobile-link {
      font-family: Avenir, "Avenir Next", "Instrument Sans", Arial, sans-serif;
      font-size: clamp(1.45rem, 5.5vw, 1.85rem);
      font-weight: 600;
      color: rgba(255, 250, 242, .86);
      text-decoration: none;
      letter-spacing: .01em;
      padding: .35rem 0;
      transition: color .22s ease, transform .22s ease;
    }
    .du-mobile-link:hover,
    .du-mobile-link:focus {
      color: var(--du-sky);
      transform: translateX(.3rem);
      outline: none;
    }
    .du-mobile-cta {
      font-family: Avenir, "Avenir Next", "Instrument Sans", Arial, sans-serif;
      font-size: 1rem;
      font-weight: 700;
      color: var(--du-paper);
      text-decoration: none;
      background: linear-gradient(135deg, #0fbf61, #078f49);
      border-radius: 999px;
      padding: .72rem 1.75rem;
      margin-top: .5rem;
      transition: transform .25s ease, filter .25s ease;
    }
    .du-mobile-cta:hover {
      transform: translateY(-.15rem);
      filter: saturate(1.1);
    }
    .du-mobile-close {
      position: absolute;
      top: 1.35rem;
      right: 1.5rem;
      background: none;
      border: 1px solid rgba(255, 250, 242, .18);
      border-radius: 50%;
      width: 2.5rem;
      height: 2.5rem;
      color: rgba(255, 250, 242, .7);
      font-size: 1.15rem;
      line-height: 1;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: color .22s ease, border-color .22s ease;
    }
    .du-mobile-close:hover {
      color: var(--du-paper);
      border-color: rgba(255, 250, 242, .42);
    }
