body.glory-general-page {
    background:
        linear-gradient(180deg, #f6f4f0 0%, #fdfbf8 48%, #ffffff 100%);
}

.glory-general-page .spn-header {
    background:
        linear-gradient(90deg, #23221f 0%, #4b4530 52%, #c9a227 100%);
    box-shadow: 0 14px 32px rgba(35, 34, 31, 0.18);
}

.glory-general-main {
    padding-bottom: 4rem;
}

.glory-general-hero {
    background:
        linear-gradient(135deg, rgba(35, 34, 31, 0.96), rgba(87, 74, 38, 0.92));
    padding: 0;
    text-align: left;
}

.glory-general-hero-home {
    background:
        linear-gradient(120deg, rgba(29, 27, 24, 0.98), rgba(137, 110, 29, 0.9));
}

.glory-general-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 3.7rem 1.25rem 3.2rem;
}

.glory-general-kicker {
    color: #f0dc94;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 0.95rem;
}

.glory-general-subhead {
    max-width: 48rem;
    color: rgba(247, 244, 232, 0.88);
    margin-top: 0.95rem;
}

.glory-general-copy {
    max-width: 1100px;
    margin: -1.7rem auto 0;
    padding: 0 1.25rem;
}

.glory-general-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.2rem;
}

.glory-general-sheet {
    background: #fffdf9;
    border: 1px solid rgba(201, 162, 39, 0.18);
    border-radius: 10px;
    padding: 2rem 1.4rem 2.3rem;
    box-shadow: 0 14px 36px rgba(38, 31, 16, 0.08);
}

.glory-general-sheet h2 {
    color: #4d4328;
    font-size: 1.24rem;
    margin: 1.5rem 0 0.75rem;
}

.glory-general-sheet p,
.glory-general-sheet li {
    color: #2f2a20;
    line-height: 1.82;
}

.glory-general-sheet p + p,
.glory-general-sheet p + h2,
.glory-general-sheet h2 + p {
    margin-top: 0.85rem;
}

.glory-general-page .spn-footer {
    margin-top: 3rem;
    background: #1f1d19;
}

@media (min-width: 768px) {
    .glory-general-hero-inner {
        padding-top: 4.4rem;
        padding-bottom: 3.7rem;
    }

    .glory-general-columns {
        grid-template-columns: minmax(0, 790px);
        justify-content: center;
    }

    .glory-general-sheet {
        padding: 2.5rem 2.45rem 2.8rem;
    }
}
