/**
 * Diginalin Cinematic Hero 1.0.0 RC15
 * Layered 2.5D motion, interactive avatar and accessible media panel.
 */

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

.dch-addon-host > .sppb-addon-title {
    display: none !important;
}

.sppb-addon-content:has(> .dch-hero) > .sppb-addon-title {
    display: none !important;
}

.dch-addon-host {
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible;
}

/*
 * WT Quinto Pro / SP Page Builder full-bleed normalization.
 * The original tm-slideshow section uses a constrained inner container.
 */
#tm-slideshow,
#tm-slideshow > .sppb-container-inner,
#tm-slideshow .sppb-row,
#tm-slideshow .sppb-column,
#tm-slideshow .sppb-column-addons,
#tm-slideshow .sppb-addon-wrapper,
#tm-slideshow .sppb-addon,
#tm-slideshow .sppb-addon-content {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

#tm-slideshow .sppb-row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#tm-slideshow [id^="column-wrap-"] {
    max-width: 100% !important;
    flex-basis: 100% !important;
}

#tm-slideshow .dch-hero {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
}

.dch-hero {
    --dch-height: 100vh;
    --dch-min-height: 450px;
    --dch-mobile-min-height: 620px;
    --dch-mobile-header-height: 0px;
    --dch-content-width: 680px;
    --dch-accent: #cdb27a;
    --dch-blue: #2f7dff;
    --dch-sticky-bg: #050b18;
    --dch-background-position: center center;
    --dch-mobile-background-position: 68% center;
    --dch-bg-x: 0px;
    --dch-bg-y: 0px;
    --dch-bg-scale: 1.045;
    --dch-subject-x: 0px;
    --dch-subject-y: 0px;
    --dch-subject-scroll-y: 0px;
    --dch-subject-scale: 1.015;
    --dch-holo-x: 0px;
    --dch-holo-y: 0px;
    --dch-holo-tilt-x: 0deg;
    --dch-holo-tilt-y: 0deg;
    --dch-orbit-x: 0px;
    --dch-orbit-y: 0px;
    --dch-content-x: 0px;
    --dch-content-y: 0px;
    --dch-scroll-y: 0px;
    --dch-content-opacity: 1;
    --dch-glow-x: 68%;
    --dch-glow-y: 42%;
    --dch-avatar-nose-x: 60vw;
    --dch-media-nose-gap: 10vw;
    position: relative;
    z-index: 1;
    isolation: isolate;
    width: 100vw;
    max-width: none;
    height: var(--dch-height);
    min-height: var(--dch-min-height);
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
    color: #fff;
    background: #030813;
    font-family: inherit;
    -webkit-font-smoothing: antialiased;
}

/* Freeze every CSS-driven layer while the visitor pauses or leaves the hero. */
.dch-hero:is(.is-user-paused, .is-outside-viewport) *,
.dch-hero:is(.is-user-paused, .is-outside-viewport) *::before,
.dch-hero:is(.is-user-paused, .is-outside-viewport) *::after {
    animation-play-state: paused !important;
}

.dch-hero__background,
.dch-hero__background picture,
.dch-hero__background img,
.dch-hero__subject,
.dch-hero__subject picture,
.dch-hero__subject img,
.dch-hero__orbit,
.dch-hero__holograms,
.dch-hero__particles,
.dch-hero__shade,
.dch-hero__pointer-light,
.dch-hero__atmosphere,
.dch-hero__grid,
.dch-hero__stars {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.dch-hero__background {
    inset: -3%;
    width: 106%;
    height: 106%;
    z-index: -12;
    transform: translate3d(var(--dch-bg-x), var(--dch-bg-y), 0) scale(var(--dch-bg-scale));
    transform-origin: center;
    transition: transform 160ms linear;
}

.dch-hero__background picture {
    display: block;
}

.dch-hero__background img {
    display: block;
    min-width: 100%;
    max-width: none !important;
    object-fit: cover;
    object-position: var(--dch-background-position);
    user-select: none;
    pointer-events: none;
}

/*
 * The action clip begins on the same master frame as the bundled hero image.
 * Keeping both layers on the same crop and parallax transform makes the hand
 * gesture appear to grow naturally out of the still scene.
 */
.dch-hero__avatar-motion {
    position: absolute;
    z-index: -9;
    inset: -3%;
    width: 106%;
    height: 106%;
    overflow: hidden;
    opacity: 0;
    transform: translate3d(var(--dch-bg-x), var(--dch-bg-y), 0) scale(var(--dch-bg-scale));
    transform-origin: center;
    transition: opacity 420ms ease, transform 160ms linear;
    contain: paint;
    will-change: opacity, transform;
    pointer-events: none;
}

.dch-hero__avatar-video {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none !important;
    object-fit: cover;
    object-position: var(--dch-background-position);
    user-select: none;
}

.dch-hero.is-avatar-arming .dch-hero__avatar-motion,
.dch-hero.is-avatar-armed .dch-hero__avatar-motion,
.dch-hero.is-avatar-playing .dch-hero__avatar-motion,
.dch-hero.is-media-panel-open .dch-hero__avatar-motion {
    opacity: 1;
}

.dch-hero.is-avatar-arming .dch-hero__subject,
.dch-hero.is-avatar-armed .dch-hero__subject,
.dch-hero.is-avatar-playing .dch-hero__subject,
.dch-hero.is-media-panel-open .dch-hero__subject,
.dch-hero.is-avatar-arming .dch-hero__orbit,
.dch-hero.is-avatar-armed .dch-hero__orbit,
.dch-hero.is-avatar-playing .dch-hero__orbit,
.dch-hero.is-media-panel-open .dch-hero__orbit,
.dch-hero.is-avatar-arming .dch-hero__holograms,
.dch-hero.is-avatar-armed .dch-hero__holograms,
.dch-hero.is-avatar-playing .dch-hero__holograms,
.dch-hero.is-media-panel-open .dch-hero__holograms,
.dch-hero.is-avatar-arming .dch-hero__particles,
.dch-hero.is-avatar-armed .dch-hero__particles,
.dch-hero.is-avatar-playing .dch-hero__particles,
.dch-hero.is-media-panel-open .dch-hero__particles {
    opacity: 0;
}

/*
 * The action clip already contains the complete scene. Pausing and fading the
 * decorative runtime layers prevents the GPU from compositing two animated
 * hero systems at the same time.
 */
.dch-hero:is(.is-avatar-arming, .is-avatar-armed, .is-avatar-playing, .is-media-panel-open) .dch-hero__background img,
.dch-hero:is(.is-avatar-arming, .is-avatar-armed, .is-avatar-playing, .is-media-panel-open) .dch-hero__subject img,
.dch-hero:is(.is-avatar-arming, .is-avatar-armed, .is-avatar-playing, .is-media-panel-open) .dch-hero__orbit-pulse,
.dch-hero:is(.is-avatar-arming, .is-avatar-armed, .is-avatar-playing, .is-media-panel-open) .dch-hero__hologram-surface,
.dch-hero:is(.is-avatar-arming, .is-avatar-armed, .is-avatar-playing, .is-media-panel-open) .dch-holo-line,
.dch-hero:is(.is-avatar-arming, .is-avatar-armed, .is-avatar-playing, .is-media-panel-open) .dch-holo-wave,
.dch-hero:is(.is-avatar-arming, .is-avatar-armed, .is-avatar-playing, .is-media-panel-open) .dch-holo-node,
.dch-hero:is(.is-avatar-arming, .is-avatar-armed, .is-avatar-playing, .is-media-panel-open) .dch-hero__particles span,
.dch-hero:is(.is-avatar-arming, .is-avatar-armed, .is-avatar-playing, .is-media-panel-open) .dch-hero__atmosphere {
    animation-play-state: paused !important;
}

.dch-hero__pointer-light,
.dch-hero__atmosphere,
.dch-hero__grid,
.dch-hero__stars {
    transition: opacity 340ms ease;
}

.dch-hero:is(.is-avatar-arming, .is-avatar-armed, .is-avatar-playing, .is-media-panel-open) .dch-hero__pointer-light,
.dch-hero:is(.is-avatar-arming, .is-avatar-armed, .is-avatar-playing, .is-media-panel-open) .dch-hero__atmosphere,
.dch-hero:is(.is-avatar-arming, .is-avatar-armed, .is-avatar-playing, .is-media-panel-open) .dch-hero__grid,
.dch-hero:is(.is-avatar-arming, .is-avatar-armed, .is-avatar-playing, .is-media-panel-open) .dch-hero__stars {
    opacity: 0;
}

.dch-hero--living .dch-hero__background img {
    animation: dch-background-breathe 14s ease-in-out infinite alternate;
}

.dch-hero__subject {
    z-index: -11;
    inset: -3%;
    width: 106%;
    height: 106%;
    overflow: hidden;
    opacity: 0.985;
    transform: translate3d(
        var(--dch-subject-x),
        calc(var(--dch-subject-y) + var(--dch-subject-scroll-y)),
        0
    ) scale(var(--dch-subject-scale));
    transform-origin: 75% 47%;
    transition: opacity 900ms ease, filter 900ms ease, transform 150ms linear;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 42%, rgba(0, 0, 0, 0.22) 49%, #000 60%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, transparent 42%, rgba(0, 0, 0, 0.22) 49%, #000 60%, #000 100%);
}

.dch-hero__subject img {
    display: block;
    min-width: 100%;
    max-width: none !important;
    object-fit: cover;
    object-position: var(--dch-background-position);
    filter: saturate(1.035) contrast(1.025);
    animation: dch-subject-breathe 8.5s ease-in-out infinite alternate;
    user-select: none;
    pointer-events: none;
}

.dch-hero__subject picture {
    display: block;
}

.dch-hero__orbit {
    display: none;
    z-index: -10;
    overflow: visible;
    color: var(--dch-accent);
    opacity: 0.72;
    transform: translate3d(var(--dch-orbit-x), var(--dch-orbit-y), 0);
    transition: opacity 900ms ease, transform 170ms linear;
    pointer-events: none;
}

.dch-hero__orbit-track,
.dch-hero__orbit-pulse {
    fill: none;
    vector-effect: non-scaling-stroke;
}

.dch-hero__orbit-track {
    stroke: rgba(205, 178, 122, 0.25);
    stroke-width: 1.15;
}

.dch-hero__orbit-pulse {
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-dasharray: 5 18 2 32;
    filter: drop-shadow(0 0 5px rgba(230, 196, 123, 0.92)) drop-shadow(0 0 13px rgba(47, 125, 255, 0.48));
    animation: dch-orbit-flow 7.5s linear infinite;
}

.dch-hero__holograms {
    z-index: -9;
    perspective: 850px;
    transition: opacity 600ms ease;
    pointer-events: none;
}

.dch-hero__hologram {
    position: absolute;
    opacity: 0.62;
    transform: translate3d(var(--dch-holo-x), var(--dch-holo-y), 0)
        rotateX(var(--dch-holo-tilt-x)) rotateY(var(--dch-holo-tilt-y));
    transform-style: preserve-3d;
    transition: opacity 850ms ease, transform 175ms linear;
}

.dch-hero__hologram--signal {
    top: 29%;
    left: 48.5%;
    width: clamp(145px, 13vw, 235px);
}

.dch-hero__hologram--data {
    top: 59%;
    left: 44.5%;
    width: clamp(150px, 14vw, 250px);
}

.dch-hero__hologram-surface {
    padding: 1px;
    border: 1px solid rgba(126, 184, 255, 0.22);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(74, 142, 255, 0.10), rgba(4, 20, 44, 0.19));
    box-shadow: inset 0 0 28px rgba(59, 129, 244, 0.07), 0 0 32px rgba(29, 111, 245, 0.07);
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
    animation: dch-hologram-float 6.5s ease-in-out infinite alternate;
}

.dch-hero__hologram--data .dch-hero__hologram-surface {
    animation-delay: -2.8s;
    animation-duration: 7.8s;
}

.dch-hero__hologram svg {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}

.dch-holo-frame,
.dch-holo-grid,
.dch-holo-axis,
.dch-holo-bars,
.dch-holo-line,
.dch-holo-wave {
    fill: none;
    vector-effect: non-scaling-stroke;
}

.dch-holo-frame {
    stroke: rgba(117, 177, 255, 0.28);
}

.dch-holo-grid {
    stroke: rgba(103, 167, 255, 0.12);
    stroke-width: 0.8;
}

.dch-holo-axis,
.dch-holo-bars {
    stroke: rgba(115, 183, 255, 0.35);
    stroke-width: 1;
}

.dch-holo-line,
.dch-holo-wave {
    stroke: rgba(225, 194, 126, 0.86);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 4px rgba(205, 178, 122, 0.72));
    stroke-dasharray: 145;
    stroke-dashoffset: 145;
    animation: dch-hologram-draw 4.8s ease-in-out infinite;
}

.dch-holo-node {
    fill: #f0d18d;
    filter: drop-shadow(0 0 5px rgba(205, 178, 122, 0.9));
    animation: dch-node-pulse 2.4s ease-in-out infinite;
}

.dch-hero__particles {
    z-index: -3;
    overflow: hidden;
    opacity: 0.62;
    transition: opacity 900ms ease;
    pointer-events: none;
}

.dch-hero__particles span {
    position: absolute;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(130, 188, 255, 0.92);
    box-shadow: 0 0 8px rgba(47, 125, 255, 0.8);
    animation: dch-particle-rise 8s linear infinite;
}

.dch-hero__particles span:nth-child(1) { left: 52%; top: 82%; animation-delay: -1s; }
.dch-hero__particles span:nth-child(2) { left: 63%; top: 69%; animation-delay: -6s; animation-duration: 11s; }
.dch-hero__particles span:nth-child(3) { left: 72%; top: 86%; animation-delay: -3.8s; animation-duration: 9s; }
.dch-hero__particles span:nth-child(4) { left: 81%; top: 63%; animation-delay: -7s; animation-duration: 12s; }
.dch-hero__particles span:nth-child(5) { left: 91%; top: 78%; animation-delay: -2.2s; animation-duration: 10s; }
.dch-hero__particles span:nth-child(6) { left: 58%; top: 51%; animation-delay: -8.5s; animation-duration: 13s; }
.dch-hero__particles span:nth-child(7) { left: 76%; top: 42%; animation-delay: -4.6s; animation-duration: 11.5s; }
.dch-hero__particles span:nth-child(8) { left: 88%; top: 48%; animation-delay: -9s; animation-duration: 14s; }

.dch-hero__shade {
    z-index: -8;
    background:
        linear-gradient(90deg, rgba(2, 6, 15, 0.98) 0%, rgba(3, 9, 22, 0.91) 28%, rgba(3, 9, 22, 0.66) 48%, rgba(3, 9, 22, 0.10) 72%, rgba(3, 9, 22, 0.12) 100%),
        linear-gradient(180deg, rgba(1, 5, 12, 0.48) 0%, transparent 22%, transparent 68%, rgba(1, 5, 12, 0.58) 100%);
}

.dch-hero__pointer-light {
    z-index: -7;
    opacity: 0.72;
    background: radial-gradient(
        circle 430px at var(--dch-glow-x) var(--dch-glow-y),
        color-mix(in srgb, var(--dch-blue) 25%, transparent),
        transparent 68%
    );
    mix-blend-mode: screen;
    pointer-events: none;
}

@supports not (background: color-mix(in srgb, #000 50%, transparent)) {
    .dch-hero__pointer-light {
        background: radial-gradient(circle 430px at var(--dch-glow-x) var(--dch-glow-y), rgba(47, 125, 255, 0.18), transparent 68%);
    }
}

.dch-hero__atmosphere {
    z-index: -6;
    border-radius: 50%;
    filter: blur(28px);
    pointer-events: none;
}

.dch-hero__atmosphere--one {
    inset: auto 4% -34% auto;
    width: clamp(420px, 46vw, 860px);
    height: clamp(420px, 46vw, 860px);
    opacity: 0.28;
    background: radial-gradient(circle, rgba(18, 112, 255, 0.6), transparent 68%);
}

.dch-hero__atmosphere--two {
    inset: 22% auto auto 35%;
    width: clamp(230px, 24vw, 440px);
    height: clamp(230px, 24vw, 440px);
    opacity: 0.14;
    background: radial-gradient(circle, rgba(205, 178, 122, 0.6), transparent 70%);
}

.dch-hero__grid {
    z-index: -5;
    inset: auto -12% -28% 38%;
    width: 78%;
    height: 72%;
    opacity: 0.11;
    background-image:
        linear-gradient(rgba(114, 170, 255, 0.35) 1px, transparent 1px),
        linear-gradient(90deg, rgba(114, 170, 255, 0.35) 1px, transparent 1px);
    background-size: 56px 56px;
    transform: perspective(680px) rotateX(64deg);
    transform-origin: bottom center;
    mask-image: linear-gradient(to top, #000, transparent 82%);
    pointer-events: none;
}

.dch-hero__stars {
    z-index: -4;
    opacity: 0.3;
    background-image:
        radial-gradient(circle at 8% 18%, rgba(255,255,255,.85) 0 1px, transparent 1.8px),
        radial-gradient(circle at 22% 78%, rgba(77,145,255,.85) 0 1px, transparent 1.8px),
        radial-gradient(circle at 38% 32%, rgba(255,255,255,.55) 0 1px, transparent 1.6px),
        radial-gradient(circle at 48% 84%, rgba(205,178,122,.72) 0 1px, transparent 1.7px),
        radial-gradient(circle at 61% 12%, rgba(255,255,255,.72) 0 1px, transparent 1.8px),
        radial-gradient(circle at 74% 72%, rgba(80,149,255,.72) 0 1px, transparent 1.7px),
        radial-gradient(circle at 91% 24%, rgba(255,255,255,.66) 0 1px, transparent 1.6px);
    pointer-events: none;
}

.dch-hero__container {
    position: relative;
    z-index: 6;
    display: flex;
    align-items: center;
    width: min(100%, 1400px);
    height: 100%;
    margin: 0 auto;
    padding: clamp(104px, 13vh, 156px) clamp(24px, 5vw, 76px) clamp(72px, 9vh, 112px);
}

.dch-hero__content {
    width: min(100%, var(--dch-content-width));
    opacity: var(--dch-content-opacity);
    transform: translate3d(var(--dch-content-x), calc(var(--dch-content-y) + var(--dch-scroll-y)), 0);
    transition: opacity 120ms linear, transform 180ms linear;
}

.dch-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 clamp(20px, 2.6vh, 32px);
    color: rgba(235, 241, 255, 0.78);
    font-size: clamp(0.71rem, 0.66vw, 0.82rem);
    font-weight: 650;
    line-height: 1.3;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.dch-hero__eyebrow::before {
    width: 34px;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, var(--dch-blue), var(--dch-accent));
    box-shadow: 0 0 16px color-mix(in srgb, var(--dch-blue) 75%, transparent);
}

.dch-hero__heading {
    max-width: 12ch;
    margin: 0;
    color: #f8fbff;
    font-family: inherit;
    font-size: clamp(3.1rem, 5.1vw, 5.75rem);
    font-weight: 720;
    line-height: 0.97;
    letter-spacing: -0.047em;
    text-wrap: balance;
    text-shadow: 0 8px 42px rgba(0, 0, 0, 0.32);
}

.dch-hero__heading-main,
.dch-hero__heading-accent {
    display: block;
}

.dch-hero__heading-accent {
    margin-top: 0.12em;
    color: transparent;
    font-size: 0.72em;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.035em;
    background: linear-gradient(102deg, #fff 2%, #dce8ff 47%, var(--dch-accent) 96%);
    background-clip: text;
    -webkit-background-clip: text;
}

.dch-hero__intro {
    max-width: 58ch;
    margin: clamp(24px, 3.2vh, 36px) 0 0;
    color: rgba(224, 232, 246, 0.82);
    font-size: clamp(1rem, 1.15vw, 1.18rem);
    font-weight: 380;
    line-height: 1.66;
}

.dch-hero__services {
    margin: clamp(22px, 2.8vh, 30px) 0 0;
    color: rgba(196, 211, 237, 0.64);
    font-size: clamp(0.66rem, 0.66vw, 0.76rem);
    font-weight: 630;
    line-height: 1.5;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.dch-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: clamp(28px, 4vh, 44px);
}

.dch-hero__button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 650;
    line-height: 1;
    letter-spacing: 0.075em;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-color 220ms ease, background-color 220ms ease, color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.dch-hero__button:hover,
.dch-hero__button:focus {
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.dch-hero__button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
}

.dch-hero__button--primary {
    color: #07101f;
    background: linear-gradient(112deg, #d9c28f, var(--dch-accent));
    box-shadow: 0 12px 34px rgba(205, 178, 122, 0.19);
}

.dch-hero__button--primary:hover,
.dch-hero__button--primary:focus {
    color: #07101f;
    box-shadow: 0 16px 42px rgba(205, 178, 122, 0.28);
}

.dch-hero__button--secondary {
    border-color: rgba(177, 202, 244, 0.33);
    background: rgba(8, 19, 38, 0.34);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.dch-hero__button--secondary:hover,
.dch-hero__button--secondary:focus {
    border-color: rgba(205, 178, 122, 0.68);
    background: rgba(15, 31, 58, 0.68);
}

.dch-hero__button svg {
    width: 18px;
    height: 18px;
    margin-left: 12px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
    transition: transform 220ms ease;
}

.dch-hero__button:hover svg,
.dch-hero__button:focus svg {
    transform: translateX(3px);
}

.dch-hero__scroll {
    position: absolute;
    z-index: 4;
    right: clamp(24px, 4.5vw, 70px);
    bottom: clamp(24px, 4vh, 46px);
    display: grid;
    width: 28px;
    height: 46px;
    place-items: start center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    transition: border-color 200ms ease;
}

.dch-hero__scroll:hover,
.dch-hero__scroll:focus-visible {
    border-color: var(--dch-accent);
}

.dch-hero__scroll span {
    width: 4px;
    height: 8px;
    margin-top: 8px;
    border-radius: 999px;
    background: var(--dch-accent);
    animation: dch-scroll 1.8s ease-in-out infinite;
}

/* Interactive avatar target and touch cue. */
.dch-hero__avatar-trigger {
    position: absolute;
    z-index: 5;
    top: 16%;
    right: 0;
    bottom: 13%;
    left: 33%;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    color: #fff;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.dch-hero__avatar-trigger::after {
    position: absolute;
    inset: 0;
    content: "";
    background: radial-gradient(circle at 16% 47%, rgba(80, 155, 255, 0.08), transparent 24%);
    opacity: 0;
    transition: opacity 280ms ease;
    pointer-events: none;
}

.dch-hero__avatar-trigger:hover::after,
.dch-hero__avatar-trigger:focus-visible::after,
.dch-hero.is-avatar-arming .dch-hero__avatar-trigger::after,
.dch-hero.is-avatar-armed .dch-hero__avatar-trigger::after {
    opacity: 1;
}

.dch-hero__avatar-trigger:focus-visible {
    outline: 0;
}

.dch-hero__avatar-cue {
    position: absolute;
    top: 47%;
    left: 0;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid rgba(153, 199, 255, 0.46);
    border-radius: 50%;
    opacity: 0.46;
    background: rgba(5, 18, 39, 0.24);
    box-shadow: 0 0 26px rgba(47, 125, 255, 0.2), inset 0 0 18px rgba(89, 161, 255, 0.12);
    transform: translate(-50%, -50%);
    transition: opacity 260ms ease, border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.dch-hero__avatar-cue::before,
.dch-hero__avatar-cue::after {
    position: absolute;
    border: 1px solid rgba(92, 166, 255, 0.48);
    border-radius: inherit;
    content: "";
    animation: dch-avatar-radar 2.6s ease-out infinite;
}

.dch-hero__avatar-cue::before {
    inset: -8px;
}

.dch-hero__avatar-cue::after {
    inset: -16px;
    animation-delay: 1.3s;
}

.dch-hero__avatar-cue > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, #dcecff, var(--dch-blue));
    box-shadow: 0 0 16px rgba(84, 158, 255, 0.95);
}

.dch-hero__avatar-trigger:hover .dch-hero__avatar-cue,
.dch-hero__avatar-trigger:focus-visible .dch-hero__avatar-cue,
.dch-hero.is-avatar-arming .dch-hero__avatar-cue,
.dch-hero.is-avatar-armed .dch-hero__avatar-cue {
    border-color: rgba(221, 237, 255, 0.86);
    opacity: 1;
    box-shadow: 0 0 38px rgba(47, 125, 255, 0.42), inset 0 0 22px rgba(89, 161, 255, 0.2);
    transform: translate(-50%, -50%) scale(1.08);
}

.dch-hero.is-avatar-playing .dch-hero__avatar-trigger,
.dch-hero.is-media-panel-open .dch-hero__avatar-trigger {
    pointer-events: none;
}

.dch-hero.is-avatar-playing .dch-hero__avatar-cue,
.dch-hero.is-media-panel-open .dch-hero__avatar-cue {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.45);
}

.dch-hero.is-avatar-playing .dch-hero__content,
.dch-hero.is-media-panel-open .dch-hero__content {
    opacity: 0;
    transform: translate3d(-34px, calc(var(--dch-content-y) + var(--dch-scroll-y)), 0);
    transition: opacity 390ms ease, transform 520ms cubic-bezier(0.2, 0.72, 0.2, 1);
    pointer-events: none;
}

.dch-hero.is-avatar-playing .dch-hero__scroll,
.dch-hero.is-media-panel-open .dch-hero__scroll {
    opacity: 0;
    pointer-events: none;
}

/* Holographic media panel, revealed at the generated hand-contact frame. */
.dch-hero__media-panel {
    position: absolute;
    z-index: 12;
    inset: 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 520ms, opacity 260ms ease;
    pointer-events: none;
}

.dch-hero__media-shell {
    position: absolute;
    top: 50%;
    right: calc(100vw - var(--dch-avatar-nose-x) + var(--dch-media-nose-gap));
    left: auto;
    width: min(42vw, 820px);
    min-width: 520px;
    overflow: hidden;
    border: 1px solid rgba(134, 190, 255, 0.38);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(8, 20, 43, 0.92), rgba(3, 10, 24, 0.96));
    box-shadow:
        0 32px 90px rgba(0, 0, 0, 0.52),
        0 0 70px rgba(47, 125, 255, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    opacity: 0;
    transform: perspective(1100px) translate3d(0, -50%, 0) rotateY(-28deg) scale(0.08);
    transform-origin: 60% 48%;
    transition: opacity 320ms ease, transform 720ms cubic-bezier(0.16, 0.84, 0.22, 1);
    contain: layout paint style;
    will-change: opacity, transform;
    pointer-events: auto;
}

.dch-hero__media-shell::before {
    position: absolute;
    z-index: 2;
    top: 48px;
    right: 0;
    left: 0;
    height: 1px;
    content: "";
    opacity: 0;
    background: linear-gradient(90deg, transparent, rgba(97, 173, 255, 0.95), transparent);
    box-shadow: 0 0 18px rgba(47, 125, 255, 0.7);
    transform: translateY(0);
    pointer-events: none;
}

.dch-hero.is-media-panel-open .dch-hero__media-panel {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    pointer-events: auto;
}

.dch-hero.is-media-panel-open .dch-hero__media-shell {
    opacity: 1;
    transform: perspective(1100px) translate3d(0, -50%, 0) rotateY(0) scale(1);
}

.dch-hero.is-media-panel-open .dch-hero__media-shell::before {
    animation: dch-panel-scan 2.2s 420ms ease-in-out 1;
}

.dch-hero__media-header {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 50px;
    padding: 0 14px 0 18px;
    border-bottom: 1px solid rgba(133, 185, 255, 0.19);
    background: linear-gradient(90deg, rgba(20, 44, 81, 0.52), rgba(7, 17, 37, 0.18));
}

.dch-hero__media-signal {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #61a7ff;
    box-shadow: 0 0 13px rgba(82, 158, 255, 0.95);
    animation: dch-media-signal 1.7s ease-in-out infinite;
}

.dch-hero__media-title {
    min-width: 0;
    overflow: hidden;
    color: rgba(232, 241, 255, 0.88);
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.14em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.dch-hero__media-close {
    display: grid;
    width: 34px;
    height: 34px;
    margin-left: auto;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(174, 207, 255, 0.24);
    border-radius: 50%;
    color: rgba(232, 241, 255, 0.82);
    background: rgba(9, 22, 45, 0.7);
    cursor: pointer;
    transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.dch-hero__media-close:hover,
.dch-hero__media-close:focus-visible {
    border-color: var(--dch-accent);
    color: #fff;
    transform: rotate(4deg) scale(1.06);
}

.dch-hero__media-close:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.dch-hero__media-close svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.7;
}

.dch-hero__media-screen {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background:
        radial-gradient(circle at 66% 38%, rgba(47, 125, 255, 0.18), transparent 36%),
        #01050d;
}

.dch-hero__media-screen::before {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0.22;
    background-image:
        linear-gradient(rgba(103, 165, 255, 0.11) 1px, transparent 1px),
        linear-gradient(90deg, rgba(103, 165, 255, 0.11) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

.dch-hero__youtube,
.dch-hero__youtube iframe,
.dch-hero__panel-video {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.dch-hero__panel-video {
    object-fit: contain;
    background: #000;
}

.dch-hero--entrance.has-motion-runtime:not(.is-ready) .dch-hero__eyebrow,
.dch-hero--entrance.has-motion-runtime:not(.is-ready) .dch-hero__heading,
.dch-hero--entrance.has-motion-runtime:not(.is-ready) .dch-hero__intro,
.dch-hero--entrance.has-motion-runtime:not(.is-ready) .dch-hero__services,
.dch-hero--entrance.has-motion-runtime:not(.is-ready) .dch-hero__actions {
    opacity: 0;
}

.dch-hero--entrance.has-motion-runtime:not(.is-ready) .dch-hero__subject,
.dch-hero--entrance.has-motion-runtime:not(.is-ready) .dch-hero__orbit,
.dch-hero--entrance.has-motion-runtime:not(.is-ready) .dch-hero__hologram,
.dch-hero--entrance.has-motion-runtime:not(.is-ready) .dch-hero__particles {
    opacity: 0;
    filter: blur(7px);
}

.dch-hero--entrance.has-motion-runtime.is-ready .dch-hero__eyebrow,
.dch-hero--entrance.has-motion-runtime.is-ready .dch-hero__heading,
.dch-hero--entrance.has-motion-runtime.is-ready .dch-hero__intro,
.dch-hero--entrance.has-motion-runtime.is-ready .dch-hero__services,
.dch-hero--entrance.has-motion-runtime.is-ready .dch-hero__actions {
    animation: dch-reveal 760ms both cubic-bezier(0.2, 0.75, 0.25, 1);
}

.dch-hero--entrance.has-motion-runtime.is-ready .dch-hero__heading { animation-delay: 90ms; }
.dch-hero--entrance.has-motion-runtime.is-ready .dch-hero__intro { animation-delay: 180ms; }
.dch-hero--entrance.has-motion-runtime.is-ready .dch-hero__services { animation-delay: 250ms; }
.dch-hero--entrance.has-motion-runtime.is-ready .dch-hero__actions { animation-delay: 330ms; }

.dch-hero--entrance.has-motion-runtime.is-ready .dch-hero__subject,
.dch-hero--entrance.has-motion-runtime.is-ready .dch-hero__orbit,
.dch-hero--entrance.has-motion-runtime.is-ready .dch-hero__hologram,
.dch-hero--entrance.has-motion-runtime.is-ready .dch-hero__particles {
    filter: blur(0);
}

.dch-hero--ambient .dch-hero__atmosphere--one {
    animation: dch-drift-one 12s ease-in-out infinite alternate;
}

.dch-hero--ambient .dch-hero__atmosphere--two {
    animation: dch-drift-two 10s ease-in-out infinite alternate;
}

body.dch-has-cinematic-hero .tm-header.dch-site-header {
    position: absolute;
    z-index: 1200;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
}

body.dch-has-cinematic-hero .tm-header.dch-site-header .uk-navbar-container {
    transition: background-color 260ms ease, box-shadow 260ms ease, backdrop-filter 260ms ease;
}

body.dch-has-cinematic-hero .tm-header.dch-site-header .uk-navbar-container:not(.uk-navbar-sticky),
body.dch-has-cinematic-hero .tm-header.dch-site-header:not(.dch-site-header--scrolled) .uk-navbar-container {
    background: linear-gradient(180deg, rgba(2, 7, 17, 0.74), rgba(2, 7, 17, 0.08)) !important;
    box-shadow: none !important;
}

body.dch-has-cinematic-hero .tm-header.dch-site-header .uk-navbar-container.uk-navbar-sticky,
body.dch-has-cinematic-hero .tm-header.dch-site-header.dch-site-header--scrolled .uk-navbar-container {
    background-color: var(--dch-header-sticky-bg, #050b18) !important;
    box-shadow: 0 10px 34px rgba(0, 0, 0, 0.22) !important;
    backdrop-filter: blur(17px) saturate(135%);
    -webkit-backdrop-filter: blur(17px) saturate(135%);
}

@keyframes dch-reveal {
    from {
        opacity: 0;
        transform: translate3d(0, 24px, 0);
        filter: blur(5px);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        filter: blur(0);
    }
}

@keyframes dch-scroll {
    0%, 100% { opacity: 0.4; transform: translateY(0); }
    50% { opacity: 1; transform: translateY(20px); }
}

@keyframes dch-avatar-radar {
    0% { opacity: 0.7; transform: scale(0.72); }
    76%, 100% { opacity: 0; transform: scale(1.34); }
}

@keyframes dch-panel-scan {
    0% { opacity: 0; transform: translateY(0); }
    18% { opacity: 0.9; }
    82% { opacity: 0.7; }
    100% { opacity: 0; transform: translateY(clamp(240px, 24vw, 430px)); }
}

@keyframes dch-media-signal {
    0%, 100% { opacity: 0.48; transform: scale(0.78); }
    50% { opacity: 1; transform: scale(1.12); }
}

@keyframes dch-drift-one {
    from { transform: translate3d(0, 0, 0) scale(1); }
    to { transform: translate3d(-5%, -3%, 0) scale(1.08); }
}

@keyframes dch-drift-two {
    from { transform: translate3d(0, 0, 0) scale(0.96); }
    to { transform: translate3d(6%, 4%, 0) scale(1.08); }
}

@keyframes dch-background-breathe {
    from { transform: scale(1.005); filter: saturate(0.98) brightness(0.97); }
    to { transform: scale(1.025); filter: saturate(1.06) brightness(1.025); }
}

@keyframes dch-subject-breathe {
    from { transform: translate3d(0, 0, 0) scale(1); }
    to { transform: translate3d(0, -0.45%, 0) scale(1.006); }
}

@keyframes dch-orbit-flow {
    from { stroke-dashoffset: 0; }
    to { stroke-dashoffset: -100; }
}

@keyframes dch-hologram-float {
    from { transform: translate3d(0, -5px, 12px) rotateZ(-0.45deg); }
    to { transform: translate3d(0, 7px, 24px) rotateZ(0.55deg); }
}

@keyframes dch-hologram-draw {
    0%, 18% { stroke-dashoffset: 145; opacity: 0.26; }
    44%, 78% { stroke-dashoffset: 0; opacity: 1; }
    100% { stroke-dashoffset: -145; opacity: 0.28; }
}

@keyframes dch-node-pulse {
    0%, 100% { opacity: 0.42; transform: scale(0.76); transform-origin: center; }
    50% { opacity: 1; transform: scale(1.25); transform-origin: center; }
}

@keyframes dch-particle-rise {
    0% { opacity: 0; transform: translate3d(0, 28px, 0) scale(0.55); }
    18% { opacity: 0.72; }
    76% { opacity: 0.42; }
    100% { opacity: 0; transform: translate3d(13px, -155px, 0) scale(1.25); }
}

@media (max-width: 1199.98px) {
    .dch-hero__container {
        padding-right: clamp(24px, 4vw, 50px);
        padding-left: clamp(24px, 4vw, 50px);
    }

    .dch-hero__heading {
        font-size: clamp(3rem, 6vw, 4.8rem);
    }

    .dch-hero__media-shell {
        width: min(44vw, 640px);
        min-width: 420px;
    }
}

@media (max-width: 959.98px) {
    .dch-hero {
        height: calc(100svh - var(--dch-mobile-header-height));
        min-height: var(--dch-mobile-min-height);
        margin-top: 0;
    }

    .dch-hero__background {
        inset: -2%;
        width: 104%;
        height: 104%;
        transform: scale(1.035);
    }

    .dch-hero__background img {
        object-position: var(--dch-mobile-background-position);
    }

    .dch-hero__avatar-motion {
        display: none;
    }

    .dch-hero__subject,
    .dch-hero__orbit,
    .dch-hero__holograms,
    .dch-hero__particles {
        display: none;
    }

    .dch-hero__shade {
        background:
            linear-gradient(180deg, rgba(2, 6, 15, 0.35) 0%, rgba(2, 6, 15, 0.38) 28%, rgba(2, 6, 15, 0.83) 67%, rgba(2, 6, 15, 0.98) 100%),
            linear-gradient(90deg, rgba(2, 6, 15, 0.78), rgba(2, 6, 15, 0.12));
    }

    .dch-hero__pointer-light,
    .dch-hero__grid {
        display: none;
    }

    .dch-hero__container {
        align-items: flex-end;
        padding: 110px 28px clamp(64px, 9vh, 92px);
    }

    .dch-hero__content {
        width: min(100%, 690px);
    }

    .dch-hero__heading {
        max-width: 13ch;
        font-size: clamp(2.65rem, 8.5vw, 4.5rem);
    }

    .dch-hero__intro {
        max-width: 55ch;
        color: rgba(235, 240, 250, 0.86);
    }

    .dch-hero__scroll {
        display: none;
    }

    .dch-hero__avatar-trigger {
        z-index: 8;
        top: 28%;
        right: 22px;
        bottom: auto;
        left: auto;
        width: 70px;
        height: 70px;
        border: 1px solid rgba(173, 207, 255, 0.36);
        border-radius: 50%;
        background: rgba(5, 16, 34, 0.42);
        box-shadow: 0 14px 38px rgba(0, 0, 0, 0.3), inset 0 0 24px rgba(47, 125, 255, 0.12);
        touch-action: manipulation;
        backdrop-filter: blur(9px);
        -webkit-backdrop-filter: blur(9px);
        -webkit-tap-highlight-color: transparent;
    }

    .dch-hero__avatar-trigger::after {
        display: none;
    }

    .dch-hero__avatar-cue,
    .dch-hero__avatar-trigger:hover .dch-hero__avatar-cue,
    .dch-hero__avatar-trigger:focus-visible .dch-hero__avatar-cue {
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        border: 0;
        opacity: 1;
        background: transparent;
        box-shadow: none;
        transform: translate(-50%, -50%);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .dch-hero__avatar-cue > span {
        width: 0;
        height: 0;
        margin-left: 5px;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-left: 15px solid #fff;
        border-radius: 2px;
        background: transparent;
        box-shadow: none;
    }

    .dch-hero__media-shell {
        top: 50%;
        right: 18px;
        left: 18px;
        width: auto;
        min-width: 0;
        transform: perspective(900px) translate3d(0, -42%, 0) rotateX(12deg) scale(0.74);
        transform-origin: 74% 22%;
    }

    .dch-hero.is-media-panel-open .dch-hero__media-shell {
        transform: perspective(900px) translate3d(0, -50%, 0) rotateX(0) scale(1);
    }
}

@media (max-width: 575.98px) {
    .dch-hero__container {
        padding-right: 20px;
        padding-bottom: 44px;
        padding-left: 20px;
    }

    .dch-hero__eyebrow {
        margin-bottom: 17px;
        font-size: 0.65rem;
        letter-spacing: 0.19em;
    }

    .dch-hero__eyebrow::before {
        width: 24px;
    }

    .dch-hero__heading {
        font-size: clamp(2.35rem, 12.2vw, 3.4rem);
        line-height: 0.99;
    }

    .dch-hero__intro {
        margin-top: 20px;
        font-size: 0.96rem;
        line-height: 1.55;
    }

    .dch-hero__services {
        margin-top: 18px;
        font-size: 0.61rem;
        letter-spacing: 0.08em;
    }

    .dch-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 25px;
    }

    .dch-hero__button {
        width: 100%;
        min-height: 50px;
    }

    .dch-hero__avatar-trigger {
        top: 25%;
        right: 17px;
        width: 62px;
        height: 62px;
    }

    .dch-hero__media-shell {
        right: 12px;
        left: 12px;
        border-radius: 13px;
    }

    .dch-hero__media-header {
        min-height: 46px;
        padding-left: 14px;
    }

    .dch-hero__media-title {
        font-size: 0.65rem;
        letter-spacing: 0.1em;
    }
}

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

    .dch-hero__background,
    .dch-hero__avatar-motion,
    .dch-hero__subject,
    .dch-hero__orbit,
    .dch-hero__hologram,
    .dch-hero__content {
        transform: none !important;
    }

    .dch-hero__content,
    .dch-hero__subject,
    .dch-hero__orbit,
    .dch-hero__hologram,
    .dch-hero__particles {
        opacity: 1 !important;
        filter: none !important;
    }

    .dch-hero__avatar-motion {
        display: none !important;
    }
}

@media (forced-colors: active) {
    .dch-hero__button {
        border-color: ButtonText;
    }

    .dch-hero__heading-accent {
        color: CanvasText;
        background: none;
    }

    .dch-hero__avatar-trigger,
    .dch-hero__media-shell,
    .dch-hero__media-close {
        border: 1px solid ButtonText;
    }
}
