/* ============================================================
   STATIC FULL SCREEN SECTIONS
   ============================================================ */

.static-section {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    box-sizing: border-box;
    background: #ffffff;  /* placeholder */
}

.static-section .section-inner {
    max-width: 900px;
    text-align: center;
}

.static-section h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

/* Base static section styling */
.hs-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 120px 40px;
    color: #111;
}

.hs-section h2 {
    font-size: 3rem;
    margin-bottom: 20px;
}

.hs-section p {
    font-size: 1.25rem;
    line-height: 1.6;
}

/* ============================================
   INTRO SECTION (first narrative block)
============================================ */

.hs-intro {
    background: #ffffff;
    color: #111;
    text-align: left;
}

.hs-intro h2 {
    font-size: clamp(2.5rem, 4vw, 4rem);
    font-weight: 700;
    margin-bottom: 20px;
}

.hs-intro p {
    font-size: clamp(1.125rem, 1.6vw, 1.5rem);
    line-height: 1.6;
    max-width: 800px;
}
