:root {
            --primary: #8c42e6;
            --bg: #ffffff;
            --text: #1a1a1a;
            --gray: #666666;
            --radius: 16px;
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            word-break: break-word;
            overflow-wrap: break-word;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
            line-height: 1.8;
            color: var(--text);
            background: var(--bg);
            -webkit-font-smoothing: antialiased;
        }

        /* Layout System */
        .brim {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 2rem 5%;
            max-width: 1400px;
            margin: 0 auto;
        }

        .hollow {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 2rem;
        }

        .knot {
            display: flex;
            gap: 2rem;
            align-items: center;
        }

        .knot-vine {
            text-decoration: none;
            color: var(--text);
            font-weight: 500;
            transition: color 0.25s ease;
        }

        .knot-vine:hover, .knot-vine.active {
            color: var(--primary);
        }

        .sigil img {
            height: 32px;
            width: auto;
        }

        /* Hero */
        .flare {
            padding: 8rem 0;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .flare .apex {
            font-size: clamp(3rem, 8vw, 6rem);
            line-height: 1.1;
            margin-bottom: 2rem;
            letter-spacing: -0.02em;
        }

        .flare .aura {
            font-size: 1.25rem;
            max-width: 600px;
            color: var(--gray);
            margin-bottom: 3rem;
        }

        .snap {
            display: inline-block;
            padding: 1rem 2rem;
            background: var(--primary);
            color: #fff;
            border-radius: var(--radius);
            text-decoration: none;
            transition: transform 0.25s ease;
        }

        .snap:hover {
            transform: translateY(-2px);
        }

        /* Features */
        .scenix {
            padding: 6rem 0;
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
        }

        .scenix .apex {
            width: 100%;
            font-size: 2.5rem;
            margin-bottom: 2rem;
        }

        .vessel {
            flex: 1 1 300px;
            padding: 2.5rem;
            background: #f9f9f9;
            border-radius: var(--radius);
            min-width: 0;
        }

        .vessel .glyph {
            width: 48px;
            height: 48px;
            background: var(--primary);
            border-radius: 12px;
            margin-bottom: 1.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Visual Split */
        .prime {
            padding: 6rem 0;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 4rem;
        }

        .prime > * {
            flex: 1 1 400px;
            min-width: 0;
        }

        .lens {
            border-radius: var(--radius);
            overflow: hidden;
        }

        .lens img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* Concept */
        .cosmo {
            padding: 6rem 0;
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
        }

        .cosmo .apex {
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
        }

        /* Footer */
        .curb {
            padding: 4rem 5%;
            text-align: center;
            border-top: 1px solid #eee;
            margin-top: 4rem;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .knot { display: none; } /* Simplified for mobile */
            .prime { flex-direction: column-reverse; }
        }

.vortex-brim {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.8;
    color: var(--text);
}
.vortex-brim,
.vortex-brim *,
.vortex-brim *::before,
.vortex-brim *::after {
    box-sizing: border-box;
}

.vortex-brim nav,
.vortex-brim div,
.vortex-brim section,
.vortex-brim article,
.vortex-brim aside,
.vortex-brim p,
.vortex-brim h1,
.vortex-brim h2,
.vortex-brim h3,
.vortex-brim h4,
.vortex-brim h5,
.vortex-brim h6,
.vortex-brim a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

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

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

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

.vortex-brim a.vortex-knot-vine {
    --aisite-shell-nav-padding: 0;
    --aisite-shell-nav-margin: 0;
    --aisite-shell-nav-line-height: normal;
    --aisite-shell-nav-display: inline;
    --aisite-shell-nav-height: auto;
    --aisite-shell-nav-min-height: auto;
}

.vortex-brim a.vortex-knot-vine,
.vortex-brim a.vortex-knot-vine:hover,
.vortex-brim a.vortex-knot-vine:focus,
.vortex-brim a.vortex-knot-vine:active,
.vortex-brim a.vortex-knot-vine.active,
.vortex-brim a.vortex-knot-vine[aria-current="page"] {
    background: transparent;
    border: none;
    border-bottom: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    padding: var(--aisite-shell-nav-padding, 0);
    margin: var(--aisite-shell-nav-margin, 0);
    line-height: var(--aisite-shell-nav-line-height, normal);
    display: var(--aisite-shell-nav-display, inline);
    height: var(--aisite-shell-nav-height, auto);
    min-height: var(--aisite-shell-nav-min-height, auto);
}

.vortex-brim{
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 2rem 5%;
            max-width: 1400px;
            margin: 0 auto;
        }

.vortex-brim .vortex-knot{
            display: flex;
            gap: 2rem;
            align-items: center;
        }

.vortex-brim .vortex-knot-vine{
            text-decoration: none;
            color: #1a1a1a;
            font-weight: 500;
            transition: color 0.25s ease;
        }

.vortex-brim .vortex-knot-vine:hover, .vortex-brim .vortex-knot-vine.active{
            color: #8c42e6;
        }

.vortex-brim .vortex-sigil img{
            height: 32px;
            width: auto;
        }

@media (max-width: 768px){.vortex-brim .vortex-knot{ display: none; }}

.datum-curb {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.8;
    color: var(--text);
}
.datum-curb,
.datum-curb *,
.datum-curb *::before,
.datum-curb *::after {
    box-sizing: border-box;
}

.datum-curb nav,
.datum-curb div,
.datum-curb section,
.datum-curb article,
.datum-curb aside,
.datum-curb p,
.datum-curb h1,
.datum-curb h2,
.datum-curb h3,
.datum-curb h4,
.datum-curb h5,
.datum-curb h6,
.datum-curb a {
    margin: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

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

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

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

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

.datum-curb{
            padding: 4rem 5%;
            text-align: center;
            border-top: 1px solid #eee;
            margin-top: 4rem;
        }