
/* Core Mildura-style layout */
body { margin:0; font-family: Arial, sans-serif; }
.top-strip { background:#f50; height:6px; width:100%; }
header { display:flex; justify-content:space-between; align-items:center;
         padding:15px 30px; background:white; border-bottom:1px solid #ddd; }
header .brand { font-size:20px; font-weight:bold; }
nav { background:white; padding:10px 30px; border-bottom:1px solid #eee; }
nav a { margin-right:20px; text-decoration:none; color:#333; font-weight:600; }
nav a:hover { color:#f50; }
