* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--rs-font);
    color: var(--rs-dark);
    background: var(--rs-cream);
    font-size: 16px;
    line-height: 1.6;
}
a { color: var(--rs-red); text-decoration: none; transition: var(--rs-transition); }
a:hover { color: var(--rs-red-dark); }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 { font-weight: 800; line-height: 1.16; color: var(--rs-dark); }
h1 { font-size: clamp(2rem, 8vw, 4.25rem); }
h2 { font-size: clamp(1.45rem, 5vw, 2.4rem); }
h3 { font-size: 1.15rem; }
.rs-muted { color: var(--rs-muted); }
.rs-section { padding: 2.75rem 0; }
.rs-section-head { margin-bottom: 1.25rem; }
.rs-section-head span, .rs-kicker, .rs-admin-eyebrow {
    color: var(--rs-red);
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .78rem;
}
.rs-section-head h2 { margin: .25rem 0 0; }
.rs-lead { font-size: 1.08rem; color: var(--rs-muted); }
