/*
Theme Name: Simpleton Pride
Theme URI: https://bloks.net/
Description: A colorful Pride-inspired child theme for the Simpleton Framework.
Author: BLOKS
Author URI: https://bloks.net/
Template: simpleton
Version: 0.1.0
Text Domain: simpleton-pride
*/

:root {

    --simpleton-bg: #ffffff;
    --simpleton-surface: #fafafa;
    --simpleton-text: #111827;
    --simpleton-muted: #6b7280;
    --simpleton-border: rgba(17, 24, 39, 0.12);

    --simpleton-accent: #e40303;
    --simpleton-accent-dark: #c70000;

    --pride-red: #e40303;
    --pride-orange: #ff8c00;
    --pride-yellow: #ffed00;
    --pride-green: #008026;
    --pride-blue: #004dff;
    --pride-purple: #750787;
}

.simpleton-site-header {

    position: relative;
    overflow: hidden;
}

.simpleton-site-header::before {

    content: "";

    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            var(--pride-red),
            var(--pride-orange),
            var(--pride-yellow),
            var(--pride-green),
            var(--pride-blue),
            var(--pride-purple)
        );

    height: 6px;

    top: 0;
}

.simpleton-button,
.wp-block-button__link {

    background:
        linear-gradient(
            135deg,
            var(--pride-red),
            var(--pride-orange),
            var(--pride-yellow),
            var(--pride-green),
            var(--pride-blue),
            var(--pride-purple)
        );

    color: white;
}

.pride-banner {

    padding: 4rem 2rem;
    border-radius: 24px;

    background:
        linear-gradient(
            135deg,
            rgba(228,3,3,.08),
            rgba(255,140,0,.08),
            rgba(255,237,0,.08),
            rgba(0,128,38,.08),
            rgba(0,77,255,.08),
            rgba(117,7,135,.08)
        );

    text-align: center;
}

.pride-banner h1 {

    font-size: clamp(2.5rem,5vw,4.5rem);
    margin-bottom: 1rem;
}

.pride-banner p {

    max-width: 720px;
    margin: 0 auto;
}

.pride-demo {
    width: min(100% - 2rem, 1180px);
    margin: 0 auto;
    padding: 3rem 0;
}

.pride-hero {
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    background:
        radial-gradient(circle at top left, rgba(228, 3, 3, .16), transparent 30rem),
        radial-gradient(circle at top right, rgba(0, 77, 255, .16), transparent 30rem),
        linear-gradient(135deg, #ffffff, #f8fafc);
    border: 1px solid var(--simpleton-border);
    box-shadow: 0 28px 80px rgba(15, 23, 42, .12);
}

.pride-rainbow-bar {
    height: 10px;
    background: linear-gradient(
        90deg,
        var(--pride-red),
        var(--pride-orange),
        var(--pride-yellow),
        var(--pride-green),
        var(--pride-blue),
        var(--pride-purple)
    );
}

.pride-hero-inner {
    padding: clamp(3rem, 7vw, 6rem);
    text-align: center;
}

.pride-kicker {
    margin: 0 0 .75rem;
    color: var(--pride-purple);
    font-size: .85rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.pride-hero h1 {
    max-width: 880px;
    margin: 0 auto 1.25rem;
    font-size: clamp(2.6rem, 7vw, 5.4rem);
    line-height: .98;
    letter-spacing: -.05em;
}

.pride-lede {
    max-width: 720px;
    margin: 0 auto;
    color: var(--simpleton-muted);
    font-size: clamp(1.1rem, 2vw, 1.35rem);
}

.pride-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.pride-button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid var(--simpleton-border);
    background: #ffffff;
    color: var(--simpleton-text);
    padding: .8rem 1.2rem;
    font-weight: 800;
}

.pride-section {
    padding: 5rem 0;
}

.pride-section-heading {
    max-width: 720px;
    margin-bottom: 2rem;
}

.pride-section-heading h2,
.pride-split h2,
.pride-cta h2 {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.05;
    letter-spacing: -.04em;
}

.pride-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.pride-card {
    padding: 2rem;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid var(--simpleton-border);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
}

.pride-card-icon {
    display: inline-flex;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.pride-card h3 {
    margin: 0 0 .75rem;
    font-size: 1.35rem;
}

.pride-card p {
    margin: 0;
    color: var(--simpleton-muted);
}

.pride-split {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 3rem;
    align-items: start;
    padding: 4rem;
    border-radius: 28px;
    background:
        linear-gradient(135deg,
            rgba(228, 3, 3, .08),
            rgba(255, 140, 0, .08),
            rgba(255, 237, 0, .08),
            rgba(0, 128, 38, .08),
            rgba(0, 77, 255, .08),
            rgba(117, 7, 135, .08)
        );
}

.pride-split p {
    color: var(--simpleton-muted);
    font-size: 1.08rem;
}

.pride-cta {
    margin-top: 5rem;
    padding: 4rem 2rem;
    text-align: center;
    border-radius: 32px;
    background: #111827;
    color: #ffffff;
}

.pride-cta p {
    max-width: 640px;
    margin: 1rem auto 2rem;
    color: rgba(255,255,255,.78);
}

@media (max-width: 800px) {
    .pride-card-grid,
    .pride-split {
        grid-template-columns: 1fr;
    }

    .pride-split {
        padding: 2rem;
    }
}

body {
    background: #fff9fc !important;
}