/* Baltic Wood hero geometry: keep the brand mark below breadcrumbs at every desktop height. */
@media (min-width: 701px) {
  .baltic-wood-v2-page .hero__inner {
    display: grid;
    padding-top: 24px;
    padding-bottom: 28px;
    grid-template-rows: auto minmax(min-content, 1fr);
    row-gap: 24px;
  }

  .baltic-wood-v2-page .breadcrumbs {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    align-self: start;
    margin: 8px 0 0;
  }

  .baltic-wood-v2-page .hero__copy {
    position: relative;
    top: auto;
    left: auto;
    align-self: center;
    transform: none;
  }
}
