/*
Theme Name: ZET Systems Child
Template: twentytwentyfive
Theme URI: https://zetsystems.com
Description: Child theme for ZET Systems — motion control / microcontroller platform. Built on Twenty Twenty-Five.
Author: ZET Systems
Version: 0.1.0
Text Domain: zet-systems-child
*/

/* ==========================================================================
   Logo — dark variant (white ZET, white/blue mark) on the dark header band,
   light variant (charcoal ZET, blue mark) anywhere on a paper-white surface.
   ========================================================================== */

.zet-logo {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.zet-logo img {
	height: 2.25rem;
	width: auto;
	display: block;
}

/* Header banner — light, per current brand direction (ui.com/rtx.com style) */
.zet-site-header {
	background-color: var(--wp--preset--color--paper-white, #FAF9F6);
	color: var(--wp--preset--color--contrast, #1A1C1F);
	padding: 1.25rem 2rem;
	width: 100%;
	border-bottom: 1px solid rgba(51, 55, 61, 0.1);
}

.zet-site-header a {
	color: var(--wp--preset--color--contrast, #1A1C1F);
}

/* Footer banner — stays dark */
.zet-site-footer {
	background-color: var(--wp--preset--color--header-footer, #33373D);
	color: var(--wp--preset--color--paper-white, #FAF9F6);
	padding: 1.25rem 2rem;
	width: 100%;
}

.zet-site-footer a {
	color: var(--wp--preset--color--paper-white, #FAF9F6);
}

/* Highlight utility — tips, callouts, badges */
.zet-highlight {
	background-color: var(--wp--preset--color--electric-blue, #1C4C8C);
	color: var(--wp--preset--color--paper-white, #FAF9F6);
	padding: 0.15em 0.5em;
	border-radius: 3px;
	font-weight: 600;
}

/* Page titles hidden — this site doesn't display them */
.wp-block-post-title {
	display: none;
}

body {
	background-color: var(--wp--preset--color--paper-white, #FAF9F6);
	color: var(--wp--preset--color--contrast, #1A1C1F);
}
