body {
  min-block-size: 100dvh;
  hyphens: none;
}

.cheetah-page-wrapper {
  display: grid;
  grid-template-rows: min-content 1fr min-content;
  min-block-size: 100dvh;
}

.page-wrapper {
  min-block-size: 100dvh;
  margin-block-start: 0 !important;
}

.cheetah-page-header {
  z-index: 98;
  inline-size: 100%;
  background-color: #222;
  box-shadow: 0 10px 20px -10px rgb(0 0 0 / 40%);
}

.cheetah-page-nav {
  display: flex;
  gap: 2ch;
  justify-content: end;

  ul.menu {
    display: flex;
    gap: 2ch;

    margin-block: 0.5rem;
    margin-inline: 0;

    list-style: none;

    li,
    .menu-item {
      padding-block-start: 0;
      list-style: none;
    }

    a {
      font-size: 0.9rem;
      color: #fff;
      text-transform: uppercase;

      &.is-active {
        color: #ffcd05;
        text-decoration: none;
      }
    }
  }
}

#toolbar-item-administration-tray .toolbar-logo {
  min-inline-size: 72px;
}

.page-footer {
  padding-block: 2rem;
  color: #fff;
  background-color: #222;
}

.cheetah-home {
  .layout-container {
    margin: 0 !important;
  }

  .page-content {
    margin-block-end: 0;
  }

  .page-content > .help,
  .page-content > .region-content,
  .page-content > .region-highlighted {
    margin-block-start: 0;
  }

  .region-breadcrumb {
    min-block-size: 0;
  }

  .content-header {
    margin: 0;
  }

  .container {
    inline-size: 90%;
    max-inline-size: 1024px;
    margin-inline: auto;
  }

  .grid2 {
    display: grid;
    gap: 3rem;

    @media (width >= 800px) {
      grid-template-columns: 1fr 1fr;
    }
  }
}

.cheetah-home .region-content {
  h2 {
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3ch 1rem;
  }

  .section {
    padding-block: 3rem;
  }

  .section--hero {
    padding: 0;

    img,
    video {
      inline-size: 100%;
      block-size: 100%;
    }
  }

  .section--intro {
    text-align: center;
  }

  .section--order {
    color: #fff;
    background-color: #582929;

    ul {
      margin: 0;
      list-style: none;
    }

    .menu-item {
      list-style: none;
    }

    a {
      color: #ffcd05;
    }
  }

  .section--printing {
    background-color: #eceff3;
  }

  /* .section--design {
  } */

  .section--services {
    color: #fff;
    background-color: #111;

    h2 {
      text-align: center;
    }
  }

  .section--team {
    /* background-color: #eceff3; */

    h2 {
      text-align: center;
    }
  }

  .section--map {
    background-color: #eceff3;

    iframe {
      inline-size: 100%;
      block-size: 300px;
    }
  }
}

.footer-links {
  display: flex;
  gap: 4ch;
  align-items: center;
  list-style: none;

  a {
    color: #fcb424;
    text-decoration: none;
  }
}

.u-spread {
  display: flex;
  gap: 2ch;
  align-items: center;
  justify-content: space-between;
}
