/*
 * LAYOUT STYLES
 * Page-level structural elements: hero, sections, grids, containers
 */

.header {
  .header__logo {
    height: calc(var(--header-height) - 2rem);

    a,
    img {
      width: auto;
      height: 100%;
    }
  }
}