/* ============================================
   AL-QAND EXCHANGE — SHARED SECTION LAYOUT
   ============================================ */

/* ---------- Sections ---------- */
.section {
    padding: 100px 0;
}

.section-alt {
    background: rgba(255, 236, 219, 0.5);
}

.section-head {
    max-width: 640px;
    margin-bottom: 60px;
}

/* Quality Policy paragraph reads as one continuous block of text
   instead of wrapping into short, choppy lines at 640px */
#quality-policy .section-head {
    max-width: none;
}

.section-head .mono {
    color: var(--orange-soft);
    display: block;
    margin-bottom: 18px;
}

.section-head h2 {
    font-size: clamp(1.9rem, 3.6vw, 2.8rem);
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: var(--font-display);
    color: var(--ink);
}

.section-head h2 .highlight {
    color: var(--orange);
    text-shadow: 0 0 30px var(--orange-glow);
}

.section-head p {
    color: var(--ink-soft);
    font-size: 1.05rem;
    line-height: 1.65;
}
