/*
 * FIXED HEADER + LOGO FOUNDATION
 * This file owns geometry contracts only. Visual refinement comes later.
 */

[data-site-header],
[data-site-logo] {
  box-sizing: border-box;
}

/* Stable diagnostic/state hooks written by JavaScript. */
[data-site-header][data-foundation-fixed="true"],
[data-site-logo][data-foundation-fixed="true"] {
  --home-component-fixed: 1;
}
