@charset "UTF-8";

/*
 * Somacode refinement layer · 2026-07-14
 *
 * This file deliberately sits on top of the original production stylesheet.
 * It preserves the existing information architecture and visual demos while
 * moving the brand toward a quieter, more precise and more premium expression.
 */

body.refined {
    --paper: #f1eee7;
    --paper-soft: #f8f6f0;
    --paper-deep: #e4dfd3;
    --white: #fffefa;
    --ink: #0d0f12;
    --graphite: #191c22;
    --graphite-soft: #252932;
    --muted: #696b66;
    --line: rgba(13, 15, 18, 0.14);
    --line-strong: rgba(13, 15, 18, 0.28);
    --line-light: rgba(255, 255, 255, 0.16);
    --blue: #176bff;
    --cyan: #12c6c0;
    --orange: #ff5a14;
    --display: var(--brand-font);
    --serif: var(--brand-font);
    --body: var(--brand-font);
    --mono: var(--brand-font);
    --page-x: clamp(20px, 4.2vw, 72px);
    --max-width: 1560px;
    background: var(--paper);
    color: var(--ink);
}

body.refined::before {
    position: fixed;
    inset: 0;
    z-index: 1800;
    content: "";
    pointer-events: none;
    opacity: 0.055;
    background-image: radial-gradient(rgba(13, 15, 18, 0.26) 0.55px, transparent 0.7px);
    background-size: 4px 4px;
    mix-blend-mode: multiply;
}

body.refined.menu-open::before {
    opacity: 0;
}

body.refined ::selection {
    background: var(--blue);
    color: var(--white);
}

body.refined :focus-visible {
    outline: 2px solid var(--blue);
    outline-offset: 4px;
}

body.refined .page-progress {
    height: 3px;
}

body.refined .page-progress span {
    background: var(--blue);
    box-shadow: 0 0 18px rgba(23, 107, 255, 0.42);
}

/* Navigation */

body.refined .site-header {
    min-height: 82px;
    padding: 14px max(var(--page-x), calc((100vw - var(--max-width)) / 2 + var(--page-x)));
    border-bottom-color: transparent;
}

body.refined .site-header.is-scrolled {
    min-height: 70px;
    border-color: rgba(13, 15, 18, 0.1);
    background: rgba(241, 238, 231, 0.82);
    box-shadow: 0 14px 38px rgba(13, 15, 18, 0.055);
    backdrop-filter: blur(24px) saturate(135%);
}

body.refined .brand {
    gap: 14px;
}

body.refined .brand img {
    width: 108px;
}

body.refined .brand span {
    padding-left: 14px;
    border-left-color: var(--line-strong);
    font-size: 10px;
    letter-spacing: 0.18em;
}

body.refined .site-nav {
    gap: clamp(24px, 3vw, 48px);
}

body.refined .site-nav a {
    padding: 12px 0;
    color: rgba(13, 15, 18, 0.68);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.035em;
    transition: color 220ms ease;
}

body.refined .site-nav a::after {
    right: auto;
    bottom: 5px;
    left: 0;
    width: 18px;
    background: var(--blue);
}

body.refined .site-nav a:hover,
body.refined .site-nav a:focus-visible,
body.refined .site-nav a[aria-current="true"] {
    color: var(--ink);
}

body.refined .site-nav a[aria-current="true"]::after {
    transform: scaleX(1);
    transform-origin: left;
}

body.refined .mobile-contact-link {
    display: none;
}

body.refined .header-cta {
    gap: 22px;
    min-height: 46px;
    padding: 0 20px;
    border-color: var(--ink);
    border-radius: 999px;
    background: var(--ink);
    box-shadow: 0 10px 26px rgba(13, 15, 18, 0.12);
    font-size: 13px;
    font-weight: 500;
}

body.refined .header-cta:hover,
body.refined .header-cta:focus-visible {
    border-color: var(--blue);
    background: var(--blue);
    color: var(--white);
}

/* Hero */

body.refined .hero {
    position: relative;
    isolation: isolate;
    max-width: var(--max-width);
    padding-top: clamp(165px, 15vw, 230px);
    padding-bottom: clamp(90px, 11vw, 170px);
}

body.refined .hero::before,
body.refined .hero::after {
    position: absolute;
    z-index: -1;
    content: "";
    pointer-events: none;
}

body.refined .hero::before {
    top: 108px;
    right: 8%;
    width: clamp(340px, 43vw, 720px);
    aspect-ratio: 1;
    border: 1px solid rgba(13, 15, 18, 0.055);
    border-radius: 50%;
    box-shadow: inset 0 0 120px rgba(255, 255, 255, 0.36);
}

body.refined .hero::after {
    top: 82px;
    right: calc(8% + clamp(80px, 10vw, 180px));
    width: 1px;
    height: clamp(250px, 34vw, 520px);
    background: linear-gradient(to bottom, transparent, rgba(13, 15, 18, 0.12), transparent);
}

body.refined .hero-copy {
    gap: clamp(28px, 4vw, 60px);
}

body.refined .eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(13, 15, 18, 0.64);
    font-size: 10px;
    letter-spacing: 0.2em;
}

body.refined .eyebrow::before {
    flex: 0 0 auto;
    width: 22px;
    height: 2px;
    content: "";
    background: var(--blue);
    box-shadow: 8px 0 0 var(--cyan), 16px 0 0 var(--orange);
}

body.refined .hero h1 {
    max-width: 1240px;
    font-family: var(--serif);
    font-size: clamp(64px, 8vw, 128px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.055em;
}

body.refined .hero h1 span {
    display: inline-block;
    color: var(--ink);
    font-family: var(--display);
    font-size: 0.92em;
    font-variation-settings: "wdth" 88;
    font-weight: 560;
    letter-spacing: -0.075em;
    -webkit-text-stroke: 0;
}

body.refined .hero-intro {
    grid-template-columns: minmax(320px, 620px) auto;
    gap: clamp(36px, 7vw, 110px);
    padding-top: 8px;
}

body.refined .hero-intro > p {
    color: rgba(13, 15, 18, 0.73);
    font-size: clamp(17px, 1.32vw, 21px);
    line-height: 1.82;
}

body.refined .hero-actions {
    gap: 24px;
}

body.refined .button {
    min-height: 54px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
}

body.refined .button--dark {
    border-color: var(--ink);
    box-shadow: 0 12px 28px rgba(13, 15, 18, 0.12);
}

body.refined .button--dark:hover,
body.refined .button--dark:focus-visible {
    border-color: var(--blue);
    background: var(--blue);
    color: var(--white);
}

body.refined .text-link {
    color: rgba(13, 15, 18, 0.78);
    font-size: 13px;
    font-weight: 500;
}

body.refined .text-link::after {
    background: rgba(13, 15, 18, 0.4);
}

/* Liquid identity · 2026-07-26
 *
 * The moving material is an original Soma treatment: the brand's three
 * segments become translucent, light-reactive routing channels. It borrows
 * the quiet real-time material quality of the reference without copying its
 * check-mark geometry or product UI.
 */

body.refined .hero {
    overflow: hidden;
    max-width: none;
    min-height: 100svh;
    padding-right: max(var(--page-x), calc((100vw - var(--max-width)) / 2 + var(--page-x)));
    padding-left: max(var(--page-x), calc((100vw - var(--max-width)) / 2 + var(--page-x)));
    background:
        radial-gradient(circle at 78% 34%, rgba(160, 255, 159, 0.1), transparent 25%),
        radial-gradient(circle at 60% 4%, rgba(18, 198, 192, 0.09), transparent 31%),
        linear-gradient(142deg, #173e2a 0%, #123522 48%, #0e2b1c 100%);
    color: #d9ff9f;
}

body.refined .hero::before {
    top: clamp(108px, 12vw, 178px);
    right: max(2vw, calc((100vw - var(--max-width)) / 2));
    width: clamp(340px, 40vw, 680px);
    border-color: rgba(217, 255, 159, 0.11);
    box-shadow:
        0 0 0 80px rgba(217, 255, 159, 0.018),
        0 0 0 160px rgba(217, 255, 159, 0.012),
        inset 0 0 140px rgba(18, 198, 192, 0.05);
}

body.refined .hero::after {
    top: 0;
    right: 0;
    width: 48%;
    height: 100%;
    opacity: 0.3;
    background:
        linear-gradient(rgba(217, 255, 159, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(217, 255, 159, 0.07) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to left, #000, transparent);
}

body.refined .hero-copy {
    position: relative;
    z-index: 3;
    max-width: min(67vw, 1060px);
}

body.refined .hero .eyebrow {
    color: rgba(226, 255, 186, 0.68);
}

body.refined .hero .eyebrow::before {
    background: #d9ff9f;
    box-shadow: 8px 0 0 #49e6c9, 16px 0 0 rgba(255, 255, 255, 0.62);
}

body.refined .hero h1,
body.refined .hero h1 span {
    color: #d9ff9f;
}

body.refined .hero h1 {
    max-width: 950px;
    text-shadow: 0 16px 70px rgba(0, 0, 0, 0.13);
}

body.refined .hero-intro {
    max-width: 960px;
}

body.refined .hero-intro > p {
    color: rgba(235, 255, 213, 0.7);
}

body.refined .hero .button--dark {
    border-color: #d9ff9f;
    background: #d9ff9f;
    color: #173b28;
    box-shadow: 0 14px 40px rgba(2, 20, 10, 0.26);
}

body.refined .hero .button--dark:hover,
body.refined .hero .button--dark:focus-visible {
    border-color: #fff;
    background: #fff;
    color: #173b28;
}

body.refined .hero .text-link {
    color: rgba(235, 255, 213, 0.8);
}

body.refined .hero .text-link::after {
    background: rgba(217, 255, 159, 0.5);
}

body.refined .liquid-brand-stage {
    --liquid-rx: -7deg;
    --liquid-ry: -10deg;
    position: absolute;
    z-index: 2;
    top: clamp(112px, 12vw, 176px);
    right: max(2vw, calc((100vw - var(--max-width)) / 2 + 12px));
    display: grid;
    width: clamp(300px, 36vw, 590px);
    aspect-ratio: 1;
    place-items: center;
    pointer-events: auto;
    transform: perspective(1000px) rotateX(var(--liquid-rx)) rotateY(var(--liquid-ry));
    transform-style: preserve-3d;
    transition: transform 800ms cubic-bezier(.2,.8,.2,1);
}

body.refined .liquid-brand-stage::before {
    position: absolute;
    inset: 16%;
    border-radius: 50%;
    content: "";
    opacity: 0.46;
    background: radial-gradient(circle, rgba(156, 255, 177, 0.2), rgba(18, 198, 192, 0.05) 44%, transparent 72%);
    filter: blur(30px);
    animation: liquid-aura 6s ease-in-out infinite alternate;
}

body.refined .liquid-brand-canvas {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    filter:
        drop-shadow(0 42px 42px rgba(0, 12, 5, 0.34))
        drop-shadow(0 0 24px rgba(147, 255, 174, 0.15));
    transform: translateZ(36px);
}

body.refined .liquid-brand-canvas[data-liquid-brand-3d] {
    cursor: grab;
    touch-action: pan-y;
}

body.refined .liquid-brand-glint {
    position: absolute;
    z-index: 3;
    top: 24%;
    left: 24%;
    width: 15%;
    height: 6%;
    border-radius: 50%;
    opacity: 0.55;
    background: rgba(255, 255, 255, 0.76);
    filter: blur(12px);
    mix-blend-mode: screen;
    transform: rotate(-18deg) translateZ(58px);
    animation: liquid-glint 5.8s ease-in-out infinite;
}

body.refined .liquid-orbit {
    position: absolute;
    border: 1px solid rgba(217, 255, 159, 0.13);
    border-radius: 50%;
}

body.refined .liquid-orbit--outer {
    inset: 5%;
    animation: liquid-orbit 34s linear infinite;
}

body.refined .liquid-orbit--inner {
    inset: 15%;
    border-style: dashed;
    opacity: 0.54;
    animation: liquid-orbit 24s linear infinite reverse;
}

body.refined .liquid-orbit::after {
    position: absolute;
    top: 50%;
    left: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    background: #d9ff9f;
    box-shadow: 0 0 16px rgba(217, 255, 159, 0.75);
}

body.refined .liquid-brand-stage > p {
    position: absolute;
    right: 2%;
    bottom: 8%;
    display: grid;
    gap: 4px;
    color: rgba(226, 255, 186, 0.43);
    font-family: var(--mono);
    font-size: 8px;
    letter-spacing: 0.18em;
    line-height: 1.4;
    transform: translateZ(42px);
}

body.refined .liquid-brand-stage > p b {
    color: rgba(226, 255, 186, 0.78);
    font-weight: 500;
}

@keyframes liquid-aura {
    from { opacity: 0.32; transform: scale(0.9); }
    to { opacity: 0.58; transform: scale(1.08); }
}

@keyframes liquid-glint {
    0%, 100% { opacity: 0.22; transform: rotate(-18deg) translate3d(-8px, 8px, 58px) scale(0.82); }
    48% { opacity: 0.72; transform: rotate(-18deg) translate3d(42px, -18px, 58px) scale(1.16); }
}

@keyframes liquid-orbit {
    to { transform: rotate(360deg); }
}

body.refined .system-window {
    position: relative;
    z-index: 4;
}

body.refined .site-header:not(.is-scrolled) .brand,
body.refined .site-header:not(.is-scrolled) .site-nav a,
body.refined .site-header:not(.is-scrolled) .menu-toggle {
    color: rgba(236, 255, 218, 0.88);
}

body.refined .site-header:not(.is-scrolled) .brand img {
    filter: brightness(0) invert(1);
}

body.refined .site-header:not(.is-scrolled) .brand span {
    border-left-color: rgba(217, 255, 159, 0.28);
}

body.refined .site-header:not(.is-scrolled) .site-nav a::after {
    background: #d9ff9f;
}

body.refined .site-header:not(.is-scrolled) .header-cta {
    border-color: rgba(217, 255, 159, 0.72);
    background: #d9ff9f;
    color: #173b28;
}

body.refined .site-header:not(.is-scrolled) .header-cta:hover,
body.refined .site-header:not(.is-scrolled) .header-cta:focus-visible {
    border-color: #fff;
    background: #fff;
}

/* Hero instrument */

body.refined .system-window {
    margin-top: clamp(72px, 8vw, 126px);
    border-color: rgba(255, 255, 255, 0.13);
    border-radius: 22px;
    background: #0c0e12;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.18) inset,
        0 44px 110px rgba(13, 15, 18, 0.19),
        0 12px 30px rgba(13, 15, 18, 0.1);
}

body.refined .system-window::after {
    position: absolute;
    inset: 0;
    z-index: 8;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: inherit;
    content: "";
    pointer-events: none;
}

body.refined .system-bar {
    min-height: 58px;
    padding: 0 22px;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    background: rgba(9, 11, 15, 0.98);
    color: rgba(255, 255, 255, 0.43);
    font-size: 8px;
    letter-spacing: 0.17em;
}

body.refined .live-pill i {
    animation: none;
}

body.refined .system-stage {
    min-height: clamp(580px, 49vw, 760px);
    background:
        radial-gradient(circle at 19% 17%, rgba(23, 107, 255, 0.19), transparent 30%),
        radial-gradient(circle at 81% 79%, rgba(255, 90, 20, 0.13), transparent 28%),
        radial-gradient(circle at 53% 46%, rgba(18, 198, 192, 0.09), transparent 31%),
        #0d1015;
}

body.refined .stage-aura {
    width: 46%;
    background: radial-gradient(circle, rgba(230, 239, 255, 0.14), rgba(255, 255, 255, 0) 68%);
    filter: blur(30px);
}

body.refined .flow-map {
    color: rgba(255, 255, 255, 0.06);
}

body.refined .flow {
    stroke-width: 1.3;
    stroke-dasharray: 4 12;
}

body.refined .flow--blue { stroke: rgba(66, 137, 255, 0.66); }
body.refined .flow--cyan { stroke: rgba(35, 218, 210, 0.62); }
body.refined .flow--orange { stroke: rgba(255, 116, 56, 0.62); }

body.refined .source-node,
body.refined .budget-node {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(18, 22, 29, 0.72);
    color: rgba(255, 255, 255, 0.9);
}

body.refined .source-node small,
body.refined .budget-node small,
body.refined .source-node span,
body.refined .budget-node span {
    color: rgba(255, 255, 255, 0.55);
}

body.refined .system-bar,
body.refined .panel-top,
body.refined .terminal-head,
body.refined .system-tags span,
body.refined .signal-labels,
body.refined .partner-type,
body.refined .terminal-line,
body.refined .terminal-prompt,
body.refined .route-caption {
    color: rgba(255, 255, 255, 0.55);
}

body.refined .system-tags span {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(14, 17, 23, 0.72);
}

body.refined .flow-map {
    color: rgba(255, 255, 255, 0.06);
}

body.refined .core-ring--outer,
body.refined .core-ring--inner,
body.refined .ecosystem-orbit,
body.refined .ecosystem-orbit::before,
body.refined .ecosystem-orbit::after {
    border-color: rgba(255, 255, 255, 0.18);
}

body.refined .core-copy small,
body.refined .core-copy span,
body.refined .terminal-line b,
body.refined .stability-grid small,
body.refined .stability-grid span {
    color: rgba(255, 255, 255, 0.58);
}

body.refined .source-node,
body.refined .budget-node {
    min-height: 76px;
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(20px) saturate(125%);
}

body.refined .source-node small,
body.refined .budget-node small,
body.refined .source-node span,
body.refined .budget-node span {
    color: rgba(255, 255, 255, 0.49);
}

body.refined .source-node::before,
body.refined .budget-node::before {
    top: 15px;
    bottom: 15px;
    width: 2px;
}

body.refined .adx-core {
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(14, 17, 23, 0.87);
    color: var(--white);
    box-shadow:
        0 34px 80px rgba(0, 0, 0, 0.34),
        0 0 90px rgba(23, 107, 255, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(22px);
}

body.refined .core-ring--outer {
    border-color: rgba(255, 255, 255, 0.34);
}

body.refined .core-ring--inner {
    border-color: rgba(255, 255, 255, 0.16);
}

body.refined .core-copy img {
    width: clamp(30px, 3vw, 46px);
    margin-bottom: 10px;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.22));
}

body.refined .core-copy small,
body.refined .core-copy span {
    color: rgba(255, 255, 255, 0.55);
}

body.refined .core-copy strong {
    margin: 8px 0 11px;
    font-size: clamp(42px, 4.7vw, 74px);
    font-weight: 560;
}

body.refined .system-tags span {
    border-color: rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    background: rgba(17, 21, 27, 0.66);
    color: rgba(255, 255, 255, 0.58);
    backdrop-filter: blur(14px);
}

/* Evidence rail and editorial lead-in */

body.refined .signal-rail {
    padding-bottom: clamp(120px, 13vw, 210px);
}

body.refined .rail-item {
    min-height: 152px;
    padding-top: 28px;
    border-top-color: var(--line-strong);
}

body.refined .rail-item + .rail-item {
    border-left-color: var(--line);
}

body.refined .rail-item strong {
    margin-bottom: 28px;
    font-size: clamp(27px, 2.6vw, 43px);
    font-weight: 520;
}

body.refined .rail-item span {
    color: rgba(13, 15, 18, 0.58);
    font-size: 12px;
    letter-spacing: 0.02em;
}

body.refined .platform-intro {
    grid-template-columns: minmax(150px, 0.55fr) minmax(0, 2.45fr);
    gap: clamp(44px, 8vw, 140px);
    padding-bottom: clamp(110px, 13vw, 200px);
}

body.refined .section-kicker,
body.refined .capability-index,
body.refined .stability-meta {
    color: rgba(13, 15, 18, 0.58);
    letter-spacing: 0.16em;
}

body.refined .intro-copy h2 {
    max-width: 1030px;
    font-family: var(--serif);
    font-size: clamp(52px, 6.8vw, 104px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.048em;
}

body.refined .intro-copy > p {
    color: rgba(13, 15, 18, 0.61);
    font-size: clamp(16px, 1.24vw, 19px);
    line-height: 1.88;
}

/* Capabilities */

body.refined .capability-list {
    border-top-color: var(--line-strong);
}

body.refined .capability {
    grid-template-columns: minmax(280px, 0.78fr) minmax(520px, 1.22fr);
    grid-template-rows: auto 1fr;
    grid-template-areas:
        "index visual"
        "copy visual";
    align-items: start;
    gap: 26px clamp(48px, 7vw, 112px);
    min-height: 760px;
    padding-top: clamp(92px, 9vw, 142px);
    padding-bottom: clamp(92px, 9vw, 142px);
    border-bottom-color: var(--line-strong);
}

body.refined .capability:nth-child(even) {
    grid-template-columns: minmax(520px, 1.22fr) minmax(280px, 0.78fr);
    grid-template-areas:
        "visual index"
        "visual copy";
}

body.refined .capability-index {
    grid-area: index;
    padding-top: 4px;
}

body.refined .capability-copy {
    grid-area: copy;
    align-self: end;
    padding-bottom: 14px;
}

body.refined .capability-copy h3 {
    max-width: 500px;
    margin-bottom: 32px;
    font-family: var(--serif);
    font-size: clamp(38px, 3.5vw, 58px);
    font-weight: 500;
    line-height: 1.16;
    letter-spacing: -0.04em;
}

body.refined .capability-copy > p {
    max-width: 490px;
    color: rgba(13, 15, 18, 0.72);
    font-size: clamp(16px, 1.12vw, 18px);
    line-height: 1.9;
}

body.refined .capability-note {
    margin-top: 28px !important;
    border-top-color: var(--line);
    color: rgba(13, 15, 18, 0.5) !important;
    font-size: 13px !important;
}

body.refined .plain-list {
    margin-top: 36px;
}

body.refined .plain-list li {
    color: rgba(13, 15, 18, 0.62);
    font-size: 12px;
}

body.refined .plain-list li::before {
    background: var(--blue);
}

body.refined .capability-visual {
    grid-area: visual;
    min-height: 560px;
    border: 1px solid rgba(13, 15, 18, 0.12);
    border-radius: 18px;
    box-shadow: 0 32px 90px rgba(13, 15, 18, 0.11);
    transition: transform 600ms cubic-bezier(.2,.8,.2,1), box-shadow 600ms ease;
}

@media (hover: hover) and (pointer: fine) {
    body.refined .capability:hover .capability-visual {
        transform: translateY(-6px);
        box-shadow: 0 42px 110px rgba(13, 15, 18, 0.15);
    }
}

body.refined .fraud-panel,
body.refined .terminal-panel,
body.refined .ecosystem-panel {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: #0d1015;
}

body.refined .fraud-panel {
    background:
        radial-gradient(circle at 22% 18%, rgba(23, 107, 255, 0.17), transparent 34%),
        #0d1015;
}

body.refined .panel-top,
body.refined .terminal-head {
    min-height: 62px;
    padding: 0 22px;
    border-bottom-color: rgba(255, 255, 255, 0.11);
    color: rgba(255, 255, 255, 0.58);
}

body.refined .radar-stage {
    background:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        radial-gradient(circle, rgba(23, 107, 255, 0.09), transparent 64%);
    background-size: 40px 40px, 40px 40px, auto;
    box-shadow: 0 0 70px rgba(23, 107, 255, 0.08);
}

body.refined .radar-center {
    background: var(--paper-soft);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

body.refined .radar-center img {
    width: 30px;
    margin-bottom: 7px;
}

body.refined .radar-sweep {
    opacity: 0.72;
    transform: rotate(24deg);
    animation: none;
}

body.refined .ops-panel {
    align-self: stretch;
    min-height: 540px;
    padding: 34px 30px;
    border: 1px solid rgba(13, 15, 18, 0.12);
    background:
        linear-gradient(rgba(13, 15, 18, 0.025) 1px, transparent 1px),
        rgba(255, 254, 250, 0.78);
    background-size: 100% 68px, auto;
    backdrop-filter: blur(20px);
}

body.refined .ops-head,
body.refined .ops-row {
    min-height: 72px;
    border-bottom-color: rgba(13, 15, 18, 0.1);
}

body.refined .ops-row > span:first-of-type {
    height: 3px;
    border-radius: 999px;
    background: rgba(13, 15, 18, 0.08);
}

body.refined .ops-row > span i {
    border-radius: inherit;
    background: var(--blue);
}

body.refined .ops-row:nth-of-type(3) > span i { background: var(--cyan); }
body.refined .ops-row:nth-of-type(4) > span i { background: var(--orange); }

body.refined .ops-row em {
    border-radius: 999px;
    background: rgba(13, 15, 18, 0.025);
}

body.refined .ecosystem-panel {
    min-height: 560px;
}

body.refined .ecosystem-panel::before {
    opacity: 0.24;
    filter: blur(48px);
}

body.refined .ecosystem-count strong {
    font-size: clamp(90px, 9vw, 146px);
    font-weight: 500;
}

body.refined .terminal-panel {
    align-self: stretch;
    min-height: 540px;
    background:
        radial-gradient(circle at 82% 18%, rgba(18, 198, 192, 0.1), transparent 34%),
        #0c0f13;
}

body.refined .terminal-body {
    padding: 28px 24px;
}

body.refined .terminal-line {
    min-height: 68px;
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

body.refined .route-panel {
    min-height: 560px;
    border-color: rgba(13, 15, 18, 0.11);
    border-radius: 18px;
    background:
        linear-gradient(rgba(13, 15, 18, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 15, 18, 0.035) 1px, transparent 1px),
        var(--paper-soft);
    background-size: 32px 32px;
}

body.refined .route-source,
body.refined .route-engine {
    box-shadow: 0 18px 46px rgba(13, 15, 18, 0.1);
}

body.refined .route-engine {
    background: var(--graphite);
}

body.refined .route-engine img {
    width: clamp(22px, 2.4vw, 36px);
    margin-top: 9px;
}

body.refined .route-engine b {
    margin-top: 4px;
    font-size: clamp(18px, 2vw, 30px);
}

body.refined .route-engine i,
body.refined .route-targets i::after,
body.refined .cursor {
    animation: none;
}

/* Business continuity */

body.refined .stability {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    grid-template-columns: minmax(130px, 0.48fr) minmax(0, 2.52fr);
    background: #0d1014;
}

body.refined .stability::before {
    position: absolute;
    z-index: -1;
    top: -42%;
    right: -12%;
    width: min(70vw, 1050px);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    content: "";
    box-shadow:
        0 0 0 110px rgba(255, 255, 255, 0.018),
        0 0 0 230px rgba(255, 255, 255, 0.012),
        inset 0 0 150px rgba(23, 107, 255, 0.05);
}

body.refined .stability-meta {
    color: rgba(255, 255, 255, 0.42);
}

body.refined .stability-main h2 {
    max-width: 1120px;
    font-family: var(--serif);
    font-size: clamp(52px, 6.5vw, 102px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -0.05em;
}

body.refined .stability-main h2 span {
    display: inline-block;
    color: rgba(255, 255, 255, 0.56);
    font-family: var(--display);
    font-size: 0.88em;
    font-weight: 480;
    letter-spacing: -0.06em;
    -webkit-text-stroke: 0;
}

body.refined .stability-main > p {
    color: rgba(255, 255, 255, 0.6);
    font-size: clamp(16px, 1.22vw, 19px);
    line-height: 1.9;
}

body.refined .stability-grid {
    border-top-color: rgba(255, 255, 255, 0.22);
}

body.refined .stability-grid > div {
    min-height: 198px;
    transition: background 260ms ease, padding 260ms ease;
}

body.refined .stability-grid strong {
    font-family: var(--serif);
    font-size: clamp(20px, 1.7vw, 27px);
    font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
    body.refined .stability-grid > div:hover {
        padding-right: 18px;
        padding-left: 18px;
        background: rgba(255, 255, 255, 0.045);
    }
}

/* Contact and footer */

body.refined .contact {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 82vh;
    background: var(--paper-deep);
    color: var(--ink);
}

body.refined .contact::before {
    position: absolute;
    z-index: -1;
    top: 13%;
    right: -5%;
    width: min(44vw, 650px);
    aspect-ratio: 1;
    content: "";
    opacity: 0.075;
    background: url("brand-assets/soma-icon-original.svg") center / contain no-repeat;
    transform: rotate(-8deg);
}

body.refined .contact::after {
    position: absolute;
    z-index: -1;
    right: var(--page-x);
    bottom: 8%;
    width: clamp(140px, 18vw, 300px);
    height: 1px;
    content: "";
    background: var(--orange);
    box-shadow: 0 -8px 0 var(--cyan), 0 -16px 0 var(--blue);
}

body.refined .contact h2 {
    max-width: 1180px;
    font-family: var(--serif);
    font-size: clamp(58px, 8vw, 126px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -0.055em;
}

body.refined .contact-bottom {
    border-top-color: rgba(13, 15, 18, 0.24);
}

body.refined .contact-bottom > p {
    color: rgba(13, 15, 18, 0.68);
    font-size: clamp(16px, 1.24vw, 19px);
    line-height: 1.82;
}

body.refined .button--light {
    border-color: var(--ink);
    background: var(--ink);
    color: var(--white);
    box-shadow: 0 12px 28px rgba(13, 15, 18, 0.12);
}

body.refined .button--light:hover,
body.refined .button--light:focus-visible {
    border-color: var(--blue);
    background: var(--blue);
    color: var(--white);
}

body.refined .contact-phone {
    font-size: 11px;
    letter-spacing: 0.05em;
}

body.refined .site-footer {
    padding-top: 64px;
    padding-bottom: 64px;
    border-top: 1px solid rgba(13, 15, 18, 0.1);
    background: var(--paper-soft);
    color: rgba(13, 15, 18, 0.56);
}

body.refined .footer-brand img {
    width: 104px;
}

/* Motion */

html.js body.refined .reveal {
    transform: translateY(26px);
    filter: blur(7px);
    transition:
        opacity 900ms cubic-bezier(.2,.75,.2,1),
        transform 900ms cubic-bezier(.2,.75,.2,1),
        filter 900ms cubic-bezier(.2,.75,.2,1);
}

html.js body.refined .reveal.is-visible {
    transform: translateY(0);
    filter: blur(0);
}

html.js body.refined .liquid-brand-stage.reveal {
    transform: perspective(1000px) translateY(24px) rotateX(var(--liquid-rx)) rotateY(var(--liquid-ry)) scale(0.94);
}

html.js body.refined .liquid-brand-stage.reveal.is-visible {
    transform: perspective(1000px) translateY(0) rotateX(var(--liquid-rx)) rotateY(var(--liquid-ry)) scale(1);
}

@media (prefers-reduced-motion: reduce) {
    body.refined .liquid-brand-stage::before,
    body.refined .liquid-brand-glint,
    body.refined .liquid-orbit {
        animation: none;
    }
}

/* Responsive refinements */

@media (max-width: 1180px) {
    body.refined .site-header {
        min-height: 72px;
    }

    body.refined .site-nav {
        inset: 72px 0 auto;
        max-height: calc(100dvh - 72px);
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 14px var(--page-x) 28px;
        border-bottom-color: rgba(13, 15, 18, 0.12);
        background: rgba(241, 238, 231, 0.97);
        box-shadow: 0 24px 60px rgba(13, 15, 18, 0.12);
        visibility: hidden;
        pointer-events: none;
        backdrop-filter: blur(24px);
    }

    body.refined .site-nav.is-open {
        visibility: visible;
        pointer-events: auto;
    }

    body.refined .site-nav a {
        border-bottom-color: rgba(13, 15, 18, 0.11);
        font-family: var(--serif);
        font-size: 20px;
    }

    body.refined .site-nav .mobile-contact-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
        border-bottom: 0;
        color: var(--blue);
    }

    body.refined .menu-toggle {
        color: rgba(13, 15, 18, 0.74);
    }

    body.refined .hero h1 {
        font-size: clamp(62px, 9.8vw, 104px);
    }

    body.refined .hero-copy {
        max-width: 76vw;
    }

    body.refined .liquid-brand-stage {
        right: -5vw;
        width: clamp(300px, 40vw, 470px);
        opacity: 0.86;
    }

    body.refined .capability,
    body.refined .capability:nth-child(even) {
        grid-template-columns: minmax(230px, 0.72fr) minmax(470px, 1.28fr);
        grid-template-areas:
            "index visual"
            "copy visual";
        gap: 24px 48px;
    }
}

body.refined .site-header:not(.is-scrolled) .brand,
body.refined .site-header:not(.is-scrolled) .site-nav a,
body.refined .site-header:not(.is-scrolled) .menu-toggle {
    color: var(--ink);
}

body.refined .site-header:not(.is-scrolled) .brand span {
    border-left-color: rgba(13, 15, 18, 0.26);
}

body.refined .site-header:not(.is-scrolled) .site-nav a::after {
    background: var(--blue);
}

/* ADX watercolor gear · reference-led WebGL hero, 2026-07-26 */

body.refined .hero {
    background: var(--paper);
}

body.refined .hero::before,
body.refined .hero::after {
    display: none;
}

body.refined .adx-gear-stage {
    position: absolute;
    z-index: 2;
    top: clamp(108px, 10vw, 158px);
    right: max(2.4vw, calc((100vw - var(--max-width)) / 2 + 10px));
    display: grid;
    width: clamp(340px, 37vw, 610px);
    aspect-ratio: 1;
    place-items: center;
    contain: layout size;
    pointer-events: auto;
    transform-origin: 50% 50%;
    will-change: transform, opacity;
}

body.refined .adx-gear-canvas {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    max-height: 100%;
    cursor: grab;
    filter: drop-shadow(0 28px 30px rgba(13, 15, 18, 0.13));
    touch-action: pan-y;
}

html.js body.refined .adx-gear-stage.reveal {
    opacity: 0;
    transform: translateY(14px) scale(0.94);
    filter: blur(4px);
    transition:
        opacity 1.25s cubic-bezier(.16, 1, .3, 1),
        transform 1.45s cubic-bezier(.16, 1, .3, 1),
        filter 1.25s cubic-bezier(.16, 1, .3, 1);
}

html.js body.refined .adx-gear-stage.reveal.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

@media (max-width: 1180px) {
    body.refined .adx-gear-stage {
        right: -2vw;
        width: clamp(320px, 42vw, 500px);
    }
}

@media (max-width: 920px) {
    body.refined .adx-gear-stage {
        top: 92px;
        right: -22vw;
        width: 70vw;
        opacity: 0.42;
        pointer-events: none;
    }

    html.js body.refined .adx-gear-stage.reveal.is-visible {
        opacity: 0.42;
    }
}

@media (max-width: 640px) {
    body.refined .adx-gear-stage {
        top: 126px;
        right: -42vw;
        width: 104vw;
        opacity: 0.22;
    }

    html.js body.refined .adx-gear-stage.reveal.is-visible {
        opacity: 0.22;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.refined .adx-gear-canvas {
        cursor: default;
    }
}

@media (max-width: 920px) {
    body.refined .hero-copy {
        max-width: none;
    }

    body.refined .liquid-brand-stage {
        top: 88px;
        right: -24vw;
        width: 70vw;
        opacity: 0.31;
        pointer-events: none;
    }

    body.refined .liquid-brand-stage > p {
        display: none;
    }

    body.refined .hero-intro {
        grid-template-columns: 1fr;
    }

    body.refined .platform-intro {
        grid-template-columns: 1fr;
    }

    body.refined .capability,
    body.refined .capability:nth-child(even) {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas:
            "index"
            "copy"
            "visual";
        gap: 34px;
    }

    body.refined .capability-copy {
        align-self: start;
        padding-bottom: 8px;
    }

    body.refined .capability-visual {
        min-height: 520px;
        margin-top: 8px;
    }

    body.refined .stability {
        grid-template-columns: 1fr;
    }

    body.refined .stability-grid {
        grid-column: 1;
    }
}

@media (max-width: 640px) {
    body.refined {
        --page-x: 20px;
    }

    body.refined::before {
        opacity: 0.035;
    }

    body.refined .site-header,
    body.refined .site-header.is-scrolled {
        min-height: 68px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    body.refined .site-nav {
        inset: 68px 0 auto;
        max-height: calc(100dvh - 68px);
    }

    body.refined .brand img {
        width: 94px;
    }

    body.refined .brand span {
        display: none;
    }

    body.refined .hero {
        padding-top: 126px;
        padding-bottom: 96px;
    }

    body.refined .hero::before {
        top: 92px;
        right: -44%;
        width: 120vw;
    }

    body.refined .hero::after {
        display: block;
        width: 100%;
        opacity: 0.14;
    }

    body.refined .liquid-brand-stage {
        top: 76px;
        right: -33vw;
        width: 92vw;
        opacity: 0.25;
    }

    body.refined .hero-copy {
        gap: 30px;
    }

    body.refined .eyebrow {
        align-items: flex-start;
        font-size: 8px;
        line-height: 1.65;
        letter-spacing: 0.16em;
    }

    body.refined .eyebrow::before {
        margin-top: 6px;
    }

    body.refined .hero h1 {
        font-size: clamp(49px, 15vw, 70px);
        line-height: 1.05;
        letter-spacing: -0.055em;
    }

    body.refined .hero h1 span {
        font-size: 0.88em;
        letter-spacing: -0.07em;
        -webkit-text-stroke: 0;
    }

    body.refined .hero-intro {
        gap: 30px;
    }

    body.refined .hero-intro > p {
        font-size: 16px;
        line-height: 1.82;
    }

    body.refined .hero-actions {
        gap: 14px;
    }

    body.refined .system-window {
        margin-top: 64px;
        border-radius: 20px;
    }

    body.refined .system-bar {
        min-height: 52px;
        padding: 0 16px;
    }

    body.refined .system-stage {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 124px minmax(0, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 8px 4px;
        align-items: center;
        min-height: 540px;
        padding: 20px 10px;
    }

    body.refined .flow-map {
        display: none;
    }

    body.refined .source-node,
    body.refined .budget-node {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        width: 100%;
        min-height: 70px;
        padding: 9px 7px;
        grid-template-columns: 18px minmax(0, 1fr);
        border-radius: 8px;
    }

    body.refined .source-node small,
    body.refined .budget-node small {
        font-size: 7px;
    }

    body.refined .source-node b,
    body.refined .budget-node b {
        overflow: hidden;
        font-size: 7px;
        letter-spacing: 0.04em;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.refined .source-node span,
    body.refined .budget-node span {
        font-size: 8px;
        line-height: 1.3;
    }

    body.refined .source-node--one { grid-column: 1; grid-row: 1; }
    body.refined .source-node--two { grid-column: 1; grid-row: 2; }
    body.refined .source-node--three { grid-column: 1; grid-row: 3; }
    body.refined .budget-node--one { grid-column: 3; grid-row: 1; }
    body.refined .budget-node--two { grid-column: 3; grid-row: 2; }
    body.refined .budget-node--three { grid-column: 3; grid-row: 3; }

    body.refined .adx-core {
        position: relative;
        top: auto;
        left: auto;
        grid-column: 2;
        grid-row: 2;
        justify-self: center;
        width: 118px;
        transform: none;
    }

    body.refined .core-copy img {
        width: 28px;
        margin-bottom: 6px;
    }

    body.refined .core-copy strong {
        margin: 5px 0 7px;
        font-size: 32px;
    }

    body.refined .signal-rail {
        padding-bottom: 110px;
    }

    body.refined .rail-item {
        min-height: 128px;
        padding-top: 21px;
    }

    body.refined .rail-item strong {
        margin-bottom: 20px;
        font-size: 27px;
    }

    body.refined .platform-intro {
        gap: 42px;
        padding-bottom: 112px;
    }

    body.refined .intro-copy h2 {
        font-size: clamp(43px, 13vw, 61px);
        line-height: 1.12;
    }

    body.refined .intro-copy > p {
        margin-top: 34px;
        font-size: 16px;
    }

    body.refined .capability,
    body.refined .capability:nth-child(even) {
        gap: 32px;
        padding-top: 76px;
        padding-bottom: 76px;
    }

    body.refined .capability-copy h3 {
        margin-bottom: 24px;
        font-size: 39px;
        line-height: 1.18;
    }

    body.refined .capability-copy > p {
        font-size: 16px;
        line-height: 1.82;
    }

    body.refined .capability-visual {
        min-height: 430px;
        border-radius: 18px;
    }

    body.refined .ops-panel {
        min-height: 430px;
        padding: 22px 14px;
    }

    body.refined .ecosystem-panel,
    body.refined .terminal-panel,
    body.refined .route-panel {
        min-height: 440px;
    }

    body.refined .stability {
        padding-top: 112px;
        padding-bottom: 106px;
    }

    body.refined .stability-main h2 {
        font-size: clamp(43px, 13vw, 61px);
        line-height: 1.12;
    }

    body.refined .stability-main > p {
        margin-top: 42px;
        font-size: 16px;
    }

    body.refined .stability-grid {
        grid-template-columns: 1fr 1fr;
    }

    body.refined .contact {
        min-height: auto;
        padding-top: 112px;
        padding-bottom: 96px;
    }

    body.refined .contact::before {
        top: 24%;
        right: -34%;
        width: 92vw;
    }

    body.refined .contact h2 {
        margin-top: 48px;
        font-size: clamp(48px, 14vw, 66px);
        line-height: 1.08;
    }

    body.refined .contact-bottom {
        gap: 34px;
        margin-top: 74px;
    }

    body.refined .contact-actions {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    body.refined .contact-phone {
        width: fit-content;
    }

    body.refined .site-footer {
        gap: 34px;
        padding-top: 52px;
        padding-bottom: 52px;
    }
}

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

    body.refined .signal {
        display: none;
    }
}

/* Reference palette lock · user-provided screenshot, 2026-07-26
 * Warm ivory paper + near-black instruments + original Soma tri-color.
 */

body.refined {
    --paper: #f1eee7;
    --paper-soft: #f8f6f0;
    --paper-deep: #e4dfd3;
    --white: #fffefa;
    --ink: #0d0f12;
    --graphite: #191c22;
    --graphite-soft: #252932;
    --muted: #696b66;
    --line: rgba(13, 15, 18, 0.14);
    --line-strong: rgba(13, 15, 18, 0.28);
    --line-light: rgba(255, 255, 255, 0.16);
    --blue: #176bff;
    --cyan: #12c6c0;
    --orange: #ff5a14;
    background: var(--paper);
    color: var(--ink);
}

html {
    background: var(--paper);
}

body.refined::before {
    opacity: 0.055;
    background-image: radial-gradient(rgba(13, 15, 18, 0.26) 0.55px, transparent 0.7px);
    mix-blend-mode: multiply;
}

body.refined ::selection {
    background: var(--blue);
    color: var(--white);
}

body.refined :focus-visible {
    outline-color: var(--blue);
}

body.refined .page-progress span {
    background: var(--blue);
    box-shadow: 0 0 18px rgba(23, 107, 255, 0.42);
}

body.refined .site-header.is-scrolled {
    border-color: rgba(13, 15, 18, 0.1);
    background: rgba(241, 238, 231, 0.9);
    box-shadow: 0 14px 38px rgba(13, 15, 18, 0.055);
}

body.refined .site-header .brand,
body.refined .site-header .site-nav a,
body.refined .site-header .menu-toggle {
    color: var(--ink);
}

body.refined .site-header .brand img,
body.refined .site-header.is-scrolled .brand img,
body.refined .site-header:not(.is-scrolled) .brand img,
body.refined .system-window img,
body.refined .fraud-panel img,
body.refined .ecosystem-panel img,
body.refined .terminal-panel img,
body.refined .stability img,
body.refined .site-footer img,
body.refined .route-engine img {
    filter: none !important;
}

body.refined .site-header .brand span {
    border-left-color: rgba(13, 15, 18, 0.26);
}

body.refined .site-header .site-nav a::after {
    background: var(--blue);
}

body.refined .site-header .header-cta,
body.refined .site-header:not(.is-scrolled) .header-cta,
body.refined .site-header.is-scrolled .header-cta {
    border-color: var(--ink);
    background: var(--ink);
    color: var(--white);
    box-shadow: 0 10px 26px rgba(13, 15, 18, 0.12);
}

body.refined .site-header .header-cta:hover,
body.refined .site-header .header-cta:focus-visible {
    border-color: var(--blue);
    background: var(--blue);
    color: var(--white);
}

body.refined .hero {
    background:
        radial-gradient(circle at 80% 31%, rgba(18, 198, 192, 0.08), transparent 25%),
        radial-gradient(circle at 68% 5%, rgba(23, 107, 255, 0.055), transparent 31%),
        radial-gradient(circle at 93% 56%, rgba(255, 90, 20, 0.045), transparent 24%),
        var(--paper);
    color: var(--ink);
}

body.refined .hero::before {
    border-color: rgba(13, 15, 18, 0.075);
    box-shadow:
        0 0 0 80px rgba(13, 15, 18, 0.012),
        0 0 0 160px rgba(13, 15, 18, 0.008),
        inset 0 0 140px rgba(255, 255, 255, 0.36);
}

body.refined .hero::after {
    opacity: 0.28;
    background:
        linear-gradient(rgba(13, 15, 18, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 15, 18, 0.06) 1px, transparent 1px);
}

body.refined .hero .eyebrow {
    color: rgba(13, 15, 18, 0.64);
}

body.refined .hero .eyebrow::before {
    background: var(--blue);
    box-shadow: 8px 0 0 var(--cyan), 16px 0 0 var(--orange);
}

body.refined .hero h1,
body.refined .hero h1 span {
    color: var(--ink);
}

body.refined .hero h1 {
    text-shadow: none;
}

body.refined .hero-intro > p {
    color: rgba(13, 15, 18, 0.73);
}

body.refined .hero .button--dark {
    border-color: var(--ink);
    background: var(--ink);
    color: var(--white);
    box-shadow: 0 12px 28px rgba(13, 15, 18, 0.12);
}

body.refined .hero .button--dark:hover,
body.refined .hero .button--dark:focus-visible {
    border-color: var(--blue);
    background: var(--blue);
    color: var(--white);
}

body.refined .hero .text-link {
    color: rgba(13, 15, 18, 0.78);
}

body.refined .hero .text-link::after {
    background: rgba(13, 15, 18, 0.4);
}

body.refined .liquid-brand-stage::before {
    background:
        radial-gradient(circle at 42% 36%, rgba(23, 107, 255, 0.18), transparent 42%),
        radial-gradient(circle at 62% 60%, rgba(18, 198, 192, 0.16), transparent 46%),
        radial-gradient(circle at 46% 72%, rgba(255, 90, 20, 0.08), transparent 40%);
}

body.refined .liquid-brand-canvas {
    filter:
        drop-shadow(0 42px 42px rgba(13, 15, 18, 0.2))
        drop-shadow(0 0 24px rgba(23, 107, 255, 0.09));
}

body.refined .liquid-brand-glint {
    background: rgba(255, 255, 255, 0.76);
}

body.refined .liquid-orbit {
    border-color: rgba(13, 15, 18, 0.13);
}

body.refined .liquid-orbit::after {
    background: var(--cyan);
    box-shadow: 0 0 16px rgba(18, 198, 192, 0.55);
}

body.refined .liquid-brand-stage > p {
    color: rgba(13, 15, 18, 0.42);
}

body.refined .liquid-brand-stage > p b {
    color: rgba(13, 15, 18, 0.72);
}

body.refined .system-window,
body.refined .fraud-panel,
body.refined .terminal-panel,
body.refined .ecosystem-panel {
    border-color: rgba(255, 255, 255, 0.12);
    background-color: #0d1015;
}

body.refined .system-stage {
    background:
        radial-gradient(circle at 19% 17%, rgba(23, 107, 255, 0.19), transparent 30%),
        radial-gradient(circle at 81% 79%, rgba(255, 90, 20, 0.13), transparent 28%),
        radial-gradient(circle at 53% 46%, rgba(18, 198, 192, 0.09), transparent 31%),
        #0d1015;
}

body.refined .stage-aura {
    background: radial-gradient(circle, rgba(230, 239, 255, 0.14), rgba(255, 255, 255, 0) 68%);
}

body.refined .flow-map {
    color: rgba(255, 255, 255, 0.06);
}

body.refined .flow--blue {
    stroke: rgba(66, 137, 255, 0.66);
}

body.refined .flow--cyan {
    stroke: rgba(35, 218, 210, 0.62);
}

body.refined .flow--orange {
    stroke: rgba(255, 116, 56, 0.62);
}

body.refined .source-node,
body.refined .budget-node {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(18, 22, 29, 0.72);
    color: rgba(255, 255, 255, 0.9);
}

body.refined .source-node small,
body.refined .budget-node small,
body.refined .source-node span,
body.refined .budget-node span,
body.refined .system-bar,
body.refined .system-tags span,
body.refined .core-copy small,
body.refined .core-copy span,
body.refined .panel-top,
body.refined .terminal-head,
body.refined .signal-labels,
body.refined .partner-type,
body.refined .terminal-line,
body.refined .terminal-line b,
body.refined .terminal-prompt,
body.refined .route-caption {
    color: rgba(255, 255, 255, 0.55);
}

body.refined .live-pill i {
    background: var(--cyan);
    box-shadow: 0 0 0 5px rgba(18, 198, 192, 0.12);
}

body.refined .adx-core {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(14, 17, 23, 0.87);
    color: var(--white);
    box-shadow:
        0 34px 80px rgba(0, 0, 0, 0.34),
        0 0 90px rgba(23, 107, 255, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

body.refined .core-ring--outer,
body.refined .core-ring--inner,
body.refined .radar-orbit,
body.refined .ecosystem-orbit,
body.refined .ecosystem-orbit::before,
body.refined .ecosystem-orbit::after {
    border-color: rgba(255, 255, 255, 0.18);
}

body.refined .signal-rail,
body.refined .platform-intro,
body.refined .capability-list,
body.refined .capability,
body.refined .capability:nth-child(even) {
    border-color: var(--line-strong);
    background: var(--paper);
    color: var(--ink);
}

body.refined .capability:nth-child(even) .capability-index,
body.refined .capability:nth-child(even) .capability-copy > p,
body.refined .capability:nth-child(even) .capability-note,
body.refined .capability:nth-child(even) .plain-list li {
    color: rgba(13, 15, 18, 0.68) !important;
}

body.refined .capability:nth-child(even) .capability-note {
    border-top-color: var(--line);
}

body.refined .plain-list li::before {
    background: var(--blue);
}

body.refined .fraud-panel {
    background:
        radial-gradient(circle at 22% 18%, rgba(23, 107, 255, 0.17), transparent 34%),
        #0d1015;
}

body.refined .radar-sweep {
    background: conic-gradient(from 0deg, transparent 0 300deg, rgba(18, 198, 192, 0.24) 345deg, rgba(18, 198, 192, 0.7));
}

body.refined .radar-dot {
    background: var(--orange);
    box-shadow: 0 0 0 7px rgba(255, 90, 20, 0.12);
}

body.refined .radar-dot--2 {
    background: var(--cyan);
    box-shadow: 0 0 0 7px rgba(18, 198, 192, 0.12);
}

body.refined .radar-dot--3 {
    background: var(--blue);
    box-shadow: 0 0 0 7px rgba(23, 107, 255, 0.14);
}

body.refined .radar-center {
    background: var(--paper-soft);
}

body.refined .ops-panel,
body.refined .route-panel {
    border-color: rgba(13, 15, 18, 0.12);
    background-color: rgba(255, 254, 250, 0.78);
    background-image:
        linear-gradient(rgba(13, 15, 18, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(13, 15, 18, 0.035) 1px, transparent 1px);
}

body.refined .ops-row > span i {
    background: var(--blue);
}

body.refined .ops-row:nth-of-type(3) > span i {
    background: var(--cyan);
}

body.refined .ops-row:nth-of-type(4) > span i {
    background: var(--orange);
}

body.refined .ecosystem-panel::before {
    background:
        radial-gradient(circle at 18% 15%, var(--blue), transparent 30%),
        radial-gradient(circle at 80% 75%, var(--orange), transparent 30%);
}

body.refined .terminal-panel {
    background:
        radial-gradient(circle at 82% 18%, rgba(18, 198, 192, 0.1), transparent 34%),
        #0c0f13;
}

body.refined .terminal-status,
body.refined .terminal-prompt > span {
    color: var(--cyan);
}

body.refined .terminal-line i {
    background: var(--cyan);
}

body.refined .cursor {
    background: var(--white);
}

body.refined .route-engine {
    background: var(--graphite);
    color: var(--white);
}

body.refined .route-targets i::after {
    background: var(--ink);
}

body.refined .route-targets > div:nth-child(2) i::after {
    background: var(--cyan);
}

body.refined .route-targets > div:nth-child(3) i::after {
    background: var(--orange);
}

body.refined .stability {
    background: var(--paper);
    color: var(--ink);
}

body.refined .stability::before {
    border-color: rgba(13, 15, 18, 0.07);
    box-shadow:
        0 0 0 110px rgba(13, 15, 18, 0.018),
        0 0 0 230px rgba(13, 15, 18, 0.012),
        inset 0 0 150px rgba(23, 107, 255, 0.035);
}

body.refined .stability-meta,
body.refined .stability-main h2 span,
body.refined .stability-grid small,
body.refined .stability-grid span {
    color: rgba(13, 15, 18, 0.58);
}

body.refined .stability-main > p {
    color: rgba(13, 15, 18, 0.72);
}

body.refined .stability-grid {
    border-top-color: var(--line-strong);
}

body.refined .stability-grid > div + div {
    border-left-color: var(--line);
}

@media (hover: hover) and (pointer: fine) {
    body.refined .stability-grid > div:hover {
        background: rgba(13, 15, 18, 0.035);
    }
}

@media (max-width: 920px) {
    body.refined .stability-grid > div:nth-child(3),
    body.refined .stability-grid > div:nth-child(4) {
        border-top-color: var(--line);
    }
}

body.refined .contact {
    background: var(--paper-deep);
    color: var(--ink);
}

body.refined .contact::before {
    opacity: 0.075;
    filter: none;
}

body.refined .contact::after {
    background: var(--orange);
    box-shadow: 0 -8px 0 var(--cyan), 0 -16px 0 var(--blue);
}

body.refined .button--light {
    border-color: var(--ink);
    background: var(--ink);
    color: var(--white);
}

body.refined .button--light:hover,
body.refined .button--light:focus-visible {
    border-color: var(--blue);
    background: var(--blue);
    color: var(--white);
}

body.refined .site-footer {
    border-top-color: rgba(13, 15, 18, 0.1);
    background: var(--paper-soft);
    color: rgba(13, 15, 18, 0.56);
}

@media (max-width: 1180px) {
    body.refined .site-nav {
        border-bottom-color: rgba(13, 15, 18, 0.12);
        background: rgba(241, 238, 231, 0.98);
    }

    body.refined .site-nav a,
    body.refined .site-nav .mobile-contact-link {
        border-bottom-color: rgba(13, 15, 18, 0.11);
        color: var(--ink);
    }
}

body.refined .site-header:not(.is-scrolled) .brand,
body.refined .site-header:not(.is-scrolled) .site-nav a,
body.refined .site-header:not(.is-scrolled) .menu-toggle {
    color: var(--ink);
}

body.refined .site-header:not(.is-scrolled) .brand span {
    border-left-color: rgba(13, 15, 18, 0.26);
}

body.refined .site-header:not(.is-scrolled) .site-nav a::after {
    background: var(--blue);
}

/* Keep the ADX sculpture on the same clean paper field as the reference. */
body.refined .hero {
    background: var(--paper);
}

body.refined .hero::before,
body.refined .hero::after {
    display: none;
}

/* Larger desktop navigation requested for better legibility. */
@media (min-width: 1181px) {
    body.refined .site-nav a {
        font-size: 18px;
    }

    body.refined .brand span {
        font-size: 15px;
    }
}
