:root {
            --bg-base: #0b0f19;
            --bg-surface: #131b2c;
            --bg-elevated: #1a243a;
            --text-main: #f8fafc;
            --text-muted: #94a3b8;
            --accent: #f0af4e;
            --radius: 20px;
            --space-sm: 1rem;
            --space-md: 2rem;
            --space-lg: 5rem;
            --transition: 0.35s ease;
        }

        *, *::before, *::after {
            box-sizing: border-box;
        }

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

        /* 强制文本换行规则 */
        .ream, .nose, .tail {
            word-break: break-word;
            overflow-wrap: break-word;
        }

        /* ------------------ 导航栏复用 ------------------ */
        .nose {
            background: rgba(11, 15, 25, 0.85);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            position: sticky;
            top: 0;
            z-index: 100;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

        .drift {
            max-width: 1280px;
            margin: 0 auto;
            padding: 1.25rem 2rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }

        .crest {
            display: flex;
            align-items: center;
            min-width: 0;
        }

        .crest img {
            height: 32px;
            width: auto;
            display: block;
        }

        .wind-flock {
            display: flex;
            flex-wrap: wrap;
            gap: 2.5rem;
            min-width: 0;
        }

        .wind-path {
            color: var(--text-muted);
            text-decoration: none;
            font-weight: 500;
            font-size: 0.95rem;
            transition: color var(--transition);
            min-width: 0;
        }

        .wind-path:hover,
        .wind-path.active {
            color: var(--accent);
        }

        /* ------------------ 通用排版与容器 ------------------ */
        .flight-peak {
            line-height: 1.3;
            font-weight: 700;
            color: var(--text-main);
            letter-spacing: -0.02em;
            margin: 0 0 1.5rem 0;
            white-space: normal;
        }

        .center-peak {
            text-align: center;
            font-size: clamp(2rem, 4vw, 3rem);
            margin-bottom: 1rem;
        }

        .pulp-muted {
            color: var(--text-muted);
            margin: 0;
        }

        .center-pulp {
            text-align: center;
            max-width: 600px;
            margin: 0 auto 4rem auto;
            font-size: 1.125rem;
        }

        /* ------------------ Section 1: Intro (Hero变体) ------------------ */
        .soar-ream {
            padding: 6rem 2rem;
            position: relative;
            overflow: hidden;
        }

        .soar-ream::before {
            content: '';
            position: absolute;
            top: -20%;
            left: -10%;
            width: 50%;
            height: 80%;
            background: radial-gradient(circle, rgba(240, 175, 78, 0.05) 0%, transparent 70%);
            z-index: 0;
            pointer-events: none;
        }

        .soar-hull {
            max-width: 1280px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            gap: 4rem;
            align-items: center;
            position: relative;
            z-index: 1;
        }

        .soar-pulp-hull {
            flex: 1 1 500px;
            min-width: 0;
        }

        .soar-pulp-hull .flight-peak {
            font-size: clamp(2.5rem, 5vw, 4rem);
        }

        .soar-pulp {
            color: var(--text-muted);
            font-size: 1.15rem;
            margin-bottom: 2.5rem;
            max-width: 540px;
            word-break: keep-all;
        }

        .toss-squad {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            min-width: 0;
        }

        .toss {
            padding: 0.8rem 2.2rem;
            background: var(--accent);
            color: #000;
            font-weight: 600;
            border-radius: 30px;
            text-decoration: none;
            transition: transform var(--transition), box-shadow var(--transition);
            border: none;
            min-width: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .toss:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(240, 175, 78, 0.2);
        }

        .toss-outline {
            padding: 0.8rem 2.2rem;
            background: transparent;
            color: var(--text-main);
            font-weight: 600;
            border-radius: 30px;
            text-decoration: none;
            transition: transform var(--transition), background var(--transition);
            border: 1px solid rgba(255, 255, 255, 0.15);
            min-width: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .toss-outline:hover {
            background: rgba(255, 255, 255, 0.05);
            transform: translateY(-3px);
        }

        .soar-art-hull {
            flex: 1 1 450px;
            min-width: 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .soar-mark {
            width: 100%;
            max-width: 480px;
            height: auto;
            filter: drop-shadow(0 0 40px rgba(240, 175, 78, 0.1));
        }

        /* ------------------ Section 2: Pathway (分类列表) ------------------ */
        .airspace-crease {
            padding: var(--space-lg) 2rem;
            background: var(--bg-surface);
            border-top: 1px solid rgba(255, 255, 255, 0.02);
            border-bottom: 1px solid rgba(255, 255, 255, 0.02);
        }

        .airspace-hull {
            max-width: 1280px;
            margin: 0 auto;
        }

        .squad-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 2rem;
        }

        .fold-ply {
            background: var(--bg-elevated);
            padding: 3rem 2rem;
            border-radius: var(--radius);
            border: 1px solid #2e3c5a;
            transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
            min-width: 0;
            display: flex;
            flex-direction: column;
        }

        .fold-ply:hover {
            transform: translateY(-8px);
            border-color: rgba(240, 175, 78, 0.5);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
        }

        .mark-hull {
            width: 64px;
            height: 64px;
            background: rgba(240, 175, 78, 0.1);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 2rem;
            color: var(--accent);
        }

        .mark-hull svg {
            width: 32px;
            height: 32px;
        }

        .crease-peak {
            font-size: 1.35rem;
            margin: 0 0 1rem 0;
            font-weight: 600;
            white-space: normal;
        }

        .crease-pulp {
            color: var(--text-muted);
            margin: 0;
            line-height: 1.6;
        }

        /* ------------------ Section 3: Steps (搜索技巧) ------------------ */
        .hangar-flight {
            padding: var(--space-lg) 2rem;
            position: relative;
        }

        .hangar-hull {
            max-width: 1280px;
            margin: 0 auto;
        }

        .step-squad {
            display: flex;
            flex-wrap: wrap;
            gap: 3rem;
            margin-top: 4rem;
        }

        .step-ply {
            flex: 1 1 300px;
            min-width: 0;
            position: relative;
            padding: 2.5rem;
            background: linear-gradient(145deg, rgba(26, 36, 58, 0.4) 0%, rgba(19, 27, 44, 0) 100%);
            border-radius: var(--radius);
            border: 1px solid rgba(255, 255, 255, 0.03);
            transition: background var(--transition);
        }

        .step-ply:hover {
            background: linear-gradient(145deg, rgba(26, 36, 58, 0.7) 0%, rgba(19, 27, 44, 0) 100%);
        }

        .step-mark {
            font-size: 4.5rem;
            font-weight: 800;
            color: rgba(240, 175, 78, 0.08);
            line-height: 1;
            margin-bottom: 1.5rem;
            font-family: -apple-system, BlinkMacSystemFont, monospace;
            letter-spacing: -2px;
        }

        @media (min-width: 1024px) {
            .step-ply:not(:last-child)::after {
                content: '';
                position: absolute;
                top: 5rem;
                right: -2rem;
                width: 1rem;
                height: 2px;
                background: rgba(255, 255, 255, 0.1);
            }
        }

        /* ------------------ Footer ------------------ */
        .tail {
            padding: 4rem 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            background: var(--bg-base);
        }

        .ground-hull {
            max-width: 1280px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 2rem;
            min-width: 0;
        }

        .tail-brand {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--text-main);
            letter-spacing: 2px;
        }

        .tail-flock {
            display: flex;
            flex-wrap: wrap;
            gap: 2.5rem;
            justify-content: center;
            min-width: 0;
        }

        .tail-path {
            color: var(--text-muted);
            text-decoration: none;
            transition: color var(--transition);
            min-width: 0;
            font-size: 0.95rem;
        }

        .tail-path:hover {
            color: var(--accent);
        }

        .tail-pulp {
            color: rgba(148, 163, 184, 0.5);
            font-size: 0.875rem;
            text-align: center;
            margin: 0;
        }

        /* ------------------ 响应式断点 ------------------ */
        @media (max-width: 768px) {
            .wind-flock {
                display: none; /* 移动端导航简化，实际项目中通常配合JS切换 */
            }
            .soar-ream {
                padding: 4rem 1.5rem;
            }
            .soar-hull {
                gap: 2.5rem;
            }
            .toss-squad {
                flex-direction: column;
            }
            .toss, .toss-outline {
                width: 100%;
            }
            .airspace-crease, .hangar-flight {
                padding: 4rem 1.5rem;
            }
            .step-squad {
                gap: 1.5rem;
            }
            .step-ply {
                padding: 2rem 1.5rem;
            }
        }

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

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

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

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

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

.drift-nose a.drift-wind-path {
    --aisite-shell-nav-padding: 0.5rem 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;
}

.drift-nose a.drift-wind-path,
.drift-nose a.drift-wind-path:hover,
.drift-nose a.drift-wind-path:focus,
.drift-nose a.drift-wind-path:active,
.drift-nose a.drift-wind-path.active,
.drift-nose a.drift-wind-path[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);
}

.drift-nose{
            position: sticky;
            top: 0;
            z-index: 100;
            background: rgba(11, 15, 25, 0.85);
            backdrop-filter: blur(12px);
            border-bottom: 1px solid #2e3c5a;
        }

.drift-nose .drift-drift{
            max-width: 1280px;
            margin: 0 auto;
            padding: 1rem 2rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }

.drift-nose .drift-drift > *{ min-width: 0; }

.drift-nose .drift-crest img{ height: 32px; width: auto; object-fit: contain; }

.drift-nose .drift-wind-flock{
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            align-items: center;
        }

.drift-nose .drift-wind-flock > *{ min-width: 0; }

.drift-nose .drift-wind-path{
            color: #94a3b8;
            font-weight: 500;
            font-size: 0.95rem;
            padding: 0.5rem 0;
            position: relative;
        }

.drift-nose .drift-wind-path:hover, .drift-nose .drift-wind-path.active{ color: #f0af4e; }

.drift-nose .drift-wind-path.active::after{
            content: '';
            position: absolute;
            bottom: 0; left: 0; width: 100%; height: 2px;
            background: #f0af4e;
            border-radius: 2px;
        }

@media (max-width: 768px){.drift-nose .drift-wind-flock{ gap: 1rem; font-size: 0.9rem; }}

.drift-nose {
    background: rgb(11, 15, 25);
    background-image: none;
}

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

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

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

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

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

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

.land-land .land-wind-path{
            color: #94a3b8;
            font-weight: 500;
            font-size: 0.95rem;
            padding: 0.5rem 0;
            position: relative;
        }

.land-land .land-wind-path:hover, .land-land .land-wind-path.active{ color: #f0af4e; }

.land-land .land-wind-path.active::after{
            content: '';
            position: absolute;
            bottom: 0; left: 0; width: 100%; height: 2px;
            background: #f0af4e;
            border-radius: 2px;
        }

.land-land{
            background: #131b2c;
            border-top: 1px solid #2e3c5a;
            padding: 4rem 2rem 2rem;
            margin-top: 4rem;
        }

.land-land .land-ground-tail{
            max-width: 1280px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 2rem;
            padding-top: 2rem;
            border-top: 1px solid #2e3c5a;
            color: #94a3b8;
            font-size: 0.9rem;
        }

.land-land .land-ground-tail > *{ min-width: 0; }

.land-land .land-tail-brand{ font-size: 1.2rem; font-weight: 700; color: #f8fafc; }

@media (max-width: 768px){.land-land .land-ground-tail{ flex-direction: column; text-align: center; justify-content: center; }}