/* Flat site canvas. Keep the original light/dark theme colour and override
   the legacy veil layers in style.css, including Bateaux section overlays. */
:root[data-theme],
:root[data-theme] body,
:root[data-theme] .btx-wrapper,
:root[data-theme] .btx-section > .btx-background:not(:has(.btx-background-inner[style*="background-image"])) > .btx-background-overlay {
	background-color: var(--ll-bg) !important;
	background-image: none !important;
}

:root[data-theme] body::before {
	content: none !important;
	background-image: none !important;
}