/**
 * Site-wide chrome shell — only on body.hd-site-chrome (normal WP pages).
 * Hides Twenty Twenty-Five / classic theme header+footer so HD chrome is alone.
 */

body.hd-site-chrome {
	--hd-ink: #1f1e1d;
	--hd-copy: #5c5855;
	--hd-accent: #84434e;
	--hd-accent-hover: #b06b76;
	--hd-sand: #f3ede0;
	--font-body: "Manrope", system-ui, sans-serif;
}

body.hd-site-chrome .hd-site-chrome-header {
	width: 100%;
	background: var(--hd-sand);
}

/* TT25 / block themes */
body.hd-site-chrome .wp-site-blocks > header.wp-block-template-part,
body.hd-site-chrome .wp-site-blocks > footer.wp-block-template-part,
body.hd-site-chrome header.wp-block-template-part,
body.hd-site-chrome footer.wp-block-template-part {
	display: none !important;
}

/* Classic theme fallbacks */
body.hd-site-chrome .site-header,
body.hd-site-chrome .site-footer,
body.hd-site-chrome #masthead,
body.hd-site-chrome #colophon {
	display: none !important;
}
