:root {
            --primary: #ca4435;
            --bg: #0a0a0a;
            --surface: #161616;
            --surface-light: #1f1f1f;
            --accent-warm: rgba(202, 68, 53, 0.15);
            --node-color: #a0a0a0;
            --bond-color: #ffffff;
            --radius: 18px;
            --shadow-sm: 0 4px 12px rgba(0,0,0,0.3);
            --shadow-md: 0 12px 32px rgba(0,0,0,0.5);
            --shadow-lg: 0 24px 64px rgba(0,0,0,0.7);
            --transition: 0.15s ease;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            -webkit-font-smoothing: antialiased;
        }

        body {
            background-color: var(--bg);
            color: var(--node-color);
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
            line-height: 1.7;
            overflow-x: hidden;
            word-break: keep-all;
        }

        .bezel {
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 40px;
        }

        @media (max-width: 768px) {
            .bezel {
                padding: 0 20px;
            }
        }

        /* Orbit - Navigation Area */
        .vein {
            position: fixed;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            width: 90vw;
            max-width: 1100px;
            height: 70px;
            background: rgba(22, 22, 22, 0.85);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 35px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 30px;
            z-index: 1000;
            box-shadow: var(--shadow-md);
        }

        .glyph {
            height: 32px;
            display: flex;
            align-items: center;
        }

        .glyph img {
            height: 100%;
            width: auto;
        }

        .flow {
            display: flex;
            gap: 24px;
            flex-wrap: wrap;
        }

        .etch {
            color: var(--node-color);
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            transition: var(--transition);
            position: relative;
            padding: 8px 0;
        }

        .etch:hover, .etch.active {
            color: var(--bond-color);
        }

        .etch.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--primary);
            border-radius: 2px;
        }

        /* Blaze - Hero Area */
        .prime {
            padding-top: 180px;
            padding-bottom: 100px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 80vh;
        }

        .bond-blaze {
            font-size: clamp(3rem, 8vw, 6.5rem);
            line-height: 1.1;
            font-weight: 800;
            color: var(--bond-color);
            margin-bottom: 30px;
            letter-spacing: -0.04em;
            word-break: break-word;
        }

        .node-blaze {
            font-size: clamp(1.1rem, 2vw, 1.4rem);
            max-width: 800px;
            margin-bottom: 50px;
            color: var(--node-color);
            opacity: 0.9;
        }

        .ignite {
            display: inline-flex;
            align-items: center;
            padding: 18px 42px;
            background: var(--primary);
            color: #fff;
            text-decoration: none;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 600;
            transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s ease;
            box-shadow: 0 8px 24px rgba(202, 68, 53, 0.4);
        }

        .ignite:hover {
            transform: scale(1.05);
            box-shadow: 0 12px 32px rgba(202, 68, 53, 0.6);
        }

        /* Hull - Capability Sections */
        .field {
            padding: 100px 0;
        }

        .rim-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            flex-wrap: wrap;
        }

        .slab {
            background: var(--surface);
            border-radius: var(--radius);
            padding: 40px;
            border: 1px solid rgba(255,255,255,0.05);
            transition: var(--transition);
            display: flex;
            flex-direction: column;
            min-width: 0;
        }

        .slab:hover {
            transform: translateY(-8px);
            background: var(--surface-light);
            border-color: rgba(202, 68, 53, 0.3);
            box-shadow: var(--shadow-lg);
        }

        .glint-box {
            width: 60px;
            height: 60px;
            background: var(--accent-warm);
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
        }

        .glint-box svg {
            width: 32px;
            height: 32px;
            fill: var(--primary);
        }

        .bond-slab {
            font-size: 24px;
            color: var(--bond-color);
            margin-bottom: 16px;
        }

        .node-slab {
            font-size: 16px;
            color: var(--node-color);
            margin-bottom: 20px;
        }

        /* Dashboard UI */
        .vault-stats {
            background: linear-gradient(145deg, #161616, #0d0d0d);
            border-radius: 24px;
            padding: 60px;
            margin: 40px 0;
            border: 1px solid rgba(255,255,255,0.03);
            display: flex;
            flex-wrap: wrap;
            gap: 40px;
            justify-content: space-around;
            align-items: center;
        }

        .aura-stat {
            text-align: center;
            flex: 1;
            min-width: 200px;
        }

        .bond-stat {
            font-size: 48px;
            font-weight: 800;
            color: var(--primary);
            display: block;
            margin-bottom: 8px;
        }

        .node-stat {
            font-size: 14px;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: rgba(255,255,255,0.4);
        }

        /* Pathway - Site Paths */
        .vista-pathway {
            background: #111;
            padding: 100px 0;
            border-top: 1px solid rgba(255,255,255,0.05);
        }

        .plate-path {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 50px;
        }

        .facet-etch {
            flex: 1;
            min-width: 280px;
            background: rgba(255,255,255,0.02);
            padding: 30px;
            border-radius: 20px;
            text-decoration: none;
            transition: var(--transition);
            border: 1px solid transparent;
        }

        .facet-etch:hover {
            background: rgba(255,255,255,0.05);
            border-color: rgba(255,255,255,0.1);
        }

        .bond-path {
            font-size: 20px;
            color: #fff;
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .bond-path::after {
            content: '→';
            opacity: 0;
            transform: translateX(-10px);
            transition: var(--transition);
        }

        .facet-etch:hover .bond-path::after {
            opacity: 1;
            transform: translateX(0);
        }

        /* Tilt - Footer */
        .nadir {
            background: #050505;
            padding: 80px 0 40px;
            border-top: 1px solid rgba(255,255,255,0.05);
        }

        .root-grid {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 50px;
            margin-bottom: 60px;
        }

        .aura-tilt {
            min-width: 200px;
            flex: 1;
        }

        .bond-tilt {
            color: #fff;
            font-size: 16px;
            margin-bottom: 24px;
            font-weight: 600;
        }

        .node-tilt {
            display: block;
            color: #666;
            text-decoration: none;
            font-size: 14px;
            margin-bottom: 12px;
            transition: var(--transition);
        }

        .node-tilt:hover {
            color: var(--primary);
        }

        .base-line {
            padding-top: 40px;
            border-top: 1px solid rgba(255,255,255,0.05);
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 13px;
            color: #444;
            flex-wrap: wrap;
            gap: 20px;
        }

        .brand-node {
            font-weight: 800;
            color: #888;
            letter-spacing: 1px;
        }

        @media (max-width: 768px) {
            .vein {
                padding: 0 15px;
                height: 60px;
            }
            .flow {
                display: none; /* Hide on mobile for simplicity, could use a burger menu */
            }
            .prime {
                padding-top: 140px;
            }
            .vault-stats {
                padding: 30px;
            }
        }

.orbit-vein{
            position: fixed;
            top: 20px;
            left: 50%;
            transform: translateX(-50%);
            width: 90vw;
            max-width: 1100px;
            height: 70px;
            background: rgba(22, 22, 22, 0.85);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 35px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 30px;
            z-index: 1000;
            box-shadow: 0 12px 32px rgba(0,0,0,0.5);
        }

.orbit-glyph{
            height: 32px;
            display: flex;
            align-items: center;
        }

.orbit-glyph img{
            height: 100%;
            width: auto;
        }

.orbit-flow{
            display: flex;
            gap: 24px;
            flex-wrap: wrap;
        }

.orbit-etch{
            color: #a0a0a0;
            text-decoration: none;
            font-size: 14px;
            font-weight: 500;
            transition: 0.15s ease;
            position: relative;
            padding: 8px 0;
        }

.orbit-etch:hover, .orbit-etch.active{
            color: #ffffff;
        }

.orbit-etch.active::after{
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: #ca4435;
            border-radius: 2px;
        }

.orbit-ignite{
            display: inline-flex;
            align-items: center;
            padding: 18px 42px;
            background: #ca4435;
            color: #fff;
            text-decoration: none;
            border-radius: 50px;
            font-size: 18px;
            font-weight: 600;
            transition: transform 0.2s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s ease;
            box-shadow: 0 8px 24px rgba(202, 68, 53, 0.4);
        }

.orbit-ignite:hover{
            transform: scale(1.05);
            box-shadow: 0 12px 32px rgba(202, 68, 53, 0.6);
        }

@media (max-width: 768px){.orbit-vein{
                padding: 0 15px;
                height: 60px;
            }

.orbit-flow{
                display: none; 
            }}

.base-nadir {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.7;
    word-break: keep-all;
    color: var(--node-color);
}
.base-nadir,
.base-nadir *,
.base-nadir *::before,
.base-nadir *::after {
    box-sizing: border-box;
}

.base-nadir [role="navigation"],
.base-nadir div,
.base-nadir section,
.base-nadir article,
.base-nadir aside,
.base-nadir p,
.base-nadir h1,
.base-nadir h2,
.base-nadir h3,
.base-nadir h4,
.base-nadir h5,
.base-nadir h6,
.base-nadir a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.base-nadir p,
.base-nadir h1,
.base-nadir h2,
.base-nadir h3,
.base-nadir h4,
.base-nadir h5,
.base-nadir h6 {
    text-decoration: none;
}

.base-nadir img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
}

.base-nadir {
    box-shadow: none;
    filter: none;
    text-shadow: none;
    background-image: none;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
}

.base-nadir a,
.base-nadir a:hover,
.base-nadir a:focus,
.base-nadir a:active {
    background: transparent;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.base-nadir .base-bezel{
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 40px;
        }

@media (max-width: 768px){.base-nadir .base-bezel{
                padding: 0 20px;
            }}

.base-nadir{
            background: #050505;
            padding: 80px 0 40px;
            border-top: 1px solid rgba(255,255,255,0.05);
        }

.base-nadir .base-root-grid{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 50px;
            margin-bottom: 60px;
        }

.base-nadir .base-aura-tilt{
            min-width: 200px;
            flex: 1;
        }

.base-nadir .base-bond-tilt{
            color: #fff;
            font-size: 16px;
            margin-bottom: 24px;
            font-weight: 600;
        }

.base-nadir .base-node-tilt{
            display: block;
            color: #666;
            text-decoration: none;
            font-size: 14px;
            margin-bottom: 12px;
            transition: 0.15s ease;
        }

.base-nadir .base-node-tilt:hover{
            color: #ca4435;
        }

.base-nadir .base-base-line{
            padding-top: 40px;
            border-top: 1px solid rgba(255,255,255,0.05);
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 13px;
            color: #444;
            flex-wrap: wrap;
            gap: 20px;
        }

.base-nadir .base-brand-node{
            font-weight: 800;
            color: #888;
            letter-spacing: 1px;
        }