/*
Theme Name: HPS Core Theme
Description: Stable Core Theme for Hidden Point Studio
Version: 1.0.0
Author: Hidden Point Studio
*/

body {
    margin:0;
    font-family: Arial, sans-serif;
    background:#0B1220;
    color:#E6F0FF;
}

a { color:#2F6BFF; text-decoration:none; }

.site-container { max-width:1200px; margin:0 auto; padding:40px; }

/* Wave 3 template pack layout */
.site-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px 64px;
}

.hps-hero {
    padding: 96px 24px 72px;
    text-align: left;
    background: linear-gradient(135deg, #020617 0%, #0b1220 55%, #020617 100%);
    color: #e5e7eb;
}

.hps-hero-kicker {
    font-size: 0.9rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7cfff0;
    margin-bottom: 12px;
}

.hps-hero-title {
    font-size: clamp(2.2rem, 4vw, 3rem);
    line-height: 1.1;
    margin-bottom: 16px;
}

.hps-hero-lede {
    max-width: 640px;
    font-size: 1rem;
    line-height: 1.6;
    color: #cbd5f5;
    margin-bottom: 28px;
}

.hps-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
}

.hps-button-primary,
.hps-button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 0.95rem;
    text-decoration: none;
    border: 1px solid transparent;
}

.hps-button-primary {
    background: #2f6bff;
    color: #f9fafb;
    border-color: #2f6bff;
}

.hps-button-primary:hover {
    background: #1e4fd1;
}

.hps-button-secondary {
    background: transparent;
    color: #e5e7eb;
    border-color: rgba(148, 163, 184, 0.6);
}

.hps-button-secondary:hover {
    background: rgba(15, 23, 42, 0.9);
}

.hps-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 0.85rem;
    color: #94a3b8;
}

.hps-hero-pill {
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.4);
}

.hps-panels {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 18px;
    margin: 40px 0 32px;
}

.hps-panel {
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: radial-gradient(circle at top left, rgba(148, 163, 184, 0.18), transparent 55%);
    padding: 18px 18px 20px;
}

.hps-panel-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.hps-panel-body {
    font-size: 0.9rem;
    color: #9ca3af;
}

.hps-page-content {
    margin-top: 32px;
}

.hps-page-content > *:first-child {
    margin-top: 0;
}

@media (max-width: 768px) {
    .hps-hero {
        padding: 72px 18px 56px;
        text-align: left;
    }

    .hps-hero-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-container {
        padding: 0 18px 48px;
    }
}
