/*
Theme Name: Wiigwasike
Description: Child theme for Wiigwasike.AI based on Twenty Twenty-Five
Template: twentytwentyfive
Version: 1.0
*/
/* =========================================================
   WIIN LANDING PAGE
   ========================================================= */

.wiin-hero {
    padding: clamp(4rem, 8vw, 7rem) 2rem;
    background: #f7f8f7;
}

.wiin-hero > .wp-block-columns {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
}

.wiin-eyebrow {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.wiin-hero h1,
.wiin-hero h2 {
    max-width: 700px;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: clamp(2.8rem, 5vw, 5rem);
    line-height: 1.02;
    letter-spacing: -0.035em;
}

.wiin-hero p:not(.wiin-eyebrow) {
    max-width: 650px;
    font-size: clamp(1.1rem, 1.6vw, 1.35rem);
    line-height: 1.6;
}

.wiin-hero .wp-block-buttons {
    margin-top: 2rem;
}

.wiin-hero .wp-block-button__link {
    padding: 0.9rem 1.5rem;
    border-radius: 6px;
    font-weight: 600;
}

.wiin-hero-dashboard img {
    width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
}

@media (max-width: 781px) {
    .wiin-hero {
        padding: 3.5rem 1.25rem;
    }

    .wiin-hero h1,
    .wiin-hero h2 {
        font-size: clamp(2.4rem, 10vw, 3.5rem);
    }
}

.wiin-section {
    padding: clamp(4rem, 7vw, 7rem) 2rem;
}

.wiin-section > * {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.wiin-section-soft {
    background: #f6f7f5;
}

.wiin-section h2 {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.wiin-section p {
    margin-top: 0;
    margin-bottom: 1.75rem;
    line-height: 1.6;
}

.wiin-hero {
    padding-bottom: clamp(5rem, 8vw, 8rem);
}