/* DGxOne Landing Command Deck */
.command-deck-page {
    --deck-bg: #03070b;
    --deck-panel: rgba(8, 17, 24, 0.86);
    --deck-line: rgba(133, 202, 235, 0.14);
    --deck-text: #eef8ff;
    --deck-muted: #8193a2;
    --deck-blue: #78d8ff;
    --deck-mint: #67e7c1;
    margin: 0;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 75% 17%, rgba(42, 133, 185, .13), transparent 28%),
        radial-gradient(circle at 16% 40%, rgba(34, 104, 133, .08), transparent 30%),
        var(--deck-bg);
    color: var(--deck-text);
}

.command-deck-page::before {
    display: none;
}

.command-deck-page * {
    box-sizing: border-box;
}

.command-deck-page a {
    color: inherit;
    text-decoration: none;
}

.deck-ambient {
    position: fixed;
    inset: 0;
    z-index: -1;
    opacity: .17;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(115, 192, 228, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(115, 192, 228, .08) 1px, transparent 1px);
    background-size: 76px 76px;
    mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.deck-nav {
    position: relative;
    z-index: 20;
    width: min(1500px, calc(100% - 64px));
    min-height: 82px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 32px;
    border-bottom: 1px solid rgba(133, 202, 235, .1);
}

.deck-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    justify-self: start;
}

.deck-brand img {
    width: 34px;
    height: 34px;
}

.deck-brand > span {
    display: grid;
    gap: 4px;
}

.deck-brand strong {
    font-size: .93rem;
    letter-spacing: .08em;
}

.deck-brand small {
    color: var(--deck-muted);
    font-size: .57rem;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.deck-links {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.5vw, 38px);
    color: #81909d;
    font-size: .76rem;
}

.deck-links a {
    transition: color 180ms ease;
}

.deck-links a:hover {
    color: #e9f7ff;
}

.deck-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 23px;
    border: 1px solid rgba(118, 218, 255, .48);
    border-radius: 7px;
    background:
        linear-gradient(135deg, rgba(56, 156, 205, .24), rgba(49, 188, 154, .1));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .08),
        0 12px 34px rgba(0, 0, 0, .18);
    color: #edfbff;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .06em;
    transition: 180ms ease;
}

.deck-button:hover {
    transform: translateY(-2px);
    border-color: rgba(139, 230, 255, .82);
    box-shadow: 0 15px 42px rgba(30, 132, 181, .18);
}

.deck-button-small {
    min-height: 40px;
    padding-inline: 17px;
    justify-self: end;
    font-size: .69rem;
}

.deck-hero {
    width: min(1500px, calc(100% - 64px));
    min-height: calc(100vh - 82px);
    margin: auto;
    display: grid;
    grid-template-columns: minmax(430px, .84fr) minmax(620px, 1.16fr);
    align-items: center;
    gap: clamp(50px, 7vw, 120px);
    padding: 56px 0 80px;
}

.deck-hero-copy {
    position: relative;
    z-index: 2;
}

.deck-status {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 23px;
    color: #78909f;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: .61rem;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.deck-status span,
.console-live span,
.console-footer i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--deck-mint);
    box-shadow: 0 0 12px rgba(103, 231, 193, .85);
}

.chief-avatar {
    position: relative;
    width: 102px;
    height: 115px;
    display: grid;
    place-items: center;
    margin: 0 0 24px 3px;
    filter: drop-shadow(0 12px 30px rgba(52, 165, 218, .2));
}

.chief-head {
    position: absolute;
    z-index: 4;
    top: 24px;
    width: 67px;
    height: 54px;
    border: 1px solid rgba(140, 224, 255, .67);
    border-radius: 18px 18px 23px 23px;
    background: linear-gradient(145deg, #1a3545, #061019 70%);
    box-shadow:
        inset 0 1px rgba(255, 255, 255, .17),
        0 0 26px rgba(82, 191, 240, .18);
}

.chief-screen {
    position: absolute;
    inset: 12px 9px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: 1px solid rgba(112, 210, 255, .18);
    border-radius: 10px;
    background: #02090e;
}

.chief-screen i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a7eaff;
    box-shadow: 0 0 12px #67d7ff;
}

.chief-mouth {
    position: absolute;
    bottom: 8px;
    left: 50%;
    width: 16px;
    height: 2px;
    transform: translateX(-50%);
    background: #70cfee;
    border-radius: 4px;
}

.chief-antenna {
    position: absolute;
    top: -16px;
    left: 50%;
    width: 1px;
    height: 16px;
    background: #6ecbe9;
}

.chief-antenna::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #a6ebff;
    box-shadow: 0 0 13px #54c7f5;
}

.chief-body {
    position: absolute;
    z-index: 3;
    bottom: 9px;
    width: 57px;
    height: 30px;
    border: 1px solid rgba(126, 213, 245, .45);
    border-radius: 18px 18px 8px 8px;
    background: linear-gradient(#142d3b, #061017);
}

.chief-core {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 8px;
    height: 8px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #6ce7c4;
    box-shadow: 0 0 14px #55dcb5;
}

.chief-halo {
    position: absolute;
    border: 1px solid rgba(100, 202, 241, .18);
    border-radius: 50%;
}

.halo-a {
    inset: 2px;
}

.halo-b {
    inset: 15px -9px;
    transform: rotate(61deg);
    border-color: rgba(103, 231, 193, .15);
}

.chief-scan {
    position: absolute;
    z-index: 5;
    top: 25px;
    left: 22px;
    width: 58px;
    height: 1px;
    background: #9eeaff;
    opacity: .65;
    box-shadow: 0 0 8px #68d7ff;
}

.deck-kicker,
.deck-statement > p,
.deck-principles > div > p,
.deck-finale > p {
    margin: 0 0 17px;
    color: var(--deck-blue);
    font-size: .63rem;
    font-weight: 700;
    letter-spacing: .25em;
    text-transform: uppercase;
}

.deck-hero h1 {
    max-width: 680px;
    margin: 0;
    font-size: clamp(4.15rem, 6.5vw, 7.4rem);
    font-weight: 570;
    line-height: .9;
    letter-spacing: -.065em;
}

.deck-hero h1 span {
    display: block;
    color: transparent;
    background: linear-gradient(110deg, #edf9ff 10%, #80d9ff 58%, #67e7c1);
    background-clip: text;
    -webkit-background-clip: text;
}

.deck-intro {
    max-width: 610px;
    margin: 31px 0 0;
    color: #91a1ae;
    font-size: clamp(1rem, 1.2vw, 1.16rem);
    line-height: 1.75;
}

.deck-actions {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 34px;
}

.deck-text-button {
    color: #a7b5c0;
    font-size: .8rem;
    border-bottom: 1px solid rgba(167, 181, 192, .35);
    padding-bottom: 5px;
}

.deck-capabilities {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 38px;
    color: #657784;
    font-size: .61rem;
    font-weight: 700;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.deck-capabilities i {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #57cbe9;
    box-shadow: 0 0 7px #57cbe9;
}

.deck-console {
    position: relative;
    border: 1px solid rgba(130, 206, 239, .17);
    border-radius: 15px;
    background:
        linear-gradient(145deg, rgba(13, 27, 37, .94), rgba(4, 9, 14, .97));
    box-shadow:
        inset 0 1px rgba(255, 255, 255, .035),
        0 38px 110px rgba(0, 0, 0, .36),
        0 0 100px rgba(43, 132, 179, .07);
    overflow: hidden;
}

.console-header,
.console-footer {
    min-height: 61px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 22px;
    border-color: rgba(130, 206, 239, .1);
}

.console-header {
    border-bottom: 1px solid rgba(130, 206, 239, .1);
}

.console-footer {
    min-height: 48px;
    border-top: 1px solid rgba(130, 206, 239, .1);
    color: #607684;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: .58rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.console-footer span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.console-identity {
    display: flex;
    align-items: center;
    gap: 11px;
}

.console-identity > div {
    display: grid;
    gap: 4px;
}

.console-identity strong,
.console-identity small {
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: .12em;
}

.console-identity strong {
    color: #cde8f3;
    font-size: .64rem;
}

.console-identity small {
    color: #516b79;
    font-size: .52rem;
}

.console-mark {
    width: 25px;
    height: 25px;
    border: 1px solid rgba(118, 211, 249, .3);
    transform: rotate(45deg);
    box-shadow: inset 0 0 10px rgba(71, 184, 225, .13);
}

.console-live {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #76dcbc;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: .55rem;
    letter-spacing: .14em;
}

.console-stage {
    position: relative;
    min-height: 470px;
    overflow: hidden;
}

.stage-grid {
    position: absolute;
    inset: 0;
    opacity: .28;
    background-image:
        linear-gradient(rgba(113, 196, 235, .09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(113, 196, 235, .09) 1px, transparent 1px);
    background-size: 35px 35px;
    mask-image: radial-gradient(circle, black 15%, transparent 83%);
}

.stage-sweep {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(72, 183, 229, .1), transparent 34%);
}

.runtime-paths {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.runtime-line {
    fill: none;
    stroke: url(#runtimeLine);
    stroke-width: 1.2;
    stroke-dasharray: 5 7;
}

.runtime-packet {
    fill: #b9efff;
    filter: url(#runtimeGlow);
}

.runtime-node {
    position: absolute;
    z-index: 3;
    width: 118px;
    min-height: 90px;
    padding: 12px;
    border: 1px solid rgba(124, 201, 235, .2);
    border-radius: 10px;
    background: rgba(7, 17, 24, .93);
    box-shadow: 0 15px 38px rgba(0, 0, 0, .28);
}

.runtime-node strong,
.runtime-node small {
    display: block;
}

.runtime-node strong {
    margin-top: 8px;
    color: #dfeef5;
    font-size: .73rem;
}

.runtime-node small {
    margin-top: 4px;
    color: #607582;
    font-size: .57rem;
}

.runtime-number {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #4e788c;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: .48rem;
}

.node-intent {
    top: 190px;
    left: 3%;
}

.node-trust {
    top: 69px;
    left: 42%;
}

.node-knowledge {
    top: 190px;
    left: 42%;
}

.node-agents {
    top: 311px;
    left: 42%;
}

.node-evidence {
    top: 190px;
    right: 3%;
    border-color: rgba(103, 231, 193, .34);
}

.runtime-core {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    width: 74px;
    height: 74px;
    transform: translate(-50%, -50%);
    display: grid;
    place-items: center;
    border-radius: 50%;
}

.runtime-core strong {
    z-index: 2;
    color: #dff7ff;
    font-size: .77rem;
    letter-spacing: .08em;
}

.core-center {
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(123, 218, 255, .6);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(104, 220, 255, .26), #07151d 65%);
    box-shadow: 0 0 28px rgba(85, 195, 238, .22);
}

.core-ring {
    position: absolute;
    border: 1px solid rgba(110, 205, 243, .23);
    border-radius: 50%;
}

.ring-one {
    inset: 5px;
}

.ring-two {
    inset: -7px;
    border-style: dashed;
}

.deck-statement,
.deck-principles {
    width: min(1320px, calc(100% - 64px));
    margin: auto;
    padding: clamp(100px, 12vw, 180px) 0;
}

.deck-statement > h2,
.deck-principles h2,
.deck-finale h2 {
    margin: 0;
    font-size: clamp(3rem, 6.5vw, 6.7rem);
    font-weight: 520;
    line-height: .96;
    letter-spacing: -.055em;
}

.workspace-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 65px;
}

.workspace-panel {
    position: relative;
    min-height: 620px;
    padding: clamp(28px, 4vw, 52px);
    border: 1px solid var(--deck-line);
    border-radius: 14px;
    overflow: hidden;
}

.workspace-brain {
    background:
        radial-gradient(circle at 85% 80%, rgba(44, 149, 200, .18), transparent 31%),
        #081018;
}

.workspace-mission {
    background:
        radial-gradient(circle at 15% 80%, rgba(45, 173, 141, .13), transparent 32%),
        #07110f;
}

.workspace-index {
    color: #617987;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: .6rem;
    letter-spacing: .13em;
}

.workspace-panel h3 {
    margin: 32px 0 17px;
    font-size: clamp(2.5rem, 4vw, 4.5rem);
    font-weight: 520;
    letter-spacing: -.045em;
}

.workspace-panel > p {
    max-width: 490px;
    color: #8496a2;
    line-height: 1.7;
}

.workspace-panel > a {
    position: absolute;
    left: clamp(28px, 4vw, 52px);
    bottom: 37px;
    display: flex;
    gap: 16px;
    color: #a9dff3;
    font-size: .76rem;
}

.workspace-preview {
    position: absolute;
    right: -40px;
    bottom: 100px;
    width: min(470px, 76%);
    min-height: 235px;
    padding: 18px;
    border: 1px solid rgba(130, 206, 239, .15);
    border-radius: 12px;
    background: rgba(3, 10, 15, .87);
    box-shadow: 0 25px 70px rgba(0, 0, 0, .35);
    transform: rotate(-2deg);
}

.workspace-mission .workspace-preview {
    right: auto;
    left: -38px;
    transform: rotate(2deg);
}

.preview-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(130, 206, 239, .1);
    color: #6d8492;
    font-size: .64rem;
}

.preview-top i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #69e5c0;
    box-shadow: 0 0 10px #69e5c0;
}

.preview-user,
.preview-ai {
    max-width: 82%;
    padding: 12px 14px;
    border: 1px solid rgba(130, 206, 239, .12);
    border-radius: 9px;
    color: #8195a2;
    font-size: .69rem;
    line-height: 1.5;
}

.preview-user {
    margin: 28px 0 13px auto;
    color: #c6dce6;
    background: rgba(58, 134, 170, .11);
}

.preview-ai {
    margin: 0;
}

.mission-preview {
    padding-top: 30px;
}

.mission-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(130, 206, 239, .09);
    color: #8496a1;
    font-size: .66rem;
}

.mission-row strong {
    color: #70dcb9;
    font-weight: 500;
}

.deck-principles {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: clamp(60px, 10vw, 150px);
    border-top: 1px solid rgba(130, 206, 239, .1);
}

.principle-list {
    display: grid;
}

.principle-list article {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 22px;
    padding: 28px 0;
    border-bottom: 1px solid rgba(130, 206, 239, .1);
}

.principle-list article > span {
    color: #548198;
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: .62rem;
}

.principle-list h3 {
    margin: 0 0 10px;
    font-size: 1rem;
}

.principle-list p {
    margin: 0;
    color: #7c909d;
    font-size: .83rem;
    line-height: 1.65;
}

.deck-finale {
    position: relative;
    min-height: 72vh;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 35px;
    padding: 100px 24px;
    text-align: center;
    overflow: hidden;
}

.deck-finale h2 {
    position: relative;
    z-index: 2;
}

.finale-orbit {
    position: absolute;
    width: min(680px, 75vw);
    aspect-ratio: 1;
    border: 1px solid rgba(107, 208, 245, .11);
    border-radius: 50%;
    box-shadow:
        0 0 0 90px rgba(107, 208, 245, .015),
        0 0 0 180px rgba(107, 208, 245, .01);
}

.deck-footer {
    width: min(1500px, calc(100% - 64px));
    min-height: 115px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 30px;
    border-top: 1px solid rgba(130, 206, 239, .1);
    color: #617480;
    font-size: .66rem;
}

.deck-footer > div {
    display: flex;
    gap: 25px;
}

.deck-footer > span {
    justify-self: end;
    letter-spacing: .15em;
    text-transform: uppercase;
}

@media (prefers-reduced-motion: no-preference) {
    .chief-avatar {
        animation: chiefFloat 4.8s ease-in-out infinite;
    }

    .halo-a {
        animation: haloSpin 12s linear infinite;
    }

    .halo-b {
        animation: haloSpinReverse 16s linear infinite;
    }

    .chief-screen i {
        animation: chiefBlink 5.5s ease-in-out infinite;
    }

    .chief-scan {
        animation: chiefScan 3.5s ease-in-out infinite;
    }

    .ring-one {
        animation: haloSpin 7s linear infinite;
    }

    .ring-two {
        animation: haloSpinReverse 11s linear infinite;
    }

    .runtime-line {
        animation: lineFlow 4s linear infinite;
    }

    .packet-a {
        offset-path: path("M124 238 C212 238 218 115 315 115");
        animation: packetTravel 3.4s ease-in-out infinite;
    }

    .packet-b {
        offset-path: path("M445 238 C530 238 548 238 636 238");
        animation: packetTravel 3.4s ease-in-out .9s infinite;
    }

    .packet-c {
        offset-path: path("M445 361 C538 361 532 238 636 238");
        animation: packetTravel 3.4s ease-in-out 1.8s infinite;
    }

    .runtime-node {
        animation: nodePulse 4.5s ease-in-out infinite;
    }

    .node-trust { animation-delay: .4s; }
    .node-knowledge { animation-delay: .8s; }
    .node-agents { animation-delay: 1.2s; }
    .node-evidence { animation-delay: 1.6s; }

    @keyframes chiefFloat {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-7px); }
    }

    @keyframes haloSpin {
        to { transform: rotate(360deg); }
    }

    @keyframes haloSpinReverse {
        from { transform: rotate(61deg); }
        to { transform: rotate(-299deg); }
    }

    @keyframes chiefBlink {
        0%, 46%, 50%, 100% { transform: scaleY(1); }
        48% { transform: scaleY(.12); }
    }

    @keyframes chiefScan {
        0%, 100% { transform: translateY(0); opacity: .15; }
        50% { transform: translateY(45px); opacity: .8; }
    }

    @keyframes lineFlow {
        to { stroke-dashoffset: -48; }
    }

    @keyframes packetTravel {
        0% { offset-distance: 0%; opacity: 0; }
        18% { opacity: 1; }
        82% { opacity: 1; }
        100% { offset-distance: 100%; opacity: 0; }
    }

    @keyframes nodePulse {
        0%, 100% { border-color: rgba(124, 201, 235, .18); }
        50% { border-color: rgba(124, 201, 235, .42); }
    }
}

@media (max-width: 1180px) {
    .deck-nav,
    .deck-hero,
    .deck-statement,
    .deck-principles,
    .deck-footer {
        width: min(100% - 36px, 1320px);
    }

    .deck-links {
        display: none;
    }

    .deck-nav {
        grid-template-columns: 1fr auto;
    }

    .deck-hero {
        grid-template-columns: 1fr;
        padding-top: 80px;
    }

    .deck-hero-copy {
        max-width: 760px;
    }

    .deck-console {
        width: 100%;
    }
}

@media (max-width: 760px) {
    .deck-nav {
        min-height: 70px;
    }

    .deck-brand small {
        display: none;
    }

    .deck-button-small {
        min-height: 37px;
        padding-inline: 12px;
    }

    .deck-hero {
        width: min(100% - 28px, 700px);
        padding: 55px 0 70px;
    }

    .deck-hero h1 {
        font-size: clamp(3.7rem, 17vw, 5.8rem);
    }

    .deck-console {
        display: none;
    }

    .workspace-pair,
    .deck-principles {
        grid-template-columns: 1fr;
    }

    .deck-statement,
    .deck-principles {
        width: min(100% - 28px, 700px);
        padding: 90px 0;
    }

    .workspace-panel {
        min-height: 550px;
    }

    .workspace-preview {
        width: 86%;
    }

    .deck-footer {
        width: min(100% - 28px, 700px);
        grid-template-columns: 1fr;
        padding: 35px 0;
    }

    .deck-footer > span {
        justify-self: start;
    }
}

@media (prefers-reduced-motion: reduce) {
    .command-deck-page *,
    .command-deck-page *::before,
    .command-deck-page *::after {
        animation: none !important;
        transition: none !important;
    }
}


/* Landing layout cleanup */
.workspace-preview,
.workspace-mission .workspace-preview {
    left: 30px;
    right: 30px;
    width: auto;
    max-width: none;
    overflow: hidden;
}

.workspace-preview {
    transform: rotate(-1deg);
}

.workspace-mission .workspace-preview {
    transform: rotate(1deg);
}

.mission-row span,
.mission-row strong,
.preview-user,
.preview-ai {
    overflow-wrap: anywhere;
}

.deck-principles h2 {
    max-width: 560px;
    font-size: clamp(3rem, 5.8vw, 6rem);
    line-height: 1;
    letter-spacing: -0.035em;
}

@media (max-width: 760px) {
    .workspace-preview,
    .workspace-mission .workspace-preview {
        left: 20px;
        right: 20px;
        width: auto;
    }
}


/* Simplified architecture stage cards */
.runtime-node {
    min-height: 72px;
    padding: 15px 14px 13px;
}

.runtime-node strong {
    margin-top: 4px;
    padding-right: 22px;
}

.runtime-node small {
    line-height: 1.4;
}


/* Finale and footer visibility fix */
.deck-finale {
    min-height: 620px;
    height: auto;
    padding: 90px 24px 80px;
}

.deck-finale h2 {
    font-size: clamp(3.5rem, 6vw, 6.5rem);
    line-height: .95;
}

.finale-orbit {
    width: min(600px, 68vw);
}

.deck-footer {
    min-height: 96px;
    padding: 22px 0;
}

@media (max-height: 850px) and (min-width: 761px) {
    .deck-finale {
        min-height: 540px;
        padding: 65px 24px 55px;
        gap: 27px;
    }

    .finale-orbit {
        width: min(500px, 62vw);
    }

    .deck-footer {
        min-height: 82px;
        padding: 16px 0;
    }
}

@media (max-width: 760px) {
    .deck-finale {
        min-height: 520px;
        padding: 75px 20px 65px;
    }

    .finale-orbit {
        width: min(460px, 88vw);
    }
}


/* Complete finale orbit visibility */
.deck-finale {
    min-height: 560px;
    padding: 58px 24px 46px;
    overflow: hidden;
}

.finale-orbit {
    width: min(470px, 56vw);
    box-shadow:
        0 0 0 58px rgba(107, 208, 245, .015),
        0 0 0 112px rgba(107, 208, 245, .01);
}

.deck-finale h2 {
    max-width: 100%;
    font-size: clamp(3.4rem, 5.5vw, 5.8rem);
    white-space: nowrap;
}

.deck-footer {
    position: relative;
    z-index: 3;
    min-height: 82px;
    padding: 14px 0;
}

@media (max-width: 900px) {
    .deck-finale h2 {
        white-space: normal;
    }

    .finale-orbit {
        width: min(420px, 72vw);
        box-shadow:
            0 0 0 42px rgba(107, 208, 245, .015),
            0 0 0 82px rgba(107, 208, 245, .01);
    }
}

@media (max-width: 760px) {
    .deck-finale {
        min-height: 490px;
        padding: 60px 18px 42px;
    }

    .finale-orbit {
        width: min(350px, 72vw);
    }
}


/* Balanced finale orbit sizing */
.deck-finale {
    min-height: 600px;
    padding: 64px 24px 52px;
    overflow: hidden;
}

.finale-orbit {
    width: min(540px, 62vw);
    box-shadow:
        0 0 0 62px rgba(107, 208, 245, .015),
        0 0 0 120px rgba(107, 208, 245, .01);
}

.deck-finale h2 {
    font-size: clamp(3.5rem, 5.7vw, 6rem);
}

.deck-footer {
    position: relative;
    z-index: 3;
    min-height: 86px;
    padding: 16px 0;
}

@media (max-width: 760px) {
    .deck-finale {
        min-height: 510px;
        padding: 60px 18px 44px;
    }

    .finale-orbit {
        width: min(380px, 78vw);
    }
}


/* Modern cinematic landing scroll */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 82px;
}

.command-deck-page {
    overflow-x: clip;
}

/* Hero fills the opening viewport without creating a dead lower area. */
.deck-hero {
    min-height: calc(100svh - 82px);
    padding-top: clamp(70px, 9vh, 110px);
    padding-bottom: clamp(70px, 9vh, 110px);
    align-items: center;
}

/* Cinematic sections with controlled, responsive spacing. */
.deck-statement,
.deck-principles {
    min-height: min(900px, 92svh);
    padding-top: clamp(90px, 11vh, 145px);
    padding-bottom: clamp(90px, 11vh, 145px);
}

.deck-finale {
    min-height: min(650px, 72svh);
    padding: clamp(70px, 9vh, 105px) 24px;
}

/* Prevent large empty space after the hero capabilities. */
.deck-capabilities {
    margin-bottom: 0;
}

/* Subtle section separation. */
.deck-statement,
.deck-principles,
.deck-finale {
    position: relative;
}

.deck-statement::before,
.deck-principles::before,
.deck-finale::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1320px, calc(100% - 64px));
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(130, 206, 239, .12) 18%,
        rgba(130, 206, 239, .12) 82%,
        transparent
    );
}

/* Modern scroll reveal. Content remains visible when JS is unavailable. */
.js-reveal-ready .deck-reveal {
    opacity: 0;
    transform: translateY(34px);
    transition:
        opacity 850ms cubic-bezier(.22, 1, .36, 1),
        transform 850ms cubic-bezier(.22, 1, .36, 1);
    will-change: opacity, transform;
}

.js-reveal-ready .deck-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.js-reveal-ready .deck-reveal-delay {
    transition-delay: 120ms;
}

/* Small depth response for the architecture console. */
@media (prefers-reduced-motion: no-preference) {
    .deck-console {
        transition:
            transform 700ms cubic-bezier(.22, 1, .36, 1),
            border-color 700ms ease,
            box-shadow 700ms ease;
    }

    .deck-console.is-visible {
        transform: translateY(-4px);
        border-color: rgba(130, 206, 239, .25);
        box-shadow:
            inset 0 1px rgba(255, 255, 255, .04),
            0 42px 110px rgba(0, 0, 0, .38),
            0 0 110px rgba(43, 132, 179, .09);
    }
}

@media (max-width: 1180px) {
    .deck-hero {
        min-height: auto;
        padding-top: clamp(65px, 8vh, 95px);
        padding-bottom: clamp(80px, 10vh, 120px);
    }

    .deck-statement,
    .deck-principles {
        min-height: auto;
    }
}

@media (max-width: 760px) {
    html {
        scroll-padding-top: 70px;
    }

    .deck-hero {
        min-height: calc(100svh - 70px);
        align-content: center;
        padding-top: 55px;
        padding-bottom: 70px;
    }

    .deck-statement,
    .deck-principles {
        min-height: auto;
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .deck-finale {
        min-height: 500px;
        padding: 70px 18px 55px;
    }

    .deck-statement::before,
    .deck-principles::before,
    .deck-finale::before {
        width: calc(100% - 28px);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .deck-reveal {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* DGxOne floating landing architecture v2 */
.command-deck-page .deck-console {
    position: relative;
    isolation: isolate;
    overflow: visible;

    width: min(100%, 760px);
    min-height: 520px;
    justify-self: center;

    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;

    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    transform: none;
}

.command-deck-page .deck-console::before {
    content: "";
    position: absolute;
    z-index: -2;
    inset: 7% 3%;

    border-radius: 50%;
    pointer-events: none;

    background:
        radial-gradient(
            circle at 28% 50%,
            rgba(76, 186, 238, .16),
            transparent 34%
        ),
        radial-gradient(
            circle at 58% 43%,
            rgba(94, 218, 255, .12),
            transparent 38%
        ),
        radial-gradient(
            circle at 82% 52%,
            rgba(93, 239, 194, .10),
            transparent 31%
        );

    filter: blur(34px);
    opacity: .82;
    animation: landing-architecture-ambient 8s ease-in-out infinite;
}

.command-deck-page .deck-console::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 10% 6%;

    pointer-events: none;
    opacity: .22;

    background-image:
        linear-gradient(
            rgba(116, 214, 255, .08) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(116, 214, 255, .08) 1px,
            transparent 1px
        );

    background-size: 44px 44px;
    mask-image: radial-gradient(
        ellipse at center,
        black 0%,
        transparent 72%
    );
    -webkit-mask-image: radial-gradient(
        ellipse at center,
        black 0%,
        transparent 72%
    );
}

/* Remove the architecture card title bar and Design badge. */
.command-deck-page .console-header {
    display: none !important;
}

.command-deck-page .console-stage {
    position: relative;
    overflow: visible;

    width: 100%;
    min-height: 520px;
    padding: 0;

    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* Keep only a subtle spatial field behind the floating workflow. */
.command-deck-page .stage-grid {
    inset: 5% 3%;
    border: 0;
    background-size: 48px 48px;
    opacity: .18;

    mask-image: radial-gradient(
        ellipse at center,
        black,
        transparent 72%
    );
    -webkit-mask-image: radial-gradient(
        ellipse at center,
        black,
        transparent 72%
    );
}

.command-deck-page .stage-sweep {
    opacity: .32;
    filter: blur(2px);
}

/* Let the connections float without a surrounding SVG panel. */
.command-deck-page .runtime-paths {
    overflow: visible;
    filter: drop-shadow(0 0 8px rgba(93, 201, 245, .18));
}

.command-deck-page .runtime-line {
    stroke-width: 1.35;
    opacity: .72;
}

/* Remove individual card styling while preserving clear labels. */
.command-deck-page .runtime-node {
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;

    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    padding: 16px 12px;
    overflow: visible;

    transition:
        transform .35s ease,
        filter .35s ease,
        opacity .35s ease;
}

.command-deck-page .runtime-node::before {
    content: "";
    position: absolute;
    z-index: -1;

    width: 82px;
    height: 82px;
    left: 50%;
    top: 50%;

    border-radius: 50%;
    transform: translate(-50%, -50%);

    background: radial-gradient(
        circle,
        rgba(89, 205, 255, .22),
        rgba(89, 205, 255, .07) 40%,
        transparent 72%
    );

    filter: blur(8px);
    animation: landing-node-breathe 4.8s ease-in-out infinite;
}

.command-deck-page .node-trust::before,
.command-deck-page .node-evidence::before {
    background: radial-gradient(
        circle,
        rgba(94, 242, 196, .24),
        rgba(94, 242, 196, .07) 42%,
        transparent 72%
    );
}

.command-deck-page .runtime-node:hover {
    transform: translateY(-4px) scale(1.025);
    filter: brightness(1.16);
}

.command-deck-page .runtime-number {
    color: rgba(130, 218, 250, .54);
    font-size: .62rem;
    letter-spacing: .14em;
}

.command-deck-page .runtime-node strong {
    color: #e9f9ff;
    font-size: clamp(.92rem, 1.15vw, 1.08rem);
    letter-spacing: .02em;

    text-shadow:
        0 0 14px rgba(112, 220, 255, .24),
        0 2px 14px rgba(0, 0, 0, .55);
}

.command-deck-page .runtime-node small {
    color: #7693a2;
    font-size: .66rem;
    letter-spacing: .035em;
}

.command-deck-page .runtime-packet {
    filter:
        drop-shadow(0 0 5px rgba(191, 242, 255, 1))
        drop-shadow(0 0 13px rgba(89, 205, 255, .8));
}

@keyframes landing-architecture-ambient {
    0%,
    100% {
        opacity: .64;
        transform: scale(.96) translate3d(-1%, 0, 0);
    }

    50% {
        opacity: .92;
        transform: scale(1.04) translate3d(1.5%, -1%, 0);
    }
}

@keyframes landing-node-breathe {
    0%,
    100% {
        opacity: .48;
        transform: translate(-50%, -50%) scale(.86);
    }

    50% {
        opacity: .95;
        transform: translate(-50%, -50%) scale(1.12);
    }
}

@media (max-width: 1050px) {
    .command-deck-page .deck-console,
    .command-deck-page .console-stage {
        min-height: 500px;
    }
}

@media (max-width: 720px) {
    .command-deck-page .deck-console {
        width: calc(100% + 24px);
        min-height: 440px;
        margin-inline: -12px;
    }

    .command-deck-page .console-stage {
        min-height: 440px;
        transform: scale(.9);
        transform-origin: center;
    }

    .command-deck-page .runtime-node strong {
        font-size: .82rem;
    }

    .command-deck-page .runtime-node small {
        font-size: .58rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .command-deck-page .deck-console::before,
    .command-deck-page .runtime-node::before {
        animation: none !important;
    }

    .command-deck-page .runtime-node {
        transition: none;
    }
}
/* End DGxOne floating landing architecture v2 */

/* DGxOne lower landing spacing v3 */
.command-deck-page .dgx-ownership-section {
    min-height: auto !important;
    padding-top: clamp(72px, 7vw, 108px) !important;
    padding-bottom: clamp(58px, 6vw, 88px) !important;
}

.command-deck-page .dgx-ownership-section h2 {
    margin-top: 0 !important;
    margin-bottom: clamp(34px, 4vw, 54px) !important;
}

.command-deck-page .dgx-ownership-section h2 + * {
    margin-top: 0 !important;
}

.command-deck-page .dgx-ownership-section ul,
.command-deck-page .dgx-ownership-section [class*="grid"],
.command-deck-page .dgx-ownership-section [class*="principle"],
.command-deck-page .dgx-ownership-section [class*="ownership"] {
    row-gap: clamp(28px, 3vw, 44px) !important;
}

.command-deck-page .dgx-ownership-section article,
.command-deck-page .dgx-ownership-section li {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.command-deck-page .dgx-ownership-section article h3,
.command-deck-page .dgx-ownership-section li h3 {
    margin-bottom: 10px !important;
}

.command-deck-page .dgx-ownership-section article p,
.command-deck-page .dgx-ownership-section li p {
    margin-bottom: 0 !important;
}

.command-deck-page .dgx-final-cta-section {
    min-height: auto !important;
    margin-top: 0 !important;
    padding-top: clamp(64px, 6vw, 92px) !important;
    padding-bottom: clamp(76px, 7vw, 112px) !important;
}

.command-deck-page .dgx-final-cta-section h2 {
    margin-top: 0 !important;
    margin-bottom: clamp(16px, 2vw, 24px) !important;
}

.command-deck-page .dgx-final-cta-section p {
    margin-top: 0 !important;
    margin-bottom: clamp(24px, 3vw, 36px) !important;
}

@media (max-width: 720px) {
    .command-deck-page .dgx-ownership-section {
        padding-top: 58px !important;
        padding-bottom: 48px !important;
    }

    .command-deck-page .dgx-ownership-section h2 {
        margin-bottom: 32px !important;
    }

    .command-deck-page .dgx-final-cta-section {
        padding-top: 52px !important;
        padding-bottom: 76px !important;
    }
}
/* End DGxOne lower landing spacing v3 */
