[data-theme="craft"] {
    --bg-primary: #f5f5f7;
    --bg-secondary: #ebebed;
    --bg-terminal: #f5f5f7;
    --text-primary: #1d1d1f;
    --text-dim: #86868b;
    --text-accent: #1d1d1f;
    --text-accent-green: #1d1d1f;
    --text-accent-white: #1d1d1f;
    --border-color: #d2d2d7;
}

[data-theme="craft"] .hero,
[data-theme="craft"] .content-toggle,
[data-theme="craft"] [data-audience],
[data-theme="craft"] section:not([data-theme-content]) {
    display: none !important;
}

[data-theme="craft"] [data-theme-content~="pilot"] {
    display: block;
}

[data-theme="craft"] nav,
[data-theme="craft"] footer {
    display: flex !important;
}

[data-theme="craft"] footer {
    display: block !important;
}

[data-theme="craft"] nav a::before {
    content: '';
}

[data-theme="craft"] h2::before {
    content: '';
}

[data-theme="craft"] .container {
    max-width: 1000px;
}

[data-theme="craft"] .pilot-hero {
    text-align: center;
    padding: 80px 0 60px;
    position: relative;
}

[data-theme="craft"] .pilot-brand {
    position: fixed;
    top: 24px;
    left: 40px;
    font-size: 22px;
    font-weight: 600;
    color: #1d1d1f;
    letter-spacing: 0;
    z-index: 100;
}

[data-theme="craft"] .pilot-tagline {
    font-size: 68px;
    font-weight: 600;
    color: #1d1d1f;
    letter-spacing: -2px;
    margin: 0 0 48px 0;
    line-height: 1;
}

[data-theme="craft"] .pilot-explanation {
    font-size: 17px;
    color: #6e6e73;
    line-height: 2;
    max-width: 720px;
    margin: 0 auto;
}

[data-theme="craft"] .pilot-getstarted {
    padding: 40px 0 60px;
}

[data-theme="craft"] .pilot-section-title {
    font-size: 15px;
    font-weight: 500;
    color: #6e6e73;
    text-align: center;
    margin-bottom: 40px;
}

[data-theme="craft"] .pilot-section-title::before {
    content: '';
}

[data-theme="craft"] .pilot-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

[data-theme="craft"] .pilot-card {
    border: 1px solid #d2d2d7;
    border-radius: 8px;
    padding: 28px 22px;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #1d1d1f;
    transition: all 0.2s ease;
    background: #ffffff;
}

[data-theme="craft"] .pilot-card:hover {
    background: #f5f5f7;
    border-color: #86868b;
}

[data-theme="craft"] .pilot-card-number {
    width: 36px;
    height: 36px;
    border: 1px solid #1d1d1f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: auto;
    transition: all 0.2s ease;
}

[data-theme="craft"] .pilot-card-content {
    margin-top: auto;
}

[data-theme="craft"] .pilot-card-content h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 6px;
}

[data-theme="craft"] .pilot-card-content p {
    font-size: 13px;
    color: #86868b;
    transition: color 0.2s ease;
}

@media (max-width: 768px) {
    [data-theme="craft"] .pilot-brand {
        position: static;
        text-align: center;
        margin-bottom: 24px;
    }

    [data-theme="craft"] .pilot-tagline {
        font-size: 44px;
        letter-spacing: -1px;
    }

    [data-theme="craft"] .pilot-explanation {
        font-size: 15px;
    }

    [data-theme="craft"] .pilot-cards {
        grid-template-columns: 1fr;
    }

    [data-theme="craft"] .pilot-card {
        aspect-ratio: auto;
        padding: 22px;
    }
}
