:root {
            --coral: #eb715c;
            --coral-deep: #d65943;
            --coral-light: #fff2ef;
            --bg-main: #fbf9f8;
            --bg-card: #ffffff;
            --text-main: #1d1816;
            --text-sub: #5c534e;
            --border: #ede4e1;
            --shadow: 0 10px 30px rgba(235, 113, 92, 0.08);
            --shadow-hover: 0 16px 36px rgba(235, 113, 92, 0.16);
            --radius: 20px;
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

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

        /* Synapse Crown Header */
        .synapse-crown {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(251, 249, 248, 0.92);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid var(--border);
            padding: 16px 24px;
        }

        .matrix-weave {
            max-width: 1280px;
            margin: 0 auto;
            width: 100%;
        }

        .orbit-weave {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }

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

        .glyph {
            height: 38px;
            width: auto;
            display: flex;
            align-items: center;
        }

        .glyph img {
            height: 38px;
            width: auto;
            object-fit: contain;
        }

        .strand-tier {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            align-items: center;
        }

        .trace {
            color: var(--text-sub);
            text-decoration: none;
            padding: 8px 16px;
            border-radius: 12px;
            font-size: 15px;
            font-weight: 500;
            transition: all 0.35s ease;
            min-width: 0;
        }

        .trace:hover {
            color: var(--coral);
            background: var(--coral-light);
        }

        .trace.active {
            color: var(--coral-deep);
            background: var(--coral-light);
            font-weight: 600;
        }

        /* Beacon Vessel (Hero) */
        .beacon-vessel {
            padding: 60px 24px 80px;
            background: linear-gradient(180deg, #ffffff 0%, var(--bg-main) 100%);
        }

        .zenith-mosaic {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
        }

        .crest-vocal {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            gap: 20px;
            min-width: 0;
        }

        .crest-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 6px 16px;
            background: var(--coral-light);
            color: var(--coral-deep);
            border-radius: 30px;
            font-size: 14px;
            font-weight: 600;
            width: fit-content;
        }

        h1.crest-main {
            font-size: 2.8rem;
            line-height: 1.25;
            color: var(--text-main);
            font-weight: 800;
            letter-spacing: -0.02em;
        }

        .vocal-desc {
            font-size: 1.15rem;
            color: var(--text-sub);
            max-width: 580px;
        }

        .spark-tier {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            margin-top: 10px;
        }

        .pulse-spark {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 14px 32px;
            border-radius: 14px;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.35s ease;
            cursor: pointer;
            min-width: 0;
        }

        .pulse-spark.primary {
            background: var(--coral);
            color: #ffffff;
            box-shadow: 0 8px 20px rgba(235, 113, 92, 0.3);
        }

        .pulse-spark.primary:hover {
            background: var(--coral-deep);
            transform: translateY(-2px);
            box-shadow: 0 12px 26px rgba(235, 113, 92, 0.4);
        }

        .pulse-spark.secondary {
            background: #ffffff;
            color: var(--text-main);
            border: 1px solid var(--border);
        }

        .pulse-spark.secondary:hover {
            border-color: var(--coral);
            color: var(--coral);
            transform: translateY(-2px);
        }

        /* Hero Mosaic Collage Layout */
        .zenith-grid {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            grid-template-rows: repeat(8, 50px);
            gap: 16px;
            position: relative;
        }

        .pod-packet {
            background: #ffffff;
            border: 1px solid var(--border);
            border-radius: var(--radius);
            padding: 20px;
            box-shadow: var(--shadow);
            transition: all 0.35s ease;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .pod-packet:hover {
            transform: translateY(-4px);
            box-shadow: var(--shadow-hover);
        }

        .pod-packet.tile-a {
            grid-column: 1 / span 7;
            grid-row: 1 / span 5;
            background: linear-gradient(135deg, #ffffff 0%, #fffbfb 100%);
            border-left: 4px solid var(--coral);
        }

        .pod-packet.tile-b {
            grid-column: 8 / span 5;
            grid-row: 1 / span 4;
            background: #1e1b18;
            color: #ffffff;
        }

        .pod-packet.tile-c {
            grid-column: 1 / span 5;
            grid-row: 6 / span 3;
            background: var(--coral-light);
        }

        .pod-packet.tile-d {
            grid-column: 6 / span 7;
            grid-row: 5 / span 4;
            background: #ffffff;
        }

        .rune-mark {
            width: 44px;
            height: 44px;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(235, 113, 92, 0.12);
            color: var(--coral);
            margin-bottom: 12px;
        }

        .pod-packet.tile-b .rune-mark {
            background: rgba(255, 255, 255, 0.15);
            color: #ffffff;
        }

        .pod-crest {
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 6px;
        }

        .pod-vocal {
            font-size: 0.88rem;
            color: var(--text-sub);
        }

        .pod-packet.tile-b .pod-vocal {
            color: rgba(255, 255, 255, 0.7);
        }

        /* Nexus Vessel (Feature Matrix) */
        .nexus-vessel {
            padding: 80px 24px;
            background: #ffffff;
        }

        .crest-center {
            text-align: center;
            max-width: 760px;
            margin: 0 auto 50px;
        }

        h2.crest-section {
            font-size: 2.2rem;
            font-weight: 800;
            margin-bottom: 16px;
            color: var(--text-main);
        }

        .nexus-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            align-items: center;
        }

        .prism-weave {
            border-radius: var(--radius);
            overflow: hidden;
            box-shadow: var(--shadow);
            border: 1px solid var(--border);
        }

        .prism-weave img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
        }

        .capsule-tier {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            gap: 24px;
        }

        .capsule-pod {
            background: var(--bg-main);
            padding: 24px;
            border-radius: var(--radius);
            border: 1px solid var(--border);
            transition: all 0.35s ease;
        }

        .capsule-pod:hover {
            background: #ffffff;
            border-color: var(--coral);
            box-shadow: var(--shadow);
        }

        .capsule-head {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 10px;
        }

        .capsule-crest {
            font-size: 1.2rem;
            font-weight: 700;
        }

        /* Zenith Vessel (Platform Sync) */
        .zenith-vessel {
            padding: 80px 24px;
            background: var(--bg-main);
        }

        .pod-grid-three {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .packet-packet {
            background: #ffffff;
            padding: 32px;
            border-radius: var(--radius);
            border: 1px solid var(--border);
            box-shadow: var(--shadow);
            transition: all 0.35s ease;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .packet-packet:hover {
            transform: translateY(-6px);
            box-shadow: var(--shadow-hover);
        }

        /* Proof Section (<article>) */
        article.proof-matrix {
            padding: 80px 24px;
            background: linear-gradient(135deg, #1e1b18 0%, #2b2622 100%);
            color: #ffffff;
        }

        .proof-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
            margin-top: 50px;
        }

        .proof-pod {
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.12);
            padding: 30px 20px;
            border-radius: var(--radius);
            text-align: center;
            backdrop-filter: blur(10px);
        }

        .proof-number {
            font-size: 2.8rem;
            font-weight: 800;
            color: var(--coral);
            margin-bottom: 8px;
            font-family: inherit;
        }

        .proof-mark {
            font-size: 0.95rem;
            color: rgba(255, 255, 255, 0.75);
        }

        /* Site Paths (<aside>) */
        aside.orbit-vessel {
            padding: 80px 24px;
            background: #ffffff;
        }

        .path-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
        }

        .path-packet {
            background: var(--bg-main);
            padding: 32px;
            border-radius: var(--radius);
            border: 1px solid var(--border);
            transition: all 0.35s ease;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .path-packet:hover {
            border-color: var(--coral);
            box-shadow: var(--shadow);
            transform: translateY(-4px);
        }

        .path-crown {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 14px;
        }

        .path-mark {
            background: var(--coral-light);
            color: var(--coral-deep);
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
        }

        .path-crest {
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--text-main);
        }

        .path-desc {
            color: var(--text-sub);
            font-size: 0.95rem;
            margin-bottom: 20px;
        }

        .path-trace {
            color: var(--coral);
            text-decoration: none;
            font-weight: 600;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            transition: gap 0.35s ease;
        }

        .path-packet:hover .path-trace {
            gap: 10px;
        }

        /* Root Tether Footer */
        .tether-root {
            background: #141210;
            color: #8c827a;
            padding: 60px 24px 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
        }

        .root-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 40px;
            margin-bottom: 40px;
        }

        .root-brand {
            font-size: 1.6rem;
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 12px;
            letter-spacing: -0.01em;
        }

        .root-vocal {
            font-size: 0.92rem;
            max-width: 360px;
            line-height: 1.6;
        }

        .root-crest {
            color: #ffffff;
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 16px;
        }

        .root-strand {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            gap: 10px;
        }

        .root-trace {
            color: #8c827a;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.35s ease;
        }

        .root-trace:hover {
            color: var(--coral);
        }

        .root-base {
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding-top: 24px;
            text-align: center;
            font-size: 0.85rem;
            color: #6b635c;
        }

        /* Responsive Breakpoints */
        @media (max-width: 1024px) {
            .zenith-mosaic {
                grid-template-columns: 1fr;
            }
            .nexus-grid {
                grid-template-columns: 1fr;
            }
            .proof-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .root-grid {
                grid-template-columns: 1fr 1fr;
            }
        }

        @media (max-width: 768px) {
            .strand-tier {
                width: 100%;
                margin-top: 12px;
                justify-content: flex-start;
                overflow-x: auto;
                padding-bottom: 4px;
            }
            h1.crest-main {
                font-size: 2.1rem;
            }
            .zenith-grid {
                display: flex;
                flex-direction: column;
            }
            .pod-grid-three, .path-grid {
                grid-template-columns: 1fr;
            }
            .proof-grid {
                grid-template-columns: 1fr;
            }
            .root-grid {
                grid-template-columns: 1fr;
            }
        }

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

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

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

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

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

.synapse-synapse-crown a.synapse-trace {
    --aisite-shell-nav-padding: 8px 16px;
    --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;
}

.synapse-synapse-crown a.synapse-trace,
.synapse-synapse-crown a.synapse-trace:hover,
.synapse-synapse-crown a.synapse-trace:focus,
.synapse-synapse-crown a.synapse-trace:active,
.synapse-synapse-crown a.synapse-trace.active,
.synapse-synapse-crown a.synapse-trace[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);
}

.synapse-synapse-crown{
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(251, 249, 248, 0.92);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid #ede4e1;
            padding: 16px 24px;
        }

.synapse-synapse-crown .synapse-matrix-weave{
            max-width: 1280px;
            margin: 0 auto;
            width: 100%;
        }

.synapse-synapse-crown .synapse-orbit-weave{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }

.synapse-synapse-crown .synapse-glyph{
            display: flex;
            align-items: center;
        }

.synapse-synapse-crown .synapse-glyph{
            height: 38px;
            width: auto;
            display: flex;
            align-items: center;
        }

.synapse-synapse-crown .synapse-glyph img{
            height: 38px;
            width: auto;
            object-fit: contain;
        }

.synapse-synapse-crown .synapse-strand-tier{
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            align-items: center;
        }

.synapse-synapse-crown .synapse-trace{
            color: #5c534e;
            text-decoration: none;
            padding: 8px 16px;
            border-radius: 12px;
            font-size: 15px;
            font-weight: 500;
            transition: all 0.35s ease;
            min-width: 0;
        }

.synapse-synapse-crown .synapse-trace:hover{
            color: #eb715c;
            background: #fff2ef;
        }

.synapse-synapse-crown .synapse-trace.active{
            color: #d65943;
            background: #fff2ef;
            font-weight: 600;
        }

@media (max-width: 768px){.synapse-synapse-crown .synapse-strand-tier{
                width: 100%;
                margin-top: 12px;
                justify-content: flex-start;
                overflow-x: auto;
                padding-bottom: 4px;
            }}

.synapse-synapse-crown {
    background: rgb(251, 249, 248);
    background-image: none;
}

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

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

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

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

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

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

.tether-tether-root .tether-matrix-weave{
            max-width: 1280px;
            margin: 0 auto;
            width: 100%;
        }

.tether-tether-root{
            background: #141210;
            color: #8c827a;
            padding: 60px 24px 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
        }

.tether-tether-root .tether-root-grid{
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 40px;
            margin-bottom: 40px;
        }

.tether-tether-root .tether-root-brand{
            font-size: 1.6rem;
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 12px;
            letter-spacing: -0.01em;
        }

.tether-tether-root .tether-root-vocal{
            font-size: 0.92rem;
            max-width: 360px;
            line-height: 1.6;
        }

.tether-tether-root .tether-root-crest{
            color: #ffffff;
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 16px;
        }

.tether-tether-root .tether-root-strand{
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            gap: 10px;
        }

.tether-tether-root .tether-root-trace{
            color: #8c827a;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.35s ease;
        }

.tether-tether-root .tether-root-trace:hover{
            color: #eb715c;
        }

.tether-tether-root .tether-root-base{
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding-top: 24px;
            text-align: center;
            font-size: 0.85rem;
            color: #6b635c;
        }

@media (max-width: 1024px){.tether-tether-root .tether-root-grid{
                grid-template-columns: 1fr 1fr;
            }}

@media (max-width: 768px){.tether-tether-root .tether-root-grid{
                grid-template-columns: 1fr;
            }}