/* ===========================================================================
   Riad Lucia — brand layer over the Rotal HTML template (loads after style.css).
   Only the accent colour, logo treatment and a couple of demo bits are changed;
   the rest of the template's dark-luxury design is kept as-is.
   ========================================================================== */

:root { --theme-color: #c56843; }

/* Hide the template's demo colour-scheme switcher widget */
.color-scheme { display: none !important; }

/* Logo treatment — natural terracotta on the solid-dark header/footer,
   whitened only where it sits over a photo (the hero). */
.main-logo img,
.header-logo img { filter: none; height: 78px; width: auto; }
.footer-logo img { filter: none; height: 104px; width: auto; }
.hero-logo img { filter: brightness(0) invert(1); height: 120px; width: auto; }

/* About-feature icons: show the recolored terracotta SVG cleanly (the blend overlay rendered as a block) */
.color-masking .masking-src { display: none; }
