:root {
    --harve-paper-fallback: url('images/backgrounds/harve-paper-3840.jpg');
}

/* Shared client-supplied paper texture for every beige website surface.
   Full-bleed hero and monochrome image panels keep their existing artwork. */
html,
body,
main,
.track,
.panel--redefining,
.panel--essence,
.panel--category,
.panel--collective,
.panel--crafting-1,
.panel--crafting-2,
.panel--contact {
    background-color: var(--harve-tan);
    background-image: var(--harve-paper-fallback);
    background-image: image-set(
        url('images/backgrounds/harve-paper-3840.webp') type('image/webp'),
        url('images/backgrounds/harve-paper-3840.jpg') type('image/jpeg')
    );
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Client typography direction: editorial copy and section/navigation labels
   use the same near-black as the Harve section titles. Brand artwork and
   high-contrast controls on dark surfaces retain their own colour treatment. */
.panel:not(.panel--hero):not(.panel--contact) p,
.panel--standard .overlay-quote .line,
.category__label,
.cat-card,
.cat-card__label,
.brand-current__section,
.panel--collective h2.section-title,
.brand-slot__cta {
    color: var(--harve-black);
}
